@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #1e1e1e;
}

img {
    max-width: 100%;
    height: auto;
}

/* buttons */

.primary-button {
    background: #fade82;
    color: #1f3a93;
    padding: 16px 32px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    vertical-align: middle;
    transition: all 0.3s ease;
    border: 2px solid #fade82;
    border-radius: 8px;
}

.primary-button:hover {
    background: #fff;
    border: 2px solid #fade82;
    color: #1f3a93 !important;
    box-shadow: 0px 4px 20px 0px #00000040;
    text-decoration: none;
}

.secondary-button {
    background: #1f3a93;
    color: white !important;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1f3a93 !important;
    box-shadow: 0px 0px 0px 0px #12243866;
    box-shadow: 0px 0px 24px 0px #12243826;
}

.secondary-button:hover {
    background: #ffffff;
    color: #1f3a93 !important;
    text-decoration: none;
    box-shadow: 0px 0px 20px 0px #12243840;
    border: 2px solid #122438;
}

@media(min-width:768px){

    .primary-button,.secondary-button {
        font-size: 14px0;
        line-height: 18px;
    }

}



/* Header styles */
.top-banner {
    background: #122438;
    color: white;
    padding: 10px 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
    overflow: hidden;
}

.banner-content {
    min-height: 40px;
    /* padding: 0 50px 0 15px; */
    /* Add padding to avoid overlap with close button */
}

.banner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    max-width: 297px;
}

.banner-main-text {
    color: white;
    font-weight: 500;
}

.banner-separator {
    color: white;
    margin: 0 4px;
}

.banner-cta-text {
    color: #fdd264;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.banner-cta-text:hover {
    color: #ffed4e;
}

.banner-arrow {
    color: #fdd264;
    font-weight: bold;
    margin-left: 4px;
}

.btn-close-banner {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.btn-close-banner:hover {
    opacity: 0.7;
}

.btn-close-banner img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

/* Mobile specific styles for very small screens */
@media (max-width: 575px) {
    .banner-text {
        font-size: 11px;
        gap: 2px;
    }

    .banner-content {
        /* padding: 0 40px 0 10px; */
    }

    .btn-close-banner {
        right: 8px;
    }

    .btn-close-banner img {
        width: 16px;
        height: 16px;
    }
}

.header {
    background: white;
    box-shadow: 0px 4px 14px 0px #0000000D;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 10px 0;
    position: relative;
    background:  #fade82;
}

.navbar .container {
    position: relative;
}

.navbar-brand {
    margin-right: 0;
}

.logo {
    height: 35px;
    width: auto;
}

.logo-mobile {
    height: 35px;
    width: auto;
}

/* Desktop Navigation */
.navbar-nav-desktop {
    flex: 1;
    justify-content: center;
}

.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-item.dropdown {
    position: relative;
}

.nav-link {
    color: #1f3a93 !important;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1%;

}

.nav-link:hover {
    color: #1f3a93 !important;
}

.nav-link.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

/* Dropdown Menus */
.dropdown-menu.custom-dropdown {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 15px 0;
    margin-top: 10px;
    min-width: 200px;
    z-index: 1050;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
}

.dropdown {
    position: relative;
}

.dropdown-menu.custom-dropdown .dropdown-item {
    padding: 12px 20px;
    color: #1e1e1e;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.dropdown-menu.custom-dropdown .dropdown-item:hover {
    background-color: rgba(241, 130, 52, 0.1);
    color: #f18234;
}

.dropdown-menu.custom-dropdown .dropdown-item i {
    color: #f18234;
    width: 20px;
    margin-right: 8px;
}

/* Mobile Toggler */
.navbar-toggler {
    border: none;
    padding: 4px 8px;
    border-radius: 8px;
    background-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("../images/menu.png");
    width: 24px;
    height: 24px;
}

/* CTA Button - Mobile First */
.btn-trial-class {
    background: #122438;
    color: white !important;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.btn-trial-class:hover {
    background: #122438;
}

/* Mobile Offcanvas Styles */
.offcanvas {
    width: 320px !important;
}

.offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #fade82 ;
}

.offcanvas-body {
    padding: 20px;
}

.offcanvas .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    width: 100%;
}

