* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Spartan", sans-serif!important; */
  font-family: --creote-family-one "Spartan", sans-serif !important;
}

body {
  margin: 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Spartan", sans-serif !important;
}

.main-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 1000;

}

.main-header .top-bar {
  display: none !important;
}

.container {
  margin: 0 auto;

}

.header-container {
  display: flex;
  align-items: center;
  height: 108px;
  max-width: 1150px;
  letter-spacing: 1px;
}

.header-logo {
  width: 106px;
}

.main-nav {
  /* margin-left: 60px; */
  margin-left: 163px;
}

.sticky-header .main-nav {
  margin-right: 84px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 5px;
  margin: 0;

  padding: 0;
  align-items: left;
}

.main-nav ul li {
  position: relative;
}

.main-nav ul li a {
  text-decoration: none;
  color: #282f3b;
  font-size: 17px;
  padding: 8px 8px;
  font-weight: lighter;
  transition: color 0.3s, background 0.3s;
}

.main-nav a:hover,
.main-nav a.active {
  color: #34305F;

  border-radius: 5px;
}

#menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.mobile-contact {
  display: none;

}

.logo img {
  height: 77px;

  user-select: none;
}

nav.desktop-nav ul li {
  position: relative;
}

nav.desktop-nav ul li a {
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}

nav.desktop-nav ul li a:hover {
  color: #34305F;
}

nav.desktop-nav ul li.dropdown:hover .dropdown-menu {
  display: block;
}

/* dropdown css */

li a,
.dropdown {
  display: inline-block;
  color: white;
  text-align: left;
  text-decoration: none;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  flex-direction: column;
}

.dropdown .dropdown-menu a {
  padding: 5px 10px;
  color: #333;
  white-space: nowrap;
}

.dropdown .dropdown-menu a:hover {
  background: #f5f5f5;
  color: #34305F;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: flex;
}

/* Normal Navbar */
.sticky-header .container {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  letter-spacing: 1px;
  height: 120px;
}

/* Sticky Navbar */
.sticky-header {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 0.9s ease-in-out;
  transform: translateY(-110%);
  will-change: transform;
}

.sticky-header.show {
  top: 0;
  transform: translateY(0);
}

.sticky-header.no-transition {
  transition: none !important;
  top: -100px;
  transform: translateY(-110%) !important;
}

/* Mobile */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.top-bar {
  display: none;
}

.top-bar span {
  margin: 10px 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 100px;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.4);




}

.model-btn {
  background: none;
  background-color: none;
  font-size: 22px;
  border: none;
  margin-left: 100px;
}

.model-container {
  background-color: #fff;
  width: 1106px;
  padding: 40px 50px 40px 50px;
  border-radius: 15px;
}

.reg-group {
  position: relative;
}

.reg-group input,
.reg-group textarea {
  width: 100%;
  color: #333;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  margin-bottom: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;

}

.reg-group input:focus,
.reg-group textarea:focus {
  border-color: #1f8c8d;
  box-shadow: 0 0 5px 1f8c8d;
  outline: none;
}

.model-submit {
  width: 100%;
  padding: 22px;
  background: #34305F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 12px 0 12px 0;
  cursor: pointer;

}

/* .model-submit:hover {
            background: #c00;
        } */

.model-view {

  padding: 40px 50px 40px 50px;
}

.model-image {
  position: relative;
  margin-bottom: 30px;
}

.model-picture {
  max-width: 22vh;
  height: auto;
}

.model-matter p {
  font-size: 17px;
  color: #666;
  letter-spacing: 1px;

  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;

  font-weight: 400;

}

.model-matter {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e7ee;
}

.model-a {
  color: #534f4f;
  font-size: 14px;
  font-weight: 700;
}


.modal.show {
  display: block;
}

.modal.closing {
  display: block;
}

.modal-form {
  background-color: #f0f3f9;
  margin: auto;
  max-width: 1150px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  height: 400px;
}

.close-modal {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background: #aec075;
  color: #fff;
  font-size: 25px;
  z-index: 3;
  cursor: pointer;
}


.modal.show .modal-form {
  animation: slideIn 0.4s ease-out forwards;
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.modal.closing .modal-form {
  animation: slideUp 0.4s ease-in forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}


/* --- Main Header --- */

.site-footer {
  background-color: #282F3B;
  ;
  color: #fff;
  /* padding: 40px 20px; */
  font-family: Arial, sans-serif;
  padding-top: 20px;
  margin-top: 10px;

}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  /* height: 300px; */
  margin: 0 auto;
  padding: 0 80px 0;
}

.footer-section {
  flex: 1 1 220px;
  margin: 10px;
}

.footer-logo {
  width: 130px;
  margin-bottom: 15px;
}

.footer-section h3 {
  font-size: 25px;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 5px;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;

  margin-bottom: -10px;
  background-color: #00A0E2;
}

.footer-content h6 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 60px;
}

.footer-content h5 {
  display: inline-block;
  /* font-family: var(--creote-family-two); */
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  font-family: --creote-family-one "Spartan", sans-serif !important;
}

.footer-section p,
.footer-section a {
  font-size: 17px;
  color: #aaafb8;
  line-height: 1.6;
  text-decoration: none;
}

.footer-section a:hover {
  color: #00A0E2;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-bottom {
  text-align: center;
  padding: 25px 0;
  width: 100%;
  font-weight: 500;
  border-top: 1px solid #33333343;
  font-size: 14px;
  color: #aaafb8;
  ;
  background-color: #1f2530;
  margin-top: 60px;
}

.scroll-toggle {
  position: fixed;
  bottom: 60px;
  right: 20px;
  border: 2px solid #a00;
  background: none;
  color: #a00;
  padding: 12px 18px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  display: none;
  transition: opacity 0.3s;

}

.hero {
  background-color: #9e28830f;
  text-align: center;
  padding: 40px 20px 40px 20px;
  margin-bottom: 40px;

}

