/*----------------------------------------------------------------- 
Main Style :Stylesheet Template Name : bathxpertz
Author : EZ Rankings 
Version : 3.0 
Primary Use : bathxpertz
Design by : Yograj 
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    background: border-box;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.header.fixed {
    background: #1e3a8a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header.fixed {
    background: #fff !important;
    z-index: 99;
}

header.fixed nav.navbar.navbar-expand-lg {
    background: #fff !important;
}

header.fixed nav.navbar.navbar-expand-lg a.nav-link {
    color: #000;
}



header.fixed nav.navbar.navbar-expand-lg .contact-right span {
    color: #000;
}

header.fixed nav.navbar.navbar-expand-lg .contact-right img {
    filter: brightness(1) invert(0);
}


/* Footer */
.footer-section {
    background: #fff;
    font-family: 'Inter', sans-serif;
    padding-top: 5rem;
    position: relative;

}

.footer-section .footer-top {
    padding-bottom: 4rem;
    position: relative;
    background: linear-gradient(180deg, #fff, #f8f9fa);
}

.footer-section .footer-top .widget {
    margin-bottom: 2rem;
}

.footer-section .footer-top .logo-footer img {
    max-width: 137px;
    height: auto;
    margin-bottom: 0.5rem 8px;
    transition: transform 0.3s ease;
}

.footer-section .footer-top .logo-footer img:hover {
    transform: scale(1.05);
}

.footer-section .footer-top p {
    color: #444;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 280px;
}

.footer-section .footer-top .social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1.2rem;
}

