* {
  margin: 0;
  padding: 0px 0%;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block;
}

.main {
  background-image:
    linear-gradient(rgba(12, 25, 49, 0.5), rgba(12, 25, 49, 0.5)),
    url("https://icmatribhumibaluwatar.org/api/images/e905210aeff443a9");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0px 4%;
}
.land {
  width: 90%;
  position: absolute;
  top: 23%;
  padding: 5%;
  color: white;
  align-items: center;
}
.wel {
  font-size: 35px;
  margin-bottom: -50px;
}
.shortname {
  font-size: 150px;
  margin-top: -60px;
  margin-left: -7px;
}
.fullname {
  margin-top: -58px;
  font-size: 23px;
}
.homepage-joinus {
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  background: white;
  border: 0;
  outline: 0;
  border-radius: 20px;
  color: #0c1931;
  font-size: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.homepage-joinus:hover {
  background: #f4c512;
  color: white;
}
.presidental_theme {
  position: absolute;
  right: 55px;
  top: 5%;
  background-color: white;
  padding: 25px;
  border-radius: 25px;
}
.presidental_theme_image {
  width: 250px;
}
.presidentaltheme_hovercontent {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.6s;
}
.presidentaltheme_hovercontent:hover {
  opacity: 0.9;
}
.presidentalthemename {
  margin-top: -40px;
  white-space: nowrap;
  font-size: 1.6rem;
}
.presidentaltheme_theme {
  margin-top: 10px;
}

.about_us {
  background: linear-gradient(135deg, #25316e 0%, #1a2454 100%);
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 80px 8%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about_us::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: rgba(244, 197, 18, 0.05);
  border-radius: 50%;
}

.about {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: white;
}

.about-content {
  flex: 1;
  max-width: 550px;
}

.about-subtitle {
  color: #f4c512;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.about h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}

.about p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 30px;
  text-align: justify;
}

.about-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}

.stat-item {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.stat-item.animate {
  opacity: 1;
  transform: translateY(0);
}

.stat-item:nth-child(1) {
  transition-delay: 0.1s;
}
.stat-item:nth-child(2) {
  transition-delay: 0.3s;
}
.stat-item:nth-child(3) {
  transition-delay: 0.5s;
}

.stat-number {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #f4c512;
}

.stat-plus {
  font-size: 36px;
  font-weight: 700;
  color: #f4c512;
}

.stat-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

.about button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #f4c512;
  border: none;
  border-radius: 30px;
  color: #0c1931;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 197, 18, 0.3);
}

.about button:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(244, 197, 18, 0.4);
}

.about button i {
  transition: transform 0.3s ease;
}

.about button:hover i {
  transform: translateX(5px);
}

.about-image {
  flex: 1;
  position: relative;
  max-width: 550px;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease;
}

.about-image:hover img {
  transform: scale(1.02);
}

.image-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #f4c512;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.4s ease;
}

.about-image:hover .image-decoration {
  top: -30px;
  right: -30px;
}

.what-we-do {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 60px 8%;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.what-we-do::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(
      circle at 20% 80%,
      rgba(244, 197, 18, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(37, 49, 110, 0.06) 0%,
      transparent 50%
    ),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2325316E' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.what-we-do::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 150px;
  height: 150px;
  border: 2px dashed rgba(244, 197, 18, 0.2);
  border-radius: 50%;
  pointer-events: none;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.wwd-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wwd-header {
  text-align: center;
  margin-bottom: 40px;
}

.wwd-subtitle {
  display: inline-block;
  color: #25316e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  padding: 8px 20px;
  border: 2px solid rgba(37, 49, 110, 0.2);
  border-radius: 30px;
  background: rgba(37, 49, 110, 0.05);
}

.wwd-header h1 {
  font-size: 52px;
  font-weight: 800;
  color: #0c1931;
  margin-bottom: 15px;
}

.wwd-header p {
  color: #666;
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
}

.wwd-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.wwd-card {
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.wwd-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(37, 49, 110, 0.15);
}

.wwd-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #25316e 0%, #0c1931 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.wwd-icon i {
  font-size: 28px;
  color: #f4c512;
  transition: all 0.4s ease;
}

.wwd-card:hover .wwd-icon {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #f4c512 0%, #e6b800 100%);
}

.wwd-card:hover .wwd-icon i {
  color: #0c1931;
}

.wwd-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0c1931;
  margin-bottom: 12px;
}

.wwd-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.wwd-card-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #25316e, #f4c512);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.wwd-card:hover .wwd-card-decoration {
  transform: scaleX(1);
}

.events {
  background: linear-gradient(135deg, #fcdc5e 0%, #f5d142 100%);
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 80px 8%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.events-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.events-image {
  flex: 1;
  position: relative;
  max-width: 500px;
}

.events-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.events-image:hover img {
  transform: scale(1.02);
}

.event-date-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #25316e;
  color: white;
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(37, 49, 110, 0.3);
}

.event-date-badge .day {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.event-date-badge .month {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.events-content {
  flex: 1;
  max-width: 600px;
}

.eventsheading {
  margin-bottom: 20px;
}

.events-subtitle {
  color: #25316e;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.eventsheading h1 {
  font-size: 52px;
  font-weight: 700;
  color: #0c1931;
  line-height: 1.1;
}

.event-details {
  background: white;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.event-title {
  font-size: 26px;
  font-weight: 700;
  color: #0c1931;
  margin-bottom: 15px;
}

.event-meta {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  align-items: center;
}

.event-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}

#event-participants {
  display: none; }

.event-meta span:first-child {
    max-width: 500px;
}

.event-meta span:last-child {
    flex-shrink: 0;
}

.event-meta i {
  color: #25316e;
}

.event-details p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

.event-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: #25316e;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 49, 110, 0.3);
}

.event-btn:hover {
  background: #0c1931;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 49, 110, 0.4);
}

.event-btn i {
  transition: transform 0.3s ease;
}

.event-btn:hover i {
  transform: translateX(5px);
}

.events-bg-shape {
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.team {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f5f5f5 100%);
  padding: 100px 8%;
  position: relative;
  overflow: hidden;
}

.team::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(244, 197, 18, 0.08) 0%,
      transparent 25%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(12, 25, 49, 0.05) 0%,
      transparent 25%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(244, 197, 18, 0.03) 0%,
      transparent 50%
    );
  animation: teamBgFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.team::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      ellipse 80% 50% at 20% 100%,
      rgba(244, 197, 18, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse 60% 40% at 80% 0%,
      rgba(12, 25, 49, 0.06) 0%,
      transparent 50%
    );
  pointer-events: none;
}

