/* Base styles applied at all widths */
/*.container {*/
/*    !* Variable for gutter width, defaults to 1.5rem (24px) total *!*/
/*    --bs-gutter-x: 1.5rem;*/
/*    --bs-gutter-y: 0;*/

/*    width: 100%;*/
/*    padding-right: calc(var(--bs-gutter-x) * 0.5); !* 0.75rem or 12px *!*/
/*    padding-left: calc(var(--bs-gutter-x) * 0.5);  !* 0.75rem or 12px *!*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/

/* Responsive max-widths based on breakpoints */

/*!* Small devices (landscape phones, 576px and up) *!*/
/*@media (min-width: 576px) {*/
/*    .container {*/
/*        max-width: 540px;*/
/*    }*/
/*}*/

/*!* Medium devices (tablets, 768px and up) *!*/
/*@media (min-width: 768px) {*/
/*    .container {*/
/*        max-width: 720px;*/
/*    }*/
/*}*/

/*!* Large devices (desktops, 992px and up) *!*/
/*@media (min-width: 992px) {*/
/*    .container {*/
/*        max-width: 960px;*/
/*    }*/
/*}*/

/*!* X-Large devices (large desktops, 1200px and up) *!*/
/*@media (min-width: 1200px) {*/
/*    .container {*/
/*        max-width: 1140px;*/
/*    }*/
/*}*/

/*!* XX-Large devices (larger desktops, 1400px and up) *!*/
/*@media (min-width: 1400px) {*/
/*    .container {*/
/*        max-width: 1320px;*/
/*    }*/
/*}*/

/*!* =========================================*/
/*   BOOTSTRAP 5 GAP UTILITIES FOR BS4*/
/*   ========================================= *!*/

/*!* Use !important to override any default margins if necessary *!*/
/*.gap-0 { gap: 0 !important; }*/
/*.gap-1 { gap: 0.25rem !important; } !* 4px *!*/
/*.gap-2 { gap: 0.5rem !important; }  !* 8px *!*/
/*.gap-3 { gap: 1rem !important; }    !* 16px *!*/
/*.gap-4 { gap: 1.5rem !important; }  !* 24px *!*/
/*.gap-5 { gap: 3rem !important; }    !* 48px *!*/

/*!* Responsive Gaps (optional, if you need them) *!*/
/*@media (min-width: 576px) {*/
/*    .gap-sm-3 { gap: 1rem !important; }*/
/*}*/
/*@media (min-width: 768px) {*/
/*    .gap-md-3 { gap: 1rem !important; }*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .gap-lg-3 { gap: 1rem !important; }*/
/*}*/

/*.object-fit-cover {*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*    height: 100%; !* Ensures it fills the container height *!*/
/*}*/

/*!* 1. Define the variables for the row when using gy-* classes *!*/
/*.gy-5 {*/
/*    --bs-gutter-y: 3rem; !* 48px *!*/
/*}*/

/*!* 2. Apply the margin to the children (columns) *!*/
/*!* This mimics the exact behavior of BS5 you pasted *!*/
/*.row.gy-5 > * {*/
/*    margin-top: var(--bs-gutter-y);*/
/*}*/

/*!* 3. Compensate on the parent row (OPTIONAL but recommended) *!*/
/*!* This pulls the whole row up so the first line of columns aligns with the top *!*/
/*.row.gy-5 {*/
/*    margin-top: calc(var(--bs-gutter-y) * -1);*/
/*}*/
/*!* Enable gy-4 support for Bootstrap 4 *!*/
/*.gy-4 {*/
/*    margin-top: -1.5rem; !* Pull the row up *!*/
/*}*/
/*.gy-4 > [class*="col-"] {*/
/*    margin-top: 1.5rem; !* Push columns down *!*/
/*}*/
a {
    text-decoration: none!important;
}





























/* =========================================================
   COMMON (REUSABLE)
========================================================= */
body{
    text-transform: none !important;
}
.section {
    padding: 100px 0;
    font-family: "Montserrat", sans-serif!important;

}