.footer-section .footer-top .social-icons li a {
    color: #003087;
    font-size: 1.8rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-section .footer-top .social-icons li a:hover {
    color: #ff6200;
    transform: translateY(-3px);
}

.footer-section .footer-top .widget-title {
    color: #003087;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-section .footer-top .widget-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 40px;
    height: 2px;
    background: #ff6200;
}

.footer-section .footer-top .widget ul {
    list-style: none;
    padding: 0;
}

.footer-section .footer-top .widget ul li {
    margin-bottom: 0.8rem;
}

.footer-section .footer-top .widget ul li a,
.footer-section .footer-top .widget ul li {
    color: #444;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-section .footer-top .widget ul li a:hover {
    color: #ff6200;
    padding-left: 5px;
}

.footer-section .footer-top .widget iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-top: 1.5rem;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.footer-section .footer-bottom {
    background: #003087;
    padding: 1.5rem 0;
    text-align: center;
}

.footer-section .footer-bottom .copyrights-text {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

/* Telegram */
/* Chat Toggle Button */
.chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #229ED9;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px #2196F3;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chat-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(255, 98, 0, 0.4);
}

/* Chat Container */
.chat-container {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    max-height: 272px;
    overflow-y: auto;
}

.chat-container.active {
    display: flex;
}

/* Chat Header */
.chat-header {
    background: #003087;
    color: #fff;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header .close-btn2 {
    background: none;
    border: none;
    position: relative !important;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.chat-header .close-btn2:hover {
    color: #ff6200;
}

/* Chat Content */
.chat-content {
    padding: 1.5rem;
    text-align: center;
}

.chat-content p {
    color: #444;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.chat-link {
    background: #ff6200;
    color: #fff;
    padding: 0.8rem 2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.chat-link:hover {
    background: #e55a00;
    transform: scale(1.05);
    color: #fff;
}

@media (max-width: 768px) {
    .chat-container {
        width: 280px;
        bottom: 80px;
        right: 10px;
    }

    .chat-toggle {
        bottom: 10px;
        right: 10px;
    }

    .chat-content p {
        font-size: 0.95rem;
    }

    .chat-link {
        padding: 0.7rem 1.8rem;
    }
}

a.floating-btn {
    background-color: #ffffff;
    border: none;
    padding: 13px 39px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #ff6200;
    border-radius: 0px 0px 10px 10px;
    position: fixed;
    right: -71px;
    top: 44%;
    z-index: 999;
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    top: 100px;
    right: 116px;
    z-index: 999;
    width: 49px;
    height: 48px;
    padding: 0 !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    color: #ff6200 !important;
}


.contact-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-right img {
    width: 47px;
    filter: brightness(0) invert(1);
}

.contact-right span {
    display: block;
    color: #fff;
}

.contact-right a {
    color: #ff7b00;
    font-size: 20px;
    font-weight: bold;
}

.btn-theme {
    background-color: #ff6200;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
}

.btn-theme:hover {
    background-color: #003087;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-title h2 span {
    color: #fb8417;
}

.popup-title h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #003087 !important;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
}

.popup-title {
    text-align: center;
    margin: 0;
}

.about-us-section .popup-title {
    padding-bottom: 40px;
}

.popup-title p {
    margin-bottom: 20px;
}

.sec-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #003087;
    font-weight: bold;
}

.sec-title p {
    font-size: 22px;
}

.sec-title {
    padding-bottom: 40px;
}

textarea {
    overflow: hidden;
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

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

button {
    outline: none;
    cursor: pointer;
}

a {
    transition: 0.3s;
}

p {
    margin: 0px;
}


/* Header */
/* Header (Top Header + Navbar) */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


.navbar-brand img {
    width: 114px;
    border-radius: 0px 0px 20px 20px;
}

.navbar a.btn-theme {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Top Header */
.top-header {
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #f1f1f1;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }
}

.top-header a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-header a:hover {
    color: #ff6200;
    /* Orange */
}

.top-header .social-icons a {
    margin: 0 12px;
    font-size: 1.3rem;
    color: #030bb4;
}

.top-header .contact-info span {
    margin-left: 20px;
}

/* Navbar */
.navbar {
    background-color: #ffffff00;
    padding: 0;
    position: fixed;
    width: 100%;
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: #003087;
    padding: 0;
}

.navbar-brand:hover {
    color: #ff6200;
    /* Orange */
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff6200;
    /* Orange */
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.navbar-nav .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.dropdown-item {
    font-size: 0.95rem;
    color: #003087;
    /* Navy blue */
    padding: 10px 20px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ff6200;
    /* Orange */
}

/* Get a Quote Button */
.get-quote-btn {
    background-color: #ff6200;
    /* Orange */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.get-quote-btn:hover {
    background-color: #e55a00;
    /* Darker orange */
    transform: translateY(-2px);
}


/* Responsive Adjustments */
@media (max-width: 991.98px) {

    .top-header .social-icons,
    .top-header .contact-info {
        text-align: center;
        margin-bottom: 10px;
    }

    .top-header .contact-info span {
        margin-left: 10px;
    }

    .navbar-nav {
        text-align: center;
    }

    .get-quote-btn {
        margin: 10px auto;
        display: block;
        width: fit-content;
    }
}

/* Slider */

/* Slider Styles */
.owl-carousel .item {
    position: relative;
    height: 100vh;
    /* Increased height for a more impactful slider */
}

.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure images fit properly */
    display: block;
}

.slide-content {
    position: absolute;
    top: 55%;
    left: 7%;
    transform: translateY(-50%);
    text-align: left;
    color: #ffffff;
    max-width: 60%;
}

.owl-carousel .item video {
    width: 100%;
    height: 1000px !important;
    object-fit: cover;
    display: block;
    background-size: cover;
    background-attachment: fixed;
}

.slide-content h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 15px;
    color: #ffffff;

}

.slide-content a.btn-theme {
    border: navajowhite;
    font-size: 16px;
    padding: 12px 30px;
}

.btn-group-wrap a:nth-child(2) {
    background: #ffffff00 !important;
    color: #ffffff;
    border: 1px solid #fff;
}

.btn-group-wrap a:nth-child(2):hover {
    background: #fff !important;
    color: #000;
    border: 1px solid #fff;
}

.slide-content p {
    font-size: 23px;
    margin-bottom: 25px;
    color: #f1f1f1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.slide-content .btn {
    background-color: #ff6200;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 0;
}

.slide-content .btn:hover {
    background-color: #003087;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot span {
    background: #ffffff !important;
    opacity: 0.7;
    width: 12px;
    height: 12px;
}

.owl-dots .owl-dot.active span {
    background: #ff6200 !important;
    opacity: 1;
}

.owl-nav {
    display: none;
    /* Hide default navigation arrows for a cleaner look */
}

/* Banner form */
.banner-form-container {
    width: 415px;
    margin: -1px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    color: #333;
    position: absolute;
    top: 188px;
    right: 100px;
    z-index: 2;
    bottom: auto;
}

.banner-form-container .form-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1e3a8a;
    text-align: center;
}

.banner-form-container .form-group {
    position: relative;
    margin-bottom: 20px;
}

.banner-form-container .form-group label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 5px;
    color: #555;
}

.banner-form-container .form-group input,
.banner-form-container .form-group select {
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.banner-form-container .form-group input:focus,
.banner-form-container .form-group select:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1);
    outline: none;
}

