/* Site-wide visual refresh. Loaded after the theme skin and scoped with body.site-modern. */
.site-modern {
  background: #f7f9fc;
  color: #243042;
}

.site-modern #wrapper,
.site-modern .main-content {
  background: #f7f9fc;
}

.site-modern .bg-lighter,
.site-modern .bg-deep {
  background: #f7f9fc !important;
}

.site-modern .header-top.bg-theme-color-2 {
  background: #0f766e !important;
  border-bottom: 0;
}

.site-modern .header-top .styled-icons a {
  background: transparent !important;
  border: 0 !important;
}

.site-modern .header-top .styled-icons i {
  color: #ffffff !important;
  transition: color 0.2s ease;
}

.site-modern .header-top .styled-icons a:hover i {
  color: #f7c948 !important;
}

.site-modern .header-middle {
  background: #ffffff !important;
  border-bottom: 1px solid #edf1f5;
  box-shadow: none;
}

.site-modern .header-middle .container {
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}

.site-modern .header-middle .row {
  align-items: center;
  display: flex;
}

.site-modern .menuzord-brand {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  margin-bottom: 0 !important;
  padding: 0;
}

.site-modern .menuzord-brand img {
  max-height: 82px;
}

.site-modern .header-middle .widget ul {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

.site-modern .header-middle .widget ul li {
  vertical-align: middle;
}

.site-modern .header-middle .widget i {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #0f766e !important;
  font-size: 22px !important;
  height: auto;
  line-height: 1;
  margin-top: 0 !important;
  text-align: center;
  width: 26px;
}

.site-modern .header-middle .widget a.font-12 {
  color: #6b7280 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase !important;
}

.site-modern .header-middle .widget h5 {
  color: #172033 !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.45;
}

.site-modern .header-middle .widget {
  position: relative;
}

.site-modern .header-call-widget:before,
.site-modern .header-hours-widget:before,
.site-modern .header-social-widget:before {
  background: #e5e7eb;
  bottom: 4px;
  content: "";
  left: -18px;
  position: absolute;
  top: 4px;
  width: 1px;
}

.site-modern .header-social-widget {
  display: flex;
  justify-content: flex-end;
}

.site-modern .header-middle-social {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

.site-modern .header-middle-social li {
  padding: 0;
}

.site-modern .header-middle-social a {
  align-items: center;
  background: #eef6f4 !important;
  border: 1px solid #d9ebe8;
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: all 0.25s ease;
  width: 38px;
}

.site-modern .header-middle-social a i {
  color: #0f766e !important;
  font-size: 17px !important;
  width: auto;
}

.site-modern .header-middle-social a:hover {
  background: #0f766e !important;
  border-color: #0f766e;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
  transform: translateY(-2px);
}

.site-modern .header-middle-social a:hover i {
  color: #ffffff !important;
}

.site-modern .header-call-widget .fa-phone-square {
  animation: headerCallNudge 2.8s ease-in-out infinite;
  transform-origin: 50% 55%;
}

@keyframes headerCallNudge {
  0%,
  82%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  86% {
    transform: rotate(-8deg) scale(1.08);
  }
  90% {
    transform: rotate(7deg) scale(1.08);
  }
  94% {
    transform: rotate(-5deg) scale(1.04);
  }
  98% {
    transform: rotate(3deg) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-modern .header-call-widget .fa-phone-square {
    animation: none;
  }
}

.site-modern .header-nav-wrapper,
.site-modern #menuzord {
  background: #0b3b5b !important;
}

.site-modern .header-nav-wrapper {
  border-bottom: 1px solid rgba(247, 201, 72, 0.5) !important;
  box-shadow: none;
}

.site-modern .menuzord-menu > li > a {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-modern .menuzord-menu > li.active > a,
.site-modern .menuzord-menu > li:hover > a {
  color: #f7c948 !important;
}

.site-modern .header-nav .btn {
  background: linear-gradient(135deg, #f7c948, #ffe08a) !important;
  border-radius: 999px !important;
  color: #17324d !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1 !important;
  margin-top: 12px !important;
  padding: 11px 18px !important;
  box-shadow: 0 10px 22px rgba(247, 201, 72, 0.24);
  transition: all 0.25s ease;
}

.site-modern .header-nav .btn:hover {
  background: linear-gradient(135deg, #ffe08a, #f7c948) !important;
  box-shadow: 0 14px 28px rgba(247, 201, 72, 0.32);
  color: #0b3b5b !important;
  transform: translateY(-1px);
}

.site-modern .header-nav .btn i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.site-modern .header-nav .btn:hover i {
  transform: translateX(3px);
}

.site-modern .menuzord-menu ul.dropdown {
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.site-modern .menuzord-menu ul.dropdown li a {
  color: #1d1d1f !important;
  font-size: 13px;
  font-weight: 500;
}

.site-modern .menuzord-menu ul.dropdown li:hover > a {
  background: #f6fbfa !important;
  color: #0f766e !important;
}

.site-modern .inner-header {
  background-position: center !important;
}

.site-modern .inner-header:before {
  background: linear-gradient(135deg, rgba(11, 59, 91, 0.9), rgba(15, 118, 110, 0.82)) !important;
}

.site-modern .inner-header .container {
  padding-bottom: 42px !important;
  padding-top: 88px !important;
}

.site-modern .inner-header .title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.site-modern .breadcrumb {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 0;
  padding: 9px 14px;
}

.site-modern .breadcrumb a,
.site-modern .breadcrumb > li + li:before {
  color: #ffffff;
}

.site-modern .breadcrumb .active {
  color: #d8eef0 !important;
}

.site-modern section:not(.inner-header):not(#home):not(.clients) {
  padding: 70px 0;
}

.site-modern h1,
.site-modern h2,
.site-modern h3,
.site-modern h4 {
  color: #17324d;
  letter-spacing: 0;
}

.site-modern .line-bottom:after,
.site-modern .line-bottom-theme-colored-2:after {
  background: #f7c948 !important;
  border-radius: 2px;
  height: 4px;
}

.site-modern p,
.site-modern .lead {
  color: #536173;
  line-height: 1.8;
}

.site-modern .text-theme-colored,
.site-modern .text-theme-color-2 {
  color: #0f766e !important;
}

.site-modern .btn,
.site-modern .btn.btn-theme-colored,
.site-modern .btn.btn-dark.btn-theme-colored {
  background: #0f766e !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 24px rgba(11, 59, 91, 0.16);
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  transition: all 0.25s ease;
}

.site-modern .btn:hover {
  background: #0b3b5b !important;
  box-shadow: 0 16px 30px rgba(11, 59, 91, 0.22);
  transform: translateY(-2px);
}

.site-modern .service-block,
.site-modern .team,
.site-modern .icon-box,
.site-modern .image-box-thum,
.site-modern #event article.post,
.site-modern #event .panel {
  border: 1px solid #e1e9f0 !important;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(23, 50, 77, 0.1);
  overflow: hidden;
}

.site-modern .service-block,
.site-modern .team,
.site-modern .icon-box,
.site-modern #event article.post {
  background: #ffffff !important;
}

.site-modern .service-block,
.site-modern .team,
.site-modern .icon-box {
  margin-bottom: 28px;
  transition: all 0.25s ease;
}

.site-modern .service-block:hover,
.site-modern .team:hover,
.site-modern .icon-box:hover {
  border-color: #b7d9d2 !important;
  box-shadow: 0 24px 48px rgba(23, 50, 77, 0.16);
  transform: translateY(-5px);
}

.site-modern .service-block .thumb,
.site-modern .team .thumb {
  background: #dfe9ef;
  height: 205px;
  overflow: hidden;
}

.site-modern .service-block .thumb img,
.site-modern .team .thumb img,
.site-modern .image-box-thum img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.site-modern .service-block:hover .thumb img,
.site-modern .team:hover .thumb img,
.site-modern .image-box-thum:hover img {
  transform: scale(1.04);
}

.site-modern .service-block .content,
.site-modern .team .content {
  background: #ffffff !important;
  border: 0 !important;
  padding: 22px 24px !important;
}

.site-modern #team .mtli-row-clearfix {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.site-modern #team .mtli-row-clearfix > [class*="col-"] {
  display: flex;
}

.site-modern #team .team {
  display: flex;
  flex-direction: column;
  min-height: 545px;
  width: 100%;
}

.site-modern #team .team .thumb {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 300px;
  justify-content: center;
}

.site-modern #team .team .thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.site-modern #team .team .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 218px;
}

