/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  line-height: 1.7;
}



html, body {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}





/* Header Wrapper */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  width: 100%;
  min-height: 70px;
  flex-wrap: nowrap;
}

/* Logo */
.logo img {
  height: 60px;
}

/* Navigation */
.nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #0e0e0e;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #d4af37;
}

/* CTA Button */
.cta-button {
  background: linear-gradient(135deg, #d4af37, #b9922e);
  color: white !important;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #1f2e49;
  color: white;
}



/* HERO SECTION */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4);
}

.hero-content {
  z-index: 10;
  padding: 0 2rem;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn.register {
  background-color: #453406; /* Gold */
  color: #fff;
  border: 2px solid #d4af37;
}

.btn.register:hover {
  background-color: #fff;
  color: #d4af37;
}

.btn.contact {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn.contact:hover {
  background-color: #fff;
  color: #0e0e0e;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
}









.about-section {
  background: #fff8f0; /* Soft off-white with warmth */
  padding: 5rem 2rem;
  color: #0e0e0e;
}

.about-section  {
  display: flex;
  flex-wrap: wrap;
 width:100%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.text-content {
  flex: 1 1 500px;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 1rem;
}

.tagline {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 2rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.about-card {
  background: #ffffff;
  border-left: 6px solid #0d1b2a;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.about-card h3 {
  color: #b8860b;
  margin-bottom: 0.5rem;
}

.about-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.cta-about-button {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #ffd700);
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.cta-about-button:hover {
  transform: scale(1.05);
}

.image-side {
  flex: 1;
  text-align: center;
}

.image-side img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}


.image-side {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-side  {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .about-section .container {
    flex-direction: column;
    text-align: center;
  }

  .image-side {
    width: 100%;
    margin-top: 30px;
    width: 100%;
    height: 500px; /* Increase this value as needed */
    max-width: none;
    object-fit: cover;
    object-position: center;
      /* 🔥 This is what you're missing: */
      background-image: url('images/IMG_4990.jpg');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
  
      /* Optional: styling */
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }
  
    /* 🔥 And hide the <img> on mobile */
    .image-side img {
      display: none;
  }
}




/* ====== CATEGORY GRID STYLES ====== */
/* CATEGORY SECTION */
.creative-categories {
  padding: 5rem 1.5rem;
  background: #fffaf2;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  color: #0e0e0e;
  margin-bottom: 0.5rem;
}

.section-subtext {
  color: #5c5c5c;
  max-width: 600px;
  margin: 0 auto 3rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

/* Flip Card */
.flip-card {
  background: transparent;
  perspective: 1000px;
  cursor: pointer;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 400px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid #d4af37;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

.flip-front img {
  width: 60px;
  height: 60px;
  filter: brightness(0) saturate(100%) invert(10%);
  margin-bottom: 1rem;
}

.flip-front h3 {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 1.2rem;
}

.flip-back {
  transform: rotateY(180deg);
  color: #333;
}

/* Hover Glow */
.flip-card:hover .flip-front,
.flip-card:hover .flip-back {
  box-shadow: 0 0 15px #d4af37;
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.8)
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  margin-top: 50px;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  position: relative;
  animation: popIn 0.3s ease-out;
}

@keyframes popIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .flip-front h3 {
    font-size: 1rem;
  }
}

.timeline-section {
  background: #0e0e0e;
  color: #fff;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
}

#timeline {
  margin-top: 5rem;
}
 
.timeline-header {
  text-align: center;
  margin-bottom: 4rem;
}

.timeline-header h2 {
  font-size: 2.8rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.timeline-header p {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
}

.timeline-container {
  position: relative;
  width:  100%;
  margin: 0 auto;
  padding-left: 20px;
 margin-top: 9rem; /* Adjust value as needed */
  }
  


.progress-line {
  position: absolute;
  top: 0;
  left: 20px;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #d4af37 0%, #333 100%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 60px;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #d4af37;
  color: #0e0e0e;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 0 5px #0e0e0e;
}

.timeline-content {
  background: #1a1a1a;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  border-left: 4px solid #d4af37;
  transition: transform 0.3s ease, background 0.3s ease;
}

.timeline-content h3 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 1.4rem;
}

.timeline-content p {
  margin: 0;
  color: #ccc;
  line-height: 1.6;
}

.timeline-item:hover .timeline-content {
  transform: scale(1.03);
  background: #222;
}

/* Progress Header */
.progress-header {
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}

.progress-header h2 {
  color: #d4af37;
  margin-bottom: 1rem;
}

.progress-wrapper {
  width: 80%;
  height: 12px;
  background: #333;
  border-radius: 6px;
  margin: 0 auto 1rem;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #d4af37, #b9912e);
  width: 0%;
  transition: width 1s ease-in-out;
}

.phase-label {
  font-size: 1rem;
  color: #ccc;
}

/* Countdown */
.countdown {
  text-align: center;
  margin-top: 4rem;
  color: #fff;
}

#countdown-timer {
  font-size: 2rem;
  margin-top: 1rem;
  color: #d4af37;
  font-weight: bold;
}
/* Timeline Marker with Date Badge */
.timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

.date-badge {
  background: #fff;
  color: #121212;
  border: 2px solid #d4af37;
  border-radius: 10px;
  text-align: center;
  padding: 4px 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  margin-bottom: 0.3rem;
  width: 60px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.date-badge .month {
  font-size: 0.8rem;
  display: block;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 0.9rem;
}

.date-badge .day {
  font-size: 1.2rem;
  display: block;
  font-weight: 700;
  color: #121212;
}

.week-label {
  color: #ffff;
  font-size: 0.90rem;
  margin-top: 2.8rem;
  font-weight: 600;
}




/* HOW IT WORKS – HYBRID */
.how-it-works-section {
  background: #fff;
  padding: 6rem 1.5rem;
  text-align: center;
  color: #0e0e0e;
}

.how-it-works-section .container {
  width: 100%;
  margin: auto;
}

.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.step-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 320px;
  flex: 1 1 400px;
  transition: transform 0.3s ease;
  position: relative;
  border-top: 5px solid #d4af37;
}

.step-card:hover {
  transform: translateY(-10px);
}

.step-image {
  position: relative;
}

.step-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.step-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  color: #111;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.step-card h3 {
  font-size: 1.3rem;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
  color: #0e0e0e;
}

.step-card p {
  font-size: 0.95rem;
  color: #444;
  padding: 0 1.2rem 1.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0e0e0e;
}

.section-subtext {
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .step-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .step-card {
    max-width: 100%;
    flex: 1 1 auto; /* Let it grow based on content */
    overflow: visible; /* Show all content */
  }

  .step-image img {
    height: 180px; /* Reduce image height for mobile */
  }

  .step-card p {
    padding-bottom: 2rem; /* Add breathing room */
  }
}



/* Section Container */
.rewards-section {
  background: #000;
  padding: 80px 30px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

/* Section Title */
.rewards-title {
  font-size: 2.8rem;
  color: #FFD700;
  margin-bottom: 60px;
  font-family: 'Playfair Display', serif;
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

/* Rewards Wrapper */
.rewards-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* Individual Reward Cards */
.reward-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 200px;
  height: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.reward-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 45px rgba(255, 215, 0, 0.3);
}

/* Glowing Animation for 1st Prize */
.reward-card.first {
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), 0 0 40px rgba(255, 215, 0, 0.4);
  animation: glow 2s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), 0 0 10px rgba(255, 215, 0, 0.2);
  }
  to {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.7), 0 0 60px rgba(255, 215, 0, 0.4);
  }
}

