:root {
    --font_color: #000000;
    --head_bg: #9df3b8;
    --font_style:"Inter", sans-serif;;
    --logo_color: green;
    --head_font_color: rgb(70, 129, 70);
}


body {
    margin: 0;
    color: var(--font_color);
    font-family: var(--font_style);
    background-image: url("../images/transp_icon.png");
    background-position: 4% 1020px;
    background-repeat: no-repeat;
    background-size: 760px;
    background-color: #EDEDED;
}

.left_sec{
    /* background-color: red; */
    position: relative;
    min-height: 220px;  
}

#header_sec{
    position: sticky;
    top: 0;
    z-index: 111;
}

/* Header */

#bn_wave {
    position: absolute;
    top: 3px;
    left: 0;
    height: 100%;    
    width: 2000px;
    z-index: 1;
}

#circle{
    height: 55%;
    position: absolute;
    left: -11rem;
    top: 2rem;
    z-index: 2; 
}

.text_slide{
    z-index: 6;
}

.banner_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: transparent;
    color: #575757;
    border: none;
    font-size: 34px;
    height: 65px;
    width: 50%;
    padding: 1px 16px;
    cursor: pointer;
    border-radius: 50%;
}

.l_btn {
    left: 20px;
}

/* RIGHT button */
.r_btn {
    right: 20px;
}

@media (max-width: 768px) {
    .banner_btn {
        height: 45px;
        width: 45px;
        margin-left: 2rem;
    }
}


.typing {
    display: inline-block;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 32px; 
    min-height: 55px;
}


.typing::after {
    content: '|';
    margin-left: 2px;
    animation: blink 0.6s infinite steps(1);
}

@keyframes blink {
    50% { opacity: 0; }
}


.re-animate {
    animation: none !important;
    opacity: 0 !important;
    transform: translateX(-80px) !important;
}

.arrow-text {
    display: inline-block;
    animation: arrowFloat 1s ease-in-out infinite;
}

@keyframes arrowFloat {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}

.arrow-reset {
    animation: none !important;
}


.banner_heading{
    position: relative; 
    z-index: 3; 
    height: 101px;
    /* margin-top: 0rem; */
    font-size: 50px;
    margin-left: 8rem;
    /* background-color: red; */
}

.banner_heading span{
    font-size: 50px;
    color: black;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;

}
#banner_para{
    position: relative;
    margin-left: 8rem;
    /* width: 20px;
    background-color: orange; */
    z-index: 5;
    /* margin-top: 0rem; */
}




#explore {
    color: #58CB7F;
    display: grid;
    grid-template-columns: 190px auto;
    position: relative; 
    margin-left: 8rem;
    /* margin-top: 8rem; */
    cursor: pointer;
    font-weight: bold;
    z-index: 20;          
}
.debug-link{
    text-decoration: none;
}

#explore {
    display: grid;
    grid-auto-flow: column; /* force elements in one row */
    align-items: center;    /* vertical align */
    gap: 0.5rem;            /* space between text and arrow */
    margin-left: 8rem;
    cursor: pointer;
}
#explore button {
    background-color: black;
    height: 53px;
    margin: 0;
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 27px;
    width: 151px;
}
#explore span {
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: black;
}


/* Arrow animation */
#explore .arrow-text {
    display: inline-block;
    font-size: 3rem; 
    transform: translateX(-50px); 
    opacity: 0;
    animation: arrowSlide 1s ease-out forwards;
    animation-delay: 0.1s;
}

