/* Banner lead paragraph bigger and wider */
.banner-lead {
  font-size: 1.35rem;
  line-height: 1.7;
  max-width: 100%;
  width: 95%;
  font-weight: 500;
}
/* Top bar email text color */
.top-bar-email a, .top-bar-email a:visited, .top-bar-email a:active {
  color: #fff !important;
}
.top-bar-email i {
  color: #fff !important;
}
/* Why Choose Speciss College Section Styling */
.why-speciss {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.06) 0%, rgba(255, 255, 255, 1) 100%);
}

.why-speciss-title {
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  margin-bottom: 1rem;
  color: #15324f;
  text-wrap: balance;
}
.why-speciss-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.3rem;
  margin-bottom: 1rem;
}
.why-line-main {
  width: 130px;
  height: 6px;
  background: linear-gradient(90deg, #007b3e 0%, #223a66 100%);
  border-radius: 999px;
  opacity: 0.95;
  display: block;
}
.why-line-sub {
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, #007b3e 0%, #223a66 100%);
  margin-top: 9px;
  border-radius: 999px;
  opacity: 0.7;
  display: block;
}
.why-speciss-desc {
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
  color: #43566b;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.9;
  padding: 1.2rem 0 1.5rem 0;
  margin-bottom: 0;
  text-wrap: pretty;
}
/* Graduation Ceremony Section Styles */
.graduation-section {
  background: #f8fafc;
}
.graduation-img {
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.graduation-section .cool-heading {
  font-weight: 700;
  font-size: 2.1rem;
  color: #007b3e;
}
.btn-download {
  background: #007b3e;
  color: #fff !important;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(0,123,62,0.08);
  transition: background 0.2s;
}
.btn-download:hover {
  background: #005c2c;
  color: #fff !important;
}
body, html {
  font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
}
/* Make text under the banner section white */
.banner .block,
.banner .block * {
  color: #fff !important;
}
/* Partners Section Styles */

.partners-section {
  background: none;
  padding: 60px 0 60px 0;
}
.partners-slider-wrapper {
  overflow: hidden;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: none;
  max-width: 100vw;
}
.partners-slider {
  display: flex;
  align-items: center;
  animation: partners-scroll 16s linear infinite;
  gap: 48px;
  width: max-content;
}
.partners-slider a {
  display: inline-flex;
  align-items: center;
}
.partner-logo {
  height: 128px;
  width: auto;
  margin: 0 32px;
  background: none;
  border-radius: 0;
  filter: grayscale(0.2) brightness(0.95);
  transition: filter 0.2s;
  box-shadow: none;
  padding: 0;
}
.partner-logo:hover {
  filter: none;
  box-shadow: none;
}
@keyframes partners-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 991.98px) {
  .partner-logo {
    height: 64px;
    margin: 0 12px;
  }
  .partners-slider {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .partner-logo {
    height: 96px;
    margin: 0 8px;
  }
  .partners-slider {
    gap: 16px;
  }
  .partners-slider-wrapper {
    padding: 0;
  }
}
/* Careers Section Styles */
.careers-section {
  background: #f8fafc;
  padding: 60px 0 60px 0;
}
.careers-section h2 {
  font-weight: 700;
  letter-spacing: -1px;
}
.careers-section p {
  color: #333;
}
.careers-section .btn-main-2 {
  border-radius: 30px;
  font-weight: 600;
}

.careers-home-card {
  border-radius: 16px;
  border: 1px solid rgba(0, 123, 62, 0.12);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.careers-home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

.careers-home-icon i {
  font-size: 1.9rem;
  color: #007b3e;
}

.careers-home-title {
  color: #223a66;
  font-size: 1.05rem;
  margin-bottom: 0.55rem;
}

.careers-home-summary {
  font-size: 0.9rem;
  color: #5e738a;
  line-height: 1.6;
}

.careers-home-btn {
  border: none;
  border-radius: 999px;
  font-size: 0.82rem;
  padding: 8px 14px;
  color: #fff;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  box-shadow: 0 8px 18px rgba(0, 123, 62, 0.2);
}

.careers-home-btn:hover {
  color: #fff;
  filter: brightness(1.04);
}

.careers-home-carousel {
  position: relative;
}

.careers-home-control {
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(12, 26, 44, 0.62);
  border-radius: 999px;
  opacity: 1;
}

.careers-home-control.carousel-control-prev {
  left: -18px;
}

.careers-home-control.carousel-control-next {
  right: -18px;
}

.careers-home-control .carousel-control-prev-icon,
.careers-home-control .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .careers-home-card {
    border-radius: 14px;
  }

  .careers-home-control {
    width: 38px;
    height: 38px;
  }

  .careers-home-control.carousel-control-prev {
    left: 6px;
  }

  .careers-home-control.carousel-control-next {
    right: 6px;
  }
}
/* Featured Courses Section Styles */
.featured-courses-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e6f4ea 100%);
  padding: 60px 0 60px 0;
}
.featured-courses-section h2 {
  font-weight: 700;
  letter-spacing: -1px;
}
.featured-courses-section h5 {
  color: #555;
  font-weight: 400;
}
.accreditation-note {
  font-size: 1.1rem;
  color: #007b3e;
  background: #eafaf1;
  border-radius: 8px;
  padding: 16px 24px;
  display: inline-block;
  margin-bottom: 24px;
}
.featured-courses-btn {
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 2px 16px rgba(0,123,62,0.08);
  max-width: 350px;
  margin: 0 auto;
  display: block;
}
/* Mobile navbar logo and hamburger adjustments */
@media (max-width: 991.98px) {
  .navbar-brand img {
    max-height: 38px;
    width: auto;
  }
  .navbar-toggler {
    font-size: 2.2rem;
    padding: 0.45rem 0.9rem;
  }
  .navbar-toggler .icofont-navigation-menu {
    font-size: 2.2rem;
    line-height: 1;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #007b3e;
  color: #fff;
  border-color: #007b3e;
}

.btn-main-2:hover {
  background: #005c2e;
  color: #fff;
  border-color: #005c2e;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(180deg, rgba(12, 24, 45, 0.52) 0%, rgba(12, 24, 45, 0.62) 100%);
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
  isolation: isolate;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;
  font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

@media (min-width: 992px) {
  #navbar .container-fluid {
    align-items: center;
  }

  .navbar-brand {
    margin-top: 0;
    margin-right: 1.25rem;
    flex: 0 0 auto;
  }

  .navbar-brand img {
    max-height: 56px;
    width: auto;
  }

  #navbarmain {
    flex: 1 1 auto;
    padding: 0;
  }

  #navbarmain .navbar-nav {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 2px;
  }

  #navbarmain .nav-link {
    padding: 10px 11px;
    font-size: 15px;
    white-space: nowrap;
  }
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}