.section-title {
    font-family: "Montserrat", sans-serif!important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.section-text {
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .section {
        padding: 80px 0;
    }
}

/* =========================================================
   HERO SECTION
========================================================= */
.hero-section {
    padding: 110px 0;
    color: #ffffff;
}
.hero-anuga .col-lg-6{
    padding-left: 12px;
    padding-right: 12px;
}

.hero-anuga {
    background: linear-gradient(
            90deg,
            rgba(0, 56, 118, 1) 0%,
            rgba(0, 56, 118, 0.8) 100%
    );
}

.hero-title {
    font-family: "Montserrat", sans-serif!important;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0;
    text-transform: none !important;
}

.hero-title span {
    font-family: "Montserrat", sans-serif!important;
    color: #fed001;
    font-weight: 700;
}

.hero-text {
    font-size: 20px;
    line-height: 28px;
    max-width: 606px;
    color: #FFFFFF;
}

.date-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.btn-primary-custom {
    background: #ff0102!important;
    color: #ffffff!important;
    border-radius: 6px!important;
    padding: 12px 24px!important;
    font-weight: 700!important;
    border: none!important;
    box-shadow: none!important;
}
.btn-primary-custom:hover, .btn-primary-custom:focus, .btn-primary-custom:active {
    background: #d60000!important;
    color: #ffffff!important;
}

.btn-outline-custom {
    background: #ffffff!important;
    border: 1px solid #ffffff!important;
    color: #003876!important;
    border-radius: 6px!important;
    padding: 12px 24px!important;
    font-weight: 700!important;
    box-shadow: none!important;
}
.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active {
    background: transparent!important;
    border: 1px solid #ffffff!important;
    color: #ffffff!important;
}

/* Hero image overlay */
.image-card {
    object-fit: cover;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1),
    0px 8px 10px rgba(0, 0, 0, 0.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
            90deg,
            rgba(0, 56, 118, 0.95) 0%,
            rgba(0, 0, 0, 0.4) 100%
    );
}

.overlay-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.overlay-logo {
    border-radius: 4px;
    width: 40px;
    /* height: 40px; */
    height: auto;
    object-fit: contain;
}

.overlay-text {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .hero-text{
        max-width: 100%;
    }
    .hero-content{
        text-align: center;
    }
    .hero-btn-group{
        justify-content: center;
    }
}
@media (max-width: 460px) {
    .hero-text{
        text-align: justify;
    }
    .stats-container{
        justify-content: center;
    }
    .stat-item{
        width: 100%;
        /*text-align: center;*/
    }
}
@media (max-width: 400px) {
    .btn-primary-custom{
        width: 100%;
        text-align: center;
    }
    .btn-outline-custom {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   ABOUT ANUGA SECTION
========================================================= */

.section-about-anuga {
    background-color: #ffffff;
    /* Removed overflow:hidden so the boxes can poke out if needed */
}

.anuga-title {
    color: #003876;
    font-family: "Montserrat", sans-serif!important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: none!important;
}

/* Decorative Squares */
.deco-box {
    position: absolute;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    z-index: 0; /* Ensures they sit BEHIND the video card */
}

.deco-red {
    background-color: rgba(255, 1, 2, 0.3);
    top: -15px;
    left: -3px;
}

.deco-yellow {
    background-color: rgba(254, 208, 1, 0.3);
    bottom: -15px;
    right: -3px;
}

/* Video Card Styling */
.video-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    background-color: #000;
    /* Ensure z-index is higher than deco boxes */
    z-index: 2;
    line-height: 0;
}
/* Add cursor pointer to video so users know it's clickable */
.video-card video {
    cursor: pointer;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s ease;
}

.play-overlay:hover {
    background: rgba(0, 0, 0, 0.2);
}

.solar-play-circle {
    width: 72px;
    height: 72px;
    transition: transform 0.3s ease;
    /* Required for centering */
    display: flex;            /* Enables Flexbox */
    justify-content: center;  /* Horizontal Center */
    align-items: center;      /* Vertical Center */
}

.video-card:hover .solar-play-circle {
    transform: scale(1.1);
}

/* Stats Styling */
.stats-container {
    row-gap: 20px;
}

.stat-item {
    min-width: 130px;
}

.icon-circle {
    width: 44px;
    height: 50px;
    background-color: rgba(255, 1, 2, 0.10);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-circle i {
    color: #ff0102;
    font-size: 20px;
}

.stat-number {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.stat-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #4b5563;
    font-size: 14px;
    line-height: 20px;
}

/* =========================================
   PRODUCT SECTION STYLES
========================================= */

.product-section {
    background-color: #f9fafb;
    padding: 100px 0;
}

/* Section Title & Text */
.product-title {
    color: #003876;
    font-size: 30px;
    font-weight: 700;
}

.section-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
}

/* --- Product Card & Hover Effects --- */
.product-card {
    max-width: 360px;
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    overflow: hidden; /* Vital for keeping the zoomed image inside */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
    /* No movement on card hover, just shadow transition if desired */
    transition: box-shadow 0.3s ease-in-out;
}

/* Image Wrapper & Zoom Effect */
.product-img-wrapper {
    width: 100%;
    height: 256px;
    background-color: #c4c4c4;
    overflow: hidden; /* Clips the image when it scales */
}

.product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.4s ease-out; /* Smooth zoom */
}

