/* Bold */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Book */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Thin */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


/* Example usage */
body {
    font-family: "Roboto", sans-serif;
}
html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #fff !important;
}
a {
    text-decoration: none !important;
    color: #000;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

:root {
    --main-color: #ff6900;
    --black-color: #000;
    --white-color: #fff;
    --text-color: #0b0605;
    --background-color: #f7f1e6;
    --box-shadow: #6e6f7c;
    --yellow-color: #f2d00b;


    --font-family-14: 14px;
    --font-family-16: 16px;
    --font-family-18: 18px;
    --font-family-20: 20px;
    --font-family-22: 22px;
    --font-family-24: 24px;
    --font-family-26: 26px;
    --font-family-28: 28px;
    --font-family-30: 30px;
    --font-family-32: 32px;
    --font-family-34: 34px;
    --font-family-36: 36px;
    --font-family-38: 38px;
    --font-family-40: 40px;
    --font-family-42: 42px;
    --font-family-44: 44px;
    --font-family-46: 46px;
    --font-family-48: 48px;
    --font-family-50: 50px;
    --font-family-52: 52px;
    --font-family-55: 55px;
    --font-family-60: 60px;
    --font-family-64: 64px;
}

.container {
    margin: auto;
    max-width: 1280px;
}

.container-two {
    max-width: 1520px;
    margin: 0 90px;
}

.index-mobile{
    display: none;
}
.button_order{
        background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    font-size: var(--font-family-16);
    margin-top: 10px;
    letter-spacing: 1px;
}
.top-warning {
    background: #0d0d0d;
    color: #a8abad;
    font-size: var(--font-family-20);
    padding: 15px 0;
    font-weight: 600;
}

.top-warning strong {
    color: var(--yellow-color);
}

.top-warning span.orange {
    color: var(--yellow-color);
    font-weight: bold;
}

/* Main header section */
.header {
    padding: 12px 0;
    background: white;
}

.logo img {
    height: 40px;
}

.right-offer p {
    font-size: var(--font-family-24);
    color: #1a3d2d;
}

.right-offer img {
    height: 80px;
    margin-top: 4px;
}

/* slider part css */

.hero-section {
    background: url(../images/bg-image.jpg) no-repeat;
    height: 870px;
    background-position: center !important;
    background-size: cover;
}

.hearo-section-content {
    padding-top: 50px;
}

.hearo-section-content h1 {
    font-size: var(--font-family-64);
    font-family: 'BebasNeue', sans-serif;
    font-weight: 200;
}

.hearo-section-content p {
    font-size: var(--font-family-22);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.btn-custom {
    background: var(--main-color);
    padding: 11px 86px;
    font-size: 27px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-radius: 150px;
    color: var(--white-color);
    display: inline-block;
    margin-top: 9px;
}

.btn-custom:hover {
    background-color: #e65c00;
}

/* Regulates List */
.regulates_classes li {
    font-size: var(--font-family-24);
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}

.regulates_classes {
    width: fit-content;
    padding-bottom: 90px;
}

.regulates_classes ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Form Container */
.form-container {
    background: var(--white-color);
    padding: 30px;
    border-radius: 40px;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 32%);
    position: relative;
    max-width: 400px;
}

.form-container h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.form-container h2 span {
    color: #ff6600;
    font-weight: 500;
    font-size: var(--font-family-50);
    font-family: "Bebas Neue", sans-serif;
}

.form-container p {
    font-size: var(--font-family-34);
    margin-bottom: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    width: 90%;
}
.hero_left_part {
    height: 100%;
}
.form-control {
    font-size: var(--font-family-18);
    border: 1px solid #898989;
    border-radius: 9px;
    padding: 10px;
}

.btn {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    padding: 20px;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    border-radius: 10px;
    border: none;
}

.btn:hover {
    background-color: #e65c00;
}

/* Secure Text */
p.secure-text {
    font-size: var(--font-family-18);
    font-family: revert;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #555;
}

p.secure-text img {
    margin-right: 10px;
}

/* Security Image */
.Secure_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container::after {
    background: url(../images/layer.png);
    content: "";
    position: absolute;
    bottom: 137px;
    right: -28px;
    width: 60px;
    height: 120px;
    background-repeat: no-repeat;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section {
        height: auto;
        padding: 40px 0;
        background-position: center;
    }

    .hero_section_content {
        flex-direction: column;
    }

    .btn-custom {
        padding: 10px 40px;
        font-size: 22px;
    }

    .regulates_classes {
        padding-bottom: 40px;
    }

    .form-container {
        margin-top: 30px;
    }
}



/* Symptoms_section start */

.Symptoms_section {
    background-color: var(--background-color);
    padding: 120px 0;
}

.heading_contant {
    font-size: 74px;
    text-align: center;
    font-weight: 300;
}

.card_design {
    background-color: var(--white-color);
    border-radius: 13px;
    overflow: hidden;
}

.card_design img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 13px 13px 0 0;
}