.hero h3 {
  color: #34305F;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 2px;

}

.hero h1 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #282f3b;
}

.hero p {
  max-width: 1163px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 27px;
  color: #666;
  font-weight: 500;

}

/* New Enroll button container */
.enroll-container {
  text-align: center;
  height: 100px
}

/* Enroll button styling */
.enroll-btn {
  background-color: #34305F;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 5px;
  outline: none;
  animation: unique-blink 1s infinite;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;


}

/* Zoom-in effect on hover */
.enroll-btn:hover {
  transform: scale(1.1);
  color: #34305F;
}

/* Unique blinking animation */
@keyframes unique-blink {
  0% {
    opacity: 1.5;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1.5;
  }
}

.benefits {
  text-align: center;
  padding: 50px 20px;
  margin-top: -32px;
}

.benefits h4 {
  font-size: 22px;
  color: #34305F;
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: 500;
  letter-spacing: 1px;
}

.benefits h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #241e1e;
}

.benefits p {
  max-width: 1163px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 27px;
  color: #666;
}



/* FEATURE SECTION */

.features-section {
  text-align: center;
  padding: 50px 20px;
  margin-top: -50px;
  /* margin-bottom: 90px; */
}

.feature {
  padding: 46px;
  text-align: left;
  width: 350px;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.9s ease;
}

.features-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.feature img {
  width: 50%;
  height: 50%;
  display: block;
  margin: 0 auto 16px;
}

.feature h3 {
  font-weight: 600;
  font-size: 24px;
  color: #222831;
  margin-bottom: 20px;
  line-height: 1.3;
  display: flex;

}

.feature ul {
  list-style: none;
  padding-left: 0;
  color: #666;
  font-weight: 500;
  line-height: 1.6;
}

.feature ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}

/* Custom square bullet */
.feature ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 2.3rem;
  width: 12px;
  height: 6px;
  background-color: #34305f;
  transform: translateY(-50%);
  border-radius: 1px;
}

.arrow-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  /* background:#34305f; */
  color: #fff;
  padding: 12px 16px;
  z-index: 9999;
  pointer-events: auto !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px 0 10px 0;
  text-decoration: none;
  font-size: 20px;
  opacity: 0;

}

.feature:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.feature:hover h3 {
  position: absolute;
  bottom: 15px;
  left: 40%;

  transform: translateX(-50%);
}

.feature:hover .arrow-btn {

  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
}


/* Logo and list fade out */
.feature img.logo,
.feature ul {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.feature:hover img.logo,
.feature:hover ul {
  opacity: 0;
  transform: translateY(-5px);
}

.memberships-section {
  background: #9e28830f;
  text-align: center;
  padding: 50px 20px;
  margin-top: 10px;
  /* height: 600px; */
}

.section-subtitle {
  color: #34305F;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.section-title {
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #282f3b;
  ;
}

.membership-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.membership-card {
  padding: 20px;
  width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.membership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  background: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-size: 54px;
  /* color: #34305f; */
}

.icon-circle img {

  height: 50px;
  color: #1f4da1;
}

.membership-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #352d2d;
}

.membership-card p {
  font-size: 17px;
  color: #666;
  line-height: 27px;
  font-weight: 500;
}

/*ABOUT-US CSS STYLING*/
.about-banner {
  background: url('../images/page-header-default.jpg') center/cover no-repeat;
  position: relative;
  background-position: center 0px;
  transition: background-position 0.6s linear;
  text-align: center;
  height: 150px;

}

.about-banner .overlay {
  background-color: rgba(40, 47, 59, 0.8);
  padding: 50px;
  text-align: center;
  color: white;
  height: 150px;
  width: 100%;
}

.about-content {
  background-color: #9e28830f;
}

.about-banner h1 {
  margin-top: -25px;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.about-banner p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
}

.para-text a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}

.about-content {
  padding: 40px 20px;
  text-align: center;
  background-color: #9e28830f;
}

.tagline {
  color: #9ec520;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: underline;
}

.org-name {
  font-size: 38px;
  font-weight: 700;
  color: #282f3b;
  letter-spacing: 1px;
  line-height: 50px;
}

.padai-about-section {
  padding: 15px 20px;
  background-color: #9e28830f;
  /* font-family: "Poppins", sans-serif; */
}

.cancellation-banner {
  background: url('../images/page-header-default.jpg') center/cover no-repeat;
  position: relative;
  background-position: center 0px;
  transition: background-position 0.6s linear;
  text-align: center;
  height: 150px;

}

.cancellation-banner .cancellation-overlay {
  background-color: rgba(60, 45, 136, 0.9);
  padding: 50px;
  text-align: center;
  color: white;
  height: 150px;
  width: 100%;
}

.cancellation-content {
  background-color: #f5f7fb;
}

.cancellation-banner h1 {
  margin-top: -25px;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.cancellation-banner p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
}

.para-text a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
}

.cancellation-content {
  padding: 40px 20px;
  text-align: center;
}

.about-section {
  /* margin-top: -50px; */
  background-color: #9e28830f;
  padding: 1px 0;
  /* font-family: Arial, sans-serif; */
}

.about-card {
  /* margin-top: 10px; */
  background: white;
  max-width: 1163px;
  margin: 20px auto;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.about-icon {
  margin-bottom: 15px;
  font-size: 48px;
  color: #34305F;
  margin-top: -28px;
}

.about-title {
  color: #2b1c7f;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.about-text {
  color: #666;
  font-size: 17px;
  line-height: 1.6;
}



/*END OF ABOUT-US CSS*/

/*CONTACT-US CSS*/
.contact-section {
  padding: 50px 0;
}

.contact-container {
  display: flex;
  gap: 40px;
  max-width: 1163px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 50px;
}

/* Form Section */
.contact-form {
  flex: 1;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-form label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 5px;
  color: #555;
  letter-spacing: 1px;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  margin-bottom: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;

}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #34305F;
  box-shadow: 0 0 5px rgba(170, 0, 0, 0.4);
  outline: none;
}

