/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
   .contact-section {
          height: 200px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            background-color: #fff;
        }
        .contact-icon {
            font-size: 30px;
            color: #007bff;
            padding-bottom: 15px;
        }
         
        .contact-section a{
          color: #000;
          text-align: center;
        }
        .contact-section h5{
          font-weight: bold;
          color: #000;
        }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

    .footer {
            background:#004f8a;
            color: white;
            padding: 30px 0;
            text-align: center;
        }
        .footer h5 {
            margin-bottom: 2px;
            position: relative;
            display: inline-block;
        }
        .footer h5::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background: white;
            margin: 5px auto;
        }
        .social-icons a {
            color: white;
            margin: 10px;
            font-size: 20px;
            transition: transform 0.3s ease, color 0.3s ease;
        }
        .social-icons a:hover {
            color: #007bff;
            transform: scale(1.2);
        }
.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
   .contact-section {
          height: 200px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            background-color: #fff;
        }
        .contact-icon {
            font-size: 30px;
            color: #007bff;
            padding-bottom: 15px;
        }
         
        .contact-section a{
          color: #000;
          text-align: center;
        }
        .contact-section h5{
          font-weight: bold;
          color: #000;
        }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }
     .contact-section {
          height: 200px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            background-color: #fff;
        }
        .contact-icon {
            font-size: 30px;
            color: #007bff;
            padding-bottom: 15px;
        }
         
        .contact-section a{
          color: #000;
          text-align: center;
        }
        .contact-section h5{
          font-weight: bold;
          color: #000;
        }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #51be78; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }
     .contact-section {
          height: 200px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            background-color: #fff;
        }
        .contact-icon {
            font-size: 30px;
            color: #007bff;
            padding-bottom: 15px;
        }
         
        .contact-section a{
          color: #000;
          text-align: center;
        }
        .contact-section h5{
          font-weight: bold;
          color: #000;
        }

/* Top Header Styles */
.upper-header {
  background-color: #004f8a;
}

.upper-header a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.upper-header a:hover {
  text-decoration: underline;
}

.upper-header i {
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
}

.upper-header span {
  color: #fff;
  font-size: 14px;
}


.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar .container-fluid {
    padding-left: 7rem;
    padding-right: 7rem; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #004f8a;
      font-weight: bold;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li .desc {
        font-size: 12px;
        color: #969696; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 35px;
        color: #004f8a;
        font-weight: bold;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #ff0000;
          }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #51be78;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 16px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #51be78 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #ff0000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
    .site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #51be78; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active > a {
        color: #51be78; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        padding: 5px 20px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #51be78; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #51be78; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active > a {
        color: #004f8a; }
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }



.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.section-bg.style-1 {
  position: relative;
}

.section-bg.style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004f8a;
  opacity: 0.9;
  z-index: 0;
}

.section-bg.style-1 > .container {
  position: relative; /* ✅ REQUIRED to appear above the overlay */
  z-index: 2;
}

.section-bg.style-1 .icon {
  font-size: 50px;
  color: #ffffff;
}

.section-bg.style-1 h3,
.section-bg.style-1 p {
  color: #ffffff;
  text-align: justify;
}

.university p {
  text-align: justify;
}

