 .product-options{
    color:#fff;
}

.option-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.option-title span{
    color:#CC1F1F;
}

.option-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.option-btn{
    background:#fff;
    color:#1b2a4a;
    border:1px solid #d5d5d5;
    border-radius:8px;
    padding:10px 22px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
    cursor:pointer;
    min-width:120px;
}

.option-btn:hover{
    border-color:#CC1F1F;
    color:#CC1F1F;
}

.option-btn.active{
    background:#CC1F1F;
    color:#fff;
    border-color:#CC1F1F;
}

@media(max-width:576px){

    .option-btn{
        min-width:95px;
        font-size:15px;
        padding:8px 16px;
    }

    .option-title{
        font-size:18px;
    }

}
 
 
/* HERO SECTION */
.Pure-Viso-hero {
  width: 100%;
margin-top: 143px;
  position: relative;
  overflow: hidden;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 36px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 36px !important;
}

/* SWIPER FULL HEIGHT */
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
    background-size: 100% 100%;
  background-position: top;
}

/* HERO SLIDE BACKGROUND */
.hero-slide {
  background-size: cover;        /* ðŸ”¥ important */
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

/* OPTIONAL DARK OVERLAY (LUXURY FEEL) */
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* CONTENT ABOVE OVERLAY */
.hero-slide .container {
  position: relative;
  z-index: 2;
}




.Pure-Viso-hero {
  overflow: hidden;
     /*height: 710px;*/
     height : 400px ;
}

.hero-slide {
  height: 100vh;
  display: flex;
  object-fit: contain;
  align-items: center;
  background-size: cover;
  background-position: center;
}


@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: 0.4s ease;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}


/* Heading */
.section-title {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 60px;
      color: #fff !important;
}

.ingredients-section {
  background: #E8E4DC;
  padding: 80px 0;
  height: 350px;
}

.ingredient-item h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 6px;
}

.ingredient-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}

.ingredient-img {
  width: 170px;
  height: 170px;
  border-radius: 2% !important;
  border: 3px solid #fff;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

.ingredient-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* MOBILE SLIDER */

/* ---------------- MOBILE SLIDER ---------------- */
@media (max-width: 767px) {



  .ingredients-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  .ingredients-slider::-webkit-scrollbar {
    display: none;
  }

  .ingredient-slide {
    flex: 0 0 85%;
    margin: 0 7.5%;
    scroll-snap-align: center;
  }

  /* Arrows */
  .slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
  }

  .left-btn { left: 5px; }
  .right-btn { right: 5px; }

  /* Indicators */
  .slider-indicators {
    margin-top: 20px;
  }

  .slider-indicators .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
  }

  .slider-indicators .dot.active {
    background-color: #000;
    width: 18px;
    border-radius: 10px;
  }
}


/* DESKTOP â€“ NORMAL GRID */
@media (min-width: 768px) {
   .ingredients-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .ingredient-slide {
    flex: 0 0 16%;
    margin: 0;
  }
}

/* ===== SECTION ===== */
.prime-picks {
  padding: 80px 0;
}

/* Heading */
.small-heading {
  letter-spacing: 3px;
  font-size: 12px;
      color: #fff !important;
  margin-bottom: 10px;
}

/* Tabs */
.prime-tabs .nav-link {
  border: none;
 font-size: 18px;
  letter-spacing: 2px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
 color: #fff !important;
     font-weight: 500;

  padding-bottom: 6px;
}

.prime-tabs .nav-link:hover {
  border: none;
 font-size: 18px;
  letter-spacing: 2px;
  background-color: unset;
 color: #000 !important;
     font-weight: 500;

  padding-bottom: 6px;
}
.prime-tabs .nav-link.active {
  border-bottom: 1.5px solid #FF1493;
background-color: #cc1f1f;
color: #fff !important;
}

  /* PRODUCT CARD */
  /* Mobile view â€“ horizontal slider */
@media (max-width: 767px) {
  .product-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .product-slider::-webkit-scrollbar {
    display: none;
  }

  .product-slide {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
  }
}

/* Desktop view â€“ normal grid */
@media (min-width: 768px) {
  .product-slider {
    overflow: visible;
  }

  .product-slide {
    flex: unset;
    max-width: 33.3333%;
  }
}

.product-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  transition:.4s;
  height:100%;
}

.product-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* IMAGE AREA */
.card-image{
  position:relative;
  height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  overflow:hidden;
}

