/* Banner start  */
.banner__section {
  margin-top: clamp(25px, 4vw, 45px);
}
.banner__wrapper {
  background-color: #eff4ff;
  border-radius: 70px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.banner__container {
  max-width: 740px;
  padding: 40px;
  padding-right: 0;
  margin-left: 50px;
}
.banner__section .banner-title h1 {
  margin-bottom: 20px;
}
.banner__section .btn {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .banner__wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .banner__wrapper {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .banner__wrapper {
    border-radius: 0;
  }
  .banner__section .wrapper {
    padding: 0;
  }
  .banner__container {
    margin-left: 20px;
  }
  .banner__section .banner-title h1 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .banner__image {
    display: none;
  }
  .banner__container {
    margin: 0 auto;
    max-width: 560px;
    padding: 45px 20px;
    text-align: center;
  }
  .banner__container .btn {
    margin: 25px auto 0;
  }
}
/* Banner end  */

/* Banner form start  */
.banner-form__section {
  /* margin-top: -75px; */
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
.banner-form__section form input,
.banner-form__section form select {
  outline: unset;
  background-color: var(--light);
}
.banner-form {
  background: linear-gradient(
    90deg,
    rgba(0, 87, 172, 1) 42%,
    rgba(0, 159, 224, 1) 81%
  );
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.banner-form__section form {
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
  max-width: 1050px;
  margin: 0 auto;
}
.banner-form__section form .entry-title {
  grid-column: 1 / -1;
  font-size: clamp(24px, 2.4vw, 32px);
  margin: 0 0 18px 0;
  color: var(--light);
}
.banner-form__section form .form-field {
  grid-column: span 5;
}
.banner-form__section form .form-field-wide {
  grid-column: span 5;
}
.banner-form__section form input:not([type="submit"]),
.banner-form__section form select {
  width: 100%;
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 26px;
  font-size: 16px;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.banner-form__section form input::placeholder {
  color: #94a3b8;
}
.banner-form__section form select {
  
  padding-right: 40px;
  background-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 12 8' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m376.35 34-4.6 4.6-4.6-4.6-1.4 1.4 6 6 6-6z' fill='%23002B5C' fill-rule='evenodd' transform='translate(-365.75 -34)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 10px;
}
.banner-form__section .form-actions {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}
.banner-form__section .btn {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--primary);
  padding: 12px 11px;
  font-size: 16px;
  width: 100px;
  cursor: pointer;
  border-radius: 12px;
  background-image: url(../img/search-icon.png);
  background-position: 65px 12px;
  background-size: 26px;
  background-repeat: no-repeat;
  text-align: left;
}
.banner-form__section .btn:hover {
  border-color: var(--light);
  color: var(--light);
  background-color: transparent;
}
.banner-form__section .btn img {
  width: 20px;
  min-width: 15px;
  display: none;
  transition: var(--transition-2);
}
.banner-form__section .btn:hover img {
  filter: invert(1);
}

@media (max-width: 1200px) {
  .home .banner-form__section {
    margin-top: 30px;
  }
  .page-template-template-studentnew .banner-form__section {
    margin-top: 10px;
  }
}
@media (max-width: 820px) {
  .banner-form__section {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .banner-form {
    padding: 25px;
  }
  .banner-form__section .btn {
    font-size: 15px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-form__section .btn img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 567px) {
  .banner-form__section form .form-field-wide,
  .banner-form__section form .form-field {
    grid-column: span 12;
  }
  .banner-form__section .form-actions {
    grid-column: 6 / span 2;
  }
}
/* Banner form end  */

/* Counter section start  */
.counter__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}
.counter__container {
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
}
.counter__container .icon {
  background-color: var(--secondary);
  padding: 8px;
  border-radius: 8px;
  width: fit-content;
  margin: 0 0 12px;
}
.counter__container .icon img {
  width: 36px;
}
.counter__container h3 {
  font-size: clamp(20px, 2vw, 26px);
  margin: 0 0 6px;
}
@media (max-width: 1024px) {
  .counter__wrapper {
    gap: 20px;
  }
}
/* Counter section end  */

/* Chairman section start  */
.chairman__wrapper {
  display: flex;
  gap: 45px;
  row-gap: 30px;
}
.chairman__wrapper > div {
  width: calc(50% - 22.5px);
}
.chairman__container .section-wrap {
  margin: 0;
  text-align: left;
}
.chairman__container .section-wrap .btn {
  margin-top: 30px;
}
.chairman__image img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .chairman__wrapper {
    flex-direction: column;
  }
  .chairman__wrapper > div {
    width: 100%;
  }
  .chairman__container .section-wrap .btn {
    margin-top: 20px;
  }
}
/* Chairman section end  */

/* Testimonial section end  */
.testimonial__container {
  background-color: #eff4ff;
  border-radius: 14px;
  padding: 25px;
  position: relative;
  margin: 0 15px;
}
.testimonial__slider .slick-list {
  margin: 0 -15px;
}
.testimonial__container::before {
  content: "";
  background-image: url("../img/close.png");
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 14px;
  transform: rotate(180deg);
}
.testimonial__container > div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0 0;
}
.testimonial__container > div img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
}
.testimonial__container > div span {
  font-weight: 700;
  font-size: 16px;
  color: var(--text-1);
}
.testimonial__container h3 {
  font-size: clamp(22px, 2vw, 20px);
  font-weight: 600;
  margin: 0 0 8px;
}
/* Testimonial section end  */

/* Get Started section end  */
.get-started__section {
  position: relative;
}
.get-started__section::before {
  content: url(../img/get-started-1.png);
  position: absolute;
  left: 0;
  top: 50px;
}
.get-started__section::after {
  content: url(../img/get-started-2.png);
  position: absolute;
  right: 0;
  top: 40px;
}
.get-started__wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.get-started__wrapper .featured-image {
  max-width: 405px;
  width: 100%;
}
.get-started__wrapper img {
  border-radius: 20px;
  height: 328px;
  width: 100%;
  object-fit: cover;
}
.get-started__container {
  display: flex;
  align-items: center;
  background-color: #eff4ff;
  border-radius: clamp(18px, 2.5vw, 40px);
  padding: clamp(20px, 2vw, 25px);
  width: calc(50% - 12.5px);
}
.get-started__container:nth-child(1) {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.get-started__container .entry-content {
  padding: clamp(20px, 2vw, 30px);
  max-width: 460px;
  width: 100%;
}
.get-started__container .entry-content h3 {
  margin: 0 0 clamp(4px, 2vw, 8px);
}
.get-started__container .entry-content p {
  font-size: 16px;
}
.get-started__container .entry-content .btn {
  width: fit-content;
  margin: clamp(16px, 2vw, 20px) 0 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .get-started__section::before,
  .get-started__section::after {
    content: unset;
  }
}
@media (max-width: 1024px) {
  .get-started__container:not(:first-child) {
    flex-direction: column;
    gap: 15px;
  }
  .get-started__container:not(:first-child) .featured-image {
    max-width: 100%;
  }
  .get-started__container:not(:first-child) .entry-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .get-started__wrapper img {
    height: 290px;
  }
}
@media (max-width: 567px) {
  .get-started__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .get-started__container:first-child {
    flex-direction: column;
    gap: 15px;
  }
  .get-started__container:first-child .featured-image {
    max-width: 100%;
  }
  .get-started__container:first-child .entry-content {
    padding: 0;
  }
  .get-started__container {
    width: 100%;
  }
}
/* Get Started section end  */

.cookie-consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 700px;
  background: #0b79c1;
  color: #ffffff;
  border-radius: 20px;
  padding: 20px 25px;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 9999;
}

.cookie-consent p {
  margin: 0;
  flex: 1;
  color: #ffffff;
}

.cookie-consent a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-consent button {
  background: #ffffff;
  color: #0b79c1;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.cookie-consent button:hover {
  background: #f0f0f0;
}

/* Responsive */
@media (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
    right: 10px;
    left: 10px;
  }

  .cookie-consent button {
    width: 100%;
    margin-top: 10px;
  }
}