/* ✅ Updated to look like cards with solid background */
.image-container {
  background: #ffffff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}

.image-container img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.image-footer {
  background: #004f8a; /* Match theme */
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}


/* Blocks */
.intro-section {
  background-size: cover;
  position: relative; }
  .intro-section, .intro-section .container .row {
    height: 100vh;
    min-height: 900px; }
  .intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #222;
    opacity: .7;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .intro-section:before {
        width: 100%; } }
  .intro-section h1 {
    font-size: 7rem;
    font-weight: 900;
    color: #fff; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    max-width: 400px; }

.custom-breadcrumns {
  padding: 20px 0; }
  .custom-breadcrumns span, .custom-breadcrumns a {
    font-size: 14px; }
  .custom-breadcrumns a {
    display: inline-block;
    color: #bdbdbd; }
    .custom-breadcrumns a:hover {
      color: #51be78; }
  .custom-breadcrumns .current {
    color: #51be78; }

.section-title-underline {
  color: #000; }
  .section-title-underline span {
    display: inline-block;
    border-bottom: 4px solid #004f8a; }
  .section-title-underline.style-2 {
    color: #fff; }
    .section-title-underline.style-2 span {
      border-color: #51be78; }



.social-wrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ff0000;
  position: relative; }
  .social-wrap a > span {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social-wrap a:hover {
    background: #000; }

.block-number-1 .icon {
  color: #fff;
  font-size: 2rem; }

/* Testimonial Card */
.ftco-testimonial-1 {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  min-height: 220px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 10px;
}

/* VCard (image + name + role) */
.ftco-testimonial-1 .ftco-testimonial-vcard {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

/* Profile Image */
.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

/* Name */
.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #000;
}

/* Role */
.ftco-testimonial-1 .ftco-testimonial-vcard span {
  font-size: 0.85rem;
  color: #777;
}

/* Testimonial text */
.ftco-testimonial-1 p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}
.ftco-testimonial-1 p::before,
.ftco-testimonial-1 p::after {
  content: '"';
  color: #ccc;
  font-size: 1.2rem;
}
.owl-carousel .owl-item {
  padding: 15px;
}
/*Slider Start*/
.hero-slide {
  position: relative;
  z-index: 1;
}

/* Common styles */
.intro-section {
  width: 100%;
  position: relative;
  background-size: contain;   /* show whole image */
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  aspect-ratio: 16/9;   /* responsive ratio */
}




/* ❌ Remove dark overlay completely */
.intro-section::after {
  content: none !important;
}

/* Owl Carousel arrows */
.hero-slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 15px;
}

.hero-slide .owl-nav button {
  background: #fff;
  color: #000;
  border: none;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s;
}

.hero-slide .owl-nav button:hover {
  background: #004f8a;
  color: #fff;
}

/*Slider End*/


.feature-1 .icon-wrapper, .person .icon-wrapper {
  position: relative;
  width: 96px;
  height: 55.43px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -33.94px;
  background: #ff0000; }
  .feature-1 .icon-wrapper > span, .person .icon-wrapper > span {
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 3rem;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0; }
  .feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px; }
  .feature-1 .icon-wrapper:before, .person .icon-wrapper:before {
    top: -33.94px; }
  .feature-1 .icon-wrapper:after, .person .icon-wrapper:after {
    bottom: -33.94px; }

.feature-1 .feature-1-content, .person .feature-1-content {
  padding: 50px 20px 20px 20px;
  text-align: center; }
  .feature-1 .feature-1-content h2, .person .feature-1-content h2 {
    font-size: 1.3rem;
    color: #004f8a;
    padding-bottom:20px; }
    .feature-1 .feature-1-content p, .person .feature-1-content p {
    font-size: 1rem;
    color: #004f8a;
    text-align: justify;
   }
.person {
  margin-bottom: 50px !important; }
  .person img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto; }
.course-1-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
  margin: 15px 10px;
}

.course-1-item figure {
  position: relative;
  margin: 0;
}

.course-1-item figure img {
  width: 100%;
  height: auto;
  display: block;
}

.course-1-item .category {
  background: #004f8a;
  padding: 12px;
  text-align: center;
}

.course-1-item .category h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.course-1-item .course-1-content {
  padding: 15px;
  text-align: center;
}

.course-1-item .course-1-content h2,
.course-1-item .course-1-content h4 {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}

.course-1-item .course-1-content .desc {
  font-size: 14px;
  color: #333;
  text-align: justify;
  margin-bottom: 12px;
}

.course-1-item .btn {
  background-color: #004f8a;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.course-1-item .btn:hover {
  background-color: #ff0000;
  color: #fff;
}

/* ⭐ Responsive Fixes */
@media (max-width: 576px) {
  .course-1-item .category h3 {
    font-size: 16px;
  }

  .course-1-item .course-1-content {
    padding: 12px;
  }

  .course-1-item .course-1-content h2,
  .course-1-item .course-1-content h4 {
    font-size: 14px;
  }

  .course-1-item .course-1-content .desc {
    font-size: 13px;
    text-align: left;
  }

  .course-1-item .btn {
    font-size: 13px;
    padding: 7px 16px;
  }
}
/* Add padding to the stage */
.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

/* Owl Nav Styles */
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 2;
  pointer-events: none; /* Prevents outer area from blocking clicks */
}

/* Nav buttons */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #004f8a;
  color: #fff;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  border: none;
  text-align: center;
  pointer-events: auto;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #ff0000;
}

/* Mobile fix: hide arrows if needed */
@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    top: auto;
    bottom: 10px;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}




.ftco-subscribe-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .ftco-subscribe-1:before {
    position: absolute;
    content: "";
    background: #183661;
    opacity: .7;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ftco-subscribe-1 > .container {
    position: relative;
    z-index: 2; }
    .ftco-subscribe-1 > .container h2, .ftco-subscribe-1 > .container p {
      color: #fff; }
  .ftco-subscribe-1 .form-control {
    height: auto !important; }

.video-1 {
  position: relative;
  display: block; }
  .video-1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    .video-1 .play > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-1:hover {
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3); }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 2000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
 .slider-container {
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            width: 100%;
            height: auto;
            margin: 0px;
            padding: 0px;
        }
        .slider {
            display: flex;
            transition: transform 0.5s linear;
            width: 100%;
        }
        .slider img {
            width: 100%;
            height: auto;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
            flex-shrink: 0;
        }
    
/* TCGC responsive redesign overrides */
:root {
  --tcgc-blue: #065a9f;
  --tcgc-blue-dark: #0d386b;
  --tcgc-red: #d83a2f;
  --tcgc-green: #1f9d65;
  --tcgc-yellow: #f5c443;
  --tcgc-ink: #17212b;
  --tcgc-muted: #5e6b78;
  --tcgc-line: #dce5ef;
  --tcgc-soft: #f5f8fb;
  --tcgc-white: #ffffff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body.tcgc-site {
  color: var(--tcgc-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background: var(--tcgc-white);
  overflow-x: hidden;
}

body.tcgc-site * {
  letter-spacing: 0;
}

body.tcgc-site a {
  color: var(--tcgc-blue);
}

body.tcgc-site a:hover {
  color: var(--tcgc-red);
}

.site-wrap:before {
  position: fixed;
  z-index: 1998;
}

.site-section {
  padding: 64px 0;
}

.section-soft {
  background: var(--tcgc-soft);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
}

.section-heading:not(.text-center) {
  margin-left: 0;
}

.section-heading p {
  color: var(--tcgc-muted);
  margin: 14px auto 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--tcgc-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title-underline {
  color: var(--tcgc-ink);
  font-weight: 900;
  margin-bottom: 0;
}

.section-title-underline span,
.section-title-underline.style-2 span,
.section-title-underline1 span {
  border-bottom: 4px solid var(--tcgc-yellow);
  display: inline-block;
  padding-bottom: 6px;
}

.section-title-underline.style-2,
.section-title-underline1,
.section-heading-light,
.section-heading-light p {
  color: var(--tcgc-white);
}

.section-heading-light .section-kicker {
  color: var(--tcgc-yellow);
}

.btn {
  border-radius: 6px;
  font-weight: 800;
  padding: 10px 18px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary,
.course-1-item .btn,
.course-section .btn {
  background: var(--tcgc-blue);
  border-color: var(--tcgc-blue);
  color: var(--tcgc-white);
}

.tcgc-site a.btn-primary,
.tcgc-site .btn-primary,
.tcgc-site .course-1-item .btn,
.tcgc-site .course-section .btn {
  color: var(--tcgc-white) !important;
}

.btn-primary:hover,
.course-1-item .btn:hover,
.course-section .btn:hover {
  background: var(--tcgc-red);
  border-color: var(--tcgc-red);
  color: var(--tcgc-white);
}

.btn-outline-primary {
  color: var(--tcgc-blue);
  border-color: var(--tcgc-blue);
  background: var(--tcgc-white);
}

.btn-outline-primary:hover {
  color: var(--tcgc-white);
  border-color: var(--tcgc-red);
  background: var(--tcgc-red);
}

.empty-state {
  background: var(--tcgc-white);
  color: var(--tcgc-muted);
  border: 1px dashed var(--tcgc-line);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin: 0;
}

/* Header */
.upper-header {
  background: #0b3565;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.topbar-contact {
  display: flex;
  align-items: center;
  gap: 8px 18px;
  flex-wrap: wrap;
}

.upper-header a,
.upper-header span,
.small {
  color: var(--tcgc-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tcgc-site .upper-header .topbar-contact a,
.tcgc-site .upper-header .topbar-badge {
  color: #ffffff !important;
}

.tcgc-site .upper-header .topbar-contact i {
  color: #ffd56a !important;
}

.tcgc-site .upper-header .topbar-contact a:hover,
.tcgc-site .upper-header .topbar-contact a:focus {
  color: #ffd56a !important;
}

.tcgc-site .upper-header .topbar-contact a:hover i,
.tcgc-site .upper-header .topbar-contact a:focus i {
  color: #ffffff !important;
}

.upper-header a:hover {
  color: var(--tcgc-yellow);
  text-decoration: none;
}

.topbar-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 5px 10px;
}

.site-navbar {
  position: relative;
  width: 100%;
  background: var(--tcgc-white);
  border-bottom: 1px solid var(--tcgc-line);
  box-shadow: 0 10px 28px rgba(13, 56, 107, 0.08);
}

.navbar-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.site-logo img {
  width: 178px;
  max-height: 66px;
  object-fit: contain;
}

.site-navigation {
  justify-self: end;
}

.site-navbar .site-navigation .site-menu {
  align-items: center;
  gap: 4px;
  margin: 0;
}

.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: var(--tcgc-ink);
  font-size: 15px;
  font-weight: 800;
  padding: 10px 12px;
  border-radius: 6px;
}

.site-navbar .site-navigation .site-menu .active > a,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active > a {
  color: var(--tcgc-blue);
  background: rgba(6, 90, 159, 0.08);
  padding: 10px 12px;
}

.site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: var(--tcgc-red);
  background: rgba(216, 58, 47, 0.08);
}

.site-navbar .site-navigation .site-menu .has-children > a {
  padding-right: 28px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  right: 10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  border: 1px solid var(--tcgc-line);
  border-top: 3px solid var(--tcgc-red);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(17, 33, 52, 0.14);
  overflow: hidden;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  color: var(--tcgc-ink);
  font-size: 15px;
  padding: 11px 18px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  color: var(--tcgc-blue);
  background: var(--tcgc-soft);
}

.header-actions,
.social-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-cta {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 6px;
  background: var(--tcgc-red);
  color: var(--tcgc-white) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  align-items: center;
  gap: 8px;
}

.header-cta:hover {
  background: var(--tcgc-blue-dark);
  color: var(--tcgc-white) !important;
}

.social-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--tcgc-soft);
  color: var(--tcgc-blue);
  position: relative;
  text-decoration: none;
}

.social-wrap a > span {
  position: static;
  color: currentColor;
  transform: none;
}

.social-wrap a:hover {
  color: var(--tcgc-white);
  background: var(--tcgc-red);
}

.site-menu-toggle {
  font-size: 22px;
}

.sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 1040;
  width: 100%;
  background: var(--tcgc-white);
}

.sticky-wrapper .site-navbar,
.sticky-wrapper.is-sticky .site-navbar {
  background: var(--tcgc-white);
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 0;
}

.site-mobile-menu {
  width: min(86vw, 340px);
  z-index: 2000;
  box-shadow: -18px 0 40px rgba(17, 33, 52, 0.16);
}

.site-mobile-menu .site-nav-wrap > li > a {
  color: var(--tcgc-ink);
  font-size: 17px;
  font-weight: 800;
  padding: 12px 14px;
  border-radius: 6px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  font-size: 15px;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: var(--tcgc-red);
  background: var(--tcgc-soft);
}

/* Hero */
.hero-area {
  background: var(--tcgc-soft);
  padding-bottom: 42px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  background: var(--tcgc-blue-dark);
}

.hero-banner {
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner-yellow {
  background: var(--tcgc-yellow);
}

.hero-banner-blue {
  background: var(--tcgc-blue-dark);
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero-slide .owl-nav {
  top: 50%;
  padding: 0 18px;
  pointer-events: none;
}

.hero-slide .owl-nav button.owl-prev,
.hero-slide .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--tcgc-blue-dark) !important;
  box-shadow: 0 8px 22px rgba(17, 33, 52, 0.2);
  pointer-events: auto;
}

.hero-slide .owl-nav button.owl-prev:hover,
.hero-slide .owl-nav button.owl-next:hover {
  background: var(--tcgc-red) !important;
  color: var(--tcgc-white) !important;
}

.hero-slide .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-slide .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.65) !important;
}