.site-modern #team .team h4 {
  min-height: 56px;
}

.site-modern #team .team p {
  margin-bottom: 0 !important;
}

.site-modern .service-block h4,
.site-modern .team h4 {
  color: #17324d !important;
  font-size: 18px;
  font-weight: 800;
}

.site-modern .team small {
  color: #0f766e;
  font-weight: 700;
}

.site-modern .leaders-founders {
  background: linear-gradient(180deg, #eef6f4 0%, #ffffff 100%);
}

.site-modern .leaders-founders .section-title p {
  max-width: 720px;
}

.site-modern .director-stories {
  display: grid;
  gap: 34px;
}

.site-modern .director-story {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(23, 50, 77, 0.1);
  display: flex;
  gap: 0;
  overflow: hidden;
  position: relative;
}

.site-modern .director-story:before {
  background: #f7c948;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.site-modern .director-story-reverse {
  flex-direction: row-reverse;
}

.site-modern .director-story-reverse:before {
  left: auto;
  right: 0;
}

.site-modern .director-photo-panel {
  background: linear-gradient(135deg, #0b3b5b, #0f766e);
  flex: 0 0 34%;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.site-modern .director-photo-panel:after {
  background: linear-gradient(180deg, rgba(11, 59, 91, 0), rgba(11, 59, 91, 0.34));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-modern .director-photo-panel img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.45s ease;
  width: 100%;
}

.site-modern .director-story:hover .director-photo-panel img {
  transform: scale(1.04);
}

.site-modern .director-copy-panel {
  flex: 1;
  padding: 42px 48px;
}

.site-modern .founder-photo-wrap {
  animation: founderFloat 5s ease-in-out infinite;
  border: 6px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(11, 59, 91, 0.18);
  flex: 0 0 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 150px;
}

.site-modern .founder-photo-large {
  flex-basis: 180px;
  height: 180px;
  width: 180px;
}

.site-modern .founder-photo-wrap:after {
  border: 2px solid rgba(15, 118, 110, 0.32);
  border-radius: 50%;
  bottom: 8px;
  content: "";
  left: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.site-modern .founder-photo-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-modern .founder-role {
  color: #0f766e;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.site-modern .founder-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
}

.site-modern .founder-content p {
  line-height: 1.75;
  margin-bottom: 14px;
}

.site-modern .founder-content p:last-child {
  margin-bottom: 0;
}

.site-modern .director-copy-panel h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
  margin-top: 0;
}

.site-modern .director-copy-panel p {
  line-height: 1.75;
  margin-bottom: 14px;
}

.site-modern .director-copy-panel p:last-child {
  margin-bottom: 0;
}

@keyframes founderFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.site-modern .icon-box {
  padding: 24px !important;
}

.site-modern .icon-box i {
  color: #0f766e !important;
  font-size: 42px;
}

.site-modern .icon-box strong {
  color: #17324d;
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
}

.site-modern .form-control {
  border: 1px solid #d8e3ea;
  border-radius: 6px;
  box-shadow: none;
  min-height: 46px;
}

.site-modern .form-control:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.site-modern textarea.form-control {
  min-height: 150px;
}

.site-modern #contact_form {
  background: #ffffff;
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(23, 50, 77, 0.1);
  padding: 30px;
}

.site-modern .map-canvas {
  border-top: 1px solid #e1e9f0;
  filter: saturate(0.8) contrast(1.05);
}

.site-modern .contact-location {
  background: #eef6f4;
}

.site-modern .contact-map-panel {
  align-items: center;
  background: linear-gradient(135deg, #0b3b5b, #0f766e);
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(23, 50, 77, 0.16);
  display: flex;
  justify-content: space-between;
  padding: 34px;
}

.site-modern .contact-map-label {
  color: #f7c948;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.site-modern .contact-map-panel h3,
.site-modern .contact-map-panel p {
  color: #ffffff;
  margin-bottom: 0;
}

.site-modern .contact-map-panel p {
  color: #d8eef0;
  margin-top: 8px;
}

.site-modern .contact-map-panel .btn {
  background: #f7c948 !important;
  color: #183247 !important;
  margin-left: 24px;
  white-space: nowrap;
}

.site-modern .contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-modern .contact-map-actions .btn {
  margin-left: 0;
}

.site-modern .clients {
  display: none;
}

.site-modern .student-testimonials {
  background: #ffffff;
  padding: 78px 0;
}

.site-modern .student-testimonials .section-title {
  margin-bottom: 26px !important;
}

.site-modern .student-testimonial-carousel .owl-stage-outer {
  padding: 12px 0 36px;
}

.site-modern .student-review-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 10px;
  overflow: visible;
  padding: 0;
  transition: all 0.25s ease;
}

.site-modern .student-review-card:hover {
  transform: translateY(-6px) scale(1.02);
}

.site-modern .student-review-card img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: 0 28px 58px rgba(11, 59, 91, 0.22);
  height: auto;
  object-fit: contain;
  width: 100%;
}

.site-modern .site-stats,
.site-modern .home-stats,
.site-modern section[data-bg-img="images/bg/bg3.jpg"].overlay-theme-colored-9 {
  background-position: center !important;
}

.site-modern .site-stats:before,
.site-modern .home-stats:before,
.site-modern section[data-bg-img="images/bg/bg3.jpg"].overlay-theme-colored-9:before {
  background: linear-gradient(135deg, rgba(11, 59, 91, 0.93), rgba(15, 118, 110, 0.86)) !important;
}

.site-modern .funfact {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 28px 20px;
}

.site-modern .funfact i {
  color: #f7c948 !important;
  font-size: 52px;
}

.site-modern .funfact h2 {
  font-weight: 800 !important;
}

.site-modern #event {
  background: #ffffff;
}

.site-modern #event article.post {
  padding: 18px !important;
}