.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 220px;
  width: auto;
  max-width: 90vw;
  top: 130%;
  left: 0;
  right: auto;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
  z-index: 1000;
  white-space: normal;
  word-break: break-word;
}

/* Show dropdown on click (Bootstrap's .show class) */
.dropdown.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

/* Only use hover for desktop */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
  }
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #007b3e;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  background: url("../images/graduation/graduation-ceremony.jpg") no-repeat 50% 35%;
  background-size: cover;
  min-height: 550px;
}

.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 24, 45, 0.38) 0%, rgba(10, 24, 45, 0.52) 100%);
  z-index: 0;
}

.banner .block {
  position: relative;
  z-index: 1;
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #e12454;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/* Featured Courses Section */
.featured-courses-section--modern {
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.08) 0%, rgba(255, 255, 255, 0.92) 100%);
  position: relative;
  overflow: hidden;
}

.featured-courses-section--modern .featured-courses-btn,
.featured-courses-section--modern .featured-course-link {
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.featured-courses-section--modern .featured-courses-btn:hover,
.featured-courses-section--modern .featured-course-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(34, 58, 102, 0.26);
  filter: brightness(1.03);
}

.featured-courses-section--modern::before,
.featured-courses-section--modern::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.featured-courses-section--modern::before {
  width: 280px;
  height: 280px;
  top: -140px;
  left: -120px;
  background: radial-gradient(circle, rgba(0, 123, 62, 0.22) 0%, rgba(0, 123, 62, 0) 70%);
}

.featured-courses-section--modern::after {
  width: 320px;
  height: 320px;
  bottom: -160px;
  right: -140px;
  background: radial-gradient(circle, rgba(34, 58, 102, 0.16) 0%, rgba(34, 58, 102, 0) 70%);
}

