* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-lore: "Lora", serif;
    --font-ralwway: "Raleway", sans-serif;
}

html
{
     overflow-x: hidden !important;
}

body {
    font-family: var(--font-ralwway);
    font-weight: 400;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum", "tnum";
    font-size: 16px;
    /* line-height: normal; */
     overflow-x: hidden !important;
}

a {
    text-decoration: none;
    color: unset;
}

.home_mt-100 {
    margin-top: 100px;
}

.yellow-gradient {
    background: linear-gradient(90deg, #fff 0%, #f8f3e8 49.04%, #fff 100%);
}

.btn_1 {
    padding: 20px 30px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #452667;
    color: #452667;
    font-size: 16px;
    font-family: var(--font-ralwway);
    line-height: 16px;
    width: fit-content;
}

.ym_hero {
    overflow: hidden;
}

.ym-container {
    max-width: 1600px;
    margin-inline: auto;
}

.title_30-raleway {
    font-size: 30px;
    line-height: 48px;
}

.title_24-raleway {
    font-size: 24px;
    line-height: 36px;
}

.title_60lora {
    font-family: var(--font-lore);
    font-size: 60px;
    line-height: 64px;
    color: #2e2e2e;
}

/*.title_48lora {*/
/*    font-family: var(--font-lore);*/
/*    font-size: 48px;*/
/*    line-height: 50px;*/
/*}*/

/* ---------------hero css---------------------- */
.ym_hero_slider_wrapper {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    background-color: #170030;
    z-index: 1;
}

.gallery-container {
    /* position: absolute;
    top: 50%;
    left: 50%; */
    width: 160vw;
    height: 160vh;
    transform: translate(-15%, -6%) rotate(-27deg);
    scale: 1.2;
    transform-origin: center;
    z-index: 2;
}

.swiper-row {
    margin-bottom: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.ym_hero .swiper-slide {
    width: 300px !important;
    height: 400px;
}

.image-card {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.hero_overlay {
    position: absolute;
    background-image:url(../img/Home/hero-bg.png);
    background-size: cover;
    inset: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    color: white;
    font-size: 20px;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero_overlay_ctnt {
    max-width: 1600px;
    margin-inline: auto;
}

.hero_overlay_ctnt_h1 {
    font-family: var(--font-lore);
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -0.01em;
    font-weight:300;
}

.hero_breadcrumb {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    align-items: center;
}

.hero_overlay_ctnt .btn_1 {
    background-color: white;
}

/* ---------------hero css---------------------- */

/* stats css */

.stat_box_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    text-align: center;
    height: 100%;
}

.stats_box {
    /*width: 350px;*/
    /*height: 290px;*/
    padding: 40px 65px;
    display: grid;
    gap: 10px;
    box-shadow: 0px 20px 20px rgba(69, 38, 103, 0.15);
    /*border-radius: 10px;*/
    border: 1px solid #d7c7e9;
    margin-top: 60px;
}

.stats_border {
    width: 45px;
    height: 1px;
    background-color: #d7c7e9;
    display: block;
    margin-inline: auto;
}

.stat_counter {
    font-family: var(--font-lore);
    font-size: 72px;
    line-height: 64px;
    color: #452667;
}

/* stats css */
/* house of brands */

.home_brand_bg {
    display: flex;
    gap: 120px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding: 50px 0;
}

.grow_wrapper {
    padding: 100px 0;
    text-align: center;
}

.btn_wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

/* house of brands */
/* trusted */
.core_wrapper {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.comp_bus_child {
    border: 1px solid #d7c7e9;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 280px;
    box-shadow: 0px 20px 20px rgba(69, 38, 103, 0.15);
}

.comp_bus_child.expanded,
.comp_bus_child:hover {
    flex: 2.5;
    height: 490px;
    /*max-width: 420px;*/
    padding: 37px 0px 30px 46px;
    /*border-radius: 10px;*/
    z-index: 10;
}

.comp_bus_front {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
}

.comp_bus_fronts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.comp_bus_front img {
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.comp_bus_num {
    color: #452667;
    font-family: var(--font-lore);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.comp_bus_child.expanded .comp_bus_num,
.comp_bus_child:hover .comp_bus_num {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.comp_bus_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    padding: 37px 44px 30px 46px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.comp_bus_child.expanded .comp_bus_front,
.comp_bus_child:hover .comp_bus_front {
    opacity: 0;
}

.comp_bus_child.expanded .comp_bus_back,
.comp_bus_child:hover .comp_bus_back {
    opacity: 1;
}

.comp_bus_back img {
    /* border-radius: 10px; */
    margin-bottom: 30px;
}

.comp_bus_back_bt {
    text-align: left;
}

/* Shimmer effect */
.comp_bus_child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: left 0.6s;
}

.comp_bus_child.expanded::before,
.comp_bus_child:hover::before {
    left: 100%;
}

.comp_bus_ext {
    color: #4a4a4a;
    font-family: var(--font-ralwway);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    position: relative;
    padding-top: 30px;
    margin-top: 20px;
}

.comp_bus_ext::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background-color: #d7c7e9;
}

/* trusted */
/* why css */
.hero_why_wrapper {
    margin-top: 60px;
}

.why_slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 14px;
}

.why_slide .title_60lora {
    font-size: 40px;
    line-height: 44px;
}

.hero_why_content {
    max-width: 750px;
    max-height: 450px;
    height: 100%;
    width: 100%;
    transform: translate(-20%, 0%);
    background-color: #fff;
    /*border-radius: 10px;*/
    padding: 70px;
    box-shadow: 0px 20px 20px rgba(69, 38, 103, 0.15);
}

/*ym cat slider dots*/
.ym_cat .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
     /*gap: 8px; */
    padding: 0;
    border-radius: 10px;
}

.ym_cat .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: 30px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ym_cat .slick-dots li button:before {
    display: none;
}

.ym_cat .slick-dots li button {
    width: 14px;
    height: 8px;
    border-radius: 10px;
    background-color: #e7d2ff;
    padding: 0;
    transition: all 0.3s ease;
}

.ym_cat .slick-dots li.slick-active button {
     width: 30px;
    background-color: #452667;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: none;
}
/*ym cat slider dots*/
.swiper-pagination {
    bottom: 0px !important;
    width: fit-content !important;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 8px;
    border-radius: 10px;
    background-color: #e7d2ff;
    opacity: 1;
    transition: all 0.3s ease-in;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #452667;
    transition: all 0.3s ease-out;
}

.swiper_number_pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-lore);
    font-size: 38px;
    color: #d7c7e9;
    line-height: 38px;
    margin-bottom: 40px;
}

.why-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
}

