/* Import Poppins and Open Sans fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;600&family=Poppins:wght@400;500;600;700&display=swap');

/* Common styles */
* {
    font-family: "Poppins", sans-serif;
}
:root {
    --primary: #0040c3;
    --white: white;
    --black: black;
    --hover: #07399b;
    --hover_white: #e6e6e6;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
a, a:hover {
    text-decoration: none;
}
.swiper-pagination-bullet-active {
    background-color: var(--primary);
}
.btn-close-custom {
    position: absolute;
    top: 16px;
    right: 16px;
}

.page {
    padding-top: 100px
}
/* Common styles */
/********** Template CSS **********/
/* :root {
    --primary: #0040c3;
    --light: #FFFFFF;
    --dark: #0F172B;
} */

/* body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #000;
    padding-top: 6rem; 
}

@media (max-width: 1199.98px) {
    body {
        padding-top: 6rem; 
    }
}

@media (max-width: 991.98px) {
    body {
        padding-top: 4.6rem; 
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 4.6rem; 
} */

/* FONT FAMILIES */

Define font weights for Poppins */
.ff-poppins-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.ff-poppins-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
} 

.ff-poppins-semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.ff-poppins-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/*Define font weights for Open Sans */
.ff-open-sans-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.ff-open-sans-semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


/* Utility classes for font weights */
/* .fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-extra-bold {
    font-weight: 800 !important;
} */ 
/* define font size*/
.fs-10 {
    font-size: 10px; /* was 0.625rem */
}

.fs-12{
    font-size: 12px; /* was 0.75rem */
}

.fs-13 {
    font-size: 13px; /* was 0.812rem */
}
.fs-16 {
    font-size: 16px; /* was 1.000rem */
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px; /* was 1.250rem */
}

.fs-22 {
    font-size: 22px; /* was 1.562rem */
}

.fs-25 {
    font-size: 24px; /* was 1.5rem */
}

.fs-31 {
    font-size: 31px; /* was 1.938rem */
}
.fs-36{
    font-size: 36px; /* was 2.250rem */
}

.fs-39 {
    font-size: 39px; /* was 2.438rem */
}

.heading {
    font-size: 42px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 16px;
}

.sub-heading {
    font-size: 22px;
    color: var(--black);
    margin-bottom: 16px;
}

.section-margin-bottom {
    margin-bottom: 60px;
}

.text-main-heading, .text-main-heading h1, .text-main-heading h2, .text-main-heading h3, .text-main-heading h4, .text-main-heading h5, .text-main-heading h6 {
    font-size: 42px;
    /* color: var(--black); */
}

.text-heading, .text-heading h1, .text-heading h2, .text-heading h3, .text-heading h4, .text-heading h5, .text-heading h6 {
    font-size: 20px;
    /* color: var(--black); */
}

/* .text-heading, .text-heading p, .text-heading ul, .text-heading li, .text-heading a {
    font-size: 20px;
    color: var(--black);
} */

.text-heading {
    margin-bottom: 16px;
}

.text-heading a {
    text-decoration: underline;
}

.text-main-content, .text-main-content p, .text-main-content ul, .text-main-content li, .text-main-content a {
    font-size: 22px;
    /* color: var(--black); */
}
.text-content img {
    max-width: 100%;
    height: auto;
}

/* Add style for last p tag in text-main-content to have no margin-bottom */
.text-main-content p:last-child {
    margin-bottom: 0;
}

.text-content, .text-content p, .text-content ul, .text-content li, .text-content a {
    font-size: 18px;
    /* color: var(--black); */
}
/* p:last-child {
    margin-bottom: 0;
} */

.text-content p:last-child {
    margin-bottom: 0;
}

.text-main-content ul, .text-main-content li {
    margin-bottom: 1rem;
    /* color: var(--black); */
}
.text-main-content li:last-child {
    margin-bottom: 0;
}
.text-main-content ul:last-child {
    margin-bottom: 0;
}
.text-content {
    margin-bottom: 16px;
}

.text-content a {
    text-decoration: underline;
}

.fs-61 {
    font-size: 61px; /* was 3.812rem */
}

/* Additional responsive font size classes */
.fs-sm-12 {
    font-size: 12px; /* was 0.75rem */
}

.fs-sm-14 {
    font-size: 14px; /* was 0.875rem */
}

.fs-sm-16 {
    font-size: 16px; /* was 1rem */
}

.fs-md-18 {
    font-size: 18px; /* was 1.125rem */
}

