* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.7;
  padding-top: 50px;
}

.hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 110px auto 50px ; 
  padding: 20px 20px 80px 100px;   /* Top, Right, Bottom, Left */
  text-align: center;
  color: #fff;
  position: relative;
  background: url("images/back.jpg")no-repeat center center/cover;
  padding-bottom: 80px;   
}

.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 0;
}

.hero h1, .hero h2,.hero .details, .hero .register-btn {
  position: relative;
  z-index: 1;
}

.hero h2{
  font-size: 2rem;
  
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: white;
}

.hero h1 p{
  color: white;
  font-size: 25px;
}

.hero .details span {
  display: block;
  margin: 0.3rem 0;
  font-size: 1.2rem;
}

.hero .register-btn {
  background: #007BFF;
  color: #fff;
  padding: 0.7rem 1.4rem;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.hero .register-btn:hover {
  background: #0056b3;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Countdown background wrapper */
 .countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #272757;
    padding: 20px 10px;
  }

  .countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .count-box {
    background: #fff;
    color: #272757;
    border-radius: 10px;
    padding: 15px 25px;
    text-align: center;
    min-width: 90px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
  }

  .count-box div {
    font-size: 2rem;
    font-weight: 700;
  }

  .count-box span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
  }

  /* ✅ Only mobile responsive (no change on desktop) */
  @media (max-width: 768px) {
    .countdown {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      width: 100%;
      max-width: 350px;
    }

    .count-box {
      padding: 12px 15px;
      min-width: auto;
    }

    .count-box div {
      font-size: 1.5rem;
    }

    .count-box span {
      font-size: 0.8rem;
    }
  }

section, .about-section, .participants, .visitors-profile, .gallery, .venue {
  scroll-margin-top: 160px; 
}
.sponsor-section {
  padding: 0rem 3rem;
}

.sponsor-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.sponsor-box-container {
  text-align: center;
  margin: 40px 0;
}

.sponsor-box-container h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0056b3;
}

.sponsor-box img {
  height: 220px;
  width: 350px;
  display: inline-block;
}
.sponsor-boxes {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1.5rem;
  width: 300px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 0 auto;
}
.sponsor-boxes-container {
  text-align: center;
  margin: 40px 0;
}

.sponsor-boxes-container h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0056b3;
}

.sponsor-boxes img {
  width: 600px; 
  height: 220px;
  display: inline-block;
}

.about-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5%;
  gap: 2rem;
  background: #fff;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2rem;
  color: #0056b3;
  margin-bottom: 1rem;
}

.about-text p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333;
}

.about-img {
  flex: 1;
  text-align: center;
}

.about-img img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}                                         

.key-highlights {
  position: relative;
  background: url("images/b.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
}

.key-highlights .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.key-highlights .container {
  position: relative;
  z-index: 2;
}

.key-highlights h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.highlight-box {
  width: 180px;
  text-align: center;
}

.highlight-box .icon {
  width: 90px;
  height: 90px;
  background: #fff;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin: 0 auto 15px auto;
  transition: transform 0.3s ease;
}

.highlight-box:hover .icon {
  transform: scale(1.1);
}

.highlight-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.highlight-box p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Responsive design */
@media (max-width: 768px) {
  .highlight-box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .highlight-box {
    width: 100%;
  }
}

/* ===== Expo Section ===== */
.expo-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

/* ===== Section Title ===== */
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #0056b3;
}

/* ===== Card Container ===== */
.expo-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* ===== Individual Card ===== */
.expo-card {
  background: #f9f9f9;
  padding: 20px;
  flex: 1 1 calc(33.333% - 30px);  
  max-width: calc(33.333% - 30px); 
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.expo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ===== Card Title ===== */
.expo-card h3 {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}

/* ===== Card Text List ===== */
.expo-card ul {
  list-style: disc inside;
  padding-left: 0;
  margin-top: 15px;
}

.expo-card li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
}

/* ===== Image Container (Rectangular) ===== */
.hex-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
}