@keyframes arrowSlide {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    25%{
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



#banner_main_img{
    width: 130%;
    max-width: none;
    height: auto;
    position: relative;
    z-index: 6;
    overflow: visible; 
    top: 5rem;
}


.from-left {
    opacity: 0;
    transform: translateX(-80px);
    animation: fromLeft 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.from-left.restart {
    animation-name: fromLeft2; /* duplicate animation */
}

@keyframes fromLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fromLeft2 {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}




.from-right {
    opacity: 0;
    transform: translateX(80px);
    animation: fromRight 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes fromRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.from-top {
    opacity: 0;
    transform: translateY(-80px);
    animation: fromTop 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes fromTop {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.from-bottom {
    opacity: 0;
    transform: translateY(180px);
    animation: fromBottom 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes fromBottom {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.adv_banner {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 2rem;
    width: 100%;
    margin: 3rem auto;
}

/* SAME SIZE CARDS */
.left_card,
.right_card {
    /* width: min(45%, 520px); */
    width: 100%;
    aspect-ratio: 16 / 9;        /* ✅ same height everywhere */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    overflow: hidden;
}

/* IMAGE SCALING */
.left_card img,
.right_card img {
    width: 100%;
    height: 100%;
    object-fit: contain;         /* no stretching */
}

/* LOGO LOOKS BETTER */
.left_card img {
    width: 60%;
    height: auto;
}



.right_sec {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 2rem;
    z-index: 6;
}

.carousel_container {
    width: 100%;
    max-width: 500px;  /* adjust as needed */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    /* background-color: red; */
    background-image: url("../images/bg_icon v1.png");
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: 450px;
}

.carousel_track {
    display: flex;
    transition: transform 1s ease-in-out; 
}

.carousel_slide {
    min-width: 100%;    /* each slide takes full container width */
    box-sizing: border-box;
}

.carousel_slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.carousel_img{
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    z-index: 6;
    overflow: visible; 
    /* top: 5rem; */
}






@keyframes revealText {
    0% { top: -80px; opacity: 0; }
    100% { top: 0; opacity: 1; }
}
header span {
    color: var(--logo_color);
    font-weight: bolder;
}

/* Main Banner */
.main_banner {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 2rem; 
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 750px;
    overflow: hidden;
    background-color: #EDEDED;
    align-items: center; 
}

.image_banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--head_bg);
}
.image_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}





/* Banner Text */
.text_content {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    color: rgb(24, 28, 24);
    z-index: 3;
    opacity: 0;
    
}
.text_content.animate {
    animation: textslide 1s ease forwards;
    animation-delay:1.5s;
}
@keyframes textslide {
    0% { left: -200px; opacity: 0; }
    100% { left: 20px; opacity: 1; }
}
.text_content button {
    background-color: black;
    border: none;
    border-radius: 0.3rem;
    height: 50px;
    width: 120px;
    color: white;
}

/* Tags Section */
.tags_sec {
    display: grid;
    justify-self: center;
    width: 100%;
    margin: 5rem auto;
    /* padding: 25px 0; */
    /* border-bottom: 2px solid gray; */
    justify-content: center;
    /* box-sizing: border-box; */
    background-color: white;
    box-shadow: 20px 30px 40px #d3d2d2b2;
}
.tags_sec ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
    padding: 0;
    margin: 0;
    color: gray;
}
.tags_sec ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.tags_sec ul li p{
    font-size: 0.8em;
}
#tag{
    display: grid;
    /* flex-direction: column; */
    grid-template-rows: 60px;
    text-align: center;

}
.icon_sec {
    /* border: 0;
    margin: 0;
    background-color: #EDEDED;
    height: 50px;
    width: 50px;
    border-radius:5rem;
    align-items: center;
    text-align: center; */
}
.icon_sec img{
    height: 65px;
    margin-top: 3rem;
    text-align: center;
    justify-self: center;
    align-self: center;
}
.icon_sec h4{
    height: 30px;
}

/* .icon_sec i{
    color: #58CB7F;
    margin-top: 1rem;
} */
/* Favorites Section */

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 10px;
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 1rem;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* Hide loader after fetch */
.loader.hidden {
  display: none;
}

.our_pro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 5rem auto 5rem auto;
    padding: 2rem;
    box-sizing: border-box;
    /* background-color: blueviolet; */
}
.fav_sec, .fav_sec2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 5rem auto;
    padding: 25px ;
    margin-top: 5rem;
    transition: all ease-in-out;

    box-sizing: border-box;
}

.fav_head{
    display: flex;
    /* grid-template-columns: 350px 550px; */
    justify-content: space-between;
    flex-wrap: wrap;

}
.fav_text2{
    width: 550px;
}

.fav_head, .blog_head{
    width: 100%;
    max-width: 1500px; 
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    text-align: left;
    margin-left: 7rem;
    /* padding-bottom: 50px; */
}
.blog_head{
    padding-bottom:50px ;
}
.fav_head .fav_text p, .blog_head p, .fav_head .fav_text2{
    font-size: 1rem;
    color: #555;
    margin: 0;
}

.fav_head .fav_text h1 , .blog_head h1{
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    margin: 0.3rem 0 0;
}

.fav_list_wrapper {
    position: relative;
    width: 100%;
    max-width: 1734px;
    margin-top: 0rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.left_btn, .right_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(134, 134, 134);
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    z-index: 20;
}