@keyframes teamBgFloat {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(2%, 1%) rotate(1deg);
  }
  66% {
    transform: translate(-1%, 2%) rotate(-1deg);
  }
}

.team-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-subtitle {
  display: inline-block;
  color: #0c1931;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 15px;
  padding: 8px 20px;
  border: 2px solid rgba(12, 25, 49, 0.2);
  border-radius: 30px;
  background: rgba(12, 25, 49, 0.05);
}

.team-header h1 {
  font-size: 52px;
  font-weight: 800;
  color: #0c1931;
  margin-bottom: 15px;
}

.team-header p {
  color: rgba(12, 25, 49, 0.6);
  font-size: 18px;
}

.team-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.team-card {
  position: relative;
  width: 260px;
  border-radius: 20px;
  overflow: visible;
}

.team-card-inner {
  background: white;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(12, 25, 49, 0.1);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  box-shadow: 0 10px 40px rgba(12, 25, 49, 0.08);
}

.team-card:hover .team-card-inner {
  transform: translateY(-10px);
  background: white;
  border-color: rgba(244, 197, 18, 0.5);
  box-shadow: 0 20px 50px rgba(12, 25, 49, 0.15);
}

.team-photo {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(244, 197, 18, 0.3);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-photo {
  border-radius: 15px;
  border-color: #f4c512;
  box-shadow: 0 0 30px rgba(244, 197, 18, 0.4);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-photo img {
  transform: scale(1.1);
}

.team-socials {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.team-card:hover .team-socials {
  opacity: 1;
  transform: translateY(0);
}

.team-socials a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
}

.team-socials a:hover {
  background: #f4c512;
  color: #0c1931;
  transform: translateY(-3px);
}

.team-info {
  padding-top: 10px;
}

.team-position {
  display: inline-block;
  background: linear-gradient(135deg, #f4c512 0%, #e6b800 100%);
  color: #0c1931;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.team-card.president .team-position {
  background: linear-gradient(135deg, #f4c512 0%, #ffd700 100%);
}

.team-info h3 {
  color: #0c1931;
  font-size: 20px;
  font-weight: 700;
}

.team-card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(244, 197, 18, 0.2) 0%,
    transparent 70%
  );
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.team-card:hover .team-card-glow {
  opacity: 1;
}

.team-cta {
  text-align: center;
  margin-top: 60px;
}

.team-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #0c1931 0%, #1a2a5e 100%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(12, 25, 49, 0.2);
}

.team-btn:hover {
  background: transparent;
  border-color: #0c1931;
  color: #0c1931;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(12, 25, 49, 0.25);
}

.team-btn i {
  transition: transform 0.3s ease;
}

.team-btn:hover i {
  transform: translateX(5px);
}

.gallery {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #0c1931 0%, #1a2a5e 50%, #25316e 100%);
  overflow: hidden;
}

.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.gallery-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}

.gallery-subtitle {
  display: inline-block;
  color: #f4c512;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  padding: 8px 20px;
  border: 2px solid rgba(244, 197, 18, 0.3);
  border-radius: 30px;
  background: rgba(244, 197, 18, 0.1);
}

.gallery-header h1 {
  color: white;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, #f4c512 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gallery-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.gallery-header::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f4c512, transparent);
  margin: 15px auto 0;
  border-radius: 2px;
}

.infinite-slider {
  display: none;
}

.swiper-gallery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 20px;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 450px;
  position: relative;
}

.swiper-slide {
  position: absolute;
  width: 600px;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
    opacity: 0;
  z-index: 1;
  transform: scale(0.6);
  filter: blur(8px) brightness(0.5);
  pointer-events: none;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.swiper-slide[data-pos="0"] {
  transform: translateX(0) scale(1);
  z-index: 5;
  opacity: 1;
  filter: none;
  pointer-events: auto;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.swiper-slide[data-pos="1"] {
  transform: translateX(60%) scale(0.8);
  z-index: 4;
  opacity: 0.6;
  filter: blur(3px) brightness(0.7);
  pointer-events: auto;
}

.swiper-slide[data-pos="-1"] {
  transform: translateX(-60%) scale(0.8);
  z-index: 4;
  opacity: 0.6;
  filter: blur(3px) brightness(0.7);
  pointer-events: auto;
}

.swiper-slide[data-pos="0"]:hover img {
  transform: scale(1.05);
}

.swiper-slide[data-pos="0"]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    rgba(244, 197, 18, 0.5),
    transparent,
    rgba(244, 197, 18, 0.3)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.swiper-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #f4c512 0%, #e6b800 100%);
  color: #0c1931;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(244, 197, 18, 0.4);
}

.swiper-btn:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 12px 35px rgba(244, 197, 18, 0.5);
}

.swiper-btn:active {
  transform: scale(0.95);
}

.swiper-progress {
  width: 200px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.swiper-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #f4c512, #ffde59);
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 20%;
}