.banner-form-container .form-group svg {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 20px;
    height: 20px;
    fill: #666;
}

.banner-form-container .btn-submit {
    background-color: #ff6200;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #ea580c;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

section.hero-section {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section.hero-section:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0030878f;
}

.banner-form-container .btn-submit:hover {
    background: #ea580c;
    border: 2px solid #fff;
}

@media (max-width: 480px) {
    .banner-form-container {
        margin: 10px;
        padding: 20px;
    }

    .banner-form-container .form-title {
        font-size: 1.25rem;
    }
}

.hero-content {
    position: relative;
    z-index: 4;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 140px 80px 130px;
    min-width: 0;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 98, 0, .16);
    border: 1.5px solid rgba(255, 98, 0, .4);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 100px;
    margin-bottom: 26px;
}

.badge-pill i {
    font-size: 0.65rem;
    color: #ff6200;
}

.hero-headline {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 15px;
    color: #ffffff;
}

.hero-headline .accent {
    color: #ff6200;
    display: block;
}

.hero-sub {
    font-size: clamp(0.93rem, 1.4vw, 1.08rem);
    color: rgba(255, 255, 255, .7);
    line-height: 1.75;
    max-width: 520px;
    margin: 26px 0 40px;
}

.btn-primary-cta {
    background: #ff6200;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: background .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 6px 24px rgba(255, 98, 0, .35);
    white-space: nowrap;
}

.btn-primary-cta:hover {
    background: #e05500;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(255, 98, 0, .5);
    color: #fff;
}

.btn-secondary-cta {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .4);
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.98rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: border-color .2s, background .2s, transform .15s;
    white-space: nowrap;
}

.btn-secondary-cta:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
    transform: translateY(-2px);
    color: #fff;
}

header.fixed nav.navbar.navbar-expand-lg {
    background: #fff !important;
}

.stats-section {
    padding: 60px 20px;
    background: #fff;

}

.stat-item {
    text-align: center;
    padding: 20px 10px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #ff6200;
    line-height: 1;
    display: block;
    letter-spacing: -1px;
}

.stat-suffix {
    color: #ff6200;
    font-size: 3rem;
    font-weight: 900;
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #003087;
    margin-top: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.stat-divider {
    width: 1px;
    background: #e0e0e0;
    height: 70px;
    margin: auto;
}

@media (max-width: 767px) {
    .stat-divider {
        display: none;
    }

    .stat-number {
        font-size: 2.2rem;
    }
}

.srats-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Partnership */

.partnership-section {
    padding: 80px 0;
}

section.partnership-section .sec-title {
    padding-bottom: 40px;
}

section.partnership-section .sec-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #003087;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

section.partnership-section .sec-title .subheading {
    font-size: 22px;
    text-align: center;
}

.partnership-section .partners-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    margin-top: 20px;
}

.partnership-section .partners-wrap .left-wrap .img-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 48, 135, 0.14);
    position: relative;
}

.partnership-section .partners-wrap .left-wrap .img-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.partnership-section .partners-wrap .left-wrap .Overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.partnership-section .partners-wrap .left-wrap .Overlay .trusted-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #ff6200, #ff9a40);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.partnership-section .partners-wrap .left-wrap .Overlay .trusted-text span {
    font-weight: 700;
    color: #001a4d;
}

.partnership-section .partners-wrap .left-wrap .Overlay .trusted-text p {
    font-size: 14px;
    color: #9ca3af;
}

.partnership-section .partners-wrap .right-wrap .card-wrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;

}

.partnership-section .partners-wrap .right-wrap .icon-wrap {
    width: 54px;
    height: 54px;
    min-width: 54px;
    background: #ff6200;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    box-shadow: 0 6px 20px rgba(255, 98, 0, 0.35);
}