.hero-slide .owl-dot.active span {
  background: var(--tcgc-red) !important;
}

.hero-action-panel {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  margin-top: -34px;
  padding: 18px;
  background: var(--tcgc-white);
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 33, 52, 0.14);
}

.hero-action-copy {
  display: grid;
  gap: 3px;
}

.hero-action-copy span {
  color: var(--tcgc-muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-action-copy strong {
  color: var(--tcgc-blue-dark);
  font-size: 22px;
  line-height: 1.2;
}

.hero-actions,
.hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tcgc-muted);
  font-size: 14px;
  font-weight: 800;
}

.hero-trust i {
  color: var(--tcgc-red);
}

/* Cards and sections */
.feature-1.service-card {
  border: 1px solid var(--tcgc-line) !important;
  border-radius: 8px;
  background: var(--tcgc-white);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(17, 33, 52, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-1.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 33, 52, 0.12);
}

.feature-1.service-card .icon-wrapper {
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  border-radius: 8px;
  background: var(--tcgc-red);
}

.feature-1.service-card .icon-wrapper:before,
.feature-1.service-card .icon-wrapper:after {
  display: none;
}

.feature-1.service-card .icon-wrapper > span {
  width: 58px;
  height: 58px;
  position: static;
  font-size: 30px;
  line-height: 58px;
}

