/* NAVBAR START */
.show .main-nav a , .show .main-nav svg , .show .main-nav button , .show .main-nav input , .show .main-nav button svg , .show .main-nav input::placeholder{
    color: var(--secondary);
}
.show .main-nav .profile a , .show .main-nav input , .show .main-nav .ask-helix{
    border: 1px solid var(--secondary);
}
.navbar-con{
    width: 100%;
    z-index: 999;
    position: sticky;
    padding: 0 16px 0;
    transition: all 0.2s ease;
    top: 0;
    left: 0;
}
.main-nav{
    gap: 20px;
    display: flex;
    padding: 10px 16px;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}


.nav-logo {
    display: inline-block;
}

.main-nav .top-nav-logo img {
    width: 120px;
}
.top-nav-logo .black-logo {
    display: none;
}
.navbar-con.show .top-nav-logo .black-logo {
    display: block !important;
}
.navbar-con.show .top-nav-logo .white-logo {
    display: none !important;
}
.main-nav:hover , .show .main-nav{
    background-color: var(--primary);
    transition: all 0.3s ease;
}
.main-nav:hover a , .main-nav:hover svg , .main-nav:hover button , .main-nav:hover input , .main-nav:hover button svg , .main-nav:hover input::placeholder{
    color: var(--secondary);
    transition: all 0.3s ease;

}
.main-nav:hover .profile a , .main-nav:hover .ask-helix , .main-nav:hover input{
    border: 1px solid var(--secondary);
}

.nav-link{
    display: flex;
    gap: 28px;
    align-items: center;
    max-width: 610px;
    width: 100%;
}
.nav-link-menubtn svg{
    width: 24px;
}
.nav-link-menubtn svg:last-child{
    display: none;
}
.nav-link-menubtn a{
    display: flex;
    align-items: center;
}
.nav-link-menubtn:hover svg:last-child{
    display: block;
}
.nav-link-menubtn:hover svg:first-child{
    display: none;
}
.nav-link-item a{
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    white-space: nowrap;
}
.nav-logo svg{
    width: 130px;
    color: var(--primary);
}
.nav-options{
    display: flex;
    gap: 12px;
    max-width: 610px;
    width: 100%;
    justify-content: end;
}
.nav-search{
    height: fit-content;
    position: relative;
}
.nav-search input{
    font-size: 14px;
    max-width: 234px;
    line-height: 16px;
    border-radius: 36px;
    color: var(--primary);
    padding: 9px 40px 9px 16px;
    background-color: transparent;
    border: 1px solid var(--primary);
}
.nav-search input:focus{
    outline: none;
}
.nav-search input::placeholder{
    color: var(--primary);
}
.search-btn{
    top: 50%;
    right: 10px;
    border: none;
    position: absolute;
    transform: translateY(-50%);
    background-color: transparent;
}
.nav-search > .search-btn svg{    
    width: 20px;
    color: var(--primary);
    background-color: transparent;
}
.ask-helix{
    gap: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 5px 16px;
    align-items: center;
    border-radius: 36px;
    color: var(--primary);
    background-color: transparent;
    border: 1px solid var(--primary);
}
.ask-helix > svg{
    width: 16px;
}
.profile{
    display: flex;
    align-items: center;
}
.profile a{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--primary);
    border: 1px solid var(--primary);
}
.profile a svg{
    width: 16px;
    height: 16px;
    padding-bottom: 1px;
}
.cart{
    display: flex;
    align-items: center;
}
.cart svg{
    width: 20px;
    color: var(--primary);
}

.search-con{
    padding: 0 16px;
    display: grid;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 80% 15%;
}
.search-con .nav-search input{
    max-width: 100%;
    width: 100%;
}
/* NAVBAR ENDED */

.marketing-slides a{
    font-size: 12px;
    display: flex;
    line-height: 14px;
    align-items: center;
    padding-right: 20px;
    color: var(--primary);
    justify-content: center;
}