.partnership-section .partners-wrap .right-wrap .content-wrap h4 {
    color: #003087;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.partnership-section .partners-wrap .right-wrap .content-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.partnership-section .partners-wrap .right-wrap .content-wrap ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4b5563;
}

.partnership-section .partners-wrap .right-wrap .content-wrap ul li i {
    color: #ff6200;
    margin-top: 3px;
    flex-shrink: 0;
}

.partnership-section .partners-wrap .right-wrap  .border-line{
    height: 1px;
    background: linear-gradient(90deg, #e5e7eb, transparent);
}

.partnership-section .partners-wrap .right-wrap .card-wrap p {
    color: #4b5563;
}

.partnership-section .partners-wrap .right-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


    .partnership-process-section {
      padding: 80px 0;
      background: #f5f5f5;
      position: relative;
      overflow: hidden;
    }
    .partnership-section::before {
      content: '';
      position: absolute;
      top: -120px; right: -120px;
      width: 420px; height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,98,0,.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .partnership-section::after {
      content: '';
      position: absolute;
      bottom: -100px; left: -100px;
      width: 360px; height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,48,135,.06) 0%, transparent 70%);
      pointer-events: none;
    }

    /* ── Labels & Headings ── */
    .section-eyebrow {
      font-size: .75rem;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #ff6200;
    }

    .partnership-process-section h4 {
      font-size: 20px;
      font-weight: 900;
      color: #003087;
      line-height: 1.15;
      margin-bottom: 8px;
    }

    .partnership-process-section .step-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    }

    /* ── Step Card ── */
    .partnership-process-section .step-card {
      background: #fff;
      border-radius: 20px;
      padding: 20px;
      position: relative;
      box-shadow: 0 4px 24px rgba(0,48,135,.07);
      transition: transform .3s ease, box-shadow .3s ease;
      height: 100%;
      border-bottom: 4px solid transparent;
    }

    .partnership-process-section .step-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 16px 40px rgba(0,48,135,.13);
      border-bottom-color: #ff6200;
    }

    /* ── Step number (ghost) ── */
    .partnership-process-section .step-number {
      position: absolute;
      top: 18px; right: 22px;
      font-size: 3.6rem;
      font-weight: 900;
      line-height: 1;
      color: #ff6200;
      opacity: .10;
      pointer-events: none;
      letter-spacing: -.02em;
    }

    /* ── Icon bubble ── */
    .partnership-process-section .icon-bubble {
      width: 58px; height: 58px;
      border-radius: 16px;
      background: #ff6200;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 22px;
      flex-shrink: 0;
      box-shadow: 0 6px 18px rgba(255,98,0,.30);
      transition: transform .25s ease;
    }

    .partnership-process-section .step-card:hover .icon-bubble {
      transform: rotate(-6deg) scale(1.08);
    }

    .partnership-process-section .icon-bubble i {
      font-size: 1.35rem;
      color: #fff;
    }

    /* ── Card text ── */
    .partnership-process-section .step-title {
      font-size: 1.05rem;
      font-weight: 800;
      color: #003087;
      margin-bottom: 10px;
    }

    .partnership-process-section .step-desc {
      font-size: .9rem;
      color: #5a6a85;
      line-height: 1.7;
      font-weight: 500;
    }

    /* ── Benefits Section ── */
    .benefits-section {
      padding: 80px 0;
      background: #ffffff;
    }

.benefits-section .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
}

    /* ── Benefit Card ── */
