body {
  line-height: 1.7;
  color: rgb(50, 50, 50);
  font-weight: 300;
  font-size: 1.1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(33 29 29);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  background: #fafafa;
  background: linear-gradient(
    to right,
    #fdfdfd 0%,
    #f6f6f5 50%,
    #f8f8f8 51%,
    #f8f8f8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.6rem;
  background: #ffffff;
  background: linear-gradient(
    to right,
    #fdfdfd 0%,
    #f6f6f5 50%,
    #f8f8f8 51%,
    #f8f8f8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-buttons .btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(45deg, #2eb62c, #57c84d);
  border: none;
  box-shadow: 0 5px 15px rgba(108, 92, 231, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
}

.btn-outline {
  border: 2px solid #2eb62c;
  color: #2eb62c;
  background: transparent;
}

.btn-outline:hover {
  background: linear-gradient(45deg, #2eb62c, #57c84d);
  color: white;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-image {
    margin-top: 3rem;
  }
}

.icon-wrapper {
  display: flex;
  justify-content: center;
}

.custom-icon {
  max-width: 100%;
  max-height: 100%;
}

.custom-icon1 {
  max-width: 30%;
  max-height: 100%;
}

.focus-block h4,
.focus-block p {
  color: #fff;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
}

.custom-icon {
  max-width: 100%; /* Ensures the icon fits well inside */
  max-height: 100%; /* Adjust dimensions based on the design */
}

.custom-icon1 {
  max-width: 30%; /* Ensures the icon fits well inside */
  max-height: 100%; /* Adjust dimensions based on the design */
}
.focus-block h4,
.focus-block p {
  color: #fff;
}
.gallery_img_rounded {
  border-radius: 8px !important;
}

/* Fixed Card at Bottom Right of Hero Section */
.arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fixed-card {
  position: absolute;
  top: 120px;
  right: 30px;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Glassmorphism effect */
.glass {
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.7),
    rgba(255, 152, 0, 0.7)
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.text-column {
  flex: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.result-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  position: relative;
  overflow: hidden;
}

.result-column::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  top: -50%;
  left: -50%;
  transform: rotate(30deg);
  animation: shine 6s infinite;
}

@keyframes shine {
  0% {
    transform: rotate(30deg) translateX(-100%);
  }
  20% {
    transform: rotate(30deg) translateX(100%);
  }
  100% {
    transform: rotate(30deg) translateX(100%);
  }
}
.fixed-card h1 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.result-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);

  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.result-link:hover {
  background: rgba(255, 255, 255, 0.228);
  transform: scale(1.05);
}

.result-link i {
  margin-left: 0px;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffd700;
  border-radius: 50%;
  animation: confetti-fall 5s linear infinite;
  opacity: 0.7;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(500px) rotate(720deg);
    opacity: 0;
  }
}

.events-section {
  --primary-color: #ff8c00; /* Vibrant burnt orange - main energy */
  --secondary-color: #ffd700; /* Sunny gold - highlights & accents */
  --accent-color: #ff6347; /* Coral-terracotta - attention elements */
  --light-color: #fff8e6; /* Warm cream - backgrounds */
  --dark-color: #5d4037; /* Espresso brown - text & deep accents */
}
.events-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
  position: relative;
  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  max-width: 100%;
}

.section-header {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border-radius: 2px;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.event-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  z-index: 2;
  border: none;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.event-image {
  height: auto;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.event-card:hover .event-overlay {
  opacity: 1;
}

.view-btn {
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-color);
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.event-content {
  padding: 25px;
}

.card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 10px;
}

.card-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border-radius: 2px;
}

.event-details {
  margin-bottom: 1.5rem;
}

.event-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.event-detail i {
  color: var(--primary-color);
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.event-detail span {
  color: #555;
  font-size: 0.95rem;
}

.btn-event {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(111, 66, 193, 0.3);
}

.btn-event:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(111, 66, 193, 0.4);
  color: white;
}

/* Decorative elements */
.decoration {
  position: absolute;
  z-index: 1;
}

.circle-1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(111, 66, 193, 0.1),
    rgba(13, 202, 240, 0.1)
  );
  top: 10%;
  left: 5%;
}

.circle-2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(111, 66, 193, 0.1),
    rgba(13, 202, 240, 0.1)
  );
  bottom: 15%;
  right: 5%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(255, 107, 107, 0.1);
  transform: rotate(45deg);
  bottom: 10%;
  left: 8%;
}

/* Modal styles */
.modal-content {
  border-radius: 15px;
  overflow: hidden;
}

.modal-body {
  padding: 0;
}

.modal-body img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-header {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  color: white;
  border: none;
}

.btn-close {
  filter: invert(1);
}

.modal-dialog-centered {
  min-height: 100%;
}
.modal-dialog {
  max-width: 860px;
  margin: 1.75rem auto;
}
.main-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.carousel-item img {
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}
.carousel-item img:hover {
  transform: scale(1.05);
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 50% 50%;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.3rem;
  }

  .events-section {
    padding: 3rem 0;
  }
}