/* Purchase notification popup */
    .confirmation-box {
        background-color: white;
        border-radius: 10px;
        padding: 40px 20px 20px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        margin-top: 30px;
    }
    .confirmation-icon {
        width: 80px; /* Increased width */
        height: 80px; /* Increased height */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -40px; /* Adjusted position for larger size */
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px; /* Increased font size for better visibility */
        font-weight: bold;
        color: white; /* Ensure icon color is white */
    }
    .confirmation-icon span {
        color: white; /* Ensure the icon inside the span is white */
    }
    .failed-notification-icon {
        width: 80px; /* Icon container width */
        height: 80px; /* Icon container height */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #dc3545; /* Red background for failed notification */
        color: white !important; /* Force white color */
        font-size: 40px; /* Icon font size */
        font-weight: bold;
        position: absolute;
        top: -40px; /* Adjusted position */
        left: 50%;
        transform: translateX(-50%);
    }
    .failed-notification-icon span {
        color: white !important; /* Force white color for the icon */
    }
    .failed-notification-icon i {
        font-size: 40px; /* Adjust font-awesome icon size */
    }
    .confirmation-box h1 {
        font-family: Arial, sans-serif;
        font-size: 24px;
        margin: 40px 0 10px;
        color: #333;
    }
    .confirmation-box p {
        font-family: Arial, sans-serif;
        font-size: 16px; /* already in px */
        margin: 0 0 20px;
        color: #555;
    }
    .confirmation-box button {
        background-color: #7ed321;
        color: white !important;
        border: none;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 16px; /* already in px */
        cursor: pointer;
        display: block;
        margin: 0 auto;
    }
    .confirmation-box button:hover {
        background-color: #6dbb1f;
    }
/* Purchase notification popup */