.benefits-section .benefit-card {
    background: #ffffff;
    border-radius: 18px;
    padding:  20px;
    height: 100%;
    border: 1.5px solid #e4eaf3;
    box-shadow: 0 2px 14px rgba(0, 48, 135, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

    /* Orange glow corner accent on hover */
      .benefits-section .benefit-card::before {
      content: '';
      position: absolute;
      top: -40px; right: -40px;
      width: 100px; height: 100px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 98, 0, 0.18) 0%, transparent 70%);
      opacity: 0;
      transition: opacity .35s ease, transform .35s ease;
      transform: scale(0.6);
    }

      .benefits-section .benefit-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 16px 40px rgba(0, 48, 135, 0.13);
      border-color: #ff6200;
      background: #fffaf7;
    }

      .benefits-section .benefit-card:hover::before {
      opacity: 1;
      transform: scale(1);
    }

    /* ── Icon bubble ── */
      .benefits-section .icon-bubble {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      background: #003087;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 18px rgba(0, 48, 135, 0.25);
      transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
      flex-shrink: 0;

    }

      .benefits-section .benefit-card:hover .icon-bubble {
      background: #ff6200;
      transform: rotate(-6deg) scale(1.1);
      box-shadow: 0 8px 22px rgba(255, 98, 0, 0.35);
    }

      .benefits-section .icon-bubble i {
      font-size: 1.35rem;
      color: #ffffff;
    }

    /* ── Card text ── */
     .benefits-section  h3 {
    font-size: 22px;
    font-weight: 600;
    color: #003087;
    margin-bottom: 15px;
    }