/* Medal Icon */
.medal {
  font-size: 3rem;
  margin-bottom: 15px;
}

/* Amount Text */
.amount {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 0 1px 2px #000;
}

/* Background Animation Icons */
.rewards-section::before,
.rewards-section::after {
  content: '💰';
  position: absolute;
  font-size: 5rem;
  opacity: 0.05;
  animation: floatIcon 10s linear infinite;
}

.rewards-section::before {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.rewards-section::after {
  bottom: 10%;
  right: 15%;
  animation-delay: 3s;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}



/* Judging Criteria Section */
.judging-criteria {
  padding: 60px 30px;
  background-color: #ffffff;
  border-top: 5px solid #D4AF37;
  border-bottom: 5px solid #002147;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Segoe UI', 'Playfair Display', serif;
}

.criteria-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
  color: #D4AF37;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
}

.criteria-item {
  margin-bottom: 40px;
}

.criteria-label {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
  padding-left: 5px;
}

.criteria-bar {
  position: relative;
  height: 30px;
  border-radius: 50px;
  background: #f0f0f0;
  overflow: hidden;
  border: 1px solid #002147;
  box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1), 0 2px 15px rgba(212, 175, 55, 0.15);
}

.criteria-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #FFD700, #b9922e);
  border-radius: 50px;
  color: #fff;
  text-align: right;
  line-height: 30px;
  padding-right: 15px;
  font-weight: bold;
  box-shadow: inset 0 0 10px rgba(212, 175, 55, 0.5);
  animation: growBar 2s ease-out forwards;
  animation-delay: 0.2s;
}

.criteria-fill::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 50px 50px 0;
}

@keyframes growBar {
  to {
    width: var(--fill);
  }
}

/* Optional: Responsive typography */
@media (max-width: 600px) {
  .criteria-title {
    font-size: 2rem;
  }
  .criteria-label {
    font-size: 1.1rem;
  }
}



/* Registration Section */
.registration-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

.form-container {
  max-width: 1100px;
  background: #ffffff;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 33, 71, 0.1);
  border: 1px solid #e6e6e6;
}

.form-title {
  text-align: center;
  font-size: 2.5rem;
  color: #D4AF37;
  margin-bottom: 10px;
}

