@import "https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://cdn.materialdesignicons.com/3.2.89/css/materialdesignicons.min.css";
@import "https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css";
@media only screen and (max-width: 1280px) {
  .lg-container {
    max-width: 1180px;
  }
  .md-container {
    max-width: 1040px;
  }
}
@media only screen and (max-width: 1180px) {
  .luxury-villa-slider{
    height: fit-content;
  }
  .lg-container {
    max-width: 1080px;
  }
  .md-container {
    max-width: 940px;
  }
  .header .navbar {
    padding: 20px 0px 15px;
  }
  .hero-section {
    padding: 180px 0px 140px;
  }
  .hero-section .hero-content .logos img {
    height: 28px !important;
  }
  .hero-section .hero-content .stars {
    gap: 20px;
  }
  .hero-section .hero-content .stars img {
    height: 35px;
  }
  .hire-us {
    height: 150px;
    width: 150px;
  }
  .form-card {
    min-height: auto;
    padding: 30px;
  }
  .btn-get-audit,
  .form-card .form-control {
    height: 60px !important;
  }
  .hero-section .hero-content h1 {
    font-size: 65px;
    line-height: normal;
    max-width: 700px;
  }
  .best-company,
  .services-section,
  .tagline2{
    padding: 60px 0px;
  }
 
  .best-company .content h2,
  .tagline2 .content .text h1,
  .left-heading h2,
  .center-heading h2 {
    font-size: 38px;
  }
  .footer .f-about .logo {
    height: 32px;
  }
  .countdown-section .c-card-list .c-card h1 {
    font-size: 80px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .countdown-section .c-card-list .c-card p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section {
    padding: 140px 0px;
  }
  .hero-section .hero-content h1 {
    font-size: 55px;
  }
  .form-card .form-control {
    margin-bottom: 20px;
  }
  .best-company .content h2,
  .tagline2 .content .text h1,
  .left-heading h2,
  .tagline .content h2,
  .center-heading h2 {
    font-size: 34px;
    line-height: normal;
  }
  .tagline .content p {
    margin-bottom: 0px;
    text-align: center;
  }
  .about-section .content {
    padding-left: 0px;
    padding-top: 40px;
  }
  .about-section .banner .hire-us {
    right: 5%;
    top: 8%;
  }
  .header {
    background: #054477;
  }
  .header .navbar {
    padding: 15px 0px;
    border-bottom: none;
  }
  .pl-lg-20 {
    padding-left: 0px;
    padding-top: 40px;
  }
  .left-heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .step-by-step .step-card {
    margin-bottom: 20px;
  }
  .services-section .services-row .serv-card img {
    height: 80px;
  }
  .best-company .content p {
    max-width: 100%;
  }
  .best-company .content {
    padding-top: 40px;
  }
  .left-heading h2 {
    width: 100%;
  }
  .left-heading p {
    width: 100%;
  }
  .footer .f-about {
    margin-bottom: 40px;
  }
  .services-section .services-row {
    flex-direction: column;
  }
  .countdown-section .c-card-list {
    flex-wrap: wrap;
  }
  .countdown-section .c-card-list .c-card {
    width: 50%;
  }
  .countdown-section .c-card-list .c-card:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #737373;
  }
  .countdown-section .c-card-list .c-card:nth-child(1) {
    border-bottom: 1px solid #737373;
  }
}
@media screen and (max-width: 768px) {
  .header .navbar-brand .logo {
    height: 24px;
  }
  .hero-section .hero-content h1 {
    font-size: 45px;
  }
  .hero-section .hero-content p {
    margin-bottom: 20px;
    line-height: normal;
  }
  .hire-us {
    height: 100px;
    width: 100px;
  }
  .form-card h4 {
    font-size: 20px;
  }
  .services-section,
  .tagline2,
  .step-by-step,
  .why-us-section,
  .about-section {
    padding: 40px 0px;
  }
  .best-company .content h2,
  .tagline2 .content .text h1,
  .left-heading h2,
  .center-heading h2 {
    font-size: 28px;
  }
  .left-heading,
  .center-heading {
    margin-bottom: 30px;
  }
  .countdown-section .c-card-list .c-card h1 {
    margin-bottom: 0px;
  }
  .why-us-section .banner .hire-us {
    display: none;
  }
  .why-us-section .content-card .inner-card {
    padding: 34px 28px;
  }
  .why-us-section .content-card .inner-card {
    min-height: auto;
  }
  .why-us-section .content-card .inner-card p {
    margin-bottom: 0px;
    line-height: normal;
  }
  .tagline2 .content {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
  .tagline2 .content .text {
    max-width: 100%;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .bottom .bottom-row {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 550px) {
  .header .navbar {
    padding: 10px 0px;
  }
  .header .navbar .nav-link {
    padding: 10px 0px !important;
  }
  .btn-primary,
  .btn-light {
    height: auto;
    padding: 15px 40px;
  }
  .hero-section .hero-content h1 {
    font-size: 36px;
  }
  .hero-section .hero-content p {
    font-size: 14px;
  }
  .hero-section .hero-content .logos img {
    height: 22px !important;
  }
  .hero-section .hero-content .stars {
    gap: 8px;
  }
  .hero-section .hero-content .stars img {
    height: 26px;
  }
  .hero-section .hero-content h4 {
    font-size: 18px;
  }
  .hire-us {
    height: 80px;
    width: 80px;
  }
  .form-card {
    padding: 20px;
  }
  .form-card h4 {
    font-size: 18px;
    line-height: normal;
  }
  .btn-get-audit,
  .form-card .form-control {
    height: 52px !important;
  }
  .hire-us i {
    font-size: 14px;
  }
  .about-section .content h6 {
    font-size: 18px;
  }
  .about-section .content {
    padding-top: 30px;
  }
  .about-section .content .progressbar {
    margin-bottom: 20px;
  }
  .countdown-section .c-card-list .c-card p {
    font-size: 16px;
    max-width: 160px;
  }
  .why-us-section .content-card .inner-card {
    padding: 25px 20px;
  }
  .why-us-section .content-card .inner-card img {
    margin-bottom: 15px;
    height: 40px;
    width: auto;
  }
  .why-us-section .content-card {
    border-radius: 20px;
  }
  .services-section .services-row .serv-card h5 {
    margin-bottom: 20px;
    line-height: normal;
  }
  .footer {
    padding: 60px 20px 20px;
  }
  .footer .f-about p {
    max-width: 100%;
  }
  .footer .f-about .logo {
    height: 28px;
    margin-bottom: 30px;
  }
  .bottom {
    padding: 20px 0px;
  }
  .services-section .services-row .serv-card h5 {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 20px;
  }
  .countdown-section .c-card-list .c-card {
    padding: 20px 0px;
  }
  .countdown-section .c-card-list .c-card p {
    margin-bottom: 0px;
  }
  .countdown-section {
    padding: 0px;
  }
  .services-section .services-row .serv-card img {
    height: 60px;
  }
  .footer .f-about p {
    margin-bottom: 30px;
  }
  .about-section .banner .hire-us {
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
   .about-section, .why-us-section, .step-by-step{
    padding: 60px 15px;
  }
  .best-company{
    padding: 40px 20px;
  }
}
      /* Responsive */
    @media (max-width: 900px) {
      .contact-section {
        flex-direction: column;
        padding:30px;
        gap: 40px;
      }

      .contact-image {
        order: -1;
      }
    }

     /* SEO Hero Responsive Design */
        @media (max-width: 768px) {
            .seo-hero .navbar {
                padding: 20px 30px;
                flex-direction: column;
                gap: 20px;
            }

            .seo-hero .nav-links {
                gap: 30px;
            }

            .seo-hero .hero-content {
                padding: 0 30px;
            }

            .seo-hero .hero-title {
                font-size: 35px;
            }

            .seo-hero .hero-subtitle {
                font-size: 16px;
            }

            .seo-hero .logo {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            .seo-hero .navbar {
                padding: 15px 20px;
            }

            .seo-hero .nav-links {
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
            }

            .seo-hero .hero-content {
                padding: 0 20px;
            }

            .seo-hero .hero-title {
                font-size: 30px;
                line-height: 1.2;
            }

            .seo-hero .hero-subtitle {
                font-size: 15px;
            }

            .seo-hero .hero-cta {
                padding: 14px 32px;
                font-size: 16px;
            }
        }

        .seo-hero .navbar, 
        .seo-hero .hero-content {
            position: relative;
            z-index: 2;
        }


         /* Responsive Design */
        @media (max-width: 968px) {
            .seo-section .content-wrapper {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .seo-section .main-heading {
                font-size: 2.5rem;
            }

            .seo-section .text-content {
                padding-left: 0;
                order: -1;
            }

            .seo-section .images-container {
                height: 350px;
            }
        }

        @media (max-width: 768px) {
            .seo-section {
                padding: 40px 16px;
            }

            .seo-section .main-heading {
                font-size: 2rem;
                margin-bottom: 30px;
            }

            .seo-section .images-container {
                grid-template-columns: 1fr;
                height: auto;
                gap: 16px;
            }

            .seo-section .image-card {
                height: auto;
            }

            .seo-section .image-card.tall {
                grid-row: span 1;
            }

            .seo-section .paragraph {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .seo-section {
                padding: 30px 12px;
            }

            .seo-section .main-heading {
              color: #054477;
                font-size: 1.75rem;
            }

            .seo-section .content-wrapper {
                gap: 30px;
            }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .benefits-section .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
            
            .benefits-section .section-title h2 {
                font-size: 42px;
            }
        }

        @media (max-width: 768px) {
            .benefits-section {
                padding: 40px 16px;
            }

            .benefits-section .section-header {
                flex-direction: column;
                margin-bottom: 40px;
                gap: 20px;
            }

            .benefits-section .section-title h2 {
                font-size: 36px;
            }

            .benefits-section .benefits-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .benefits-section .benefit-card {
                padding: 28px 24px;
            }
        }

        @media (max-width: 480px) {
            .benefits-section .section-title h2 {
                font-size: 28px;
            }
            
            .benefits-section .benefit-card {
                padding: 24px 20px;
            }
            
            .benefits-section .benefit-icon {
                width: 56px;
                height: 56px;
            }
            
            .benefits-section .benefit-icon svg {
                width: 24px;
                height: 24px;
            }
        }

         /* Responsive Design */
        @media (max-width: 768px) {
            .logo-slider-section {
                padding: 60px 0;
            }
            
            .logo-swiper {
                height: 100px;
            }
            
            .logo-item {
                height: 60px;
                padding: 0 40px;
            }
            
            .logo-text {
                font-size: 28px;
            }
        }

        @media (max-width: 480px) {
            .logo-slider-section {
                padding: 40px 0;
            }
            
            .logo-swiper {
                height: 80px;
            }
            
            .logo-item {
                height: 50px;
                padding: 0 30px;
            }
            
            .logo-text {
                font-size: 22px;
            }
            
            .logo-slider-section::before,
            .logo-slider-section::after {
                width: 40px;
            }
        }

         /* Responsive Design */
        @media (max-width: 1024px) {
            .seo-business-needs-section {
                padding: 80px 0;
            }
            
            .seo-business-needs-section .seo-bn-content-wrapper {
                gap: 60px;
            }
            
            .seo-business-needs-section .seo-bn-section-title {
                font-size: 42px;
            }
        }
          @media (max-width: 768px) {
            .seo-business-needs-section .seo-bn-content-wrapper {
                display: flex;          /* <— add this */
                flex-direction: column; /* stack items */
                gap: 50px;
                text-align: center;
            }

            .seo-business-needs-section .seo-bn-text-content {
                max-width: 100%;
                order: 2;
            }

            .seo-business-needs-section .seo-bn-image-content {
                order: 1;
            }
          }


        @media (max-width: 640px) {
            .seo-business-needs-section .seo-bn-container {
                padding: 0 16px;
            }
            
            .seo-business-needs-section {
                padding: 50px 0;
            }
            
            .seo-business-needs-section .seo-bn-section-title {
                font-size: 32px;
                line-height: 1.2;
            }
            
            .seo-business-needs-section .seo-bn-description-text {
                font-size: 15px;
            }
            
            .seo-business-needs-section .seo-bn-cta-button {
                font-size: 15px;
                padding: 14px 28px;
            }
            
            .seo-business-needs-section .seo-bn-main-image {
                height: 400px;
                border-radius: 12px;
            }
            
            .seo-business-needs-section .seo-bn-content-wrapper {
                gap: 40px;
            }
        }

        @media (max-width: 480px) {
            .seo-business-needs-section .seo-bn-section-title {
                font-size: 28px;
            }
            
            .seo-business-needs-section .seo-bn-main-image {
                height: 400px;
            }
            
            .seo-business-needs-section .seo-bn-person {
                width: 45px;
                height: 60px;
                margin: 0 3px;
            }
            
            .seo-business-needs-section .seo-bn-person:nth-child(1) {
                height: 70px;
            }
            
            .seo-business-needs-section .seo-bn-person:nth-child(2) {
                height: 65px;
            }
            
            .seo-business-needs-section .seo-bn-person:nth-child(3) {
                height: 55px;
            }
        }

        /* Animation for visual interest */
        @keyframes seo-bn-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .seo-business-needs-section .seo-bn-text-content {
            animation: seo-bn-fadeInUp 0.8s ease-out;
        }

        .seo-business-needs-section .seo-bn-image-content {
            animation: seo-bn-fadeInUp 0.8s ease-out 0.2s both;
        }

         /* Responsive Design */
        @media (max-width: 1024px) {
            .seo-benefits-slider-section {
                padding: 60px 0 100px 0;
            }
            
            .seo-benefits-slider-section .sbs-main-title {
                font-size: 42px;
            }
            
            .seo-benefits-slider-section .sbs-header {
                margin-bottom: 50px;
            }
            
            .seo-benefits-slider-section .sbs-logo-card {
                padding: 50px 30px;
                min-height: 180px;
            }
        }

        @media (max-width: 768px) {
            .seo-benefits-slider-section {
                padding: 50px 0 80px 0;
            }
            
            .seo-benefits-slider-section .sbs-container {
                padding: 0 16px;
            }
            
            .seo-benefits-slider-section .sbs-header {
                flex-direction: column;
                align-items: center;
                text-align: center;
                margin-bottom: 40px;
                gap: 30px;
            }
            
            .seo-benefits-slider-section .sbs-title-content,
            .seo-benefits-slider-section .sbs-description {
                max-width: 100%;
            }
            
            .seo-benefits-slider-section .sbs-main-title {
                font-size: 36px;
                margin-bottom: 20px;
            }
            
            .seo-benefits-slider-section .sbs-navigation {
                justify-content: center;
                margin-top: 10px;
            }
            
            .seo-benefits-slider-section .sbs-logo-card {
                padding: 40px 25px;
                min-height: 160px;
                max-width: 250px;
            }
          
            
            .seo-benefits-slider-section .sbs-logos-swiper {
                margin-bottom: 50px;
            }
        }

        @media (max-width: 640px) {
            .seo-benefits-slider-section .sbs-main-title {
                font-size: 32px;
                line-height: 1.2;
            }
            
            .seo-benefits-slider-section .sbs-description p {
                font-size: 15px;
            }
            
            .seo-benefits-slider-section .sbs-nav-arrow {
                width: 44px;
                height: 44px;
            }
            
            .seo-benefits-slider-section .sbs-nav-arrow svg {
                width: 18px;
                height: 18px;
            }
            
            .seo-benefits-slider-section .sbs-logo-card {
                padding: 35px 20px;
                min-height: 140px;
                max-width: 220px;
            }
            
            .seo-benefits-slider-section .sbs-logo-placeholder {
                height: 60px;
                font-size: 12px;
            }
            
            .seo-benefits-slider-section .sbs-view-all-btn {
                font-size: 15px;
                padding: 14px 32px;
            }
        }

        @media (max-width: 480px) {
            .seo-benefits-slider-section .sbs-main-title {
                font-size: 28px;
            }
            
            .seo-benefits-slider-section .sbs-logo-card {
                padding: 30px 15px;
                min-height: 120px;
                max-width: 200px;
            }
            
            .seo-benefits-slider-section .sbs-logo-placeholder {
                height: 50px;
            }
        }