@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Castor';
    src: local('Castor Two'), local('Castor-Two'),
        url('../fonts/Castor-Two.woff2') format('woff2'),
        url('../fonts/Castor-Two.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Inter", sans-serif !important;
    scroll-behavior: smooth;
    scroll-padding-top: 7.5rem;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}

header.affix {
    background: #B8016E;
    /* box-shadow: 0px 4px 15px 1px #0000000a; */
    transition: all 0.3s ease-in-out;
}

.head_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    position: relative;
}

.logo img {
    width: 150px;
}

/* Toggle icon styles */
.toggle_icon {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 100;
    padding: 5px;
}

.toggle_icon span {
    display: block;
    width: 35px;
    height: 2.5px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
    margin-bottom: -7px;
}

/* Hamburger icon animation */
.toggle_icon span:nth-child(1) {
    transform-origin: 0% 0%;
}

.toggle_icon span:nth-child(2) {
    opacity: 1;
}

.toggle_icon span:nth-child(3) {
    transform-origin: 0% 100%;
}

/* Active state for hamburger to X animation */
.toggle_icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, -1px);
}

.toggle_icon.active span:nth-child(2) {
    opacity: 0;
}

.toggle_icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(-2px, 4px);
}

#side-nav {
    height: 100vh;
    width: 60%;
    position: fixed;
    background: #B8016F;
    background: linear-gradient(180deg, rgb(184 1 111 / 78%) 25%, rgb(109, 0, 65) 100%);
    top: 0;
    right: -60%;
    z-index: 99;
    backdrop-filter: blur(10px);
    padding: 200px 100px;
}

#side-nav h4 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Inter", sans-serif;
}



.hero {
    background-image: url(../images/bg-hill-img.svg);
    background-color: #b8016e;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    min-height: 100vh;
    /* min-height: 90dvh; */
    width: 100%;
    position: relative;
    display: flex;
}

.banner_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .hero::after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-image: url(../images/wall.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
} */

.hero_title {
    text-align: center;
    width: 45%;
    margin: 60px auto;
    position: relative;
    z-index: 1;
}

.hero_title h1 {
    font-family: 'Castor';
    font-size: 85px;
    color: #fff;
    line-height: 1;
}

.hero_title span {
    color: #FFBF48;
}


.hero_title p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
    font-weight: 400;
}

.hero_elements>div {
    position: absolute;
}

.main_product {
    top: 75.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}


.main_product img {
    width: 465px;
}

.main_product::after {
    content: "";
    position: absolute;
    background-color: #F626A2;
    width: 250px;
    height: 250px;
    top: -60px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(76px);
    left: 50%;
    transform: translateX(-50%);
}