.gallery-cta {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 18px 40px;
  background: transparent;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(244, 197, 18, 0.5);
}

.gallery-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 197, 18, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.gallery-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f4c512 0%, #e6b800 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-btn:hover {
  color: #0c1931;
  border-color: #f4c512;
  transform: translateY(-3px);
  box-shadow:
    0 15px 40px rgba(244, 197, 18, 0.4),
    0 0 30px rgba(244, 197, 18, 0.2);
}

.gallery-btn:hover::before {
  left: 100%;
}

.gallery-btn:hover::after {
  opacity: 1;
}

.gallery-btn i {
  font-size: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.gallery-btn span {
  position: relative;
  z-index: 1;
}

.gallery-btn:hover i {
  transform: translateX(5px) scale(1.1);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  max-width: 90%;
  max-height: 85%;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.lightbox.active .lightbox-content img {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.lightbox-close:hover {
  background: #f4c512;
  border-color: #f4c512;
  color: #0c1931;
  transform: rotate(90deg);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: #f4c512;
  border-color: #f4c512;
  color: #0c1931;
  transform: translateY(-50%) scale(1.1);
}

.lightbox-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  border-radius: 30px;
  backdrop-filter: blur(10px);
}

.messages {
  position: relative;
  padding: 120px 8%;
  background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 50%, #ebe5db 100%);
  overflow: hidden;
}

.messages-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.messages-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}

.messages-shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(244, 197, 18, 0.2) 0%,
    transparent 70%
  );
  top: -20%;
  right: -10%;
  animation: floatShape 15s ease-in-out infinite;
}

.messages-shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(12, 25, 49, 0.08) 0%,
    transparent 70%
  );
  bottom: -10%;
  left: -5%;
  animation: floatShape 18s ease-in-out infinite reverse;
}

.messages-shape-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(244, 197, 18, 0.15) 0%,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseShape 10s ease-in-out infinite;
}

@keyframes floatShape {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

@keyframes pulseShape {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.3;
  }
}

.messages-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.messages-header {
  text-align: center;
  margin-bottom: 80px;
}

.messages-eyebrow {
  display: inline-block;
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 18px;
  color: #0c1931;
  letter-spacing: 3px;
  margin-bottom: 20px;
  position: relative;
}

.messages-eyebrow::before,
.messages-eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0c1931, transparent);
}

.messages-eyebrow::before {
  right: calc(100% + 20px);
}

.messages-eyebrow::after {
  left: calc(100% + 20px);
}

.messages-title {
  font-size: 56px;
  font-weight: 300;
  color: #0c1931;
  letter-spacing: -1px;
}

.messages-title span {
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: 400;
  color: #b8860b;
}

.messages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 80px;
}

.message-card {
  position: relative;
  background: white;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 25px 80px rgba(12, 25, 49, 0.08);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.message-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 100px rgba(12, 25, 49, 0.12);
}

.message-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #f4c512 0%, #b8860b 100%);
}

.president-message .message-accent {
  background: linear-gradient(180deg, #f4c512 0%, #daa520 100%);
}

.rotarian-message .message-accent {
  background: linear-gradient(180deg, #0c1931 0%, #1a2a5e 100%);
}

.message-content {
  position: relative;
  z-index: 1;
}

.message-quote-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(244, 197, 18, 0.15) 0%,
    rgba(244, 197, 18, 0.05) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.message-quote-icon i {
  font-size: 24px;
  color: #b8860b;
}

.rotarian-message .message-quote-icon {
  background: linear-gradient(
    135deg,
    rgba(12, 25, 49, 0.1) 0%,
    rgba(12, 25, 49, 0.03) 100%
  );
}

.rotarian-message .message-quote-icon i {
  color: #0c1931;
}

.message-text {
  font-family: "Georgia", serif;
  font-size: 20px;
  line-height: 1.9;
  color: #2c2c2c;
  font-style: italic;
  margin-bottom: 35px;
}

.message-signature {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}

.signature-text {
  font-size: 14px;
  color: #888;
  letter-spacing: 1px;
}

.signature-name {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 32px;
  color: #0c1931;
  transform: rotate(-2deg);
  display: inline-block;
}

.message-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(12, 25, 49, 0.08);
}

.author-image {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.author-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 10px 30px rgba(12, 25, 49, 0.15);
}

.author-badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #f4c512 0%, #daa520 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  box-shadow: 0 5px 15px rgba(244, 197, 18, 0.3);
}

.author-badge i {
  font-size: 12px;
  color: white;
}

