*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}
.body{
    font-family: 'Jost', sans-serif;
}
.main-navbar {
  background-color: transparent;
  transition: background-color 0.8s ease, box-shadow 0.7s ease,padding 0.3s ease-in;
}
#heroCarousel{
  position: relative !important;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}


/* scroll ke baad */
.main-navbar.scrolled {
  background-color: var(--bg-color) !important; /* change color */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 padding: 10px 2px !important;
}

/* body spacing (VERY IMPORTANT) */
body {
  padding-top: 100px; /* navbar height */
}

/* sticky */
.navbar-brand i{
    color: white;
    background-color: var(--text-blue);
    padding: 7px 0px;
    border-radius: 10px;
    font-size: 35px;
}
.dropdown-item:hover{ 
    background-color: var(--text-blue) !important;
    color: white !important;

}

nav{
  background-color: #e9f2f2 !important;
  padding: 0px 20px!important;
  font-family: 'Jost', sans-serif !important;
}

.nav-item{
    color: #5F6F73 !important;
}

.cart {
  position: relative;
  display: inline-block;
}

.cart .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}


/* Social Icons */
.social-icons a {
  color: #1DA1F2 ;
  font-size: 14px;
  transition: 0.3s;
}
.nav-item{
   font-size: 16px;
}

.navbar-brand{
    font-size: 40px !important;
    color: var(--text-blue) !important;
}
.social-icons a:hover {
 color: #333;
}
.social-icons span{
    color: #0532768e;
}

/* Language & Currency */
.lang-currency {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  padding: 0 12px;
}
.meta-footer{
  cursor: pointer;
}

/* Icon Group */
.icon-group i {
  font-size: 16px;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.3s;
}
.icon-group i:hover {
  color: #0d6efd;
}

/* Helpline */
.headphone-box {
  display: flex;
  align-items: center;
  gap: 10px;
 
 
}

.headphone-box i {
  font-size: 18px;
  color: #333;
}

.helpline {
  font-size: 11px;
  margin: 0;
  color: #6c757d;
}

.phone-number {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}
.drop{
   font-size: 12px; 
   margin-left: 5px;
}
/* banners section */
.circle-left,
.circle-right {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-left i,
.circle-right i {
  color: #000;
  font-size: 18px;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

/* style.css */

:root {
  --bg-blue: #e9f5f5; /* Light minty blue from the image */
    --text-dark: #333;
    --accent: #555;
    --bg-color: #e9f2f2;
    --text-blue: #1f2d2bdf;
    --btn-color: #a7c1c1;
    --paragraph-color:#6B7C7A;
    --main-background:#F4F9F8;
    --card-section:#FFFFFF;
    --light-green:#E6F2F0;
    --border-divider:#E3EDED;
    --rating-star:#F4B740;
    --discount:#E94B4B;

}


.hero-banner {
    
    overflow: hidden;
    background-color: #e9f2f2;
       font-family: 'Jost', sans-serif;
  
}
.hero-text-section{
  padding-left: 80px !important;
}

.hero-text-section h6 {
    color: #1f2d2b8a;
    letter-spacing: 2px;
    font-size: 20px;
}

.hero-text-section h1 {
   color:var(--text-blue);
    line-height: 1.1;
    font-weight: 400 !important;
}

/* Custom Button Styling */
.btn-explore {
  margin-top: 20px !important;
    background-color: var(--btn-color) !important;
    color: white;
    padding: 16px 40px !important;
    border-radius: 80px !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    transition: all 0.8s ease !important;
   font-weight: 600 !important;
   border: 1px solid transparent !important;
}

.btn-explore:hover {
    background-color: #08b0b0 !important;
    color: white !important;
    transform: translateY(-5px);
    border: 1px solid #E94B4B !important;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
   
}
.circle-right {
  width: 40px;              /* size of circle */
  height: 40px;
  background-color: #fff;   /* circle background color */
  border-radius: 50%;       /* makes it circle */
  
  display: flex;            /* center icon */
  align-items: center;
  justify-content: center;
 border: 1px solid var(--paragraph-color);
  cursor: pointer;
}
.circle-right:hover {
  background-color: var(--btn-color);
}

.circle-right:hover .right {
  color: #fff;   /* icon becomes white on hover */
}

.circle-left {
  width: 40px;              /* size of circle */
  height: 40px;
  background-color:white;   /* circle background color */
  border-radius: 50%;       /* makes it circle */
  
  display: flex;            /* center icon */
  align-items: center;
  justify-content: center;

  cursor: pointer;
  border: 1px solid var(--paragraph-color);
}

.circle-left:hover {
  background-color: var(--btn-color);
}

.circle-left:hover .left {
  color: #fff;   /* icon becomes white */
}
.left {
  color:var(--text-blue);              /* icon color */
  font-size: 18px;
  
}

.hero-text-section{
  position: relative;
}
.circle-left{
  position: absolute;
  top: 50%;
  left: 20%;
}
#right-side{
  position: relative;
}
.circle-right{
  position:absolute;
  color:var(--text-blue);
  top: 50%;
  right: 15%;
}

/* The Circular Decoration */
.main-circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}