.scope_ice {
    top: 86.5%;
    left: 37.3%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ice_box {
    top: 78.6%;
    left: 23%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: leafFloat 4s ease-in-out infinite alternate;
}

.ice_box img {
    width: 60px;
    transform: rotate(349deg);
}


.ice_box2{
    top: 60%;
    right: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: leafFloat 4s ease-in-out infinite alternate;
}

.ice_box2 img {
    width: 50px;
    transform: rotate(-349deg);
}
.ice_box3{
    top: 70%;
    right: 20%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: leafFloat 4s ease-in-out infinite alternate;
}

.ice_box3 img {
    width: 50px;
    transform: rotate(349deg);
}
.ice_box4{
    top: 70%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: leafFloat 4s ease-in-out infinite alternate;
}

.ice_box4 img {
    width: 50px;
    transform: rotate(-349deg);
}
.ice_box5{
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: leafFloat 4s ease-in-out infinite alternate;
}

.ice_box5 img {
    width: 50px;
    transform: rotate(349deg);
}

.left_leaf{
    position: absolute;
    top: 30%;
    left:-3px;
    animation: leafFloat 4s ease-in-out infinite alternate;
}
.left_leaf img {
    width: 70px;
}
.right_leaf{
    position: absolute;
    top: 30%;
    right:-3px;
    animation: leafFloat 4s ease-in-out infinite alternate;
}
.right_leaf img {
    width: 80px;
}
@keyframes leafFloat {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    50% {
        transform: rotate(3deg) translateY(-5px);
    }

    100% {
        transform: rotate(-3deg) translateY(0);
    }
}






.badge {
    position: absolute;
    top: 32%;
    left: 7%;
}
.badge img{
    height: 110px;
}
.badge2 {
    position: absolute;
    top: 32%;
    right: 7%;
    z-index: 1;
}

.badge2 img{
    height: 110px;
}

/* ---------------------------------- */

.about_sec {
    background: #9D0861;
    background: linear-gradient(180deg, #9D0861, rgba(223, 61, 157, 1) 40%, rgba(255, 255, 255, 1) 90%);
    /* margin-top: 104px; */
    height: auto;
}

.abt_sec_title {
    text-align: center;
    color: #fff;
    padding-top: 10rem;
    margin-bottom: 5rem;
}

.welcome-note {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}

.abt_sec_title h2 {
    font-family: 'Castor';
    font-size: 60px;
    line-height: 1;
    margin-bottom: 25px;
}

.abt_sec_title h2 span {
    color: #FFBF48;
    font-size: 65px;
}

.abt_sec_title p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    width: 65%;
    margin: auto;
}


.abt_ice_section {
    position: relative;
    width: fit-content;
    margin: auto;
    z-index: 1;
}

.about_page {
    padding: 6rem 0;
}

.about_page_contents{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about_page h2 {
    color: #000;
    font-family: 'Castor';
    font-size: 60px;
    line-height: 1;
    margin-bottom: 25px;
}
.about_page h2 span {
    color: #FFBF48;
    font-size: 65px;
}
.about_page p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    margin: auto;
}
.about_page_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about_page_img img{
    width: 100%;
}


/* .abt_ice_section::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-milky.png);
    width: 830px;
    height: 565px;
    bottom: -100px;
    left: -50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom;
}

.abt_ice_section::after {
    content: "";
    position: absolute;
    background-image: url(../images/top-milky.png);
    width: 620px;
    height: 360px;
    bottom: 29px;
    left: -34%;
    z-index: 2;
}

.pro_right {
    position: absolute;
    right: -73px;
    z-index: -1;
    transform: rotate(13deg);
    width: 62%;
    top: 16%;
}

.pro_left {
    position: absolute;
    z-index: -1;
    width: 65%;
    transform: rotate(349deg);
    left: -18%;
    top: 12%;
} */
.welcome_products{
    width: 100%;
    margin: auto;
}



/* ====================================================== */




.wellnes_bg {
    margin-top: 15rem;
    background: #FFF5FB;
    background: linear-gradient(90deg, rgba(255, 245, 251, 1) 0%, rgba(255, 182, 226, 1) 100%);
    position: relative;
    padding: 4rem 4rem;
    border-radius: 15px;
    margin-bottom: 7rem;
}
.abt-well{
    /* margin-top: 4.5rem !important; */
    margin-bottom: 1.5rem;

}

.wellnes_img .scoop{
    position: absolute;
}
.wellnes_img .stwbery {
    position: absolute;
}

.scoop {
    bottom: 22%;
    left: 0%;
}

.stwbery {
    top: 48%;
    left: 5%;
}

.scoope_txt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.scoope_txt h3 {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.scoope_txt span {
    color: #B8016E;
    font-size: 55px;
    font-weight: 600;
}

.scoope_point {
    padding-left: 5rem;
}

.welnes-point h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #B8016E;
    font-weight: 600;
    margin-bottom: 2px;
}

.welnes-point p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.welnes-point {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
}

.marg_0 {
    margin: 0;
}



/* -------------------------------------- */


.grid_items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 22px;
    max-height: 820px;
    width: 100%;
}

