html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

@font-face {
  font-family: "Arm Hmk's Bebas Neue";
  src: url("../fonts/Arm Hmk's Bebas Neue.TTF") format("woff2");
}

@font-face {
  font-family: "Montserrat arm";
  src: url("../fonts/Montserratarm-Regular.otf") format("woff2");
}

/* custom.css */

/* Full-screen hero section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Background video */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire section */
  z-index: -2;
}

/* Overlay with gradient */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.95) 100%);
  z-index: -1;
}
.petal-image
{
  position:absolute;
  height: 1023px;
  width: -webkit-fill-available;
}
/* Centered content */
.content {
  position: relative;
  z-index: 1;
}

/* Logo styling */
.logo {
  width: 159px;
  height: 157px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

/* Main title styling */
.main-title {
  color: #111; /* var(--titles-color) */
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 120px;
  line-height: 110%; /* 132px */
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* Highlighted word (գարուն) */
.main-title .highlight {
  color: #EC9DAB; /* Pink color for "գարուն" */
}

/* Subtitle styling */
.subtitle {
  color: #555; /* var(--text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
  text-transform: uppercase;
}

/* Falling petals animation */
.petals {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.petal {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: fall linear infinite;
}

/* Falling animation (only handles vertical movement and opacity) */
@keyframes fall {
  0% {
    transform: translateY(-100px); /* Start above the screen */
    opacity: 1;
  }
  100% {
    transform: translateY(100vh); /* Fall to the bottom of the screen */
    opacity: 0;
  }
}

/* Rotation animations (only handles rotation) */
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* Apply rotation animation separately */
.petal-rotate1 {
  animation: rotate1 5s linear infinite;
}

.petal-rotate2 {
  animation: rotate2 5s linear infinite;
}

/* Partners Section */
.partners-section {
  background-color: #fff; /* White background as per Figma */
  padding: 40px 0; /* Add some vertical padding for spacing */
  margin-top:90px;
  margin-bottom:90px;
}

.partners-container {
  display: inline-flex;
  align-items: center;
  gap: 120px; /* Space between SVGs as per Figma */
  justify-content: center; /* Center the items horizontally */
  width: 100%; /* Ensure the container takes full width */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.partner-logo {
  height: 120px; /* Adjust based on your SVGs' dimensions */
  width: auto; /* Maintain aspect ratio */
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Info Section */
.info-section {
  padding: 60px 0;
  background-color: #fff; /* White background to match previous sections */
}

.info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  max-width: 1140px; /* Match Figma width */
  margin: 0 auto; /* Center the container */
}

.info-title {
  color: #111; /* var(--titles-color) */
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 64px;
  line-height: 100%; /* 64px */
  text-transform: capitalize;
}

.info-content {
  display: flex;
  align-items: center;
  gap: 92px;
  align-self: stretch;
}

.info-text {
  color: #555; /* var(--text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-align: justify;
  flex: 1; /* Allow text to take available space */
}

.info-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-number-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between the number and the icon */
}

.stat-number {
  color: #111;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}

.stat-label {
  color: #555;
  font-family: "Montserrat arm", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.stat-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* Staff Section */
.staff-section {
  margin-top:80px;
  padding: 60px 0;
  background-color: #fff;
}

.staff-container {
  display: flex;
  align-items: center;
  gap: 100px;
  max-width: 1200px; /* Adjusted for overall layout */
  margin: 0 auto;
}

.staff-text {
  display: flex;
  width: 492px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex-shrink: 0;
}

.staff-title {
  color: #111; /* var(--titles-color) */
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 64px;
  line-height: 100%; /* 64px */
  text-transform: capitalize;
}

.staff-description {
  color: #555; /* var(--text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  text-align: justify;
}

.staff-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.staff-button {
  display: flex;
  padding: 15px 40px;
  align-items: center;
  gap: 10px;
  border-top: 3px solid black !important;
  border-bottom: 3px solid black !important;
  color: #EC9DAB;
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%; /* 24px */
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.staff-button:hover {
  color: #d88a96; /* Slightly darker shade for hover effect */
}

.staff-image {
  max-width: 100%;
  height: 833.204px;
  background: url('../Images/staff-image.png') lightgray 50% / cover no-repeat;
}

/* Gallery Section */
.gallery-section {
  margin-top: 80px;
  padding: 60px 0;
  background-color: #fff;
}

.gallery-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* Prevent overflow */
}

.gallery-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 658px; /* Match staff-section layout */
  flex-shrink: 0;
}

.small-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.small-image {
  width: 210px;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.small-image-1 {
  background-image: url('../Images/small-image-1.png');
}

.small-image-2 {
  background-image: url('../Images/small-image-2.png');
}

.small-image-3 {
  background-image: url('../Images/small-image-3.png');
}

.small-image-4 {
  background-image: url('../Images/small-image-4.png');
}

.large-image {
  width: 658px; /* Match staff-section layout */
  height: 439px; /* Adjusted to maintain aspect ratio (658/889 * 593) */
  background: url('../Images/grig-image.jpg') lightgray 50% / cover no-repeat;
  flex-shrink: 0;
}

.gallery-text {
  display: flex;
  width: 492px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.gallery-title {
  color: #111;
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 56%;
  text-transform: capitalize;
}

.gallery-subtitle {
  color: #111;
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.gallery-description {
  color: #555;
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-align: justify;
}

.gallery-button {
  display: inline-flex;
  padding: 15px 40px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Montserrat arm", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background-color: #EC9DAB;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.gallery-button:hover {
  background-color: #d88a96;
}

/* Features Section */
.features-section {
  padding: 60px 0;
  margin-top:80px;
  background-color: #fff;
}

.features-container {
  display: flex;
  align-items: normal;
  gap: 70px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 250px; /* Limit card width for better layout */
}

.feature-icons {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.feature-icon {
  width: 40px;
  height: 40px;
}

.feature-icon-decor {
  width: 64.5px;
  height: 14.21px;
}

.feature-title {
  color: #111; /* var(--titles-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
  text-align: center;
}

.feature-description {
  color: #555; /* var(--text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-align: center;
}

/* Countdown Section */
.countdown-section {
  background: #F8F8FA; /* var(--light-bg) */
  padding: 96px 0 178px;
  margin-top: 80px;
}

.countdown-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center; /* Center the content */
}

.countdown-image {
  width: 626px;
  height: 626px;
  background: url('../Images/gift-box.png') #F8F8FA 50% / cover no-repeat;
  flex-shrink: 0;
}

.countdown-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the content */
  gap: 30px;
}

.countdown-title {
  color: #111;
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
  text-align: center;
}

.countdown-title .highlight {
  color: #EC9DAB; /* var(--main-color) */
}

.countdown-timer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 60px; /* Ensure consistent spacing */
}

.timer-value {
  color: #111; /* var(--titles-color) */
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.timer-value.timer-highlight {
  color: #EC9DAB; /* var(--main-color) for minutes and seconds */
}

.timer-label {
  color: #555; /* var(--text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.countdown-button {
  display: inline-flex;
  padding: 15px 40px;
  align-items: center;
  gap: 10px;
  color: #111; /* var(--titles-color) */
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: none;
  border: none;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
  cursor: pointer;
  transition: color 0.3s ease;
}

.countdown-button:hover {
  color: #555;
}

/* Contact Info Section */
.contact-info-section {
  margin-top:80px;
  padding: 40px 0;
  background-color: #fff;
}

.contact-info-container {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%;
}

.contact-info-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.contact-icon {
  width: 30px;
  height: 30px;
}

.contact-text {
  color: #111; /* var(--titles-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}

.contact-decor {
  width: 64.5px;
  height: 14.21px;
}

/* Event Registration Section */
.event-registration-section {
  margin-top:80px;
  padding: 60px 0;
  background-color: #fff;
}

.event-registration-container {
  display: flex;
  width: 100%;
  max-width: 1296px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom:30px;
}

.event-form {
  display: flex;
  width: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-shrink: 0;
}

.form-group {
  width: 100%;
}

.form-heading {
  color: #111; /* var(--titles-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  text-transform: capitalize;
  margin-bottom: 16px;
}

.input-wrapper {
  display: flex;
  width: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #555;
  border-radius: 4px;
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  background-color: #fff;
  box-shadow: none;
}

.form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.event-calendar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.calendar-heading {
  color: #111;
  font-family: "Montserrat arm", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.calendar-input {
  display: none; /* Flatpickr will handle the input */
}

.submit-button {
  display: block;
  margin: 30px auto 0;
  padding: 15px 40px;
  background-color: #EC9DAB;
  color: #FFF;
  font-family: "Montserrat arm", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #d88a96;
}

/* Flatpickr Custom Styles */
.flatpickr-calendar {
  font-family: "Montserrat arm", sans-serif !important;
  border-radius: 16px;
  box-shadow: none;
  background: #FFF;
}

.flatpickr-month {
  color: #111;
}

.flatpickr-weekdays {
  margin-bottom: 10px;
}

.flatpickr-weekday {
  color: #111;
  font-weight: 600;
}

.flatpickr-day {
  border-radius: 4px;
  color: #111;
}

.flatpickr-day.selected {
  background: #EC9DAB !important;
  border-color: #EC9DAB !important;
  color: #FFF !important;
}

.flatpickr-day.disabled {
  color: #ccc !important;
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}

.flatpickr-day.today {
  border-color: #959ea9 !important;
}

/* Footer */
.footer-div {
  width: 100%; /* Adjusted to fit viewport */
  max-width: 1920px;
  flex-shrink: 0;
  background: #F8F8FA; /* var(--light-bg) */
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.footer-decor {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.decor-svg {
  width: 64.5px;
  height: 14.21px;
  stroke-width: 1px;
  stroke: #111; /* var(--titles-color) */
}

.logo-svg {
  width: 72px;
  height: 71px;
  fill: url('../images/logo.svg') lightgray 0.461px -0.297px / 338.492% 100% no-repeat;
  stroke-width: 1px;
  stroke: #111;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  align-items:self-start;
  margin: 0 auto;
  padding: 40px 0;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 250px; /* Ensure columns don’t get too narrow */
}

.footer-left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex:3;
}

.footer-center {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.footer-right {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.footer-title {
  color: #111; /* var(--titles-color) */
  font-family: "Arm Hmk's Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
}

.footer-description {
  color: #555; /* var(--text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-item {
  color: #555; /* var(--text-color) */
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
}

.footer-contact-item:nth-child(1) {
  color: #111; /* var(--titles-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-line {
  width: 6px;
  height: 1px;
  opacity: 0.5;
  background: #555;
}

.social-link {
  color: #444 !important; /* var(--body-text-color) */
  font-family: "Montserrat arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #EC9DAB;
}

.footer-right .footer-title {
  color: #111;
  font-family: "Montserrat arm", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.523%; /* 26.014px */
  text-transform: capitalize;
}

.footer-bottom {
  display: flex;
  width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.footer-line {
  width: 1140px;
  height: 1px;
  opacity: 0.1;
  background: #555;
}

.footer-copyright {
  color: #888; /* var(--grey) */
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}

/* Responsive adjustments */
@media (min-width: 1201px) {
  .staff-image {
    width: 658px; /* 1200px (container) - 492px (text) - 50px (gap) */
    max-width: none; /* Allow the fixed width on large screens */
  }
}
@media (max-width: 1200px) {
  .main-title {
    font-size: 90px;
  }
  .subtitle {
    font-size: 20px;
  }
  .logo {
    width: 120px;
    height: 118px;
  }
  .partners-container {
    gap: 80px; /* Reduce gap on smaller screens */
  }
  .info-container {
    max-width: 960px;
  }
  .info-title {
    font-size: 48px;
  }
  .info-content {
    gap: 60px;
  }
  .staff-container {
    max-width: 960px;
    gap: 30px;
  }
  .staff-image {
    width: 100%;
    height: 415px; /* Maintain aspect ratio */
  }
  .gallery-container {
    max-width: 960px;
    gap: 30px;
  }
  .gallery-images {
    width: 100%;
  }
  .large-image {
    width: 100%;
    height: 400px;
  }
  .small-image {
    width: 180px;
    height: 120px;
  }
  .gallery-title {
    font-size: 96px;
  }
  .gallery-subtitle {
    font-size: 48px;
  }
  .features-container {
    gap: 50px;
  }
  .feature-card {
    max-width: 200px;
  }
  .feature-title {
    font-size: 18px;
  }
  .feature-description {
    font-size: 14px;
  }
  .countdown-container {
    max-width: 960px;
    gap: 30px;
  }
  .countdown-image {
    width: 400px;
    height: 400px;
  }
  .countdown-title {
    font-size: 60px;
  }
  .contact-info-container {
    gap: 20px;
  }
  .contact-text {
    font-size: 16px;
  }
  .event-registration-container {
    max-width: 960px;
    flex-direction: column;
    align-items: center;
  }
  .event-form {
    width: 100%;
  }
  .input-wrapper {
    width: 100%;
  }
  .footer-div {
    height: auto;
  }
  .footer-div .container{
    padding-bottom:30px;
  }
  .footer-middle {
    max-width: 960px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    align-items: center;
  }
  .footer-bottom, .footer-line {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .petal {
    width:40px;
    height:40px;
  }
  .main-title {
    font-size: 60px;
  }
  .subtitle {
    font-size: 16px;
  }
  .logo {
    width: 100px;
    height: 98px;
  }
  .partners-container {
    gap: 40px; /* Further reduce gap */
    padding: 0 20px; /* Add padding to prevent overflow */
  }
  .info-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .info-title {
    font-size: 36px;
  }
  .info-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .info-stats {
    flex-direction: row; /* Display stats horizontally on mobile */
    justify-content: center;
    gap: 40px; /* Adjust gap for horizontal layout */
  }
  .stat-item {
    flex: 1; /* Allow items to take equal space */
    min-width: 100px; /* Ensure items don’t get too small */
  }
  .stat-number {
    font-size: 28px;
  }
  .stat-label {
    font-size: 12px;
  }
  .stat-icon {
    width: 32px;
    height: 32px;
  }
  .staff-container {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 0 20px;
  }
  .staff-text {
    width: 100%;
  }
  .staff-title {
    font-size: 48px;
  }
  .staff-description {
    font-size: 14px;
  }
  .staff-button {
    font-size: 20px;
    padding: 12px 30px;
  }
  .staff-image {
    width: 100%;
    height: 300px;
  }
  .gallery-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
  }
  .gallery-images {
    width: 100%;
  }
  .small-images {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .small-images::-webkit-scrollbar {
    display: none;
  }
  .small-image {
    width: 150px;
    height: 100px;
    flex-shrink: 0;
  }
  .large-image {
    width: 100%;
    height: 300px;
  }
  .gallery-text {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .gallery-title {
    font-size: 64px;
  }
  .gallery-subtitle {
    font-size: 36px;
  }
  .gallery-description {
    font-size: 14px;
  }
  .gallery-button {
    font-size: 16px;
    padding: 12px 30px;
  }
  .features-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .feature-card {
    max-width: 100%;
    width: 100%;
  }
  .feature-title {
    font-size: 16px;
  }
  .feature-description {
    font-size: 12px;
  }
  .feature-icon {
    width: 32px;
    height: 32px;
  }
  .feature-icon-decor {
    width: 50px;
    height: 11px;
  }
  .countdown-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
  }
  .countdown-image {
    width: 300px;
    height: 300px;
  }
  .countdown-title {
    font-size: 48px;
  }
  .timer-value {
    font-size: 28px;
  }
  .timer-label {
    font-size: 14px;
  }
  .countdown-button {
    font-size: 20px;
    padding: 12px 30px;
  }
  .contact-info-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .contact-info-item {
    justify-content: center;
    text-align: center;
  }
  .contact-text {
    font-size: 14px;
  }
  .contact-icon {
    width: 25px;
    height: 25px;
  }
  .contact-decor {
    width: 50px;
    height: 11px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .decor-svg {
    width: 50px;
    height: 11px;
  }
  .logo-svg {
    width: 60px;
    height: 59px;
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-contact-item {
    font-size: 12px;
  }
  .footer-contact-item:nth-child(1) {
    font-size: 12px;
  }
  .footer-right .footer-title {
    font-size: 16px;
  }
  .social-link {
    font-size: 14px;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .event-registration-container {
    padding: 0 20px;
  }
  .form-heading {
    font-size: 16px;
  }
  .form-control {
    font-size: 14px;
  }
  .calendar-heading {
    font-size: 16px;
  }
  .submit-button {
    font-size: 16px;
    padding: 12px 30px;
  }
}

@media (max-width: 576px) {
  .petal{
    width:30px;
    height:30px;
  }
  .main-title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 14px;
  }
  .logo {
    width: 80px;
    height: 78px;
  }
  .partners-container {
    gap: 20px; /* Smallest gap for mobile */
    flex-direction: column; /* Stack vertically on very small screens */
    align-items: center;
  }
  .partner-logo {
    height: 90px; /* Slightly smaller logos on mobile */
  }
  .info-title {
    font-size: 28px;
  }
  .info-text {
    font-size: 12px;
  }
  .info-content {
    gap: 30px;
  }
  .info-stats {
    gap: 20px;
  }
  .stat-number {
    font-size: 24px;
  }
  .stat-label {
    font-size: 10px;
  }
  .stat-icon {
    width: 24px;
    height: 24px;
  }
  .staff-title {
    font-size: 36px;
  }
  .staff-description {
    font-size: 12px;
  }
  .staff-button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .staff-image {
    height: 200px;
  }
  .gallery-title {
    font-size: 48px;
  }
  .gallery-subtitle {
    font-size: 28px;
  }
  .gallery-description {
    font-size: 12px;
  }
  .small-image {
    width: 120px;
    height: 80px;
  }
  .large-image {
    height: 200px;
  }
  .gallery-button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .features-container {
    gap: 30px;
  }
  .feature-title {
    font-size: 14px;
  }
  .feature-description {
    font-size: 10px;
  }
  .feature-icon {
    width: 28px;
    height: 28px;
  }
  .feature-icon-decor {
    width: 40px;
    height: 9px;
  }
  .countdown-image {
    width: 200px;
    height: 200px;
  }
  .countdown-title {
    font-size: 36px;
  }
  .timer-value {
    font-size: 24px;
  }
  .timer-label {
    font-size: 12px;
  }
  .countdown-button {
    font-size: 18px;
    padding: 10px 20px;
  }
  .contact-text {
    font-size: 12px;
  }
  .contact-icon {
    width: 20px;
    height: 20px;
  }
  .contact-decor {
    width: 40px;
    height: 9px;
  }
  .footer-top {
    padding: 20px 0;
  }
  .decor-svg {
    width: 40px;
    height: 9px;
  }
  .logo-svg {
    width: 50px;
    height: 49px;
  }
  .form-heading {
    font-size: 14px;
  }
  .form-control {
    font-size: 12px;
  }
  .calendar-heading {
    font-size: 14px;
  }
  .submit-button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .footer-title {
    font-size: 18px;
  }
  .footer-description {
    font-size: 11px;
  }
  .footer-contact-item {
    font-size: 10px;
  }
  .footer-contact-item:nth-child(1) {
    font-size: 10px;
  }
  .footer-right .footer-title {
    font-size: 14px;
  }
  .social-link {
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 10px;
  }
  
  .petal-image{
    display:none;
  }
}