@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz@1,14..32&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,600;1,600&display=swap");

.outfit-uniquifier {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.crimson-pro-uniquifier {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.jost-uniquifier {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.header {
  position: relative;
  height: 75vh; /* Full screen height */
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 0;
}

.top-bar {
  background: #004cd4;
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5313rem + 0.5vw, 1.125rem);
  z-index: 1; /* Keep content above video */
  position: relative;
}
.lang-dropdown .btn {
  background: none !important; /* No background */
  color: #fff !important; /* White text */
  border: none; /* Remove border */
  box-shadow: none; /* Remove shadow */
}
.lang-dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}
.lang-dropdown .dropdown-menu {
  min-width: 120px;
}
.lang-dropdown .dropdown-item {
  display: flex;
  align-items: center;
}
.lang-dropdown .dropdown-item span {
  margin-right: 8px;
}
.top-list {
  list-style: none;
}
.top-list a {
  text-decoration: none;
  color: #ffffff;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin-right: 5px;
}
.navbar-nav .dropdown-menu {
  background: #fff;
}
.search-box {
  display: none;
  transition: all 0.3s ease;
}
.search-box.active {
  display: inline-block;
}
.apply-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
}
.apply-btn:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.main {
  color: #ffffff;
}
.ad-heading {
  font-weight: 600px;
  /* font-size: 60px; */
  font-size: clamp(28px, 5vw, 60px);
}
.enroll-btn {
  background: #004cd4;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: clamp(0.625rem, 0.4911rem + 0.4286vw, 1rem);
}

.service {
  background: #004cd4;
}

.card-top {
  background: #fff;
  text-align: center;
  padding: 40px 20px 40px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.custom-card:hover .card-top {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  /* padding: 20px 20px 40px; */
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.card-top i {
  font-size: 40px;
  color: #0066ff;
  margin-bottom: 15px;
}
.card-top h5 {
  font-weight: 600;
  color: #161613;
}
.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #0066ff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.custom-card:hover .arrow-btn {
  width: 50px;
  height: 50px;
  border: 8px solid #0066ff;
}
.card-bottom {
  color: #ffffffcc;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
}

.best-university {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}
.best-university:hover {
  color: #ffffff;
}
.trusted {
  color: #ffffffcc;
  font-size: 14px;
}
/* About-Section */
.about {
  background: #f6f4ee;
}
.left-img {
  width: 55%;
}

.woman-img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 65%;
  max-width: 100%;
}

.badge-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #010f1c1a;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.mask {
  color: #004cd4;
  font-weight: 500 !important;
}
.about-title {
  color: #004cd4;
}
.about-para {
  color: #57595f;
  font-weight: 400 !important;
  border-left: 2px solid #004cd4;
  font-size: 13px;
}
.about-university h1 {
  color: #161613;
  font-weight: 600 !important;
}
.uni {
  color: #004cd4 !important;
}
.underline {
  position: relative;
  display: inline-block;
  line-height: 60px;
}
.underline svg {
  position: absolute;
  left: 0;
  bottom: -8px; /* adjust gap */
  width: 100%;
  height: 20px; /* height of curve */
}
.underline path {
  stroke: #161613; /* underline color */
  stroke-width: 4;
  fill: transparent;
}
.underlined {
  position: relative;
  margin-right: 1rem;
}
.underlined:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 2px #cb1829;
  border-color: #cb1829 transparent transparent transparent;
  border-radius: 100%;
}
.vector-1 {
  border: 1px solid #57595f1a;
  border-radius: 100%;
  padding: 10px;
}
.building {
  font-size: 18px;
  font-weight: 600 !important;
  color: #161613;
}
.trust {
  font-size: 14px;
  font-weight: 400 !important;
  color: #57595f;
}