.left_btn {
    left: 0;
}

.right_btn {
    right: 0;
}

/* SCROLLER AREA */
.fav_img_sec{
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    /* justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
    align-self: center;
    align-content: center; */
    padding: 1rem 2rem; /* space so content doesn't hit buttons */
}


.fav_img_sec::-webkit-scrollbar, .fav_img_sec1::-webkit-scrollbar {
    display: none;
}


/* Navigation buttons */
.nav_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;                      /* move to top */
    left: -20;
    padding: 0 0.5rem;
    z-index: 10;
    height: 50px;                /* fixed height for space */
    align-items: center;
}

.nav_btns div {
    background: #222;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

/* MAIN SCROLLER */
.fav_img_sec{
    display: flex;
    gap: 3.2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 1rem 0;
    width: 83%;
    /* margin-left: 2rem; */
    padding-top: 32px;    /* ADD SPACE BELOW BUTTONS */
    scrollbar-width: none;
    height: 239px;
    margin-left: 10rem;
}

.fav_img_sec1{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    flex-wrap: wrap;           /* Allow wrapping on smaller screens */
    justify-content: center;   /* Center products horizontally */
    gap: 2rem;                 /* Space between items */
    width: 100%;
    max-width: 1200px;         /* Optional max width */
    box-sizing: border-box;
    padding-top: 7px;    /* ADD SPACE BELOW BUTTONS */


}

.fav_img_sec::-webkit-scrollbar {
    display: none;
}

/* Card width */
.fav_card {
    width: 230px;
    flex-shrink: 0;
}




.blog_link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.fav_sub1{
    width: 225px;
    height: 158px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 1rem;
}
.fav_sub{
    width: 205px;
    height: 158px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 1rem;
}

.fav_sub img,.fav_sub1 img{
    position: absolute;
    width: 200px;
    height: 180px;
    object-fit: contain;
    border-radius: 8px;
    top: 35px;
    left: 18px;
}

.fav_sub h5,.fav_sub1 h5{
    font-size: 0.95rem;
    font-weight: 500;
    width: 120px;
    display: -webkit-box;
    position: absolute;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #58CB7F;
    padding: 5px;
    color: white;
    border-radius: 2rem;
    top: 10rem;
    margin-left: 10rem;

}

.fav_sub p,.fav_sub1 p{
    font-size: 0.95rem;
    font-weight: 500;
    width: 120px;
    display: -webkit-box;
    position: absolute;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #000000;
    padding: 5px;
    color: white;
    border-radius: 2rem;
    top: 10rem;
    margin-left: -8rem;
}

.cart_icon{
    position: absolute;
    background-color: rgb(0, 0, 0);
    height: 50px;
    width: 50px;
    z-index: 1;
    border-radius: 100%;
    top: -30px;
    right: -30px;
    display: flex;   
    align-items: center;    
    justify-content: center;
}

.cart_icon img{
    height: 20px;
    position: static;    
}

.blog_sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    /* background: #fff; */
    border-radius: 12px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    /* padding: 1rem; */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/*.blog_sub {*/
/*    width: 400px;*/
/*}*/
.blog_sub {
    width: 100%;
    max-width: 400px;
}


.blogs_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.fav_sub,.fav_sub1,
.blog_sub {
    position: relative;
    transition: transform 0.3s ease-out,
                box-shadow 0.3s ease,
                background-color 0.3s ease;
}

/* Invisible hover buffer to prevent cursor flicker */
.fav_sub::before,
.blog_sub::before,
.fav_sub1::before{
    content: "";
    position: absolute;
    inset: -10px;
}

.fav_sub:hover,
/* .blog_sub:hover, */
.fav_sub1:hover{
    transform: translateY(-5px);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    background-color: #58CB7F;
    background-image: url("../images/bg_icon v1.png");
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: 200px;
    z-index: 1;
}

/* Zoom the image on hover */
.fav_sub:hover img:not(.cart_icon img),.fav_sub1:hover img:not(.cart_icon img){
    transform: scale(1.08);
}

.fav_sub img ,.fav_sub1 img {
    transition: transform 0.3s ease-out;
}

/* Make h5 a centered flex box */
/* Make h5 a centered flex box */
.fav_sub h5 ,.fav_sub1 h5{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s ease;
}

/* Fade-out original brand text on hover */
.fav_sub h5 ,.fav_sub1 h5{
    transition: color 0.25s ease;
}

.fav_sub:hover h5 ,.fav_sub1:hover h5{
    background-color: #000;
    color: transparent;    /* fade brand text */
}

/* Price (hidden initially) */
.fav_sub h5::after,.fav_sub1 h5::after{
    content: attr(data-price);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateX(6px);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    color: #58CB7F;
    font-weight: bold;
}

/* Fade price IN + slide UP */
.fav_sub:hover h5::after ,.fav_sub1:hover h5::after{
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}



/* =========================
   TRENDING PRODUCTS
   ========================= */

.trend_sec {
    width: min(92%, 1411px);
    margin: 0 auto;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;

}

/* heading aligned from container */
.trend_sec h1 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    text-align: left;
}