.rotary-badge {
  background: linear-gradient(135deg, #0c1931 0%, #1a2a5e 100%);
  box-shadow: 0 5px 15px rgba(12, 25, 49, 0.3);
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.author-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0c1931;
  margin: 0;
}

.author-info span {
  font-size: 14px;
  color: #666;
}

.author-year {
  display: inline-block;
  background: rgba(244, 197, 18, 0.15);
  color: #b8860b !important;
  font-size: 12px !important;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  width: fit-content;
  margin-top: 5px;
}

.rotarian-message .author-year {
  background: rgba(12, 25, 49, 0.08);
  color: #0c1931 !important;
}

.message-decoration {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  color: rgba(244, 197, 18, 0.08);
  pointer-events: none;
  transition: all 0.5s ease;
}

.message-card:hover .message-decoration {
  transform: scale(1.1) rotate(10deg);
  color: rgba(244, 197, 18, 0.12);
}

.rotarian-message .message-decoration {
  color: rgba(12, 25, 49, 0.05);
}

.rotarian-message:hover .message-decoration {
  color: rgba(12, 25, 49, 0.08);
}

.messages-bottom-quote {
  text-align: center;
  padding: 50px;
  background: linear-gradient(135deg, #0c1931 0%, #1a2a5e 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.messages-bottom-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23F4C512' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.messages-bottom-quote p {
  font-family: "Georgia", serif;
  font-size: 26px;
  color: white;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.messages-bottom-quote em {
  font-style: italic;
}

.messages-bottom-quote span {
  font-size: 16px;
  color: #f4c512;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

/* ========================================
   CLUB SPONSORS SECTION
   ======================================== */
.sponsors {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 80px 8%;
  overflow: hidden;
}

.sponsors-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sponsors-header {
  text-align: center;
  margin-bottom: 60px;
}

.sponsors-subtitle {
  color: #f4c512;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.sponsors-header h1 {
  color: white;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #fff 0%, #f4c512 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sponsors-tagline {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 50px;
}

.sponsor-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  outline: none;
}

.sponsor-card-link * {
  text-decoration: none;
}

.sponsor-card-link:focus {
  outline: none;
}

.sponsor-card-link:focus-visible {
  outline: 2px solid rgba(244, 197, 18, 0.6);
  outline-offset: 4px;
  border-radius: 18px;
}

.sponsor-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.sponsor-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.sponsor-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1a1a2e;
  font-size: 12px;
  font-weight: 600;
}

.sponsor-badge i {
  font-size: 13px;
}

.sponsor-tenure {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.sponsor-logo {
  width: 110px;
  height: 110px;
  margin: 20px auto 16px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
  overflow: hidden;
}

.sponsor-card:hover .sponsor-logo {
  transform: rotate(360deg);
}

.sponsor-logo img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.sponsor-logo i {
  font-size: 32px;
  color: #cbd5e1;
}

.sponsor-name {
  color: white;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 4px;
}

.sponsor-type {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin-bottom: 6px;
}

.sponsor-desc {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.sponsor-accent {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  margin-top: 8px;
}

@keyframes sponsorFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes sponsorPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes sponsorBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@keyframes sponsorSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sponsor-anim-float {
  animation: sponsorFloat 2.5s ease-in-out infinite;
}
.sponsor-anim-pulse {
  animation: sponsorPulse 1.5s ease infinite;
}
.sponsor-anim-bounce {
  animation: sponsorBounce 2s ease infinite;
}
.sponsor-anim-spin {
  animation: sponsorSpin 4s linear infinite;
}

.become-sponsor {
  text-align: center;
}

.become-sponsor p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin-bottom: 18px;
}

.sponsor-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f4c512 0%, #ffd700 100%);
  color: #1a1a2e;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(244, 197, 18, 0.25);
}

.sponsor-cta:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 32px rgba(244, 197, 18, 0.35);
}

.sponsor-cta i {
  transition: transform 0.3s ease;
}
.sponsor-cta:hover i {
  transform: translateX(4px);
}

.sponsors-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(244, 197, 18, 0.08) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(244, 197, 18, 0.08) 0%,
      transparent 30%
    );
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1024px) {
  .sponsors {
    padding: 60px 5%;
  }
  .sponsors-header h1 {
    font-size: 36px;
  }
  .sponsors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sponsors-header h1 {
    font-size: 30px;
  }
  .sponsors-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .sponsors-header h1 {
    font-size: 26px;
  }
  .sponsors-tagline {
    font-size: 14px;
  }
  .sponsor-card {
    padding: 20px;
  }
  .sponsor-logo {
    width: 90px;
    height: 90px;
  }
}

.contact {
  background: linear-gradient(135deg, #f4c512 0%, #e6a800 50%, #d4930d 100%);
  position: relative;
  overflow: hidden;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  align-items: stretch;
}

.contact-left {
  background: linear-gradient(135deg, #f4c512 0%, #e6a800 100%);
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(12, 25, 49, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.2) 0%,
      transparent 40%
    );
  pointer-events: none;
}

.contact-left-content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  width: 100%;
}

.contact-label {
  display: inline-block;
  color: #0c1931;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  background: rgba(12, 25, 49, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
}