.item1 {
    grid-column-start: 1;
    grid-column-end: 14;
    grid-row-start: 1;
    grid-row-end: 5;
}

.item2 {
    grid-column-start: 14;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 5;
}

.item3 {
    grid-column-start: 1;
    grid-column-end: 12;
    grid-row-start: 5;
    grid-row-end: 9;
}

.item4 {
    grid-column-start: 12;
    grid-column-end: 25;
    grid-row-start: 5;
    grid-row-end: 9;
}


.alps-nature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 1rem 1rem;
    margin-bottom: 1.5rem;
    gap: 1rem;
    height: 100%;
    overflow: hidden;
}

.nature-bg {
    background: #DF3482;
    background: linear-gradient(124deg, rgba(223, 52, 130, 1) 0%, rgba(168, 32, 94, 1) 100%);
}

.nature-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/nature-hill.svg);
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    mix-blend-mode: overlay;
    border-radius: 15px;
}

.italia {
    background: #7971B3;
    background: linear-gradient(139deg, rgba(121, 113, 179, 1) 0%, rgba(59, 43, 111, 1) 100%);
}

.italia::before {
    content: "";
    position: absolute;
    background-image: url(../images/italia-bd.svg);
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    mix-blend-mode: luminosity;
    border-radius: 0px 0px 15px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.yogurt {
    background: #F7F7F7;
    background: linear-gradient(216deg, rgba(247, 247, 247, 1) -60%, rgba(255, 198, 198, 1) -14%, rgba(192, 32, 56, 1) 96%);
    position: relative;
    padding-left: 2rem;
}

.yogurt .bg_bottom_right img {
    width: 250px;
}
/* .yogurt::after {
    content: "";
    position: absolute;
    background-image: url(../images/yogurt-after.png);
    right: -2px;
    bottom: -2px;
    width: 260px;
    height: 202px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 15px;
} */


.suger-free {
    background: #C9FFDB;
    background: linear-gradient(286deg, rgb(73 212 255) 0%, rgb(23 107 181) 96%);
    position: relative;
}

.suger-free::before {
    content: "";
    position: absolute;
    background-image: url(../images/no-sugar-bg.png);
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    mix-blend-mode: normal;
    border-radius: 0px 0px 15px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.bg_bottom_right{
position: absolute;
right: 0;
bottom: 0;
z-index: 3;
}
.suger-free .bg_bottom_right img{
width: 400px;
}

.pro-sugar {
    margin-top: 2rem;
}
.pro-yog{
    margin-top: 2rem;
}

.sugar-text h5 {
    font-size: 34px !important;
}

.sugar-text h5 span {
    font-size: 27px !important;
}

.nature-cnt p {
    font-size: 20px !important;
}

.alps-natr-pro {
    position: relative;
    z-index: 2;
}

.nature-cnt {
    color: #fff;
}

.nature-cnt h5 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.nature-cnt p {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 15px;
}

.nature-cnt p span {
    font-weight: 600;
    font-size: 26px;
}

.natur-yellow {
    font-family: 'Castor';
    font-weight: normal;
    color: #FFBF48;
}

.view-flvr {
    margin-top: 4.5rem;
    color: #fff;
}

.view-flvr img {
    background-color: #ffffffb3;
    width: 25px;
    padding: 8px 5px;
    border-radius: 50px;
    margin-left: 8px;
}

.italia-cnt {
    padding-right: 1rem;
}

.italia-cnt h5 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 0;
}

.bold {
    font-weight: 600;
}

.italia-cnt h6 {
    font-size: 35px;
    font-family: 'Castor';
    color: #fff;
}

.italia-cnt P {
    color: #fff;
    font-size: 18px;
}


.italy-badge {
    position: absolute;
    right: 30px;
    bottom: 45px;
}

.italy-badge img {
    width: 90px;
}








/* ------------------------------------- */


.product_sec {
    margin-bottom: 5rem;
    /* background-image: url(../images/pro-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.product_title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 3rem;
}

.product_title h2 {
    font-size: 40px;
    color: #d30380;
    font-weight: 600;
}

.product_title p {
    font-size: 16px;
    width: 50%;
    margin: auto;
    font-weight: 500;
}

.products-slider .slick-slide{
padding: 0px 8px;
}

.products-slider .slick-prev, 
.products-slider .slick-next {
    display: block !important;
    z-index: 10;
}

.products-slider .slick-prev:before {
    color: #B8016E !important;
    opacity: 1 !important;
    font-size: 24px;
    font-family: "FontAwesome";
    content: "\f104";
}
.products-slider .slick-next:before {
    color: #B8016E !important;
    opacity: 1 !important;
    font-size: 24px;
    font-family: "FontAwesome";
    content: "\f105";
}

.products-slider .slick-prev {
    left: -20px;
}

.products-slider .slick-next {
    right: -20px;
}
.products-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: width 0.3s ease;
}
.products-slider .slick-dots li.slick-active {
    width: 20px;
}
.products-slider .slick-dots li button {
    width: 100%;
    height: 10px;
    padding: 0;
}
.products-slider .slick-dots li button:before {
    content: '' !important;
    width: 100% !important;
    height: 10px !important;
    background-color: #5e5e5e !important;
    border-radius: 30px;
    transition: width 0.3s ease, background-color 0.3s ease;
}
.products-slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background-color: #B8016E !important;
}
.pro-card {
    background: #F53CAB;
    background: radial-gradient(circle, rgba(245, 60, 171, 1) 0%, rgba(122, 14, 78, 1) 100%);
    width: 100%;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    position: relative;
    font-family: "Inter", sans-serif;
    margin-bottom: 0.8rem;
}

.pro-head h5 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.image-container {
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.product-image {
    max-width: 120%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
}

.product-title p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

.size-options {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.size-pill {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    padding: 7px 12px;
    color: #ffc107;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-pill:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}




/* --------------------------------------------------- */

.abt_banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 65vh;
    display: grid;
    align-items: center;
}
.about_banner{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(../images/sub-banner.webp);
}   

.product_banner{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(../images/products_banner.png);
}

.contact_banner{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(../images/contact_banner.png);
}

.abt_content {
    color: #fff;
    width: 45%;
    padding-top: 6rem;
}

.abt_content h2 {
    font-family: 'Castor';
    font-size: 3.5rem;
}

.abt_content p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    width: 85%;
}