.feature-1.service-card .feature-1-content {
  padding: 0;
  text-align: left;
}

.feature-1.service-card .feature-1-content h2 {
  color: var(--tcgc-ink);
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 8px;
  margin: 0;
}

.feature-1.service-card .feature-1-content p {
  color: var(--tcgc-muted);
  font-size: 15px;
  text-align: left;
  margin: 0;
}

.universities-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background:
    linear-gradient(180deg, rgba(245, 248, 251, 0.92), rgba(255, 255, 255, 1)),
    var(--tcgc-soft);
  border-top: 1px solid var(--tcgc-line);
  border-bottom: 1px solid var(--tcgc-line);
}

.universities-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: end;
  gap: 34px;
  margin-bottom: 34px;
}

.universities-copy {
  max-width: 720px;
}

.universities-copy p {
  max-width: 650px;
  color: var(--tcgc-muted);
  margin: 14px 0 0;
}

.universities-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 14px 34px rgba(17, 33, 52, 0.08);
}

.universities-highlights div {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: var(--tcgc-soft);
}

.universities-highlights strong {
  color: var(--tcgc-blue-dark);
  font-size: 15px;
  font-weight: 900;
}

.universities-highlights span {
  color: var(--tcgc-muted);
  font-size: 14px;
  font-weight: 700;
}

