.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.cbg-primary {
  background-color: #0f75bc !important;
}

.cbg-secondary {
  background-color: #0b9444 !important;
}

.cbg-third {
  background-color: #231f20 !important;
}

.cbg-light-grey {
  background-color: #dddddd !important;
}

.cbg-light-primary {
  background-color: rgba(11, 148, 68, 0.2);
}

.cbg-light-pprimary {
  background-color: #73ada2;
}

.cbg-light-secondary {
  background-color: rgba(11, 148, 68, 0.2);
}

.btn-bg-secondary {
  background-color: #0b9444;
}

.btn-bg-secondary:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-primary {
  background-color: #0f75bc;
}

.btn-bg-three {
  background-color: #231f20;
}

.btn-brd-primary {
  color: #0f75bc !important;
  border: 2px solid #0f75bc !important;
  background-color: transparent;
}

.btn-brd-sevondary {
  color: #0b9444 !important;
  border: 2px solid #0b9444 !important;
  background-color: transparent;
}

.btn-brd-white {
  border: 2px solid #ffffff !important;
  background-color: transparent;
}

.angle-gradient {
  background: rgb(217, 78, 41);
  background: linear-gradient(90deg, rgb(217, 78, 41) 0%, rgb(163, 34, 0) 100%);
}

body,
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /* Paragraph: Montserrat Medium/Regular */
}

h1,
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800 !important;
  /* Heading Font: Montserrat ExtraBold */
}

h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  /* Small heading: Montserrat Medium */
}

p,
span,
li,
a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  /* Montserrat Regular/Medium */
}

button,
.btn,
.btn1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  /* Button: Montserrat Bold */
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes bt-bottomTop-40 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 20px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.btn1 {
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.5s all;
}

@media (max-width: 575.98px) {
  .btn1 {
    font-size: 15px;
    padding: 9px 25px;
  }
}

.bline {
  min-height: 3px;
  width: 80px;
  border-radius: 10px;
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .bline {
    width: 70px;
  }
}

.bline-s {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .bline-s {
    width: 30px;
  }
}

.bline2 {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}

.bline3 {
  min-height: 0.3px;
  width: 100px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .bline3 {
    width: 80px;
  }
}

.top-utility-bar {
  background-color: #c60c15;
  font-size: 13px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.top-utility-bar a,
.top-utility-bar span {
  font-size: 13px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.top-utility-bar a:hover,
.top-utility-bar span:hover {
  opacity: 0.9;
}

.top-utility-bar .top-social-links a {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-utility-bar .top-social-links a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.middle-action-bar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.middle-action-bar .mnohs-logo {
  transition: transform 0.3s ease;
}

.middle-action-bar .mnohs-logo:hover {
  transform: scale(1.02);
}

.middle-action-bar .cta-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 800 !important;
  color: #1f407a;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.middle-action-bar .header-search-icon {
  color: #1f407a;
  transition: transform 0.3s ease, color 0.3s ease;
}

.middle-action-bar .header-search-icon:hover {
  transform: scale(1.15);
  color: #c60c15;
}

.middle-action-bar .select-language-dropdown {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 6px 36px 6px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.middle-action-bar .select-language-dropdown:focus,
.middle-action-bar .select-language-dropdown:hover {
  border-color: #1f407a;
  box-shadow: 0 0 0 0.2rem rgba(31, 64, 122, 0.15);
}

.bottom-nav-bar {
  background-color: #1f407a !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.bottom-nav-bar .navbar-nav .dropdown-toggle::after {
  display: none !important;
}

.bottom-nav-bar .dropdown-arrow-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}

@media (min-width: 992px) {
  .bottom-nav-bar .dropdown-hover:hover .dropdown-arrow-icon {
    transform: rotate(180deg);
  }
}

.bottom-nav-bar .dropdown-toggle.show .dropdown-arrow-icon {
  transform: rotate(180deg);
}

.bottom-nav-bar .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff !important;
  padding: 20px 10px !important;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  .bottom-nav-bar .navbar-nav .nav-link {
    padding: 20px 16px !important;
  }
}

.bottom-nav-bar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #c60c15;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.bottom-nav-bar .navbar-nav .nav-link:hover,
.bottom-nav-bar .navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.bottom-nav-bar .navbar-nav .nav-link:hover::after,
.bottom-nav-bar .navbar-nav .nav-link.active::after {
  width: 80%;
}

@media (min-width: 992px) {
  .bottom-nav-bar .dropdown-hover:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .bottom-nav-bar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    border: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #c60c15;
    padding: 8px 0;
    background-color: #ffffff;
  }

  .bottom-nav-bar .dropdown-menu .dropdown-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    padding: 10px 24px;
    transition: all 0.2s ease;
  }

  .bottom-nav-bar .dropdown-menu .dropdown-item:hover {
    background-color: rgba(31, 64, 122, 0.08);
    color: #1f407a;
    padding-left: 28px;
  }
}