.contact-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.contact-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 2rem 2rem;
    border-radius: 20px;
    background: #FFF5FB;
    background: linear-gradient(90deg, rgba(255, 245, 251, 1) -25%, rgba(255, 182, 226, 1) 100%);
}

.contact_us {
    flex: 1 1 220px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.contact-icon {
    background: #bd0070;
    color: #ffffff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-title {
    color: #bd0070;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 1.25rem;
}

.contact-text {
    color: #070707;
    font-size: 0.94rem;
    line-height: 1.5;
}

.contact-form {
    background: none;
    border-radius: 7px;
    padding: 0;
    margin-top: 20px;
}

.contact-form h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 24px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    outline: none;
    color: #e2e2e2;
    padding: 16px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    border-radius: 12px;
    transition: outline 0.2s;
    border: 1px solid #d7d7d7;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 1.5px solid #bd0070;
}

.contact-form button {
    width: 100%;
    padding: 15px 0;
    background: #bd0070;
    color: #ffffff;
    font-weight: 400;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
    font-family: "Inter", sans-serif;
}

.contact-form button:hover {
    background: #d30380;
    ;
}

.contact_form_head h2 {
    font-family: "Inter", sans-serif;
}


/* ============================= */


.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.tabset>input:nth-child(13):checked~.tab-panels>.tab-panel:nth-child(7) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 12px 15px 12px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

input:focus-visible+label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.tabset>input:checked+label {
    background-color: #B8016E;
    color: #fff;
    transition: all 0.3s ease;
}
.tabset>input:checked+label img{
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.tab-panel {
    padding-top: 20px;
}


.card-row {
    display: flex;
    gap: 2rem;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem 0;
    background-color: #f7f7f7;
    padding: 1rem;
    border-radius: 20px;
}

.card-pro {
    position: relative;
    width: 247px;
    height: 140px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px #0002;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform 0.2s;
    display: flex;
    align-items: flex-end;
}

.card-pro:hover {
    transform: scale(1.03);
}

.card-pro .card-text {
    position: absolute;
    color: #fff;
    font-size: 1.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.45);
    padding: 8px 0;
    border-radius: 0 0 18px 18px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    height: 100%;
    display: grid;
    align-items: center;
}

/* Always show for the first card */
.card-pro.always-show .card-text {
    opacity: 1 !important;
}

/* Show on hover for others */
.card-pro:not(.always-show):hover .card-text {
    opacity: 1;
}


.main_prod_items {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.main_prod_items .product-card {
    background-color: #ffeef6;
    /* border: 1.5px solid #ebb16c30; */
    height: calc(100% - 1rem);
    gap: 1rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    width: 100%;
    padding: 0px 20px;
}

.product-card .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-card .size-pill {
    border: 1px solid #b8016e2b;
    color: #bd0070;
}

.main_prod_items .tabset>label {
    padding: 9px 15px 9px;
    border: 1px solid #d395501f;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    color: #212529;
}

.main_prod_items .tabset>label:hover {
    background-color: #B8016E;
    color: #fff;
    transition: all 0.3s ease;
}
.main_prod_items .tabset>label:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.item-tab {
    display: flex;
    align-items: center;
}

.item-tab img {
    width: 25px;
    margin-right: 10px;
}

.item-tab .product_category {
    padding-top: 5px;
    font-size: 15px;
}



.vid-sec{
    text-align: center;
    padding: 5rem 0px;
}
.vid-sec h2{
    font-size: 40px;
    color: #d30380;
    font-weight: 600
}
.vid-sec span{
    display: block;
    border: 1px solid;
    width: fit-content;
    margin: auto;
    padding: 4px 16px;
    border-radius: 30px;
    color: #b8016e;
    margin-bottom: 0.5rem;
}
.vid-sec video{
    margin-top: 2rem;
    width: 60%;
    border-radius: 20px;
}







/* ========================================================fooooooter================= */

footer {
    background-color: #B8016E;
    color: #fff;
    font-family: "Inter", sans-serif;
    position: relative;
    padding: 3rem 0rem 1rem;
}

.ftr_title img {
    width: 150px;
    margin-bottom: 2rem;
}

.ftr_title h4 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}

.ftr_title span {
    font-family: 'Castor';
    color: #F6CD00;
    font-size: 45px;
}


.ftr_adrs {
    margin-top: 2rem;

    h6 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    ul {
        padding: 0;
        list-style: none;
        font-size: 15px;
        font-weight: 300;
        color: #ffffffc9;
    }
    li{
        padding: 8px 0px;
        
    }
}