.site-modern #event .post-thumb img {
  border-radius: 6px;
  height: 118px;
  object-fit: cover;
  width: 150px;
}

.site-modern #event .panel {
  margin-bottom: 14px;
}

.site-modern #event .panel-title a {
  background: #f6fbfa;
  color: #17324d;
  font-weight: 800;
}

.site-modern #event .panel-title a.active {
  background: #0f766e;
  color: #ffffff;
}

.site-modern .footer {
  background-position: center !important;
  color: #d8e5ec;
}

.site-modern .footer:before {
  background: rgba(8, 31, 48, 0.9) !important;
}

.site-modern .footer .widget-title {
  color: #ffffff;
  font-weight: 800;
}

.site-modern .footer p,
.site-modern .footer li,
.site-modern .footer span,
.site-modern .footer .value,
.site-modern .footer .text-gray,
.site-modern .footer .text-black-777 {
  color: #d8e5ec !important;
}

.site-modern .footer a,
.site-modern .footer a.text-gray {
  color: #f2f7fa !important;
}

.site-modern .footer a:hover {
  color: #f7c948 !important;
}

.site-modern .footer .text-theme-color-2,
.site-modern .footer i.text-theme-color-2 {
  color: #f7c948 !important;
}

.site-modern .footer .list-border li {
  border-color: rgba(216, 229, 236, 0.2) !important;
}