/* grid */
.trnd_img_sec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.4rem;
}

/* card */
.pro_show {
    background: #fff;
    border-radius: 12px;
    padding: 0.9rem;
    display: grid;
    grid-auto-rows: 217px 44px 44px 44px;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background-color: #ffffff;
    /*background-image: url("../images/bg_icon v1.png");*/
    /*background-position: center 80px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 230px;*/
}

.pro_show:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* image */
.pro_show img {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* text */
.pro_show h4 {
    font-size: 19px;
    text-align: center;
    color: black;
}

.pro_show p {
    font-size: 18px;
    text-align: center;
    color: black;
}

.pro_show .exp {
    font-size: 21px;
    margin-top: auto;
}

#title_sec {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 0.7rem 1rem 0;
}

.exp {
    font-size: 1.2rem;
    color: #58CB7F;
    font-weight: lighter;
    text-align: center;
    margin: 0.2rem 1rem 1rem;
    font-weight: 500;
}


.btn-fav2 {
  position: absolute;
  user-select: none;
  right: 15px;
  top: 25px;
}


.icon-fav2 {
  width: 24px;
  height: 24px;
}

.path-fav2 {
  fill: none;
  stroke: #818181;
  stroke-width: 2;
  transition: fill 0.3s ease, stroke 0.3s ease;
  fill: #818181;
  cursor: pointer;
}

.btn-fav2.active .path-fav2 {
  fill: red;
  stroke: red;
}







/*.blog_sub img {*/
/*    height: 250px;*/
/*    object-fit: contain;*/
/*    margin-bottom: 10px;*/
/*    border-radius: 8px;*/
    /* background-color: #f9f9f9; */
/*}*/

.blog_sub img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}


.blog_sub h5 {
    font-size: 0.95rem;
    font-weight: 500;
    height: 40px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.5rem;
}


/* .fav_sub p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
    margin: 0;
} */


.insta_heading {
    margin: 9rem 7rem  1rem 7rem;
}

#blg_heading {
    margin-top: 0.3rem;
}

/* Advertisement Banners */
.adv_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    max-width: 1450px;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    padding: 1rem;
    margin-top: 3rem;
    /* background-color: rgb(255, 222, 160); */

}

/* ===== LEFT IMAGE SECTION ===== */
.adv_img {
    position: relative;
    width: 35%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
}

.adv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: transform 0.6s ease;
}

.adv_img:hover img {
    transform: scale(1.05);
}

.adv_img .reveal_mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 2;
}

.adv_img .reveal_mask2.animate {
    animation: reveal 2s ease forwards;
}

@keyframes reveal {
    0% { left: 0; width: 100%; }
    100% { left: 100%; width: 0; }
}

/* ===== RIGHT TEXT SECTION ===== */
.adv_text_content {
    width: 50%;
    position: relative;
}

.text_slide {
    opacity: 0;
    transform: translateY(20px);
    /* transition: all 0.6s ease; */
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-rows: auto 120px auto;
    z-index: 1;
}

.text_slide.active {
    opacity: 1;
    /* transform: translateX(0); */
    position: relative;
    z-index: 60 !important;
}

.adv_text_content p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #333;
}

/* ===== DOTS ===== */
.dots {
    margin-top: 2rem;
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #333;
}