.input-group textarea {
  height: 150px;
  resize: none;
}

.input-group .contact-icon {
  position: absolute;
  right: 14px;
  top: 37%;
  transform: translateY(-50%);
  color: #a00;
  font-size: 18px;
}

.input-group.textarea .contact-icon {
  top: 12px;
  transform: none;
}

.button-submit {
  width: 100%;
  padding: 22px;
  background-color: #34305F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 12px 0 12px 0;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
}

.button-submit:hover {
  background-color: #34305F;
}

/* Contact Info Section */
.contact-info {
  flex: 1;
  flex-wrap: wrap;
}

.contact-subtitle {
  color: #34305F;
  margin: 0;
  font-size: 26px;
  margin-bottom: 20px;
  margin-bottom: 20px;
  /* border-bottom: 2px solid #a00;  */
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: underline;
}

.contact-title {
  font-size: 37px;
  letter-spacing: 1px;
  margin: 5px 0;
  margin-bottom: 18px;
}

.contact-description {
  color: #666;
  margin-bottom: 40px;
  line-height: 27px;
  font-size: 17px;
}

.info-card {
  position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;


}

.info-card:hover {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.info-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  font-weight: 500;
  margin-bottom: 0px;

}

.error {
  color: #b11b0d;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
}

.info-img {

  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin: auto;
  text-align: center;
  line-height: 40px;
  background: #34305F;
  color: #fff;
  font-size: 22px;
}


.info-content {
  margin-left: 55px;
  position: relative;
}

/*END OF CONTACT-US PAGE*/

/* PRIVACY POLICY PAGE CSS */

.privacy-content {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;

}

.privacy-content h2 {
  font-size: 18px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #3f3f3f;
  font-weight: 780;
  margin: 15px;
}

.privacy-content h3 {
  font-size: 17px;
  margin-top: 1.5rem;
  font-weight: 780;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.privacy-content p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #666;
}

a {
  color: #d32f2f;
  text-decoration: none;
}

.close-icon {
  display: none;
}

/* ANIMATIONS OF HOME PAGE */
.membership-card,
.feature,
.benefits {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.9s ease-out;
}

/* Animate when in view */
.membership-card.animate-up,
.feature.animate-up,
.benefits.animate-up {
  opacity: 1;
  transform: translateY(0);
}



/* student section */
.membership-sections {
  background-color: #f3eefc;
  text-align: center;
  margin-bottom: -22px;
  padding: 20px 0px 8px 0px;
}

.membership-sections h3 {
  color: #34305F;
  text-decoration: underline;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  padding: 0px 0px 10px 0px;
}

.membership-sections h1 {
  font-size: 2.5rem;
  padding: 0 0 20px 0;
}

.membership-sections p {
  max-width: 600px;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px;
  padding: 0 0 0 0;
  color: #555;
  margin: auto;
}

.membership-contents {
  margin-bottom: 15px;
}

/*MEMBERSHIP BENEFITS CSS */
.padai-membership-benefits-section {
  padding: 1px 20px;
  border: 1px solid #9e9e9f69;
  background-color: #f0f3f969;
  margin-bottom: -20px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}

.padai-membership-benefits-container::before {
  content: "";
  position: absolute;
  top: 349px;
  bottom: -608px;
  left: 50%;
  width: 1px;
  background: #ddd;
}

.padai-membership-benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 86px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

/* ====== Feature Card ====== */
.padai-membership-benefits-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 23px 30px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.padai-membership-benefits-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.padai-membership-benefits-card:hover .padai-hover-content {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0);
}

/* ====== Icon + Number ====== */
.padai-icon {
  font-size: 80px;
  color: #34305F;
  margin-bottom: 10px;
}

.padai-icon-content small {
  font-size: 60px;
  font-weight: 700;
  color: #f0f3f9;
  position: absolute;
  top: 28px;
  right: 25px;
}

.padai-membership-benefits-container {
  /* border-style: solid; */
  border-width: 1px 1px 1px 1px;
  border-color: #0C00000F;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 20px 0px 20px;
}

/* ====== Title ====== */
.icon-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* ====== Paragraph ====== */
.padai-text-box p {
  font-size: 16px;
  color: #444;
  line-height: 26px;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}

/* ====== Hover Content (3D Animation) ====== */
.padai-hover-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
  padding: 30px 40px;
  transition: 700ms 100ms;
  background: #34305F;
  border-radius: 12px;
  text-align: center;
}

.padai-feture-card:hover .padai-hover-content {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0);
}

/* ====== Inner Content ====== */
.padai-hover-content .inner p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 20px;
}



/*student bar */

.student-bar {
  background-color: #34305F;
  padding: 10px 0;
  text-align: center;
  margin-top: 21px;
}

.student-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.student-bar li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #fff;

}

.student-bar li i {
  margin-right: 10px;
  font-size: 18px;
}

/*student bar end */

/*institutional bar */
.institutional-nav {
  background-color: #34305F;
  padding: 10px 0;
  text-align: center;
  margin-top: 21px;
}

.institutional-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.institutional-nav li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.institutional-nav li i {
  margin-right: 8px;
  font-size: 18px;
}

/*institutional bar end */


/* individual bar styling */

.individual-bar {
  background: #34305F;
  padding: 15px;
  margin-top: 21px;
}

.individual-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  margin-inline-start: 55px;
}

.individual-bar li {
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.individual-bar i {
  margin-right: 8px;
  font-size: 18px;
}

/*individual bar styling end */

/* Container styling */
.form-container {
  /* max-width: 800px; */
  width: 72%;
  margin: 40px auto;
  padding: 18px 18px;
  background: #fafcff;
  box-shadow: 0 12px 40px rgba(8, 5, 76, 0.5);
  transform: translateY(60px);
  animation: slideUpFadeIn 0.7s ease-out forwards;
}

/* Heading styling */
.form-container h2 {
  font-size: 2.2rem;
  color: #08054c;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-container hr {
  margin-top: 36px;
  margin-bottom: 24px;
  border: none;
  border-top: 1.5px solid #d3d8e8;

}

.icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 0;
  vertical-align: middle;
}