.main-hero-sec {
    height: 100vh;
    position: relative;
    overflow: hidden;
    top: -90px;
}
.main-hero-sec video, .main-hero-sec img {
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
}
.background-overlay {
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content{
    position: absolute;
    bottom: 4%;
    padding-inline: 20px;
    max-width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hero-content h1 , .hero-content p{
    margin-bottom: 16px;
}

.hero-content .tech-strips {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 16px;
}

.primary-btn {
    display: flex;
    gap: 16px;
    /* flex-wrap: wrap; */
    align-items: center;
}

.main-hero-sec .primary-btn a:hover , .gift-banner .primary-btn a:hover{
    border-color: var(--secondary);
}
/* latest-product-sec start */
.latest-product-sec{
    border-radius: 40px 40px 0 0;
    background-color: var(--secondary);
}
.latest-product-sec .generic-heading-text-con{
    margin-bottom: 40px;
}

.latest-product-sec .four-piller-cards , .latest-product-sec .gift-banner{
    margin-bottom: 64px;
}

/* sale-brand-con strat */
.sale-brand-con{
    gap: 48px;
    display: grid;
    grid-template-columns: 50% 46.2%;
}
.sale-brand-con + .gift-banner{
    margin-bottom: 0;
}
.sale-brand-left h2{
    padding-top: 96px;
}
.sale-brand-right > h5{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 48px;
}
.sale-list li:last-child{
    margin-bottom: 0;
}
.sale-list-item{
    margin-bottom: 32px;
}
.sale-list-item .sale-list-item-inner{
    display: grid;
    gap: 28px;
    color: var(--primary);
    grid-template-columns: 55% 1fr;

}
.sale-list-item .sale-brand-img{
    width: 100%;
    height: 212px;
    object-fit: cover;
    border-radius: 8px;
}
.sale-list-item-right{
    display: flex;
    flex-direction: column;
    position: relative;
}
.sale-list-item-right > div span{
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 26px;
    display: inline-block;
    letter-spacing: -1px;
    border: 1px solid var(--primary);
}
.sale-list-item-right > div > h5{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
    word-break: break-all;
}
.sale-list-item-right > div > p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #ffffff80;
}
.sale-list-item-right > img{
    width: 50px;
    height: 50px;
    rotate: 90deg;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* sale-brand-con end */

/*  */
.sale-brand-con + .gift-banner a {
    align-items: center;
    flex-direction: row;
    background: url(../img/gift-banner-1.webp)no-repeat center / cover;
}

.gift-banner a {
    align-items: center;
    text-align: center;
    background: url(../img/gift-banner.webp)no-repeat center / cover;
    display: block;
}
.sale-brand-con + .gift-banner p{
    font-size: 18px;
    line-height: 22px;
}
.sale-brand-con + .gift-banner a .primary-btn button{
    padding: 13.5px 49px;
}

/* latest-product-sec end */

/* Horizontal scroll: panels define height — .zoom fills panel (avoids 100dvh blowing up layout) */
.horizontal-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}
.horizontal-container .panel {
    position: relative;
    flex: 0 0 100vw;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    box-sizing: border-box;
}
.horizontal-container .zoom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* generic-card-sec */
.generic-card-sec{
    padding: 80px 0;
    background-color: var(--primary);
}
.generic-card-list{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.generic-card-list-item a{
    height: 100%;
    position: relative;
    display: inline-block;
    color: var(--primary);
    overflow: hidden;
    border-radius: 24px;
}   
.generic-card-list-item a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.generic-card-list-item a > h3{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    font-size: 40px;
    line-height: 44px;
}

.generic-card-list-item a > p {
    position: absolute;
    top: 155px;
    left: 40px;
    z-index: 2;
    font-size: 26px;
    line-height: 30px;
}

.generic-card-list-item .primary-btn button {
    background: rgba(255,255,255,0.92);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -2px 6px rgba(0,0,0,0.18), 0 10px 24px rgba(0,0,0,0.25);
}

.generic-card-list-item .primary-btn button:hover {
    background: #010001;
    color: #fff;
}

.generic-card-list-item a > .primary-btn{
    position: absolute;
    bottom: 40px;
    right: 50px;
}
/*  */

.main-certification-sec{
    background-color: var(--primary);
}
.main-certification-sec .generic-heading-text-con{
    color: var(--secondary);
    margin-bottom: 30px;
}
.main-certification-sec .generic-heading-text-con h2{
    font-size: 48px ;
    line-height: 50px;
}
.generic-heading-text-con .primary-btn{
    text-align: right;
}
.generic-heading-text-con > .primary-btn a , .main-slider-con .primary-btn a , .main-certification-sec .wrapper > .primary-btn a{
    padding: 18px 24px;
    color: var(--primary);
    background-color: var(--secondary);
}
.certification-inner{
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}
.certification-inner .generic-card-img-flip img {
    width: 100%;
    border-radius: 20px;
}

.img-flip-price-discount{
    color: #9ca3af;
    position: relative;
}
.img-flip-price-discount::after{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    border-top: 1px solid #9ca3af;
    width: 100%;
}

.certification-inner-right{
    gap: 16px;
    display: grid;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: none;
    grid-template-columns: repeat(2,1fr);
}

.certification-inner-right .generic-card-img-flip {
    min-height: 140px;
    height: auto;
    border-radius: 12px;
    background-image: linear-gradient(  180deg,  #1a1f23 0%,  #20262b 60%,  #262c31 100%);
    color: #000000;
    padding: 16px;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), inset 0 -1px 0 rgba(0,0,0,0.4);
    transition: transform 0.25s ease;
    border: 1px solid rgba(255,255,255,0.06);
}

.certification-inner-right .generic-card-img-flip:hover {
        transform: translateY(-4px);
}

.certification-inner-right .generic-card-img-flip h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    padding-right: 35px;
    color: #f3f4f6;
}

.certification-inner-right .generic-card-img-flip p {
    font-size: 14px;
    color: rgba(243,244,246,0.65);
    line-height: 20px;
}

.certification-inner-right .generic-card-img-flip .label {
    font-size: 9px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.12em;
}

.certification-inner-right .generic-card-img-flip .stack-grid {
    display: flex;
}

.certification-inner-right .generic-card-img-flip .technology-label {
    width: 35px;
    position: absolute;
    right: 20px;
    height: 35px;
    /* object-fit: contain; */
    top: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
/* certification-inner-right end */

/* SLIDER CON START */
.main-slider-con{
    padding-block: 80px;
    background-color: var(--primary);
}
.main-slider-con .generic-heading-text-con{
    color: black;
    margin-bottom: 24px;
}
.main-slider-con .generic-heading-text-con h2{
    letter-spacing: -2.4px;
}
.main-slider-con .primary-btn{
    margin-top: -44px;
}
.swiper {
  width: 100%;
  padding-bottom: 68px;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-slide{
    height: auto;
}
.slide-inner{
    display: flex;
    height: 100%;
    color: var(--secondary);
    flex-direction: column;
}
.slide-inner figure{
    overflow: hidden;
    height: 447px;
    margin-bottom: 16px;
    border-radius: 16px;
}
.slide-inner img{
    width: 100%;
    height: 447px;
    object-fit: cover;
    transition: all 3s ease-in-out;
}
.slide-inner img:hover{
    scale: 1.5;
}
.slide-inner h6{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    pointer-events: none;
}
.slide-inner span{
    font-size: 14px;
    font-weight: 500;
    margin-top: auto;
    line-height: 20px;
    display: inline-block;
    text-decoration: underline;
}

.swiper-button-prev , .swiper-button-next{
    top: 97%;
    left: auto;
    right: 44px;
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 100%;
    color: var(--secondary);
    background: var(--gray-lite);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.swiper-button-next svg, .swiper-button-prev svg{
    height: revert-layer;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
.main-slider-con .primary-btn a{
    padding: 15px 27px;
}
/* SLIDER CON END */
/* CURATION SEC START */
.curation-process-con{
    padding-top: 80px ;
    background-color: var(--secondary);
}
.curation-process-inner{
    display: grid;
    gap: 64px;
    grid-template-columns: 33% 1fr;
}
.curation-left-con{
    padding-top: 96px;
}
.curation-left-con h2{
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: -2px;
}
.curation-left-con p{
    margin-bottom: 20px;    
}
.curation-product-list{
    display: grid;
    margin-bottom: 32px;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.curation-product-list img{
    border-radius: 24px;
    width: 100%;
}
.curation-product-list iframe {
    border-radius: 24px;
    overflow: hidden;
}
.curation-product-list h2{
    letter-spacing: -2px;
    text-align: right;
}
.curation-product-list h2 span{
    display: block;
    text-align: right;
}
.curation-right-con > div.curation-product-list:last-child{
    margin-bottom: 0;
}
/* CURATION SEC END */

/* MEET ADVISOR SEC START */
.meet-advisor-sec{
    padding-top: 80px;
    background-color: var(--secondary);
}
.meet-advisor-heading h2{
    margin-bottom: 40px;
    letter-spacing: -2px;
}

.meet-advisor-slide{
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: 50%  1fr;    
}
.meet-advisor-slide figure img{
    width: 100%;
    max-height: 418px;
    object-fit: cover;
    border-radius: 4px;
}
.advisor-slide-right h6{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.advisor-slide-right p{
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
}
.advisor-slide-right .primary-btn a{
    font-size: 16px;
    line-height: 22px;
    padding: 12px 32px;
}
.advisor-slide-right .primary-btn a:hover{
    background-color: #fffc;
    border-color: #fffc;
    color: var(--secondary);
}

.external-pagi{
    gap: 12px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
}
.external-pagi span{
    font-size: 14px;
    padding: 4px 16px;
    line-height: 16px;
    border-radius: 20px;
    display: inline-block;
    color: var(--primary);
    border: 1px solid var(--primary);
}
.external-pagi h6{
    font-size: 28px;
    line-height: 42px;
    color: #ffffff80;
    letter-spacing: -2px;
}
.swiper-slide-thumb-active h6{
    border-bottom: 2px solid var(--primary);
    width: 100%;
}

.swiper-backface-hidden .swiper-slide.external-pagi {
    width: 50% !important;
}

.swiper-slide.external-pagi.swiper-slide-thumb-active h6 {
    color: white;
}
/* MEET ADVISOR SEC END */

/* MAIN REVIEW SEC STRAT */
.main-review-sec{
    padding-block: 80px;
    background: url(../img/review-bg-demo.webp) no-repeat center / cover;
}
.review-heading{
    text-align: center;
}
.review-rating {
    margin: 20px;
}
.review-heading-left h2{
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 40px;
    letter-spacing: -2px;
}
.main-review-sec > .wrapper > p{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}
.main-review-sec > .wrapper > p i{
    color: #00f091;
}
.review-heading-right{
    margin: 40px 0 80px;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}    
.review-heading-right span{
    gap: 12px;
    display: flex;
    font-size: 19.5px;
    line-height: 28px;
    padding: 8px 20px;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    border: 1.5px solid #ffffff80;
}
.review-heading-right span svg{
    width: 32px;
    height: 32px;
}

.client-reviews{
    display: flex;
    justify-content: center;
}

.client-review{
    width: 400px;
    padding: 24px;
    border-radius: 16px;
    color: var(--secondary);
    background: #141820d9;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.client-review > img:last-of-type {
    margin-top: auto;
}
.client-review img {
    width: 140px;
    margin-top: 10px;
}
.client-review-header{
    gap: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.client-review-header img{
    width: 106px;
    height: 106px;
    object-fit: cover;
    border-radius: 50%;
}
.client-review-header span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.client-review > h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #A9B1BD;
}
.client-review > p{
    font-size: 16px;
    line-height: 24px;  
    color: #E3E7EE;
    margin: 0;
}
/* Collapsed: exactly 6 lines; full text stays in DOM */
.client-review:not(.client-review--expanded) > p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    min-height: calc(6 * 24px);
    min-height: 6lh;
}
.client-review--expanded > p{
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    min-height: 0;
}
.client-review-toggle{
    margin-top: 8px;
    padding: 4px 0;
    border: none;
    background: transparent;
    color: #00f091;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    align-self: flex-start;
    flex-shrink: 0;
}
.client-review-toggle:hover{
    text-decoration: underline;
}
/* Keeps row height when "Show more" isn’t needed (matches visible toggle layout) */
.client-review-toggle--placeholder{
    visibility: hidden;
    pointer-events: none;
    user-select: none;
}
    /* infinite slider start */
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee:hover .track {
  animation-play-state: paused;
}
.track {
    gap: 16px;
    display: flex;
    width: max-content;
    align-items: flex-start;
    animation: scroll 50s linear infinite;
}

/* TRUE seamless infinite */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
    /* infinite slider end */
/* MAIN REVIEW SEC END */

/* FOOTER SEC START */
.main-footer-sec{
    padding: 80px 0 20px;
    background-color: var(--secondary);
}
.footer-wrapper{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}
.footer-inner{
    gap:96px;
    display: grid;
    grid-template-columns: 55.66% 1fr;

}
.footer-left-con > a{
    margin-bottom: 48px;
    display: inline-block;
    color: var(--primary);
}

    /* footer faq */
.accordion .accordion-item {
  border-bottom: 1px solid var(--primary);
}
.accordion button {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    padding: 16px 0;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    background: none;
    position: relative;
    color: var(--primary);
    font-family: "Montserrat", Arial, sans-serif ;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--primary);
}
.accordion button .icon {
    right: 0;
    top: 18px;
    width: 12px;
    height: 12px;
    position: absolute;
    display: inline-block;
}
.accordion button .icon::before {
    top: 9px;
    left: 5px;
    content: '';
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    background: #898989;
}
.accordion button .icon::after {
    top: 5px;
    left: 9px;
    width: 2px;
    content: '';
    height: 10px;
    display: block;
    position: absolute;
    background: #898989;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  padding-bottom: 12px;
  max-height: 200px;
  transition: all 0.3s ease;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: opacity, max-height;
}
.accordion .accordion-content > p a {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--primary);
  display: inline-block;
}
    /* footer faq end */

.social-icons{
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.social-icons li a{
    font-size: 29px;
    color: var(--primary);
    display: flex;
}

.footer-right-con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-right-text h4{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}
.footer-right-text p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
}
.footer-right-text form{
    border-radius: 36px;
    display: grid;
    padding:5px 5px 5px 20px;
    justify-content: space-between;
    grid-template-columns: 70% 25%;
    background-color: var(--primary);
}
.footer-right-text form input{
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 20px;
}
.footer-right-text form input:focus{
    outline: none;
}
.footer-right-text form button{
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    padding: 8px 20px;
    border-radius: 50px;
    color: var(--primary);
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    transition: all 0.5s ease-in-out;
}
.footer-right-text form button:hover{
    background-color: transparent;
    color: var(--secondary);
}
.footer-right-con > p{
    font-size: 16px;
    line-height: 24px;
}
.copy-right{
    display: none;
}

.toggle-btn{
    display: none;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: inherit;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.toggle-btn svg{
    width: 24px;
    height: 24px;
    display: block;
}
.toggle-btn svg path {
    stroke: #fff;
}
.toggle-btn .svg-close{
    display: none;
}
.navbar-con.mobile-nav-open .toggle-btn .svg-burger{
    display: none;
}
.navbar-con.mobile-nav-open .toggle-btn .svg-close{
    display: block;
    stroke: #fff;
}
.mobile-nav-backdrop,
.mobile-nav-panel{
    display: none;
}

.four-piller-cards-inner h4 {
    width: 100%;
    font-size: 32px;
    padding: 0 16px;
}

.four-piller-cards-inner h4 > img {
    width: 30px;
}

.latest-product-sec .gift-banner p {
    font-size: 16px;
}

.gift-banner .gift-banner-inner {
    justify-content: center;
    margin-top: 20px;
}

.generic-card-sec.engineering-container {
    padding-top: 80px;
}

.generic-card-img-flip a {
    display: block;
    width: 100%;
    height: 100%;
}






@media only screen and (max-width: 1280px){
    .nav-link{
        gap: 20px;
    }
    .nav-logo svg{
        width: 100px;
    }
    .nav-search input{
        max-width: 200px;
    }
    .four-piller-cards-inner h4 {
        font-size: 24px;
        line-height: 1.5;
    }
    .four-piller-cards-inner h4 > img {
        width: 24px;
    }
    .sale-brand-con {
        grid-template-columns: 50% 45%;
    }
    .certification-inner-right .flip-img{
        height: 224px;
    }
    .certification-inner-left .generic-card-img-flip .flip-img{
        height: 476px;
    }
    .slide-inner figure{
        height: 336px;
    }
    .slide-inner img{
        height: 100%;
    }
    .curation-left-con h2{
        font-size: 40px;
        line-height: 40px;
    }
    .curation-left-con p{
        font-size: 16px;
        line-height: 24px;
    }
    .curation-product-list h2{
        font-size: 40px;
        line-height: 40px;
    }
    
    .meet-advisor-slide{
        align-items: normal;
    }
    .main-review-sec{
        padding: 102px 0;
    }
    /* .generic-heading-text-left h2 {
        font-size: 48px;
        line-height: 1;
    } */
    h2 {
        font-size: 48px;
        line-height: 1;
    }
    .sale-brand-con {
        gap: 32px;
    }
    .footer-inner{
        grid-template-columns: 54% 1fr;
    }
    .footer-right-text form {
        padding: 5px 5px 5px 15px;
        grid-template-columns: 62% 32%;
    }
}

@media only screen and (min-width: 1024px) {
    .main-nav:hover .top-nav-logo .black-logo {
        display: block !important;
    }
    .main-nav:hover .top-nav-logo .white-logo {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px){
    .main-nav {
        padding-inline: 0px;
    }
    .main-nav {
        position: relative;
        height: 88px;
    }
    .main-nav:hover , .show .main-nav{
        background-color: transparent;
    }
    .navbar-con {
        top: unset;
        left: unset;
    }
    .top-nav-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
    }
    .main-nav .top-nav-logo img {
        width: 96px;
    }
    .main-hero-sec {
        top: -80px;
    }
    h1{
        font-size: 24px;
        line-height: 24px;
    }
    .hero-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .hero-content p > br{
        display: none;
    }
    /* .generic-heading-text-left h2 {
        font-size: 36px;
        line-height: 40px;
    } */
    h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .generic-heading-text-right {
        text-align: left !important;
    }

    .sale-brand-left h2 {
        padding-top: 0;
    }

    .four-piller-cards-inner {
        height: 400px;
    }
    .four-piller-cards-inner a {
        width: 100%;
        height: 100%;
    }
    .four-piller-cards-inner .back-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .gift-banner a {
        gap: 40px;
        padding: 40px;
    }
    .generic-card-list-item a > .primary-btn {
        bottom: 20px;
        right: 20px;
    }
    .generic-card-list-item a > h3 {
        top: 24px;
        left: 20px;
        font-size: 30px;
        line-height: 36px;
    }
    .generic-card-list-item a > p {
        top: 104px;
        left: 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .sale-list-item .sale-list-item-inner {
        grid-template-columns: 50% 1fr;
    }
    .certification-inner-left .generic-card-img-flip .flip-img {
        height: 440px;
    }

    .certification-inner-left .generic-card-img-flip {
        height: 400px;
    }
    .certification-inner-left .generic-card-img-flip img {
        height: 100%;
        width: 100%;
    }
    .slide-inner figure {
        height: 456px;
    }
    .curation-process-inner{
        gap: 32px;
        grid-template-columns: 100%;
    }
    .curation-product-list{
        align-items: normal;
        grid-template-columns: 100%;
    }
    .curation-right-con {
        display: grid;
        gap:28px;
        overflow-x: auto;
        scrollbar-width: none;
        grid-template-columns: repeat(3 , 45%);
    }
    .curation-product-list img{
        max-height: 610px;
        margin-bottom: 20px;
    }
    .curation-product-list h2{
        text-align: left;
    }
    .curation-product-list h2 span{
        text-align: left;
    }
    .curation-product-list h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .curation-left-con{
        padding-top: 0;
    }
    .certification-inner {
        grid-template-columns: 100%;
    }
    .curation-left-con p {
        margin-bottom: 28px;
    }
    .footer-wrapper{
        padding: 0 16px;
    }
    .generic-card-sec.engineering-container,
    .main-slider-con {
        padding: 60px 0;
    }
    .curation-process-con {
        padding-top: 60px !important;
    }
    .meet-advisor-sec {
        padding-top: 60px;
    }
/* }

@media only screen and (max-width: 991px){ */
    .nav-search , .main-nav > .nav-options .ask-helix{
        display: none;
    }
    .toggle-btn{
        display: flex;
    }
    .nav-link{
        display: none;
    }
    .mobile-nav-backdrop,
    .mobile-nav-panel{
        display: block;
    }
    .mobile-nav-backdrop{
        position: fixed;
        inset: 0;
        z-index: 998;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0s linear 0.25s;
    }
    .navbar-con.mobile-nav-open .mobile-nav-backdrop{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }
    .mobile-nav-panel{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        padding: calc(72px + env(safe-area-inset-top, 0px)) 24px 32px;
        background: var(--secondary);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.3s ease, visibility 0s linear 0.3s;
        visibility: hidden;
        pointer-events: none;
    }
    .navbar-con.mobile-nav-open .mobile-nav-panel{
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }
    .navbar-con.mobile-nav-open .nav-wrap{
        position: relative;
        z-index: 1002;
    }
    .mobile-nav-list{
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .mobile-nav-list li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .mobile-nav-list a{
        display: block;
        padding: 16px 0;
        font-size: 18px;
        line-height: 24px;
        color: var(--primary);
    }
    .mobile-nav-cta{
        margin-top: 28px;
        display: inline-flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
    body.mobile-nav-open{
        overflow: hidden;
        touch-action: none;
    }
    .four-piller-cards {
    grid-template-columns: repeat(2, 1fr);
    }
    .generic-heading-text-con{
        grid-template-columns: 100%;
    }
    .padding-y-80{
        padding: 60px 0;
    }
    h2{
        font-size: 36px;
        line-height: 40px;
    }
    p {
        font-size: 18px;
        line-height: 24px;
    }
    .latest-product-sec .generic-heading-text-con {
        margin-bottom: 28px;
    }
    .latest-product-sec .generic-heading-text-con .generic-heading-text-right{
        padding: 0;
    }
    .gift-banner h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .sale-brand-left h4 {
        font-size: 30px;
        padding-top: 0;
        line-height: 37px;
    }
    .sale-brand-con {
        grid-template-columns: 100%;
        gap: 16px;
        margin-bottom: 0;
    }
    .sale-list-item .sale-list-item-inner{
        gap: 16px;
        grid-template-columns: 100%;
    }
    .sale-brand-right > h5{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .sale-list{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(35vw, 1fr));
        grid-auto-columns: minmax(35vw, 1fr);
        overflow-x: auto;
        grid-auto-flow: column;
        gap: 20px;
        scrollbar-width: none;
    }
    .sale-list-item-right > div span , .sale-list-item-right > div > p , .sale-list-item-right > img{
        display: none;
    }
    .sale-list-item-right > div > h5 , .sale-list-item{
        margin-bottom: 0;
    }
    .gift-banner a {
        padding: 32px;
    }
    .generic-card-list{
        padding: 0;
    }
    .certification-inner-right{
        gap: 20px;
        display: grid;
        overflow-x: auto;
        scrollbar-width: none;
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-auto-columns: minmax(280px, 1fr);
    }
    .main-slider-con .generic-heading-text-con h2{
        font-size: 30px;
        line-height: 36px;
    }
    .main-slider-con .generic-heading-text-right p{
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -.4px;
    }
    
    .slide-inner figure {
        height: 358px;
    }
    .slide-inner h6 {
        font-size: 14px;
        line-height: 19px;    
    }
    .curation-process-con{
        padding-top: 40px;
    }
    .curation-left-con h2{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .meet-advisor-heading h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .external-pagi h6 {
        font-size: 22px;
        line-height: 36px;
    }
    .meet-advisor-slide{
        gap: 20px;
    }
    .advisor-slide-right p {
        font-size: 32px;
        line-height: 38px;
    }
    .review-heading {
        grid-template-columns: 100%;
    }
    .main-review-sec{
        padding: 60px 0;
    }
    .review-heading-left h2{
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 24px;
    }
    .review-heading{
        margin-bottom: 16px;
    }
    .review-heading-right span {
        gap: 8px;
        font-size: 12px;
        line-height: 24px;
        padding: 8px 12px;
    }
    .review-heading-right span svg {
        width: 15px;
        height: 15px;
    }
    .review-heading-right {
        gap: 8px;
    }
    .client-review > h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 2lh;
    
    }
    .client-review > p {
        font-size: 14px;
        line-height: 19px;
    }
    .client-review:not(.client-review--expanded) > p {
        min-height: calc(6 * 19px);
        min-height: 6lh;
    }
    .client-review{
        width:300px;
        padding: 20px;
    }
    .main-review-sec > .wrapper > p {
        margin-bottom: 32px;
    }
    .footer-inner{
        gap: 20px;
    }
    .main-footer-sec {
        padding-top: 60px !important;
    }
}

@media only screen and (max-width: 767px){
    .main-nav {
        height: 64px;
    }
    .main-nav .top-nav-logo img {
        height: 45px;
        width: auto;
    }
    .main-hero-sec {
        height: 100vh;
    }
    .hero-content {
        bottom: 0;
    }
    .latest-product-sec{
        border-radius: 12px 0 12px 0;
    }
    p{
        font-size: 16px;
        line-height: 24px;
    }
    .sale-brand-con + .gift-banner a{
        align-items: end;
    }
    .generic-card-list{
        grid-template-columns: 100%;
    }
    .generic-card-list-item {
        height: 280px;
    }

    .generic-card-list-item a > h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .generic-card-list-item a > p {
        font-size: 16px;
        line-height: 24px;
        top: 92px;
    }
    .generic-card-list-item a {
        width: 100%;
    }
    .main-certification-sec .generic-heading-text-con h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .generic-heading-text-con .primary-btn a{
        display: none;
    }
    .main-certification-sec .wrapper > .primary-btn a {
        display: inline-block;
    }
    .certification-inner-left .generic-card-img-flip {
        height: 280px;
    }
    
    
    /* .certification-inner-left{
        display: none;
    } */
    .certification-inner{
        grid-template-columns: 100%;
    }
    .curation-right-con {
        grid-template-columns: repeat(3, 345px);
    }
    .mySwiperThumbs .swiper-wrapper{
        overflow-x: auto;
        scrollbar-width: none;
    }
    .external-pagi h6{
        white-space: nowrap;
    }
    .meet-advisor-slide{
        grid-template-columns: 100%;
    }
    .main-review-sec{
        padding: 64px 0;
    }
    .review-heading-right span{
        gap: 4px;
    }
    .main-review-sec > .wrapper > p {
        font-size: 18px;
    }
    /* .generic-heading-text-left h2 {
        font-size: 30px;
        line-height: 36px;
    } */
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sale-list {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        grid-auto-columns: minmax(280px, 1fr);
    }
    .main-certification-sec .generic-heading-text-con {
        margin-bottom: 20px;
    }
    
    .review-heading-left h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .footer-inner{
        grid-template-columns: 100%;
    }
    .footer-left-con{
        order: 2;
        display: grid
    }
    .footer-left-con > a{
        order: 3;
        width: fit-content;
        margin-bottom: 0;
    }
    .footer-right-con > p{
        display: none;
    }
    .copy-right{
        display: block;
        margin: 32px 0;
    }
    .social-icons{
        margin-top: 32px;
    }
    .footer-left-con img {
        width: 160px;
    }
}

@media only screen and (max-width: 640px){
    .main-nav{
        padding: 8px;
    }
    .nav-logo svg{
        max-width: 80px;
    } 
    .hero-content .primary-btn {
        gap: 12px
    }
    .hero-content .primary-btn a{
        width: 100%;
        text-align: center;
        padding-inline: 8px;
        font-size: 13px;
    }
    .hero-content p {
        font-size: 14px;
    }
    h2,
    .main-certification-sec .generic-heading-text-con h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .four-piller-cards-inner {
        height: 360px;
    }
    .four-piller-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .social-icons li a {
        font-size: 22px;
    }
    .latest-product-sec .four-piller-cards,
    .latest-product-sec .gift-banner{
        margin-bottom:40px;
    }
    .gift-banner a {
        padding: 25px;
    }
    .gift-banner h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .gift-banner p {
        font-size: 20px;
        line-height: 26px;
    }
    .gift-banner .gift-banner-inner{
        flex-direction: column;
    }
   
    .sale-list-item-right > div > h5 {
        font-size: 18px;
        line-height: 24px;
    }
    /* .main-certification-sec .generic-heading-text-con {
        margin-bottom: 16px;
    } */
    .meet-advisor-sec{
        display: none;
    }
    .sale-brand-con + .gift-banner a{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .curation-right-con {
        grid-template-columns: repeat(3, 100%);
    }
    .sale-brand-right > h5 {
        font-size: 20px;
    }
    .certification-inner-left .generic-card-img-flip {
        height: 250px;
    }
    .generic-card-list-item {
        height: 250px;
    }
    .generic-card-list-item a > h3 {
        font-size: 20px;
        line-height: 24px;
    } 
    .footer-right-text p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-right-text form button{
        padding: 8px 12px;
    }
    .copy-right{
        font-size: 16px;
    }
    .main-footer-sec {
        padding: 40px 0 20px;
    }
    .main-review-sec {
        padding: 32px 0;
    }
    .curation-product-list h2{
        padding-left: 0;
        font-size: 24px;
        line-height: 32px;
    }
    .wrapper {
        padding-inline: 16px;
    }
    .hero-content{
        left: 0;
        padding: 0 16px;
        text-align: center;
    }
    .gift-banner-inner .primary-btn {
        justify-content: center;
    }
    .main-footer-sec {
        padding-top: 40px !important;
    }
    .main-review-sec{
        padding: 40px 0;
    }
    .padding-y-80{
        padding: 40px 0;
    }
    .generic-card-sec.engineering-container,
    .main-slider-con {
        padding: 40px 0;
    }
    .curation-process-con {
        padding-top: 40px !important;
    }
    .meet-advisor-sec {
        padding-top: 40px;
    }
    .footer-left-con img {
        width: 120px;
    }
}