.insta_gallary {
  display: flex;
  gap: 2rem;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  flex-wrap: wrap;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

/* Left section */
.insta_gallary1 {
  width: 100%;
  max-width: 36%;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.insta_gallary1:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Right section grid */
.insta_gallary2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
  width: 100%;
  max-width: 35%;
  border-radius: 1rem;
  transition: transform 0.4s ease;
}

.sub_insta {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sub_insta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_insta:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.blog_sub:hover img {
  transition: transform 0.4s ease-in;
  transform: scale(1.05); /* zooms in by 20% */
  cursor: pointer;
}

.bottom_tags_sec {
  display: flex;
  justify-self: center;
  flex-wrap: wrap;
  width: fit-content;
  margin: 5rem ;
  padding: 55px;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
  box-sizing: border-box;
}

.bottom_tags_sec ul {
  list-style: none;
  display: flex;
  gap: 4rem; /* smaller gap looks cleaner */
  padding: 0;
  margin: 0;
  color: gray;
}

.bottom_tags_sec ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#b_tag {
  border: 0;
  margin: 0;
  align-items: center;
}

/* make icon circular and centered */
#b_tag i {
  background-color: black;
  color: white; /* icon visible */
  width: 90px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* initial state */
.bottom_tags_sec ul li {
  opacity: 0;
  transform: translateX(100px);
}

/* animated states with staggered delays */
.bottom_tags_sec ul li:nth-child(1).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.2s;
}
.bottom_tags_sec ul li:nth-child(2).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.4s;
}
.bottom_tags_sec ul li:nth-child(3).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.6s;
}
.bottom_tags_sec ul li:nth-child(4).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.8s;
}
.bottom_tags_sec ul li:nth-child(5).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 1s;
}

/* keyframes for smooth slide-in from left */
@keyframes slide_left {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.cts{
    display: grid;
    grid-template-columns: auto auto;
    justify-self: center;
    gap: 2rem;
    width: 80%;
}
.cts button{
    background-color: black;
    color: white;
    border: none;
    height: 40px;
    width: 150px;
}

.cts_text h1{
    width: 100%;
}

.cts_img img{
    width: 100%;
}

/* .footer-menu ul li:nth-child(1).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.2s;
}
.footer-menu ul li:nth-child(2).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.4s;
}
.footer-menu ul li:nth-child(3).animate {
  animation: slide_left 2s ease forwards;
  animation-delay: 0.6s;
} */

.blog_data{
    display:flex;
    justify-content: space-between;
}




/* Container */
.fav_sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
}

/* Section Heading */
/*.blog_head {*/
/*    text-align: center;*/
/*    margin-bottom: 40px;*/
/*}*/

/*.blog_head #blg_heading {*/
/*    color: #FF6F61;*/
/*    font-weight: bold;*/
/*    letter-spacing: 1px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.blog_head h1 {*/
/*    font-size: 2.5rem;*/
/*    margin: 0;*/
/*}*/

/* Blogs Wrapper */
/*.blogs_wrapper a{*/
/*    text-decoration: none;*/
/*    color: black;*/
/*}*/


/* Each Blog Card */
/*.blog_link {*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*}*/

/*.blog_sub {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    width: 280px; fixed card width */
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*    transition: transform 0.3s, box-shadow 0.3s;*/
/*    background-color: #fff;*/
/*}*/

/*.blog_sub img {*/
/*    width: 100%;*/
/*    height: 180px;*/
/*    object-fit: cover;*/
/*}*/

/*.blog_sub h5 {*/
/*    padding: 15px;*/
/*    text-align: center;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 600;*/
/*}*/

/* Hover Effect */
/*.blog_sub:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 10px 20px rgba(0,0,0,0.2);*/
/*}*/

/* Responsive */
/*@media (max-width: 768px) {*/
/*    .blogs_wrapper {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

/*    .blog_sub {*/
/*        width: 90%;*/
/*    }*/
/*}*/




/* scalling */




/* =========================================================
   SINGLE FILE – CLEAN, NON-OVERLAPPING BREAKPOINTS
   STYLE PRESERVED | SCALING FIXED | NOTHING OMITTED
========================================================= */