.model-img {
     position: relative;
    z-index: 2;

    width: 80%;
    max-width: 700px;   /* desktop limit */
    height: auto;

    min-height: 500px; 
}
/* banner2 */
.services-banner {
    background-color: #fff; 
}

.service-icon i {
    font-size: 40px;
    color: #94b9be; /* Image matching Teal color */
    font-weight: 300;
    margin-bottom: 35px;
}

.service-text h5 {
     font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #444;
}

.service-text p {
    font-family: 'Jost', sans-serif;
    font-size:16px;
    line-height: 1.4;
    color: #777 !important;
    margin-top: 10px;
}
/* shop1 feature */
.title-text {
    font-weight: 400;
    font-size: 28px;
    color:var(--text-blue);
    margin-bottom: 2px;
     font-family: 'Jost', sans-serif;
}

.subtitle-text {
    font-size: 16px;
      font-family: 'Jost', sans-serif;
      color: var(--light-green);
}

/* Card Image Area */
.img-wrapper {
    position: relative;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}
.img-wrapper img {
  transition: opacity 0.6s ease;
}

.img-wrapper:hover img {
  opacity: 0.3;  /* image dim ho jayegi */
}
.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s;
}

/* Labels/Badges */
.badge-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
    z-index: 2;
}
.badge-tag.tag-red { background-color: #ef4444; }
.badge-tag.tag-grey { background-color: #94a3b8; }
.badge-tag.right { left: auto; right: 12px; }

/* Hover Icons */
.overlay-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.3s ease;
}

.overlay-icons {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, 50%);
}

.img-wrapper:hover .overlay-icons {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}


.overlay-icons button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    color: #64748b;
}

.overlay-icons button:hover {
    background: #64748b ;
    color: white;
}

