body,
html {
    height: 100%;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

  .animate__animated {
            --animate-duration: 3s;
            animation-timing-function: ease-in-out !important;
        }

.hero-section {
    background-image: url('/assets/img/banner.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

/* Overlay tint */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* <-- Change this value for stronger or lighter overlay */
    z-index: 0;
}

.header-bar {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
}

/* Content wrapper that appears ABOVE the overlay */
.hero-content {
    z-index: 2;
    color: white;
     margin-top: 5rem;
}

.logo-img {
    height: 50px;
    margin-right: 10px;
}

.company-name {
    font-weight: 600;
    color: white;
    font-size: 1.5rem;
        margin-left: 50px;
}

.cta-button {
    background-color: #FFA726;
    /* orange-yellow */
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.cta-button a {
    text-decoration: none;
    color: #fff;
}

.hero-heading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.hero-subheading {
    font-weight: 600;
    margin-top: 30px;
    font-size: 22px;
}

.points-list p {
    margin: 0.2rem 0;
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 1.8rem;
    }

    .header-bar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.bullet-list {
    list-style-type: disc;
    /* shows default dots */
    list-style-position: inside;
    /* move bullets inside content area */
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    /* Center the whole <ul> block itself */
    color: white;
}

.bullet-list li {
    margin-bottom: 6px;
    font-size: 20px;
}

/* next section cta */
.contact-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.p-4.rounded-4.h-100.bg-primary.text-white.shadow-sm {
    background: linear-gradient(135deg, #255DD0 0%, #132F6A 100%);
}

/* The full background image behind both columns */
.bg-image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/cta-banner.png');
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 1;
}

/* end banner section  */

/* contact us and info section */
/* Make sure the actual content is above the image */
section.contact-section .contact-wrapper .row {
    position: relative;
    z-index: 2;
}

/* Optional padding fix for small screens */
@media (max-width: 768px) {
    .bg-white.p-4 {
        padding: 1.5rem !important;
    }
}

/* Force consistent border color for form fields */
section.contact-section .form-control,
section.contact-section .form-select {
    border: 1px solid #2A69EC !important;
    border-radius: 6px;
    font-size: 13px;
    color: #212529;
        padding: 12px;
}

/* Maintain same border on focus */
section.contact-section .form-control:focus,
section.contact-section .form-select:focus {
    border-color: #2A69EC !important;
    box-shadow: none;
    /* Remove default glow if not needed */
}

section.contact-section ::placeholder {
    font-size: 13px;
}

section.contact-section .fw-bold.text-primary {
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

section.contact-section .list-unstyled.mt-4 {
    position: absolute;
    bottom: 60px;
}

/* end */

/* about us section */
/* abt */
.about-section {
    background-color: #fff;
}

.about-section .p-4.bg-primary.text-white.rounded-4.shadow-sm {
    background: linear-gradient(135deg, #255DD0 0%, #132F6A 100%);
}

.about-section button.btn.btn-primary.w-100 {
    background: linear-gradient(135deg, #255DD0 0%, #132F6A 100%);
    padding: 12px;
}

.about-section h5.fw-bold {
    font-size: 30px;
}

.about-section .bg-white.text-success.text-center.fw-semibold.px-3.py-2 {
    color: #46BB4A !important;
    font-family: 'Nunito Sans', sans-serif;
        font-weight: 700 !important;
        padding: 13px !important;
    font-size: 17px;
    border-radius: 8px;
}

section.about-section.py-5 p {
    line-height: 2rem;
}

/* end */

/* why choose us section */
/* why choose us */
.why-choose-section {
    background-color: #fff;
}

.why-choose-section .badge-overlay {
    background: linear-gradient(90deg, #00bcd4, #ff9800);
    /* Gradient from cyan to amber */
    backdrop-filter: blur(10px);
}

.why-choose-section .gradient-text {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800 !important;
    font-size: 2.25rem;
    /* adjust as needed */
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    color: transparent;
}

.why-choose-section .text-primary {
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.why-choose-section .badge-overlay.px-3.py-2.text-white {
    font-size: 18px;
    border-radius: 10px !important;
}

/* end */

/* did you know section */
/* did you knw */
section.did-you-know-section.py-5 .benefit-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 6%);
    text-align: center;
    font-weight: 500;
}

section.did-you-know-section.py-5 .benefit-box .text-success {
    color: #46BB4A !important;
}

section.did-you-know-section.py-5 .icon-box {
    text-align: center;
    font-size: 1.5rem;
    margin: 8px 0;
}

section.did-you-know-section.py-5 h3 {
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 2rem;
}

section.did-you-know-section.py-5 path {
    fill: #2A69EC;
}

section.did-you-know-section.py-5 .text-danger.fw-semibold.mt-4.mb-0 {
    color: #77050C !important;
    text-align: center;
}

section.did-you-know-section.py-5 .text-warning.fw-semibold {
    color: #FF9D00 !important;
    font-weight: 700 !important;
}

section.did-you-know-section.py-5 p.fw-semibold {
    font-size: 20px;
}

/* end */

/* our process section */
/* Number circles */
section.process-section.py-5.bg-white .step-circle {
    /* background-color: #255DD0; */
    color: white;
    font-weight: 600;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

section.process-section.py-5.bg-white .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    font-size: 18px;
    background: linear-gradient(135deg, #255DD0 0%, #132F6A 100%);
}

/* Outline around image */
section.process-section.py-5.bg-white .outlined-image {
    border: 2px solid #255DD0;
    padding: 4px;
    border-radius: 12px;
    max-width: 100%;
}

/* Step text styling */
section.process-section.py-5.bg-white .step-text {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

section.process-section.py-5.bg-white .text-center.text-primary.fw-bold.mb-5 {
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* end */

/* our partners section */
/* brands */
section.partners-section.py-5.bg-white .marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

section.partners-section.py-5.bg-white .marquee-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll-marquee 25s linear infinite;
}

section.partners-section.py-5.bg-white .marquee-item {
    flex: 0 0 auto;
}

section.partners-section.py-5.bg-white .marquee-item img {
    max-height: 60px;
    width: auto;
    display: block;
    object-fit: contain;
}

section.partners-section.py-5.bg-white .fw-bold.text-primary.mb-4 {
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Animation */


@keyframes scroll-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

section.partners-section.py-5.bg-white .partner-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

section.partners-section.py-5.bg-white .partner-track {
    display: flex;
    width: fit-content;
    gap: 60px;
    animation: scrollPartner 30s linear infinite;
}

section.partners-section.py-5.bg-white .partner-logo {
    flex: 0 0 auto;
}

section.partners-section.py-5.bg-white .partner-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Smooth scroll animation */
@keyframes scrollPartner {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* end */

/* testimonials section */
section.testimonial-marquee-section.py-5.bg-white .marquee-container {
    overflow: hidden;
    position: relative;
}

section.testimonial-marquee-section.py-5.bg-white .marquee-track {
    display: flex;
    gap: 30px;
    animation: scroll-marquee 20s linear infinite;
    width: max-content;
}

section.testimonial-marquee-section.py-5.bg-white .testimonial-box {
    flex: 0 0 350px;
    min-height: 260px;
    white-space: normal;
}

@keyframes scroll-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Responsive fix */
@media (max-width: 768px) {
    .testimonial-box {
        flex: 0 0 80%;
    }

    .marquee-track {
        animation-duration: 50s;
    }
}

section.testimonial-marquee-section.py-5.bg-white .testimonial-marquee {
    overflow: hidden;
    position: relative;
}

section.testimonial-marquee-section.py-5.bg-white .fw-bold.text-primary.mb-0 {
    background: linear-gradient(90deg, #255DD0, #132F6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
}

section.testimonial-marquee-section.py-5.bg-white {
    position: relative;
}

section.testimonial-marquee-section.py-5.bg-white .testimonial-track {
    display: flex;
    animation: scrollTestimonials 20s linear infinite;
    gap: 60px;
}

section.testimonial-marquee-section.py-5.bg-white .testimonial-frame {
    width: 100%;
    max-width: 1200px;
    flex: none;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

section.testimonial-marquee-section.py-5.bg-white .testimonial-card {
    width: calc(50% - 15px);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Scrolling Animation */
@keyframes scrollTestimonials {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

section.testimonial-marquee-section.py-5.bg-white .d-flex.align-items-center.gap-1.fs-5.fw-semibold {
    position: absolute;
    right: 20px;
    top: 50px;
}

section#mb-testimonials {
    display: none;
}

section.testimonial-marquee-section.py-5.bg-white {
    display: block;
}

/* end */

/* Main Footer Section */
.footer-section {
    background-color: #0e0e0e;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
}

/* Social Icons Container */
.footer-section .social a img {
    width: 45px;
    height: 45px;
    padding: 6px;
    transition: 0.3s;
}

.footer-section .social a img:hover {
    transform: scale(1.1);
    /* background-color: #ffa733; */
}

/* Headings for link sections */
.footer-section h6 {
    font-size: 16px;
    margin-bottom: 12px;
}

/* Links */
.footer-section a {
    color: #ffffff;
    transition: color 0.3s ease;
    /* margin: 0 1px; */
}

.footer-section a:hover {
    color: #FF9D00;
    text-decoration: underline;
}

/* Lists */
.footer-section ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Inline icons (for contact/svg) */
.footer-section svg {
    fill: #FF9D00;
    flex-shrink: 0;
    width: 20px;
}

/* Contact Info Icons */
.footer-section ul li svg {
    margin-top: 2px;
}

/* Quick Links Section */
.footer-section .text-warning {
    color: #FF9D00 !important;
}

.footer-section .fw-bold {
    font-weight: 600 !important;
    color: #ff9d00;
}

footer path {
    fill: #FF9D00;
}

/* Divider Line */
.footer-section hr {
    border-top: 1px solid #333;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Bottom text */
.footer-section .small {
    color: #d1d1d1;
    font-size: 14px;
}

.footer-section .small span {
    color: #FF9D00;
    font-weight: 600;
}

/* Responsive Padding Fixes */
@media (max-width: 767.98px) {
    .footer-section .col-md-4 {
        text-align: center;
    }

    .footer-section .d-flex {
        justify-content: center !important;
    }

    .footer-section ul {
        padding-left: 0;
    }
}