﻿/* Header block styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/Areas/Country/Static/fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/Areas/Country/Static/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Roboto", Sans-serif;
}

.top-bar {
    padding: 8px 50px;
    text-align: right;
}

/* Language selector */

.language-select a, .language-select span {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.language-select .separator {
    color: #021d59;
    margin: 2px;
}
/* 
.language-select {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 50px;
    background-color: transparent;
    z-index: 200;
    text-align: right;
}

 .language-select ul.language-selector {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-flex;
        gap: 15px;
    }

        .language-select ul.language-selector li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            font-family: "Roboto", Sans-serif;
            font-weight: 400;
        }

        .language-select ul.language-selector li:not(:last-child)::after {
            content: "|";
            margin-left: 10px;
            color: #021d59;
        }

.language-select .separator {
    color: #021d59;
    margin: 2px;
}
    */

/* Hide language selector on mobile and tablet */
@media (max-width: 1024px) {
    .language-select {
        display: none;
    }
}

/* ✅ Default nav styles – bg set from CMS or white */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #fff;
    border-bottom: 1px solid #C6C6C6;
    position: relative;
}

/* ✅ Sticky class makes header transparent on scroll */
.section-header-bar.sticky .header-wrapper,
.section-header-bar.sticky .top-bar,
.section-header-bar.sticky nav {
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(15px) !important;
}

/* ----------- HAMBURGER TOGGLE STYLES ----------- */
.menu-toggle {
    display: none;
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}

    .menu-toggle .icon-close,
    .menu-toggle .icon-hamburger,
    .menu-toggle .icon-close-mobile {
        display: none;
    }

    .menu-toggle:not(.active) .icon-hamburger {
        display: block;
    }

    .menu-toggle.active .icon-close,
    .menu-toggle.active .icon-close-mobile {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-toggle .icon-close-mobile {
        height: 22px;
        width: 22px;
        object-fit: contain;
    }

    .menu-toggle.active .icon-close-mobile[src] + .icon-close {
        display: none !important;
    }

    .menu-toggle .hamburger-img {
        height: 24px;
        width: auto;
        object-fit: contain;
    }
/* ----------- END HAMBURGER STYLES ----------- */

.logo {
    top: unset !important;
}

    .logo img {
        height: 50px;
        max-width: 100%;
    }

.menu {
    list-style: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

    .menu li {
        margin-left: 20px;
        position: relative;
        width: max-content;
        list-style-type: none;
    }

    .menu a {
        text-decoration: none;
        display: flex;
        align-items: center;
        font-weight: 500;
        fill: #021d59;
        padding: 13px 20px;
        line-height: 20px;
        font-size: 18px;
        color: #021d59;
        font-family: "Roboto", Sans-serif;
    }

.section-header-bar .menu a .arrow-down-icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    font-size: 11px;
    color: #021d59;
    flex-shrink: 0;
    font-weight: 900;
    text-shadow: 0 0 0.6px currentColor;
}

.section-header-bar .submenu a .arrow-right-icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    font-size: 17px;
    color: #021d59;
    flex-shrink: 0;
    font-weight: 900;
    text-shadow: 0 0 0.6px currentColor;
}

.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #EEEEEE;
    border: 1px solid #E1E1E1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 180px;
    z-index: 9999;
}

.menu li.has-submenu-hover:hover > .submenu,
.menu li.has-submenu-hover .submenu.active {
    display: block;
}

.submenu li {
    min-width: max-content;
    width: 95%;
    margin: 5px 0 5px 5px; 
}

.submenu a {
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}

    .submenu a:hover {
        background-color: #fff;
    }

.submenu li.has-submenu-hover:hover > .submenu,
.submenu li.has-submenu-hover .submenu.active {
    display: block;
    left: 100%;
    top: 0;
}

.desktop-shop-now {
    display: block;
}

.mobile-shop-now-outer-div {
    display: none;
}

