@font-face {
    font-family: "Poppins-Light";
    src: url("fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Tropiline-Regular";
    src: url("fonts/Tropiline-Regular.otf");
}
@font-face {
    font-family: "Tropiline-Italic";
    src: url("fonts/Tropiline-Italic.otf");
}

@font-face {
    font-family: "Tropiline-SemiBold";
    src: url("fonts/Tropiline-SemiBold.otf");
}

@font-face {
    font-family: "DMSans-Regular";
    src: url("fonts/DMSans-Regular.ttf");
}
@font-face {
    font-family: "DMSans-Medium";
    src: url("fonts/DMSans-Medium.ttf");
}


body {
    overflow: hidden;
    font-family: "Poppins-Regular";
    overflow-y: auto;
}
:root {
  --primary-color: #072032;
  --white-color: #ffffff;
  --black-color: #000000;
  --bg-color: #FFE08D;
}
h3 {
  font-family: "Tropiline-Italic";
  font-size: 22px !important;
  line-height: 32px;
  margin-bottom: 8px !important;
}
.content-sec p, .offered-list li, .about-sub-sec p {
  font-family: "DMSans-Regular";
  font-size: 16px;
  line-height: 26px;
}
.offered-list li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--bg-color);
  left: 0px;
  background-image: url(./images/check.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.offered-list li {
  padding-left: 51px;
}
ul.offered-list li {
  text-align: center;
  width: fit-content;
}
.course-offered-sub-sec, .about-sub-sec {
    max-width: 611px;
  width: 100%;
  display: inline-block;
}

.header-logo-sec h1 {
  font-family: "Poppins-SemiBold";
  font-size: 23px;
  line-height: 33px;
  color: var(--black-color);
}
.header-logo-sec p {
  font-family: "DMSans-Medium";
  font-size: 16px;
  color: var(--black-color);
}
.header-logo-sec ul li {
  font-size: 14px;
  line-height: 24px;
  color: var(--black-color);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-group input,
  .form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: "DMSans-Regular";
    height: 45px;
  }

  .form-group textarea {
    resize: none;
  height: 45px;
  }

  .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .form-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    color: #072032;
    font-family: "DMSans-Regular";
  }
  h2 {
  font-family: "Tropiline-Regular";
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 29px;
  color: var(--primary-color);
}
.status-link {
  color: var(--primary-color);
  font-family: "Tropiline-Regular";
  font-size: 18px;
  line-height: 28px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.status-link:hover {
  transform: translateX(5px);
  color: var(--black-color); /* or any darker shade */
}
.admission-btn {
  min-width: 204px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color);
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  border-radius: 40px;
  padding: 10px 26px;
  height: 55px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Poppins-Regular";
  font-weight: 400;
}
.admission-btn.call-btn {
  min-width: 177px;
}
.admission-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.adminssion-btns {
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-top: 20px;
}
.enquiry-txt {
  font-size: 20px;
  line-height: 30px;
  font-family: "Tropiline-Regular";
  margin-top: 20px;
  color: var(--primary-color);
  text-align: center;
}
.enquiry-txt a {
  font-family: "Tropiline-Italic";
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
}
.form-group label span {
  color: red;
}
.enquiry-txt a:hover {
  transform: translateX(5px);
  color: var(--black-color); /* or any darker shade */
}
.social-media-icons ul {
  display: inline-flex;
  gap: 41px;
}
.social-media-icons {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 28px;
}
h2 {
  font-family: "Tropiline-Regular";
  font-size: 36px !important;
  line-height: 46px !important;
  margin-bottom: 20px !important;
}
.error {
      color: red;
    font-size: 12px;
    line-height: 19px !important;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.address-fld .error {
    margin-top: 5px;
}
.success {
  color: green;
    font-family: "Poppins-Bold";
}
#formSuccessMessage p {
  margin-bottom: 25px;
}
#admissionForm textarea {
  resize: none;              /* remove resize arrow */
  overflow-y: auto;          /* allow scrolling */
  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
}