.card-image img{
     width: 100%;
    /* max-height: 190px; */
    height: 100%;
    object-fit: contain;
    transition: .4s;
}
.card-image a{
    height: 100%;
    width : 100%;
}

.product-card:hover img{
  transform:scale(1.08);
}

/* WISHLIST */
.wishlist{
 position: absolute;
    top: 12px;
    right: 14px;
    background: #fff;
    font-size: 22px;
    padding: 0px 8px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    color: #bbb;
    user-select: none;
    transition: .25s;
}

.wishlist.active{
  color:#e63946;
  transform:scale(1.15);
}

/* NEW LAUNCH */
.badge-launch{
  position:absolute;
  top:18px;
  left:-45px;
  z-index: 990;
  background:#f7f4ee;
  color:#000;
  padding:6px 55px;
  font-size:12px;
  font-weight:600;
  transform:rotate(-45deg);
}

/* ADD TO CART â€“ FIXED AT BOTTOM */
.cart-overlay{
 
  bottom: 16px;                 /* ðŸ”¥ always visible */
 
 
  width: 85%;
  border: none;
  border-radius: 30px;
  padding: 10px;

  background: #CC1F1F;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
margin-bottom: 14px;
  opacity: 1;                   /* ðŸ”¥ always visible */
  transition: background 0.3s ease;
}
.cart-buy{
    bottom: 16px;                 /* ðŸ”¥ always visible */
 
 width: 85% !important;
    border: none;
    border-radius: 30px;
    display: inline-block;

  padding: 10px;
border: 1px solid #909c68;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
margin-bottom: 14px;
  opacity: 1;                   /* ðŸ”¥ always visible */
  transition: background 0.3s ease;
}
.cart-buy:hover{
  background: #1B2A4A;
       color: #fff !important;
}
.cart-overlay:hover{
  background: #222;
    color: #fff;
}

/* .product-card:hover .cart-overlay{
  bottom:18px;
  opacity:1;
} */

/* BODY */
.card-body{
  padding:15px;
  text-align:center;
}

.product-title{
  font-size:14px;
  font-weight:600;
}

.price{
  font-size:18px;
  font-weight:600;
}

.price del{
  font-size:13px;
  color:#999;
}

.off{
display: inline-block;
  font-size:12px;
  color:#198754;
}
/* MOBILE OPTIMIZATION */
@media (max-width: 450px) {
  .Pure-Viso-hero {
                height: 416px;
    margin-top: 50px;
  }
  .prime-picks {
    padding: 50px 0;
}

  .ingredient-img {
    width: 140px;
    height: 140px;
  }

  .ingredient-item h6 {
    font-size: 15px;
  }

  .ingredient-item p {
    font-size: 13px;
    max-width: 160px;
  }

  .ingredients-slider {
    padding-left: 10px;
  }

  .hero-slide {
    background-position: center top;
  }
}
@media (max-width: 420px) {
    .Pure-Viso-hero {
        height: 395px;
        margin-top: 50px;
    }
}
@media (max-width: 390px) {
       .Pure-Viso-hero {
        height: 369px;
        margin-top: 50px;
    }
}
@media (max-width: 370px) {
    .Pure-Viso-hero {
        height: 356px;
        margin-top: 50px;
    }
}
@media (max-width: 360px) {
    .Pure-Viso-hero {
        height: 358px;
        margin-top: 50px;
    }
}
/* MOBILE */
@media(max-width:767px){
  .cart-overlay{
    opacity:1;
    bottom:18px;
  }
  .product-card:hover{
    transform:none;
  }
  .product-card:hover img{
    transform:none;
  }
}

/* Button */
.cart-btn {
  margin-top: 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 0;
  width: 100%;
}