.form-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.register-form .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.register-form label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #002147;
}

.register-form input,
.register-form select,
.register-form textarea {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus {
  border-color: #D4AF37;
  outline: none;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.register-form textarea {
  resize: vertical;
  min-height: 100px;
}

.register-form button.submit-btn {
  background: linear-gradient(90deg, #FFD700, #D4AF37);
  color: #002147;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.2);
  transition: background 0.3s ease, transform 0.2s ease;
}

.register-form button.submit-btn:hover {
  transform: scale(1.02);
  background: linear-gradient(90deg, #e6c200, #c49b20);
}

/* Responsive */
@media (max-width: 600px) {
  .form-title {
    font-size: 2rem;
  }
}


.form-wrapper {
  position: relative;
}

.form-confirmation {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #D4AF37;
  color: #002147;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10;
}



.partners-section {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  padding: 80px 30px;
  text-align: center;
}

.partners-container {
  max-width: 1200px;
  margin: auto;
}

.partners-title {
  font-size: 2.8rem;
  color: #002147;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.partners-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
}

.swiper {
  padding: 10px;
}

.partner-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 33, 71, 0.1);
  border: 1px solid #eee;
  width: 100%;
  max-width: 250px;
  margin: auto;
  text-align: center;
  cursor: default;
}

.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
}

.partner-card img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.partner-card:hover img {
  transform: scale(1.05);
}

.partner-card span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #002147;
  display: block;
}


.contact-section {
  background: linear-gradient(to right, #ffffff, #f9f9f9);
  padding: 80px 30px;
  color: #000;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1300px;
  margin: auto;
}

@media (min-width: 900px) {
  .contact-container {
    flex-direction: row;
    align-items: stretch;
  }
}

.contact-info {
  flex: 1;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #D4AF37;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333;
}

.contact-details a {
  color: #002147;
  font-weight: bold;
  text-decoration: none;
}

/* Location Link Styling */
.contact-details a.location-link {
  color: #d4af37; /* Gold */
  font-weight: 600;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.contact-details a.location-link:hover {
  color: #b48a2b; /* Darker gold */
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.7);
}

.social-links {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.social-links img {
  width: 30px;
  height: 30px;
  filter: invert(15%) sepia(93%) saturate(607%) hue-rotate(178deg) brightness(96%) contrast(92%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-links img:hover {
  transform: scale(1.2);
  filter: brightness(1.4) saturate(150%);
}

.map-container {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  min-height: 350px;
}



.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
  filter: invert(1); /* white logo */
}

/* Optional: Hide on very small devices if needed */
/*
@media (max-width: 400px) {
  .whatsapp-float {
    display: none;
  }
}
*/


.cta-sectionsecond {
  background:  #000;
  color: white;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-contentsecond {
  max-width: 900px;
  margin: auto;
  z-index: 2;
  position: relative;
}

.cta-titlesecond {
  font-size: 3rem;
  font-weight: 700;
  color: #D4AF37; /* Gold */
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

.cta-subtitlesecond {
  font-size: 1.2rem;
  color: #f0f0f0;
  margin-bottom: 40px;
}

.cta-buttonsecond {
  background: transparent;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-buttonsecond::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, #D4AF37, #ffffff10, #D4AF37);
  transition: all 0.5s ease;
  z-index: 0;
}

.cta-buttonsecond:hover::before {
  left: 0;
}

.cta-buttonsecond:hover {
  color: #002147;
  background-color: #D4AF37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

.cta-buttonsecond:focus {
  outline: none;
}

.cta-sectionsecond::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  animation: pulse 6s infinite ease-in-out;
  z-index: 1;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}


.site-footer {
  background-color: #ffffff; /* White background */
  color: #002147; /* Dark navy for text */
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  margin-bottom: 0px; /* Remove any unexpected margins */
}

.footer-logo {
  font-size: 2rem;
  font-weight: bold;
  color: #002147;
  letter-spacing: 1px;
}

.footer-logo span {
  color: #D4AF37; /* Luxurious Gold */
}

.footer-tagline {
  color: #555; /* Dark grey for readability */
  font-size: 0.95rem;
  margin-top: 10px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.footer-nav a {
  color: #002147;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background-color: #D4AF37;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.footer-nav a:hover::after {
  transform: scaleX(1);
}

.footer-nav a:hover {
  color: #D4AF37;
}

/* Center & align social media icons neatly */
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.footer-social a img {
  width: 28px;
  height: 28px;
  filter: invert(15%) sepia(93%) saturate(607%) hue-rotate(178deg) brightness(96%) contrast(92%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-social a:hover img {
  transform: scale(1.2);
  filter: brightness(1.4) saturate(150%) hue-rotate(10deg);
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 0.85rem;
  color: #777;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

/* Remove space after footer */
body {
  margin-bottom: 0px;
  padding: 0;
}




