.elementor-237 .elementor-element.elementor-element-3598d6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-72c2661 *//* Modern Luxury Collections - Light Theme */
.luxury-collections-light {
  padding: 40px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.luxury-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* Header Styles */
.luxury-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}

.luxury-title {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 300;
  color: #297C91;
  margin: 0 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.luxury-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #297C91, transparent);
  transition: width 1.5s ease 0.8s;
}

.header-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(41, 124, 145, 0.4), transparent);
  opacity: 0;
  transform: scaleX(0);
  transition: all 1s ease 0.5s;
}

/* Collections Grid */
.collections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  position: relative;
}

.luxury-card {
  height: 600px;
  perspective: 1500px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  text-decoration: none !important;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(41, 124, 145, 0.08);
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 12px;
  overflow: hidden;
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  backface-visibility: hidden;
}

.card-front .card-content,
.card-back .back-content {
  transform: rotateY(0deg);
  backface-visibility: visible; 
}

/* Card Front Styles */
.card-front {
  position: relative;
}

.men-card .card-bg {
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://aqua-buffalo-359239.hostingersite.com/wp-content/uploads/2026/02/Whisk_a6e47257566d58cb2204925ef874d81ddr.webp');
}

.women-card .card-bg {
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://aqua-buffalo-359239.hostingersite.com/wp-content/uploads/2026/02/Whisk_18f0f9a9002ae76b4774381e576b2d0ddr.webp');
}

/* Hover background images */
.men-card .card-hover-bg {
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://aqua-buffalo-359239.hostingersite.com/wp-content/uploads/2026/02/Whisk_51aea4cb2aa53ae828f4a561646dce18dr.webp');
}

.women-card .card-hover-bg {
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://aqua-buffalo-359239.hostingersite.com/wp-content/uploads/2026/02/Whisk_315de7df0948a43852b4533b38903bd6dr.webp');
}

.card-bg, .card-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: brightness(0.95);
}

.card-bg {
  opacity: 1;
}

.card-hover-bg {
  opacity: 0;
  transform: scale(1.1);
}

.luxury-card:hover .card-bg {
  opacity: 0;
}

.luxury-card:hover .card-hover-bg {
  opacity: 1;
  transform: scale(1);
}

.card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.8s ease;
}

.card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  color: white;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 2px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.2s;
  color: #297C91;
  text-decoration: none !important;
}

.card-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s ease 0.4s;
  text-decoration: none !important;
}

.card-border {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s ease 0.6s;
}

/* Card Back Styles */
.card-back {
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 124, 145, 0.2);
}

.back-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(41, 124, 145, 0.03) 0%, transparent 50%, rgba(41, 124, 145, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.back-content {
  text-align: center;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}

.brand-logo {
  margin-bottom: 60px;
  opacity: 0.8;
}

.brand-logo svg {
  width: 120px;
  height: 48px;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 30px;
  border: 1px solid rgba(41, 124, 145, 0.6);
  border-radius: 30px;
  color: #297C91;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  cursor: pointer;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.btn-arrow {
  transition: transform 0.4s ease;
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  border: 1px solid rgba(41, 124, 145, 0.2);
  border-radius: 50%;
  opacity: 0;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
}

.fe-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  right: 10%;
  animation: float 8s infinite ease-in-out;
}

.fe-2 {
  width: 40px;
  height: 40px;
  bottom: 40%;
  left: 10%;
  animation: float 6s infinite ease-in-out 1s;
}

.fe-3 {
  width: 60px;
  height: 60px;
  top: 30%;
  left: 15%;
  animation: float 7s infinite ease-in-out 2s;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-element {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 124, 145, 0.05) 0%, transparent 70%);
  filter: blur(40px);
}

.bg-1 {
  width: 300px;
  height: 300px;
  top: 20%;
  left: 10%;
  animation: bgPulse 15s infinite ease-in-out;
}

.bg-2 {
  width: 400px;
  height: 400px;
  bottom: 20%;
  right: 10%;
  animation: bgPulse 18s infinite ease-in-out 5s;
}

.bg-3 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 20%;
  animation: bgPulse 12s infinite ease-in-out 10s;
}

/* Hover Effects */
.luxury-card:hover {
  box-shadow: 0 25px 50px rgba(41, 124, 145, 0.15);
}

.luxury-card:hover .card-shine {
  left: 100%;
  transition-delay: 0.3s;
}

/* Animation States */
.luxury-title.animate {
  opacity: 1;
  transform: translateY(0);
}

.luxury-title.animate::after {
  width: 200px;
}

.header-line.animate {
  opacity: 1;
  transform: scaleX(1);
}

.luxury-card.animate {
  opacity: 1;
  transform: translateY(0);
}

.luxury-card.animate .card-title,
.luxury-card.animate .card-subtitle {
  transform: translateY(0);
  opacity: 1;
}

.luxury-card.animate .card-border {
  opacity: 1;
  transform: scale(1);
}

.luxury-card.animate .floating-element {
  opacity: 1;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(120deg);
  }
  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

@keyframes bgPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .collections-grid {
    gap: 30px;
  }
  
  .luxury-card {
    height: 500px;
  }
  
  .luxury-title {
    font-size: 42px;
  }
  
  .card-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .collections-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .luxury-card {
    height: 450px;
  }
  
  .luxury-container {
    padding: 0 20px;
  }
  
  .luxury-title {
    font-size: 28px;
    margin: 0 20px;
  }
  
  .card-content {
    padding: 30px;
  }
  
  .card-title {
    font-size: 24px !important;
  }
  
  .card-subtitle {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  .collections-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .luxury-collections-light {
    padding: 80px 0;
  }
  
  .luxury-header {
    margin-bottom: 60px;
  }
  
  .luxury-card {
    height: 350px;
  }
  
  .luxury-title {
    font-size: 26px;
    letter-spacing: 2px;
  }
  
  .card-title {
    font-size: 24px;
  }
  
  .card-subtitle {
    font-size: 14px;
  }
}/* End custom CSS */