.universities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.universities-grid.is-collapsed .university-card.is-list-hidden {
  display: none;
}

.university-card {
  position: relative;
  min-height: 252px;
  display: grid;
  grid-template-rows: 150px 1fr;
  overflow: hidden;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 12px 30px rgba(17, 33, 52, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.university-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tcgc-red), var(--tcgc-yellow), var(--tcgc-blue));
}

.university-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 90, 159, 0.35);
  box-shadow: 0 18px 42px rgba(17, 33, 52, 0.14);
}

.university-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-bottom: 1px solid var(--tcgc-line);
}

.university-logo-frame img {
  width: 100%;
  max-width: 220px;
  height: 108px;
  object-fit: contain;
  display: block;
}

.university-card-body {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
}

.university-card-body h3,
.university-name {
  color: var(--tcgc-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}

.university-name-check {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.university-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.7em;
  overflow: hidden;
}

.university-name-check:checked + .university-name {
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.university-name-toggle {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tcgc-red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.university-name-toggle:hover,
.university-name-toggle:focus {
  color: var(--tcgc-blue);
}

.university-card.is-measured:not(.has-overflow) .university-name-toggle {
  display: none;
}

.university-name-toggle .less-label,
.university-name-check:checked ~ .university-name-toggle .more-label {
  display: none;
}

.university-name-check:checked ~ .university-name-toggle .less-label {
  display: inline;
}

.university-card-body > span {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 6px;
  background: rgba(6, 90, 159, 0.09);
  color: var(--tcgc-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.universities-empty {
  grid-column: 1 / -1;
  margin: 0;
}

.universities-list-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.universities-list-toggle {
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--tcgc-blue);
  border-radius: 6px;
  background: var(--tcgc-white);
  color: var(--tcgc-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.universities-section.has-list-overflow .universities-list-toggle {
  display: inline-flex;
}

.universities-list-toggle:hover,
.universities-list-toggle:focus {
  border-color: var(--tcgc-red);
  background: var(--tcgc-red);
  color: var(--tcgc-white);
}

.universities-list-toggle i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.universities-list-toggle .less-label,
.universities-section.is-list-expanded .universities-list-toggle .more-label {
  display: none;
}

.universities-section.is-list-expanded .universities-list-toggle .less-label {
  display: inline;
}

.universities-section.is-list-expanded .universities-list-toggle i {
  transform: rotate(180deg);
}

.course-carousel .owl-stage {
  display: flex;
}

.course-carousel .owl-item {
  display: flex;
}

.course-1-item,
.course-section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(17, 33, 52, 0.08);
}

.course-1-item figure,
.course-section img {
  flex-shrink: 0;
}

.course-1-item figure img,
.course-section img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
}

.course-1-item .category,
.course-title {
  background: var(--tcgc-blue);
  color: var(--tcgc-white);
  padding: 12px 16px;
  border-radius: 0;
  margin: 0;
}

.course-1-item .category h3,
.course-title {
  color: var(--tcgc-white);
  font-size: 18px;
  font-weight: 900;
}

.course-1-item .course-1-content,
.course-section-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
  text-align: left;
}

.course-1-item .course-1-content h4,
.course-section h5 {
  color: var(--tcgc-ink);
  font-size: 15px;
  font-weight: 900;
  margin: 8px 0 4px;
}

.course-1-item .course-1-content .desc,
.course-section p {
  color: var(--tcgc-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.course-1-item .btn,
.course-section .btn {
  margin-top: auto;
  align-self: flex-start;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  border-radius: 50%;
  background: var(--tcgc-blue) !important;
  color: var(--tcgc-white) !important;
  width: 42px;
  height: 42px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: var(--tcgc-red) !important;
}

.ftco-testimonial-1 {
  height: 100%;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 12px 30px rgba(17, 33, 52, 0.08);
}

.ftco-testimonial-1 p {
  color: var(--tcgc-muted);
  text-align: left;
}

.ftco-testimonial-1 p::before,
.ftco-testimonial-1 p::after {
  display: none;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--tcgc-soft) 100%);
}

.testimonials-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 34px;
  margin-bottom: 30px;
}

.testimonials-copy {
  max-width: 720px;
}

.testimonials-copy p {
  max-width: 640px;
  color: var(--tcgc-muted);
  margin: 14px 0 0;
}

.testimonials-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 14px 34px rgba(17, 33, 52, 0.08);
}

.testimonials-note i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(216, 58, 47, 0.1);
  color: var(--tcgc-red);
  font-size: 20px;
}