/* Responsive Font Sizes */
@media (max-width: 1199.98px) {
    .fs-61 {
        font-size: 45px; /* was 2.8rem */
    }

    .fs-49 {
        font-size: 40px; 
    }

    .heading {
        font-size: 36px;
    }

    .fs-39 {
        font-size: 32px; /* was 2rem */
    }

    .fs-36{
        font-size: 30px; /* was 1.875rem */
    }

    .fs-31 {
        font-size: 24px; /* was 1.5rem */
    }

    .fs-25 {
        font-size: 20px; /* was 1.25rem */
    }

    .fs-22 {
        font-size: 22px; /* was 1.25rem */
    }
    .sub-heading {
        font-size: 20px;
    }

    .fs-20 {
        font-size: 16px; /* was 1rem */
    }

    .fs-18 {
        font-size: 15px;
    }

    .fs-16 {
        font-size: 14px; /* was 0.875rem */
    }

    .fs-13 {
        font-size: 12px; /* was 0.75rem */
    }

    .fs-12{
        font-size: 10px; /* was 0.625rem */
    }

    .fs-10 {
        font-size: 8px; /* was 0.5rem */
    }
    .page {
        padding-top: 95px;
    }

    .text-heading, .text-heading h1, .text-heading h2, .text-heading h3, .text-heading h4 ,.text-heading h5, .text-heading h6 {
        font-size: 18px;
    }

    .text-content, .text-content p, .text-content ul, .text-content li, .text-content a {
        font-size: 16px;
    }

    .blue-button,
    .white-button,
    .other-button,
    .other-white-button {
        font-size: 16px !important;
        padding: 7px 18px;
    }

    .other-button .icon,
    .other-white-button .icon {
        width: 20px;
    }

    .text-main-heading, .text-main-heading h1, .text-main-heading h2, .text-main-heading h3, .text-main-heading h4, .text-main-heading h5, .text-main-heading h6 {
        font-size: 36px;
    }
    
    .text-main-content, .text-main-content p, .text-main-content ul, .text-main-content li, .text-main-content a {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .fs-61 {
        font-size: 40px; /* was 2.5rem */
    }

    .fs-49 {
        font-size: 24px; /* was 1.5rem */
    }
    
    .heading {
        font-size: 32px;
    }   
    .fs-39 {
        font-size: 20px; /* was 1.25rem */
    }

    .fs-36{
        font-size: 18px; /* was 1.125rem */
    }

    .fs-31 {
        font-size: 16px; /* was 1rem */
    }

    .fs-25 {
        font-size: 16px; /* was 1rem */
    }
    .sub-heading {
        font-size: 18px;
    }
    
    .page {
        padding-top: 70px;
    }
    .fs-22 {
        font-size: 16px; /* was 1rem */
    }

    .fs-20 {
        font-size: 14px; /* was 0.875rem */
    }

    .fs-18 {
        font-size: 13px;
    }

    .fs-16 {
        font-size: 12px; /* was 0.75rem */
    }

    .fs-13 {
        font-size: 10px; /* was 0.625rem */
    }

    .fs-12{
        font-size: 10px; /* was 0.625rem */
    }

    .fs-10 {
        font-size: 8px; /* was 0.5rem */
    }

    .text-heading, .text-heading h1, .text-heading h2, .text-heading h3, .text-heading h4, .text-heading h5, .text-heading h6 {
        font-size: 16px;
    }

    .text-content, .text-content p, .text-content ul, .text-content li, .text-content a {
        font-size: 15px;
    }

    .blue-button,
    .white-button,
    .other-button,
    .other-white-button {
        font-size: 15px !important;
        padding: 6px 16px;
    }

    .other-button .icon,
    .other-white-button .icon {
        width: 18px;
    }

    .text-main-heading, .text-main-heading h1, .text-main-heading h2, .text-main-heading h3, .text-main-heading h4, .text-main-heading h5, .text-main-heading h6 {
        font-size: 32px;
    }
    
    .text-main-content, .text-main-content p, .text-main-content ul, .text-main-content li, .text-main-content a {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .fs-61 {
        font-size: 32px; /* was 2rem */
    }

    .fs-49 {
        font-size: 19px; /* was 1.2rem */
    }
    .heading {
        font-size: 28px;
    }

    .fs-39 {
        font-size: 24px; /* was 1.5rem */
    }

    .fs-36{
        font-size: 22px; /* was 1.375rem */
    }

    .fs-31 {
        font-size: 20px; /* was 1.25rem */
    }

    .fs-25 {
        font-size: 16px; /* was 1rem */
    }
    .fs-22 {
        font-size: 14px; /* was 1rem */
    }
    .sub-heading {
        font-size: 16px;
    }
    .page {
        padding-top: 70px;
    }

    .fs-20 {
        font-size: 14px; /* was 0.875rem */
    }

    .fs-18 {
        font-size: 13px;
    }

    .fs-16 {
        font-size: 12px; /* was 0.5rem */
    }
    

    .fs-13 {
        font-size: 10px; /* was 0.625rem */
    }

    .fs-12{
        font-size: 10px; /* was 0.625rem */
    }

    .fs-10 {
        font-size: 8px; /* was 0.5rem */
    }

    .fs-sm-12 {
        font-size: 12px !important; /* was 0.75rem */
    }
    
    .fs-sm-14 {
        font-size: 14px !important; /* was 0.875rem */
    }
    
    .fs-sm-16 {
        font-size: 16px !important; /* was 1rem */
    }
    
    .fs-md-18 {
        font-size: 16px !important; /* was 1rem */
    }

    .text-heading, .text-heading h1, .text-heading h2, .text-heading h3, .text-heading h4, .text-heading h5, .text-heading h6 {
        font-size: 15px;
    }

    .text-content, .text-content p, .text-content ul, .text-content li, .text-content a {
        font-size: 14px;
    }

    .blue-button,
    .white-button,
    .other-button,
    .other-white-button {
        font-size: 14px !important;
        padding: 5px 14px;
    }

    .other-button .icon,
    .other-white-button .icon {
        width: 16px;
    }

    .text-main-heading, .text-main-heading h1, .text-main-heading h2, .text-main-heading h3, .text-main-heading h4, .text-main-heading h5, .text-main-heading h6 {
        font-size: 28px;
    }
    
    .text-main-content, .text-main-content p, .text-main-content ul, .text-main-content li, .text-main-content a {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .fs-sm-12 {
        font-size: 10px !important; /* was 0.625rem */
    }
    
    .fs-sm-14 {
        font-size: 12px !important; /* was 0.75rem */
    }
    
    .fs-sm-16 {
        font-size: 14px !important; /* was 0.875rem */
    }
    
    .fs-md-18 {
        font-size: 14px !important; /* was 0.875rem */
    }

    .heading {
        font-size: 24px;
    }

    .sub-heading {
        font-size: 15px;
    }

    .text-heading, .text-heading h1, .text-heading h2, .text-heading h3, .text-heading h4 , .text-heading h5, .text-heading h6 {
        font-size: 14px;
    }

    .text-content, .text-content p, .text-content ul, .text-content li, .text-content a {
        font-size: 13px;
    }

    .blue-button,
    .white-button,
    .other-button,
    .other-white-button {
        font-size: 13px !important;
        padding: 5px 12px;
    }

    .other-button .icon,
    .other-white-button .icon {
        width: 14px;
    }
    .page{
        padding-top: 70px;
    }

    .text-main-heading, .text-main-heading h1, .text-main-heading h2, .text-main-heading h3, .text-main-heading h4, .text-main-heading h5, .text-main-heading h6 {
        font-size: 24px;
    }
    
    .text-main-content, .text-main-content p, .text-main-content ul, .text-main-content li, .text-main-content a {
        font-size: 15px;
    }
}
.text-url a{
    /* text-decoration: underline; */
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Responsive Button Sizes */
.btn-responsive {
    padding: 0.5rem 1rem; /* Default padding */
}

@media (max-width: 991.98px) {
    .btn-responsive {
        padding: 0.4rem 0.8rem; /* Reduced padding for tablets */
    }
}

@media (max-width: 767.98px) {
    .btn-responsive {
        padding: 0.3rem 0.6rem; /* Further reduced for mobile */
        font-size: 14px; /* was 0.875rem */
    }
}


.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Button ***/
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary{
    background-color: #0040c3;
    color: #FFFFFF;
    border-radius:5px;
}
.btn.btn-secondary {
    color: #FFFFFF;
    border-radius:5px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

form .error-message {
    color: #dd0909;
    font-size: 14px; /* already in px */
    margin-top: 5px;
}

/* Base Typography Mapping */
/* h1, .h1 {
    font-size: 61px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h2, .h2 {
    font-size: 49px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 1rem;
}

h3, .h3 {
    font-size: 39px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h4, .h4 {
    font-size: 31px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h5, .h5 {
    font-size: 25px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
} */

/* p, .p {
    font-size: 24px; 
    font-family: 'Poppins', sans-serif;
} */

/* ul, ol {
    font-size: 24px; 
    padding-left: 20px; 
}

li {
    font-size: 24px; 
    margin-bottom: 8px; 
} */

/* Responsive Typography */
/* @media (max-width: 1199.98px) {
    h1, .h1 { font-size: 45px; } 
    h2, .h2 { font-size: 40px; } 
    h3, .h3 { font-size: 32px; } 
    h4, .h4 { font-size: 24px; } 
    h5, .h5 { font-size: 20px; }  */
    /* p, .p, ul, ol, li { 
        font-size: 20px !important; 
    } 
}

/* @media (max-width: 991.98px) {
    h1, .h1 { font-size: 40px; } 
    h2, .h2 { font-size: 32px; } 
    h3, .h3 { font-size: 28px; } 
    h4, .h4 { font-size: 20px; } 
    h5, .h5 { font-size: 16px; }  */
    /* p, .p, ul, ol, li { 
        font-size: 16px !important; 
    } 
}

/* @media (max-width: 767.98px) {
    h1, .h1 { font-size: 32px; } 
    h2, .h2 { font-size: 28px; }
    h3, .h3 { font-size: 24px; } 
    h4, .h4 { font-size: 20px; } 
    h5, .h5 { font-size: 32px; }  */
    /* p, .p, ul, ol, li { 
        font-size: 16px !important; 
    } 
}

/* @media (max-width: 575.98px) {
    /* p, .p, ul, ol, li { 
        font-size: 14px !important; 
    } 
}

/* Button styles - Consolidate these definitions */
.blue-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary);
    border-radius: 5px;
    padding: 8px 20px;
    border: none;
    transition: all 0.3s;
}
.blue-button:hover {
    background-color: var(--hover);
    transition: all 0.3s;
}
.other-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    transition: all 0.3s;
}
.other-button:hover {
    color: var(--hover);
    transition: all 0.3s;
}
.other-button .icon {
    width: 22px;
    transition: all 0.3s;
}
.other-button:hover > .icon {
    transform: translateX(5px);
    transition: all 0.3s;
}
.white-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    background-color: var(--white);
    border-radius: 5px;
    padding: 8px 20px;
    border: none;
    transition: all 0.3s;
}
.white-button:hover {
    background-color: var(--hover_white);
    color:var(--primary);;
    transition: all 0.3s;
}
.other-white-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    transition: all 0.3s;
}
.other-white-button:hover {
    color: var(--hover_white);
    transition: all 0.3s;
}
.other-white-button .icon {
    width: 22px;
    transition: all 0.3s;
}
.other-white-button:hover > .icon {
    transform: translateX(5px);
    transition: all 0.3s;
}