.cart-btn:hover {
  background: #222;
  color: #fff;
}
/* ===============================
   WISHLIST CARD (ADVANCED)
================================ */
.wishlist-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wishlist-card {
  display: flex;
  gap: 18px;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.wishlist-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* ===============================
   IMAGE
================================ */
.wishlist-img {
    width: 120px;
    height: 120px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wishlist-img img {
  /*max-width: 70px;*/
  /*max-height: 70px;*/
  object-fit: contain;
}

/* ===============================
   INFO
================================ */
.wishlist-info {
  flex: 1;
}

.wishlist-info h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.wishlist-price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

/* ===============================
   ACTIONS
================================ */
.wishlist-actions {
  display: flex;
  gap: 12px;
}

.btn-move {
  background: #909c68;
      color: #fff !important;
  border: none;
  padding: 8px 18px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.25s ease;
}

.btn-move:hover {
  background: #000;
}

.btn-remove {
  background: transparent;
  border: 1.5px solid #909c68;
  color: #909c68;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.25s ease;
}

.btn-remove:hover {
  background: #e63946;
  color: #fff;
}

/* ===============================
   MOBILE VIEW
================================ */
@media (max-width: 576px) {
  .wishlist-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .wishlist-info {
    flex: 1;
    width: 100%;
}

  .wishlist-img {
    width: 100%;
    height: 150px;
  }

  .wishlist-actions {
    width: 100%;
    flex-direction: column;
  }

  .wishlist-actions button {
    width: 100%;
  }
}


/* Image */
.luxury-fragrance-section{
     background: #Fff !important;
}
.luxury-img {
  border-radius: 2px;
}

/* Content */
.luxury-content {
  padding-left: 60px;
}



.luxury-title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.luxury-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 420px;
  margin-bottom: 30px;
}


/* Button */
.luxury-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #909c68;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
}

.luxury-btn:hover {
  background: #222;
  color: #fff;
}

/* ===== SECTION ===== */
.thoughtful-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #fff 0%, #fff5f8 100%);
    position: relative;
    overflow: hidden;
}

.thoughtful-section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 105, 180, 0.08);
    border-radius: 50%;
    top: -150px;
    left: -150px;
    filter: blur(80px);
}

.thoughtful-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 182, 193, 0.12);
    border-radius: 50%;
    bottom: -120px;
    right: -120px;
    filter: blur(80px);
}

.thoughtful-title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #1f1f1f;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.thoughtful-subtitle {
    max-width: 750px;
    margin: 0 auto 60px;
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

.commitment-item {
    background: #fff;
    border-radius: 24px;
    padding: 35px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    border: 1px solid rgba(236, 72, 153, 0.12);
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.commitment-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background:#CC1F1F;
}

.commitment-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(236,72,153,.15);
}

.commitment-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 25px;
    transition: .4s ease;
}

.commitment-item:hover img {
    transform: scale(1.08);
}

.commitment-item h6 {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    min-height: 50px;
    letter-spacing: .5px;
}

.commitment-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #1b2a4a;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: -5px;
}

.carousel-control-next {
    right: -5px;
}

@media(max-width:768px){

    .thoughtful-section{
        padding:60px 0;
    }

    .thoughtful-title{
        font-size:30px;
    }

    .thoughtful-subtitle{
        font-size:14px;
        padding:0 10px;
    }

    .commitment-item{
        margin:0 15px;
    }
}
/* ===== SECTION ===== */
.art-gifting {
  background: #fff;
}



.art-title {
  font-size: 28px;
  letter-spacing: 2px;
}

/* Card */
.gift-card {
  position: relative;
  overflow: hidden;
}

.gift-card img {
  width: 100%;
  display: block;
}



/* Hover effect */
.gift-card img {
  transition: transform 0.4s ease;
}

.gift-card:hover img {
  transform: scale(1.05);
}
.collection-main-img{
  width: 100%;

 height: 410px;


    object-fit: contain;
    background: #fff;
    border-radius: 18px;
    padding: 0px;
}
/* ===== SECTION ===== */
.collection-section {
  padding: 20px 0;
}

.collection-title {
  font-size: 24px;
      color: #fff;
  letter-spacing: 3px;
     margin-bottom: 12px;
}

/* Tabs */
.collection-tabs .nav-link {
  border: 1px solid #ddd;
  margin: 5px;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #000 ;
  padding: 6px 14px;
}

.collection-tabs .nav-link.active {
  background: #000;
  color: #fff !important;
}

/* Big Image */
.collection-main-img {
  width: 100%;
}

/* Product Card */
.collection-card {
  position: relative;
  text-align: center;
}

.collection-card img {
  max-height: 220px;
  margin-bottom: 15px;
}
/* Mobile view â€“ horizontal slide */
@media (max-width: 767px) {
  .collection-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .collection-tabs::-webkit-scrollbar {
    display: none; /* clean look */
  }

  .collection-tabs .nav-item {
    flex: 0 0 auto;
  }

  .collection-tabs .nav-link {
    white-space: nowrap;
    margin-right: 10px;
  }
}