.why-slider-controls .swiper-pagination {
    position: static;
    width: auto !important;
    display: inline-flex;
    align-items: center;
}

.why-slider-count {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.why-slider-toggle {
    width: 25px;
    height: 25px;
    border: 1px solid #d8d8de;
    border-radius: 50%;
    background: #f3f3f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    box-shadow: 0 2px 6px rgba(17, 17, 17, 0.08);
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    margin: 2px;
}

.why-slider-toggle:hover {
    /* transform: scale(1.); */
    background: #e8e8ee;
    /* box-shadow: 0 4px 10px rgba(17, 17, 17, 0.12); */
}

.why-slider-toggle:focus-visible {
    outline: 2px solid #452667;
    outline-offset: 2px;
}

.why-slider-toggle-icon {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
}

.why-slider-toggle.is-playing .why-slider-toggle-icon::before,
.why-slider-toggle.is-playing .why-slider-toggle-icon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 9px;
    border-radius: 2px;
    background: #2e2e2e;
}

.why-slider-toggle.is-playing .why-slider-toggle-icon::before {
    left: 1px;
}

.why-slider-toggle.is-playing .why-slider-toggle-icon::after {
    right: 1px;
}

.why-slider-toggle:not(.is-playing) .why-slider-toggle-icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #2e2e2e;
    margin-left: 3px;
}