/* ===== Image Itself ===== */
.hex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ===== Responsive Design ===== */
@media (max-width: 992px) {
  .expo-card {
    flex: 1 1 calc(50% - 30px); 
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .expo-card {
    flex: 1 1 100%;  
    max-width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* ===== Vision & Mission Section ===== */
.vision-mission {
  background: url("images/b1.jpg") no-repeat center center/cover;
  text-align: center;
  padding: 80px 20px;
}

.vision-mission .section-title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
}

/* ===== Card Grid ===== */
.vm-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* ===== Individual Card ===== */
.vm-card {
  background: #fff;
  border: 3px ; 
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 260px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgb(220, 212, 212);
}

/* ===== Icon Image (Increased Size) ===== */
.vm-card img {
  width: 110px;         
  height: 110px;        
  object-fit: contain;
  margin-bottom: 25px; 
}

/* ===== Text ===== */
.vm-card p {
  font-size: 1rem;     
  color: #333;
  line-height: 1.6;
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
  .vm-cards {
    flex-direction: column;
    align-items: center;
  }

  .vm-card {
    max-width: 90%;
  }

  .vision-mission .section-title {
    font-size: 1.8rem;
  }

  .vm-card img {
    width: 80px;
    height: 80px;
  }
}

.gallery {
  padding: 3rem 5%;
  text-align: center;
  
}

.gallery-subtitle {
  font-size: 1rem;
  color: #0056b3;
  font-weight: bold;
  text-transform: uppercase;
}

.gallery-title {
  font-size: 2rem;
  color: #0056b3;
  margin-bottom: 1rem;
  font-weight: bold;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(75, 73, 73, 0.966);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgb(255, 255, 255);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.focus-areas {
  background: url("images/b1.jpg") no-repeat center center/cover;
  padding: 80px 20px;
  text-align: center;
}

.focus-areas h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}

.focus-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.focus-cards .card {
  background: white;
  width: 250px;
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.focus-cards .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgb(220, 212, 212);

}

.focus-cards .icon {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}

.focus-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.focus-cards p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .focus-cards {
    flex-direction: column;
    align-items: center;
  }

  .focus-cards .card {
    width: 80%;
  }
}

.venue {
  padding: 3rem 5%;
  text-align: center;
  background: #fff;
}

.venue-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.venue-image {
  width: 800px;       
  height: 450px;      
  margin: 0 auto;
  border: 3px solid #0056b3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  display: block;
}

.venue-location {
  margin-top: 1.5rem;
}

.venue-location a {
  display: inline-block;
  width: 350px;          
  height: 50px;          
  line-height: 50px;  
  border-radius: 6px;   
  background: #0056b3;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.venue-location a:hover {
  background: linear-gradient(90deg, #272757);
  transform: translateY(-3px);
}

.footer {
  background: #272757;
  color: #fff;
  padding: 2rem 5% 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.footer-logo img {
  width: 200px;
  margin-top: -3rem;
  margin-bottom: -2rem;
}

.footer-logo p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-links h3,
.footer-contact h3,
.footer-map h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-contact p {
  color: #fff;
  font-size: 0.9rem;
  margin-right: 95px;
  margin-bottom: 0.5rem;
}

.footer-map iframe {
  border-radius: 8px;
  width: 100%;
  height: 180px;
}

.footer-bottom {
  background: #8686AC;                                              
  text-align: center;
  padding: 0.8rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
}
.footer-bottom p{
  color: white;
}

/* ===== WHY VISIT PAGE ===== */
.why-visit-page {
  margin-top: 20px;      /* Desktop ke liye */
  padding: 50px 10%;
  background: #fff;
  text-align: center;
}

.why-visit-page h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.why-visit-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.why-visit-image img {
  max-width: 380px;
  margin-left: 120px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.why-visit-content {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.why-visit-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-visit-content li {
  font-size: 16px;
  margin-left: 30px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.why-visit-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0056b3;
  font-weight: bold;
}

/* ===================== CONTACT PAGE ===================== */
.contact-page {
  padding: 4rem 5%;
  background: #f9f9f9;
  text-align: center;
}

.contact-page h2 {
  font-size: 2rem;
  color: #0056b3;
  margin-bottom: 2rem;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

/* ===================== CONTACT CARDS ===================== */
.contact-main {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}

.contact-card {
  flex: 1 1 300px;
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card h3 {
  font-size: 1.2rem;
  color: #0056b3;
  margin-bottom: 0.8rem;
}

.contact-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

/* Hover Effect */
.contact-card:hover {
  background: #272757;   
  color: #fff;           
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Hover me andar ke headings aur text bhi white */
.contact-card:hover h3,
.contact-card:hover p {
  color: #fff;
}

.venues {
  padding: 3rem 5%;
  text-align: center;
  background: #f9f9f9;
}

.venues-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 2rem;
}

.venues-map-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border: 3px solid #0056b3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.venues-map-container iframe {
  width: 100%;
  height: 450px; /* bada map */
  border: none;
  display: block;
}

/* Visitor Form Page */
.visitor-form-page {
  max-width: 900px;
  margin-top: 100px;
  margin: 170px auto 50px auto; 
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
}

/* Title */
.visitor-form-page h2 {
  text-align: center;
  color: #0056b3;
  margin-bottom: 10px;
}

.visitor-form-page p {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

/* Form Layout */
#visitorForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-row input,
#visitorForm select,
#visitorForm textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
}

#visitorForm textarea {
  resize: none;
  min-height: 100px;
}

#visitorForm input[type="checkbox"] {
  /* Hide the default checkbox */
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #0056b3;
  border-radius: 6px; /* Rounded corners */
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
}

/* Hover effect */
#visitorForm input[type="checkbox"]:hover {
  border-color: #003d82;
  background-color: #f0f6ff;
}

/* When checked */
#visitorForm input[type="checkbox"]:checked {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Add a custom tick mark */
#visitorForm input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 4px;
}

/* Label alignment */
#visitorForm label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}


/* Captcha Row */
.captcha-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.captcha-row span {
  display: inline-block;
  background: #f2f2f2;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  color: #d9534f;
  border-radius: 6px;
}

.captcha-row button {
  background: #d9534f;
  border: none;
  color: white;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.captcha-row button:hover {
  background: #c9302c;
}

.captcha-row input {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: #0056b3;
  border: none;
  color: white;
  font-size: 17px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background: #272757;
}


/* Responsive */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

/* participat form */
.participant-form-page {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.form-container {
  max-width: 800px;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.form-container h2 {
  text-align: center;
  color: #0056b3;
  margin-bottom: 10px;
}

.form-container p {
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-row input, 
textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

textarea {
  resize: none;
  min-height: 100px;
  width: 100%;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.captcha-row span {
  background: #f2f2f2;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  color: #d9534f;
  border-radius: 6px;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

.captcha-row button {
  background: #d9534f;
  border: none;
  color: white;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.captcha-row input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: #0056b3;
  border: none;
  color: white;
  font-size: 17px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: #272757;
}

/* ===== WHY VISIT PAGE ===== */
.whypar-page {
  margin-top: 20px;
  padding: 60px 8%;
  background: #fff;
  text-align: center;
}

.whypar-page h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* Container side-by-side */
.whypart-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;  
  text-align: left;
}

/* Left image (small size like Why Visit page) */
.whypar-image img {
  margin-top: -40px;
  margin-bottom: 20px;
  margin-left: 50px;
  max-width: 380px;       
  height: 280px;          
  object-fit: cover;      
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Right content */
.whypar-content {
  flex: 1;
  min-width: 300px;
}

.whypar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whypar-content li {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

/* Custom checkmark */
.whypar-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0056b3;
  font-weight: bold;
}

/* ===== program PAGE ===== */
.program-page {
  margin-top: 20px; 
  padding: 50px 10%;
  background: #fff;
  text-align: center;
}

.program-page h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.program-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.program-image img {
  margin-top: 25px;
  margin-left: 50px;
  max-width: 450px;       
  height: 280px;          
  object-fit: cover;      
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.program-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.program-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-content li {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.program-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0056b3;
  font-weight: bold;
}

/* ---------------- LOGIN PAGE ---------------- */

.login-container h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  color: #0056b3; /* White heading */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.login-form .form-group {
  text-align: left;
  margin-bottom: 20px;
}

.login-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 6px;
}

.login-form label i {
  margin-right: 6px;
  color: #0056b3;
}

.login-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 15px;
  background: #f9f9f9;
  color: #272757;
}

.login-form input::placeholder {
  color:rgba(99, 86, 86, 0.7);
}

.login-form input:focus {

  border-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
  outline: none;
}

.login-btn {
  background: #0056b3;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.login-btn:hover {
  background: #272757;
  color: #fff;
  border: 1px solid #fff;
}

.signup-link {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.signup-link a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.signup-link a:hover {
  text-decoration: underline;
}

/* ========== CONTACT FORM ========== */
.form-container {
  background: #fff;
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: center;
}

.form-container h2 {
  font-size: 26px;
  color: #0056b3;
  margin-bottom: 10px;
}

.form-container p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row input,
.form-row textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

textarea {
  resize: none;
  min-height: 80px;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.captcha-row span {
  font-size: 20px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 8px 12px;
  border-radius: 6px;
  color: #272757;
}

.captcha-row button {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  background: #e74c3c;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.captcha-row input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.submit-btn {
  display: block;
  width: 100%;
  background: #0056b3;
  color: #fff;
  font-weight: bold;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #272757;
}
/* ===== Modal Background ===== */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

/* ===== Modal Content ===== */
.modal-content {
  background: #fff;
  margin: 6% auto;
  padding: 30px 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 650px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: popupFade 0.3s ease-in-out;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== Close Button ===== */
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  transition: color 0.2s;
}
.close:hover {
  color: #007bff;
}

/* ===== Form ===== */
.stall-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row input {
  flex: 1;
}

input,
textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  width: 100%;
  outline: none;
  transition: 0.3s;
}

input:focus,
textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.4);
}

textarea {
  height: 100px;
  resize: none;
}

/* ===== Captcha Box ===== */
.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-img {
  background: #e6e6e6;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  letter-spacing: 3px;
  font-size: 18px;
}

.refresh-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.refresh-btn:hover {
  background: #0056b3;
}

/* ===== Submit Button ===== */
.submit-btn {
  background: #007bff;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #0056b3;
}

.login-section {
  margin: 73px auto 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #f9f9f9; 
  min-height: 70vh;
}

.login-container {
  background: #fff; 
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.login-container h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  color: #0056b3; 
  text-transform: uppercase;
  letter-spacing: 1px;
}

.login-form .form-group {
  text-align: left;
  margin-bottom: 20px;
}

.login-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 6px;
}

.login-form label i {
  margin-right: 6px;
  color: #0056b3;
}

.login-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 15px;
  background: #f9f9f9;
  color: #272757;
}

.login-form input::placeholder {
  color:rgba(99, 86, 86, 0.7);
}

.login-form input:focus {
  border-color: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
  outline: none;
}

.login-btn {
  background: #0056b3;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.login-btn:hover {
  background: #272757;
  color: #fff;
  border: 1px solid #fff;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px;
}

#togglePassword {
  position: absolute;
  right: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: 0.3s;
}

#togglePassword:hover {
  color: #007bff;
}

.signup-link {
  color: #000;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}

.signup-link .register-btn-link {
  color: #007bff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.signup-link .register-btn-link:hover {
  text-decoration: underline;
}
/* ===== Responsive ===== */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}

/* ===== MOBILE RESPONSIVE FIX ===== */
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    padding: 10px;
    overflow-x: hidden; /* scroll bar side se hatao */
  }

  /* Main layout fix */
  .container, .row, .section, .main, .content, .card, .box {
    width: 100% !important;
    display: block !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Images responsive */
  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* Text center kar do mobile ke liye */
  h1, h2, h3, h4, h5, p, a, button {
    text-align: center;
  }

  /* Buttons thode bade aur center aligned */
  button, a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px auto;
  }

}

/* ===========================
   MOBILE RESPONSIVE HERO
=========================== */
@media (max-width: 768px) {

  .hero {
    padding: 40px 20px;
    text-align: center;
  }

  .hero-content h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 10px;
  }

  .hero-content h1 p {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
  }

  .register-btn {
    font-size: 18px;
    padding: 12px 28px;
    margin-top: 20px;
    display: inline-block;
  }
}

/* Extra small phones (max 480px) */
@media (max-width: 480px) {

  .hero {
    padding: 35px 15px;
  }

  .hero-content h2 {
    font-size: 18px;
  }

  .hero-content h1 {
    font-size: 26px;
  }

  .hero-content h1 p {
    font-size: 14px;
  }

  .register-btn {
    font-size: 16px;
    padding: 10px 24px;
  }
}














