body {
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
      margin: 0;
      padding: 0;
    }

    /* Pre-loader */
    .preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      visibility: hidden;
    }

    .preloader.active {
      visibility: visible;
    }

    .preloader img {
      width: 80px;
    }

    /* Navbar */
    .navbar {
      background: #fff;
      padding: 10px 0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .navbar-brand img {
      height: 100px;
    }
    .nav-link {
      color: #333;
      font-weight: 500;
      margin-right: 20px;
    }
    .nav-link:hover {
      color: #d6a354;
    }

    /* Slider */
    .swiper {
      width: 100%;
      height: 100vh;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      user-drag: none;
      -webkit-user-drag: none;
      pointer-events: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
      color: #fff;
    }

    /* About Section */
    .about-section {
      padding: 80px 0;
    }
    .about-section h2 {
      font-weight: 600;
      margin-bottom: 30px;
      text-transform: uppercase;
    }
    .about-section p {
      font-size: 1.1rem;
      color: #555;
    }

    /* Footer */
    .footer {
      background: #000;
      color: #fff;
      padding: 30px 0;
      text-align: center;
      font-size: 0.95rem;
    }

    /* WhatsApp Floating */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: #fff;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 30px;
      z-index: 999;
      box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }

    /* Back to Top Button */
    #back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #d6a354;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 30px;
      display: none;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.3);
      cursor: pointer;
    }



/* Top border */
.top-border {
  height: 5px;
  background-color: #f5acac; /* Active color */
  width: 100%;
  
  
  
}




 .navbar-nav .nav-link {
    padding: 8px 12px;
    margin: 0 5px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link.active, 
  .navbar-nav .nav-link:hover {
    color: #d63384; /* Active link color (pinkish) */
    background-color: #f8f9fa; /* Light background on hover or active */
    border-radius: 5px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .social-icons a {
    font-size: 1.5rem;
    margin-left: 10px;
    transition: color 0.3s ease;
  }

  /* Specific colors for each icon */
  .social-icons a.facebook {
    color: #3b5998;
  }

  .social-icons a.instagram {
    color: #E1306C;
  }

  .social-icons a.whatsapp {
    color: #25D366;
  }

  /* On hover make icons slightly darker */
  .social-icons a:hover {
    opacity: 0.8;
  }

  /* Dropdown background */
  .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
  }


/* Set Swiper height */
#home.swiper {
  height: 450px;
}

/* Ensure slides and images fit */
.swiper-slide {
  height: 100%;
}

.swiper-slide img {
  height: 100%;
  object-fit: cover; /* Makes sure the image covers without distortion */
}
.card-img-top
{
background-position: 0% 23%;
}



.collection-card {
    height: 350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .collection-card img {
    height: 75%; /* Image takes 65% height */
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .collection-card .card-body {
    height: 25%; /* Body takes 35% height */
    padding: 10px;
  }



.product-card {
    text-align: center;
    padding: 10px;
  }
  .product-card img {
    width: 100%;
    height: 300px; /* fixed height for uniform look */
    object-fit: cover;
    object-position: center;
  }
  .product-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
  }
  .product-price {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
  }


 
 
 
 
 

/* Button styles */
.btn-get-in-touch {
  color: #2d2d2d;
  border: 2px solid #2d2d2d;
  background: transparent;
  border-radius: 25px;
  font-weight: 600;
  padding: 8px 20px;
}

.btn-get-in-touch:hover {
  background: #2d2d2d;
  color: #fff;
}

.btn-get-started {
  color: #fff;
  background: #f4a261;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  padding: 8px 20px;
}

.btn-get-started:hover {
  background: #e07a3f;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .right-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .btn-get-started {
    margin-left: 0 !important;
  }
}


    /* Fashion Hero Section */
    .fashion-hero .row {
      min-height: 100vh;
    }

    .fashion-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: 40px;
      font-weight: 250;
      color: #2d2d2d;
      line-height: 1.5;
    }

    .small-text {
      font-size: 12px;
      letter-spacing: 2px;
      color: #8e8e8e;
      font-weight: 600;
    }

    .btn-orange {
      background-color: #f4a261;
      color: #fff;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 500;
      border: none;
    }

    .btn-orange:hover {
      background-color: #e07a3f;
    }

    .btn-outline-dark {
      border: 2px solid #2d2d2d;
      border-radius: 25px;
      padding: 10px 25px;
      color: #2d2d2d;
      font-weight: 500;
      background: transparent;
    }

    .btn-outline-dark:hover {
      background: #2d2d2d;
      color: #fff;
    }

    .carousel-wrapper {
      overflow: hidden;
      margin-top: 10px;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .carousel-track img {
      width: 100%;
      max-width: 220px;
      margin-right: 15px;
    }

    @media (max-width: 768px) {
      .carousel-track img {
        max-width: 100px;
      }
    }


   .fashion-hero .row {
  align-items: center; /* nicely aligns content without stretching */
}

.col-lg-5 {
  padding: 0;
}

#fashionVideo {
  width: 100%;
  max-height: 650px;
  height: auto;
  object-fit: cover;
  display: block;
  
}

    /* Features Section */
    .features-section {
      padding: 80px 0;
    }

    .feature-item {
      font-family: 'Cinzel Decorative', serif;
      padding: 30px;
      border-radius: 15px;
      background: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      transition: all 0.3s ease;
    }

    .feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .feature-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
    }