@media (max-width: 991.98px) {
  .bottom-nav-bar {
    background-color: #ffffff !important;
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
  }

  .bottom-nav-bar .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .bottom-nav-bar .mnohs-logo-mobile {
    max-height: 60px;
    transition: max-height 0.3s ease;
  }

  .mobile-nav-icon {
    color: #1f407a !important;
  }

  .bottom-nav-bar .navbar-toggler {
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
  }

  /* Style Google Translate on Mobile to match the premium Montserrat look */
  #google_translate_mobile {
    font-family: 'Montserrat', sans-serif !important;
    display: block;
    margin-bottom: 2px;
    transform: scale(0.8);
    transform-origin: right top;
    max-width: 130px;
  }
  #google_translate_mobile select.goog-te-combo {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    border: 1px solid #cccccc !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    padding: 2px 4px !important;
    outline: none !important;
    max-width: 120px !important;
  }
  #google_translate_mobile .goog-te-gadget {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 9px !important;
    color: #666666 !important;
    text-align: right;
  }
  #google_translate_mobile .goog-te-gadget .goog-logo-link {
    font-size: 9px !important;
    color: #4285f4 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 991.98px) and (max-width: 450px) {
  .bottom-nav-bar .mnohs-logo-mobile {
    max-height: 52px !important;
  }
}

@media (max-width: 991.98px) {
  .bottom-nav-bar .navbar-collapse {
    background-color: #1f407a;
    max-height: 80vh;
    overflow-y: auto;
    padding: 10px 0 20px 0;
  }

  .bottom-nav-bar .navbar-nav .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .bottom-nav-bar .navbar-nav .nav-link::after {
    display: none;
  }

  .bottom-nav-bar .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .bottom-nav-bar .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    margin: 0;
    padding: 0;
  }

  .bottom-nav-bar .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .bottom-nav-bar .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
  }

  .bottom-nav-bar .enroll-btn-link {
    margin-top: 15px;
    display: block;
    width: 100%;
  }

  .bottom-nav-bar .enroll-nav-btn {
    width: 100%;
  }
}

.bottom-nav-bar .enroll-nav-btn {
  background-color: #c60c15;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(198, 12, 21, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.bottom-nav-bar .enroll-nav-btn:hover {
  background-color: #b3000b;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 14px rgba(198, 12, 21, 0.45);
}

.bottom-nav-bar .enroll-nav-btn:active {
  transform: translateY(0) scale(1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* ==========================================
   Hero Banner Section
   ========================================== */
.hero-banner {
  background-image: url('../images/bannercurve.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 130px 0 240px 0;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .hero-banner {
    padding: 110px 0 140px 0;
  }
}

@media (max-width: 991.98px) {
  .hero-banner {
    background-image: url('../images/mobile-banner-bg.png');
    padding: 70px 0 100px 0;
    text-align: center;
  }
}

.hero-banner h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.1rem;
  font-weight: 800 !important;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-banner h1 span {
  font-weight: 800 !important;
}

@media (max-width: 1199.98px) {
  .hero-banner h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 767.98px) {
  .hero-banner h1 {
    font-size: 2.1rem;
    line-height: 1.25;
  }
}

.hero-banner .hero-info-box {
  border-left: 2.5px solid #ffffff;
  padding-left: 24px;
  margin-bottom: 35px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .hero-banner .hero-info-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
}

.hero-banner .tagline {
  margin-bottom: 8px;
}

.hero-banner .tagline span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  display: block;
}

@media (max-width: 767.98px) {
  .hero-banner .tagline span {
    font-size: 0.95rem;
    letter-spacing: 1px;
  }
}

.hero-banner p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767.98px) {
  .hero-banner p {
    font-size: 0.9rem;
  }
}

