:root {
    --primary-color: #e1251b;
    --text-color: #000000;
    --title-color: #121414;
    --text-gray:#71716e;
    --bg-red-light: #FBCFC8;
    --bg-blue-light: #F3F7FA;
    --bg-grey-light: #f6f6f6;
    --bg-light-orange: #FFDCC6;
}
/* * {
    outline: 1px solid #f00 !important;
    opacity: 1 !important;
    visibility: visible !important;
  } */
  /* Aos Style */
/* [data-aos] {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
} */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@media screen and (min-width: 1200px) {
    /* .container{
        max-width: 1200px;
    } */
}
.font-italic{
    font-style: italic;
}
.inter{
    font-family: 'Inter', sans-serif;
}
.open-sans{
    font-family: 'Open Sans', sans-serif;
}
.section-margin-top{
    margin-top: 4rem;
}
.section-margin-bottom{
    margin-bottom: 4rem;
}
.text-gray{
    color: var(--text-gray);
}
.bg-blue-light{
    background-color: var(--bg-blue-light);
}
.bg-gray-light{
    background-color: #f6f6f6;
}
.bg-gray-dark{
    background-color: #D9D9D7;
}
.bg-red-light{
    background-color: var(--bg-red-light);
}
.bg-light-orange{
    background-color: var(--bg-light-orange);
}
.bg-black{
    background-color: #000000;
}
.white{
    color: var(--white);
}
/* Font Declaration */
@font-face {
    font-family: 'ITC Garamond Std';
    src: url('../fonts/ITC Garamond Std/ITCGaramondStd-LtNarrow.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Garamond Std';
    src: url('../fonts/ITC Garamond Std/ITCGaramondStd-BkNarrow.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'ITC Garamond Std';
    src: url('../fonts/ITC Garamond Std/ITCGaramondStd-BdNarrow.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}








/* Font utility classes */


@font-face {
    font-family: 'Ringside Compressed Bold';
    src: url('../fonts/ringside/RingsideCompressed-Bold.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringside Compressed Medium';
    src: url('../fonts/ringside/RingsideCompressed-Med.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringside Medium';
    src: url('../fonts/ringside/Ringside-Medium.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringside Regular Book';
    src: url('../fonts/ringside/RingsideRegular-Book.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ringside Regular Black';
    src: url('../fonts/ringside/RingsideRegular-Black.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}
.card-img-bottom{
    width: 100%;
}
.inter{
    font-family: 'Inter', sans-serif;
}
/* Ringside Font Family */
.ringside-compressed-bold{
    font-family: 'Ringside Compressed Bold';
}
.ringside-compressed-medium{
    font-family: 'Ringside Compressed Medium';
}
.ringside-medium{
    font-family: 'Ringside Medium';
}
.ringside-regular-book{
    font-family: 'Ringside Regular Book';
}   
.ringside-regular-black{
    font-family: 'Ringside Regular Black';
}
.ltr-1{
    letter-spacing: -1px;
}
.line-height-1-2{
    line-height: 1.2em;
}
/* End Ringside Font Family */


/* Font Size */
.font-48-32{
    font-size: 3rem;
}
.font-48-28{
    font-size: 3rem;
}
.font-48-24{
    font-size: 3rem;
}
.font-36-20{
    font-size: 2.25rem;
}
.font-28-24{
    font-size: 1.75rem;
}
.font-28-20{
    font-size: 1.75rem;
}
.font-24-20{
    font-size: 1.5rem;
}
.font-24-16{
    font-size: 1.5rem;
}
.font-24-14{
    font-size: 1.5rem;
}
.font-20-14{
    font-size: 1.25rem;
}
.font-18-14{
    font-size: 1.125rem;
}
.font-16-12{
    font-size: 1rem;
}

/* End Font Size */


body {
    color: var(--text-color);
    overflow-x: hidden;
}

.title-color{
    color: var(--title-color);
}
.ringside{
    font-family: 'Ringside';
}
.ringside-compressed{
    font-family: 'Ringside Compressed';
}
.itc-grand{
    font-family: 'ITC Garamond Std';
}
.subpara {
    font-size: 1.5rem;
    line-height: 2rem;
    
}
.mainTitle{
    font-size: 3rem;
    color: var(--title-color);
}
.color-white{
    color: #fff;
}

.text-black{
    color: var(--text-color);
}
.color-black-2{
    color: #222;
}

.hero-section{
    sup{
        font-weight: 400;
        font-size: 1rem;
        top: -1.2em;
    }
}

.overflowX{
    overflow-x: hidden;
}
sup{
    font-size: 0.6em;

}
.normalpara {
    font-size: 1.25rem;
}
.riskSection img{
    width: 160px !important; 
    height: 160px; 
    object-fit: cover;
}
.small{
    font-size: 1rem;
}
.font-18{
    font-size: 1.15rem;
}
.font-28{
    font-size: 1.75rem;
}
.font-48{
    font-size: 3rem;
}
.form-label{
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}



.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.hero-img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.section-title {
    /* font-size: 2rem; */
    /* font-weight: 700; */
    margin-bottom: 1rem;
}

.card-img-top {
    height: 270px;
    object-fit: cover;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8d7da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.bmi-result {
    font-weight: bold;
    font-size: 24px;
    color: var(--text-color);
}

.bmi-result p{
margin-bottom: 0px;
}


.myth-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.reference-list {
    font-size: 0.9rem;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
}

.footer {
    background: #f8f9fa;
    padding: 2rem 0 1rem 0;
    margin-top: 2rem;
}

.footer-links {
    font-size: 0.95rem;
}

.social-icons a {
    /* margin: 0 8px; */
    color: #333;
}
.app-download img{
    height: 40px;
    width: auto;
}
.app-badges img {
    height: 32px;
    margin-right: 8px;
}

.step-btns .btn {
    margin: 0 8px 8px 0;
}

/* .section {
    margin-bottom: 2.5rem;
} */

.bg-light-pink {
    background: #fff0f6;
}



.border-16 {
    border-radius: 16px;
}

.border-24 {
    border-radius: 24px;
}
.border-32 {
    border-radius: 32px;
}

.card {
    border: none;
    overflow: hidden;
}

/* Header Styles */
.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.border-bottom{
    border-bottom: 1px solid var(--title-color) !important;
}
.search-input {
    border-radius: 12px;
    padding-left: 45px;
    height: 45px;
    background-color: #f6f6f6;
    border: none;
    width: 100%;
    border: 1px solid #bebebb;
}
.search-input::placeholder{
    color: #bebebb;
    font-size: 0.9rem;
}


.search-input:focus {
    background-color: #f5f5f5;
    box-shadow: none;
    border: 1px solid #ddd;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.header-icons {
    display: none;
    justify-content: flex-end;
}

.header-icons a {
    color: #333;
    text-decoration: none;
    margin-left: 25px;
    position: relative;
}

.badge-cart {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.main-nav .nav-link {
    font-family:  "Open Sans", sans-serif;
    color: #333;
    padding: 10px 20px 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: color 0.2s;
}

.main-nav .nav-link:hover {
    color: var(--primary-color);
}

.main-nav .nav-item.active .nav-link {
    color: var(--primary-color);
    font-weight: 600;
}

.consult-btn {
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
    padding: 8px 15px;
    border: none;
    font-weight: 500;
    transition: all 0.3s;
}

.consult-btn:hover {
    background-color: #bb140f;
}

.address-select {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.address-select i.bi-geo-alt {
    color: #555;
    margin-right: 10px;
    font-size: 20px;
}

.delivery-text {
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.address-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.address-text i {
    font-size: 12px;
    margin-left: 5px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.address-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 250px;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.address-dropdown.show {
    display: block;
}

.address-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.8rem;
}

.address-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.address-dropdown .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/* Hero Section */
.hero-section{
    margin-top: 3rem;
}
.hero-bg {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url('../images/hero.png') center/cover; */
    /* background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.4)), url('assets/images/hero.png') center/cover; */
    min-height: 600px;
}

.hero-content {
    gap: 14rem;
    padding-top: 4rem !important;
}
.subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
    
}
.btn-main-primary {
    background-color: var(--primary-color);
    color: white;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 1.25rem;
    font-family: 'Ringside Regular Book';
    font-weight: 500;
}



.btn-main-primary:hover {
    background-color: var(--bg-red-light);
    color: var(--primary-color);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-main-primary-white {
    background-color: var(--primary-color);
    color: white;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 1.25rem;
    font-family: 'Ringside Regular Book';

}
.btn-main-primary-white:hover {
    background-color:#fff !important;
    color: var(--primary-color);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.max-w-70{
    max-width: 70%;
}
/* End Hero Section */
.ready-to-start{

    .card-body{
        min-height: 120px;
        padding: 1.5rem;
    }

    .card-text{
        max-width: 70%  ;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-family: 'Ringside';
    }

    .card-bottom-pattern{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 25%;
    }
}

.bg-green{
    background: #00422C;
}
.bg-brown{
    background-color: #501009;
}
.bg-blue{
    background-color: #003A6C;
}

.bmi-section{
    .card-body{
        padding: 1.5rem;
    }
}
.bg-blue-1{
    background-color: #D8E4EC;
}
.bg-blue-2{
    background-color: #BEEBE6;
}
.facts-carousel{
    .fact-card{
        height: 100%;
      
        padding: 1.5rem;
        border-radius: 16px;
        text-align: left;
    }

}

/* Owl Carousel */
.owl-carousel .owl-stage{display: flex;}
.why-carousel .items{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.why-carousel .items .card {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;

}
.why-carousel{

  
    
}
.font-14{
    font-size: 0.9rem !important;
}

.font-20-12{
    font-size: 1.25rem;
    line-height: 1.25rem;
}
.bmi-section {
    .value{
font-size: 1.25rem;
}
.desc{
        font-size: 1.25rem;

    }
}
.fact-title{
    font-size: 1.5rem;
}
.facts-carousel .item{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.facts-carousel .item .fact-card {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.risk-carousel .item{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1.5rem;
}

.form-control{
    min-height: 45px;
}
.form-control::placeholder{
    font-family: 'Inter', sans-serif;
    color: #bebebb;
}
.treatment-section{
    .contentBlock{
        margin-top: 3.5rem;
   
    }
}

.pr-c{
    padding-right: 2rem;
}
.pl-c{
    padding-left: 2rem;
}
.accordion-body{
    background-color: #f6f6f6;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    ol li,p{
        font-size: 1rem;
        font-family: 'Ringside Regular Book';
        font-weight: 400;
        color: #71716E;
    }

    a{
        word-wrap: break-word;
    }
}
.accordion-button:not(.collapsed),
.accordion-button
{
    background-color: #fff;
    font-size: 3rem;
    color: var(--title-color);
    border: none;
    box-shadow: none;
    margin-bottom:20px;
}
.accordion-button:focus{
    border: none;
    box-shadow: none;
}
.accordion-item{
    border: none;
}

.accordion-button:not(.collapsed)::after{
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 512 512'%3E%3Cpath fill-rule='nonzero' d='M256 0c70.68 0 134.68 28.66 181.01 74.99C483.34 121.32 512 185.32 512 256c0 70.68-28.66 134.68-74.99 181.01C390.68 483.34 326.68 512 256 512c-70.68 0-134.68-28.66-181.01-74.99C28.66 390.68 0 326.68 0 256c0-70.69 28.66-134.69 74.99-181.01C121.32 28.66 185.32 0 256 0zm110.7 255.98c0 14.08-11.54 25.6-25.59 25.6H170.9c-14.05 0-25.6-11.54-25.6-25.6 0-14.05 11.52-25.59 25.6-25.59h170.21c14.07 0 25.59 11.52 25.59 25.59zm46.17-156.85C372.73 58.99 317.26 34.16 256 34.16c-61.26 0-116.73 24.83-156.87 64.97C59 139.26 34.16 194.73 34.16 256c0 61.26 24.83 116.73 64.97 156.87s95.61 64.97 156.87 64.97c61.26 0 116.73-24.83 156.87-64.97s64.97-95.61 64.97-156.87c0-61.26-24.83-116.73-64.97-156.87z'/%3E%3C/svg%3E");
background-size: 2rem;
}

.pattern-div{
    height: 490px;
}
.pattern-1{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 250px);
    max-width: 250px;
    /* max-height: 480px; */
    z-index: -1;
}
.pattern-2{
    position: absolute;
    top:  0;
    left: 0;
    transform: translate(0px, 230px);
    max-width: 200px;
    z-index: -1;
}
.pattern-3{
    position: absolute;
    top:  0;
    right: 0;
    transform: translate(0px, 0px);
    max-width: 200px;
    /* z-index: -1; */
}
.pattern-4{
    position: absolute;
    top:  0;
    right: 0;
    transform: translate(0px, 0px);
    max-width: 200px;
    /* z-index: -1; */
}
.pattern-5{
    position: absolute;
    top:  0;
    right: 0;
    transform: translate(0px, 120px);
    max-width: 250px;
    /* z-index: -1; */
}
.pattern-6{
    position: absolute;
    top:  0;
    right: 0;
    transform: translate(80px, -220px);
    max-width: 250px;
    z-index: -1;
}
.overflow-hidden{
    overflow: hidden;
}

.footer-section  ul li a{
    font-size: 12px;
    color: #4b4a48;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.footer-section  ul li a:hover{
    color: #0a58ca;
}
.footer-section{
    background-color: #f6f6f6;
    h5{
        font-size: 14px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
    }
    .title{
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 700;
    }
}
.footer-logo{
    max-width: 80px;
    width: 100%;
}
.social-icons img{
    width: 40px;
    height: 40px;
}

.owl-theme .owl-dots .owl-dot.active span{
width: 30px;
background-color: #bebebb !important;
}
.owl-theme .owl-dots .owl-dot span{
/* width: 30px; */
background-color: #E7E7E5 !important;
}

.custom-navigation{
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 100%;
    display: flex;
    button{
        border: none;
        background: none;
    
       

    }

    .custom-prev{
        transform: translateX(-50px);
        svg {
            fill: #bebebb;
        }
    }
    .custom-next{
        transform: translateX(50px);
        svg {
            fill: #bebebb;
        }
    }

    .custom-prev.active,
    .custom-next.active
    {
        svg {
            fill: #121414;
        }
    }
}
.loginBtn{
display: none;
padding: 8px 12px;
align-items: center;
border: 1px solid #165d59;
background-color: #fff;
font-family: 'Inter', sans-serif;
font-size: 12px;
border-radius: 8px;
color: #165d59;

svg{
    width: 24px;
    height: 24px;
    margin-left: 4px;
}
}
.searchBtn{
    border: none ;
    background-color: #fff;
}

/* Disclaimer */
.disclaimer-section{
    background-color: #11302E;
    padding: 340px 0 60px;
    
    .text-content{
        p{
            font-size: 80px;
            font-weight: 500;
            letter-spacing: 10px;
            margin-bottom: 40px;
        }
        h3{
            font-size: 150px;
            font-weight: 700;
            letter-spacing: -2px;
            /* margin-bottom: 40px; */
            line-height: 150px;
        }
    }
    .logo-bottom{
        margin-top: 300px;
        img{
            width: 300px;
            height: auto;
        }
    }
}


.pp-code-desktop {
    text-align: end;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 30px;
}
.pp-code-mobile {
    display: none;
}

.accordion-item,
.accordion-item a{
    color: #4B4A48;
    text-decoration: none;
}