.offcanvas .nav-item {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    display: block;
}

.offcanvas .nav-link {
    padding: 15px 0;
    color: #1f3a93 !important;
    font-weight: 600;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas .collapse .nav-link {
    padding: 10px 0;
    font-size: 14px;
    color: #666 !important;
}

.offcanvas .collapse .nav-link:hover {
    color: #f18234 !important;
}

/* Mobile dropdown styles */
.offcanvas .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.offcanvas .dropdown-item {
    padding: 10px 20px;
    color: #666 !important;
    font-size: 14px;
    background: transparent;
}

.offcanvas .dropdown-item:hover {
    background-color: rgba(241, 130, 52, 0.1);
    color: #f18234 !important;
}

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

.hero-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    margin-top: 24px;
    color:#fff;
}

.hero-subtitle {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 36px;
}

.hero-cta-container {
    margin-bottom: 32px;
}

.hero-cta-btn {
    background: linear-gradient(135deg, #f18234 0%, #ff9500 100%);
    color: white !important;
    padding: 14px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(241, 130, 52, 0.4);
    color: white !important;
    text-decoration: none;
}

.hero-image-container {
    position: relative;
    padding: 20px;
}

.hero-image {
	margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.hero-section {
    background: #1f3a93;
    min-height: 90vh;
}
.hero-subtitle{
    color:#fff;
}



/* Large desktop styles */
@media (min-width: 1200px) {
    .contact-container {
        padding: 80px;
    }
}

/* FAQ Section - Mobile First */
.faq-section {
    background-image: url('../images/faq.png');
    background-size: cover;
    background-position: center;
    padding: 48px 0;
    color: white;
}

.faq-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #1f3a93;
    margin-bottom: 40px;
}

.faq-title .highlight {
    color: #F18234;
}

.faq-item {
    background: #1f3a93;
    border: 1px solid #FFFFFF26;
    backdrop-filter: blur(20px);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.faq-question-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: white;
    margin-right: 16px;
    flex: 1;
}

.faq-icon {
    color: #FFFFFF;
    font-size: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 24px 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    display: none;
    animation: fadeIn 0.3s ease;
}

.faq-item.active .faq-answer {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA Section - Mobile First */
/*.cta-section {
    padding: 48px 0;
    background-image: url('../images/adipec/SUPERCHARGE SECTION IMAGE.png');
}*/

.cta-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-content {
    padding: 48px 0;
    text-align: center;
    background-color: #1f3a93; /* optional: add background behind content */
    color: #fff;
}



.cta-section {
    position: relative;
    z-index: 0;
    padding: 48px 0;
/*     background: url('../images/adipec/SUPERCHAGE-YOUR-MARKETING-BG-IMAGE.jpeg') center/cover no-repeat; */
	background:#1f3a93;
}



.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(31, 58, 147, 0.6); /* your blue overlay */
    z-index: 1;
}

.cta-section > * {
    position: relative;
    z-index: 2;
}


.cta-content {

    margin: 0 auto;
	
}

.cta-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 24px;
    color:#fff;
}




.cta-title .highlight {
    color: #F18234;
}

.cta-desc {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}


.cta-buttons {
    display: flex;
    justify-content: flex-start; /* align left */
}

/* .cta-buttons {
    gap: 16px !important;
} */

.cta-buttons .primary-button {
    width: 100%;
}

/* .cta-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.cta-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 220px;
    text-align: center;
}

/* .cta-btn-primary {
    background: #F18234;
    color: white !important;
    border-color: #F18234;
} */

.cta-btn-primary {
    background: #F18234;
    color: #fff !important;
    border: 2px solid #F18234;
}