.menu-bar-cta-btn .menu-cta-btn {
    background-color: #021d59;
    border: 2px solid #021d59;
    color: #fff !important;
    border-radius: 25px;
    padding: 13px 28px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
    .menu-bar-cta-btn .menu-cta-btn:hover {
        background-color: #f1f1f1;
        color: #021d59 !important;
    }

.desktop-menu-search-icon {
    display: block;
}

.section-header-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

section-header-bar.has-language-selector .top-bar  {
display:none;
}
/* ---------- Desktop Only ---------- */
@media (min-width: 769px) {
    .section-header-bar.has-language-selector.sticky {
        top: -40px;
    }

    .arrow-down-icon.fas.fa-chevron-down.d-mobile-only::before {
        display: none;
    }

    .menu li .submenu {
        display: none;
    }

    .menu li:hover > .submenu {
        display: block;
    }

    .submenu li:hover > .submenu {
        display: block;
        top: 0;
        left: 100%;
    }
}

/* ---------- Mobile Only ---------- */
@media (max-width: 768px) {
    body {
        font-size: 0.9rem;
    }

    .top-bar {
        padding: 5px 15px;
        text-align: center;
    }

    .language-select {
        width: 100%;
    }

    nav {
        padding: 5px 15px;
        flex-wrap: nowrap;
        justify-content: space-between;
        max-height: 60px;
    }

    .menu-toggle {
        display: block;
        order: 3;
    }

        .menu-toggle:not(.active) .icon-close-mobile {
            display: none !important;
        }

    .logo {
        flex-grow: 0;
        text-align: left;
        flex-shrink: 0;
        top: unset;
        max-width: 145px;
        padding: 5px 0;
        order: 1;
    }

        .logo img {
            height: 40px;
            width: auto;
            max-width: 100%;
        }

    .mobile-shop-now-outer-div {
        display: block;
        order: 2;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hidden-in-mobile {
        display: none !important;
    }

    .menu-bar-cta-btn .menu-cta-btn {
        background-color: #021d59;
        color: #fff;
        white-space: nowrap;
        font-size: 14px;
        border-radius: 30px;
        padding: 10px 15px;
        font-family: "Roboto", Sans-serif;
        line-height: 14px;
        font-weight: bold;
    }

    .desktop-shop-now {
        display: none;
    }

    .desktop-menu-search-icon {
        display: none;
    }

    .menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #eeeeee;
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
        z-index: 999;
        flex-grow: 0;
        justify-content: flex-start;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
    }

        .menu.active {
            max-height: 600px;
            overflow: visible;
        }

        .menu li {
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            margin: 0; 
            padding: 0;
            width: 100%;
        }

        .menu.active li {
            opacity: 1;
            transform: translateY(0);
        }

            .menu.active li:nth-child(1) {
                transition-delay: 0.05s;
            }

            .menu.active li:nth-child(2) {
                transition-delay: 0.1s;
            }

            .menu.active li:nth-child(3) {
                transition-delay: 0.15s;
            }

            .menu.active li:nth-child(4) {
                transition-delay: 0.2s;
            }

            .menu.active li:nth-child(5) {
                transition-delay: 0.25s;
            }

            .menu.active li:nth-child(6) {
                transition-delay: 0.3s;
            }

            .menu.active li:nth-child(7) {
                transition-delay: 0.35s;
            }

        .menu a,
        .submenu a {
            padding: 13px 15px; 
            font-size: 17px;
            font-weight: 400;
            color: #33373d;
            justify-content: flex-start;
            gap: 8px;
        }

        .menu li.open > a {
            background-color: #FFFFFF;
            margin-top: 2px; 
        }

    .submenu {
        position: static;
        display: none;
        width: 100%;
        box-shadow: none;
        border: none;
        opacity: 1;
        background-color: #EEEEEE;
        padding-left: 0; 
        margin-top: 0; 
    }

        .submenu.active {
            display: block;
            border-bottom: 1px solid #dfdfdf;
            width: 100%;
        }

        .submenu li {
            margin-left: 0; 
            padding: 0; 
            width: 100%; 
        }

            .submenu li a {
                padding-left: 30px; 
                padding-top: 13px; 
                padding-bottom: 13px; 
            }

    .section-header-bar .menu a .arrow-down-icon,
    .section-header-bar .submenu a .arrow-down-icon {
        transform: rotate(0deg);
        order: 1;
        margin-left: 6px;
        margin-right: 0;
        vertical-align: middle;
        font-size: 17px;
        font-weight: 900;
        color: #021d59;
    }

    .section-header-bar .submenu a .mobile-only-arrow-down {
        display: block;
        transform: rotate(0deg);
    }

    .section-header-bar .submenu a .arrow-right-icon {
        display: none;
    }

    .d-mobile-only {
        display: inline-block !important;
    }

    .d-desktop-only {
        display: none !important;
    }

    .fa-chevron-down:before {
        font-size: 12px;
    }
}

/* Header block styling ends */


body {
    margin: 0;
    font-family: Roboto, sans-serif;
}

.fifty-fifty-block {
    width: 100%;
}
    .fifty-fifty-block.bg-blue {
        background-color: #021D59;
    }

.card-container {
    background-color: #021d59;
    height: auto;
    overflow: hidden;
    position: relative;
    min-height: 350px;
    padding: 0 0 60px 0;
}

    .card-container.is-block-background-image {
        background-color: transparent;
        color: white;
    }


        .card-container.is-block-background-image .card-wrapper {
            padding: 50px !important;
        }


        .card-container.is-block-background-image .left-side {
            padding: 60px !important;
        }

.bg-white .card-container.is-block-background-image .left-side h2,
.bg-white .card-container.is-block-background-image .left-side p,
.bg-white .card-container.is-block-background-image .left-side-button {
    color: white;
    border-color: white;
}

    .bg-white .card-container.is-block-background-image .left-side-button:hover {
        background-color: white;
        color: #021d59;
    }

.card-wrapper {
    max-width: 1440px;
    margin: 50px auto;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: stretch;
    min-height: inherit;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

    .card-wrapper.flex-row-reverse {
        flex-direction: row-reverse;
    }

.left-side {
    flex: 1;
    /*max-width: 600px;*/
    padding: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
}

    .left-side h2,
    .left-side p {
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .left-side h2 {
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 1.25;
        color: #FFFFFF;
        text-align: left;
    }

    .left-side p {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
    }

.left-side-button {
    background-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFF;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 12px 24px;
    font-size: 20px;
    margin-right: 0;
    margin-top: 15px;
    white-space: nowrap;
}

    .left-side-button:hover {
        background-color: #FFFFFF;
        color: #021d59;
    }

.right-side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

    .right-side img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.background-image-overlay {
    position: absolute;
    top: 0;
    left: 70px;
    right: 70px;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    max-width: calc(1440px - 140px);
    margin: 0 auto;
}



.bg-white .card-container {
    background-color: #FFFFFF;
}

.bg-white .left-side h2 {
    color: #021d59;
}

.bg-white .left-side p {
    color: #3e3e3f;
}

.bg-white .left-side-button {
    fill: #FFFFFF;
    color: #FFFFFF;
    border-color: #021d59;
    background-color: #021d59;
}

    .bg-white .left-side-button:hover {
        background-color: #FFFFFF;
        color: #021d59;
    }

/* Text alignment classes */
.left-side.text-left {
    text-align: left;
    align-items: flex-start;
}

.left-side.text-center {
    text-align: center;
    align-items: center;
}

.left-side.text-right {
    text-align: right;
    align-items: flex-end;
}

    .left-side.text-left h2, .left-side.text-left p,
    .left-side.text-center h2, .left-side.text-center p,
    .left-side.text-right h2, .left-side.text-right p {
        text-align: inherit;
    }

/* Responsive styles for general components */

/* Tablet and smaller desktops (up to 1024px) */
@media (max-width: 1024px) {
    .card-wrapper {
        flex-direction: column-reverse; /* Stack content vertically */
        gap: 20px; /* Increased gap when stacked */
        text-align: center;
        min-height: auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .left-side {
        max-width: 100%; /* Allow full width when stacked (with its own padding) */
        align-items: center; /* Center content when stacked */
        text-align: center;
    }

        .left-side h2,
        .left-side p {
            text-align: center !important;
            margin:0 auto;
        }

        .left-side h2 {
            margin-bottom: 20px;
        }

        .left-side p {
            margin-bottom: 10px;
        }

    .left-side-button {
        margin: 0 auto;
        margin-top:15px;
    }

    .card-container.is-block-background-image .right-side img {
        display: none;
    }

    .background-image-overlay {
        left: 30px;
        right: 30px;
        max-width: calc(100% - 60px);
    }
}

/* Mobile screens (up to 661px) */
@media (max-width: 661px) {
    .card-wrapper.flex-row-reverse,
    .card-wrapper {
        flex-direction: column;
    }

    .left-side,
    .right-side {
        padding: 0;
    }

        .left-side h2 {
            font-size: 24px;
        }

        .left-side p {
            font-size: 16px;
        }

    .left-side-button {
        font-size: 18px;
        padding: 10px 20px;
    }

    .background-image-overlay {
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
    }
}


/*Rounded Cards Block Styling Starts*/
.card-four-up-rounded .top-heading-title {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
}

    .card-four-up-rounded .top-heading-title h2 {
        color: #021d59;
        font-size: 32px;
        font-weight: 600;
        font-family: Roboto, sans-serif;
    }

    .card-four-up-rounded .top-heading-title p {
        margin: 0;
        font-family: "Roboto", Sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #3e3e3f;
    }

/* RESPONSIVE GRID CONTAINER */
.card-four-up-rounded > .card-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* default: 4 cols */
    gap: 1.5rem;
    max-width: 1440px;
    width: 100%;
    padding: 0 1rem;
    margin: 50px auto 0 auto;
}

.card-four-up-rounded .card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: slideUp 0.8s ease forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.card-four-up-rounded .card:nth-child(1) {
    animation-delay: 0.1s;
}

.card-four-up-rounded .card:nth-child(2) {
    animation-delay: 0.3s;
}

.card-four-up-rounded .card:nth-child(3) {
    animation-delay: 0.5s;
}

.card-four-up-rounded .card:nth-child(4) {
    animation-delay: 0.7s;
}

.card-four-up-rounded .card .image-wrapper {
    width: 78%;
}

.card-four-up-rounded .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.card-four-up-rounded .card-title {
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #3e3e3f;
}

.card-four-up-rounded .card-body {
    font-size: 18px;
    line-height: 1.4;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #3E3E3F;
}

.card-four-up-rounded .footer-note {
    display: block;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #7A7A7A;
}

/* TABLET: 2 cards per row */
@media (max-width: 1024px) {
    .card-four-up-rounded > .card-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE: 1 card per row */
@media (max-width: 660px) {
    .card-four-up-rounded > .card-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*Rounded Cards Block Styling Ends*/

/*Top Banner Hero Block Styling Starts*/

:root {
    --color-text-primary: #111827;
    --color-text-body: #6b7280;
    --color-bg-light: #ffffff;
    --button-bg: #111827;
    --button-hover-bg: #374151;
    --overlay-bg: rgba(255 255 255 / 0.75);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: var(--color-bg-light);
    color: var(--color-text-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--color-bg-light);
    padding-left: 20px;
    padding-right: 20px;
}

    .hero-section video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: 0;
        pointer-events: none;
    }

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .hero-section .hero-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .hero-section picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .hero-section .hero-content {
        position: relative;
        z-index: 2;
        color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 40px;
        border-radius: 0.75rem;
        width: 100%;
        max-width: 1440px;
        margin: auto;
        box-sizing: border-box;
    }

    .hero-section .hero-content-wrapper {
        position: relative;
        z-index: 2;
        color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 20px;
        width: 45.99%;
        max-width: 600px;
        box-sizing: border-box;
    }

        .hero-section .hero-content-wrapper.justify-content-left {
            align-items: flex-start;
            text-align: left;
        }

        .hero-section .hero-content-wrapper.justify-content-center {
            align-items: center;
            text-align: center;
        }

        .hero-section .hero-content-wrapper.justify-content-right {
            align-items: flex-end;
            text-align: right;
        }

        .hero-section .hero-content-wrapper.justify-content-left h1,
        .hero-section .hero-content-wrapper.justify-content-left p {
            text-align: left;
        }

        .hero-section .hero-content-wrapper.justify-content-left .hero-button {
            align-self: flex-start;
        }

        .hero-section .hero-content-wrapper.justify-content-center h1,
        .hero-section .hero-content-wrapper.justify-content-center p {
            text-align: center;
        }

        .hero-section .hero-content-wrapper.justify-content-center .hero-button {
            align-self: center;
        }

        .hero-section .hero-content-wrapper.justify-content-right h1,
        .hero-section .hero-content-wrapper.justify-content-right p {
            text-align: right;
        }

        .hero-section .hero-content-wrapper.justify-content-right .hero-button {
            align-self: flex-end;
        }

    .hero-section .hero-title {
        margin: 0 0 2rem 0;
        color: #FFF;
        font-size: 40px;
        font-weight: 600;
        line-height: 45px;
        font-family: Roboto, sans-serif;
    }

    .hero-section .hero-heading-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 1rem;
    }

    .hero-section .hero-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #FFF;
        max-width: 600px;
        margin-bottom: 3.2rem;
        margin-top: 2rem;
        font-family: "Roboto", Sans-serif;
    }

    .hero-section .hero-button {
        font-family: "Roboto", Sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border-style: solid;
        border-width: 2px;
        border-color: #FFFFFF;
        border-radius: 30px;
        max-width: max-content;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        padding: 12px 24px;
        text-align: center;
        background-color: transparent;
        cursor: pointer;
        white-space: nowrap;
    }

        .hero-section .hero-button:hover,
        .hero-section .hero-button:focus {
            border-color: #021d59;
            color: #021d59;
            background-color: #FFF;
            outline: none;
        }

    .hero-section .image-right-aligned {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        z-index: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
    }

        .hero-section .image-right-aligned .hero-right-image {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

@media (max-width: 1024px) {
    .hero-section {
        max-height: none;
        padding: 30px 20px;
        flex-direction: column;
        justify-content: center;
    }

        .hero-section::before {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .hero-section .hero-content-wrapper {
            width: 100%;
            max-width: 700px;
            padding: 20px;
            align-items: center;
            text-align: center;
        }

            .hero-section .hero-content-wrapper h1,
            .hero-section .hero-content-wrapper p,
            .hero-section .hero-content-wrapper .hero-button,
            .hero-section .hero-content-wrapper .hero-heading-image {
                text-align: center;
                align-self: center;
                margin-left: auto;
                margin-right: auto;
            }

        .hero-section .hero-title {
            font-size: 36px;
            line-height: 1.2;
        }

        .hero-section .hero-text {
            font-size: 18px;
        }

        .hero-section .image-right-aligned {
            position: relative;
            width: 100%;
            height: auto;
            margin-top: 20px;
            display: none;
        }

            .hero-section .image-right-aligned .hero-right-image {
                width: auto;
                max-width: 80%;
                height: auto;
                margin: 0 auto;
            }
}

@media (max-width: 640px) {
    .hero-section {
        padding: 20px 15px;
        min-height: 350px;
    }

        .hero-section .hero-content-wrapper {
            padding: 15px;
        }

        .hero-section .hero-title {
            font-size: 28px;
            line-height: 1.2;
        }

        .hero-section .hero-text {
            font-size: 16px;
            margin-bottom: 1.5rem;
        }

        .hero-section .hero-button {
            font-size: 16px;
            padding: 10px 20px;
            width: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .background-image-overlay {
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
    }

    .hero-section .image-right-aligned .hero-right-image {
        max-width: 90%;
    }
}

.hero-section .hero-button.blue {
    background-color: #021d59;
    color: #ffffff;
    border-color: transparent;
}

    .hero-section .hero-button.blue:hover {
        background-color: #ffffff;
        color: #021d59;
        border-color: transparent;
    }

.hero-section .hero-button.white {
    background-color: #ffffff;
    color: #021d59;
    border-color: transparent;
}

    .hero-section .hero-button.white:hover {
        background-color: #021d59;
        color: #ffffff;
        border-color: transparent;
    }

.container-fluid {
    padding: 0 !important
}

/* ---------- Desktop Only ---------- */
@media (min-width: 769px) {
    .hero-top-banner-container.sticky {
        margin-top: 110px;
    }
    .hero-top-banner-container.sticky-light {
        margin-top: 70px;
    }
}



/*Top Banner Hero Block Styling Ends*/

/* Card Carousel Block Styling Starts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

:root {
    --color-primary: #021d59;
    --color-dot-active: #021d59;
    --color-dot-inactive: #cfd2de;
    --color-body-text: #6b7280;
    --color-button-bg-primary: #021d59;
    --color-button-text-primary: #ffffff;
    --border-radius-card: 0.75rem;
    --transition-speed: 0.3s;
}

/* Reset & base */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

.carousel-three-up-container {
    max-width: 1440px;
    width: 100%;
    margin: 60px auto 50px auto;
}

/* Carousel wrapper */
.carousel-three-up {
    position: relative;
    overflow: hidden;
    user-select: none;
}

    .carousel-three-up .carousel-inner {
        display: flex;
        transition: transform var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
    }

    .carousel-three-up .card {
        background-color: #eeeeee;
        border-radius: 30px;
        flex: 0 0 calc((100% / 3) - 1rem);
        margin: 0 1rem 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1.2rem 0;
        max-width: 439px;
        z-index: 1000;
        position: relative;
    }

        .carousel-three-up .card:last-child {
            margin-right: 0;
        }

        .carousel-three-up .card img {
            display: block;
            width: 100%;
            max-width: 350px;
            height: auto;
            object-fit: contain;
            margin: 0 auto 1.25rem;
            padding: 0.8rem;
            transition: background-color var(--transition-speed), color var(--transition-speed), transform var(--transition-speed);
        }

        .carousel-three-up .card:hover > img {
            transform: scale(1.05);
        }

    .carousel-three-up .card-title {
        font-weight: 600;
        font-size: 24px;
        color: var(--color-primary);
        text-align: center;
        user-select: text;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

    .carousel-three-up .card-body {
        font-weight: 400;
        font-size: 18px;
        color: #3e3e3f;
        text-align: center;
        margin-bottom: 1.5rem;
        user-select: text;
        line-height: 1.4;
        min-height: 3.5rem;
        font-family: Roboto, sans-serif;
        padding-top: 20px;
    }

    .carousel-three-up .card-buttons {
        display: flex;
        gap: 0.75rem;
        width: 100%;
        justify-content: center;
    }

    /* Updated Button Styling */
    .carousel-three-up .button {
        font-weight: 600;
        border: 2px solid var(--color-primary);
        cursor: pointer;
        transition: background-color var(--transition-speed), color var(--transition-speed), transform var(--transition-speed);
        user-select: none;
        background-color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        fill: #021d59;
        color: #021d59;
        border-radius: 30px;
        padding: 12px;
        width: 100%;
        max-width: 180px;
    }

    /* Ensures single button matches size and centers */
    .carousel-three-up .card-buttons .button:only-child {
        margin: 0 auto;
    }

    .carousel-three-up .btn-learn {
        background: transparent;
        color: var(--color-primary);
        border-color: var(--color-primary);
    }

        .carousel-three-up .btn-learn:hover,
        .carousel-three-up .btn-learn:focus {
            background: var(--color-primary);
            color: #fff;
        }

    .carousel-three-up .btn-shop {
        background-color: var(--color-button-bg-primary);
        border-color: var(--color-button-bg-primary);
        color: var(--color-button-text-primary);
    }

        .carousel-three-up .btn-shop:hover,
        .carousel-three-up .btn-shop:focus {
            background-color: #fff;
            border-color: #021645;
            color: #021645;
        }

    .carousel-three-up .card-footer {
        margin: 10px 0;
        padding: 0;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        font-weight: 400;
        color: #7a7a7a;
    }

    .carousel-three-up .carousel-dots {
        margin-top: 1.75rem;
        display: flex;
        justify-content: center;
        gap: 0.6rem;
    }

/* Responsive */
@media (max-width: 900px) {
    .card {
        flex: 0 0 calc((100% / 2) - 1rem);
    }
}

@media (max-width: 600px) {
    .carousel-three-up .card {
        flex: 0 0 100%;
        margin-right: 0;
        max-width: 300px;
        padding: 10px;
        gap: 15px;
        scroll-snap-align: center;
    }

    .carousel-three-up .carousel-inner {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .carousel-three-up .carousel-dots {
        display: none;
    }

    .carousel-three-up .carousel-inner .owl-nav .owl-prev,
    .carousel-three-up .carousel-inner .owl-nav .owl-next {
        width: 35px !important;
        height: 35px !important;
    }

    .carousel-three-up .card img {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .carousel-three-up-container {
        padding: 0 10px;
    }

    .carousel-three-up .btn-learn,
    .carousel-three-up .btn-shop {
        font-size: 14px;
        padding: 10px;
    }

    .carousel-three-up .btn-learn {
        background-color: #fff;
    }
}

.carousel-three-up .owl-stage {
    display: flex;
    z-index: 1;
    position: relative;
    padding-left: 14px;
    padding-right: 27px;
}

.carousel-three-up .carousel-inner {
    padding-bottom: 50px;
}

.carousel-three-up .owl-dots {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: 0;
    display: block;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.carousel-three-up .owl-dot {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #cfd2de;
    margin: 7px;
    border: none;
}

    .carousel-three-up .owl-dot.active {
        background: #021645;
    }

.carousel-three-up .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-three-up .carousel-inner .owl-nav .owl-prev,
.carousel-three-up .carousel-inner .owl-nav .owl-next {
    border-radius: 50%;
    background-color: #021645;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 2;
}

    .carousel-three-up .carousel-inner .owl-nav .owl-prev svg,
    .carousel-three-up .carousel-inner .owl-nav .owl-next svg {
        fill: #fff;
    }

        .carousel-three-up .carousel-inner .owl-nav .owl-prev svg:hover,
        .carousel-three-up .carousel-inner .owl-nav .owl-next svg:hover {
            fill: #cfd2de;
        }

.carousel-three-up .carousel-inner .owl-nav .owl-prev {
    left: 0;
}

.carousel-three-up .carousel-inner .owl-nav .owl-next {
    right: 0;
}

/* Button Theme Variants */
.carousel-three-up .button.theme-blue {
    background-color: #021d59;
    border-color: #021d59;
    color: #ffffff;
}

    .carousel-three-up .button.theme-blue:hover,
    .carousel-three-up .button.theme-blue:focus {
        background-color: #ffffff;
        color: #021d59;
        border-color: #021d59;
    }

.carousel-three-up .button.theme-white {
    background-color: #ffffff;
    border-color: #021d59;
    color: #021d59;
}

    .carousel-three-up .button.theme-white:hover,
    .carousel-three-up .button.theme-white:focus {
        background-color: #021d59;
        color: #ffffff;
    }

/* Center carousel navigation arrows without modifying existing code */
.carousel-three-up .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* so inner content remains clickable */
    z-index: 3;
}

    .carousel-three-up .owl-carousel .owl-nav .owl-prev,
    .carousel-three-up .owl-carousel .owl-nav .owl-next {
        background-color: #021645;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        pointer-events: auto; /* clickable */
        position: relative;
        z-index: 4;
    }

    .carousel-three-up .owl-carousel .owl-nav .owl-prev {
        margin-left: 10px;
        top: -2%;
    }

    .carousel-three-up .owl-carousel .owl-nav .owl-next {
        margin-right: 10px;
        top: -2%;
    }

        .carousel-three-up .owl-carousel .owl-nav .owl-prev svg,
        .carousel-three-up .owl-carousel .owl-nav .owl-next svg {
            fill: #ffffff;
            width: 25px;
            height: 25px;
        }

@media (max-width: 1024px) {

    .carousel-three-up .card {
        max-width: 100%
    }
    .carousel-three-up .owl-carousel .owl-nav .owl-next {
        margin-right: -20px;
    }
    .carousel-three-up .owl-carousel .owl-nav .owl-prev {
        margin-left: 25px;
    }
}
/* Card Carousel Block Styling Ends */


/* Diabetes Type Block Styling Starts */

* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

.container-diabetes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    align-items: stretch;
    gap: 20px;
}

    .container-diabetes .card {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        transition: transform 0.3s;
        display: flex;
        flex-direction: column;
    }

    .container-diabetes .card-first {
        flex: 1;
        min-width: 300px;
        padding-top: 0;
    }

    .container-diabetes .card.card-first {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .container-diabetes .text-align-left {
        text-align: left;
    }

    .container-diabetes .text-align-center {
        text-align: center;
    }

    .container-diabetes .text-align-right {
        text-align: right;
    }

    .container-diabetes .card-title {
        font-weight: bold;
        color: #021d59;
        font-size: 24px;
        margin: 20px 0;
        letter-spacing: 1px;
    }

    .container-diabetes .card-body {
        font-family: "Roboto", Sans-serif;
        font-weight: 400;
        color: #3e3e3f;
        margin-block-start: 0;
        margin-block-end: .9rem;
        font-size: 18px;
    }

    .container-diabetes .image-card {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        background-position: center;
        background-size: cover;
        max-height: 400px;
        min-height: 400px;
        flex: 1;
        min-width: 333.05px;
        padding: 0;
    }

        .container-diabetes .image-card:nth-child(n+2) {
            width: calc((100% - 300px - 40px) / 3);
            flex: 1;
        }

    .container-diabetes .card-image {
        height: 200px;
        background-position: top center;
    }

    .container-diabetes .card-text {
        position: absolute;
        bottom: 0px;
        font-family: "Roboto", Sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #FFFFFF;
        display: block;
        text-align: center;
        width: 100%;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.64);
        padding-bottom: 15px;
    }

    .container-diabetes .image-card:hover {
        transform: scale(1.05);
    }

    .container-diabetes .active::before {
        background: #3e3e3f;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.5;
    }

    .container-diabetes .image-card-padding-zero {
        padding: 0;
    }

@media (min-width: 1025px) {
    .container-diabetes .card.card-first {
        flex: 1;
        max-width: 390px;
    }

    .container-diabetes .image-card {
        flex: 1;
        max-width: calc((100% - 400px - 60px) / 3);
    }
}

@media (max-width: 1024px) {
    .container-diabetes {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .container-diabetes .card {
            width: 100%;
            max-width: 600px;
            margin: 10px 0;
        }

            .container-diabetes .card.card-first {
                padding: 20px;
            }

        .container-diabetes .image-card {
            min-height: 300px;
        }
}

@media (max-width: 768px) {
    .container-diabetes .card {
        width: calc(50% - 20px);
    }

    .container-diabetes {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
    }

        .container-diabetes .card.card-first {
            width: 100%;
            max-width: unset;
        }

        .container-diabetes .image-card {
            width: calc(50% - 20px);
            min-height: 300px;
        }
}

@media (max-width: 661px) {
    .container-diabetes .image-card {
        min-height: 250px;
    }

    .container-diabetes .card-text {
        top: 40%;
        bottom: auto;
    }
}

@media (max-width: 480px) {
    .container-diabetes .card {
        width: calc(100% - 20px);
    }

    .container-diabetes .image-card {
        width: 100%;
    }
}

/* Diabetes Type Block Styling Ends */

/*Footer Block starts*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.footer-container {
    background-color: #eeeeee;
    padding: 40px 0 20px;
    width: 100%;
    margin: 0 auto;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #021d59;
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 130px;
}

.country-selector-btn {
    background-color: #021d59;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    width: max-content;
    max-width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .country-selector-btn:hover {
        background-color: #0e1c58;
        transform: translateY(-2px);
    }

.angle-right-arrow {
    font-size: 15px;
    line-height: 1;
}

    .angle-right-arrow svg {
        fill: #fff;
        width: 20px;
        height: 15px;
    }

.column-title {
    color: #0e1c58;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Roboto", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.contact-info {
    color: #555;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #0e1c58;
}

    .contact-info p {
        margin-bottom: 10px;
        font-family: "Roboto", Sans-serif;
        font-weight: 400;
        color: #0e1c58;
        margin-block-end: .9rem;
        margin-block-start: 0;
    }

.legal-links {
    padding-left: 20px;
}

    .legal-links li {
    }

    .legal-links a {
        color: #021d59;
        box-shadow: none;
        text-decoration: none;
        font-family: "Roboto", Sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

        .legal-links a:hover {
            color: #021d59;
        }

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .social-icon svg {
        fill: #021d59;
        width: 35px;
        height: 35px;
    }

.social-icon-two img {
    width: 100%;
    max-width: 155px;
}

.footer-bottom-container {
    padding: 40px 0 20px;
    width: 100%;
    margin: 0 auto;
}

.footer-bottom-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
}

.copyright {
    text-align: center;
    text-align: left;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
}

@media (min-width: 661px) and (max-width: 768px) {
    .footer-content {
        gap: 0px;
    }

    .footer-column {
        min-width: 180px;
    }

    .footer-bottom-content {
        padding: 30px 40px;
    }
}

@media (max-width: 661px) {
    .footer-column {
        flex: 100%;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-content {
        padding: 30px 40px;
    }

    .copyright {
        text-align: center;
    }
}

/*Footer Block ends*/

/* Padding classes (utility classes for explicit overrides if needed) */
.padding-top-0 {
    padding-top: 0px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}
.countryv2roundedcardcontainerblock, .countryv2topbannerblock, .countryv2diabetestypeblock, .countryv2fiftyfiftyblock, .countryv2cardcarouselcontainerblock {
    background-color: #fff !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.countryv2footerblock {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: -15px;
}