.testimonials-note strong {
  display: block;
  color: var(--tcgc-blue-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 4px;
}

.testimonials-note span {
  color: var(--tcgc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.testimonial-carousel .owl-stage {
  display: flex;
}

.testimonial-carousel.owl-carousel .owl-item {
  display: flex;
  padding: 12px;
}

.testimonial-card {
  position: relative;
  width: 100%;
  min-height: 282px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 12px 30px rgba(17, 33, 52, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.testimonial-card:after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid var(--tcgc-yellow);
  border-radius: 8px;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 90, 159, 0.35);
  box-shadow: 0 18px 42px rgba(17, 33, 52, 0.14);
}

.testimonial-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--tcgc-blue);
  color: var(--tcgc-white);
  font-size: 18px;
}

.testimonial-card p {
  color: var(--tcgc-muted);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  margin: 0;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--tcgc-line);
}

.testimonial-avatar {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, var(--tcgc-red), var(--tcgc-yellow));
}

.testimonial-avatar img,
.testimonial-avatar span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tcgc-white);
}

.testimonial-avatar img {
  object-fit: cover;
}

.testimonial-avatar span {
  color: var(--tcgc-blue-dark);
  font-size: 22px;
  font-weight: 900;
}

.testimonial-person-info h3 {
  color: var(--tcgc-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 3px;
}

.testimonial-person-info span {
  color: var(--tcgc-blue);
  font-size: 13px;
  font-weight: 800;
}

.testimonials-empty {
  width: 100%;
  margin: 12px;
}

/* Contact and map */
.contact-band {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background:
    linear-gradient(120deg, rgba(13, 56, 107, 0.98), rgba(6, 90, 159, 0.96)),
    var(--tcgc-blue-dark);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 40px;
}

.contact-copy {
  max-width: 620px;
  color: var(--tcgc-white);
}

.contact-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  margin: 16px 0 0;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-actions .btn-primary {
  background: var(--tcgc-red);
  border-color: var(--tcgc-red);
}

.contact-actions .btn-primary:hover {
  background: var(--tcgc-yellow);
  border-color: var(--tcgc-yellow);
  color: var(--tcgc-blue-dark) !important;
}

.contact-actions .btn-outline-light {
  color: var(--tcgc-white) !important;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.contact-actions .btn-outline-light:hover {
  color: var(--tcgc-blue-dark) !important;
  border-color: var(--tcgc-white);
  background: var(--tcgc-white);
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.contact-meta i {
  color: var(--tcgc-yellow);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(216, 58, 47, 0.1);
  color: var(--tcgc-red);
  font-size: 22px;
}

.contact-card h3 {
  color: var(--tcgc-ink);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}

.contact-card p,
.contact-card a {
  color: var(--tcgc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.contact-card p {
  margin: 0;
}

.contact-card a {
  display: block;
  word-break: break-word;
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--tcgc-red);
}

.map-section {
  padding: 56px 0 68px;
  background: var(--tcgc-soft);
}

.map-shell {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--tcgc-line);
  border-radius: 8px;
  background: var(--tcgc-white);
  box-shadow: 0 14px 34px rgba(17, 33, 52, 0.1);
}

.map-details {
  display: grid;
  align-content: center;
  padding: 28px;
  border-right: 1px solid var(--tcgc-line);
}

.map-details h2 {
  color: var(--tcgc-ink);
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 10px;
}

.map-details p {
  color: var(--tcgc-muted);
  margin: 0;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* Subpages */
.subpage-hero {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: var(--tcgc-white);
}

.subpage-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 56, 107, 0.92), rgba(6, 90, 159, 0.58));
}

.subpage-hero .container {
  position: relative;
  z-index: 1;
}

.subpage-hero-content {
  max-width: 720px;
  padding: 54px 0;
}

.subpage-hero-content span {
  color: var(--tcgc-yellow);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.subpage-hero-content h1 {
  color: var(--tcgc-white);
  font-size: 42px;
  font-weight: 900;
  margin: 8px 0 10px;
}

.subpage-hero-content p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin: 0;
}

.courses-listing {
  background: var(--tcgc-soft);
}

/* Gallery */
.gallery-container {
  padding: 0;
}

.gallery-card {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--tcgc-white);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(17, 33, 52, 0.1);
  cursor: pointer;
}