/* Grid layout */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}

/* Label and input styling */
label {
  font-size: 1rem;
  color: #08054c;
  margin-bottom: 10px;
  display: block;

}

input::placeholder {
  font-size: 0.9rem;
  color: rgb(203, 200, 200);
  font-weight: 400;
  opacity: 1;
}

.input {
  width: 100%;
  padding: 10px;
  border: 1px solid #cacccf;
  border-radius: 10px;
  font-size: 1.15rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.input:hover {
  border: 1px solid black;
}

.input:focus {
  border-color: #08054c;
  box-shadow: 0 0 0 3px rgba(8, 5, 76, 0.15);
  cursor: pointer;
}

/* .professional .input {
    width: 207%;
} */

/* institutional membership details start */
.institutional-members h2 {
  font-size: 18px;
  font-weight: 700;
  color: #11114e;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  margin-bottom: 18px
}

/* Label above fields */
.institutional-members.member-label {
  font-weight: 600;
  color: #11114e;
  margin-bottom: 8px;
  display: inline-block;

}

/* Apply border only between rows, not before the first one */
.member-table .member-row+.member-row {
  border-top: 1px solid #ddd;
  margin-bottom: 70px;
  padding-top: 15px;
}

/* Table layout */
.member-table {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: white;
  margin-top: 8px;
}

/* Row spacing */
.member-table .member-row+.member-row {
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
  padding-top: 15px;
}

/* Row styling */
.institutional-members .member-row {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* Input styling */
.institutional-members .input {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  flex: 1 1 200px;
  /* flexible, min 200px */
  min-width: 200px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.institutional-members .input.phone-input {
  flex: 1 1 150px;
  /* min-width: 150px; */
}

.institutional-members .input:focus {
  border-color: #11114e;
  box-shadow: 0 0 0 3px rgba(8, 5, 76, 0.15);
}

/* Action buttons (+ and -) */
.icon-btn {
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease;
  gap: 20px;
  margin-bottom: 6px;
}

.icon-btn:hover {
  box-shadow: 0 0 0 3px rgba(8, 5, 76, 0.15);
}

/* Add New button */
.add-member-btn {
  background: #34305F;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: -10px;
}

.add-member-btn:hover {
  background: #34305F;
}

/* Note under the button */
.member-note {
  font-size: 12px;
  color: #26205b;
  margin-top: 5px;
}

.institutional-members input::placeholder {
  font-size: 12px;
}

select.input {
  font-size: 0.9rem;
  color: black;
  font-weight: 400;
  opacity: 1;
}

/*institutional membership details end */

.termcheckbox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  margin-top: 35px;
  font-size: 1.1rem;



}

.termcheckbox input[type="checkbox"] {
  margin-top: 26px;
  accent-color: #0a1b57;
  height: 15px;
  width: 15px;
  gap: 20px;
  position: absolute;

}

/* .term-check{
  margin-left: 20px;
 } */
.termcheckbox p {
  line-height: 1.6;
  color: #0a1b57;
  font-size: 15px;
  /* width: 580px;       */
  text-align: justify;
  margin-left: 30px;
  margin-top: 20px;
}


.form-group {
  margin-bottom: 24px;
}

.form-group label {
  font-size: 1rem;
  margin-bottom: 8px;
  display: block;
  margin-left: -8px;

}


.form-group input[type="text"] {
  width: 102%;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.15rem;
  border: none;
  background-color: #f2f2f2;
  margin-left: -9px;
  font-size: 1rem;
  color: grey;
  font-weight: 400;
  opacity: 1;
}

.form-group input[type="text"]:hover {
  border: 1px solid #1f2530;
}

/* Submit button styling */
.button {
  display: block;
  margin: 24px auto 0 auto;
  padding: 12px 18px;
  font-size: 0.9rem;
  background: #34305F;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(8, 5, 76, 0.08);
  transition: background 0.2s;
}

.button:hover {
  background: #34305F;
}

/* students form container start */

@keyframes slideUpFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* students form container end

/* hr styling */
.form-container hr {
  margin-top: 36px;
  margin-bottom: 24px;
  border: none;
  border-top: 1.5px solid #d3d8e8;
}

.form-container h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  color: #08054c;
  display: flex;
  align-items: center;
  gap: 10px;
}

/*hr styling end */

.error-message {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  margin-right: 8px;
}

#contact-phone {
  width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
}

/* 
   CSS */

.honor-wall-container {
  width: 100%;
  max-width: 1039px;
  padding: 20px;
  border-radius: 8px;
  margin: 15px auto;
}

/* Table normal on desktop */
.honor-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}

.honor-wall-header-text {
  text-align: center;
  margin-bottom: 20px;
  color: #555;
}

.honor-wall-header-text p {
  font-size: 18px;

}

.honor-wall-container .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 15px;
}

.entries-per-page,
.search-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9em;
}

select,
.search {
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9em;
}

.search {
  width: 200px;
}

/* 
    .honor-data-table {
        width: 900px !important;
        border-collapse: collapse;
        font-size: 0.9em;
        padding: 0px 15px;
    } */

.honor-data-table th i {
  margin-left: 100px;
  font-size: 1rem;
  color: #888;
}

.honor-data-table th,
.honor-data-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  white-space: nowrap;
}

.honor-data-table th {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
}

.honor-data-table th:first-child,
.honor-data-table td:first-child {
  width: 20%;
}

.honor-data-table th:nth-child(2),
.honor-data-table td:nth-child(2) {
  width: 10%;
  text-align: center;
}

.honor-data-table th:nth-child(3),
.honor-data-table td:nth-child(3) {
  width: 15%;
}

.honor-data-table th:nth-child(4),
.honor-data-table td:nth-child(4) {
  width: 30%;
}