/* .cta-btn-primary:hover {
    background: #e06d1e;
    border-color: #e06d1e;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(241, 130, 52, 0.3);
    color: white !important;
    text-decoration: none;
} */

.cta-btn-primary:hover {
    background: #e06d1e;
    border-color: #e06d1e;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(241, 130, 52, 0.3);
    text-decoration: none;
}

.cta-btn-secondary {
    background: #2D3A4E;
    color: white !important;
    border-color: #2D3A4E;
}

.cta-btn-secondary:hover {
    background: #1e2732;
    border-color: #1e2732;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 58, 78, 0.3);
    color: white !important;
    text-decoration: none;
}




/* ========================================
   RESPONSIVE DESIGN - MOBILE FIRST
   ======================================== */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .top-banner {
        padding: 12px 0;
    }

    .banner-text {
        font-family: Poppins;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        max-width: max-content;
    }

    .btn-close-banner {
        right: 25px;
    }

    .btn-close-banner img {
        width: 22px;
        height: 22px;
    }

    /* CTA Button - Mobile First */
    .btn-trial-class {
        border-radius: 6px;
        padding: 10px 24px;
        font-style: SemiBold;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1%;
    }

    .hero-section {
        min-height: 80vh;
        background: #1f3a93;
    }

    .hero-cta-btn {
        padding: 16px 36px;
        font-size: 18px;
    }


    /* FAQ Section */
    .faq-section {
        padding: 80px 0;
        background: #fff;
    }

    .faq-title {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .faq-question-text {
        font-size: 18px;
    }

    .faq-answer {
        font-size: 16px;
        padding: 0 28px 28px 28px;
    }

    .faq-question {
        padding: 24px 28px;
    }

    .cta-title {
        font-size: 44px;
        margin-bottom: 32px;
        color:#fff;
    }

    .cta-title span{
        font-size:30px;
    }   

    .cta-desc {
        font-family: Poppins;
        font-weight: 600;
        font-style: Regular;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 32px;
        color:#fff;
    }

    .cta-btn {
        font-size: 18px;
        min-width: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-buttons {
        gap: 20px !important;
    }

    .cta-buttons .primary-button {
        width: max-content;
    }

  

 
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    

    .navbar {
        padding: 10px 0;
        background: #fade82;
    }

    .logo {
        height: 60px;
    }

    .btn-trial-class {
        padding: 8px 20px;
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1%;
    }

    /* Hero section - Mobile First */
   .hero-section {
        background: #1f3a93;
        min-height: 90vh;
    }

    .hero-content {
        height: 90vh;
        display: flex;
        align-items: center;
    }

    .hero-title {
        font-family: Poppins;
        font-weight: 700;
        font-size: 44px;
        line-height: 150%;
        letter-spacing: 0%;
        margin-bottom: 10px;
    }

    .hero-subtitle {
        font-family: Poppins;
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        color:#fff;
    }

    .hero-cta-container {
        margin-bottom: 80px;
    }



    /* Contact Section */
    
    .faq-title {
        font-size: 48px;
        margin-bottom: 60px;
    }

    .faq-item {
        border-radius: 5px;
    }

    .faq-question {
        padding: 28px 32px;
    }

    .faq-answer {
        padding: 0 32px 32px 32px;
    }

    /* CTA Section */
    .cta-section {
        padding: 40px 0;
    }

    .cta-btn {
        padding: 16px 32px;
        font-size: 20px;
        min-width: 250px;
    }

    .cta-buttons {
        gap: 24px !important;
    }

    /*.cta-buttons .cta-btn {
        width: 480px;
    }*/


}



    .intro-container{
        background: #fff;
        padding:60px 0px;
        text-align: center;
    }

    .intro-container .heading{
        font-size: 32px;
        line-height:130%;
        margin-bottom:10px;
    }

    .intro-container .sub-heading{
        font-size: 26px;
        line-height:110%;
        margin-bottom:30px;
        font-weight: 400;
    }

    .intro-container p{
        font-weight:400;
        font-size: 18px !important;
        line-height:130%;
        margin-bottom:20px !important;
    }

    .intro-img-container{
        margin-top:50px;
    }

    @media(min-width:768px){

        .intro-container{
            background: #fff;
            padding:60px 0px;
            text-align: left;
        }

        .intro-container .heading{
            font-size: 50px;
            line-height:130%;
            margin-bottom:10px;
        }

        .intro-container .sub-heading{
            font-size: 46px;
            line-height:110%;
            margin-bottom:30px;
            font-weight: 400;
        }

        .intro-container p{
            font-weight:400;
            font-size: 24px !important;
            line-height:130%;
            margin-bottom:20px !important;
        }

        .intro-img-container{
            margin-top:0px;
        }
    }


/*     .why-choose-container{
        background: #1f3a93;
        padding:80px 0px;
        text-align:center;
        color:#fff;
    } */



    /*.why-choose-container .heading{
        font-size: 32px;
        line-height:120%;
        margin-bottom:10px;
    }
    .why-choose-container .sub-heading{
        font-size: 24px !important;
        line-height:130%;
        margin-bottom:40px !important;
        font-weight:400;
    }*/


   .why-choose-container {
  background: #1f3a93;
  padding: 80px 0;
  color: #fff;
}

/*     .why-choose-container .heading{
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom:40px;
        color: #fff;
    } */

   .why-choose-container .heading {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

/*     .why-choose-container .sub-heading{
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 24px;
        margin-top: 24px;
        color: #fff;
        text-align: left;
    }
 */


/* Image styling */
.success-img {
  background: transparent;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
	 margin-right: 20px;
}


.why-choose-container .sub-heading {
  line-height: 1.8; /* increase spacing between lines */
  margin-bottom: 15px; /* gap between text blocks */
}


.why-choose-container .sub-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;        /* 500 looks smoother for paragraphs, keep 700 only for emphasis */
  font-size: 18px;         /* 18–20px is ideal for body text */
  line-height: 1.6;        /* ~160% gives good breathing room */
  margin-bottom: 20px;     
  margin-top: 10px;
  color: #ffffff;
  text-align: left;
  word-break: break-word; 
  max-width: 650px;        /* slightly wider for balance */
}



    .why-choose-container .service-box{
        margin-bottom:40px;
    }

    .why-choose-container .service-box img{
        margin-bottom:15px;
        max-width:  120px;
    }

    .why-choose-container .service-box p{
        font-weight:400;
        font-size: 20px !important;
        line-height:130%;
    }


  @media(min-width: 992px) {
  .why-choose-container .sub-heading {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px;
	  padding-left:20px;
  }
}

    
    @media(min-width:768px){
		
		.why-choose-container .heading {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
	padding-left:20px;
  }

/*         .why-choose-container .heading{
            font-family: Poppins;
            font-weight: 700;
            font-size: 44px;
            line-height: 150%;
            letter-spacing: 0%;
            margin-bottom:40px;
            text-align:left;
        } */

/*         .why-choose-container .sub-heading{
            font-family: Poppins;
            font-weight: 700;
            font-size: 36px;
            line-height: 133%;
            letter-spacing: 0%;
            margin-bottom: 40px;
            margin-top: 24px;
        } */
		
		.why-choose-container .sub-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
		
		.success-img {
    margin-bottom: 0; /* remove gap on desktop */
  }
		
		
		
    /*
        .why-choose-container .heading{
            font-size: 50px;
            line-height:130%;
            margin-bottom:10px;
        }
        .why-choose-container .sub-heading{
            font-size: 30px !important;
            line-height:130%;
            margin-bottom:40px !important;
            font-weight:400;
        }*/

        .why-choose-container .service-box{
            margin-bottom:30px;
        }

        .why-choose-container .service-box img{
            margin-bottom:15px;
            max-width:  120px;
        }

        .why-choose-container .service-box p{
            font-weight:400;
            font-size: 24px !important;
            line-height:130%;
        }
    
    }

    .service-box-container {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
       /* Make all boxes same height and stack content/cta */
          display: flex;
          flex-direction: column;
          justify-content: space-between;

     }

    .service-box-container:hover {
      transform: translateY(-4px);
    }

.seo-service-container{
	margin-top: 25px;
	
    }

    .seo-service-container img{
        max-width:100%;
        margin:auto !important;
        text-align:center;
    }

    .seo-service-container h4{
        font-size: 32px;
        line-height:130%;
        margin-bottom:40px;
    }

   

    .seo-service-container .heading{
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom:40px;
        color: #1f3a93;
    }

    .seo-service-container .description{
        font-family: Poppins;
        font-weight: 500;
        font-style: Bold;
        font-size: 18px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 24px;
        margin-top: 24px;
        color: #000;
    }


    .services-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
        }

    .seo-service-container .service-box-container{
        padding:15px;
        margin:15px;
        color:#000;
    }
    .seo-service-container .service-box-container h5{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .seo-service-container .service-box-container p{
        font-size: 14px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .seo-service-container .service-box-container ul{
        padding-left: 16px;
        margin-bottom: 12px;
    }

        

    .seo-service-container .service-box-container ul li{
        font-size: 14px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }



    /* Service CTA CSS*/
    #cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        font-weight: 600;
        color: #ffffff;
        background: #0073e6;
        padding: 0.5em 1.5em;
        border-radius: 6px;
        text-decoration: none;
        border: 2px solid #ffffff;
        box-shadow: 0 4px 6px #0073e680;
        transition: background 0.3s 
            ease, transform 0.2s 
            ease, box-shadow 0.3s 
            ease;
          margin-top: auto; /* push down */
    }

        #cta:hover {
            background: #005bb5;
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 115, 230, 0.5);
        }

        #cta:active {
        transform: translateY(1px);
        box-shadow: 0 2px 4px rgba(0, 115, 230, 0.5);
          }


    @media(min-width:768px){
      
        .seo-service-container .heading{
            font-family: Poppins;
            font-weight: 700;
            font-size: 44px;
            line-height: 150%;
            letter-spacing: 0%;
            margin-bottom:40px;
            text-align:left;
        }

        .seo-service-container .description{
            font-family: Poppins;
            font-weight: 500;
            font-size: 24px;
            line-height: 133%;
            letter-spacing: 0%;
            margin-bottom: 40px;
            margin-top: 24px;
        }
        .seo-service-container .service-box-container h5{
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px;
            font-weight: 700;
        }
        .seo-service-container .service-box-container p{
            font-size: 16px !important;
            line-height: 20px;
        }

        .seo-service-container .service-box-container ul li{
            font-size: 16px !important;
            line-height: 20px;
        }
    }


     

     .industry-container-why{
        background: #1f3a93;
        padding:80px 0px;
    }

    .industry-container-why .heading{
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 16px;
        margin-top: 24px;
        color: #fade82;
    }

    .industry-container-why .description{
        font-family: Poppins;
        font-weight: 500;
        font-style: Bold;
        font-size: 18px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 24px;
        margin-top: 24px;
        color: #fff;
    }




    .industry-contant-container-why{
        display:flex;
        flex-direction:column;
        gap:20px;
        align-items:center;
        margin-bottom:30px;
    }

    .industry-contant-container-why img{
        height:150px;
        max-width:150px;
        object-fit: cover;
        background-color: white;
    }

     .industry-contant-container-why h2{
        font-weight:700;
        font-size: 20px;
        line-height:130%;
        text-align:left;
        color:#fade82;
    }



    .industry-contant-container-why p{
        font-weight:500;
        font-size: 16px !important;
        line-height:130%;
        text-align:left;
         color: #fff;
    }

     @media(min-width:768px){

        .industry-container-why .heading{
            font-family: Poppins;
            font-weight: 700;
            font-size: 44px;
            line-height: 150%;
            letter-spacing: 0%;
            margin-bottom:40px;
            text-align:left;
        }

        .industry-container-why .description{
        font-family: Poppins;
        font-weight: 500;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 40px;
        margin-top: 24px;
    }


        .industry-contant-container-why{
            display:flex;
            flex-direction:row;
            gap:50px;
            align-items:center;
            margin-bottom:30px;
        }

        .industry-contant-container-why h2{
            font-weight:700;
            font-size: 30px;
            line-height:130%;
            text-align:left;
        }


        .industry-contant-container-why p{
            font-weight:400;
            font-size: 24px !important;
            line-height:130%;
            text-align:left;
        }

     }





    .industry-container{
        background: #fff;
        padding:80px 0px;
    }

    .industry-container .heading{
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 16px;
        margin-top: 24px;
        color: #1f3a93;
    }

    .industry-container .description{
        font-family: Poppins;
        font-weight: 500;
        font-style: Bold;
        font-size: 18px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 24px;
        margin-top: 24px;
        color: #000;
    }




    .industry-contant-container{
        display:flex;
        flex-direction:column;
        gap:20px;
        align-items:center;
        margin-bottom:30px;
    }

    .industry-contant-container img{
        height:150px;
        max-width:150px;
        object-fit: cover;
    }

     .industry-contant-container h2{
        font-weight:700;
        font-size: 20px;
        line-height:130%;
        text-align:left;
        color:#1f3a93;
    }



    .industry-contant-container p{
        font-weight:500;
        font-size: 16px !important;
        line-height:130%;
        text-align:left;
    }

     @media(min-width:768px){

        .industry-container .heading{
            font-family: Poppins;
            font-weight: 700;
            font-size: 44px;
            line-height: 150%;
            letter-spacing: 0%;
            margin-bottom:40px;
            text-align:left;
        }

        .industry-container .description{
        font-family: Poppins;
        font-weight: 500;
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0%;
        margin-bottom: 40px;
        margin-top: 24px;
    }


        .industry-contant-container{
            display:flex;
            flex-direction:row;
            gap:50px;
            align-items:center;
            margin-bottom:30px;
        }

        .industry-contant-container h2{
            font-weight:700;
            font-size: 30px;
            line-height:130%;
            text-align:left;
        }


        .industry-contant-container p{
            font-weight:400;
            font-size: 24px !important;
            line-height:130%;
            text-align:left;
        }

     }






    .case-study-container{
         padding:80px 0px;
    }

  

    .case-study-contant-container{
        display:flex;
        flex-direction:column;
        gap:50px;
        align-items:center;
        margin-bottom:30px;
    }


    .case-study-container .heading{
        font-size: 32px;
        line-height:130%;
        margin-bottom:30px;
        text-align:center;
    }


    .case-study-container p{
        font-weight:400;
        font-size: 20px !important;
        line-height:130%;
        text-align:center;
    }

    .case-study-contant-container img{
        height: 150px;
        width:150px;
        object-fit:cover;
    }


    @media(min-width:768px){

        .case-study-contant-container{
            display:flex;
            flex-direction:row;
            gap:50px;
            align-items:center;
            margin-bottom:30px;
        }

        .case-study-container .heading{
            font-size: 50px;
            line-height:130%;
            margin-bottom:30px;
            text-align:left;
        }

        .case-study-container p{
            font-weight:400;
            font-size: 24px !important;
            line-height:130%;
            text-align:left;
        }


    }

    footer{
        background: #fade82;
        color:#1f3a93;
        padding:50px 0px;
    }

    .footer-text{
        font-size: 36px;
        line-height: 120%;
        font-weight: 700;
        margin:0px;
    }

    .footer-content{
        display: flex;
        gap:30px;
        align-items: center;
        flex-direction: column;
    }

    @media(min-width:768px){
        .footer-text{
            font-size: 56px;
            line-height: 120%;
            font-weight: 700;
            margin:0px;
        }
        .footer-content{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
    }
    .social-link{
       background: #1f3a93;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none; 
        padding-top:2px;
    }
    

    




    