/* New Section */
.news {
  background: #f6f4ee;
}
.news-con {
  padding-left: 1rem;
  padding-right: 1rem;
}
.blog {
  color: #004cd4;
  font-size: 15px;
  font-weight: 500 !important;
  text-align: center;
}
.latest {
  color: #0a1d3a !important;
  text-align: center;
  font-weight: 600 !important;
}
.latest span {
  color: #004cd4;
}
.news-top {
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.news-top h5 {
  font-weight: 600;
  color: #161613;
}
.news-top p {
  font-weight: 400 !important;
  color: #004cd4;
}
.news-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid #f6f4ee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.news-btn:hover {
  width: 60px;
  height: 60px;
}
.news-bottom {
  color: #ffffffcc;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
}
.user {
  font-size: 13px;
  color: #84807b;
}
.recent {
  color: #0a1d3a;
}
.not-le {
  color: #004cd4;
}
/* ====== STATS SECTION ====== */
.stats-box {
  background: #004cd4 url("../images/Vector.png") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 50px;
}
.state-m {
  border-right: 1px solid #ffffff24;
}
.state-p {
  color: #ffffffb2;
  font-weight: 400 !important;
}

/* .stats-box h3 {
  font-size: 2rem;
  margin-bottom: 5px;
} */

/* ====== HEADING ====== */
.heading {
  color: #161613;
}

.highlight {
  color: #004cd4;
}

.sub-heading {
  font-size: 17px;
  font-weight: 400;
  color: #57595f;
}

/* ====== PROGRAM CARDS ====== */
.program-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  transition: 0.3s;
  background: #f6f4ee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.program-card img {
  width: 100%;
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
}

.program-card h5 {
  margin-top: 15px;
  font-weight: 600 !important;
  font-size: 22px;
  color: #161613 !important;
}

.program-card p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #57595f;
}

.tag-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.tag-box img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  padding: 2px;
}

/* ====== APPLY BUTTON ====== */
.apply-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 8px 20px;
  text-align: center;
  /* border: 1px solid #0d6efd; */
  border-radius: 20px;
  background: white;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.apply-btn2:hover {
  background: #0d6efd;
  color: white;
}

/* ====== CAROUSEL DOTS ====== */
.custom-dots {
  position: relative;
  margin-top: 20px;
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  background-color: #004cd4; /* blue dots */
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #161613; /* active dot dark */
}

/* ========================= */
/*       RESPONSIVE CSS      */
/* ========================= */

/* 📱 Tablet */
@media (max-width: 992px) {
  .heading {
    font-size: 40px;
  }

  .stats-box {
    padding: 30px 15px;
  }

  /* .stats-box h3 {
    font-size: 1.6rem;
  } */

  .program-card img {
    height: 160px;
  }

  .program-card p {
    font-size: 15px;
  }
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .heading {
    font-size: 32px;
  }

  .sub-heading {
    font-size: 15px;
  }

  .stats-box {
    padding: 20px 10px;
  }

  /* .stats-box h3 {
    font-size: 1.4rem;
  } */

  .program-card {
    padding: 12px;
  }

  .program-card img {
    height: 150px;
  }

  .program-card h5 {
    font-size: 16px;
  }

  .program-card p {
    font-size: 14px;
  }

  .apply-btn {
    font-size: 14px;
    padding: 6px 15px;
  }
}

/* 📱 Extra Small (very small phones) */
@media (max-width: 480px) {
  .heading {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 14px;
  }

  .stats-box {
    padding: 15px 8px;
  }

  /* .stats-box h3 {
    font-size: 1.2rem;
  } */

  .program-card img {
    height: 130px;
  }

  .program-card h5 {
    font-size: 15px;
  }

  .program-card p {
    font-size: 13px;
  }

  .apply-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}

.notice-box {
  padding: 15px 20px;
  border-bottom: 1px solid #010f1c1a;
}

.notice-date {
  font-size: 67.5px;
  font-weight: 300;
  font-style: italic;
  color: #004cd4;
  line-height: 1.2;
}

.notice-month {
  font-size: 14px;
  color: #6c757d;
}

.notice-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.notice-details {
  font-size: 14px;
  color: #6c757d;
}

.see-btn {
  background: #004cd4;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  border: none;
}

.arrow {
  font-size: 20px;
  color: #999;
}

/* ------------------- RESPONSIVE ------------------- */