.gallery-thumb {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.gallery-card:hover .gallery-thumb {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1080;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(9, 18, 32, 0.88);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-content {
  position: relative;
  width: min(94vw, 1000px);
  max-height: 90vh;
}

.gallery-lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  background: var(--tcgc-ink);
}

.gallery-lightbox .close-btn,
.gallery-lightbox .prev-btn,
.gallery-lightbox .next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--tcgc-ink);
  font-size: 24px;
  line-height: 1;
  z-index: 2;
}

.gallery-lightbox .close-btn {
  top: 12px;
  right: 12px;
}

.gallery-lightbox .prev-btn {
  left: 12px;
}

.gallery-lightbox .next-btn {
  right: 12px;
}

.gallery-lightbox .close-btn:hover,
.gallery-lightbox .prev-btn:hover,
.gallery-lightbox .next-btn:hover {
  background: var(--tcgc-red);
  color: var(--tcgc-white);
}

/* Bootstrap modal reset after legacy gallery styles */
.modal.fade {
  background: rgba(9, 18, 32, 0.52);
  justify-content: initial;
  align-items: initial;
}

.modal.fade .modal-content {
  width: auto;
  max-width: none;
  padding: 0;
  background: var(--tcgc-white);
  border: 0;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 20px 48px rgba(9, 18, 32, 0.24);
}

.modal.fade .modal-header {
  border-bottom: 1px solid var(--tcgc-line);
}

.modal.fade .modal-title {
  color: var(--tcgc-ink);
  font-weight: 900;
}

.modal.fade .modal-body {
  color: var(--tcgc-muted);
  text-align: center;
  padding: 24px;
}

/* Footer */
.footer {
  background: #111c29;
  color: var(--tcgc-white);
  padding: 56px 0 0;
  text-align: left;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1.2fr 0.7fr;
  gap: 28px;
}