/* Product Info */
.rating-stars { color: #facc15; font-size: 10px; }
.review-count { color: #94a3b8; margin-left: 5px; font-size: 11px; }
.product-title { font-size: 15px; font-weight: 500; color: #475569; margin: 0; }
.price-current { font-weight: 500; color: var(--paragraph-color); font-size: 16px; }
.price-old { text-decoration: line-through; color: var(--paragraph-color); font-size: 14px; margin-left: 10px; }

/* Bottom Elements */
.color-dots span {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
.dot-blue { background: #3b82f6;}
.dot-yellow { background: #facc15; }
.dot-red { background: #ef4444; }

.size-tags span {
    border: 1px solid #e2e8f0;
    padding: 1px 6px;
    font-size: 11px;
    color: #94a3b8;
    margin-left: 2px;
}

/* Navigation */
.nav-btn {
    border: 1px solid #e2e8f0;
    background: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #cbd5e1;
   
}
/* fasion */
collection-section {
    background: #fff;
}

.collection-card {
    position: relative;
    background: #eef6f5;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

.collection-card.small {
    height: 260px;
    width: 334px;
}

.collection-card.big {
    padding: 40px 30px;
}

.collection-card h3,
.collection-card h4 {
    font-size: 33px;
    line-height: 48px;
    color: #52586d;
    margin: 0 0 11px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;

}

.collection-card a {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #52586d;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.tag {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
}

/* CIRCLE */
.circle {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: -24px;
    bottom: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-circle {
    width: 266px;
    height: 266px;
    margin: 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
}

/* IMAGE */
.circle img {
    position: absolute;
    bottom: 0;
    right: 48px;
    max-width: 75%;
    max-height: 120%;
    object-fit: contain;
}

.circler2 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: 74px;
    bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circler2 img {
    position: absolute;
    bottom: 35px;
    right: 25px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.big-circle img {
    position: absolute;
    bottom: 0;
    right: 19px;
    max-width: 93%;
    max-height: 100%;
    object-fit: contain;
}

/* Center card text */
.big {
    text-align: center;
}

.circle-r3 {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: -48px;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-r3 img {
    top: -90px;
    position: absolute;
    bottom: 0px;
    right: 37px;
    max-width: 92%;
    height: 89vh;
    object-fit: contain;
}

.big-circle-2 {
    width: 215px;
    height: 215px;
    margin: 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
}

.big-circle-2 img {
    position: absolute;
    bottom: 0;
    top: -59px;
    right: 48px;
    max-width: 65%;
    max-height: 100%;
    object-fit: contain;
}

.circleglasses {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #dfeeed;
    border-radius: 50%;
    right: -24px;
    bottom: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circleglasses img {
    top: -166px;
    position: absolute;
    bottom: 0px;
    right: 24px;
    max-width: 100%;
    height: 89vh;
    object-fit: contain;
}

/* Tablets and below (992px and down) */
@media (max-width: 992px) {

     .collection-card.small {
    width: 100% !important;
  }

  .collection-card.big {
    width: 100% !important;
  }

    .col-lg-4 {
        margin-bottom: 1rem;
    }

    .circler2 {
        right: -17px;
        bottom: -36px;
    }

    .circle-r3 img {
        top: -51px;
    }

    .big-circle img {
        right: 19px;
        bottom: -39px;
    }
}

/* Small tablets and large phones (768px and down) */
@media (max-width: 768px) {
    .collection-section {
        padding: 2rem 0 !important;
    }

    .collection-card {
        padding: 25px;
    }

    .collection-card h3,
    .collection-card h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .collection-card a {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .tag {
        font-size: 14px;
        margin-bottom: 7px;
    }

    /* Adjust circles for tablets */
    .circle {
        width: 150px;
        height: 150px;
        right: -20px;
        bottom: -20px;
    }

    .circle img {
        right: 40px;
        max-width: 80%;
    }

    .big-circle {
        width: 220px;
        height: 220px;
    }

    .big-circle img {
        right: 15px;
    }

    .big-circle-2 {
        width: 180px;
        height: 180px;
    }

    .big-circle-2 img {
        right: 40px;
        max-width: 70%;
    }

    .circler2 {
        width: 150px;
        height: 150px;
        right: -20px;
    }

    .circler2 img {
        bottom: 30px;
        right: 20px;
    }

    .circle-r3 {
        width: 156px;
        height: 162px;
        right: -38px;
        top: -4px;
    }

    .circle-r3 img {
        right: 30px;
        height: 85vh;
    }

    .circleglasses {
        width: 150px;
        height: 150px;
    }

    .circleglasses img {
        right: 20px;
        height: 85vh;
    }
}

/* Mobile devices (576px and down) */
@media (max-width: 576px) {
    .collection-section {
        padding: 1.5rem 0 !important;
    }

    .container {
        padding: 0 15px;
    }

    .collection-card {
        padding: 20px;
        min-height: 240px;
    }

    .collection-card.small {
        height: auto !important;
        min-height: 240px;
    }

    .collection-card h3,
    .collection-card h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .collection-card a {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .tag {
        font-size: 13px;
        margin-bottom: 6px;
    }

    /* Smaller circles for mobile */
    .circle {
        width: 150px !important;
        height: 150px !important;
        right: -15px;
        bottom: -15px;
    }

    .circle img {
        right: 30px;
        max-width: 85%;
    }

    .big-circle {
        width: 180px;
        height: 180px;
        margin-top: 15px;
    }

    .big-circle img {
        right: 10px;
        max-width: 90%;
    }

    .big-circle-2 {
        width: 163px;
        height: 163px;
        margin-top: 15px;
    }

    .big-circle-2 img {
        right: 35px;
        top: -70px;
        max-width: 75%;
    }

    .circler2 {
        width: 140px !important;
        height: 140px !important;
        right: -12px;
    }

    .circler2 img {
        bottom: 25px;
        right: 15px;
        max-width: 95%;
    }

    .circle-r3 {
        width: 160px !important;
        height: 160px !important;
        right: -35px;
        top: -20px;
    }

    .circle-r3 img {
        top: -39px;
        right: 25px;
        max-width: 95%;
        height: 80vh;
    }

    .circleglasses {
        width: 150px !important;
        height: 150px !important;
        right: -20px;
        bottom: -20px;
    }

    .circleglasses img {
        top: -140px;
        right: 18px;
        max-width: 95%;
        height: 80vh;
    }
}

/* Extra small devices (400px and down) */
@media (max-width: 400px) {

   
    .collection-card.small {
        height: auto !important;
        min-height: 209px;
    }


    .collection-card h3,
    .collection-card h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .collection-card a {
        font-size: 11px;
    }

    .tag {
        font-size: 12px;
    }

    .circle,
    .circler2,
    .circle-r3,
    .circleglasses {
        width: 100px;
        height: 100px;
    }

    .big-circle {
        width: 150px;
        height: 150px;
    }

    .big-circle-2 {
        width: 130px;
        height: 130px;
    }
}
.shop-link {
   font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
.discover-shop{
   font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;

 
}

.shop-link::before {
    content: '> ';
    font-weight: normal;
}

/* Image Positioning */
.promo-card img {
    transition: transform 0.3s ease;
}
.couple-headind{
  text-align: center !important;
}

.promo-card:hover img {
    transform: scale(1.05);
}
.first-img{
   position: absolute;
 right: 6%;
    bottom: 0;
      width: 112px;
  height: auto;

   
}

.floating-img-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80%;
}

.floating-img-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 150px;
}

.center-img {
    margin-top: 20px;
    max-height: 200px;
    object-fit: contain;
}

/* Specific heights for the Bento feel */
.h-35 { height: 35%; }
.h-40 { height: 40%; }
.h-50 { height: 50%; }
/* feature-product */
/* Custom Colors and Fonts */
.featured-product {
    background-color: #fcfdfd;
    overflow: hidden;
}

.product-title {
    color: #4a5568;
    font-family: 'Montserrat', sans-serif;
}

.price-current {
    color: #94b9be; /* Teal color from your theme */
    font-weight: 700;
}

.button-buy {
    background-color: #a4bfc3;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s;
}
.price-section a{
  text-decoration: none;
}

.button-buy:hover {
    background-color: #8da9ad;
    color: white;
}

/* Countdown Styles */
.timer-box {
    text-align: center;
}

.timer-box .number {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-size: 1.5rem;
    font-weight: 300;
    color: #444;
    transition: all 0.4s ease-in;
}
 .number:hover{
  background-color: var(--btn-color) !important;
  color: white;
 }

.timer-box .label {
    font-size: 0.7rem;
    color: #888;
    margin-top: 8px;
    display: block;
    letter-spacing: 1px;
}

.divider {
    font-size: 1.5rem;
    color: #ccc;
    padding-top: 10px;
}

/* Image Background Circle */
.circle-bg {
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: #e6f2f3;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
     animation: floatCircle 2s ease-in-out infinite;
}
@keyframes floatCircle {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -55%) scale(1.20);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}


.featured-img {
    z-index: 2;
    max-height: 500px;
}
.price-dollar{
  font-size: 35px;
  font-weight: 400;
  color: var(--btn-color);
}
.price-less{
    font-size: 25px;
  font-weight: 300;
  color: var(--paragraph-color);
}
.catagories a{
  text-decoration: none;
  color: var(--paragraph-color);

}
.catagories{
  display: flex;
  gap: 35px;
}
.catagories a.active {
  color: #000;
  border-bottom: 2px solid #000;
}
/* showcase */
/* Card Container Base */
.showcase-card {
   
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center; /* Vertically center content */
    padding: 0 10%;     /* Side padding for content */
    transition: transform 0.3s ease;
}

.showcase-card:hover {
    transform: translateY(-5px); /* Subtle lift on hover */
}

/* Background Images - Replace URLs with your actual image paths */
.showcase-women {
 
    background-color: #f3f3f3;
    background-image: url('back\ girl.png'); 
      background-size: cover !important;        /* image container ke hisaab se fit ho jaye */
    background-position: center !important;
    background-repeat: no-repeat;   /* image center se show ho */
  
}

.showcase-men {
    background-color: #e9e9e9;
    background-image: url('backwomen.png');
}

/* Typography Styling */
.showcase-badge {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.showcase-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #4a5568;
    line-height: 1.2;
    margin-bottom: 25px;
}

.showcase-link {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.showcase-link:hover {
    text-decoration: underline;
}

.arrow-icon {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}


/* categoris */

/* Typography and Colors */
.category-section h2 {
    color: #4a5568 !important; /* Matches the dark gray-blue text */
    font-size: 1.75rem;
}

.category-name {
    color: #4a5568;
    font-weight: 400 !important;
}

.item-count {
    color: #a0aec0 !important; /* Lighter gray for item counts */
}

/* Image Styling */
.category-img-wrapper img {
    width: 100%;
  
   
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover Effect */
.category-card {
  border-radius: 2px !important;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Optional: card hover shadow */
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.category-card img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Image zoom + subtle dim */
.category-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.85);
}


/* Navigation Buttons */
.nav-arrows .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    border-color: #e2e8f0;
    color: #cbd5e0;
}

.nav-arrows .btn:hover {
    background-color: #f7fafc;
    border-color: #cbd5e0;
    color: #4a5568;
}

/* Responsive adjustments for mobile */
@media (max-width: 576px) {
    .category-section h2 {
        font-size: 1.4rem;
    }
}

/* testimonials */
/* Background and Section Styling */
.testimonial-section {
    background-color: #f1f7f7; /* Very light blue-gray background */
    overflow: hidden;
    position: relative;
}

/* Decorative Background Circles */
.testimonial-section::before {
   content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #e2eeef;
    border-radius: 50%;
    bottom: -195px;
    left: 76px;
    z-index: 0;
}

.testimonial-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background-color: #e2eeef;
    border-radius: 50%;
    top: -16px;
    right: 37px;
    z-index: 0;
}

.container {
    z-index: 1; /* Keep content above circles */
}

/* Text and Heading Styling */
.text-content h2 {
    color: #4a5568 !important;
}

.small-text {
    font-size: 0.9rem;
    line-height: 1.6;
}
.small{
  cursor: pointer;
}

/* Testimonial Cards */
.testimonial-card {
    border-radius: 0px; /* Sharp corners as per image */
}

.quote-icon {
    font-size: 3rem;
    color: #a0aec0;
    line-height: 1;
    font-family: serif;
}

.testimonial-text {
    font-size: 0.85rem;
    line-height: 1.8;
}

.profile-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* Navigation & Pagination */
.nav-arrows .btn {
    border-color: #cbd5e0;
    color: #cbd5e0;
    width: 40px;
    height: 40px;
   
}

.nav-arrows:hover {
   
   color: white;
   
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #cbd5e0;
    border-radius: 50%;
}

.dot.active {
    background-color: transparent;
    border: 1px solid var(--accent);
    transform: scale(1.3);
}
.pagination-dots{
  position: absolute;
}
/* news section */
/* Typography */
.section-title {
    color: #4a5568;
    font-weight: 500;
}

.view-all-btn {
    font-size: 12px;
    letter-spacing: 1px;
    color: #718096;
    border-color: #e2e8f0;
}

/* Feature Card Styling */
.feature-card {
    position: relative;
    overflow: hidden;
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
}

.meta-info i {
    color:white;
}

.news-title {
    font-size: 1.8rem;
    font-weight: 400;
}

/* Small Card Styling */
.news-card {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: none !important;
    border-radius: none !important;
}

.news-card.border:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.small-news-title {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.read-more-link {
    text-decoration: none;
    color: #4a5568;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.read-more-link i {
    font-size: 10px;
    margin-right: 8px;
}

.promo-card h3{
  font-size: 36px;
}



.girl-circle{
 
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
  
    

}


/* follow section */
.follow-text {
    font-weight: 400;
    color: #555e6b;
    font-size: 1.8rem;
}

.handle {
    font-weight: 400;
    color: #4b5461;
}

/* Container for the grid to handle rounded corners */
.instagram-grid {
   
    overflow: hidden; /* Clips images to the border-radius */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.insta-item {
    overflow: hidden !important;
    position: relative;
    cursor: pointer;
}

.insta-item img {
    width: 100%;
    height: 250px;
    object-fit: cover; /* Ensures images fill the box without stretching */
    transition: transform 0.5s ease;
}

/* Hover Effect */
.insta-item:hover img {
    transform: scale(1.05);
    filter: brightness(80%);
  
   
}




 .showcase-card {
        height: auto;
        min-height: 400px;
    }
    
   
    .showcase-title {
        font-size: 1.6rem;
    }
 

    
    
/* logo */
/* Brand Logo Styling */
.brand-img {
    max-height: 40px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.brand-img:hover {
    opacity: 1;
}

.grayscale {
    filter: grayscale(100%);
}

/* Instagram Grid Styling */
.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This crops the images to fill the square ratio */
    display: block;
    transition: transform 0.4s ease;
}

.ratio:hover img {
    transform: scale(1.05); /* Subtle zoom effect on hover */
}

/* Custom spacing for the 5-column layout on mobile if needed */
@media (max-width: 576px) {
    .instagram-follow .col {
        flex: 0 0 33.333%; /* Shows 3 images per row on small screens */
    }
}
/* footer section */
/* Custom Styles */
.main-footer {
    background-color: #4a5452; /* Dark Slate color from image */
    font-family: 'Inter', sans-serif;
}

.newsletter-input input {
    border: none;
    padding-right: 40px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: white;
    color: #4a5452;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-icon:hover {
    background: #e2e2e2;
}


.newsletter-input .input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    
    font-size: 16px;
    pointer-events: none; /* click input easily */
}
.footer-u{
    background-color: var(--paragraph-color);
    padding: 5px 0px;
    border-radius: 10px;
}
.payment-icons span {
  height: 25px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  font-size: 10px;
  border-radius: 4px;
  

}
.last-f-page:hover{
  color: white !important;
  transition: all 0.4s ease-in;
  
}
.last-f-page{
  transition: all 0.3s ease;
}
.payment-icons span:hover {
  transform: translateY(-2px); /* slight lift */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background: #f1f1f1; /* light grey on hover */
}











/* =========================
   Responsive Media Queries
========================= */

/* --------- 991px --------- */
@media (max-width:1240px) {
    .headphone-box{
        display: none;
    }
    
    .icon-group{
        display: none;
    }
    .service-text{
      font-size: 10px !important;
    }
    

    
    
}
@media (max-width: 991px) {
   .service-text p{
  font-size: 9px !important;
  }
.fasion-section{
  display: flex !important;
  flex-direction: column !important;

}
.circle-bg {
    position: absolute;
    width: 340px;
    height: 340px;
  }
.showcase-card {
        height: auto !important;
        min-height: 430px !important;
        object-fit: cover !important;
        background-position: center;
    }
  

  .hero-text-section {
    padding-left: 40px !important;
  }
  .purse-circle{
    left: 8%;
  }
  
  .service-text p{
    font-size: 14px;
    margin-top: 0px !important;

  }
  .service-text h5{
    font-size: 15px;
  }
  .service-icon i{
    font-size: 28px;
  }
  .purse{
    left: 18%;
  }
  .girl-circle {
    position: absolute;
    /* height: 141px; */
    width: 106px;
    border-radius: 50%;
}
.girl-img{
  position: absolute;
  width: 105px;
  width: 90px;
  top: 87px;
}
.circle-sec{
  left: 10%;
  height: 170px !important;
  width: 170px !important;
}
.sec-img{
  left: 25%;
  height: 150px !important;
  width: 150px !important;
 
}

  .hero-text-section h1 {
    font-size: 44px;
  }

  .main-circle-bg {
    width: 420px;
    height: 420px;
  }

  .model-img {
    width: 90%;
    min-height: 420px;
  }

  .catagories {
    gap: 20px;
    flex-wrap: wrap;
  }


  .showcase-title {
    font-size: 1.8rem;
  }

  .featured-img {
    max-height: 420px;
  }

  .testimonial-section::before,
  .testimonial-section::after {
    display: none;
  }

  .instagram-grid img {
    height: 220px;
  }
}


/* --------- 760px --------- */
@media (max-width: 768px) {

  .navbar-brand {
    font-size: 30px !important;
  }
  .hero-banner{
    padding-top: 30px !important;
  }
  
  body {
    padding-top: 80px;
  }
 .instagram-grid{
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);

}

.instagram-grid img{
  width: 100%;
  height: auto;
  display: block;
}



 
  .nav-item {
    font-size: 14px;
  }
  .catagories{
    gap: 10px;
        flex-wrap: wrap;
        font-size: 13px;
  }

  .hero-text-section {
    padding-left: 15px !important;
  }

  .hero-text-section h1 {
    font-size: 34px;
  }

  .btn-explore {
    padding: 12px 26px !important;
    font-size: 0.75rem !important;
  }

  .circle-left, .circle-right {
    display: none;
  }

  .main-circle-bg {
    display: block;
    height: 230px;
    width: 230px;
  }
.hero-text-section{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
 .hero-text-section h1{
  margin-bottom: 0px !important;
  font-size: 20px;
 }
.hero-text-section h6{
  margin-bottom: 5px !important;
}
  .model-img {
    width: 50%;
    min-height: 200px;
  }

  .services-banner .service-icon i {
    font-size: 32px;
    margin-bottom: 15px;
  }


.img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


  .showcase-card {
        height: auto;
        min-height: 400px;
    }

  .category-card {
    margin-bottom: 20px;
  }
  .girl-circle{
    display: none !important;
  }
  .purse {
    position: absolute;
    width: 137px;
    left: 4%;
    top: 38%;
}
.purse-circle{
  position: static;
  left: auto;
}
.girl-img{
  height: 120px;
  width: 100px;
}

  .instagram-grid img {
    height: 200px;
  }
  .circle-sec{
    position: static;
  }
      .sec-img {
        left: 14%;
        top: 40%;
      }
  

  .follow-text {
    font-size: 1.4rem;
  }
}


/* --------- 480px --------- */
@media (max-width: 480px) {

  nav {
    padding: 0px 10px !important;
  }
  .follow-text{
    font-size: 14px !important;
  }
  .showcase-title{
    font-size: 20px !important;
  }
  .showcase-link{
    font-size: 9px !important;
  }
  .title-text{
    font-size: 20px !important;
  }
  .subtitle-text{
    font-size: 12px !important;
    
  }
  .news-card span{
    font-size: 12px !important;

  }
  .small-news-title{
    font-size: 13px !important;
  }
  .card-overlay span{
    font-size: 11px !important;
  }
  .news-title{
    font-size: 15px !important;
  }
  .view-all-btn{
    font-size: 10px !important;
  }
  .sub-text{
    font-size: 12px !important;
  }
  .text-secondary p{
font-size: 12px !important;
  }
  .featured-product{
    max-width: 400px;
    width: 100%;
  }
  .timer-box{
    height: 50px;
    width: 50px;
  }
  
  .circle-bg{
    height: 260px;
    width: 260px;
  }
  .purse-circle{
    left: 25%;
   
  }
  .purse{
    left: 6%;
     margin-top: 20px;
  }
  .circle-sec {
    width: 160px !important;
    height: 160px !important;}
        .sec-img {
          left: 14%;
        }

  .navbar-brand {
    font-size: 26px !important;
  }

  .nav-item {
    font-size: 13px;
  }

  .hero-text-section {
    padding-left: 10px !important;
  }

  .hero-text-section h6 {
    font-size: 16px;
  }

  .hero-text-section h1 {
    font-size: 28px;
  }

  .btn-explore {
    padding: 10px 20px !important;
    font-size: 0.7rem !important;
  }

  .model-img {
    min-height: 280px;
  }

  .catagories {
            gap: 5px;
        flex-wrap: wrap;
        font-size: 11px;
  }
  .text-muted{
    font-size: 15px;
  }
  .shop-link{
    font-size: 10px;
  }
  .discover-shop{
    font-size: 11px;
  }

  
.girl-img{
  height: 120px;
        width: 103px;
  
}
  .testimonial-card {
    margin-bottom: 15px;
  }

  .instagram-grid img {
    height: 180px;
  }

  .price-dollar {
    font-size: 28px;
  }
  .circle-sec{
    position: static;
    left: auto;
    right: auto;

  }


  .promo-card h3{
    font-size: 20px;
  }
  .shop-link {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .price-less {
    font-size: 20px;
  }

  .social-icons {
    display: none;
  }
}