/* ===================== MOBILE ≤600 ===================== */
@media (max-width: 600px) {
  .blogs_wrapper{justify-content:center;align-items:center;justify-items:center;}
  .blog_sub{width:90%;}
  .banner_heading{
      font-size: 32px;
    height: 170px;
  }
  #banner_para{
    margin-top: -3rem;
  }
  .blog_head{width:80%;padding-left:0}
  .banner_heading span{
    height: 50px;
    font-size: 28px;
  }
  #explore button{margin-top:2rem;}
  .right_sec{display:none;}
  .main_banner{grid-template-columns:1fr;}
  .typing-box{width:100%;margin-top: 0.5rem;font-size: 32px;
        height: auto;}
  /* #banner_para{font-size:15px;} */

  .adv_banner{flex-direction:column;gap:2rem;padding:1rem;text-align:center;}

  .tags_sec ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    row-gap:2px;
    gap: 3rem;
    padding-bottom: 32px;
  }
  .tags_sec ul li{
      gap: 2.2rem;
  }
  #tag h4{
      font-size: 7px !important;
  }
  #tag h4{
    font-size: 10px;
  }
  .text_slide{
    display: flex;
    flex-direction: column;
    /* grid-template-rows: auto auto auto; */
  }
  .trend_sec {
        background-size: 220px;
        background-position: center top;
    }

    .trnd_img_sec {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .pro_show {
        padding: 0.6rem;
        grid-auto-rows: 132px 25px 14px 42px;
    }

    .pro_show img {
        max-width: 130px;
    }

    .pro_show h4 {
        font-size: 0.75rem;
    }

    .pro_show p {
        font-size: 0.7rem;
    }

    .pro_show .exp {
        font-size: 0.7rem;
    }
    .fav_img_sec{
        width: auto;
        /* padding: 10rem; */
        margin-left: 1.5rem;
    }
    .fav_img_sec1{
        grid-template-columns: repeat(1, 1fr);
        gap: 1.8rem;
        justify-items: center;
    }

    .fav_sub{
        width: 70%;
        margin: 0 auto;
    }
    .fav_sub1{
        width: 50%;
    }
    .left_btn, .right_btn{
        display: none;
    }
    .nav_btns div{
        display: none;
    }

    .fav_sub img  ,.fav_sub1 img{
        width: 100%;
        max-width: 250px;
        height: 90%;
        left: 0px;
    }

    .fav_sub h5  ,.fav_sub1 h5{
        font-size: 0.9rem;
        height: auto;
    }
    .text_slide .active {
        margin-left: -5rem;
    }
    .left_sec{
        margin-left: -5rem;
    }
}



@media (min-width: 601px) and (max-width: 900px) {
    .trnd_img_sec {
        grid-template-columns: repeat(3, 1fr);
    }

    .pro_show img {
        max-width: 160px;
    }
    .tags_sec ul{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        row-gap:0px;
        column-gap:2px;
    }
}