/* Desktop view â€“ same as normal */
@media (min-width: 768px) {
  .collection-tabs {
    overflow: visible;
    flex-wrap: wrap;
  }
}




/* Title */
.collection-card h6 {
  font-size: 12px;
  letter-spacing: 1px;
  min-height: 23px;
}

/* Price & Rating */
.price {
  font-size: 14px;
  font-weight: 700;
}

.rating {
  font-size: 12px;
  color: #555;
}

/* Button */
.cart-btn {
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 10px;
}

.view-all-advanced {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;

  width: 140px;
  height: 46px;

  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;

  overflow: hidden;
  transition:
    width 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.3s ease,
    color 0.3s ease;
}

/* TEXT */
.view-all-advanced .text {
  transition: transform 0.4s ease;
}








/* ===== SECTION ===== */


/* ===== SECTION ===== */
.video-testimonial-section{
    padding:100px 0;
    background:linear-gradient(180deg,#fff,#fff4f8);
    position:relative;
    overflow:hidden;
}

.video-testimonial-section::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,105,180,.08);
    border-radius:50%;
    top:-150px;
    left:-150px;
    filter:blur(100px);
}

.video-testimonial-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,182,193,.12);
    border-radius:50%;
    right:-100px;
    bottom:-100px;
    filter:blur(100px);
}

.testimonial-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    color:#1f1f1f;
    margin-bottom:60px;
    position:relative;
    z-index:2;
}

.testimonial-title::after{
    content:"";
    width:80px;
    height:4px;
    background:linear-gradient(90deg,#ff4fa5,#ff85c2);
    display:block;
    margin:15px auto 0;
    border-radius:10px;
}

.marquee{
    overflow:hidden;
    position:relative;
    z-index:2;
}

.marquee-track{
    display:flex;
    gap:25px;
    width:max-content;
    animation:marqueeMove 45s linear infinite;
}

.marquee:hover .marquee-track{
    animation-play-state:paused;
}

@keyframes marqueeMove{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.review-card{
    width:350px;
    min-height:240px;
    padding:30px;
    border-radius:28px;
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.6);
    box-shadow:
        0 15px 40px rgba(0,0,0,.06),
        0 5px 15px rgba(236,72,153,.08);
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.review-card::before{
    content:"❝";
    position:absolute;
    top:15px;
    left:18px;
    font-size:80px;
    line-height:1;
    color:rgba(236,72,153,.12);
    font-family:serif;
}

.review-card::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#cc1f1f;
    
}

.review-card:hover{
    transform:translateY(-12px);
    box-shadow:
        0 25px 60px rgba(236,72,153,.18);
}

.review-text{
    font-size:15px;
    line-height:1.9;
    color:#555;
    position:relative;
    z-index:2;
    margin-bottom:25px;
}

.name{
    margin:0;
    font-size:14px;
    font-weight:700;
    color:#e91e63;
    letter-spacing:.5px;
}

.name::before{
    content:"★★★★★";
    display:block;
    color:#ffb800;
    margin-bottom:10px;
    letter-spacing:2px;
}

@media(max-width:768px){

    .video-testimonial-section{
        padding:70px 0;
    }

    .testimonial-title{
        font-size:30px;
        margin-bottom:40px;
    }

    .review-card{
        width:280px;
        min-height:auto;
        padding:25px;
    }

    .review-text{
        font-size:14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
  .logo-item {
    padding: 0 30px;
  }

  .logo-item img {
    height: 35px;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .category-card p {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .collection-main-img {
    margin-bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .art-title {
    font-size: 22px;
  }

  .gift-label {
    font-size: 12px;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .thoughtful-title {
    font-size: 16px;
  }
}


/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .luxury-content {
    padding-left: 0;
    text-align: center;
  }

  .luxury-text {
    margin-left: auto;
    margin-right: auto;
    
        margin-bottom: 0px;
  }
}



/* Mobile */
@media (max-width: 576px) {
  .iconic-img {
    width: 130px;
    height: 130px;
  }
  .collection-main-img{
 
    height: 250px;
   
}

}




/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .logo {
    font-size: 24px;
  }

  .navbar-nav {
    padding-top: 10px;
  }
}
/* ===== MOBILE ===== */
@media (max-width: 430px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    margin-top: 80px;
  }
  .prime-tabs .nav-link {
    border: none;
    font-size: 14px;
  }
}