/* === ABOUT SECTION BASE STYLES === */
.container {
    max-width: 1600px;
}

.about-section-container {
    /* background: linear-gradient(135deg, #0a1e7c 0%, #1a8cff 100%); */
    /* border-radius: 0 0 60px 60px; */
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
    /* position: relative; */
    overflow: hidden;
}

.about-images-col {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-main-img {
    width: 420px;
    height: 340px;
    margin-bottom: 0;
    box-shadow: 0 8px 32px rgba(10, 30, 124, 0.12);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.about-overlap-img {
    width: 260px;
    height: 220px;
    position: absolute;
    left: 40px;
    top: 260px;
    box-shadow: 0 8px 32px rgba(10, 30, 124, 0.12);
    border-radius: 28px;
    overflow: hidden;
    z-index: 3;
}

.about-content-col {
    position: relative;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    color: #fff;
}

.about-label-vertical {
    position: absolute;
    left: -60px;
    top: 40px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #3bb0ff;
    font-size: 14px;
    font-weight: 600;
}

.about-content-box {
    margin-top: 40px;
    padding-left: 0;
    padding: 0 50px;
}

.about-section-label {
    /* color: #fff; */
    /* font-size: 1rem; */
    /* text-transform: uppercase; */
    margin-bottom: 0.5rem;
}

.about-section-title {
    font-family: var(--font-primary);
    font-size: 4.12rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.about-section-desc {
    margin-bottom: 30px;
}

.about-info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.about-info-card {
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 25px 25px;
    border-radius: 12px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.about-info-card:hover {
    background-color: #00e4ff;
    color: #000;
}

.about-info-card-white {
    /* background-color: #fff; */
    color: #333;
}

.about-info-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex: 0 0 12px;
    margin-top: 12px;
}

.about-info-dot-blue {
    background-color: #000;
}

.about-info-dot-gray {
    background-color: #333;
}

.about-info-text {
    display: inline-block;
    vertical-align: top;
    color: #000;
}

/* ===== GLOBAL STYLES ===== */
:root {
    --primary-color: #1a237e;
    --secondary-color: #283593;
    --accent-color: #00bcd4;
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #1a237e 0%, #283593 50%, #1a237e 100%);
    --font-primary: 'Neue Plak', 'Arial', sans-serif;
    --font-text: 'Neue Plak Text', 'Arial', sans-serif;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    font-size: 1rem;
}

/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 600;
    line-height: 1.2;
}

/* h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
} */

p,
span,
div,
a,
button,
.btn {
    font-family: var(--font-primary);
    font-size: 1.4rem;
    line-height: 1.2;
}

.text-bold {
    font-family: var(--font-text);
    font-weight: bold;
}

/* Apply font to Bootstrap components */
.nav-link,
.dropdown-item,
.btn,
button,
.form-control,
.card-title,
.card-text {
    font-family: var(--font-primary);
}

a {
    text-decoration: none;
}

.section-title {
    font-family: var(--font-primary);
    font-size: 4.6rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.section-title-wrap {
    margin-bottom: 20px;
}

.section-label {
    font-family: var(--font-primary);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 0.5rem;
}

.section-description {
    /* font-family: var(--font-primary); */
    /* font-size: 1.1rem; */
    /* color: var(--text-light); */
    /* margin-bottom: 2rem; */
}

.section-title:has(~p) {
    margin-bottom: 1.5rem;
}

.claims-section .section-title {
    font-size: 3.5rem;
}

/* ===== NAVIGATION ===== */
.navbar {
    padding: 2rem 0;
    transition: all 0.3s ease;
    /* background: linear-gradient(135deg, #1a8cff 0%, #0066cc 100%); */
}

.navbar-brand img {
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}

.navbar-nav .nav-link,
.navbar-nav .menu-item a {
    font-family: var(--font-primary);
    font-weight: 500;
    margin: 0 0.5rem;
    color: #ffffff !important;
    padding: 8px 8px;
    margin: 0 8px;
    display: block;
}

.navbar-nav .nav-link:hover,
.navbar-nav .menu-item a:hover {
    color: #00e5ff !important;
}

.navbar-nav .dropdown-toggle::after {
    border-top-color: #ffffff;
    margin-left: 0.5rem;
}

.navbar-nav .dropdown-toggle:hover::after {
    border-top-color: #00e5ff;
}

/* Navbar CTA Button */
.navbar-cta {
    /* margin-left: 1rem; */
}


/* Dropdown Menu Styling */
.dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 220px;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    /* font-size: 0.9rem; */
    color: #333333;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: linear-gradient(135deg, #1a8cff 0%, #0066cc 100%);
    color: #ffffff;
    transform: translateX(5px);
}

.dropdown-divider {
    margin: 0.5rem 0;
    border-color: rgba(0, 0, 0, 0.1);
}

/* ===== STANDARDIZED BUTTON STYLING ===== */

/* Base Button Styles */
.btn {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

/* Primary Button - Blue Background */
.btn-primary {
    background: #00e4ff;
    border-color: #00e4ff;
    color: #ffffff;
    /* box-shadow: 0 4px 16px rgba(26, 140, 255, 0.3); */
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0066cc;
    border-color: #0066cc;
    color: #ffffff;
    /* transform: translateY(-2px); */
    /* box-shadow: 0 6px 20px rgba(26, 140, 255, 0.4); */
}

.btn-outline-dark {
    border-color: #000;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #0066cc;
    border-color: #0066cc;
    color: #ffffff;
}

/* Outline Primary Button - Blue Border */
.btn-outline-primary {
    background: transparent;
    border-color: #1a8cff;
    color: #1a8cff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #1a8cff;
    border-color: #1a8cff;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(26, 140, 255, 0.3);
}

/* Light Button - White Background */
.btn-light {
    background: #ffffff;
    border-color: #ffffff;
    color: #000;
}

.aboutbg {
    position: absolute;
    top: -34.5%;
    left: 0;
    z-index: -1;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.aboutbg img {
    width: 100%;
    height: auto;
}

.btn-light:hover,
.btn-light:focus {
    background: #f8f9fa;
    border-color: #f8f9fa;
    color: #1a8cff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Outline Light Button - White Border */
.btn-outline-light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #1a8cff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2);
}

/* Button Sizes */
.btn-sm {
    padding: 8px 16px;
    font-size: 12px;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 16px;
    min-width: 200px;
}

/* Button with Icons */
.btn i {
    margin-right: 8px;
}

.btn i:only-child {
    margin-right: 0;
}

/* Disabled Button State */
.btn:disabled,
.btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn:disabled:hover,
.btn.disabled:hover {
    transform: none;
    box-shadow: none;
}

/* Specific Component Button Overrides */

/* Navbar CTA Button */
.navbar-cta .btn {
    /* padding: 12px 20px; */
    /* font-size: 13px; */
    /* border-radius: 25px; */
}

/* Footer Buttons */
.footer-buttons .btn {
    /* padding: 12px 24px; */
    /* font-size: 14px; */
    /* border-radius: 6px; */
}

/* Partnership Section Buttons */
.partnership-btn-primary,
.partnership-btn-outline {
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 6px;
}

/* Hero Section Buttons */
.hero-buttons .btn {
    /* padding: 16px 32px; */
    /* border-radius: 6px; */
}

/* About Section Button */
.about-readmore-btn {
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 6px;
}

/* Navbar Scroll Effect */
.navbar-scrolled {
    background: #00006f !important;
    backdrop-filter: blur(10px);
    padding: 0.6rem 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    /* background: var(--gradient); */
    color: var(--white);
    overflow: hidden;
    /* aspect-ratio: 1920/1373; */
    /* height: auto; */
}


.hero-title {
    font-family: var(--font-primary);
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    max-width: 600px;
    text-transform: uppercase;
}

.hero-title strong {
    font-weight: 600;
}

.hero-title span {
    font-weight: 600;
    color: #00e4ff;
    font-size: inherit;
}

.hero-subtitle {
    font-family: var(--font-primary);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    max-width: 571px;
}

.hero-subheading {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 100;
}

.hero-buttons {
    margin-bottom: 3rem;
}

.hero-image {
    /* text-align: center; */
    /* margin-top: 2rem; */
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /* background: var(--white); */
    /* clip-path: polygon(0 50%, 100% 100%, 0 100%); */
}

/* ===== EXPERTISE SECTION ===== */
.expertise-section {
    padding: 0;
    position: relative;
    z-index: 0;
}

.expertise-content {
    padding-right: 2rem;
}

.expertise-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-item p {
    color: var(--text-light);
    margin: 0;
}

/* ===== WHY PARTNER SECTION ===== */
.why-partner-section {
    padding: 5rem 0;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e3e6f0 100%); */
    border-radius: 0 0 60px 60px;
}

.learn-more img {
    margin-left: 15px;
}

.feature-card {
    padding: 4rem 2rem 2rem;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.bg-1 img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bg-1 {
    position: absolute;
    z-index: -1;
    top: -17%;
    width: 100%;
}

.why-partner-section {
    position: relative;
}

.feature-icon {
    /* width: 60px; */
    /* height: 60px; */
    /* background: linear-gradient(135deg, #1a8cff 0%, #0066cc 100%); */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-bottom: 1.5rem;
}

.feature-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.feature-card h4 {
    font-size: 1.56rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333333;
}

.feature-card p {
    margin-bottom: 1.5rem;
}

.learn-more {
    text-decoration: underline !important;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.learn-more:hover {
    text-decoration: underline;
}

/* ===== SERVICES GRID ===== */
.services-grid {
    padding: 3rem 0;
}

.service-item {
    padding: 2rem;
    text-align: center;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.service-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.service-item h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.service-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 0;
}

/* ===== ECOSYSTEM SECTION ===== */
.ecosystem-section {
    position: relative;
    padding: 4rem 0 0 0;
}

.bg-2 img {
    width: 100%;
    height: auto;
}

.bg-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -13.5%;
    width: 100%;
}

.ecosystem-section .subheading {
    /* letter-spacing: 0.5px; */
    margin-bottom: 1.5rem;
}

.ecosystem-section .section-title {
    /* font-family: var(--font-primary); */
    /* font-size: 4.6rem; */
    /* font-weight: 600; */
    /* line-height: 1; */
    /* margin-bottom: 1.5rem; */
    /* color: #1a1a1a; */
}

.ecosystem-tabs-container {
    margin-bottom: 3rem;
}

.ecosystem-tabs-wrapper .nav-pills {
    background: #fff;
    border-radius: 50px;
    padding: 8px;
    gap: 4px;
    justify-content: center;
}

.ecosystem-tabs-wrapper .nav-item {
    flex: none;
}

.ecosystem-tab-btn {
    background: #ebebeb !important;
    border: none !important;
    padding: 20px 50px !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    transition: all 0.3s ease !important;
    color: #000 !important;
    /* font-size: 0.95rem !important; */
    box-shadow: none !important;
}

.ecosystem-tab-btn:hover {
    color: #000 !important;
    background: #ece0a6 !important;
}

.ecosystem-tab-btn.active {
    background: #ece0a6 !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.section-subheading {
    /* text-transform: uppercase; */
}

.section-title.small {
    margin: 0;
    font-size: 3.6rem;
}

.section-para {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== SMART REVENUE SECTION ===== */
.smart-revenue-section {
    padding: 4rem 6rem;
    border-radius: 50px;
    background-color: #00006f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services-swiper .swiper-slide {
    height: auto;
}

.smart-revenue-section .smart-content h2 {
    font-family: var(--font-primary);
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.smart-revenue-section .features-list {
    margin-top: 2rem;
}

.smart-revenue-section .feature-item {
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 1.5rem;
    border-bottom: 7px solid rgb(0 0 111);
    margin: 0;
    gap: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}

.smart-revenue-section .feature-item:hover {
    background-color: #00e4ff;
}

.smart-revenue-section .feature-item:not(:first-child) {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding-top: 2rem;
    margin-top: -0.5rem;
}

.smart-revenue-section .feature-item:nth-child(2) {
    z-index: 4;
}

.smart-revenue-section .feature-item:nth-child(3) {
    z-index: 3;
}

.smart-revenue-section .feature-item:nth-child(4) {
    z-index: 2;
}

.smart-revenue-section .feature-item:nth-child(5) {
    z-index: 1;
}

.smart-revenue-section .feature-icon {
    /* background: rgba(255, 255, 255, 0.2); */
    /* border-radius: 8px; */
    /* padding: 8px; */
    /* width: 40px; */
    /* height: 40px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.smart-revenue-section .feature-text span {
    /* font-size: 0.95rem; */
    /* line-height: 1.5; */
    color: #000;
}

.smart-revenue-section .smart-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding-left: 4rem;
}

/* Tab content styling */
.ecosystem-section .tab-content {
    margin-top: 0;
}

.ecosystem-section .tab-pane {
    padding: 0;
    margin-top: 0;
}

.ecosystem-section .tab-pane .smart-revenue-section {
    margin-top: 0;
}

/* ===== SMART SYSTEMS SECTION ===== */
.smart-systems {
    padding: 5rem 0;
}

.smart-content {
    /* padding-right: 2rem; */
}

.features-list {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.feature-item i {
    font-size: 1.2rem;
    margin-right: 1rem;
}

.feature-item span {
    font-size: 1.1rem;
    color: var(--text-dark);
}

/* ===== CLAIMS SECTION ===== */
.claims-section {
    padding: 5rem 0;
    background: transparent;
    position: relative;
}

.claims-header {
    margin-bottom: 2rem;
}

.claims-subtitle {
    font-family: var(--font-primary);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.claims-title {
    font-family: var(--font-primary);
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.claims-description {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    max-width: 90%;
}

.claims-logo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* Services Carousel */
.services-carousel-wrapper {
    margin-top: 3rem;
}

.services-swiper {
    padding: 2rem 0;
    overflow: visible;
    counter-reset: service-counter;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e8f4fd;
    counter-increment: service-counter;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-image-container {
    position: relative;
    /* height: 200px; */
    overflow: hidden;
    padding: 0.8rem;
}

.impact-card .service-image {
    aspect-ratio: 295/212;
}

.impact-card .service-content {
    text-align: center;
}

.service-image {
    object-fit: cover;
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    border-radius: 20px;
}

.service-card:hover .service-image {
    /* transform: scale(1.05); */
}

.service-number {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(26, 140, 255, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

.service-content {
    padding: 1rem;
    padding-top: 0;
}

.service-content h5 {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.service-content h5::before {
    content: counter(service-counter, decimal-leading-zero) ". ";
    margin-right: 0.5rem;
}

.service-content p {
    font-family: var(--font-primary);
    color: #666;
    line-height: 1.5;
    margin: 0;
    font-size: 1rem;
}

/* Custom Navigation */
.claims-nav-prev,
.claims-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 71px;
    height: 71px;
    background: transparent;
    border: unset;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    color: #1a8cff;
    font-size: 1rem;
}

.claims-nav-prev {
    left: -75px;
}

.swiper-button-prev.claims-nav-prev::after,
.swiper-button-next.claims-nav-next::after {
    display: none;
}

.claims-section .container {
    position: relative;
}

.claims-nav-next {
    right: -75px;
}

.claims-nav-prev:hover,
.claims-nav-next:hover {
    background: #1a8cff;
    color: white;
    border-color: #1a8cff;
    transform: translateY(-50%) scale(1.1);
}

.claims-nav-prev.swiper-button-disabled,
.claims-nav-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ===== WORKFLOW SECTION ===== */
.workflow-section {
    padding: 5rem 0;
}

.workflow-content {
    padding-right: 2rem;
}

.workflow-features {
    margin-top: 2rem;
}

.workflow-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.workflow-item:hover {
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.workflow-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.workflow-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.workflow-text h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.workflow-text p {
    color: var(--text-light);
    margin: 0;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.testimonials-bg-wrapper {
    /* background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 25%, #2563eb 50%, #3b82f6 75%, #60a5fa 100%); */
    position: relative;
    padding: 9rem 0 2rem 0;
    /* clip-path: ellipse(131% 100% at 91% 0%); */
}

.testimonials-bg-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    pointer-events: none;
}

.testimonials-subtitle {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.testimonials-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.testimonials-description {
    font-family: var(--font-text);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 60px;
}

.testimonials-slider-wrapper {
    margin-top: 60px;
}

.testimonials-swiper {
    padding: 2rem 0;
    overflow: visible;
}

.swiper-slide.swiper-slide-prev .testimonial-slide-card,
.swiper-slide.swiper-slide-next .testimonial-slide-card {
    margin-top: 8rem;
}

.testimonial-slide-card {
    background: transparent;
    border-radius: 50px;
    padding: 3rem 7rem;
    margin: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: unset;
    aspect-ratio: 1367/734;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.testimonial-slide-card .row {
    height: 100%;
}

.testimonial-content-left {
    padding-right: 3.5rem;
}

.quote-icon {
    /* background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%); */
    /* width: 60px; */
    /* height: 60px; */
    margin-bottom: 1.5rem;
}

.quote-icon i {
    font-size: 24px;
    color: #ffffff;
}

.testimonial-quote {
    font-family: var(--font-primary);
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-style: italic;
    /* margin: 0 0 24px 0; */
}

.testimonial-details {
    margin-top: 24px;
}

.testimonial-context {
    /* font-family: var(--font-text); */
    /* font-size: 14px; */
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.testimonial-author-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bg-3 img {
    width: 100%;
    height: auto;
}

.bg-3 {
    position: absolute;
    z-index: -1;
    top: 0%;
    width: 100%;
}

.test-title-wrap .section-subheading,
.test-title-wrap .section-title,
.test-title-wrap .section-para {
    color: #fff;
}

.author-avatar {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 3px solid #f0f0f0; */
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-details {
    flex: 1;
}

.author-name {
    font-family: var(--font-primary);
    /* font-size: 16px; */
    font-weight: 700;
    color: #fff;
    margin-bottom: 0rem;
}

.author-title {
    /* font-family: var(--font-text); */
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
}

.testimonial-image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.testimonial-hero-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

/* Custom Navigation */
.testimonials-nav-prev,
.testimonials-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 71px;
    height: 71px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    color: #1e40af;
    font-size: 18px;
    backdrop-filter: blur(10px);
}

.testimonials-nav-prev {
    left: -80px;
}

.testimonials-nav-next {
    right: -80px;
}

.testimonials-nav-prev::after,
.testimonials-nav-next::after {
    display: none;
}

.testimonials-nav-prev:hover,
.testimonials-nav-next:hover {
    background: #ffffff;
    color: #1e40af;
    border-color: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.testimonials-nav-prev.swiper-button-disabled,
.testimonials-nav-next.swiper-button-disabled {
    opacity: 1;
    cursor: not-allowed;
}

/* Pagination */
.testimonials-pagination {
    bottom: 100px !important;
    text-align: center;
}

.testimonials-pagination .swiper-pagination-bullet {
    background: rgb(0 227 255);
    width: 15px;
    height: 15px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
    background: #000000;
    transform: scale(1.2);
}

/* ===== PARTNERSHIP SECTION ===== */
.partnership-section {
    background-color: #ffffff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.partnership-image-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.partnership-image-wrapper {
    position: relative;
    /* width: 100%; */
    /* max-width: 500px; */
    /* height: 400px; */
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
}

.partnership-geometric-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.geometric-shape {
    position: absolute;
    border-radius: 20px;
    z-index: 1;
}

.shape-1 {
    top: -20px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #e0f2fe 0%, #b3e5fc 100%);
    opacity: 0.7;
    transform: rotate(15deg);
}

.shape-2 {
    bottom: -30px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    opacity: 0.6;
    transform: rotate(-25deg);
}

.shape-3 {
    top: 50px;
    right: -40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    opacity: 0.8;
    transform: rotate(45deg);
}

.partnership-hero-image {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: -10px;
    /* box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12); */
}

.partnership-content {
    padding-left: 40px;
}

.partnership-subtitle {
    /* font-family: var(--font-primary); */
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* color: #666; */
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* margin-bottom: 8px; */
}

.partnership-title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 24px;
}

.partnership-description {
    /* font-family: var(--font-text); */
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* color: #666; */
    /* line-height: 1.6; */
    margin-bottom: 1.5rem;
}

.partnership-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* ===== FOOTER ===== */
.footer-section {
    background: #00006f;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Row Structure with Borders */
.footer-row-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4rem 0 2rem;
}

.footer-row-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 3rem 0 2rem;
    position: relative;
}

.footer-row-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2rem 0;
}

.footer-row-4 {
    /* background: rgba(0, 0, 0, 0.1); */
    padding: 2rem 0;
}

/* Row 1: Logo and Social Connect */
.footer-logo {
    margin-bottom: 0;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-social-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.social-connect-label {
    /* font-size: 0.9rem; */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.social-links {
    display: flex;
    gap: 10px;
}

.footer-row-2::after {
    content: '';
    position: absolute;
    height: calc(100% - 50px);
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    top: 25px;
    left: 42%;
}

.social-link {
    width: 55px;
    height: 55px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-link i {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* FontAwesome icons for social media */
.social-link i.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400;
}

.social-link:hover {
    background: #ffffff;
    color: #1a237e;
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Row 2: Title/Content and Navigation */
.footer-content-section {}

.footer-title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-description {
    /* font-size: 1rem; */
    line-height: 1.6;
    /* color: rgba(255, 255, 255, 0.9); */
    margin-bottom: 1.5rem;
    max-width: 530px;
}

.footer-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-btn-primary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    /* padding: 12px 24px; */
    /* font-size: 0.9rem; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-btn-primary:hover {
    background: #ffffff;
    color: #1a237e;
    transform: translateY(-2px);
}

.footer-btn-secondary {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #1a237e;
    /* padding: 12px 24px; */
    /* font-size: 0.9rem; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-btn-secondary:hover {
    background: #000;
    color: #ffffff;
    /* transform: translateY(-2px); */
}

.footer-column-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-link:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Row 3: Contact Info and Newsletter */
.footer-contact-info {
    /* font-size: 1rem; */
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 55px;
    position: relative;
}

.footer-contact-info p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.footer-contact-info i {
    color: #ffffff;
    width: 20px;
    font-size: 1rem;
    margin-right: 8px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* FontAwesome icons for contact info */
.footer-contact-info i.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.footer-menu-column {
    padding-left: 10rem;
}

.footer-newsletter-section {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

.newsletter-title {
    /* font-size: 1.1rem; */
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    text-align: right;
}

.newsletter-form {
    max-width: 450px;
    margin-left: 0;
    gap: 0;
    border-radius: 50px;
    overflow: hidden;
    background: #1a237e;
}

.newsletter-input {
    background: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 0;
    color: #333;
    font-size: 0.95rem;
    flex: 1;
    outline: none;
}

.newsletter-input::placeholder {
    color: #999;
    font-size: 0.95rem;
}

.newsletter-input:focus {
    background: #ffffff;
    box-shadow: none;
    border: none;
    outline: none;
}

.newsletter-btn {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    background: #1a237e;
    color: #ffffff;
    border: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #0d47a1;
    color: #ffffff;
}

/* Row 4: Copyright and Policy Links */
.footer-copyright {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 1.2rem;
}

.footer-legal-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.2rem;
    position: relative;
}

.footer-legal-link:hover {
    color: #ffffff;
}

.footer-legal-link::after {
    content: '|';
    position: absolute;
    right: -17px;
    color: rgba(255, 255, 255, 0.15);
    top: 2px;
}

.footer-legal-link:last-child::after {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.hero-content>* {
    /* animation: fadeInUp 0.8s ease forwards; */
    /* opacity: 0; */
}

.hero-content>*:nth-child(1) {
    /* animation-delay: 0.2s; */
}

.hero-content>*:nth-child(2) {
    /* animation-delay: 0.4s; */
}

.hero-content>*:nth-child(3) {
    /* animation-delay: 0.6s; */
}

.hero-content>*:nth-child(4) {
    animation-delay: 0.8s;
}

/* ===== SCROLL BEHAVIOR ===== */
html {
    scroll-behavior: smooth;
}

/* ===== UTILITY CLASSES ===== */
.bg-gradient {
    background: var(--gradient);
}

.text-gradient {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.shadow-custom {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.border-radius-custom {
    border-radius: 15px;
}

.workflow-title-wrap {
    margin-bottom: 5rem;
}

/* === WORKFLOW SECTION STYLES === */
.workflow-section {
    /* background-color: #ffffff; */
    padding: 80px 0;
}

.workflow-title-wrap .section-title.small {
    font-size: 2.7rem;
}

.workflow-subtitle {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.workflow-main-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.workflow-description {
    font-family: var(--font-text);
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 60px;
}

.unified-workflow-card {
    background: #cccce9;
    border-radius: 40px;
    padding: 60px;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 4rem 6rem;
    border-radius: 50px;
    /* z-index: 1; */
}

.unified-workflow-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eadea5;
    border-radius: 50px;
    z-index: -1;
    transform: rotate(357deg);
}

.workflow-content-section {
    padding-right: 4rem;
}

.workflow-card-subtitle {
    /* font-family: var(--font-primary); */
    font-size: 1.4rem;
    /* font-weight: 400; */
    /* color: #1a1a1a; */
    margin-bottom: 0;
}

.workflow-card-title {
    font-family: var(--font-primary);
    font-size: 3rem;
    /* font-weight: 700; */
    /* color: #1a1a1a; */
    text-transform: uppercase;
    /* letter-spacing: -0.5px; */
    /* line-height: 1.1; */
    margin-bottom: 1.5rem;
}

.workflow-steps {
    /* margin-top: 40px; */
    counter-reset: workflow-counter;
}

.workflow-step {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    counter-increment: workflow-counter;
}

.workflow-step {
    /* background: rgba(255, 255, 255, 0.9); */
    /* border-radius: 16px; */
    /* padding: 20px; */
    margin-bottom: 30px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
    /* background: #fffae7; */
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.workflow-step:last-child {
    margin-bottom: 0;
}

.workflow-step:hover {
    background: #fffae7;
}

.workflow-step::after {
    content: '';
    width: 100%;
    height: 2px;
    border-top: 2px dashed #000;
    left: 0px;
    bottom: -14px;
    position: absolute;
}

.workflow-step:last-child::after {
    margin-bottom: 0;
    display: none;
}

.workflow-step-number {
    /* font-family: var(--font-primary); */
    /* font-size: 18px; */
    /* font-weight: 700; */
    /* color: #1a1a1a; */
    /* margin-right: 16px; */
    /* min-width: 32px; */
}

.workflow-step-content h5 {
    /* font-family: var(--font-primary); */
    /* font-size: 16px; */
    /* font-weight: 700; */
    /* color: #1a1a1a; */
    /* margin-bottom: 4px; */
    /* display: inline; */
}

.workflow-step-content p::before {
    content: counter(workflow-counter, decimal-leading-zero) ". ";
    margin-right: 0.5rem;

}

.workflow-step-content p {
    /* font-family: var(--font-text); */
    /* font-size: 14px; */
    font-weight: 600;
    max-width: 520px;
    /* line-height: 1.5; */
    /* margin: 0; */
    /* display: inline; */
}

.workflow-image-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.workflow-image {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15); */
}


/* === IMPACT SECTION STYLES === */
.impact-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.impact-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 60px;
}

.impact-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.impact-image-container {
    position: relative;
    /* height: 200px; */
    overflow: hidden;
    padding: 0.8rem;
}

.impact-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    aspect-ratio: 295/212;
    border-radius: 20px;
}

.impact-card:hover .impact-image {
    /* transform: scale(1.05); */
}

.impact-content {
    padding: 24px 20px;
    text-align: center;
    padding: 1rem;
    padding-top: 0;
}

.impact-card-title {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.impact-description {
    font-family: var(--font-text);
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.impact-bottom-description {
    /* font-family: var(--font-text); */
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* color: #666; */
    /* line-height: 1.6; */
    /* margin: 0; */
    max-width: 900px;
    margin: 0 auto;
}

.banner-play {
    align-self: end;
    padding-bottom: 25rem;
}

.home-inner {
    aspect-ratio: 1920/1373;
}

/* === HERO SLIDER STYLES === */
.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #00006f;
}

.hero-slider {
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
}

.hero-swiper {
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
}

.hero-swiper .swiper-slide {
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-swiper .container {
    position: relative;
    z-index: 2;
    /* max-width: 1320px !important; */
    /* overflow: hidden; */
    height: 100%;
    padding-top: 18rem;
}

.hero-swiper .row {
    height: 100%;
}

/* Custom Navigation Arrows */
.hero-nav-prev,
.hero-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.hero-nav-prev:hover,
.hero-nav-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.hero-nav-prev {
    left: 30px;
}

.hero-nav-next {
    right: 30px;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Custom Pagination */
.hero-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
}

.hero-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-bullet-active {
    background: #fff;
    border-color: #1a8cff;
    transform: scale(1.2);
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

/* Hero Content Styling */
.hero-content {
    /* opacity: 0; */
    /* animation: fadeInUp 0.8s ease-out forwards; */
}

.hero-image {
    /* opacity: 0; */
    /* animation: fadeInRight 0.8s ease-out 0.3s forwards; */
}

/* Responsive Design */
@media (max-width: 768px) {

    .hero-nav-prev,
    .hero-nav-next {
        top: calc(50% + 60px);
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .hero-pagination {
        bottom: 20px;
    }

    .hero-bullet {
        width: 10px;
        height: 10px;
    }
}

.hero-slider .swiper-slide {
    /* height: auto; */
}

/* ===== VIDEO MODAL STYLES ===== */
.video-play-btn {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    width: 266px;
}

.video-play-btn:hover {
    transform: scale(1.05);
}

.video-play-btn.clicked {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

.video-play-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 2s infinite;
    pointer-events: none;
}

.video-play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid rgba(255, 255, 255, 0.9);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    pointer-events: none;
    z-index: 2;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-modal-content {
    background: transparent;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(26, 35, 126, 0.3);
    padding: 0px 0 0px;
}

.video-modal-content .modal-header {
    background: transparent;
    padding: 0;
    position: relative;
}

.video-modal-content .modal-title {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 1.5rem;
}

.video-modal-content .btn-close-white {
    filter: brightness(0) invert(1);
    opacity: 1;
    font-size: 1.2rem;
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 26px;
    height: 26px;
    z-index: 999;
}

div#videoModal .modal-dialog .btn-close {
    position: relative;
    right: 8px;
    opacity: 1;
    z-index: 999;
    cursor: pointer;
    /* top: 8px; */
}

div#videoModal .modal-dialog {
    position: relative;
}

.video-modal-content .btn-close-white:hover {
    opacity: 1;
    transform: scale(1.1);
}

.video-modal-content .modal-body {
    padding: 0 30px 30px;
}

.video-modal-content .ratio {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-modal-content iframe {
    border-radius: 15px;
}

/* Modal backdrop styling */
.modal-backdrop {
    background-color: rgba(26, 35, 126, 0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-xl {
        max-width: 95%;
        margin: 10px auto;
    }

    .video-modal-content .modal-header {
        padding: 15px 20px 5px;
    }

    .video-modal-content .modal-body {
        padding: 0 20px 20px;
    }

    .video-modal-content .modal-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .video-play-btn::before {
        width: 60px;
        height: 60px;
    }

    .modal-xl {
        max-width: 100%;
        margin: 5px;
    }

    .video-modal-content {
        border-radius: 15px;
    }

    .video-modal-content .ratio {
        border-radius: 10px;
    }
}

form.wpcf7-form>p {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    flex: 0 0 160px;
    height: 60px;
    border-radius: 150px;
    font-size: 1.3rem;
    border: unset !important;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 100%;
    background-color: #1a237e;
    border: unset;
    padding: 10px 20px;
    color: #fff;
    height: 60px;
    margin-right: 0px;
    font-size: 1.3rem;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    position: fixed;
    bottom: 0;
    right: 50%;
    font-size: 1.2rem;
    transform: translateX(50%);
    max-width: 250px;
    background: #000 !important;
    text-align: center;
}

button.navbar-toggler {
    background-color: #ffffff6e;
    background-color: #ffffff00;
    border-color: #fff;
}

h4.service-title {
    text-transform: uppercase;
}