/* Tablet */
@media (max-width: 992px) {
  h2.outfit-uniquifier {
    font-size: 40px !important;
  }

  .notice-date {
    font-size: 50px;
  }

  .notice-title {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .d-flex.justify-content-between.align-items-center.mb-4 {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .see-btn {
    width: 100%;
    max-width: 250px;
  }

  h2.outfit-uniquifier {
    font-size: 30px !important;
  }

  .notice-box {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }

  .notice-date {
    font-size: 40px;
  }

  .notice-title {
    font-size: 15px;
  }

  .notice-details {
    font-size: 13px;
  }

  .arrow {
    align-self: flex-end;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  h2.outfit-uniquifier {
    font-size: 24px !important;
  }

  .notice-date {
    font-size: 32px;
  }

  .notice-title {
    font-size: 14px;
  }

  .notice-details {
    font-size: 12px;
  }
}

.vc-section {
  display: flex;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.vc-left {
  flex: 7;
  background: url("../images/4882818c1170a651d8bbca91b9cc795b3a0c3db0.png")
    no-repeat center center/cover;
  opacity: 0.5;
}
.vc-right {
  flex: 3;
  background: #004cd4 url("../images/Vector2.png") no-repeat center center/cover;
}
.vc-box {
  position: absolute;
  top: 30%;
  left: 60%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 55%;
  z-index: 2;
}
.vc-slide {
  display: flex;
  align-items: flex-start;
}
.vc-photo {
  flex: 0 0 200px;
  margin-right: 50px;
  margin-top: 110px;
  background: white;
  border-radius: 10px;
}
.vc-photo img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.vc-content {
  background: white;
  padding: 110px;
  border-radius: 10px;
}
.vc-content h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.vc-content h6 {
  color: #0d6efd;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.vc-content i {
  display: inline-block;
  margin-bottom: 15px;
  color: #444;
}
.vc-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.quote-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: auto;
}
/* Custom Arrows */
.vc-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 16px;
  z-index: 3;
}
.vc-arrows button {
  border: 2px solid black;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vc-arrows button:hover {
  background: #f0f0f0;
}
/* :white_check_mark: Responsive */
@media (max-width: 992px) {
  .vc-section {
    flex-direction: column;
    height: auto;
    background: url("../images/4882818c1170a651d8bbca91b9cc795b3a0c3db0.png")
      no-repeat center center/cover; /* :point_left: Unsplash background */
  }
  /* hide split backgrounds */
  .vc-left,
  .vc-right {
    display: none;
  }
  .vc-box {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: 20px auto 40px auto;
    width: 90%;
  }
  .vc-slide {
    flex-direction: column;
    text-align: center;
  }
  .vc-photo {
    margin: 0 auto 15px auto;
    flex: unset;
    width: 120px;
  }
  .vc-photo img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .vc-content {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9); /* transparent white over bg */
    border-radius: 12px;
  }
  .quote-icon {
    display: none;
  }
  /* arrows center */
  .vc-arrows {
    position: relative;
    margin: 20px auto 0 auto;
    justify-content: center;
    right: unset;
    bottom: unset;
  }
}

/* ====== Footer Section ====== */
.footer-top {
  background: #004cd4 url("../images/Vector.png") no-repeat center center/cover;
  color: white;
  padding: 60px 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-main {
  background: #fff;
  padding: 60px 20px 30px;
  border-top: 1px solid #eee;
}

.footer-main h5 {
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 20px;
  color: #010f1c;
}

.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main ul li {
  margin-bottom: 10px;
}

.footer-main ul li a {
  color: #55585b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400 !important;
}

.footer-main ul li a:hover {
  text-decoration: underline;
}

.footer-main p {
  color: #57595f;
  font-size: 16px;
}

.footer-bottom {
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
  font-size: 14px;

  border-top: 1px solid #eee;
}

.footer-copyright {
  color: #57595f;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.background-copyright {
  background: #efede7;
}

/* Newsletter */
.newsletter input {
  /* border: 2px solid #E4E2DC;
  border-radius: 20px 0 0 20px; */
  padding: 8px 15px;
  width: 70%;
  outline: none;
  border: none;
  outline: none;
  color: #95999d;
}

.newsletter {
  border: 2px solid #e4e2dc;
  border-radius: 50px;
  padding: 3px 8px 3px 10px;
}

.newsletter button {
  border: none;
  background: #004cd4;
  color: white;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.social-icons {
  display: flex;
  gap: 3px;
}
.social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e4e2dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #444;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 30px;
}

.social-icons .facebook-color {
  color: #337fff;
}
.social-icons .twitter-color {
  color: #33ccff;
}
.social-icons .linkedin-color {
  color: #006699;
}
.social-icons .youtube-color {
  color: #ff3000;
}

/* ========================= */
/*       RESPONSIVENESS      */
/* ========================= */

/* Tablet */
@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .footer-top img {
    height: 100px !important;
    width: 100px !important;
  }

  .footer-top h6 {
    font-size: 18px !important;
  }

  .footer-top h3 {
    font-size: 32px !important;
  }

  .newsletter input {
    width: 65%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  /* .footer-main {
    text-align: center;
  }

  .footer-main .col-md-4,
  .footer-main .col-md-2 {
    text-align: center;
  } */

  /* .newsletter {
    flex-direction: column;
    gap: 10px;
  } */

  .newsletter input {
    width: 100%;
    border-radius: 20px;
  }

  .newsletter button {
    width: 50%;
    border-radius: 20px;
  }

  .footer-top h3 {
    font-size: 26px !important;
  }

  .footer-top h6 {
    font-size: 16px !important;
  }
}

/* Extra Small */
@media (max-width: 480px) {
  .footer-top {
    padding: 40px 15px;
  }

  .footer-top img {
    height: 80px !important;
    width: 80px !important;
  }

  .footer-top h3 {
    font-size: 22px !important;
  }

  .footer-top h6 {
    font-size: 14px !important;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

/* media-Query */
@media (min-width: 992px) {
  .header {
    height: 90vh;
  }
  .custom-card {
    margin-top: -120px; /* Pull section upwards */
    /* Prevent cards from being cut */
    position: relative;
    z-index: 5; /* Keeps cards above video & overlay */
  }
  .about {
    height: 680px;
    background-image: url("../images/about-shape-1.jpg.png");
    background-position: 76px calc(100% - 105px);
    /* background-position-y: bottom; */
    background-repeat: no-repeat;
  }
  .about-con {
    background-image: url("../images/about-shape-2.jpg.png");
    background-repeat: no-repeat;
    background-position: top left; /* 👈 image ko top-right pe fix karega */
    background-size: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-para {
    width: 75%;
  }
  .trust {
    width: 75%;
  }
  .service {
    background-image: url("../images/service-icon-2.svg\ fill.png");
    background-position: 40px calc(100% - 40px);
    /* background-position-y: bottom; */
    background-repeat: no-repeat;
  }
  .stats-box {
    margin-top: -120px; /* Pull section upwards */
    /* Prevent cards from being cut */
    position: relative;
    z-index: 5; /* Keeps cards above video & overlay */
  }
  .state-con {
    padding-left: 40px;
    padding-right: 40px;
  }
  .recent {
    width: 35%;
  }
  .notice-con {
    width: 75%;
  }
  .state-c {
    border-right: 1px solid #ffffff24;
  }
}
@media (min-width: 768px) {
  .state-c {
    border-right: 1px solid #ffffff24;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* .badge-box {
  position: relative;
  bottom: 20px;
  right: 20px;
} */

  .about-university {
    margin-top: 90px;
  }
  .custom-sm-width {
    width: 215px;
    height: 55px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .about-university {
    margin-top: 100px;
  }
}
@media (min-width: 1080px) {
  .nav-con {
    width: 75% !important;
  }
}
@media (min-width: 576px) {
  .news-con {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .top-con {
    width: 75%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  /* Mobile collapse ko hamburger ke neeche dropdown ki tarah banane ke liye */
  .navbar-collapse {
    position: absolute;
        top: 100%;
        left: -250px; 
        background: #004cd4;
        width: 250px;
        border-radius: 0 0 8px 8px;
        z-index: 999;
        transition: left 0.3s ease-in-out;
  }

  .navbar-collapse.collapsing {
    height: auto !important;
    transition: all 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    display: block;
    left: 0;
  }

  /* Links ko vertical stack banado */
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    padding: 8px 12px;
    width: 100%;
  }
  .apply-btn {
    margin-top: 15px;
  }
}