.contact-left h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0c1931;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact-left > .contact-left-content > p {
  color: rgba(12, 25, 49, 0.7);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(12, 25, 49, 0.1);
  border: 1px solid rgba(12, 25, 49, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
  background: #0c1931;
  border-color: #0c1931;
}

.contact-icon i {
  color: #0c1931;
  font-size: 18px;
  transition: color 0.3s ease;
}

.contact-info-item:hover .contact-icon i {
  color: #f4c512;
}

.contact-details span {
  font-size: 13px;
  color: rgba(12, 25, 49, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-details p {
  color: #0c1931;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.contact-socials span {
  display: block;
  font-size: 13px;
  color: rgba(12, 25, 49, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.contact-social-links {
  display: flex;
  gap: 12px;
}

.contact-social-links a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(12, 25, 49, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c1931;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(12, 25, 49, 0.05);
}

.contact-social-links a:hover {
  background: #0c1931;
  border-color: #0c1931;
  color: #f4c512;
  transform: translateY(-3px);
}

.contact-right {
  background: #f8f9fa;
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form,
.contact-right .form-card {
  width: 100%;
  max-width: 500px;
}

.form-card {
  background: white;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 480px;
}

.contact-right .form-card {
  width: 100%;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form h3,
.form-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0c1931;
  margin-bottom: 15px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0c1931;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-group label i {
  color: #667eea;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: white;
}

.form-card .form-group input,
.form-card .form-group textarea {
  padding: 12px 16px;
  background: #f8f9fc;
  border: 2px solid #e8ecf4;
  border-radius: 12px;
  font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0c1931;
  box-shadow: 0 0 0 4px rgba(12, 25, 49, 0.1);
}

.form-card .form-group input:focus,
.form-card .form-group textarea:focus {
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #adb5bd;
}

.form-card .form-group input::placeholder,
.form-card .form-group textarea::placeholder {
  color: #999;
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-card .form-group textarea {
  min-height: 80px;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}

.checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #667eea;
  cursor: pointer;
  margin-top: 2px;
}

.checkbox-group label {
  color: #666;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}

.contact-submit,
.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: #0c1931;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn {
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 14px 32px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
}

.contact-submit:hover {
  background: #f4c512;
  color: #0c1931;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(244, 197, 18, 0.3);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.contact-submit i,
.submit-btn i {
  transition: transform 0.3s ease;
}

.contact-submit:hover i {
  transform: translateX(5px) rotate(-20deg);
}

.submit-btn:hover i {
  transform: translateX(5px);
}

.contact-map {
  position: relative;
  height: 350px;
  background: #162447;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.8;
  transition: all 0.5s ease;
}

.contact-map:hover iframe {
  filter: grayscale(0%);
  opacity: 1;
}

.map-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.map-card {
  background: white;
  padding: 25px 35px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.map-card i {
  font-size: 28px;
  color: #f4c512;
  margin-bottom: 10px;
}

.map-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0c1931;
  margin-bottom: 5px;
}

.map-card p {
  font-size: 14px;
  color: #666;
}

footer {
  background: linear-gradient(180deg, #0c1931 0%, #0a1425 100%) !important;
  padding: 60px 8% 30px !important;
  position: relative;
  margin-top: 0 !important;
  min-height: auto !important;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f4c512, #e6a800, #f4c512);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer .footer_fullname {
  position: relative;
  top: auto;
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.footer-tagline {
  color: #f4c512;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-social span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .icons {
  position: relative;
  top: auto;
  right: auto;
  display: flex;
  gap: 10px;
}

footer .icons a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

footer .icons a:hover {
  background: #f4c512;
  border-color: #f4c512;
  color: #0c1931;
  transform: translateY(-3px);
}

footer .footer_hr {
  margin: 0 0 40px 0;
  opacity: 0.1;
  height: 1px;
}

.footer-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 40px;
}

.footer-links h4,
.footer-contact h4 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links ul li a:hover {
  color: #f4c512;
  transform: translateX(5px);
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact p i {
  color: #f4c512;
  width: 20px;
}

footer .footer_hr2 {
  margin: 0 0 25px 0;
  width: 100%;
  opacity: 0.1;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.footer-credits {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.footer-credits .heart {
  display: inline-block;
  color: #e74c3c;
  animation: heartbeat 1s ease-in-out infinite;
  transform-origin: center;
}

.footer-credits .dev-link {
  color: #f4c512;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-credits .dev-link:hover {
  color: white;
  text-decoration: underline;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.25);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.build-info {
  background: #050a14;
  padding: 12px 8%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.build-info-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Consolas", "Monaco", monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.build-info .version {
  background: rgba(244, 197, 18, 0.15);
  color: #f4c512;
  padding: 3px 10px;
  border-radius: 4px 0 0 4px;
  font-weight: 600;
}

.build-info .edition {
  background: rgba(244, 197, 18, 0.08);
  color: rgba(244, 197, 18, 0.8);
  padding: 3px 10px;
  border-radius: 0 4px 4px 0;
  font-style: italic;
  font-weight: 400;
  margin-left: -10px;
}

.build-info .separator {
  color: rgba(255, 255, 255, 0.2);
}

.build-info .build-label {
  color: rgba(255, 255, 255, 0.4);
}

.build-info .commit-hash {
  color: #64d2ff;
  text-decoration: none;
  background: rgba(100, 210, 255, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.build-info .commit-hash:hover {
  background: rgba(100, 210, 255, 0.2);
  color: #8ae0ff;
}

.build-info .build-date {
  color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   RESPONSIVE STYLES - Modern & Clean Design
   ============================================ */

@media screen and (max-width: 1400px) {
  .about h1,
  .eventsheading h1,
  .team-header h1,
  .wwd-header h1 {
    font-size: 44px;
  }

  .gallery-header h1 {
    font-size: 60px;
  }

  .swiper-slide {
    width: 500px;
    height: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    padding: 0 4%;
  }

  .land {
    width: 100%;
    padding: 3%;
  }

  .shortname {
    font-size: 120px;
  }

  .wel {
    font-size: 28px;
    margin-bottom: -40px;
  }

  .fullname {
    font-size: 20px;
    margin-top: -45px;
  }

  .presidental_theme {
    right: 30px;
    padding: 20px;
  }

  .presidental_theme_image {
    width: 200px;
  }

    .about_us {
    padding: 60px 5%;
  }

  .about {
    gap: 40px;
  }

  .about h1 {
    font-size: 40px;
  }

  .about-image {
    max-width: 450px;
  }

    .what-we-do {
    padding: 50px 5%;
  }

  .wwd-header h1 {
    font-size: 44px;
  }

  .wwd-cards {
    gap: 20px;
  }

    .events {
    padding: 60px 5%;
  }

  .events-container {
    gap: 40px;
  }

  .eventsheading h1 {
    font-size: 42px;
  }

    .team {
    padding: 80px 5%;
  }

  .team-card {
    width: 240px;
  }

  .team-photo {
    width: 160px;
    height: 160px;
  }

    .gallery {
    padding: 80px 0 60px;
  }

  .gallery-header h1 {
    font-size: 52px;
  }

  .swiper-gallery {
    max-width: 900px;
  }

  .swiper-slide {
    width: 450px;
    height: 300px;
  }

    .messages-title {
    font-size: 44px;
  }

  .message-text {
    font-size: 17px;
  }

    .contact-wrapper {
    gap: 30px;
  }

  .contact-left h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
    .main {
    min-height: auto;
    padding-bottom: 50px;
  }

  .land {
    position: relative;
    top: 0;
    padding: 120px 5% 40px;
  }

  .shortname {
    font-size: 90px;
    margin-top: -30px;
  }

  .wel {
    font-size: 24px;
    margin-bottom: -25px;
  }

  .fullname {
    font-size: 17px;
    margin-top: -30px;
  }

  .presidental_theme {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px 0 0;
    display: inline-block;
    width: fit-content;
    padding: 15px;
  }

    .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

    .about_us {
    padding: 60px 5%;
    min-height: auto;
  }

  .about {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    max-width: 100%;
  }

  .about-image.mobile-only {
    max-width: 500px;
    margin: 20px auto;
  }

  .about-image.mobile-only img {
    width: 100%;
    border-radius: 20px;
  }

  .about h1 {
    font-size: 36px;
  }

  .about p {
    text-align: center;
  }

  .about-stats {
    justify-content: center;
  }

  .image-decoration {
    display: none;
  }

    .what-we-do {
    padding: 50px 5%;
    min-height: auto;
  }

  .wwd-header h1 {
    font-size: 36px;
  }

  .wwd-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

    .events {
    min-height: auto;
    padding: 50px 5%;
  }

  .events-container {
    flex-direction: column;
    text-align: center;
  }

  .events-content {
    max-width: 100%;
  }

  .events-image.mobile-only {
    max-width: 100%;
    margin: 20px auto;
  }

  .events-image.mobile-only img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .eventsheading h1 {
    font-size: 36px;
  }

  .event-details {
    text-align: left;
  }

  .event-meta {
    justify-content: center;
  }

    .team {
    padding: 60px 5%;
  }

  .team-header h1 {
    font-size: 36px;
  }

  .team-cards {
    gap: 25px;
  }

  .team-card {
    width: 220px;
  }

  .team-photo {
    width: 140px;
    height: 140px;
  }

  .team-info h3 {
    font-size: 18px;
  }

    .gallery {
    padding: 60px 0 50px;
  }

  .gallery-header h1 {
    font-size: 42px;
  }

  .swiper-wrapper {
    height: 350px;
  }

  .swiper-slide {
    width: 380px;
    height: 260px;
  }

  .swiper-slide[data-pos="1"],
  .swiper-slide[data-pos="-1"] {
    transform: translateX(55%) scale(0.75);
  }

  .swiper-slide[data-pos="-1"] {
    transform: translateX(-55%) scale(0.75);
  }

    .messages {
    padding: 60px 5%;
  }

  .messages-title {
    font-size: 36px;
  }

  .messages-grid {
    flex-direction: column;
    gap: 30px;
  }

  .message-card {
    max-width: 600px;
    margin: 0 auto;
  }

    .president-message {
    order: 1;
  }

  .rotarian-message {
    order: 2;
  }

  .message-text {
    font-size: 16px;
  }

    .contact {
    padding: 60px 5%;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-left {
    max-width: 100%;
    padding: 40px;
    width: 100%;
    order: 1;
  }

  .contact-left h2 {
    font-size: 32px;
  }

  .contact-right {
    max-width: 100%;
    width: 100%;
    order: 2;
  }

    .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-middle {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .build-info-content {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
    .land {
    padding: 100px 4% 30px;
  }

  .shortname {
    font-size: 70px;
    margin-top: -20px;
  }

  .wel {
    font-size: 20px;
    margin-bottom: -15px;
  }

  .fullname {
    font-size: 14px;
    margin-top: -20px;
  }

  .presidental_theme {
    padding: 15px;
    max-width: 220px;
  }

  .presidental_theme_image {
    width: 150px;
  }

  .presidentalthemename {
    font-size: 1.2rem;
  }

    .about_us {
    padding: 50px 4%;
  }

  .about h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .about-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .about p {
    font-size: 15px;
  }

  .about-stats {
    gap: 25px;
    flex-wrap: wrap;
  }

  .stat-number,
  .stat-plus {
    font-size: 28px;
  }

  .stat-label {
    font-size: 12px;
  }

  .about button {
    padding: 12px 25px;
    font-size: 14px;
  }

    .what-we-do {
    padding: 40px 4%;
  }

  .wwd-header h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .wwd-header p {
    font-size: 16px;
  }

  .wwd-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .wwd-card {
    padding: 25px 20px;
  }

  .wwd-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .wwd-icon i {
    font-size: 24px;
  }

  .wwd-card h3 {
    font-size: 18px;
  }

    .events {
    padding: 40px 4%;
  }

  .eventsheading h1 {
    font-size: 30px;
  }

  .events-subtitle {
    font-size: 14px;
  }

  .events-image img {
    height: 280px;
  }

  .event-details {
    padding: 25px;
  }

  .event-title {
    font-size: 22px;
  }

  .event-meta {
    gap: 15px;
  }

  .event-meta span {
    font-size: 13px;
  }

  .event-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

    .team {
    padding: 50px 4%;
  }

  .team-header h1 {
    font-size: 30px;
  }

  .team-header p {
    font-size: 16px;
  }

  .team-cards {
    gap: 20px;
  }

  .team-card {
    width: 200px;
  }

  .team-card-inner {
    padding: 20px;
  }

  .team-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  .team-position {
    font-size: 10px;
    padding: 5px 12px;
  }

  .team-info h3 {
    font-size: 16px;
  }

  .team-btn {
    padding: 14px 28px;
    font-size: 14px;
  }

    .gallery {
    padding: 50px 0 40px;
  }

  .gallery-header h1 {
    font-size: 34px;
  }

  .gallery-header p {
    font-size: 16px;
  }

  .swiper-wrapper {
    height: 300px;
  }

  .swiper-slide {
    width: 300px;
    height: 220px;
    border-radius: 16px;
  }

  .swiper-slide[data-pos="0"]::before {
    border-radius: 16px;
  }

  .swiper-slide[data-pos="1"] {
    transform: translateX(50%) scale(0.7);
    opacity: 0.5;
  }

  .swiper-slide[data-pos="-1"] {
    transform: translateX(-50%) scale(0.7);
    opacity: 0.5;
  }

  .swiper-nav {
    margin-top: 30px;
    gap: 20px;
  }

  .swiper-btn {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .swiper-progress {
    width: 150px;
  }

  .gallery-btn {
    padding: 14px 30px;
    font-size: 14px;
  }

    .messages {
    padding: 50px 4%;
  }

  .messages-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .messages-title {
    font-size: 30px;
  }

  .message-card {
    padding: 25px;
  }

  .message-quote-icon {
    width: 50px;
    height: 50px;
  }

  .message-quote-icon i {
    font-size: 20px;
  }

  .message-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .author-image {
    width: 55px;
    height: 55px;
  }

  .author-info h4 {
    font-size: 16px;
  }

  .messages-bottom-quote p {
    font-size: 16px;
  }

    .contact {
    padding: 50px 4%;
  }

  .contact-left {
    padding: 30px;
  }

  .contact-label {
    font-size: 12px;
  }

  .contact-left h2 {
    font-size: 28px;
  }

  .contact-info-list {
    gap: 20px;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
  }

  .contact-details p {
    font-size: 15px;
  }

  .contact-form h3 {
    font-size: 22px;
  }

  .form-row {
    flex-direction: column;
    gap: 20px;
  }

  .contact-submit {
    padding: 14px 30px;
    font-size: 14px;
  }

    footer {
    padding: 50px 4% 20px;
  }

  footer .footer_fullname {
    font-size: 22px;
  }

  .footer-middle {
    grid-template-columns: 1fr;
    gap: 30px;
  }

    .build-info {
    padding: 10px 4%;
  }

  .build-info-content {
    font-size: 10px;
    gap: 6px;
  }
}

@media screen and (max-width: 576px) {
    .land {
    padding: 90px 3% 25px;
  }

  .shortname {
    font-size: 50px;
    margin-top: -10px;
    margin-left: -3px;
  }

  .wel {
    font-size: 16px;
    margin-bottom: -10px;
  }

  .fullname {
    font-size: 12px;
    margin-top: -12px;
  }

  .homepage-joinus {
    padding: 8px 16px;
    font-size: 13px;
  }

  .presidental_theme {
    max-width: 180px;
    padding: 12px;
    border-radius: 15px;
  }

  .presidental_theme_image {
    width: 120px;
  }

  .presidentalthemename {
    font-size: 1rem;
    margin-top: -30px;
  }

  .presidentaltheme_hovercontent {
    border-radius: 15px;
  }

    .about_us {
    padding: 40px 4%;
  }

  .about-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 14px;
  }

  .about h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .about p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-stats {
    gap: 20px;
  }

  .stat-number,
  .stat-plus {
    font-size: 24px;
  }

  .stat-label {
    font-size: 11px;
  }

  .about button {
    padding: 10px 20px;
    font-size: 13px;
  }

  .about-image img {
    border-radius: 15px;
  }

    .what-we-do {
    padding: 35px 4%;
  }

  .wwd-subtitle {
    font-size: 11px;
    letter-spacing: 2px;
    padding: 6px 14px;
  }

  .wwd-header h1 {
    font-size: 26px;
  }

  .wwd-header p {
    font-size: 14px;
  }

  .wwd-cards {
    max-width: 100%;
  }

  .wwd-card {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .wwd-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
  }

  .wwd-icon i {
    font-size: 22px;
  }

  .wwd-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .wwd-card p {
    font-size: 13px;
  }

    .events {
    padding: 35px 4%;
  }

  .events-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .eventsheading h1 {
    font-size: 26px;
  }

  .events-image img {
    height: 220px;
    border-radius: 15px;
  }

  .event-date-badge {
    padding: 10px 15px;
    border-radius: 12px;
  }

  .event-date-badge .day {
    font-size: 24px;
  }

  .event-date-badge .month {
    font-size: 11px;
  }

  .event-details {
    padding: 20px;
    border-radius: 15px;
  }

  .event-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .event-meta {
    gap: 12px;
    margin-bottom: 15px;
  }

  .event-meta span {
    font-size: 12px;
  }

  .event-details p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .event-btn {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 25px;
  }

    .team {
    padding: 40px 4%;
  }

  .team-subtitle {
    font-size: 11px;
    letter-spacing: 2px;
    padding: 6px 14px;
  }

  .team-header h1 {
    font-size: 26px;
  }

  .team-header p {
    font-size: 14px;
  }

  .team-cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .team-card {
    width: 100%;
    max-width: 280px;
  }

  .team-card-inner {
    padding: 25px 20px;
    border-radius: 16px;
  }

  .team-photo {
    width: 130px;
    height: 130px;
    border-width: 3px;
  }

  .team-position {
    font-size: 11px;
    padding: 5px 14px;
    letter-spacing: 1px;
  }

  .team-info h3 {
    font-size: 17px;
  }

  .team-cta {
    margin-top: 40px;
  }

  .team-btn {
    padding: 12px 24px;
    font-size: 13px;
  }

    .gallery {
    padding: 40px 0 35px;
  }

  .gallery-subtitle {
    font-size: 11px;
    letter-spacing: 2px;
    padding: 6px 14px;
  }

  .gallery-header h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .gallery-header p {
    font-size: 14px;
  }

  .swiper-gallery {
    padding: 10px 15px;
  }

  .swiper-wrapper {
    height: 250px;
  }

  .swiper-slide {
    width: 260px;
    height: 180px;
    border-radius: 12px;
  }

  .swiper-slide[data-pos="0"]::before {
    border-radius: 12px;
  }

  .swiper-slide[data-pos="1"],
  .swiper-slide[data-pos="-1"] {
    display: none;
  }

  .swiper-nav {
    margin-top: 25px;
    gap: 15px;
  }

  .swiper-btn {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .swiper-progress {
    width: 120px;
    height: 3px;
  }

  .gallery-cta {
    margin-top: 15px;
  }

  .gallery-btn {
    padding: 12px 24px;
    font-size: 13px;
    gap: 10px;
  }

    .lightbox-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-counter {
    bottom: 15px;
    font-size: 13px;
    padding: 6px 12px;
  }

    .messages {
    padding: 40px 4%;
  }

  .messages-eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 6px 14px;
  }

  .messages-title {
    font-size: 26px;
  }

  .messages-grid {
    gap: 25px;
  }

  .message-card {
    padding: 20px;
    border-radius: 16px;
  }

  .message-accent {
    width: 3px;
  }

  .message-quote-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

  .message-quote-icon i {
    font-size: 18px;
  }

  .message-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .message-signature {
    margin-bottom: 20px;
  }

  .signature-name {
    font-size: 14px;
  }

  .message-author {
    gap: 12px;
  }

  .author-image {
    width: 50px;
    height: 50px;
  }

  .author-badge {
    width: 18px;
    height: 18px;
  }

  .author-badge i {
    font-size: 9px;
  }

  .author-info h4 {
    font-size: 15px;
  }

  .author-info span {
    font-size: 12px;
  }

  .author-year {
    font-size: 10px;
    padding: 3px 10px;
  }

  .messages-bottom-quote {
    margin-top: 35px;
    padding: 20px;
  }

  .messages-bottom-quote p {
    font-size: 14px;
  }

  .messages-bottom-quote span {
    font-size: 12px;
  }

    .contact {
    padding: 40px 4%;
  }

  .contact-left {
    padding: 25px;
    border-radius: 16px 16px 0 0;
  }

  .contact-label {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 5px 12px;
  }

  .contact-left h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .contact-left > .contact-left-content > p {
    font-size: 14px;
  }

  .contact-info-list {
    gap: 15px;
  }

  .contact-info-item {
    gap: 12px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .contact-icon i {
    font-size: 16px;
  }

  .contact-details span {
    font-size: 11px;
  }

  .contact-details p {
    font-size: 14px;
  }

  .contact-socials span {
    font-size: 13px;
  }

  .contact-social-links a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .contact-right {
    padding: 25px;
    border-radius: 0 0 16px 16px;
  }

  .contact-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .form-group label {
    font-size: 12px;
  }

  .form-group input,
  .form-group textarea {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 10px;
  }

  .contact-submit {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    border-radius: 10px;
  }

  .contact-map {
    height: 200px;
    border-radius: 12px;
  }

  .map-card {
    padding: 12px 16px;
  }

  .map-card i {
    font-size: 20px;
  }

  .map-card h4 {
    font-size: 14px;
  }

  .map-card p {
    font-size: 12px;
  }

    footer {
    padding: 40px 4% 15px;
  }

  footer .footer_fullname {
    font-size: 18px;
  }

  .footer-tagline {
    font-size: 13px;
  }

  .footer-social span {
    font-size: 12px;
  }

  footer .icons a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .footer-links h4,
  .footer-contact h4 {
    font-size: 15px;
  }

  .footer-links ul li a {
    font-size: 13px;
  }

  .footer-contact p {
    font-size: 13px;
  }

  .footer-copyright,
  .footer-credits {
    font-size: 12px;
  }

    .build-info {
    padding: 8px 3%;
  }

  .build-info-content {
    font-size: 9px;
    gap: 4px;
  }

  .build-info .version,
  .build-info .edition {
    padding: 2px 6px;
  }

  .build-info .commit-hash {
    padding: 2px 6px;
  }
}

@media screen and (max-width: 400px) {
    .land {
    padding: 85px 3% 20px;
  }

  .shortname {
    font-size: 40px;
  }

  .wel {
    font-size: 14px;
  }

  .fullname {
    font-size: 11px;
  }

  .presidental_theme {
    max-width: 160px;
    padding: 10px;
  }

  .presidental_theme_image {
    width: 100px;
  }

    .about h1 {
    font-size: 22px;
  }

  .about-stats {
    flex-direction: column;
    gap: 15px;
  }

    .wwd-header h1 {
    font-size: 22px;
  }

    .eventsheading h1 {
    font-size: 22px;
  }

  .event-title {
    font-size: 16px;
  }

  .event-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

    .team-header h1 {
    font-size: 22px;
  }

  .team-card {
    max-width: 250px;
  }

    .gallery-header h1 {
    font-size: 24px;
  }

  .swiper-slide {
    width: 240px;
    height: 160px;
  }

    .messages-title {
    font-size: 22px;
  }

  .message-text {
    font-size: 13px;
  }

    .contact-left h2 {
    font-size: 20px;
  }

  .contact-form h3 {
    font-size: 18px;
  }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .main {
    min-height: 100vh;
  }

  .land {
    padding: 80px 5% 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .land > * {
    flex: 0 0 auto;
  }

  .presidental_theme {
    position: relative;
    margin: 0;
    max-width: 150px;
  }

  .presidental_theme_image {
    width: 100px;
  }

  .about_us,
  .events,
  .team,
  .gallery,
  .messages,
  .contact {
    min-height: auto;
    padding: 40px 5%;
  }

  .swiper-wrapper {
    height: 200px;
  }

  .swiper-slide {
    width: 250px;
    height: 150px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .about-image img,
  .events-image img,
  .team-photo img,
  .swiper-slide img,
  .author-image img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .stat-item,
  .wwd-card,
  .team-card-inner,
  .message-card,
  .swiper-slide {
    transform: none !important;
    opacity: 1 !important;
  }
}