#admissionForm textarea::-webkit-scrollbar {
  display: none;             /* Chrome, Safari */
}
/* Chrome, Edge, Safari */
.dob-field::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

/* Firefox */
.dob-field {
  appearance: none;
  -moz-appearance: textfield;
}
.admission-btn.white-bg {
  background-color: var(--white-color);
  color: var(--black-color);
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}
.admission-form-sec {
  animation: slideInFromRight 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.header-logo-sec, .content-sec, .about-sec {
  animation: slideInFromBottom 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.social-media-icons li a img {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-media-icons li a:hover img {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.dob-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.dob-wrap input {
  padding-right: 40px;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  cursor: pointer;
}

.calendar-icon img {
  width: 18px;
  height: 18px;
}

.dob-input {
  background-image: url('http://localhost/students-admission-form/images/calender.svg');
  background-size: 18px;
  cursor: pointer;
  background-size: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
}
.header-logo-sec p {
  text-transform: uppercase;
}
.course-offered-sub-sec h3 {
  margin-bottom: 22px !important;
}
.about-sub-sec h3 {
  margin-bottom: 18px !important;
}
  .offered-list {
  row-gap: 32px !important;
}
/* Responsive */

@media screen and (max-width: 1700px) {
  .admission-form-sec {
  padding: 50px 50px 30px 50px !important;
}
h2 {
  font-size: 32px !important;
  line-height: 42px !important;
  margin-bottom: 20px !important;
}
.enquiry-txt {
  margin-top: 40px;
}
}
@media screen and (max-width: 1400px) {
  .adminssion-form-lft-sec {
  padding: 30px 0px !important;
}
.offered-list {
  column-gap: 20px !important;
}
}
@media screen and (max-width: 1300px) {
   .admission-form-sec {
    padding: 50px 20px 30px 20px !important;
  }
  .enquiry-txt {
  font-size: 18px;
  line-height: 28px;
  }
  .status-link {
  font-size: 16px;
  line-height: 26px;
  }
  .adminssion-btns {
  gap: 10px;
  }
  .adminssion-form-lft-sec {
  width: 52% !important;
}
  .admission-form-sec {
     width: 48% !important;
  }
  .class-offered-sec {
  gap: 30px !important;
}
}
@media screen and (max-width: 991px) {
  .admission-form-sec {
  width: 100% !important;
}
  .adminssion-form-lft-sec {
  width: 100% !important;
}
  .adminssion-form-main-sec {
  flex-direction: column;
}
   .offered-list {
  row-gap: 22px !important;
}
  .adminssion-form-main-sec {
padding: 15px !important;
  }
  h3 {
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 10px !important;
}
.offered-list li::before {
  width: 26px;
  height: 26px;
}
.offered-list li {
  padding-left: 35px;
}
.enquiry-txt {
    font-size: 14px;
    line-height: 24px;
  }
  .form-footer {
  flex-direction: column;
  gap: 20px;
}
.adminssion-btns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 .admission-form-sec {
    padding: 50px 10px 30px 10px !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .form-grid {
  gap: 8px;
}
 
  .content-sec p, .offered-list li, .about-sub-sec p {
  font-size: 14px;
  line-height: 24px;
}
}
@media screen and (max-width: 767px) {
  .adminssion-form-main-sec {
    flex-direction: column;
  }
  .adminssion-form-lft-sec {
    width: 100% !important;
  }
  .admission-form-sec {
    width: 100% !important;
  }
  .enquiry-txt {
  text-align: center;
}
  .admission-form-sec {
    padding: 50px 15px 30px 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .form-grid {
  grid-template-columns: 1fr;
  }
    .class-offered-sec {
    flex-direction: column;
    gap: 20px !important;
  }
  .social-media-icons ul {
  gap: 30px;
}
}
@media screen and (max-width: 359px) {
 h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .header-logo-sec h1 {
  font-size: 20px;
  line-height: 30px;
  }
}