.featured-courses-section--modern .featured-courses-grid::before {
  content: "";
  position: absolute;
  inset: -30px;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0, 123, 62, 0.1) 1px, transparent 0);
  background-size: 18px 18px;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.featured-courses-grid {
  position: relative;
  z-index: 1;
}

.featured-course-card {
  border: 1px solid rgba(34, 58, 102, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 123, 62, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  position: relative;
}

.featured-course-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.18) 0%, rgba(0, 123, 62, 0) 70%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.9;
}

.featured-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 123, 62, 0.16);
}

.featured-course-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: rgba(34, 58, 102, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.featured-course-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.08) 0%, rgba(0, 0, 0, 0.32) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.featured-course-card:hover .featured-course-image::after {
  opacity: 1;
}

.featured-course-placeholder {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(34, 58, 102, 0.6);
}

.featured-course-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.featured-course-body {
  position: relative;
}

.featured-course-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 58, 102, 0.03) 0%, rgba(34, 58, 102, 0) 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.featured-course-card:hover .featured-course-body::before {
  opacity: 1;
}

.featured-course-tag {
  background: rgba(0, 123, 62, 0.12);
  color: #007b3e;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  position: relative;
}

.featured-course-tag::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #007b3e;
}

/* Service Section Modern Styling */
.service-section--modern {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.08) 0%, rgba(255, 255, 255, 0.92) 100%);
  overflow: hidden;
}

.service-section--modern::before,
.service-section--modern::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.service-section--modern::before {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -130px;
  background: radial-gradient(circle, rgba(0, 123, 62, 0.2) 0%, rgba(0, 123, 62, 0) 70%);
}

.service-section--modern::after {
  width: 320px;
  height: 320px;
  bottom: -160px;
  left: -140px;
  background: radial-gradient(circle, rgba(34, 58, 102, 0.16) 0%, rgba(34, 58, 102, 0) 70%);
}

.service-section--modern .divider {
  background: linear-gradient(90deg, #007b3e 0%, #223a66 100%);
  height: 4px;
  width: 80px;
  border-radius: 999px;
}

.service-card {
  border: 1px solid rgba(0, 123, 62, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 123, 62, 0.08);
  background: #fff;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.16) 0%, rgba(0, 123, 62, 0) 70%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.9;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 123, 62, 0.16);
}

.service-card__body {
  padding: 26px 22px 18px;
}

.service-card__body i {
  color: #007b3e;
  font-size: 34px;
}

.service-card__body .card-title {
  color: #1c2f55;
}

.service-card__body .card-text {
  color: #4d6276;
}

.service-card__footer {
  padding: 0 18px 22px;
}

.service-card__btn {
  border: none;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  padding: 10px 22px;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.service-card__btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 123, 62, 0.26);
  filter: brightness(1.03);
}

/* Graduation Section Modern Styling */
.graduation-section--modern {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
  overflow: hidden;
}

.graduation-section--modern::before,
.graduation-section--modern::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.graduation-section--modern::before {
  width: 280px;
  height: 280px;
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(0, 123, 62, 0.2) 0%, rgba(0, 123, 62, 0) 70%);
}

.graduation-section--modern::after {
  width: 320px;
  height: 320px;
  bottom: -160px;
  left: -140px;
  background: radial-gradient(circle, rgba(34, 58, 102, 0.16) 0%, rgba(34, 58, 102, 0) 70%);
}

.graduation-section--modern .container {
  position: relative;
  z-index: 1;
}

.graduation-tabs {
  gap: 10px;
}

.graduation-tab {
  border: 1px solid rgba(0, 123, 62, 0.2);
  border-radius: 999px;
  padding: 8px 18px;
  color: #1c2f55;
  background: #fff;
  font-weight: 600;
  transition: all 0.2s ease;
}

.graduation-tab.active,
.graduation-tab:hover {
  color: #fff;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
}

.graduation-img--modern {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 123, 62, 0.16);
}

.graduation-copy {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid rgba(0, 123, 62, 0.12);
  box-shadow: 0 18px 40px rgba(0, 123, 62, 0.08);
}

.graduation-title {
  color: #1c2f55;
}

.graduation-body {
  color: #4d6276;
  line-height: 1.7;
}

.graduation-btn {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.graduation-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 123, 62, 0.26);
  filter: brightness(1.03);
}