.ftr_adrs li i{
    font-size: 16px;
    margin-top: 3px;
}
.ftr_adrs ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.ftr_adrs ul li:hover{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ftr_medias ul {
    display: inline-flex;
    list-style: none;
    align-items: center;
    gap: 20px;
}
.ftr_medias ul li i{
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.ftr_medias ul li i:hover{
    background-color: #fff;
    color: #B8016E;
    transition: all 0.3s ease;
}

.qr_image{
    display: flex;
    align-items: center;
    justify-content: end;
}
.qr_image img{
    width: 150px;
    /* margin-right: 1rem; */
    
}

.ftr_medias ul li button{
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    font-weight: 500;
}
.ftr_medias ul li button:hover{
    background-color: #fff;
    color: #B8016E;
    transition: all 0.3s ease;
}


.ftr_medias {
    margin-top: 9rem;
    text-align: end;
}

.cp-ftr {
    border-top: 1px solid #ffffff45;
    padding-top: 30px;
    margin-top: 13px;
}

.cp-ftr p {
    font-size: 12px;
    font-weight: 200;
}

.footer_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
}


.stickey_whatsapp {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 90;
}

.stickey_whatsapp i {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgba(37, 211, 102, 1) 0%, rgba(0, 143, 52, 1) 100%);
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.stickey_whatsapp i:hover {
    transition: all .3s ease-in-out;
    transform: translateY(-5px);
}

.stickey_call {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 90;
}

.stickey_call i {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, rgb(37, 83, 211) 0%, rgb(18, 155, 197) 100%);
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.stickey_call i:hover {
    transition: all .3s ease-in-out;
    transform: translateY(-5px);
}

.sub_categories {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #B8016E;
    margin: 20px 0 !important;
}

/* ================= Premium Ranges Section ================= */
.premium_ranges_sec {
    margin: 5rem 0;
    margin-top: 1rem;
}

.ranges_bg {
    background: #D81B60;
    background: radial-gradient(circle at 10% 20%, #E82475 0%, #B8016E 90%);
    border-radius: 20px;
    padding: 4rem 3rem;
    color: #fff;
    box-shadow: 0 10px 30px rgba(184, 1, 110, 0.2);
    position: relative;
    overflow: hidden;
}

.ranges_bg::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -10%;
    width: 60%;
    height: 150%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.08) 0%, transparent 70%);
    transform: rotate(30deg);
    pointer-events: none;
}

.ranges_title {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.bento_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.bento_item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 25px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.bento_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgb(0 0 0 / 0%);
    background: rgba(255, 255, 255, 0.15);
}

.bento_item_1 {
    grid-column: span 2;
    grid-row: span 1;
}

.bento_item_2 {
    grid-column: span 1;
    grid-row: span 2;
}

.bento_item_3 {
    grid-column: span 1;
    grid-row: span 1;
}

.bento_item_4 {
    grid-column: span 1;
    grid-row: span 1;
}

.bento_item_5 {
    grid-column: span 3;
    grid-row: span 1;
    flex-direction: row;
    align-items: center;
}

.bento_item .range_icon {
    background: rgb(0 0 0 / 8%);
    padding: 10px;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bento_item p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    color: #f8e5f0;
}

.bento_item_5 p {
    font-size: 16px;
}

.highlight_text {
    color: #FFBF48;
    font-weight: 600;
    font-size: 18px;
}

.bento_item strong {
    font-weight: 600;
    color: #fff;
}

.flag_icon {
    display: flex;
    height: 28px !important;
    width: 20px !important;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.flag_green { flex: 1; background: #009246; }
.flag_white { flex: 1; background: #FFFFFF; }
.flag_red   { flex: 1; background: #CE2B37; }

/* ================= Catalog CTA Section ================= */
.catalog_cta_sec {
    margin: 4rem 0 6rem 0;
}

.catalog_cta_bg {
    background: linear-gradient(135deg, #B8016E 0%, #DF3482 100%);
    border-radius: 20px;
    padding: 3rem 4rem;
    color: #fff;
    box-shadow: 0 15px 35px rgba(184, 1, 110, 0.25);
    position: relative;
    overflow: hidden;
}

.catalog_cta_bg::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 50%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: rotate(30deg);
    pointer-events: none;
}

.catalog_cta_content h3 {
    font-family: 'Castor', sans-serif;
    font-size: 45px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.1;
}

.catalog_cta_content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    color: #f8e5f0;
}

.catalog_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFBF48;
    color: #9D0861 !important;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 191, 72, 0.3);
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.catalog_btn:hover {
    background: #fff;
    color: #B8016E !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(255, 255, 255, 0.4);
}