/* ravi jadav */

#main-why-img {
    transition: opacity .6s ease-in-out, transform .6S ease;
    will-change: opacity, transform;
}

/* optional zoom effect */
#main-why-img.fade-out {
    opacity: 0.6;
}

#main-why-img.fade-in {
    opacity: 1;
    /* transform: scale(1.03); */
}

.why_slide {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.swiper-slide-active .why_slide {
    opacity: 1;
    transform: translateY(0);
}

/* why css */

/* category */
.hero_cat {
    padding: 100px 0;
}

.hero_catologue_head {
    margin-bottom: 50px;
    text-align: center;
    margin-inline: auto;
}

/*.hero_cat_slider .swiper-slide{margin-right:50px;}*/
/* category */

/* card css */
.projects-desktop {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}

.project-card {
   height: 700px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    /* justify-content: space-between; */
    padding: 30px;
    text-align: left;
    transition: flex 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.project-card:not(.active) .card_top {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-content {
    flex-direction: column;
    display: none;
    transform: translateX(50%);
    transition: all 0.85s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.project-content .btn_wrapper{justify-content: start;}
.card_top_head
{
    width: 100%;
}
.project-card.active .card_top_head {
    display: none;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card.active .project-content {
    display: flex;
    transform: translateX(0%);
    transition: all 0.85s cubic-bezier(0.33, 0.66, 0.66, 1);
    height:100%;
    justify-content:space-between;
    width: 100%;
}

.card_title {
    font-family: var(--font-lore);
    color: #2e2e2e;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-weight:600;
}

.card_desc {
    font-family: var(--font-ralwway);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}

.card_subtitle {
    font-family: var(--font-ralwway);
    color: #452667;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.card_subtitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #d7c7e9;
}

.card_pill {
    font-family: var(--font-ralwway);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: white;
    color: black;
}

.tags {
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, max-content));
    gap: 15px;
    margin-bottom: 30px;
}
.p_type{font-size: 14px;}
.p_type:hover{color:#111;font-weight:500;}
/* card css */
/* gender slider */
/* Main Layout Container */
.container_main_boy {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 99px;
}

.container_main_girl {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    gap: 99px;
}

/* Left Column Styling */
.col_small {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: 40px;
    /*max-width:430px;*/
    width: 100%;
}

.col_small .title_60lora {
    margin-bottom: 20px;
}

.col_big .product_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 350px));
    /* 3 Columns */
    row-gap: 30px;
    column-gap: 15px;
    margin-top: 10px;
}

/* gender slider */

.ym-project .btn_wrapper {
    justify-content: flex-start;
}

.ym-project .btn_wrapper a {
    padding: 10px 20px;
}

.global_tab_item .nav-link.active {
    background-color: #e7d2ff;
}

.global_presence_tab .nav-tabs .nav-link.active::before,
.global_presence_tab .nav-tabs .nav-link.active::after {
    background-color: #e7d2ff;
    /* Added the missing '#' for the hex code */
}

/* ================= ym CARD ================= */
.ym_card {
    width: 390px;
    /* height: 510px; */
    /* border: 1px solid red; */
    overflow: hidden;
    /* ðŸ”¥ prevents overflow */
    background: #fff;
    position: relative;
    transition: 0.3s;
}

.ym_card_img {
    position: relative;
    overflow: hidden;
    height: 450px;
    /* ðŸ”¥ prevents slider overflow */
}

.ym_cover_slider {
    position: absolute;
    inset: 0;
    object-fit: contain;
    /* height: 450px; */
    width: 100%;
}

.product_img {
    object-fit: contain;
    height: 450px;
}

.ym_slide_img {
    width: 450px;
    object-fit: contain;
    background-color: #f7f7f7;
}

/* Hide arrows by default */
.ym_card_img .slick-arrow {
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

/* Show arrows on hover */
.ym_card:hover .slick-arrow {
    opacity: 1;
}

/* Hide slider initially */
.ym_slider {
    opacity: 0;
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s;
    height: 450px;
}

/* Show slider on hover */
.ym_card:hover .ym_slider {
    opacity: 1;
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s;
}

.ym_card:hover .ym_cover_slider {
    opacity: 0;
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s;
}

/* Image styling */
.ym_slider img {
    width: 100%;
    display: block;
    background: linear-gradient(0deg, #FBFBFB 0%, #FBFBFB 100%), linear-gradient(134deg, #FFF 9%, #DDD 93.94%);
}

.ym_info {
    height: 20px;
    text-align: center;
}

.ym_prod_name {
    font-family: var(--font-ralwway);
    font-size: 18px;
    line-height: 17px;
    font-weight: 500;
    color: #2e2e2e;
    margin-top: 10px;
    margin-bottom: 0;
}

.ym_slider .slick-prev:before,
.ym_slider .slick-next:before {
    /* font-family: sans-serif; */
    opacity: 1;
    color: #111;
}

.ym_slider .slick-prev:before {
    content: "<";
}

.ym_slider .slick-next:before {
    content: ">";
}

.ym_slider .slick-prev {
    left: 0px;
    top: 50%;
}

.ym_slider .slick-next {
    right: 0px;
    top: 50%;
}

.ym_slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    bottom: 0% !important;
    width: 100%;
    height: 1px;
    background-color: #d7c7e9;
    transition: all 0.3s ease;
}

.ym_slider .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
    flex: 1 1 0% !important;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

/* Dynamic width based on number of dots */
.ym_slider .slick-dots li:only-child {
    flex: 1 1 100% !important;
}

.ym_slider .slick-dots li:first-child:nth-last-child(2),
.ym_slider .slick-dots li:first-child:nth-last-child(2) ~ li {
    flex: 1 1 50% !important;
}

.ym_slider .slick-dots li:first-child:nth-last-child(3),
.ym_slider .slick-dots li:first-child:nth-last-child(3) ~ li {
    flex: 1 1 33.33% !important;
}

.ym_slider .slick-dots li:first-child:nth-last-child(4),
.ym_slider .slick-dots li:first-child:nth-last-child(4) ~ li {
    flex: 1 1 25% !important;
}

.ym_slider .slick-dots li button:before {
    display: none;
}

.ym_slider .slick-dots li button {
    width: 100% !important;
    height: 1px;
    background-color: #d7c7e9;
    padding: 0;
    transition: all 0.3s ease;
}

/* Dynamic button width based on number of dots */
.ym_slider .slick-dots li:only-child button,
.ym_slider .slick-dots li:first-child:nth-last-child(2) button,
.ym_slider .slick-dots li:first-child:nth-last-child(2) ~ li button,
.ym_slider .slick-dots li:first-child:nth-last-child(3) button,
.ym_slider .slick-dots li:first-child:nth-last-child(3) ~ li button {
    width: 100%;
}

.ym_slider .slick-dots li.slick-active button {
    height: 1px;
    background-color: #452667;
    border-radius: 0px;
    transition: all 0.3s ease;
    cursor: none;
}

.prod_list_title {
    /* height: 30px; */
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prod_list_title h4 {
    font-size: 14px;
    line-height:14px;
}
.prod_list_title p {
    font-size: 12px;
    line-height:12px;
}


/* ================= ym CARD ================= */

/* inquiry form css  */
.enquiry_body {
    position: relative;
    padding: 0;
}

.enquiry_body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    filter: invert(1);
    opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

.project-card.active .enquire-circle {
    display: none;
}

/* inquiry form css  */
.project-card.active .enquire-circle {
    display: none; 
}

/* brand grid image */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 50px;
    /*border: 1px solid #ddd;*/
    /* overflow: hidden; */
    background: #fff;
}

.brand-cell {
    position: relative;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-right: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /* overflow: hidden; */
    /* cursor: pointer; */
    /*background: linear-gradient(0deg, #FBFBFB 0%, #FBFBFB 100%), linear-gradient(134deg, #FFF 9%, #DDD 93.94%);*/
}

/*.brand-cell:nth-child(3n) {*/
/*    border-right: none;*/
/*}*/

/*.brand-cell:nth-child(n+4) {*/
/*    border-bottom: none;*/
/*}*/

/* The image wrapper â€” this rotates together with overlay */
.brand-inner {
    position: absolute;
    inset: 0;
    /* display: flex; */
    align-items: center;
    flex-direction:column;
    justify-content: center;
    /* height:92%; */
}

.brand-img {
    object-fit: contain;
    display: block;
    transition: opacity 0.6s ease;
    width: 100%;
    height: auto;
}

.brand-img.fade-out {
    opacity: 0;
}

/* Overlay */
.brand-overlay {
    /*position: absolute;*/
    /*inset: 0;*/
    /*background: #afafaf4a;*/
    display: flex;
    /*align-items: flex-end;*/
    justify-content: center;
    opacity: 1;
    /*transition: opacity 0.35s ease;*/
    pointer-events: none;
    /* height:10%; */
    margin-top:3%;
}

.brand-overlay span {
    color: #452667;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    /*padding: 0 12px;*/
    /*padding-bottom: 15px;*/
}

/* Desktop hover */
/*@media (min-width: 1240px) {*/
/*    .brand-cell:hover .brand-overlay {*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/* Mobile tap */
/*.brand-cell.tapped .brand-overlay {*/
/*    opacity: 1;*/
/*}*/

@media (max-width: 600px) {
    .brand-grid {
        grid-template-columns: repeat(1, 1fr);
        /*border: 1px solid #ddd;*/
    }

    /*.brand-cell {*/
    /*    border-bottom: 1px solid #ddd;*/
    /*    border-right: none;*/
    /*}*/

    /*.brand-cell:last-child {*/
    /*    border-bottom: none;*/
    /*}*/

    /*.brand-cell:nth-child(n+4) {*/
    /*    border-bottom: 1px solid #ddd;*/
    /*}*/
}

/* brand grid image */
/* .iti__selected-dial-code {
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum", "tnum";
} */
.iti .iti__selected-dial-code {
    font-family: "Lora", serif;
}

.hero_img_wrapper img {
    height: 500px;
}

/* 05-03-2026 figma changes */
.simple-slider .product_wrapper {
    background: linear-gradient(0deg, #FBFBFB 0%, #FBFBFB 100%), linear-gradient(134deg, #FFF 9%, #DDD 93.94%);
}

header .btn svg.home_menu rect {
    fill: white;
}

header.sticky .btn svg.home_menu rect {
    fill: #452667;
}

.ym_slider .slick-prev.slick-arrow, .simple-slider .slick-prev.slick-arrow{
    /* width: 32px;
    height: 32px; */
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23452667' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ym_slider .slick-next:before,
.ym_slider .slick-prev:before,
.simple-slider .slick-next:before,
.simple-slider .slick-prev:before {
    content: '' !important;
}

.ym_slider .slick-next.slick-arrow, .simple-slider .slick-next.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23452667' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mobile_grid{display:none;}
.ym_para_home{padding:0 50px;}
/*-------------17-3-26 client changes--------------------------*/
.cat_img_parent{position:relative;}

.cat_overlay {
    position: absolute;
    inset: 0;
    padding:10px;
    background:  linear-gradient(180deg, rgba(0, 0, 0, 0) 64.6%, #000000ba 95.93%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}
.cat_img_parent:hover .cat_overlay{opacity:1;transition: opacity 0.35s ease;}


.project-card.active{justify-content:space-between;}
.project-card.active .card_top {width: 0%;}
.project-card.active img.category-img { display: none; width: 100%;margin-left: auto;}

.tags_btn{
    grid-template-columns: repeat(4, minmax(min-content, max-content));
}

.Cookie_Policy .title_24-raleway
{
     color: var(--wb-purple);
}