/* Specific Alignment for Images */
/*.product-img.align-left {*/
/*    object-position: left center;*/
/*    transform: scale(1.32);*/
/*    transform-origin: 25% center;*/
/*}*/
/*.product-img.mango-image{*/
/*    object-position: left top;*/
/*    transform: scale(1.32);*/
/*    transform-origin: left 25%;*/
/*}*/
/*.product-img.align-center {*/
/*    !*object-position: center bottom;*!*/
/*    object-position: 50% 65%;*/
/*    transform: scale(1.1);*/
/*    transform-origin: 50% 65%;*/
/*}*/

/* Hover State: Scale Image 1.05x */
.product-card:hover .product-img {
    /*transform: scale(1.05);*/
}

/* Content Styles */
.product-name {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.product-desc {
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
    margin-bottom: 16px;
}

/* Badges */
.badge-custom {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.badge-red { background-color: rgba(255, 1, 2, 0.1); color: #ff0102; }
.badge-green { background-color: rgba(0, 143, 57, 0.1); color: #008f39; }

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #008f39;
}

/* --- Icons --- */
.product-meta {
    font-size: 14px;
    color: #6b7280;
}

.meta-item i {
    color: #6b7280;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

/* Buttons */
.btn-product {
    background-color: #ff0102;
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    border: none;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.btn-product:hover, .btn-product:focus, .btn-product:active {
    background-color: #d60000!important;
    color: #ffffff!important;
}

/* --- View All Link Hover Effect --- */
.view-all-link {
    font-size: 16px;
    font-weight: 600;
    color: #ff0102; /* Default Red */
    text-decoration: none; /* No underline */
    transition: color 0.3s ease;
}

.view-all-link i {
    transition: transform 0.3s ease; /* Smooth arrow movement */
}

.view-all-link:hover {
    color: #991b1b; /* Dark Red */
    text-decoration: none; /* Ensure no underline on hover */
}

.view-all-link:hover i {
    transform: translateX(5px); /* Move arrow slightly right */
}

/* Responsive Tweak for mobile to match Figma "gap" */
@media (max-width: 1200px) {
    .product-container {
        /* 1. Makes the container fill the screen edge-to-edge */
        max-width: 100%;
        width: 100%;

        /* 2. Reset margins so it doesn't try to center itself with auto */
        margin-left: 0;
        margin-right: 0;

        /* 3. Optional: Add padding so cards don't touch the screen edge on mobile */
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 992px) {
    .container.product-container {
        /* Force full width to override Bootstrap's 720px/540px limits */
        max-width: 100% !important;
        width: 100%;

        /* Remove auto margins to hit the edges */
        margin-left: 0;
        margin-right: 0;

        /* Optional: ensure padding if you want edge spacing */
        padding-left: 40px;
        padding-right: 40px;
    }

    /* Ensure the row inside centers the cards */
    .product-card {
        margin: 0 auto;
    }
}


@media (max-width: 768px) {
    .product-section {
        padding: 60px 0;
    }
    .product-card{
        max-width: 360px;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .product-container{
        padding: 10px!important;
    }

}

/* =========================================
   GLOBAL REACH SECTION
========================================= */

/* Main Section Background */
.gr-section {
    position: relative;
    background-color: #003876; /* Brand Navy */
    padding: 80px 0;
    font-family: 'Montserrat', sans-serif; /* Per your export font */
}

/* --- Typography --- */
.gr-title {
    font-family: "Montserrat", sans-serif!important;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 16px;
}

.gr-text {
    color: rgba(255, 255, 255, 0.8); /* #ffffffcc - Off-white per design */
    font-size: 16px;
    line-height: 1.5;
}

.gr-card-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* --- Common Card Container Style --- */
/* Used for Global Market, African Success, and Regional Growth blocks */
.gr-card-bg {
    background-color: rgba(255, 255, 255, 0.1); /* #ffffff1a */
    border-radius: 8px;
    padding: 24px;
    height: 100%; /* Ensures equal height for top two cards */
}

/* --- Card 1: Global Market Presence --- */
.gr-map-container {
    width: 100%;
    height: 300px; /* Exact height from your div-6 export */
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: #002b5c; /* Fallback color for image */
}

.gr-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.gr-stat-grid {
    position: relative;
    height: 192px; /* Matches div-7 export height */
}

.gr-stat-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 16px;
    height: 88px; /* Fixed height per export */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gr-stat-num {
    color: #fed001;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.gr-stat-label {
    color: #ffffff;
    font-size: 14px;
}

/* --- Card 2: African Success Story --- */
.gr-progress-group {
    margin-bottom: 24px;
}

.gr-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px; /* Space between bar and text below */
}

.gr-progress-bg {
    flex-grow: 1;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.gr-progress-fill {
    height: 100%;
    background-color: #fed001;
    border-radius: 10px;
}

.gr-percent-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    width: 40px; /* Fixed width for alignment */
}

.gr-progress-label {
    color: rgba(255, 255, 255, 0.8); /* Off-white */
    font-size: 14px;
}

.gr-quote-box {
    margin-top: auto;
    padding-top: 10px;
}

.gr-quote-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
}

.gr-quote-author {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-top: 5px;
}

/* --- Card 3: Regional Growth --- */
.gr-growth-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.gr-region-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 24px;
    flex: 1;
    min-width: 200px; /* Responsive wrapping */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gr-icon-circle {
    width: 48px;
    height: 55px;
    /*background-color: rgba(254, 208, 1, 0.2); !* #ff660033 in your code, adjusted to yellow tint *!*/
    /* #FF6600 converted to RGB is 255, 102, 0 */
    background-color: rgba(255, 102, 0, 0.2);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.gr-icon-circle i {
    color: #fed001; /* Icon color */
    font-size: 20px;
}

.gr-region-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.gr-region-percent {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 4px;
}

.gr-region-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

@media (max-width: 768px) {

    /* 1. Reduce Font Sizes for Headers & Stats */
    .gr-title {
        font-size: 24px; /* Was 30px */
    }

    .gr-card-title {
        font-size: 18px; /* Was 20px */
        margin-bottom: 16px;
    }

    .gr-stat-num {
        font-size: 24px; /* Was 30px */
    }

    .gr-stat-label {
        font-size: 12px; /* Slightly smaller text */
    }

    .gr-region-percent {
        font-size: 22px; /* Was 30px */
    }

    .gr-region-name {
        font-size: 14px;
    }

    /* 2. Regional Growth: 2 Cards per Row Logic */
    .gr-growth-row {
        gap: 12px; /* Reduce gap from 24px to 12px to save space */
    }

    .gr-region-item {
        /* Calculation: 50% width minus half of the gap (6px).
           This forces two items to sit side-by-side.
        */
        flex: 0 0 calc(50% - 6px);
        min-width: 0; /* key: allows flex item to shrink below content size if needed */
        padding: 16px 8px; /* Reduce padding so content fits */
    }

    .gr-icon-circle {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }

    .gr-icon-circle i {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .gr-region-item {
        flex: 0 0 100%; /* Force 100% width -> 1 per row */
    }
}

/* =========================================
   REGISTRATION GUIDELINES SECTION
   Namespace: .rg-
========================================= */

.rg-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #374151;
}

/* --- Left Column: Steps --- */
.rg-title {
    font-family: "Montserrat", sans-serif!important;
    color: #003876;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.rg-description {
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 580px;
}

/* Step Item Container */
.rg-step-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start; /* Aligns number to top of text */
    text-align: left; /* Ensures text stays left aligned */
}

/* Red Number Circle */
.rg-step-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: #ff0102;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

/* Step Text */
.rg-step-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2px; /* Visual alignment with circle center */
}

.rg-step-title {
    font-family: "Montserrat", sans-serif!important;
    color: #1f2937;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.rg-step-desc {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* CTA Button */
.rg-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Centers text inside button */
    gap: 12px;
    background-color: #003876;
    color: #ffffff;
    padding: 18px 32px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.3s ease;
    margin-top: 16px;
    white-space: nowrap; /* Tries to keep text on one line */
    text-decoration: none!important;
}

.rg-cta-btn:hover, .rg-cta-btn:focus, .rg-cta-btn:active {
    background-color: #002855;
    color: #ffffff;
}

/* --- Right Column: Event Card --- */
.rg-card {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 100%; /* Ensures it fills the column */
}

.rg-card-header {
    font-family: 'Montserrat', sans-serif!important;
    color: #003876;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.rg-detail-row {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    text-align: left;
}

.rg-icon-box {
    flex-shrink: 0;
    width: 48px;
    height: 52px;
    background-color: rgba(255, 1, 2, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rg-icon-box i {
    color: #ff0102;
    font-size: 20px;
}

.rg-detail-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rg-detail-title {
    font-family: "Montserrat", sans-serif!important;
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.rg-detail-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.5;
}

.rg-activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-activity-list li {
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.5;
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
========================================= */

@media (max-width: 991px) {
    /* Layout: Add vertical space between Left and Right columns */
    .rg-card {
        margin-top: 48px;
    }
}

@media (max-width: 768px) {
    .rg-section {
        padding: 40px 0;
    }

    /* 1. Reduce Font Sizes */
    .rg-title { font-size: 24px; margin-bottom: 16px; }
    .rg-description { font-size: 14px; margin-bottom: 24px; }

    .rg-step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .rg-step-title { font-size: 18px; }
    .rg-step-desc { font-size: 14px; }

    .rg-card-header { font-size: 20px; }
    .rg-detail-title { font-size: 15px; }
    .rg-detail-text, .rg-activity-list li { font-size: 14px; }

    /* 2. Button fixes for mobile */
    .rg-cta-btn {
        width: 100%; /* Force full width */
        max-width: 400px;
        display: block;
        margin: 0 auto;
        text-align: center;
        /*display: flex;*/
        /*justify-content: center;*/
        /*box-sizing: border-box; !* Ensure padding doesn't overflow width *!*/
    }

    /* 3. Card Padding for Mobile */
    .rg-card {
        padding: 24px 20px; /* Slightly tighter padding inside card */
    }
}

/* =========================================
   CTA BANNER SECTION
   Namespace: .cta-
========================================= */

.cta-banner-section {
    background-color: #ff0102; /* PRAN Red */
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.cta-title {
    font-family: "Montserrat", sans-serif!important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.cta-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 740px;
    margin: 0 auto 40px auto;
    color: #FFFFFF;
}

/* Buttons Container */
.cta-btn-group {
    display: flex;
    justify-content: center;
    gap: 24px;
}

/* Shared Button Styles */
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Ensures text is perfectly centered */
    height: 52px;

    /* FIX: Set a fixed width so both buttons are identical size */
    width: 220px;
    padding: 0; /* Remove side padding since we have fixed width */

    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none!important;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box; /* Ensures borders don't increase size */
}

/* Primary Button (White) */
.cta-btn-white {
    background-color: #ffffff;
    color: #003876;
    border: 2px solid #ffffff;
}

.cta-btn-white:hover, .cta-btn-white:focus, .cta-btn-white:active {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: #002855;
}

/* Secondary Button (Outline) */
.cta-btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cta-btn-outline:hover, .cta-btn-outline:focus, .cta-btn-outline:active {
    background-color: #ffffff;
    color: #ff0102;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .cta-banner-section {
        padding: 60px 15px;
    }
    .cta-title {
        font-size: 24px;
    }
    .cta-desc {
        font-size: 16px;
    }

    .cta-btn-group {
        gap: 16px;
    }
}
@media (max-width: 400px) {
    .cta-btn-group{
        flex-wrap: wrap;
    }
}

/* =========================================
   CONTACT US SECTION (Match Sample Form Style)
   Namespace: .cu-
========================================= */

.cu-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #374151;
}

/* --- Section Header --- */
.cu-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px auto;
}

.cu-title {
    font-family: "Montserrat", sans-serif!important;
    color: #003876;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.cu-subtitle {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.5;
}

/* --- FORM STYLING (Matching Sample Form) --- */

/* Form Groups */
.cu-form-group {
    margin-bottom: 20px;
}

/* Labels with Required Asterisk */
.cu-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.cu-required {
    color: #ff0102;
    margin-left: 2px;
}

/* Input Fields */
.cu-input, .cu-textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    color: #1f2937;
    background-color: #ffffff;
    transition: all 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}

.cu-input:focus, .cu-textarea:focus {
    outline: none;
    border-color: #003876;
    box-shadow: 0 0 0 3px rgba(0, 56, 118, 0.1);
}

.cu-input::placeholder, .cu-textarea::placeholder {
    color: #9ca3af;
}

/* Textarea */
.cu-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: 'Montserrat', sans-serif;
}

/* Submit Button */
.cu-submit-btn {
    width: 100%;
    background-color: #ff0102;
    color: #ffffff;
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.cu-submit-btn:hover, .cu-submit-btn:focus, .cu-submit-btn:active {
    background-color: #d60000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 1, 2, 0.3);
    outline: none!important;
}

.cu-submit-btn:active {
    transform: translateY(0);
}

.cu-submit-btn i {
    font-size: 14px;
}

/* --- Right Column: Info Card --- */
.cu-card {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 40px;
    height: 100%;
}

.cu-card-title {
    font-family: "Montserrat", sans-serif!important;
    color: #003876;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}

/* Info Items */
.cu-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.cu-info-item:last-child {
    margin-bottom: 0;
}

.cu-icon-box {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 1, 2, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0102;
    font-size: 18px;
}

.cu-info-content {
    display: flex;
    flex-direction: column;
}

.cu-info-label {
    font-weight: 700;
    font-size: 16px;
    color: #1f2937;
    margin-bottom: 4px;
}

.cu-info-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.5;
}

.cu-link {
    color: #003876;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.cu-link:hover {
    text-decoration: underline;
}

/* Social Media Section (Optional) */
.cu-social-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.cu-social-title {
    font-weight: 700;
    font-size: 16px;
    color: #1f2937;
    margin-bottom: 16px;
}

.cu-social-icons {
    display: flex;
    gap: 12px;
}

.cu-social-btn {
    width: 35px;
    height: 50px;
    background-color: rgba(0, 56, 118, 0.1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003876;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cu-social-btn:hover {
    background-color: #003876;
    color: #ffffff;
}

/* Form Sub-heading (Matches Modal Style) */
.cu-form-header {
    margin-bottom: 24px;
}

.cu-form-title {
    color: #003876;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}


/* =========================================
   RESPONSIVE ADJUSTMENTS
========================================= */

@media (max-width: 991px) {
    .cu-card {
        margin-top: 48px;
    }

    .cu-social-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cu-section {
        padding: 50px 0;
    }

    .cu-title {
        font-size: 24px;
    }

    .cu-card {
        padding: 24px;
    }

    /* Mobile input adjustments */
    .cu-input, .cu-textarea {
        font-size: 14px;
        padding: 10px 14px;
    }

    .cu-submit-btn {
        padding: 12px 20px;
        font-size: 15px;
    }

    .cu-form-title {
        font-size: 20px;
    }

    .cu-form-header {
        margin-bottom: 20px;
    }
}

/*  --------------------------------------
                MEDIA QUERIES
    --------------------------------------
*/

@media (max-width: 991px) {
    .hero-section {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 30px;
        line-height: 36px;
    }

    .overlay-text {
        font-size: 14px;
        white-space: normal;
        text-align: center;
    }
}