/* Courses List Modern Styling */
.page-title--courses .overlay {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.8), rgba(34, 58, 102, 0.8));
}

.course-list-section {
  position: relative;
}

.course-list-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(0, 123, 62, 0.12);
  border: 1px solid rgba(0, 123, 62, 0.12);
}

.course-list-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.course-list-title {
  color: #1c2f55;
  font-size: 22px;
  margin: 0;
}

.course-list-subtitle {
  color: #6f8ba4;
  font-size: 14px;
}

.course-table {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.course-table thead th {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.12), rgba(34, 58, 102, 0.08));
  color: #1c2f55;
  border: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.course-table tbody tr {
  transition: background 0.2s ease, transform 0.2s ease;
}

.course-table tbody tr:hover {
  background: rgba(0, 123, 62, 0.06);
}

.course-table td,
.course-table th {
  border-color: rgba(0, 123, 62, 0.1);
  vertical-align: middle;
}

.course-btn {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 123, 62, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.course-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 123, 62, 0.24);
  filter: brightness(1.03);
}

/* Campuses Page Modern Styling */
.page-title--campuses .overlay {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.85), rgba(34, 58, 102, 0.85));
}

.campuses-section {
  position: relative;
}

.campus-row {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.06), rgba(255, 255, 255, 0.95));
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 123, 62, 0.12);
  border: 1px solid rgba(0, 123, 62, 0.12);
}

.campus-map__frame {
  height: 100%;
  min-height: 320px;
}

.campus-map__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.campus-details {
  display: flex;
  align-items: stretch;
}

.campus-details__card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  margin: 22px;
  padding: 24px;
  border: 1px solid rgba(0, 123, 62, 0.12);
  box-shadow: 0 16px 36px rgba(0, 123, 62, 0.08);
}

.campus-title {
  color: #1c2f55;
  margin-bottom: 12px;
}

.campus-details__card ul {
  padding-left: 18px;
}

.campus-details__card li {
  margin-bottom: 6px;
  color: #4d6276;
}

/* News Index Modern Styling */
.page-title--news .overlay {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.85), rgba(34, 58, 102, 0.85));
}

.news-index-section {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.06) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.news-card {
  border: 1px solid rgba(0, 123, 62, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 123, 62, 0.08);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 123, 62, 0.16);
}

.news-card__thumb img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.news-card__body {
  padding: 18px;
}

.news-card__meta {
  font-size: 13px;
  color: #6f8ba4;
}

.news-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.35rem !important;
  margin-bottom: 0.5rem !important;
}

.news-card__body h2.news-card__title {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.news-card__title a {
  color: #1c2f55;
}

.news-card__title a:hover {
  color: #007b3e;
}

.news-card__excerpt {
  color: #4d6276;
  font-size: 0.9rem;
  line-height: 1.55;
}

.news-card__btn {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.news-card__btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 123, 62, 0.26);
  filter: brightness(1.03);
}

.news-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.news-share__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5e738a;
  margin-right: 2px;
}

.news-share__btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 123, 62, 0.25);
  background: #fff;
  color: #007b3e;
  font-size: 13px;
  transition: all 0.2s ease;
}

.news-share__btn:hover {
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  border-color: transparent;
  color: #fff;
  transform: translateY(-1px);
}

.news-share--compact .news-share__btn {
  width: 26px;
  height: 26px;
  font-size: 12px;
}

.news-sidebar {
  position: sticky;
  top: 20px;
}

.news-sidebar__card {
  border: 1px solid rgba(0, 123, 62, 0.12);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 123, 62, 0.08);
}

.news-sidebar__item {
  border-bottom: 1px solid rgba(0, 123, 62, 0.08);
}

.news-sidebar__item:last-child {
  border-bottom: none;
}

.news-sidebar__tag {
  display: inline-block;
  margin: 4px 6px 0 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 123, 62, 0.12);
  color: #007b3e;
  font-size: 12px;
  font-weight: 600;
}

/* About Page Modern Styling */
.page-title--about .overlay {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.85), rgba(34, 58, 102, 0.85));
}

.about-page {
  position: relative;
}

.about-intro {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(0, 123, 62, 0.12);
  border: 1px solid rgba(0, 123, 62, 0.12);
  padding: 18px;
}

.about-intro__image img {
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 123, 62, 0.16);
}