.honor-data-table th:last-child,
.honor-data-table td:last-child {
  width: 20%;
}

.honor-data-table tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.honor-data-table tbody tr:hover {
  background-color: #f1f1f1;
}

.photo-cell {
  text-align: center;
}

.photo-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


select:hover {
  border-color: #888;
}


.search:focus {
  outline: none;
  border-color: #59a7a8;
  box-shadow: 0 0 5px #4a8788;
}

.honor-wall-container .table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.entry-info {
  font-size: 0.9em;
  color: #555;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.page-link {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #007bff;
  background-color: #fff;
  border-right: 1px solid #ddd;
  font-size: 0.9em;
  transition: background-color 0.2s, color 0.2s;
}

.page-link:last-child {
  border-right: none;
}

.page-link:hover:not(.active):not(.disabled) {
  background-color: #f1f1f1;
}

.page-link.active {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
  cursor: default;
}

.page-link.disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fcfcfc;
}

.page-link.ellipsis {
  color: #999;
  cursor: default;
  background-color: #fff;
  padding: 8px 5px;
  border-right: 1px solid #ddd;
}

/* MOBILE VIEW RESPONSIVE */

/* header mobile */

@media (max-width: 768px) {


  .page-link {
    padding: 6px 8px;
    font-size: 0.8em;
  }

  .header-container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 126px;
    letter-spacing: 1px;

  }

  .sticky-header .container {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    letter-spacing: 1px;
  }

  .sticky-header.show {
    transition: transform 0.8s ease-in-out;
    top: 0;
    transform: translateY(0);
  }

  .sticky-header.no-transition {
    transition: none !important;
    top: -100px;
    transform: translateY(-110%) !important;
  }

  .logo img {
    width: 20vh;
    height: auto;
  }

  .sticky-header {
    transition: top 0.8s ease-in-out;
    transform: translateY(-110%);
    will-change: transform;
  }

  .header-logo {
    width: 12vh;
    height: auto;
    margin-left: 2px;
  }

  .menu-toggle {
    display: block;
    order: 1;
    margin-left: 6px;

  }

  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 2000;
    padding: 60px 20px 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    margin-left: 0;
  }

  .main-nav ul .model-btn {
    display: none !important;
  }

  /*     
    .main-nav.active {
        display: block;
    } */
  /* .main-nav.active {
        left: 0;
    } */
  /* .main-nav ul {
        flex-direction: column;
        margin-top: 40px;
    } */

  /* .main-nav .close-icon {
    font-size: 24px;
    cursor: pointer;
    text-align: right;
    display: block;
    margin-bottom: 20px;
    }
    .dropdown-content {
        position: static;
        display: none;
        box-shadow: none;
        border-left: 2px solid #24cfcf;
        margin-left: 15px;
        padding-left: 10px;
    }

    .dropdown.active .dropdown-content {
        display: block;
    } */

  .main-header .top-bar {
    display: block !important;
  }

  .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #282f3b;
    padding: 15px;
    gap: 10px;

  }

  .top-item {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .top-bar .top-item {
    color: #fff;
    font-size: 14px;
    display: block;
    min-width: 100%;
    text-align: center;
  }

  .top-bar .top-item svg {
    fill: #fff;
    font-size: 38px;
  }

  .mobile-contact {
    display: block;
    margin-left: 56px;
    display: flex;
    margin-right: 7px;
  }

  .contact-btn {
    color: white;
    padding: 16px 21px;
    text-wrap: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #34305F;
    border: none;
    border-radius: 12px 0 12px 0;
    margin-left: -40px;
  }

  /* end of header */

  /* home page view */

  .feature ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 13px;
    width: 12px;
    height: 6px;
    background-color: #34305F;
    transform: translateY(-50%);
    border-radius: 1px;
  }

  .hero {
    padding: 30px 15px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .hero h3 {
    font-size: 16px;
  }

  .hero p {
    font-size: 16px;
  }

  .enroll-btn {
    font-size: 15px;
    padding: 15px 20px;
  }

  .benefits {
    padding: 40px 15px;
  }

  .benefits h2 {
    font-size: 33px;
    line-height: 38px;
  }

  .benefits h4 {
    font-size: 17px;
  }

  .features-cards {
    flex-direction: column;
    gap: 20px;
  }

  .feature {
    width: 100%;
    padding: 25px;
    text-align: center;
  }


  .feature h3 {
    justify-content: left;
  }

  .feature ul {
    text-align: left;
  }

  .memberships-section {
    padding: 40px 15px;
  }

  .membership-card {
    width: 100%;
  }

  .icon-circle {
    width: 100px;
    height: 100px;
    font-size: 32px;
  }

  .membership-card h4 {
    font-size: 19px;
  }

  .membership-card p {
    font-size: 17px;
  }

  .feature img {
    width: 45%;
    height: 25%;
    display: block;
    margin: 0 auto 16px;
  }

  /* end of home page */

  /* about us view */
  .about-banner {
    height: 150px;
  }

  .about-banner .overlay {
    height: 150px;
    padding: 55px 15px;
  }

  .cancellation-banner {
    height: 130px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 130px;
    padding: 30px 15px;
  }

  .cancellation-banner h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-banner h1 {
    font-size: 32px;
    margin-top: -10px;
  }

  .about-banner p {
    font-size: 13px;
    letter-spacing: 0.5px;
    word-spacing: 2px;
  }

  .org-name {
    font-size: 35px;
    /* margin-bottom: -55px; */

  }

  .tagline {
    margin-top: 47px;
    font-size: 18px;
  }

  .about-card {
    padding: 25px;
    margin: 24px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 16px;
    line-height: 27px;
  }

  .about-icon svg {
    width: 63px;
    height: 60px;
  }

  .about-icon {
    font-size: 42px;
    padding: -3px;
    margin-top: 1px;
  }

  /* end of about-us */

  /* contact-us view */
  .contact-section {
    padding: 40px 0;
  }

  .contact-container {
    gap: 25px;
    padding: 0 12px;
    flex-direction: column;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-title {
    font-size: 34px;
  }

  .contact-subtitle {

    font-size: 16px;
  }

  .contact-description {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .input-group input,
  .input-group textarea {
    padding: 20px;
    font-size: 12px;
  }

  .button-submit {
    padding: 20px;
    font-size: 12px;
  }

  .info-card {
    padding: 14px 18px;
  }

  .info-card p {
    font-size: 16px;
  }

  .info-img {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .info-content {
    margin-left: 55px;
  }

  /* footer view */
  .footer-container {
    padding: 0 20px;
    gap: 25px;
  }

  .footer-logo {
    width: 109px;
    margin-bottom: 10px;
  }


  .footer-section {
    margin: 5px 0;
  }

  .footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer-section p,
  .footer-section a {
    font-size: 17px;
  }

  .footer-content h6 {
    font-size: 15px;
  }

  .footer-bottom {
    font-size: 13px;
    padding: 18px 10px;
    margin-top: 40px;
  }

  /* membership-benefits view */
  .membership-sections h3 {
    font-size: 18px;
  }

  .membership-sections h1 {
    font-size: 31px;
    color: #282f3b;
  }

  .membership-sections p {
    font-size: 15px;
    padding: 4px;
  }

  .padai-membership-benefits-section {
    padding: 10px 15px;
    margin-bottom: -16px;
    margin-top: 15px;
  }

  .padai-membership-benefits-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .padai-membership-benefits-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    /* padding: 23px 30px 0; */
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    width: 100%;

    padding: 20px 20px 0;
  }

  .padai-text-box {
    padding: 12px;
  }

  .padai-icon {
    font-size: 80px;
    margin-bottom: 8px;
  }

  .padai-icon-content small {
    font-size: 57px;
    top: 25px;
    right: 15px;
  }

  .icon-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .padai-text-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #444;
  }

  .padai-hover-content {
    padding: 20px 25px;
  }

  .padai-hover-content .inner p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .padai-membership-benefits-container::before {
    display: none;
    /* Hide central vertical line on mobile */
  }

  /* students institutonal and andividual */

  .student-bar ul {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-left: 20px;
  }

  .student-bar li {
    justify-content: flex-start;
  }

  /* student institutional individual */
  .form-container {
    /* max-width: 800px; */
    width: 90%;
    margin: 40px auto;
    padding: 18px 18px;
    background: #fafcff;
    box-shadow: 0 12px 40px rgba(8, 5, 76, 0.5);
    transform: translateY(60px);
    animation: slideUpFadeIn 0.7s ease-out forwards;
  }

  .form-grid {
    display: block;
  }

  .form-grid>* {
    width: 100%;
  }


  .form-group label {
    margin-left: 0 !important;
  }

  .form-group input[type="text"],
  .form-container .input,
  .form-container select.input,
  .form-container textarea {
    width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    display: block;
  }


  .professional .input {
    width: 100% !important;
  }

  .institutional-members h2 {
    font-size: 1.4rem;
  }

  .input {
    margin-bottom: 30px;
  }

  .iti {
    margin-bottom: 30px;
  }

  /* Membership Details  */
  .institutional-members .member-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .institutional-members .input,
  .institutional-members .input.phone-input {
    width: 80% !important;
  }

  /* Action buttons (+ and -) align right */
  .member-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .icon-btn {
    margin-top: -250px;
  }

  .institutional-members .member-row {
    margin-bottom: -40px;
  }

  /* students form container end */
  .form-container h2 {
    font-size: 20px;
    gap: 8px;
    text-wrap: nowrap;
  }

  .individual-bar li {
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    white-space: normal !important;
    /* override any mobile-specific styles */

  }

  .individual-bar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
  }

  /* Institutional Membership */
  .institutional-nav ul {
    flex-direction: column;
    /* Stack vertically */
    align-items: center;
    gap: 12px;
  }

  .institutional-nav li {
    text-align: center;
    white-space: normal;
    /* Allow wrapping */
    /* max-width: 90%; */
    font-size: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* .institutional-members .member-row { */
  /* flex-direction: column;
        align-items: flex-start; */
  /* } */

  .institutional-members .input {
    width: 100% !important;
    min-width: unset;
  }

  .institutional-members .input.phone-input {
    width: 100% !important;
    min-width: unset;
  }

  /* honor wall */
  .controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .entries-per-page,
  .search-bar {
    width: 100%;
    justify-content: space-between;
  }

  /* Make table scrollable on mobile & small tablets */
  .honor-data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.85em;
  }

  .honor-data-table th,
  .honor-data-table td {
    padding: 10px 8px;
  }

  .table-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .pagination {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .header-container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 106px;
    letter-spacing: 1px;
  }

  .sticky-header .container {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    letter-spacing: 1px;
  }

  .sticky-header.show {
    transition: transform 0.8s ease-in-out;
    top: 0;
    transform: translateY(0);
  }

  .sticky-header.no-transition {
    transition: none !important;
    top: -100px;
    transform: translateY(-110%) !important;
  }

  .logo img {
    width: 150px;
    height: auto;
    margin-left: 16px;
  }

  .sticky-header {
    transition: top 0.8s ease-in-out;
    transform: translateY(-110%);
    will-change: transform;
  }

  .header-logo {
    width: 87px;
    height: auto;
    margin-left: 27px;
  }

  .mobile-contact .menu-toggle {
    display: block !important;
    order: 1;
    font-size: 33px;
    margin-left: 20px;
  }

  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 2000;
    padding: 60px 20px 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    margin-left: 0;

  }

  .menu-toggle {
    display: block;
    order: 1;
    margin-left: 20px;

  }

  .main-nav ul .model-btn {
    display: none !important;
  }

  .mobile-nav-items {
    background: #282f3b !important;

  }

  /* .main-nav.active {
        display: block;
        
    }
     */
  /* .main-nav.active {
        left: 0;
    }
    .main-nav ul {
        flex-direction: column;
        margin-top: 40px;
    } */
  /* .main-nav .close-icon {
    font-size: 24px;
    cursor: pointer;
    text-align: right;
    display: block;
    margin-bottom: 20px;
    } */
  /* .dropdown-content {
        position: static;
        display: none;
        box-shadow: none;
        border-left: 2px solid #24cfcf;
        margin-left: 15px;
        padding-left: 10px;
        }
      .dropdown.active .dropdown-content {
        display: block;
         } */

  .main-header .top-bar {
    display: block !important;
  }

  .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #282f3b;
    padding: 18px;
    gap: 10px;

  }

  .top-item {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .top-bar .top-item {
    color: #fff;
    font-size: 14px;
    display: block;
    min-width: 100%;
    text-align: center;
  }

  .top-bar .top-item svg {
    fill: #fff;
    font-size: 38px;
  }

  .mobile-contact {
    display: block;
    display: flex;
    margin-right: 30px;
  }

  .contact-btn {
    color: white;
    padding: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #34305F;
    border: none;
    border-radius: 12px 0 12px 0;
    display: block;
  }

  .header-container {
    flex-wrap: wrap;
  }

  /* end of header */


  /* home page view */
  .hero h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .hero h3 {
    font-size: 20px;
  }

  .hero p {
    font-size: 16px;
    max-width: 90%;
  }

  .benefits h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .benefits p {
    font-size: 16px;
    max-width: 90%;
  }

  .feature {
    width: 300px;
    height: auto;
    padding: 30px;
  }

  .membership-card {
    width: 20px;
    margin-bottom: 25px;

  }

  .icon-circle {
    width: 120px;
    height: 120px;
    font-size: 40px;
  }

  .membership-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .membership-card {
    padding: 20px;
    width: 314px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .membership-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .membership-card {
    padding: 20px;
    width: 314px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* end of home page */

  /* about-us view */
  .about-banner {
    height: 150px;
  }

  .about-banner .overlay {
    height: 150px;
    padding: 26px 20px;
  }

  .cancellation-banner {
    height: 220px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 220px;
    padding: 30px 15px;
  }

  .cancellation-banner h1 {
    margin-top: 1px;
    margin-bottom: 10px;
  }

  .about-banner h1 {
    font-size: 60px;
    margin-top: -4px;
  }

  .about-banner p {
    font-size: 13px;
    word-spacing: 2px;
  }

  .tagline {
    font-size: 24px;
  }

  .org-name {
    font-size: 42px;
  }

  .about-card {
    padding: 35px;
    margin-left: 36px;
    margin-right: 36px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-text {
    font-size: 17px;
    line-height: 1.5;
  }

  .about-icon {
    font-size: 42px;
    padding: -3px;
    margin-top: 1px;
  }

  /* contact-us view */
  .contact-container {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    padding: 0 15px;
  }

  .contact-form {
    padding: 22px;
  }

  .contact-form label {
    font-size: 15px;
  }

  .input-group input,
  .input-group textarea {
    padding: 20px;
    font-size: 13px;
  }

  .button-submit {
    padding: 20px;
    font-size: 13px;
    margin-top: 15px;
  }

  .contact-subtitle {
    font-size: 23px;
  }

  .contact-title {
    font-size: 40px;
  }

  .contact-description {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .info-card {
    padding: 16px 22px;
  }

  .info-card p {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .info-img {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  .info-content {
    margin-left: 55px;
  }

  /* footer view */
  .footer-container {
    padding: 0 40px;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-section h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .footer-section p,
  .footer-section a {
    font-size: 15px;
  }

  .footer-content h6 {
    font-size: 16px;
    margin-top: 40px;
  }

  .footer-content h5 {
    font-size: 15px;
  }

  .footer-logo {
    width: 120px;
  }

  /* membership-benefits view */
  .padai-membership-benefits-container::before {
    display: block;
  }

  .padai-membership-benefits-container::before {
    content: "";
    position: absolute;
    top: 460px;
    bottom: -1258px;
    left: 50%;
    width: 1px;
    background: #ddd;
  }


  .padai-membership-benefits-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .padai-membership-benefits-card {
    padding: 35px 25px 25px 25px;
  }

  .padai-icon {
    font-size: 60px;
  }

  .padai-icon-content small {
    font-size: 45px;
    top: 20px;
    right: 20px;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  /* honor wall */
  .controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .search {
    width: 100%;
  }

  .honor-data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.85em;
  }

  .honor-data-table th,
  .honor-data-table td {
    padding: 10px 8px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .honor-wall-container {
    padding: 15px;
    /* slightly reduce padding */
  }

  .controls {
    flex-wrap: wrap;
    /* allow wrapping if not enough space */
    gap: 12px;
  }

  .search {
    width: 250px;
    /* adjust search bar size */
  }

  .honor-data-table {
    font-size: 0.9em;
    /* slightly smaller text */
  }

  .honor-data-table th,
  .honor-data-table td {
    padding: 10px;
  }

  .header-container {
    justify-content: space-between;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 108px;
    letter-spacing: 1px;
  }

  .sticky-header .container {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px;
  }

  .sticky-header.show {
    transition: transform 0.8s ease-in-out;
    top: 0;
    transform: translateY(0);
  }

  .sticky-header.no-transition {
    transition: none !important;
    top: -100px;
    transform: translateY(-110%) !important;
  }

  .logo img {
    width: 30%;
    height: auto;
    margin-left: 18px;
  }

  .sticky-header {
    transition: top 0.8s ease-in-out;
    transform: translateY(-110%);
    will-change: transform;
  }

  .header-logo {
    width: 28%;
    height: auto;
    margin-left: 18px;
  }

  .mobile-contact.menu-toggle {
    display: block !important;
    order: 1;
    margin-left: auto;
  }

  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 2000;
    padding: 60px 20px 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    margin-left: 0;
  }


  .main-nav ul .model-btn {
    display: none !important;
  }

  /* .main-nav.active {
        display: block;
    } */
  /* .main-nav.active {
        left: 0;
    } */
  .main-nav ul {
    flex-direction: column;
    margin-top: 40px;
  }

  /* .main-nav .close-icon {
    font-size: 24px;
    cursor: pointer;
    text-align: right;
    display: block;
    margin-bottom: 20px;
     } */
  /* .dropdown-content {
        position: absolute;
        top: 100%;
        display: none;
        box-shadow: none;
        border-left: 2px solid #24cfcf;
        margin-left: 15px;
        padding-left: 10px;
        } */

  /* .dropdown.active .dropdown-content {
        display: block;
        } */

  .top-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #282f3b;
    padding: 15px;
    gap: 10px;

  }

  .top-item {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .top-bar .top-item {
    color: #fff;
    font-size: 14px;
    display: block;
    min-width: 100%;
    text-align: center;
  }

  .top-bar .top-item svg {
    fill: #fff;
    font-size: 38px;
  }

  .mobile-contact {
    display: block;
    display: flex;
    margin-right: 21px;

  }

  .contact-btn {
    color: white;
    padding: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #34305F;
    border: none;
    border-radius: 12px 0 12px 0;
    display: block;
    text-wrap: nowrap;
  }

  .menu-toggle {
    display: block;
    margin-left: 20px;
  }

  /* end of header */

  /* home page view */
  .benefits p {
    font-size: 17px;
    max-width: 100%;
  }

  .feature {
    width: 300px;
    height: auto;
    padding: 30px;
  }

  .membership-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .membership-card {
    padding: 0px 2px;
    width: 346px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* about us view */
  .about-card {
    margin: 31px;
  }

  /* contact-us */
  .contact-info {
    margin-right: 41px;
  }

  .padai-membership-benefits-container::before {
    display: block;
  }

  .padai-membership-benefits-container::before {
    content: "";
    position: absolute;
    top: 392px;
    bottom: -923px;
    left: 50%;
    width: 1px;
    background: #ddd;
  }


  .padai-membership-benefits-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .padai-membership-benefits-card {
    padding: 35px 25px 25px 25px;
  }

  .padai-icon {
    font-size: 60px;
  }

  .padai-icon-content small {
    font-size: 45px;
    top: 20px;
    right: 20px;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .cancellation-banner {
    height: 220px;
  }

  .cancellation-banner .cancellation-overlay {
    height: 220px;
    padding: 30px 15px;
  }

  .cancellation-banner h1 {
    margin-top: 15px;
    margin-bottom: 18px;
  }

}

/* students institutional individual view */
/* students individual and institutional view */
@media (min-width: 320px) and (max-width: 480px) {

  .form-grid {
    display: block;
  }

  .form-grid>* {
    width: 100%;
  }


  .form-group label {
    margin-left: 0 !important;
  }

  .form-group input[type="text"],
  .form-container .input,
  .form-container select.input,
  .form-container textarea {
    width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    display: block;
  }


  .professional .input {
    width: 100% !important;
  }

  .institutional-members h2 {
    font-size: 1.4rem;
  }

  .input {
    margin-bottom: 30px;
  }

  .iti {
    margin-bottom: 30px;
  }

  /* Membership Details for desktop  */
  .institutional-members .member-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .institutional-members .input,
  .institutional-members .input.phone-input {
    width: 80% !important;
    /* full width */
  }

  /* Action buttons (+ and -) align right */
  .member-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .icon-btn {
    margin-top: -250px;
  }

  .institutional-members .member-row {
    margin-bottom: -40px;
  }

  .member-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
  }

  /* Buttons */
  .icon-btn {
    background: #f1f1f1;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: background 0.2s ease-in-out;
  }

  .icon-btn:hover {
    background: #ddd;
  }

  /* end Membership Details  */
  /* students form container end */
  .form-container h2 {
    font-size: 20px;
    gap: 8px;
    text-wrap: nowrap;
  }
}

@media (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
  .form-grid {
    display: block;
  }

  .form-grid>* {
    width: 100%;
  }


  .form-group label {
    margin-left: 0 !important;
  }

  .form-group input[type="text"],
  .form-container .input,
  .form-container select.input,
  .form-container textarea {
    width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    display: block;
  }


  .professional .input {
    width: 100% !important;
  }

  .institutional-members h2 {
    font-size: 1.4rem;
  }

  .input {
    margin-bottom: 30px;
  }

  .iti {
    margin-bottom: 30px;
  }

  .institutional-members .member-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .institutional-members .input,
  .institutional-members .input.phone-input {
    width: 80% !important;
    /* full width */
  }

  /* Action buttons (+ and -) align right */
  .member-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .icon-btn {
    margin-top: -250px;
  }

  .institutional-members .member-row {
    margin-bottom: -40px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* students form container end */
  .form-container {
    /* max-width: 725px; */
    width: 90%;
  }

  .form-container h2 {
    font-size: 30px;
    gap: 8px;
    text-wrap: nowrap;
  }

  /* Individual Membership */
  .individual-bar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    margin-left: 20px;
    /* REMOVE margin-inline-start */
    /* margin-inline-start: 212px; */
  }

  .individual-bar li {
    color: white;
    font-size: 16px;
    display: flex;
    /* align-items: flex-start; */
    /* ALLOW wrapping */
    white-space: normal;
    max-width: 100%;
    /* Ensure it doesn't overflow */
  }

  /* Institutional Membership */
  .institutional-nav ul {
    flex-wrap: wrap;
    /* Allow items to break into next line */
    justify-content: center;
    gap: 15px;
  }

  .institutional-nav li {
    white-space: normal;
    /* Allow text wrapping */
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .institutional-members .input {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    flex: 1 1 200px;
    min-width: 257px;
    transition: border 0.2s ease, box-shadow 0.2s ease;
  }
};