.card_design h4 {
    font-size: var(--font-family-24);
    padding: 30px 50px;
    font-weight: 500;
    color: #0b0807;
    line-height: 34px;
}

.my_order h3 {
    font-size: var(--font-family-36);
    font-weight: 500;
    color: var(--main-color);
    text-align: center;
}

.my_order a {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 20px;
    cursor: pointer;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    display: inline-block;
    width: 350px;
    text-align: center;
    text-decoration: none;
}

.my_order img {
    width: 100px;
}



/* Introducing_section start */

.Introducing_image img {
    height: 150vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.Introducing_section_content_div {
    display: flex;
    align-items: center;
}

.Introducing_section_right_image {
    background: url(../images/Introducing-right-side-img.png);
    width: 100%;
    height: 120vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.responsive_show {
    display: none;
}

.Introducing_section {
    display: flex;
    gap: 0;
}

.Introducing_section_content h3 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.Introducing_section_content p {
    font-size: var(--font-family-22);
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 30px;
}

.Introducing_div {
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--main-color);
}

.Introducing_div h1 {
    font-size: 160px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}

.Introducing_div span {
    font-size: var(--font-family-38);
    font-weight: 500;
}

.Introducing_ul li {
    font-size: var(--font-family-24);
    padding: 0.8rem;
    font-weight: 500;
    border-bottom: 1px solid var(--main-color);
}

.rush_order {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 20px;
    cursor: pointer;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    display: inline-block;
    width: 350px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.Introducing_section .container-fluid > .row {
    gap: 60px;
}


/* Benefit_section start */

.Benefit_section {
    background-color: #f9953d;
    color: #000;
    padding: 60px 0;
    position: relative;
    margin-top: -5px;
}

.Benefit_section h1 {
    font-size: var(--font-family-64);
    font-weight: 300;
    margin-bottom: 20px;
}

.subtitle {
    font-size: var(--font-family-22);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 47%;
}

.benefit {
    display: flex;
    margin-bottom: 25px;
}

.right { position: absolute; display: flex; justify-content: center; align-items: center; right: 50px; top: 0; width: 60% !important;} 
.right img { max-width: 100%; }

.benefit img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 16px;
    margin-right: 15px;
}

.benefit h3 {
    font-size: var(--font-family-18);
    margin: 0;
    font-weight: bold;
}

.benefit p strong {
    font-size: var(--font-family-26);
}

.benefit p {
    font-size: var(--font-family-22);
    margin-top: 5px;
    line-height: 1.4;
}

.left {
    position: relative;
    z-index: 1;
}

.right img {
    max-width: 100%;
}

.benefit_post {
display: flex !important
;
    flex-wrap: nowrap !important;
    gap: 20px;
    align-items: end;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .subtitle {
        max-width: 100%;
    }
    .benefit_post {
        flex-direction: column;
    }
}



/* Restore section start  */

.banner {
    background-color: #000;
    padding: 80px;
}

.banner_content {
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.logo_img img {
    width: 210px;
}

.text {
    color: white;
    font-size: var(--font-family-34);
    letter-spacing: 1px;
    margin-right: 20px;
}

.arrow {
    width: 150px;
    margin-right: 20px;
    position: absolute;
    right: 20vw;
    top: -7px;
}

.rush_btn {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 20px;
    text-transform: uppercase;

    cursor: pointer;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    display: inline-block;
    width: 300px;
    text-align: center;
    margin-top: 40px;
}

.rush_btn:hover {
    background-color: #e55c00;
}



/* Ingredients_section start */

.Ingredients_section {

    background-color: #f6efe8;
}

.Ingredients_section_content {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: end;
}

.Ingredients_sectionLeft_side {
    width: 68%;
    padding: 0 0 0 8rem     !important;
    position: relative;
}

.Ingredients_sectionLeft_side h2 {
    line-height: 1.2;
    color: var(--main-color);
    font-size: var(--font-family-64);
    font-weight: 300;
    margin-bottom: 20px;
}

.heading_description {
    display: flex;
    align-items: center;
    gap: 30px;
}

.Ingredients_sectionLeft_side>h2 {
    margin-bottom: 0;
}

.Ingredients_sectionLeft_side p.description {
    font-size: var(--font-family-22);
    color: #333;
    max-width: 39%;
    margin-bottom: 25px;
}

.columns_swec {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin-top: 60px;
}

.col_sec h3 {
    font-size: var(--font-family-40);
    font-weight: bold;
    margin-bottom: 30px;
}

.col_sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 40px;
}
.mobile_image-sec {
    display: none;
}
.Ingredients_section_mobile {
    display: none;
}

.col_sec ul li {
    display: flex;
    gap: 10px;
    padding: 0.8rem 0;
    justify-content: space-between;
    border-top: 1px solid var(--main-color);
}

.col_sec ul li span {
    color: #000;
    font-size: var(--font-family-24);
}

.rush-order {
    background-color: var(--black-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 20px;
    cursor: pointer;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    display: inline-block;
    width: 300px;
    text-align: center;
    margin-top: 40px;
}


.Ingredients_sectionRight_section {
    position: relative;
    background: url(../images/sken.jpg) no-repeat;
    height: 130vh;
    background-size: cover;
    width: 36%;
    background-position: center;
}

.Ingredients_sectionRight_section .Right_sectionText {
    position: absolute;
    top: 5vw;
    text-align: left;
    color: white;
    font-size: var(--font-family-48);
    font-weight: 400;
    left: 60px;
}

.rush-order_div::after {
    content: "";
    background: var(--main-color);
    width: 750px;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rush-order_div a,
.rush-order_div img {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-right: 30px;
}

.rush-order_div {
    height: 220px;
}



/* Testimonials_section start */

.Testimonials_section {
    margin: 8vw 0;
}

.Testimonials_content {
    text-align: center;
    margin-bottom: 5vw;
}

.Testimonials_content h2 {
    font-size: 71px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Testimonials_content p {
    font-size: var(--font-family-24);
    font-weight: 500;
}

/* Testimonial Card Styles */
.Testimonials_card .Testimonials_card_img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.Testimonials_icon {
    width: 54px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.Testimonials_card p,
.Testimonials_card span {
    font-size: var(--font-family-22);
    display: block;
    font-weight: 500;
    line-height: 30px;
}

.Testimonials_card span {
    text-align: end;
}

/* Responsive Tweaks for Smaller Screens */
@media (max-width: 992px) {
    .Testimonials_card .Testimonials_card_img {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .Testimonials_content h2 {
        font-size: 38px;
    }
    .Testimonials_card .Testimonials_card_img {
        height: 350px;
    }
}


/* Footer_section start */

.Footer_section {
    /* Bootstrap already uses flex for .row, so no need for display:flex here */
    align-items: center;
}

img.footer_logo {
    width: 50%;
}

.Footer_section_content {
    text-align: center;
    width: 100%; /* let Bootstrap cols handle width */
}

.Footer_section_content h3 {
    font-size: 63px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0;
}

.Footer_section_image img {
    width: 100%;
    height: 106vh;
    object-fit: cover;
    object-position: top;
}

.Footer_section_content p {
    font-size: var(--font-family-22);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0px 0 20px 0;
}

a.achieve_full {
    background: var(--main-color);
    padding: 11px 86px;
    font-size: 27px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-radius: 150px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 35px;
}

ul.Footer_section_ul li {
    font-size: var(--font-family-22);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 1px solid var(--main-color);
    width: 280px;
    text-align: center;
    margin: auto;
    padding: 0.6rem;
}

ul.Footer_section_ul {
    text-align: center;
}

ul.Footer_section_ul li:last-child {
    border: none;
}

img.footer_ss_image {
    width: 47%;
    margin-top: 16px;
}

.rush_order-div_sss img {
    margin-top: -40px;
}

a.rush-my_order {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    padding: 20px;
    cursor: pointer;
    font-size: var(--font-family-24);
    letter-spacing: 1px;
    display: inline-block;
    width: 350px;
    text-align: center;
    margin: 40px auto 0;
    text-decoration: none;
}

.Footer_section_image {
    width: 100%; /* Let Bootstrap handle column width */
}

.footer_content_description {
    text-align: center;
    margin-bottom: 10vw;
}

.footer_content_description div {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}

.footer_content_description p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}

.copy_right_content {
    display: block;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .Footer_section_image img {
        height: auto;
    }
    a.achieve_full {
        padding: 10px 40px;
        font-size: 20px;
    }
    a.rush-my_order {
        width: auto;
        padding: 15px;
        font-size: 20px;
    }
}
.footer_content_description div a {
    color: #000;
}