/* ── Cta Section ── */
    .cta-form-section {
      background: #001f5b;
      background-image:
        radial-gradient(ellipse at top right, rgba(0, 60, 160, 0.5) 0%, transparent 55%),
        radial-gradient(ellipse at bottom left, rgba(0, 20, 80, 0.8) 0%, transparent 60%);
      padding: 90px 0 100px;
      position: relative;
      /* overflow: hidden; */
    }

    /* subtle dot grid texture */
    .cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }

    /* decorative glow blobs */
    .blob-tl {
      position: absolute;
      top: -120px; left: -120px;
      width: 380px; height: 380px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0, 80, 200, 0.25) 0%, transparent 70%);
      pointer-events: none;
    }
    .blob-br {
      position: absolute;
      bottom: -100px; right: -100px;
      width: 340px; height: 340px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 98, 0, 0.10) 0%, transparent 70%);
      pointer-events: none;
    }

    /* ── Header ── */


    .cta-form-section .sec-title h2{
      color: #ffffff;
    }

    .cta-form-section .sec-title p {
      color: rgba(255,255,255,.60);
    }

    /* ── Contact info items ── */
     .cta-form-section .contact-item {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 26px;
    }

     .cta-form-section .contact-icon {
      width: 50px; height: 50px;
      border-radius: 14px;
      background: #ff6200;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 6px 18px rgba(255, 98, 0, 0.35);
      transition: transform .25s ease;
    }

     .cta-form-section .contact-item:hover .contact-icon {
      transform: scale(1.1) rotate(-5deg);
    }

     .cta-form-section .contact-icon i {
      font-size: 1.1rem;
      color: #ffffff;
    }

     .cta-form-section .contact-label {
      font-size: 20px;
      font-weight: 700;
      color: rgba(255,255,255,.50);
      /* text-transform: uppercase; */
      letter-spacing: .08em;
      margin-bottom: 2px;
    }

     .cta-form-section .contact-value {
      font-weight: 700;
      color: #ffffff;
    }

    /* ── Quote box ── */
     .cta-form-section .quote-box {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-left: 3px solid #ff6200;
      border-radius: 14px;
      padding: 24px 22px;
      margin-top: 10px;
    }

     .cta-form-section .quote-text {
      font-size: 16px;
      color: rgba(255,255,255,.75);
      line-height: 1.75;
      font-style: italic;
      font-weight: 500;
      margin-bottom: 14px;
    }

    .quote-author {
      font-size: 18px;
      font-weight: 800;
      color: #ff6200;
    }

    /* ── Form card ── */
    .form-card {
      background: #ffffff;
      border-radius: 22px;
      padding: 40px 36px;
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.30);
    }

    /* ── Form elements ── */
    .form-label {
      font-size: 16px;
      font-weight: 700;
      color: #003087;
      margin-bottom: 8px;
      letter-spacing: .02em;
    }

    .form-control {
      border: 1.5px solid #e4eaf3;
      border-radius: 10px;
      padding: 11px 14px;
      font-size: .9rem;
      font-family: 'Nunito', sans-serif;
      color: #1a2b4a;
      background: #f8fafc;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .form-control::placeholder {
      color: #aab4c8;
      font-weight: 500;
    }

    .form-control:focus {
      border-color: #ff6200;
      background: #ffffff;
      box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.12);
      outline: none;
    }

    textarea.form-control {
      resize: none;
      min-height: 110px;
    }

    /* ── Submit button ── */
    .btn-submit {
      width: 100%;
      padding: 15px;
      background: #ff6200;
      color: #ffffff;
      font-family: 'Nunito', sans-serif;
      font-size: 1rem;
      font-weight: 800;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      letter-spacing: .04em;
      box-shadow: 0 8px 24px rgba(255, 98, 0, 0.38);
      transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .btn-submit:hover {
      background: #e05500;
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(255, 98, 0, 0.48);
    }

    .btn-submit:active {
      transform: translateY(0);
    }

section.partner-hero h1.hero-headline {
    font-size: 70px;
}

section.partner-hero .hero-content {
    width: 70%;
}
    

/* ── Section wrapper ── */
.pain-points-section {
  padding: 80px 0;
  background: #f4f7fc;
}



/* ── 3-column card grid ── */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* ── Individual pain card ── */
.pain-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 28px 28px;
  border: 1.5px solid #e4eaf3;
  box-shadow: 0 4px 18px rgba(0, 48, 135, 0.06);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pain-card:hover {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-color: #ffd1b8;
}

.pain-card:hover::after {
  transform: scaleX(1);
}

/* ── Icon circle ── */
.pain-icon-wrap {
  color: #ff6200;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 98, 0, .12), rgba(255, 98, 0, 0.311));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.pain-card:hover .pain-icon-wrap {
  transform: rotate(-6deg) scale(1.1);
}

.pain-icon-wrap i {
  font-size: 22px;
  color: #ff6200;
}

/* ── Card copy ── */
.pain-content {
  flex: 1;
}

.pain-content h4 {
  font-size: 24px;
  font-weight: 800;
  color: #003087;
  margin-bottom: 10px;
  line-height: 1.4;
}

.pain-content p {
  font-size: 16px;
  color: #555;;
  line-height: 1.5;
  margin: 0;
}

/* ── Resolution bridge bar ── */
.pain-resolution {
  background: #003087;
  background-image:
    radial-gradient(ellipse at top right, rgba(0, 80, 200, 0.4) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(255, 98, 0, 0.12) 0%, transparent 60%);
  border-radius: 22px;
  padding: 40px 44px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* Dot texture */
.pain-resolution::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  border-radius: 22px;
}

.resolution-icon i {
  font-size: 26px;
  color: #ffffff;
}


.resolution-text {
  flex: 1;
}

.resolution-text h2 {
     font-weight: bold;
    font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.resolution-text p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  max-width: 900px;
  margin: 0 auto 20px;

}

.resolution-inner .btn-primary-cta {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resolution-inner {
    flex-wrap: wrap;
    text-align: center;
  }

  .resolution-icon {
    margin: 0 auto;
  }

  .resolution-text {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .pain-points-section {
    padding: 70px 0 60px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-points-section .sec-title h2 {
    font-size: 1.85rem;
  }

  .pain-resolution {
    padding: 30px 24px;
  }

  .resolution-inner .btn-primary-cta {
    width: 100%;
    justify-content: center;
  }
}


.hiw-section {
  background: #f4f7fc;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


/* ── TOP ROW ── */
.hiw-top-row,
.hiw-bot-row {
  display: flex;
}

.hiw-top-cell,
.hiw-bot-cell {
  flex: 1;
  /* padding: 0 px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hiw-empty {
  visibility: hidden;
}

/* ── GAP between card rows and spine ── */
.hiw-gap {
  height: 24px;
}

/* ── MIDDLE ROW: spine + nodes ── */
.hiw-mid-row {
  display: flex;
  align-items: center;
  position: relative;
}

.hiw-spine {
  position: absolute;
  top: 50%;
  left: 36px;
  right: 36px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(0,48,135,.12),
    #003087 20%,
    #003087 80%,
    rgba(0,48,135,.12)
  );
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 2px;
}

.hiw-mid-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* ── Node ── */
.hiw-node {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #003087;
  border: 5px solid #f4f7fc;
  box-shadow: 0 0 0 2.5px #003087, 0 8px 24px rgba(0,48,135,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: transform .3s, background .3s, box-shadow .3s;
  cursor: default;
}

.hiw-mid-cell:hover .hiw-node {
  background: #ff6200;
  box-shadow: 0 0 0 2.5px #ff6200, 0 12px 32px rgba(255,98,0,.42);
  transform: scale(1.1) translateY(-3px);
}


/* ── Vertical connectors ── */
.hiw-conn {
  width: 2px;
  height: 24px;
  border-radius: 2px;
}

.hiw-conn-top {
  background: linear-gradient(180deg, rgba(0,48,135,.12), #003087);
  order: -1; /* above node */
}

.hiw-conn-bot {
  background: linear-gradient(180deg, #003087, rgba(0,48,135,.12));
  order: 1; /* below node */
}

/* ── Card ── */
.hiw-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e4eaf3;
  box-shadow: 0 4px 18px rgba(0,48,135,.06);
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  text-align: left;
}

.hiw-top-cell:hover .hiw-card,
.hiw-bot-cell:hover .hiw-card {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,48,135,.12);
  border-color: #ffd1b8;
}

.hiw-top-cell:hover .hiw-card::after,
.hiw-bot-cell:hover .hiw-card::after {
  transform: scaleX(1);
}

/* Ghost number */
.hiw-ghost {
  position: absolute;
  font-size: 50px;
  font-weight: 900;
  color: #003087;
  opacity: .05;
  line-height: 1;
  pointer-events: none;
  top: 6px;
  right: 10px;
}


.hiw-card h4 {
  font-size: 22px;
  color: #003087;
  margin-bottom: 8px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.hiw-card p {
  color: #555;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ── CTA ── */
.hiw-cta {
  text-align: center;
  margin-top: 56px;
  position: relative;
  z-index: 1;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .hiw-tl-outer { display: none; }

  /* Fallback: simple vertical list on mobile */
  .hiw-section .hiw-mobile-list { display: flex; flex-direction: column; gap: 20px; }
}

.benefits-section .benefit-card p.benefit-desc {
    font-size: 18px;
}

.trust-section {
        padding: 0 0 80px;
        position: relative;
        overflow: hidden;
    }
 

 
    /* Card */
    .trust-card {
      background: transparent;
        border: 1.5px solid #003087;
        border-radius: 20px;
        padding: 44px 34px 38px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        backdrop-filter: blur(6px);
    }
 
    /* Top accent line on hover */
    .trust-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 3px;
        background-color: #003087;
        border-radius: 20px 20px 0 0;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.35s ease;
    }
 
    .trust-card:hover {
        transform: translateY(-8px);
        background: #003087;
        border-color: rgba(255,107,28,0.35);
        box-shadow: 0 24px 60px rgba(0,0,0,0.30);
    }
 
    .trust-card:hover::before {
        transform: scaleX(1);
    }
 
    /* Icon wrapper */
    .trust-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        background: linear-gradient(135deg, #ff6b1c, #e8490a);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
        box-shadow: 0 8px 24px rgba(255,107,28,0.35);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
 
    .trust-card:hover .trust-card-icon {
        transform: scale(1.10) rotate(-4deg);
        box-shadow: 0 14px 36px rgba(255,107,28,0.48);
    }
 .trust-card:hover  .trust-card-title{
    color: #fff;
 }

 .trust-card:hover  .trust-card-desc{
    color: rgba(255,255,255,0.65);
 }
    .trust-card-icon i {
        font-size: 26px;
        color: #ffffff;
    }
 
    /* Card title */
    .trust-card-title {
        font-size: 22px;
        font-weight: 800;
        color: #003087;
        margin: 0 0 12px;
    }
 
    /* Card description */
    .trust-card-desc {
        font-size: 14.5px;
        /* color: rgba(255,255,255,0.65); */
        line-height: 1.75;
        margin: 0;
    }
 
    /* Responsive */
    @media (max-width: 991px) {
        .trust-heading { font-size: 34px; }
        .trust-section { padding: 80px 0; }
    }
 
    @media (max-width: 575px) {
        .trust-heading { font-size: 28px; }
        .trust-section { padding: 60px 0; }
        .trust-card { padding: 32px 24px; }
        .trust-card-icon { width: 58px; height: 58px; }
        .trust-card-icon i { font-size: 22px; }
    }

 .cta-form-section   label.form-check-label {
    font-size: 14px;
}

.cta-form-section .col-lg-5 {
    position: sticky;
    top: 150px;
}