.hero-banner .cta-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .hero-banner .cta-actions {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.hero-banner .cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

/* Red Solid Button */
.hero-banner .cta-actions a:first-child {
  background-color: #c60c15;
  color: #ffffff;
  border: 2px solid #c60c15;
  box-shadow: 0 4px 14px rgba(198, 12, 21, 0.35);
}

.hero-banner .cta-actions a:first-child:hover {
  background-color: #b3000b;
  border-color: #b3000b;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(198, 12, 21, 0.5);
}

/* Transparent Border Button */
.hero-banner .cta-actions a:last-child {
  background-color: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.hero-banner .cta-actions a:last-child:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.hero-banner .cta-actions a i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.hero-banner .cta-actions a:hover i {
  transform: translateX(4px);
}

/* Right Side Student Image Group */
.hero-banner img:not(.dotted-arrow) {
  max-width: 100%;
  width: 500px;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-banner img:not(.dotted-arrow):hover {
  transform: scale(1.02);
}

@media (max-width: 1199.98px) {
  .hero-banner img:not(.dotted-arrow) {
    width: 420px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner img:not(.dotted-arrow) {
    width: 340px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

@media (max-width: 575.98px) {
  .hero-banner img:not(.dotted-arrow) {
    width: 280px;
    margin-bottom: 35px;
  }
}

/* Dotted Curved Arrow Styling */
.hero-banner .dotted-arrow {
  position: absolute;
  left: -180px;
  bottom: 25px;
  z-index: 3;
  width: 250px;
  height: auto;
  pointer-events: none;
  animation: floatArrow 4s ease-in-out infinite;
}

@media (max-width: 1199.98px) {
  .hero-banner .dotted-arrow {
    width: 200px;
    left: -20px;
    bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner .dotted-arrow {
    display: none;
  }
}

@keyframes floatArrow {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(1.5deg);
  }
}

/* ==========================================
   Inner Banner Section
   ========================================== */
.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 550px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner .content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: -100px;
}

.inner-banner .content h1 span {
  font-weight: 400 !important;
}

@media (max-width: 991.98px) {
  .inner-banner {
    min-height: 350px;
  }

  .inner-banner .content h1 {
    font-size: 2.2rem;
    margin-top: -20px;
  }
}

@media (max-width: 575.98px) {
  .inner-banner {
    padding: 80px 0 110px 0;
  }

  .inner-banner .content h1 {
    font-size: 1.7rem;
  }
}

/* ==========================================
   About Us Page custom-website Section
   ========================================== */
.about-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #c60c15;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.about-main-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-line {
  height: 3px;
  width: 75px;
  background-color: #c60c15;
  margin-bottom: 25px;
  border-radius: 5px;
}

.about-para {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555555;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-img-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 20px 20px 20px 0;
}

.about-img-wrapper img {
  display: block;
  border-radius: 16px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .about-main-title {
    font-size: 1.8rem;
  }

  .about-img-wrapper {
    margin: 20px 15px 20px 0;
  }

}

/* ==========================================
   Mission & Vision Section
   ========================================== */
.mission-vision-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  position: relative;
}

.mission-vision-card {
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  padding: 70px 35px 45px 35px;
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.mission-vision-card .card-icon-box {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  z-index: 10;
}

.mission-vision-card .card-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mission-vision-card .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800 !important;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mission-vision-card .card-title.text-blue {
  color: #1f407a;
}

.mission-vision-card .card-title.text-red {
  color: #c60c15;
}

.mission-vision-card .card-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: #555555;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .mission-vision-section {
    padding: 80px 0 60px 0;
  }

  .mission-vision-card {
    padding: 60px 25px 35px 25px;
    margin-top: 30px;
  }

  .mission-vision-card .card-icon-box {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .mission-vision-card .card-title {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

/* ==========================================
   Welcome Section
   ========================================== */
.welcome-section {
  padding: 10px 0 110px 0;
  position: relative;

}

.welcome-section .welcome-tag {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #c60c15;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.welcome-section .welcome-title {
  font-size: 2.25rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .welcome-section .welcome-title {
    font-size: 1.75rem;
  }
}

.welcome-section .welcome-line {
  height: 3px;
  width: 75px;
  background-color: #c60c15;
  margin: 0 auto 25px auto;
  border-radius: 5px;
}

.welcome-section .welcome-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555555;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 600;
}

.welcome-section .welcome-grid {
  margin-top: 60px !important;
}

.welcome-section .welcome-feature-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 45px;
}

.welcome-section .welcome-feature-item:first-child {
  border-bottom: 1.5px solid #f0f0f0;
  padding-bottom: 40px;
}

.welcome-section .welcome-feature-item .feature-content h3 {
  font-size: 18.5px;
  font-weight: 700 !important;
  color: #231f20;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.welcome-section .welcome-feature-item .feature-content p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}

.welcome-section .welcome-feature-item .feature-icon-box {
  flex-shrink: 0;
}

.welcome-section .welcome-feature-item .feature-icon-box img {
  width: 76px;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.welcome-section .welcome-feature-item:hover .feature-icon-box img {
  transform: scale(1.12);
}

.welcome-section .left-features .welcome-feature-item {
  justify-content: flex-end;
}

.welcome-section .right-features .welcome-feature-item {
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .welcome-section .welcome-feature-item {
    flex-direction: column !important;
    text-align: center;
    gap: 15px;
  }

  .welcome-section .left-features .welcome-feature-item {
    flex-direction: column-reverse !important;
  }
}

.welcome-section .central-graphic-box {
  margin: 30px 0;
}

.welcome-section .central-graphic-box img {
  max-width: 100%;
  width: 330px;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.welcome-section .central-graphic-box img:hover {
  transform: scale(1.03) rotate(3deg);
}

.welcome-section .welcome-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 50px;
  background-color: #c60c15;
  color: #ffffff;
  border: 2px solid #c60c15;
  box-shadow: 0 4px 14px rgba(198, 12, 21, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

.welcome-section .welcome-cta:hover {
  background-color: #b3000b;
  border-color: #b3000b;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(198, 12, 21, 0.5);
}

.welcome-section .welcome-cta i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.welcome-section .welcome-cta:hover i {
  transform: translateX(4px);
}

/* ==========================================
   Tuition Free Section
   ========================================== */
.tuition-section {
  background-image: url('../images/tut-curve.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #f6f5f3;
  padding: 180px 0 120px 0;
  position: relative;
  margin-top: -220px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .tuition-section {
    padding: 100px 0 60px 0;
  }

  .tuition-section .container {
    margin-top: 30px !important;
  }
}

.tuition-section .main-img {
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tuition-section .main-img:hover {
  transform: scale(1.015);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.tuition-section .info-card {
  background: #ffffff;
  padding: 50px 50px 50px 60px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
  margin-left: -50px;
  transition: transform 0.3s ease;
}

@media (max-width: 1199.98px) {
  .tuition-section .info-card {
    padding: 40px;
    margin-left: -30px;
  }
}

@media (max-width: 991.98px) {
  .tuition-section .info-card {
    margin-left: 0;
    margin-top: 30px;
    padding: 30px;
  }
}

.tuition-section .info-card h2 {
  font-size: 2rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.25;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .tuition-section .info-card h2 {
    font-size: 1.6rem;
  }
}

.tuition-section .card-line {
  height: 3px;
  width: 65px;
  background-color: #c60c15;
  margin-bottom: 20px;
  border-radius: 5px;
}

.tuition-section .info-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #555555;
  margin-bottom: 30px;
  font-weight: 600;
}

.tuition-section .btn-learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 50px;
  background-color: #c60c15;
  color: #ffffff;
  border: 2px solid #c60c15;
  box-shadow: 0 4px 14px rgba(198, 12, 21, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

.tuition-section .btn-learn-more:hover {
  background-color: #b3000b;
  border-color: #b3000b;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(198, 12, 21, 0.5);
}

.tuition-section .btn-learn-more i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.tuition-section .btn-learn-more:hover i {
  transform: translateX(4px);
}

.tuition-section .outline-frame {
  position: absolute;
  right: 1px;
  top: -9px;
  width: calc(100% + -335px);
  height: calc(100% + 18px);
  border: 12px solid #8cc63f;
  border-left: none;
  border-radius: 0 16px 16px 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .tuition-section .outline-frame {
    display: none;
  }
}

/* ==========================================
   Calendar & Testimonials Section
   ========================================== */
.calendar-testimonials-section {
  padding: 90px 0 100px 0;
  background-color: #ffffff;
  position: relative;
}

.calendar-testimonials-section .section-header {
  position: relative;
}

.calendar-testimonials-section .section-title {
  font-size: 2.1rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.25;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .calendar-testimonials-section .section-title {
    font-size: 1.75rem;
  }
}

.calendar-testimonials-section .header-line {
  height: 3px;
  width: 65px;
  background-color: #c60c15;
  margin-bottom: 25px;
  border-radius: 5px;
}

/* Calendar Container */
.calendar-container {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03);
  max-width: 100%;
  width: 90%;
}

@media (max-width: 991.98px) {
  .calendar-container {
    margin: 0 auto;
  }
}

/* Calendar Header */
.calendar-header {
  background-color: #1f407a;
  padding: 16px 20px;
  color: #ffffff;
}

.calendar-header .calendar-nav-btn {
  color: #ffffff;
  font-size: 13px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.calendar-header .calendar-nav-btn:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.calendar-header .calendar-month-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: 1px;
}

/* Calendar Weekdays */
.calendar-weekdays-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #e8edf5;
  border-bottom: 1.5px solid #e2e8f0;
  text-align: center;
}

.calendar-weekdays-grid div {
  padding: 13px 0;
  font-size: 13px;
  font-weight: 700;
  color: #1f407a;
  letter-spacing: 0.5px;
}

/* Calendar Days Grid */
.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar-days-grid div {
  padding: 16px 0;
  font-size: 14.5px;
  color: #231f20;
  font-weight: 600;
  border-right: 1.5px solid #edf2f7;
  border-bottom: 1.5px solid #edf2f7;
  transition: background-color 0.2s ease;
}

.calendar-days-grid div:nth-child(7n) {
  border-right: none;
}

.calendar-days-grid div:hover:not(.empty-cell) {
  background-color: rgba(31, 64, 122, 0.05);
  cursor: pointer;
}

.calendar-days-grid div.today {
  background-color: #c60c15;
  color: #ffffff !important;
}

.calendar-days-grid div.today:hover {
  background-color: #b3000b !important;
  color: #ffffff !important;
}

.calendar-days-grid .empty-cell {
  background-color: transparent;
  pointer-events: none;
}

/* Testimonial List Items */
.testimonials-list {
  display: flex;
  flex-direction: column;
}

.testimonial-item {
  transition: transform 0.3s ease;
}

.testimonial-item:hover {
  transform: translateX(5px);
}

.testimonial-avatar {
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  border: 3px solid #ffffff;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial-item:hover .testimonial-avatar img {
  transform: scale(1.06);
}

.testimonial-content {
  display: flex;
  flex-direction: column;
}

.testimonial-category {
  font-size: 13.5px;
  font-weight: 700;
  color: #231f20;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.testimonial-quote {
  font-size: 15px;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.55;
  margin-bottom: 8px;
  font-style: normal;
}

.testimonial-author {
  font-size: 14px;
  color: #718096;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .testimonial-item {
    flex-direction: column !important;
    text-align: center;
    align-items: center !important;
    gap: 15px !important;
  }

  .testimonial-avatar {
    margin: 0 auto;
  }
}

/* ==========================================
   Why MNOHS Section
   ========================================== */
.why-mnohs-section {
  background-color: #c60c15;
  overflow: hidden;
}

.why-mnohs-section .why-text-col {
  padding: 95px 60px 95px 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1399.98px) {
  .why-mnohs-section .why-text-col {
    padding-left: 8%;
  }
}

@media (max-width: 1199.98px) {
  .why-mnohs-section .why-text-col {
    padding-left: 6%;
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .why-mnohs-section .why-text-col {
    padding: 70px 40px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.why-mnohs-section .why-title {
  font-size: 2.3rem;
  font-weight: 800 !important;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.why-mnohs-section .why-line {
  height: 3px;
  width: 75px;
  background-color: #ffffff;
  margin-bottom: 25px;
  border-radius: 5px;
}

.why-mnohs-section .why-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 600;
  max-width: 520px;
}

/* Stats Container */
.why-stats-container {
  display: flex;
  flex-direction: column;
}

.why-stat-row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 22px 0;
  border-top: 1.5px solid rgba(255, 255, 255, 0.22);
}

.why-stat-row .stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 800 !important;
  color: #ffffff;
  min-width: 160px;
  flex-shrink: 0;
  line-height: 1;
}

.why-stat-row .stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .why-stat-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
  }

  .why-stat-row .stat-number {
    min-width: auto;
  }
}

/* Image column full-bleed */
.why-mnohs-section .why-image-col {
  padding: 0;
  position: relative;
}

.why-mnohs-section .why-desktop-img {
  width: 100%;
  height: 100%; 
  /* object-fit: cover; */
  object-position: center;
}

.why-mnohs-section .why-mobile-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================
   Learn More About MNOHS Section
   ========================================== */
.learn-more-section {
  padding: 80px 0 90px 0;
  background-color: #ffffff;
  position: relative;
}

.learn-more-section .learn-header-icon {
  width: 38px;
  height: auto;
  display: inline-block;
}

.learn-more-section .learn-header-title {
  font-size: 2.1rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .learn-more-section .learn-header-title {
    font-size: 1.7rem;
  }
}

.learn-more-section .learn-header-line {
  height: 3px;
  width: 75px;
  background-color: #c60c15;
  margin: 0 auto;
  border-radius: 5px;
}

/* Portal Cards */
.portal-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  min-height: 290px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.portal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.portal-card.family-card {
  background-color: #f2f6fc;
}

.portal-card.student-card {
  background-color: #fef6e9;
}

.portal-card-content {
  padding: 45px 30px 45px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1199.98px) {
  .portal-card-content {
    padding: 35px 25px;
  }
}

.portal-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800 !important;
  color: #231f20;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.portal-card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 22px;
  max-width: 320px;
  font-weight: 500;
}

.portal-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 26px;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

/* Buttons color mapping */
.portal-card-btn.btn-blue {
  background-color: #1f407a;
  color: #ffffff;
  border: 2px solid #1f407a;
}

.portal-card-btn.btn-blue:hover {
  background-color: #153161;
  border-color: #153161;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(31, 64, 122, 0.3);
}

.portal-card-btn.btn-orange {
  background-color: #fbb03b;
  color: #ffffff;
  border: 2px solid #fbb03b;
}

.portal-card-btn.btn-orange:hover {
  background-color: #e29c2f;
  border-color: #e29c2f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(251, 176, 59, 0.3);
}

.portal-card-btn i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.portal-card-btn:hover i {
  transform: translateX(3px);
}

/* Image box properties */
.portal-card-img-box {
  width: 45%;
  flex-shrink: 0;
  position: relative;
}

.portal-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

@media (max-width: 991.98px) {
  .portal-card {
    flex-direction: column !important;
    min-height: auto;
  }

  .portal-card-content {
    align-items: center;
    text-align: center;
    padding: 40px 30px;
  }

  .portal-card-desc {
    max-width: 100%;
  }

  .portal-card-img-box {
    width: 100% !important;
    height: 330px;
    object-position: center top !important;
  }
}

/* ==========================================
   Latest News Section
   ========================================== */
.latest-news-section {
  padding: 85px 0 90px 0;
  background-color: #ffffff;
  position: relative;
}

.latest-news-section .section-title {
  font-size: 2.1rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.25;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .latest-news-section .section-title {
    font-size: 1.75rem;
  }
}

.latest-news-section .header-line {
  height: 4px;
  width: 60px;
  background-color: #c60c15;
  margin-bottom: 35px;
  border-radius: 0;
}

/* Date Tag common styling */
.news-date-tag {
  display: inline-flex;
  align-items: center;
  background-color: #1f407a;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

/* Desktop perfect grid layout to align left feature card with right horizontal cards height */
@media (min-width: 992px) {
  .latest-news-section .row.gy-4 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .latest-news-section .row.gy-4>.col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .latest-news-section .row.gy-4>.col-lg-6.d-flex.flex-column {
    display: grid !important;
    grid-template-rows: 1fr 1fr;
    gap: 20px !important;
  }
}

/* Feature Card (Left Column) */
.feature-news-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}

@media (max-width: 991.98px) {
  .feature-news-card {
    /* aspect-ratio: 16/11; */
    min-height: 380px;
  }
}

.feature-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-news-card:hover .feature-news-img {
  transform: scale(1.03);
}

.feature-news-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .feature-news-overlay {
    padding: 20px;
  }
}

.feature-news-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700 !important;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 1199.98px) {
  .feature-news-title {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .feature-news-title {
    font-size: 16px;
  }
}

/* Horizontal Card (Right Column) */
.horizontal-news-card {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.horizontal-news-card:hover {
  border-color: #1f407a;
  transform: translateY(-2px);
}

.horizontal-news-img-box {
  width: 40%;
  flex-shrink: 0;
  overflow: hidden;
}

.horizontal-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.horizontal-news-card:hover .horizontal-news-img {
  transform: scale(1.03);
}

.horizontal-news-content {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1199.98px) {
  .horizontal-news-content {
    padding: 20px;
  }
}

.horizontal-news-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700 !important;
  color: #231f20;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

@media (max-width: 1199.98px) {
  .horizontal-news-title {
    font-size: 15px;
  }
}

.horizontal-news-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #555555;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .horizontal-news-card {
    flex-direction: column !important;
  }

  .horizontal-news-img-box {
    width: 100% !important;
    height: 180px;
  }
}

/* Bottom Red Pill CTA */
.latest-news-section .news-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 50px;
  background-color: #c60c15;
  color: #ffffff;
  border: 2px solid #c60c15;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

.latest-news-section .news-cta:hover {
  background-color: #b3000b;
  border-color: #b3000b;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(198, 12, 21, 0.15);
}

.latest-news-section .news-cta i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.latest-news-section .news-cta:hover i {
  transform: translateX(4px);
}

/* ==========================================
   Contact/Question Form Section
   ========================================== */
.contact-section {
  background-image: url('../images/bottomcurve.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 180px 0 0 0;
  /* Bottom padding is 0 to let the student image touch the bottom */
  position: relative;
  margin-top: -50px;
  z-index: 1;
  pointer-events: none;
}

.contact-section .container {
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 200px 0 0 0;
    margin-top: -60px;
  }
}

.contact-image-col {
  display: flex !important;
  align-items: flex-end !important;
  align-self: flex-end !important;
  /* Pull the column itself flush to the bottom of the row! */
  justify-content: center !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
}

.contact-student-img {
  max-width: 100%;
  height: auto;
  max-height: 660px;
  display: block;
  margin-top: -140px !important;
  /* Pull up to overlap top curve dynamically */
  margin-bottom: 0 !important;
  /* Touch bottom of section flush */
  position: relative;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .contact-student-img {
    max-height: 360px;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
}

.contact-form-col {
  padding-bottom: 100px;
  /* Bottom padding on the form side so the background height looks gorgeous */
}

@media (max-width: 991.98px) {
  .contact-form-col {
    padding-bottom: 60px;
  }
}

.contact-form-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 800 !important;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .contact-form-title {
    font-size: 1.7rem;
  }
}

.contact-header-line {
  height: 4px;
  width: 60px;
  background-color: #c60c15;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 0;
}

.contact-form-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  width: 100% !important;
  margin-top: 30px !important;
}

.form-row-double {
  display: flex !important;
  gap: 20px !important;
  width: 100% !important;
}

.form-row-double .contact-input {
  flex: 1 !important;
  width: 50% !important;
}

@media (max-width: 575.98px) {
  .form-row-double {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .form-row-double .contact-input {
    width: 100% !important;
  }
}

.contact-input {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  /* Crisp corners as seen in mockup */
  padding: 15px 20px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  outline: none !important;
}

.contact-input::placeholder {
  color: #718096 !important;
  font-weight: 500 !important;
}

.contact-input:focus {
  outline: none !important;
  border-color: #1f407a !important;
  box-shadow: 0 0 0 3px rgba(31, 64, 122, 0.15) !important;
  background-color: #ffffff !important;
}

textarea.contact-input {
  resize: none !important;
  height: 140px !important;
}

button.contact-submit-btn,
.contact-section .contact-submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  background-color: #1f407a !important;
  background: #1f407a !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  align-self: flex-start !important;
  /* Keep it left-aligned inside flex column */
}

button.contact-submit-btn:hover,
.contact-section .contact-submit-btn:hover {
  background-color: #153161 !important;
  background: #153161 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(31, 64, 122, 0.25) !important;
}

.contact-submit-btn i {
  font-size: 11px !important;
  transition: transform 0.2s ease !important;
}

.contact-submit-btn:hover i {
  transform: translateX(4px) !important;
}

/* ==========================================
   Main Footer Section
   ========================================== */
.main-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 30px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
}

.footer-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.footer-top-left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-logo {
  height: 52px;
  width: auto;
}

.footer-logo-divider {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-tagline {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-top-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-enroll-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800 !important;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: left;
}

.footer-enroll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #8cc63f !important;
  /* Brand lime green from mockup */
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 4px;
  /* Crisp borders as seen in mockup */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer-enroll-btn:hover {
  background-color: #7bba27 !important;
  transform: translateY(-2px);
}

.footer-enroll-btn i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.footer-enroll-btn:hover i {
  transform: translateX(4px);
}

/* Middle Columns Grid */
.footer-middle-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
}

.footer-col {
  z-index: 1;
}

.footer-col-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 800 !important;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.footer-contact-list li i {
  color: #ffffff;
  font-size: 16px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}

.footer-contact-list li span {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
}

.footer-links-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer-links-list li a i {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease;
}

.footer-links-list li a:hover {
  color: #8cc63f;
  padding-left: 4px;
}

.footer-links-list li a:hover i {
  color: #8cc63f;
  transform: translateX(2px);
}

.footer-col-touch {
  position: relative;
}

.footer-col-touch::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  /* Perfectly centered horizontally & vertically behind the text */
  width: 220px;
  height: 220px;
  background-image: url('../images/headinglogo.png');
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  /* Converts the colored logo to solid white! */
  opacity: 0.07;
  /* Soft white watermark against the dark background */
  pointer-events: none;
  z-index: 0;
}

/* Bottom Bar */
.footer-bottom-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer-copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  text-align: center;
}

.footer-social-links {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-social-links a img {
  height: 28px;
  width: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-social-links a:hover img {
  transform: translateY(-3px) scale(1.1);
}

/* Responsive Footer */
@media (max-width: 991.98px) {
  .footer-top-bar {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .footer-top-left {
    flex-direction: column;
    gap: 15px;
  }

  .footer-logo-divider {
    width: 50px;
    height: 1px;
  }

  .footer-tagline {
    text-align: center;
  }

  .footer-top-right {
    flex-direction: column;
    gap: 20px;
  }

  .footer-enroll-text {
    text-align: center;
  }

  .footer-middle-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-col-touch::before {
    right: 10%;
    bottom: 0;
  }

  .footer-bottom-bar {
    flex-direction: column !important;
    position: static !important;
    text-align: center;
    gap: 20px;
  }

  .footer-social-links {
    position: static !important;
    transform: none !important;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */