/********** Template CSS **********/
:root {
    --primary: #00B074;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background: #fff;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    /* height: 150px; */
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0;
}


.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}


.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 999;
}
.fixed-header {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;              /* ⭐ FIXED HEIGHT */
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    
}
.logo img{
    width:150px
}
.sliderContainer .owl-carousel-item{
margin-top: 73px;
  height: calc(100vh - 73px);
}
.slider1{
     background-image: url(../img/slider1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  

}
.slider2{
     background-image: url(../img/slider2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.slider1::after, .slider2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); /* opacity control */
    z-index: 1;
}

/* content ko upar laane ke liye */
.slider1, .slider2 > * {
    position: relative;
    z-index: 2;
}

.owl-carousel-item p{
    font-weight: bold;
}
.staticTxt p{
    font-size: 16px;
}

.sec-features {
    padding: 50px 0;
    background-color: #00B074;
    color: #fff;
    margin-bottom: 100px;
}
.sec-features i{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.sec-features .feature{
    text-align: center;
} 
.sec-features h3{
    color: #fff;
    font-size: 18px;
}
.txtBlock{
    background-color: red;
}
.imgBlock{
    background-color: #00B074;
}

.sliderContainer .owl-carousel-item .row {
  height: 100%;
}

/* LEFT TEXT */
.slider-text {
  padding: 60px;
  background: #ffffff;
  background-color: #00B074;
}
.slider-text h1, .slider-text p{
    color: #fff;
}
/* RIGHT IMAGE FULL HEIGHT */
.slider-image1 {
  background-image: url('../img/slider1.jpg'); /* apni image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 280px;
}
.slider-image2 {
  background-image: url('../img/slider2.jpg'); /* apni image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 280px;
}
@media (max-width: 767px) {

  /* slider height mobile pe auto */
  .sliderContainer .owl-carousel-item {
    height: auto;
    min-height: 50vh;
  }

  /* row full height */
  .sliderContainer .owl-carousel-item .row {
    height: 100%;
    flex-direction: column;
  }

  /* IMAGE PEHLE DIKHE */
  .slider-image {
    order: 1;
    height: 45vh;
    min-height: 280px;
    background-position: center;
  }

  /* TEXT BAAD ME */
  .slider-text {
    order: 2;
    padding: 30px 20px;
    text-align: left;
  }

  .slider-text h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .slider-text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .sec-features{

  }
}
.hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Button 1 – White Outline (Maid Khoje) */
.btn-find {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-find:hover {
  background: #ffffff;
  color: #0aa86b;
}

/* Button 2 – Solid CTA (Contact Now) */
.btn-contact {
  background: #fff;
  color: #00B074;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(47, 157, 245, 0.35);
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #1e88e5;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .btn-find,
  .btn-contact {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
}

.aboutContainer{
    margin: 100px 0;
}
.aboutContainer img{
    border-radius: 10px;
}

.aboutContainer .homeAbout{
padding-left: 50px;
}
@media (max-width: 767px) {
    .aboutContainer .homeAbout{
        padding-left: 20px;
        padding-top: 50px;
    }
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2rem;
    }
}
.testimonialWrapper{
    margin: 100px 0;
}
@keyframes iconBlink {
  0% {
    color: #ff0000;
    text-shadow: 0 0 5px #ff0000;
  }
  33% {
    color: #00ff00;
    text-shadow: 0 0 10px #00ff00;
  }
  66% {
    color: #0099ff;
    text-shadow: 0 0 10px #0099ff;
  }
  100% {
    color: #ff0000;
    text-shadow: 0 0 5px #ff0000;
  }
}
.whatsapp-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
.whatsapp-floating i{
    font-size: 32px;
    animation: iconBlink 1s infinite;
}
.callBtn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
.callBtn i{
    font-size: 26px;
    animation: iconBlink 1s infinite;
}