.swiper-button-prev,
.swiper-button-next {
  color: #641042; /* Match your brand color */
}

.our-patner-slider {
  position: relative;

  /* Make sure it's above background/overlays */
  overflow: visible !important;
}

.featured-wrapper {
  position: relative;
  width: 180px;
  margin: 20px;
}

.featuredlogo {
  width: 100%;
}

.preview-popup {
  position: absolute;
  top: 100%;
  left: 0;

  width: 200px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 5px;
  opacity: 10;

  transform: translateY(10px);
  transition: 0.3s ease;
  text-align: center;
}

.preview-thumb {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.preview-link {
  font-family: "Cormorant Garamond", serif;
  text-decoration: none;
  font-size: 20px;
  color: #641042;
}

/* Fullscreen Preloader */
#preloader2 {
  position: fixed;
  z-index: 99999;
  background-color: #111;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spinner Wrapper */
.spinner {
  width: 120px;
  height: 120px;

  border: 4px solid transparent;
  border-top: 4px solid #641042;
  border-right: 4px solid #641042;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
  position: relative;
  box-shadow: 0 0 15px #641042;
}

/* Centered Static Image */

.preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px !important ;

  transform: translate(-50%, -50%);
}

/* Spinner Rotation Animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.stat-box {
  border-radius: 16px;
  padding: 30px 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 62px;
  font-weight: bold;
  color: #641042;
  font-family: "Cormorant Garamond", serif;
}

.stat-label {
  font-size: 20px;

  margin-top: 10px;
}

@media (max-width: 576px) {
  .stat-box {
    padding: 20px;
  }
}

.featured-margin {
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .featured-margin {
    margin-bottom: 100px;
  }
}

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.form-content {
  background: #f5f2ef;
  padding: 30px;
  border-radius: 10px;
  width: 100%;

  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.form-content h3 {
  margin-bottom: 5px;
  text-align: center;
}
.form-content p {
  margin-bottom: 15px;
  text-align: center;
}

.form-content label {
  font-family: var(--font-garmond);
}

.form-content input,
.form-content textarea {
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .form-content {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .form-content {
    width: 40%;
  }
}

@media (min-width: 1300px) {
  .form-content {
    width: 35%;
  }
}

@media (min-width: 1700px) {
  .form-content {
    width: 30%;
  }
}

.form-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.color {
  color: #641042;
}

.service-wrrap {
  height:100%;
  padding: 25px;
  border:solid 1px rgba(0, 0, 0, 0.2);
}

.service-area2 .service-wrrap .secvice-content {
  max-width: 100%;
}

.product-image img {
  width: 100%;
  border-radius: 8px;
}

.product-meta {
  margin: 15px 0;
}

.product-meta span {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
}

.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}

.thumbnails img:hover,
.thumbnails img.active {
  border: 2px solid #641042;
}

#gown-detail {
  margin-top: 60px;
}
.tick {
  color: #641042;
  font-size: 10px;
}

.strongp {
  color: #641042 !important;
}
.italic{
  font-style: italic;
}
.sticon {
  color: #641042;
  font-size: 25px;
}

.stcard {
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;

  padding: 20px 20px 20px 40px; /* extra space for icon */
  margin-top: 20px;

  transition: transform 0.3s ease, background 0.3s ease;
}

.new-card {
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.5);

  border-left: 4px solid #641042; /* champagne gold */
  padding-left: 28px;
  padding: 20px 20px 20px 40px; /* extra space for icon */
  margin-top: 20px;

  transition: transform 0.3s ease, background 0.3s ease;
}

.stcard .icon {
  position: absolute;
  left: -20px; /* overlap effect */
  right: 50%;
  transform: translateY(-50%);
  background: #641042; /* custom color */
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stcard:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.stcard2 {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 10px;

  padding: 20px 20px 20px 20px; /* extra space for icon */

  min-height: 300px;

  margin-top: 40px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.stcard2 .icon {
  position: absolute;
  top: 0px; /* overlap effect */
  left: 5%;
  transform: translateY(-50%);
  background: #641042; /* custom color */
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stcard2 .icon .content p {
  margin-top: 10px;
}
.stcard2:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.super-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: pulse 12s infinite linear;
}

@keyframes pulse {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.super-title {
  margin-bottom: 15px;
}

.super-subtitle {
  margin-bottom: 30px;
  color: #641042;
}

.super-subtitle span {
  font-weight: bold;
}

.super-looks p {
  animation: fadeInUp 0.8s ease forwards;
}

.super-highlight {
  margin-top: 20px;

  color: #641042;
}

.super-closing {
  margin-top: 30px;
}

.super-closing span {
  color: #641042;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.luxury-section {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.luxury-container {
  margin: auto;
  text-align: center;
}

/* Section Color Themes */
.why {
  border: solid 1px #641042;
}

.whatsapp2 {
  width: 25px;
  margin-top: -5px;
  margin-right: 5px;
}

.my-text-white {
  color: rgba(255, 255, 255, 0.8) !important;
}

.academy-tick {
  display: flex;
  margin-bottom: 15px;
}

.academy-tick i {
  color: #641042;
  margin-top: 10px;
  margin-right: 10px;
}

.white-border {
  border: solid 1px rgba(255, 255, 255, 0.4);
}

.blog-details-area ul {
  list-style: circle;
  font-family: var(--font-garmond);
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
}

/* Existing styles remain the same */

.press-inner {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.press-left img {
  width: 100% !important;
  padding: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  mix-blend-mode: multiply;
}

.press-right {
  width: 500px;
}

.press-logo {
  margin: 10px 0;
  width: 150px !important;
  display: block;
  height: 50px;
}

.press-text {
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
}
/* ------------------------------------------------------
   📱 MOBILE & TABLET RESPONSIVENESS
------------------------------------------------------- */

@media (max-width: 991px) {
  .press-inner {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .press-left img {
    border-right: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .press-right {
    width: 100%;
    margin-top: 10px;
  }

  .press-logo {
    margin: 15px auto;
    width: 130px !important;
    height: auto;
  }
}

@media (max-width: 576px) {
  .press-inner {
    gap: 10px;
    padding: 12px;
  }

  .press-left img {
    max-width: 100%;
  }

  .press-logo {
    width: 110px !important;
  }
}

.side-heading {
  position: relative;
  padding-left: 22px;
}

.side-heading::before {
  content: "➤"; /* elegant arrow */
  position: absolute;
  left: 0;
  top: 0;
  color: #641042;
  font-size: 14px;
}

.styling-head {
  font-weight: 800;
  margin-bottom: 10px;
}

.sub-style {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
}

.sub-style .arrow {
  color: #641042;

  margin-right: 10px;
}

.lux-card {
  display: flex;
  gap: 30px;
  padding: 35px 30px;
  /* Champagne gold */

  border-left: 1px solid #641042;
  margin-bottom: 35px;

  border-radius: 6px;
}

.lux-number {
  font-size: 32px;
  font-weight: 600;
  color: #641042;
  opacity: 0.85;
}

.lux-content h3 {
  margin-bottom: 12px;
}

.sub-category {
  margin-top: 18px;
}


.faq-para{
  margin-top:-10px;
  
}

.pad{
  padding:20px 0px;
  
}

.insta-text{
  color:rgba(0, 0, 0, 0.8);
  font-size:15px;
}

.signature{
  width:150px;
}

.author{
  width:100px;
  height:100px;
 
  border-radius:50%;
  margin-left:10px;
}

a{
  font-weight: 600;
  color:#641042;
  
}

.logo-color{
  color:#641042 !important;
}