@media (max-width: 600px) {
    .blogs_wrapper {
        gap: 30px;
        padding: 0 15px;
    }

    .blog_sub {
        max-width: 100%;
    }
    .blog_link {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}



/* ================= MOBILE LARGE 601–767 ================= */
@media (min-width: 601px) and (max-width: 767px) {
    .blogs_wrapper{display: grid;grid-template-columns:repeat(1,1fr);gap:0.8rem;height:50%; justify-content:center;align-items:center;justify-items:center;}

  .blog_sub{width:90%;}

  #cart{height:90%;}
  .fav_sec{height:350px;}
  .right_sec{display:none;}
  .main_banner{grid-template-columns:1fr;}
  .typing-box{width:100%;}
  #explore button{margin-top:2rem;}

  .carousel_container{width:80%;}
  .carousel_slide img{width:60%;}

  .banner_heading,#banner_para,#explore{margin-left:2.5rem;}
  .banner_heading span{
    height: 50px;
    font-size: 18px;
  }

  .fav_head{text-align:left;padding:0 1rem;}
  .fav_head h1{font-size:1.3rem;}

  .fav_img_sec{margin-left:1.5rem;width: 100%;}
  .fav_img_sec1{
        grid-template-columns: repeat(2, 1fr);
        gap: 1.8rem;
        justify-items: center;
    }
  .fav_sub{width:37%;margin:0 auto;}
  .fav_sub1{width:57%;margin:30px auto;}


  .left_btn,.right_btn,.nav_btns div{display:none;}

  .fav_sub img ,.fav_sub1 img{width:100%;max-width:250px;height:90%;left:0;}
  .fav_sub h5 ,.fav_sub1 h5{font-size:.9rem;height:auto;}
  .fav_sub p ,.fav_sub1 p{font-size:.85rem;}

  /* .tags_sec ul{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    row-gap:2px;
  } */
  #tag h4{font-size:11px;}

  .trnd_img_sec{display:grid;grid-template-columns:repeat(2,1fr);gap:2.8rem;height:50%;}

  .adv_banner{flex-direction:row;gap:2rem;padding:1rem;text-align:center;}
  .left_card,.right_card{width:100%;}
  /* .left_card img{height:60px;}
  .right_card img{height:70%;} */

  .adv_img{width:100%;height:280px;margin-left:2rem;}
  .adv_text_content{width:100%;position:relative;}
  .adv_text_content p{font-size:1rem;line-height:1.5rem;}

  .dots{justify-content:center;}

  .insta_gallary{flex-direction:column;width:90%;gap:1.5rem;}
  .insta_gallary1,.insta_gallary2{max-width:100%;}
  .insta_gallary2{grid-template-columns:1fr 1fr;gap:.8rem;}

  .sub_insta:hover,.insta_gallary1:hover{transform:scale(1.03);}
  .tags_sec ul #tag .icon_sec img{height:58px;}
  .tags_sec ul{font-size:small;}
  .pro_show{width:100%;}
}

/* ===================== TABLET 768–991 ===================== */
@media (min-width: 767px) and (max-width: 991px) {
  .blogs_wrapper{display: grid;grid-template-columns:repeat(2,1fr);gap:2.8rem;height:50%; justify-content:center;align-items:center;justify-items:center;}
  .blog_sub{width:90%;}

  .main_banner{grid-template-columns:1fr 360px;}
  .text_slide{margin-left:-6rem;}

  #explore button{margin-top:2rem;}
  .tags_sec ul #tag .icon_sec img{height:60px;}

  .banner_heading{font-size:2.5rem;}
  .banner_heading span{
    height: 50px;
    font-size: 22px;
  }
  
  #banner_para{font-size:1.1rem;}

  .l_btn{left:-67px;}
  .r_btn{right:-66px;}

  .carousel_container{width:244px;}
  #banner_main_img{width:100%;}

  .fav_img_sec{
    grid-template-columns:repeat(2,1fr);
    gap:1.5rem;
    padding:1rem;
    margin-left:0;
    width:100%;
  }
  .fav_img_sec1{
    grid-template-columns:repeat(2,1fr);
    gap:1.5rem;
    padding:1rem;
    width:100%;
    justify-content: center;
    justify-items: center;
    justify-self: center;
  }
   .tags_sec ul{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        row-gap:0px;
        /* column-gap:2px; */
    }
      #tag h4{font-size:12px;}
  .fav_sub{width:auto;}
  .fav_sub1{
    width: 60%;
    margin-bottom: 35px;
  }

  .left_btn,.right_btn{display:none;}
  /* .tags_sec ul{justify-content:center;} */

  .fav_sub img {width:180px;height:180px;}
  .fav_sub1 img{
    margin-left: 2.6rem;
  }
  .fav_head h1{font-size:1.5rem;}

  .trnd_img_sec{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;height:50%;}

  .adv_banner{flex-direction:row;gap:2.5rem;padding:2rem;text-align:center;}
  .left_card,.right_card{width:100%;}

  .adv_img{width:80%;height:350px;}
  .adv_text_content{width:80%;}
  .adv_text_content p{font-size:1.05rem;line-height:1.6rem;}

  #banner_main_img{width:1800px;}

  .dots{justify-content:center;}

  .insta_gallary{flex-direction:column;width:90%;gap:2rem;}
  .insta_gallary1,.insta_gallary2{max-width:100%;}
  .insta_gallary2{grid-template-columns:repeat(2,1fr);}
}

/* ================= SMALL DESKTOP 992–1200 ================= */
@media (min-width: 991px) and (max-width: 1200px) {
    .blogs_wrapper{display: grid;grid-template-columns:repeat(2,1fr);gap:2.8rem;height:50%; justify-content:center;align-items:center;justify-items:center;}
  .blog_sub{width:90%;}
    .adv_banner{width:90%;justify-content:center;align-items:center;justify-items:center; }
    .left_card,.right_card{width:100%;}
  .banner_heading{font-size:2.5rem;}
  #banner_para{font-size:1.3rem;margin-top: -1rem;}
  .banner_heading span{
    height: 520px;
    font-size: 18px;
  }
  .carousel_container{width:60%;}

  .bottom_tags_sec ul{display:grid;grid-template-columns:auto auto auto;}

  .fav_sec,.fav_sec2{padding-left:5rem;padding-right:5rem;}

  .l_btn{left:-85px;}
  .r_btn{right:-89px;}

  .fav_img_sec{margin-left:0;width:100%;}
    .fav_img_sec1{
    grid-template-columns:repeat(3,1fr);
    gap:1.5rem;
    padding:1rem;
    width:100%;
    justify-content: center;
    justify-items: center;
    justify-self: center;
  }
    .fav_sub1{
    width: 60%;
    margin-bottom: 35px;
  }
  .fav_sub {width:166px;}
  .fav_sub img{width:150px;}
.fav_sub1 img{
    margin-left: 2.6rem;
  }
  .trend_sec{width:78%;}
   .tags_sec ul{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        row-gap:0px;
        column-gap:50px;
    }
      #tag h4{font-size:13px;}
      .tags_sec ul #tag .icon_sec img{height:68px;}
     .left_btn, .right_btn{
        display: none;
    }
}

/* ================= DESKTOP 1201–1400 ================= */
@media (min-width: 1200px) and (max-width: 1400px) {
.blogs_wrapper{display: grid;grid-template-columns:repeat(2,1fr);gap:2.8rem;height:50%; justify-content:center;align-items:center;justify-items:center;}
  .blog_sub{width:90%;}
.trnd_img_sec{display:grid;grid-template-columns:repeat(3,1fr);gap:2.8rem;height:50%;}
  .l_btn{left:-105px;}
  .r_btn{right:-119px;}
  .fav_img_sec{width:90%;margin:auto;}
      .fav_img_sec1{
    grid-template-columns:repeat(3,1fr);
    gap:1.5rem;
    padding:1rem;
    width:100%;
    justify-content: center;
    justify-items: center;
    justify-self: center;
  }
  .fav_sub{width:187px;}
.fav_sub1{
    width: 60%;
    margin-bottom: 35px;
  }
  .fav_sub1 img{
    margin-left: 2.6rem;
  }
  .trend_sec{width:80%;}
  .adv_banner{width:85%;}
   .tags_sec ul{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        row-gap:0px;
        column-gap:2px;
    }
      .tags_sec ul{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        row-gap:0px;
        column-gap:80px;
    }
      .banner_heading{font-size:2.5rem;}
  #banner_para{font-size:1.3rem;margin-top: -1rem;}
  .banner_heading span{
    height: 520px;
    font-size: 18px;
  }
}

/* ================= LARGE DESKTOP 1401–1590 ================= */
@media (min-width: 1400px) and (max-width: 1590px) {
.blogs_wrapper{display: grid;grid-template-columns:repeat(3,452px);gap:0.8rem;height:50%; justify-content:center;align-items:center;justify-items:center;}
  .trnd_img_sec{display:grid;grid-template-columns:repeat(4,280px);}
  .fav_head, .blog_head{width:90%;}
  .l_btn{left:-105px;}
  .r_btn{right:-119px;}
  .fav_img_sec{width:79%;margin:auto;}
  .fav_sub{width:210px;}
  .adv_banner{width:90%;}
  .trend_sec{width:78%;}
 .banner_heading{font-size:3.5rem;}
  #banner_para{font-size:1.8rem;margin-top: 0rem;}
  .banner_heading span{
    height: 520px;
    font-size: 28px;
  }
}

/* ================= XL 1591–1890 ================= */
@media (min-width: 1590px) and (max-width: 2000px) {
  .carousel_container{width:53%;}
  .l_btn{left:-85px;}
  .r_btn{right:-85px;}
  .trend_sec{width:78%;}
   .banner_heading{font-size:3.5rem;}
  #banner_para{font-size:1.8rem;margin-top: 1.5rem;}
  .banner_heading span{
    height: 520px;
    font-size: 28px;
  }
}

/* ================= ULTRA WIDE ≥2000 ================= */
@media (min-width: 2000px) {
  .bottom_tags_sec,.cts,.insta_gallary{width:60%;}
  .insta_heading{margin-left:35rem;}
  header,#header_sec,.main_banner{width:100%;justify-content:center;justify-self:center;}
  .l_btn{left:-85px;}
  .r_btn{right:-85px;}
  #bn_wave{
    position:absolute;
    top:0;left:50%;transform:translateX(-50%);
    height:100%;width:auto;min-width:100%;z-index:1;
  }
}

@media (max-width: 1400px){
    .fav_head, .blog_head{
        width:85%;
        padding-left: 0px;
        margin-left: 0px;
    }
}