.about-intro__copy {
  color: #4d6276;
  line-height: 1.8;
  font-size: 16px;
}

.about-section__media img {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 123, 62, 0.16);
}

.about-section__card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  margin: 22px;
  padding: 26px;
  border: 1px solid rgba(0, 123, 62, 0.12);
  box-shadow: 0 16px 36px rgba(0, 123, 62, 0.08);
}

.about-section__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(0, 123, 62, 0.12);
  margin: 0 0 18px;
}

.about-section__icon img {
  max-width: 28px;
}

.about-section__title {
  color: #1c2f55;
  margin-bottom: 12px;
}

.about-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: #4d6276;
}

/* Contact Page Modern Styling */
.page-title--contact .overlay {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.85), rgba(34, 58, 102, 0.85));
}

.contact-section--modern {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 123, 62, 0.06) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.contact-title .divider {
  background: linear-gradient(90deg, #007b3e 0%, #223a66 100%);
  height: 4px;
  width: 80px;
  border-radius: 999px;
}

.contact-locations {
  position: relative;
}

.contact-row {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.06), rgba(255, 255, 255, 0.95));
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 123, 62, 0.12);
  border: 1px solid rgba(0, 123, 62, 0.12);
}

.contact-map__frame {
  height: 100%;
  min-height: 320px;
}

.contact-map__frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.contact-details {
  display: flex;
  align-items: stretch;
}

.contact-details__card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  margin: 22px;
  padding: 24px;
  border: 1px solid rgba(0, 123, 62, 0.12);
  box-shadow: 0 16px 36px rgba(0, 123, 62, 0.08);
}

.contact-details__title {
  color: #1c2f55;
  margin-bottom: 12px;
}

.contact-form {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(0, 123, 62, 0.12);
  box-shadow: 0 22px 50px rgba(0, 123, 62, 0.12);
}

.contact-input {
  border-radius: 12px;
  border-color: rgba(0, 123, 62, 0.2);
  padding: 12px 16px;
}

.contact-input:focus {
  border-color: rgba(0, 123, 62, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 62, 0.15);
}

.contact-submit {
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-submit:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 123, 62, 0.26);
  filter: brightness(1.03);
}

.featured-course-duration {
  font-size: 12px;
  color: #6f8ba4;
  font-weight: 600;
}

.featured-course-title {
  font-size: 18px;
  color: #223a66;
  margin-bottom: 10px;
}

.featured-course-card:hover .featured-course-title {
  color: #1a2b52;
}

.featured-course-desc {
  font-size: 14px;
  color: #4d6276;
  line-height: 1.6;
  margin-bottom: 18px;
}

.featured-course-footer {
  border-top: 1px solid rgba(34, 58, 102, 0.08);
  padding-top: 14px;
}

.featured-course-mode {
  font-size: 12px;
  color: #6f8ba4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-course-link {
  font-size: 12px;
  padding: 8px 18px;
}

.featured-courses-empty {
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px dashed rgba(34, 58, 102, 0.2);
  color: #6f8ba4;
}

@media (max-width: 991.98px) {
  .featured-course-image {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .featured-course-card {
    border-radius: 14px;
  }
}

/* Modern News Section */
.news-section--modern {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.12), rgba(34, 58, 102, 0.06));
  overflow: hidden;
}

.news-section--modern::before,
.news-section--modern::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.news-section--modern::before {
  width: 360px;
  height: 360px;
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(225, 36, 84, 0.2) 0%, rgba(225, 36, 84, 0) 65%);
}

.news-section--modern::after {
  width: 320px;
  height: 320px;
  bottom: -160px;
  left: -140px;
  background: radial-gradient(circle, rgba(34, 58, 102, 0.2) 0%, rgba(34, 58, 102, 0) 70%);
}

.news-section__grid {
  position: relative;
  z-index: 1;
}

.news-intro {
  background: #ffffff;
  border: 1px solid rgba(34, 58, 102, 0.08);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(34, 58, 102, 0.08);
}

.news-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e12454;
  margin-bottom: 10px;
}

.news-heading {
  font-size: 32px;
  line-height: 1.2;
  color: #223a66;
}

.news-subtitle {
  color: #6f8ba4;
  font-size: 16px;
}