.inner-box {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
  color: #f4a261;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
 font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #2d2d2d;
  line-height: 1.4;
}
.service-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
      padding: 20px;
      text-align: center;
    }

    

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 20px;
  font-weight: 300;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.service-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

   @media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

    .service-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }
    .service-card .main-image {
  width: 100%;
  height: 180px;

}

/* 1. Center the image */
.modal-img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90vh;
}

/* 2. Properly center carousel controls */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1051;
  width: 3rem;
  height: 3rem;
  background-color: rgba(0,0,0,0.5); /* optional */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}





        .modal-content {
            border: none;
            border-radius: 0;
            background-color: #000;
        }

        .btn-close {
            z-index: 1056;
        }

        .service-card {
            transition: transform 0.2s;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .thumbnail-container {
            display: flex;
            gap: 5px;
            padding: 10px 0;
            justify-content: center;
        }

        .thumbnail-img {
            width: 40px;
            height: 40px;
            object-fit: cover;
            cursor: pointer;
            border: 2px solid #ddd;
            border-radius: 4px;
        }

        .thumbnail-img:hover {
            border-color: #007bff;
        }
		
.service-card {
  transition: background-color 0.3s ease;
}

.service-card.alt-bg {
  background-color: #fef6f0;
}



.dd1
{
  font-family: 'Cinzel Decorative', serif;
      font-size: 28px;
      font-weight: 300;
      color: #2d2d2d;
}

.btn-follow {
  background-color: #f7a84f;
  color: white;
  font-weight: 300;
  border-radius: 999px;
  transition: background-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
  

}

.btn-follow:hover {
  background-color: #e28e2e;
}


.aarta_kouture-footer {
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
}

.footer-slogan {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.footer-slogan .highlight {
  color: #f7a84f;
}

.footer-heading {
  font-family: 'Georgia', serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-text {
  font-size: 17px;
  line-height: 1.8;
}

.footer-icon {
  font-size: 20px;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-icon:hover {
  color: #f7a84f;
}



/*left pages */
.contact-hero {
  background-color: #f9f9f9;
}

.font-serif {
  font-family: 'Georgia', 'Times New Roman', serif;
}

.breadcrumb-nav {
  font-size: 1rem;
}

.breadcrumb-link {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #f7a84f;
}

.breadcrumb-current {
  color: #999;
}

.contact-img {
  max-height: 200px;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
  
  
  .contact-hero {
  background-color: #f9f9f9;
}

.font-serif {
  font-family: 'Georgia', 'Times New Roman', serif;
}

.breadcrumb-nav {
  font-size: 1rem;
}

.breadcrumb-link {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #f7a84f;
}

.breadcrumb-current {
  color: #999;
}

.contact-img {
  max-height: 200px;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
    .vellava-hero {
     
      
    }
    .vellava-btn {
      background-color: #f7a938;
      color: white;
      border-radius: 30px;
      padding: 0.5rem 1.5rem;
      font-weight: 500;
      text-decoration: none;
    }
    .vellava-btn:hover {
      background-color: #e28d1b;
      color: white;
    }
    .vellava-quote {
        
      border-left: 4px solid #f7a938;
      padding-left: 1rem;
      margin-top: 2rem;
      font-style: italic;
      color: #555;
    }
    .section-tag {
        font-family: 'Cinzel Decorative', serif;
      color: #f7a938;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 0.9rem;
    }
  border-radius: 8px;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 