:root {
    --color-navy: #292929;
    --color-green-dark: #2F8F2F;
    --color-gray: #595959;
    --color-green-light: #84D23D;
    --color-yellow-orange: #F4A300;
    --color-cream: #fdfff2;
    --color-off-white: #FAFAFA;
    --color-white: #fff;
}
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Poppins';
    background: var(--color-cream);
}
p{
    color: var(--color-gray);
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto';
}

.top-contact-details{
    padding: 6px 0;
    background: var(--color-yellow-orange);
}
.top-contact-details .contact-no a{
    text-decoration: none;
    color: var(--color-white);    
    font-weight: 600;
    font-size: 14px;
}
.breadcrumb-wrapper {
  font-family: 'Poppins', sans-serif;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.breadcrumb-main{
    padding: 8px 0 0;
    background: #e9e9e9;
}
.breadcrumb-item {
  font-size: 14px;
  color: #444;
  white-space: nowrap;
}

.breadcrumb-item a {
  color: var(--color-navy); 
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
  color: var(--color-yellow-orange);
}

.breadcrumb-item.active {
  color: #198754;
  font-weight: 600;
}


.navbar {
    background-color: var(--color-cream);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.nav-link {
    color: var(--color-gray);
}

.btn-service {
    background: linear-gradient(180deg, #0CC896 0%, #006A4E 100%);
    color: rgb(255, 255, 255);
    padding: 13px 40px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    z-index: 1;
    border: 1px solid #ffffff;
}

.btn-service:hover {
    background: linear-gradient(180deg, #006A4E 0%, #0CC896 100%);
    color: rgb(255, 255, 255);
    border: 1px solid #ffffff;
}

    .search-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      width: 40px;
      overflow: visible;
      border-radius: 4px;
      transition: width 0.4s ease;
    }

    .search-wrapper.expanded {
      width: 240px;
    }

    .search-wrapper input {
        flex: 1;
        outline: none;
        padding: 11px 36px 11px 12px;
        transition: opacity 0.3s ease;
        border-radius: 40px;
        border: 1px solid #d9d9d9;
        width: 0;
        opacity: 0;
    }

    .search-wrapper.expanded input {
      opacity: 1;
    }
    #searchInput:focus{
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
    }
    .search-wrapper button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
      padding: 0 8px;
      border: none;
      background: transparent;
      transition: all 0.3s ease;
    }

.logo{
    height: auto;
    width: 200px;
}
.hero-sec .banner-img{
    height: 700px;
    object-fit: cover;
}
.view-more-btn{
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid var(--color-navy);
    border-radius: 40px;
    color: var(--color-navy);
}

.banner-slider {
    position: relative;
}

.slide-caption {
    background: linear-gradient(97.08deg, rgba(255, 255, 255, 30%) 0%, rgba(255, 255, 255, 10%) 100%);
    position: absolute;
    bottom: 10px;
    left: 80px;
    transform: translateY(-50%);
    color: #fff;
    width: 610px;
    max-width: 700px;
    z-index: 10;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    padding: 20px 20px;
    border-radius: 20px;
    border: 1px solid white;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(17px);
}
.slide-caption h2 {
    font-size: 2.5rem;
    font-weight: 700;
    bottom: 0;
}

.slide-caption p {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    color: white;
}

.our-services{
    padding: 50px 0;
    position: relative;
}
.our-services .services-sec-img{
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 5;
    width: 710px;
}
.sec-top-heading{
    font-weight: 600;
    color: var(--color-yellow-orange);
}

.sec-main-heading{
    font-size: 42px;
    font-weight: 600;
    color: var(--color-navy);
}
.sec-main-heading span{
    color: var(--color-green-dark);
}
.our-services .services-card{
    padding: 13px 18px;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    background: white;
    text-align: start;
    transition: all 0.3s ease-in-out;
}
.our-services .services-card:hover{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.our-services .section-heading p{
    max-width: 90%;
}


.our-services .services-card  h3{
    font-size: 26px;
    font-weight: 700;
}
.our-services .services-card  .provided-services {
    padding: 5px 11px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #3e3e3e;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.our-services .services-card  .buy-btn {
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 7px;
}
.our-services {
    position: relative;
}
.our-services  .swiper-button-next {
    background: #8d8d8d;
    padding: 23px;
    border-radius: 40px;
}
.our-services  .swiper-button-next::after {
    font-size: 17px !important;
    font-weight: 800;
    color: white;
}
.our-services  .swiper-button-prev {
    background: #8d8d8d;
    padding: 23px;
    border-radius: 40px;
}
.our-services  .swiper-button-prev::after {
    font-size: 17px !important;
    font-weight: 800;
    color: white;
}



.our-blog{
    padding: 50px 0;
    background: #fff2cc;
    margin-top: 50px;
}
.our-blog .blog-card {
    padding: 5px;
    background: white;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: transform .8s;
}
.our-blog .blog-card:hover .blog-img{
    transform: scale(1.1);
}
.our-blog .blog-card .blog-card-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
    margin-bottom: 12px;
}
.our-blog .blog-card .blog-card-content a {
    text-decoration: none;
    color: white;
    background: linear-gradient(180deg, #0CC896 0%, #006A4E 100%);
    padding: 5px 15px;
    border-radius: 40px;
    font-size: 14px;
}
.our-blog .blog-card .blog-img{
    overflow: hidden;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform .8s;
}
.aboutus{
    padding: 50px 0;
}
.aboutus .about-img{
    width: 550px;
}

.book-service-form .form-box {
   background:#FFF44F;
    width: 100%;
    padding: 30px 20px;
}

.book-service-form .form-control, .form-select {
    border-radius: 8px;
    padding: 10px 15px;
}

.book-service-form .form-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #007400;
}

.book-service-form .btn-submit {
    background: linear-gradient(180deg, #0CC896 0%, #006A4E 100%);
    color: var(--color-white);
    font-weight: bold;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    width: 100%;
}

.book-service-form .video-thumbnail-wrapper {
    position: relative;
    width: auto;
    cursor: pointer;
    overflow: hidden;
}


.book-service-form .video-thumbnail {
    width: 100%;
    height:564px;
    object-fit: cover;
    display: block;
}

.book-service-form .play-button {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.book-service-form .play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.book-service-form .video-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.book-service-form .video-content {
    position: relative;
    width: 90%;
    max-width: 800px;
}

.book-service-form .video-content video {
    width: 100%;
    border-radius: 10px;
}

.book-service-form .video-modal .close {
    position: absolute;
    top: -30px;
    right: -20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}


.our-client{
    padding: 50px 0;
}
.our-client .client-card {
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.our-client .client-card .profile{
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}
footer{
    padding: 50px 0 5px;
    margin-top: 30px;
    background: #006A4E;
}
footer .footer-logo{
    height: auto;
    width: 150px;
}
footer p{
    color: var(--color-white);
    font-size: 15px;
}
footer .social-icon{
    padding: 5px 7px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
}
footer .social-icon svg path{
    fill: var(--color-white);
}
footer .social-icon:hover{
    background: var(--color-white);
}
footer .social-icon:hover svg path{
    fill: #01991e;
}
footer .footer-2 h4, .footer-1 h4{
    color: rgb(255, 255, 255);
    font-size: 28px;
}
footer .footer-2 ul {
    padding-left: 20px;
}
footer .footer-2 ul li::marker{
    color: var(--color-white);
}
.footer-1 a{
    text-decoration: none;
    color: var(--color-white);
}
footer .footer-2 ul li a{
    text-decoration: none;
    color: var(--color-white);
    font-size: 15px;
}
footer .footer-2 .time h5{
    font-size: 22px;
    color: var(--color-white);
}
footer .footer-2 ul li a:hover{
    color: var(--color-cream);
}
footer .footer-bottom{
    border-top: 1px solid #8f8f8f;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    flex-wrap: wrap;
}
footer .footer-bottom p a{
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}



/*  */

.page-banner {
  background: url(/public/img/page-banner.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
button.navbar-toggler.z-3.collapsed{
    padding: 0;
    border: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.page-banner .page-heading{
    font-size: 50px;
    font-weight: 700;
    color: var(--color-white);
}
.cta-line {
    background-color: #f28c00;
    padding: 15px 20px;
    color: #fff;
    margin-bottom: -30px;
}

.cta-icon {
  font-size: 32px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}

.cta-label {
  font-weight: 600;
  font-size: 16px;
}

.cta-number {
  font-size: 18px;
  font-weight: 700;
}

.btn-blink {
  background-color: #ffffff;
  color: var(--color-yellow-orange);
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  animation: blink 1.2s infinite;
  transition: background 0.3s ease;
}

.btn-blink:hover {
  background-color: var(--color-green-dark);
  color: #fff;
}

.contact-us-page{
    padding: 50px 0;
}
 .contact-us-form{
    padding: 10px;
    background: #FFF44F;
    border-radius: 10px;
}
 .contact-us-form .form-control, .form-select {
    border-radius: 8px;
    padding: 10px 15px;
}
.contact-us-form .btn-submit{
    background: linear-gradient(180deg, #0CC896 0%, #006A4E 100%);
    color: var(--color-white);
    font-weight: bold;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}
.profile-nav{
    z-index: 5;
}
.contact-us-form .btn-resend {
    background: #545454;
    color: var(--color-white);
    font-weight: bold;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}
.contact-us-form .btn-cancel{
    background: #ff3f3f;
    color: var(--color-white);
    font-weight: bold;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

.profile-update #v-pills-tab .nav-link:hover {
    background: linear-gradient(180deg, #0CC896 0%, #006A4E 100%) ;
    color: white;
}

.profile-update .nav-pills .nav-link.active {
   background: linear-gradient(180deg, #0CC896 0%, #006A4E 100%) ;
    color: white;
}



@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

@media (max-width: 1400px) {
    .our-services .services-sec-img{
        top: 170px;
        width: 550px;
    }
}
@media (max-width: 1200px) {
    .our-services .services-sec-img{
        top: 200px;
        width: 450px;
    }
    .sec-main-heading {
        font-size: 36px;
    }
}
@media (max-width: 1024px) {
    .navbar-nav{
        gap: 10px !important;
    }
    .slide-caption p {
        font-size: 16px;
    }
    .slide-caption h2 {
        font-size: 36px;
    }
    .our-services .services-sec-img {
        position: static;
        width: 750px;
        margin: 40px 0 0 40px;
    }
}
@media (max-width: 992px) {
    .our-services .services-card  .provided-services {
        font-size: 13px;
    }
    .our-client .client-slider .swiper-wrapper{
        height: 300px !important;
    }
    .logo {
        height: auto;
        width: 150px;
    }
}
@media (max-width: 768px) {
    .profile-update div#v-pills-tabContent{
        width: 100% !important;
    }
    .profile-update  #v-pills-tab {
        flex-direction: row !important;
        flex-wrap: nowrap;
                margin-bottom: 30px;
    }

    .profile-update  #v-pills-tab .nav-link {
        flex: 0 0 auto; 
    }

    .navbar-collapse {
    text-align: center;
    }

    .search-input {
    margin-top: 10px;
    }
    .our-client .client-slider .swiper-wrapper{
        height: 200px !important;
    }
    footer p {
        font-size: 13px;
    }
    .our-services .services-sec-img {
        width: 470px;
    }
    .slide-caption {
        bottom: 0px;
        left: 20px;
        width: 473px;
    }
    .search-wrapper input {
        width: 20px;
    }
}
@media (max-width: 576px) {
    .cta-line {
        flex-direction: column;
        text-align: center;
    }
   .sec-main-heading {
        font-size: 32px;
    }
    .our-blog .section-heading{
        width: 100% !important;
    }
    footer .footer-2 h4, .footer-1 h4 {
        font-size: 24px;
    }
    footer .footer-2 .time h5 {
        font-size: 18px;
    }
    .top-contact-details{
        display: none;
    }
    .slide-caption {
        bottom: -50px;
        left: 20px;
        width: 290px;
    }
    .our-services .services-sec-img {
        width: 339px;
        margin: 30px 0 0 0;
    }
    .our-client .client-slider .swiper-wrapper{
        height: 250px !important;
    }
    .hero-sec .banner-img {
        height: 500px;
    }
    .slide-caption h2 {
        font-size: 32px;
    }
    .our-services .section-heading p {
        max-width: 100%;
    }
    p{
        font-size: 14px;
    }
    .book-service-form svg{
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 400px) {
    .our-services .services-card  h3 {
        font-size: 22px;
    }
    .our-services .services-card  .provided-services {
        font-size: 14px;
    }
    .our-services .services-card  .provided-services {
        font-size: 11px;
    }
}
@media (max-width: 350px) {
    .our-services .services-card  .provided-services {
        font-size: 10px;
    }
}