.footer h5 {
  color: var(--tcgc-white);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer h5::after {
  display: none;
}

.footer-brand img {
  width: 178px;
  max-height: 66px;
  object-fit: contain;
  background: var(--tcgc-white);
  border-radius: 8px;
  padding: 6px 10px;
  margin-bottom: 16px;
}

.footer p,
.footer span,
.footer a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.tcgc-site .footer a,
.tcgc-site .footer-contact span {
  color: rgba(255, 255, 255, 0.9) !important;
}

.tcgc-site .footer-links a {
  color: #dcecff !important;
}

.tcgc-site .footer-contact a {
  color: #ffffff !important;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: var(--tcgc-yellow) !important;
}

.footer-contact a,
.footer-contact span {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  word-break: break-word;
}

.footer-contact i {
  color: var(--tcgc-yellow);
  margin-top: 4px;
}

.social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--tcgc-white);
  margin: 0;
}

.social-icons a:hover {
  background: var(--tcgc-red);
  color: var(--tcgc-white);
  transform: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 38px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom a {
  color: var(--tcgc-white);
  font-weight: 800;
}

.whatsapp-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  border-radius: 50%;
  background: #25d366;
  color: var(--tcgc-white) !important;
  font-size: 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.whatsapp-button:hover {
  transform: translateY(-2px);
  color: var(--tcgc-white) !important;
}

@media (max-width: 1199.98px) {
  .site-logo img {
    width: 150px;
  }

  .site-navbar .site-navigation .site-menu > li > a,
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    font-size: 14px;
    padding: 9px 8px;
  }

  .hero-banner {
    height: 560px;
  }

  .universities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 94px;
  }

  .navbar-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-navigation {
    display: none;
  }

  .hero-banner {
    height: 470px;
  }

  .hero-action-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-actions,
  .hero-trust {
    justify-content: flex-start;
  }

  .universities-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .universities-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .universities-highlights div {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .testimonials-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-layout,
  .map-shell {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    max-width: 760px;
  }

  .map-details {
    border-right: 0;
    border-bottom: 1px solid var(--tcgc-line);
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .site-section {
    padding: 48px 0;
  }

  .topbar-inner,
  .topbar-contact {
    justify-content: center;
    text-align: center;
  }

  .topbar-contact a {
    font-size: 13px;
  }

  .topbar-badge {
    width: 100%;
    text-align: center;
  }

  .site-logo img {
    width: 132px;
  }

  .hero-area {
    padding-bottom: 34px;
  }

  .hero-banner {
    height: 360px;
  }

  .hero-slide .owl-nav {
    display: none;
  }

  .hero-action-panel {
    margin-top: -18px;
    padding: 16px;
  }

  .hero-action-copy strong {
    font-size: 19px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .universities-section {
    padding: 54px 0;
  }

  .universities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .universities-highlights {
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding: 54px 0;
  }

  .testimonials-head {
    gap: 22px;
    margin-bottom: 22px;
  }

  .testimonial-carousel.owl-carousel .owl-item {
    padding: 8px;
  }

  .contact-band {
    padding: 54px 0;
  }

  .contact-layout {
    gap: 26px;
  }

  .contact-grid {
    gap: 12px;
  }

  .map-section {
    padding: 42px 0 54px;
  }

  .map-details {
    padding: 22px;
  }

  .subpage-hero {
    min-height: 260px;
  }

  .subpage-hero-content h1 {
    font-size: 32px;
  }

  .course-1-item figure img,
  .course-section img {
    height: 190px;
  }

  .gallery-thumb {
    height: 230px;
  }

  .map-frame iframe {
    height: 320px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  body.tcgc-site {
    font-size: 15px;
  }

  .hero-banner {
    height: 300px;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feature-1.service-card,
  .contact-card,
  .course-section-body,
  .course-1-item .course-1-content {
    padding: 18px;
  }

  .section-title-underline,
  .section-title-underline1 {
    font-size: 28px;
  }

  .universities-head {
    gap: 22px;
    margin-bottom: 24px;
  }

  .universities-grid {
    grid-template-columns: 1fr;
  }

  .university-card {
    min-height: 0;
    grid-template-rows: 132px auto;
  }

  .university-logo-frame {
    min-height: 132px;
    padding: 18px;
  }

  .university-logo-frame img {
    height: 94px;
  }

  .testimonials-note {
    padding: 16px;
  }

  .testimonial-card {
    min-height: 0;
    padding: 20px;
  }

  .testimonial-person {
    align-items: flex-start;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .contact-card {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .contact-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .map-details h2 {
    font-size: 24px;
  }

  .gallery-lightbox {
    padding: 12px;
  }

  .gallery-lightbox .prev-btn,
  .gallery-lightbox .next-btn {
    width: 38px;
    height: 38px;
  }

  .whatsapp-button {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
    font-size: 25px;
  }
}