.site-modern .footer .styled-icons.icon-bordered a {
  border-color: rgba(255, 255, 255, 0.38) !important;
  color: #ffffff !important;
}

.site-modern .footer .styled-icons.icon-bordered a:hover {
  background: #f7c948 !important;
  border-color: #f7c948 !important;
  color: #183247 !important;
}

.site-modern .footer .styled-icons.icon-bordered a:hover i {
  color: #183247 !important;
}

.site-modern .footer-bottom {
  background: #061d2d !important;
}

.site-modern .footer-bottom,
.site-modern .footer-bottom p,
.site-modern .footer-bottom li {
  color: #d8e5ec !important;
}

.site-modern .footer-bottom a {
  color: #f7c948 !important;
}

.site-modern .scrollToTop {
  background: #f7c948;
  border-radius: 6px;
  color: #183247;
}

@media (max-width: 767px) {
  .site-modern .inner-header .container {
    padding-bottom: 32px !important;
    padding-top: 58px !important;
  }

  .site-modern .inner-header .title {
    font-size: 34px;
  }

  .site-modern section:not(.inner-header):not(#home):not(.clients) {
    padding: 48px 0;
  }

  .site-modern .header-middle .widget ul {
    display: inline-block;
  }

  .site-modern .header-middle .row,
  .site-modern .contact-map-panel {
    display: block;
  }

  .site-modern .header-social-widget {
    justify-content: center;
  }

  .site-modern .header-middle .widget:before {
    display: none;
  }

  .site-modern .menuzord-brand {
    margin-bottom: 14px !important;
  }

  .site-modern .menuzord-responsive .menuzord-menu {
    background: #ffffff !important;
  }

  .site-modern .menuzord-responsive .menuzord-menu > li > a,
  .site-modern .menuzord-responsive .menuzord-menu > li > a .indicator,
  .site-modern .menuzord-responsive .menuzord-menu ul.dropdown li a {
    color: #17324d !important;
  }

  .site-modern .menuzord-responsive .menuzord-menu > li.active > a,
  .site-modern .menuzord-responsive .menuzord-menu > li:hover > a,
  .site-modern .menuzord-responsive .menuzord-menu ul.dropdown li:hover > a {
    color: #0f766e !important;
  }

  .site-modern .service-block .thumb,
  .site-modern .team .thumb {
    height: 230px;
  }

  .site-modern #team .team .thumb {
    height: 300px;
  }

  .site-modern .director-story,
  .site-modern .director-story-reverse {
    display: block;
  }

  .site-modern .director-photo-panel {
    min-height: 360px;
  }

  .site-modern .director-copy-panel {
    padding: 28px 24px;
  }

  .site-modern .founder-photo-wrap {
    margin: 0 auto 22px;
  }

  .site-modern #contact_form {
    padding: 22px;
  }

  .site-modern .student-testimonials {
    padding: 52px 0;
  }

  .site-modern .contact-map-panel {
    padding: 26px;
  }

  .site-modern .contact-map-panel .btn {
    margin-left: 0;
    margin-top: 20px;
    white-space: normal;
  }

  .site-modern #event .post-thumb {
    display: block;
    float: none !important;
    margin: 0 0 15px !important;
  }

  .site-modern #event .post-thumb img {
    height: auto;
    width: 100%;
  }
}