.news-all,
.news-cta {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 123, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.news-all:hover,
.news-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 123, 62, 0.26);
  filter: brightness(1.03);
}

.news-card {
  border: 1px solid rgba(34, 58, 102, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(34, 58, 102, 0.12);
}

.news-card__body {
  padding: 22px;
}

.news-card__image {
  height: 180px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.news-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.news-title {
  font-size: 18px;
  color: #1c2f55;
}

.news-excerpt p {
  color: #4d6276;
  font-size: 13px;
  line-height: 1.6;
}

.news-date {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-cta {
  border-radius: 12px;
  padding: 10px 20px;
}

@media (max-width: 991.98px) {
  .news-heading {
    font-size: 28px;
  }

  .news-card__body {
    padding: 18px;
  }
}

@media (max-width: 767.98px) {
  .news-section--modern {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news-intro {
    padding: 22px;
  }

  .news-card__image {
    height: 160px;
  }
}

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

/* === Incremental Navbar Polish === */
.navigation {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  border-bottom: 1px solid transparent;
}

.navigation.is-scrolled {
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  border-bottom-color: rgba(17, 24, 39, 0.08);
}

#navbar .nav-link {
  font-weight: 600;
  transition: color 0.2s ease;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
  color: #007b3e;
}

/* === Incremental Footer Polish === */
.footer.section {
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%) !important;
}

.footer.section,
.footer.section p,
.footer.section li,
.footer.section .copyright,
.footer.section .widget-contact,
.footer.section .widget-contact i,
.footer.section .footer-menu a,
.footer.section .widget-contact a {
  color: #ffffff !important;
}

.footer .widget {
  padding: 1rem;
  border-radius: 14px;
  font-size: 1.06rem;
}

.footer .widget h5 {
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  font-size: 1.22rem;
  color: #ffffff;
}

.footer .footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer .footer-socials a:hover {
  background: #fbbf24;
  color: #111827 !important;
  transform: translateY(-2px);
}

.footer .footer-menu a,
.footer .widget-contact a {
  transition: color 0.2s ease;
}

.footer .footer-menu a:hover,
.footer .widget-contact a:hover {
  color: #fbbf24 !important;
}

/* === Incremental Homepage Polish === */
.service-section--modern,
.news-section--modern,
.featured-courses-section--modern,
.careers-section,
.partners-section {
  position: relative;
}

.service-section--modern {
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8f6 100%);
}

.service-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.service-card__btn {
  border-radius: 0 0 12px 12px;
  font-weight: 600;
}

.news-card,
.course-list-card,
.contact-locations__wrap {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.featured-courses-btn,
.careers-section .btn-main-2,
.btn-main-2 {
  font-weight: 600;
}

.page-title .block h1 {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/* === Incremental Mobile Pass === */
@media (max-width: 991.98px) {
  .navigation .container,
  .navigation .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar-brand img {
    max-height: 42px;
    width: auto;
  }

  .navbar-toggler {
    border: 0;
    font-size: 1.8rem;
    color: #1f2937;
    padding: 0.25rem 0.45rem;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  #navbarmain {
    margin-top: 0.85rem;
    background: #ffffff;
    border-radius: 12px;
    padding: 0.7rem 0.5rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  }

  #navbarmain .nav-item {
    margin: 0;
  }

  #navbarmain .nav-link {
    padding: 0.65rem 0.9rem;
    border-radius: 8px;
    line-height: 1.35;
  }

  #navbarmain .nav-link:hover,
  #navbarmain .nav-link:focus {
    background: rgba(0, 123, 62, 0.08);
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .page-title {
    padding: 72px 0 48px;
  }

  .footer.section .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .footer .widget {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .banner .block h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .banner-lead {
    font-size: 1.05rem;
    width: 100%;
    padding-right: 0 !important;
  }

  .course-list-card,
  .contact-locations__wrap,
  .news-card {
    border-radius: 10px;
  }

  .featured-courses-btn,
  .btn-main,
  .btn-main-2 {
    width: 100%;
    text-align: center;
  }
}

/* === Featured Courses Dedicated Page === */
.featured-courses-page {
  background: linear-gradient(180deg, #f8fbff 0%, #f1f7f3 100%);
}

.featured-courses-page__card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.featured-courses-page__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.featured-courses-page__media {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-courses-page__placeholder {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #1f2937;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-courses-page__meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.featured-courses-page__tag,
.featured-courses-page__duration,
.featured-courses-page__mode {
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}

.featured-courses-page__tag {
  background: rgba(0, 123, 62, 0.12);
  color: #0b6b3d;
}

.featured-courses-page__duration,
.featured-courses-page__mode {
  background: rgba(34, 58, 102, 0.1);
  color: #223a66;
}

.featured-courses-page__title {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.featured-courses-page__desc {
  color: #4b5563;
  line-height: 1.6;
}

.featured-courses-page__pagination nav {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .featured-courses-page__media {
    height: 190px;
  }
}

/* === Careers Pages === */
.careers-library {
  background: linear-gradient(180deg, #f8fbff 0%, #eef7f1 100%);
}

.careers-floating-nav {
  position: fixed;
  right: 14px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1020;
}

.careers-alpha-sidebar {
  position: relative;
  display: grid;
  gap: 0.35rem;
  max-height: calc(100vh - 110px);
  overflow: auto;
  padding: 0.6rem 0.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(34, 58, 102, 0.12);
}

.careers-alpha-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  color: #223a66;
  background: #fff;
  border: 1px solid rgba(34, 58, 102, 0.14);
  text-decoration: none;
  transition: all 0.18s ease;
}

.careers-alpha-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  border-color: transparent;
}

.careers-alpha-link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.careers-letter-section {
  scroll-margin-top: 110px;
  margin-bottom: 1.25rem;
}

.careers-letter-heading {
  font-size: 1.45rem;
  font-weight: 700;
  color: #223a66;
  margin-bottom: 0.8rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid rgba(0, 123, 62, 0.22);
}

.page-title--careers {
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.75), rgba(34, 58, 102, 0.75)), url("../images/graduation/graduation-ceremony.jpg") no-repeat 50% 35%;
  background-size: cover;
}

.page-title--careers .block h1 {
  letter-spacing: 0.03em;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.page-title--careers .block p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.careers-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.careers-card .card-body {
  text-align: center;
}

.careers-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.careers-card__icon-wrap {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 123, 62, 0.95) 0%, rgba(34, 58, 102, 0.95) 100%);
}

.careers-card__icon {
  font-size: 2.5rem;
  color: #fff;
}

.careers-card__title {
  font-size: 1.16rem;
  margin-bottom: 0.65rem;
}

.careers-card__summary {
  color: #4b5563;
  line-height: 1.6;
  text-align: center;
}

.careers-card__btn {
  width: auto;
  min-width: 140px;
  margin: 0 auto;
  padding: 0.45rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
  border: 0;
  box-shadow: 0 10px 18px rgba(34, 58, 102, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.careers-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(34, 58, 102, 0.3);
}

.careers-card__btn i {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .careers-floating-nav {
    position: sticky;
    top: 72px;
    transform: none;
    right: auto;
    z-index: 1025;
    margin-bottom: 0.9rem;
  }

  .careers-alpha-sidebar {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.5rem;
    padding: 0.55rem 0.5rem;
    max-height: none;
    border-radius: 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .careers-alpha-sidebar::-webkit-scrollbar {
    height: 6px;
  }

  .careers-alpha-sidebar::-webkit-scrollbar-thumb {
    background: rgba(34, 58, 102, 0.25);
    border-radius: 999px;
  }

  .careers-alpha-link {
    width: 38px;
    height: 38px;
    font-size: 0.92rem;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
}

@media (max-width: 575.98px) {
  .careers-floating-nav {
    top: 64px;
  }

  .careers-alpha-sidebar {
    padding: 0.5rem 0.4rem;
    gap: 0.42rem;
  }

  .careers-alpha-link {
    width: 36px;
    height: 36px;
    font-size: 0.86rem;
  }
}

.career-detail {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.career-detail__card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #fff;
  padding: 1.4rem 1.4rem 1.1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.career-detail__header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.career-detail__icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(135deg, #007b3e 0%, #223a66 100%);
}

.career-detail__title {
  margin: 0;
  font-size: 1.45rem;
}

.career-detail__content {
  line-height: 1.7;
  color: #1f2937;
}

.career-detail__content table {
  width: 100%;
  max-width: 100%;
}

.career-detail__content img {
  max-width: 100%;
  height: auto;
}

.career-detail__actions {
  margin-top: 1rem;
}
