@font-face {
  font-family: "AlbulaPro";
  src: url("../fonts/ALBULAPRO-REGULAR.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlbulaPro";
  src: url("../fonts/ALBULAPRO-MEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlbulaPro";
  src: url("../fonts/ALBULAPRO-BOLD.OTF") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Oscine";
  src: url("../fonts/SVN-OSCINE.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Oscine";
  src: url("../fonts/SVN-OSCINEBOLD.OTF") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  color: black;
  background: white;
  font-family: "SVN-Oscine", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1150px;
}

.breadcrumb {
  padding: 0;
  background: #f7f7f7;
  margin: 0;
  border-radius: 0;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 5px;
  font-size: 15px;
}
.breadcrumb ul li a {
  font-weight: 500;
  color: black;
  font-size: 15px;
  display: inline-block;
}
.breadcrumb ul li a:after {
  content: "\f105";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb ul li strong {
  font-weight: normal;
  font-size: 15px;
}
.breadcrumb ul li:last-child a::after {
  display: none;
}

article {
  font-size: 16px;
}
article .entry-title {
  font-size: 25px;
  font-weight: bold;
  color: #002B49;
  font-family: "SVN-Oscine", sans-serif;
  margin-bottom: 20px;
}
article img {
  max-width: 100%;
  height: auto !important;
}
article table {
  max-width: 100%;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article table tbody tr:nth-child(odd) {
  background: #f5f5f5;
  font-size: 14px;
}
article table tbody tr:nth-child(even) {
  background: #fff;
  font-size: 14px;
}
article table tbody td {
  border: 1px solid #eaeaea;
  padding: 10px;
}
article table tbody p {
  margin: 3px 0;
}

.single-template .entry-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.single-template .entry-content {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.single-template .entry-content p {
  margin-bottom: 15px;
}
.single-template .entry-content h2,
.single-template .entry-content h3,
.single-template .entry-content h4 {
  color: #002B49;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-template .entry-content ul,
.single-template .entry-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.single-template .related {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #eee;
}
.single-template .related .title {
  font-size: 22px;
  font-weight: bold;
  color: #002B49;
  margin-bottom: 20px;
  font-family: "SVN-Oscine", sans-serif;
}
.single-template .related .item {
  margin-bottom: 20px;
}
.single-template .related .item a {
  display: block;
}
.single-template .related .item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.single-template .related .item:hover img {
  transform: scale(1.03);
}
.single-template .related .item h4 {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
.single-template .related .item h4 a {
  color: #002B49;
  font-weight: 600;
  transition: color 0.3s;
}
.single-template .related .item h4 a:hover {
  color: #E31B23;
}

.page-template .entry-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.page-template .entry-content {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.page-template .entry-content p {
  margin-bottom: 15px;
}
.page-template .entry-content h2,
.page-template .entry-content h3,
.page-template .entry-content h4 {
  color: #002B49;
  margin-top: 25px;
  margin-bottom: 15px;
}
.page-template .entry-content img {
  border-radius: 8px;
}
.page-template .entry-content ul,
.page-template .entry-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}

.archive-template .page-title {
  font-size: 28px;
  font-weight: bold;
  color: #002B49;
  font-family: "SVN-Oscine", sans-serif;
}
.archive-template .archive-description {
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
}
.archive-template .archive-posts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.archive-template .archive-post-item {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.archive-template .archive-post-item .row {
  align-items: stretch;
  height: 220px;
}
.archive-template .archive-post-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.archive-template .archive-post-item:hover .archive-post-title a {
  color: #E31B23;
}
.archive-template .archive-post-item:hover .archive-post-img img {
  transform: scale(1.05);
}
.archive-template .archive-post-img {
  display: block;
  height: 100%;
  overflow: hidden;
}
.archive-template .archive-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.archive-template .archive-post-content {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.archive-template .archive-post-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  font-family: "SVN-Oscine", sans-serif;
}
.archive-template .archive-post-title a {
  color: #002B49;
  transition: color 0.3s;
}
.archive-template .archive-post-title a:hover {
  color: #E31B23;
}
.archive-template .archive-post-date {
  font-size: 14px;
  color: #888;
  margin: 0 0 12px;
}
.archive-template .archive-post-date i {
  margin-right: 6px;
  color: #E31B23;
}
.archive-template .archive-post-excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive-template .archive-post-readmore {
  display: inline-block;
  font-size: 14px;
  color: #002B49;
  border: 1px solid #ddd;
  padding: 6px 18px;
  border-radius: 4px;
  transition: all 0.3s;
  align-self: flex-start;
}
.archive-template .archive-post-readmore:hover {
  background: #002B49;
  color: #FFFFFF;
  border-color: #002B49;
}
@media (max-width: 767px) {
  .archive-template .archive-post-img img {
    min-height: 180px;
    max-height: 220px;
  }
  .archive-template .archive-post-content {
    padding: 15px 20px;
  }
  .archive-template .archive-post-title {
    font-size: 17px;
  }
}

.paginate {
  text-align: center;
  margin-top: 30px;
}
.paginate ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}
.paginate ul li {
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 5px;
  border-radius: 4px;
}
.paginate ul li a {
  font-size: 14px;
  color: #002B49;
}
.paginate ul .active {
  background-color: #E31B23;
  border-color: #E31B23;
  color: white;
}

.sidebar {
  padding-top: 10px;
}
.sidebar.sticky-top {
  top: 90px;
}
.sidebar .sidebar-news {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.sidebar .sidebar-heading {
  font-size: 20px;
  font-weight: bold;
  color: #002B49;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #E31B23;
  font-family: "SVN-Oscine", sans-serif;
  margin-top: 0;
}
.sidebar .sidebar-news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar .sidebar-news-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.sidebar .sidebar-news-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .sidebar-news-item .sidebar-news-img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar .sidebar-news-item .sidebar-news-img img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-news-item .sidebar-news-img:hover img {
  transform: scale(1.05);
}
.sidebar .sidebar-news-item .sidebar-news-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .sidebar-news-item .sidebar-news-title a {
  color: #002B49;
  transition: color 0.3s;
}
.sidebar .sidebar-news-item .sidebar-news-title a:hover {
  color: #E31B23;
}
.sidebar .sidebar-news-item .sidebar-news-date {
  font-size: 12px;
  color: #999;
}
.sidebar .widget {
  margin-bottom: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.sidebar .widget h2,
.sidebar .widget h3,
.sidebar .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  color: #002B49;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E31B23;
  font-family: "SVN-Oscine", sans-serif;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.sidebar .widget ul li:last-child {
  border-bottom: 0;
}
.sidebar .widget ul li a {
  color: #333333;
  font-size: 14px;
  transition: color 0.3s;
}
.sidebar .widget ul li a:hover {
  color: #E31B23;
}

.modal.bd-example-modal-xl {
  top: inherit;
  right: inherit;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  z-index: 10001;
}
.modal.bd-example-modal-xl p {
  margin: 0;
}
.modal.bd-example-modal-xl .modal-title {
  text-align: center;
  text-transform: uppercase;
}
.modal.bd-example-modal-xl .modal-content {
  border: 1px dotted #E31B23;
}
.modal.bd-example-modal-xl .content {
  padding: 15px;
}
.modal.bd-example-modal-xl .content ul {
  padding: 0;
}
.modal.bd-example-modal-xl .content ul li {
  list-style: none;
  margin: 5px 0;
}
.modal.bd-example-modal-xl .content ul li i {
  color: #E31B23;
  margin-right: 5px;
  font-size: 20px;
}
.modal.bd-example-modal-xl .content ul li a {
  font-size: 16px;
  color: #333;
}
.modal.bd-example-modal-xl .content p {
  margin: 0;
  text-align: center;
}
.modal.bd-example-modal-xl .content p .btn {
  display: inline-block;
  background: #E31B23;
  color: white;
}

.fixbottom {
  position: fixed;
  background-color: #E31B23;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  padding: 5px;
  height: 40px;
}
.fixbottom .row {
  margin: 0px;
}
.fixbottom .row [class*=col-] {
  padding: 0px;
}
.fixbottom marquee {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: white;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
.fixbottom .phone {
  color: white;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.fixbottom .dkxt {
  float: right;
  color: white;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  display: block;
  position: relative;
  padding-right: 20px;
}
.fixbottom .dkxt:after {
  position: absolute;
  content: url("../images/dkxt.png");
  top: 5px;
  right: 0;
}

.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #20305e;
}
.fix ul {
  margin: 5px;
  padding: 0;
  text-align: center;
}
.fix ul li {
  list-style: none;
  display: inline-block;
}
.fix ul li a {
  display: inline-block;
  background: #E31B23;
  border-radius: 5px;
  padding: 10px;
  color: white;
}
.fix ul li a i {
  font-size: 18px;
}

.header-main {
  background: #FFFFFF;
  z-index: 1100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.header-main .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .header-logo img {
  max-height: 45px;
  margin: 20px 0;
}
.header-main .desktop-menu {
  align-self: flex-end;
}
.header-main .desktop-menu .main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 20px;
}
.header-main .desktop-menu .main-menu > li {
  position: relative;
  bottom: 0px;
}
.header-main .desktop-menu .main-menu > li > a {
  color: #002B49;
  font-weight: bold;
  font-size: 16px;
  font-family: "SVN-Oscine", sans-serif;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  padding: 20px 0 30px;
  transition: color 0.3s;
}
.header-main .desktop-menu .main-menu > li > a:hover {
  color: #E31B23;
}
.header-main .desktop-menu .main-menu > li.menu-cta {
  margin-left: 20px;
}
.header-main .desktop-menu .main-menu > li.menu-cta a {
  background: transparent;
  border: 2px solid #002B49;
  padding: 8px 15px;
  border-radius: 4px;
  color: #002B49;
}
.header-main .desktop-menu .main-menu > li.menu-cta a:hover {
  background: #002B49;
  color: #FFFFFF;
}
.header-main .desktop-menu .main-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.header-main .desktop-menu .main-menu > li .sub-menu {
  position: absolute;
  width: 260px;
  text-align: left;
  top: 74px;
  left: 0;
  padding: 10px 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 11043;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid #E31B23;
}
.header-main .desktop-menu .main-menu > li .sub-menu li {
  text-align: left;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}
.header-main .desktop-menu .main-menu > li .sub-menu li::after {
  display: none !important;
}
.header-main .desktop-menu .main-menu > li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-main .desktop-menu .main-menu > li .sub-menu li a {
  width: 100%;
  display: block;
  color: #333 !important;
  text-transform: none;
  padding: 10px 0;
  text-decoration: none;
  color: #002B49;
  font-weight: bold;
  font-size: 16px;
  font-family: "SVN-Oscine", sans-serif;
  background: none;
}
.header-main .desktop-menu .main-menu > li .sub-menu li a:hover {
  color: #E31B23 !important;
  background: rgba(227, 27, 35, 0.05);
  padding-left: 5px;
  transition: all 0.3s;
}
.header-main .mobile-menu-toggle {
  display: none;
}

.mobile-nav,
.mobile-nav-overlay {
  display: none;
}

@media (max-width: 991px) {
  .header-main .desktop-menu {
    display: none;
  }
  .header-main .mobile-menu-toggle {
    display: flex;
    font-size: 20px;
    color: #002B49;
    cursor: pointer;
    padding: 5px;
  }
  .mobile-nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1020;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1021;
    width: 300px;
    height: 100%;
    background: #FFFFFF;
    transform: translateX(-300px);
    transition: transform 0.4s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .mobile-nav.active {
    transform: translateX(0);
  }
  .mobile-nav .mobile-nav-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .mobile-nav .mobile-nav-header .mobile-logo img {
    max-height: 40px;
    width: auto;
  }
  .mobile-nav .mobile-nav-header .mobile-menu-close {
    font-size: 24px;
    color: #E31B23;
    cursor: pointer;
  }
  .mobile-nav .mobile-menu-container {
    padding: 10px 0;
  }
  .mobile-nav .mobile-menu-container .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li a {
    display: block;
    padding: 12px 20px;
    color: #002B49;
    font-family: "SVN-Oscine", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li a:hover {
    color: #E31B23;
    background: #fbfbfb;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .menu-accordion-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    color: #002B49;
    transition: transform 0.3s;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .menu-accordion-toggle.active {
    transform: rotate(180deg);
    color: #E31B23;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .menu-accordion-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    display: none;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .sub-menu li {
    border-bottom: none;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .sub-menu li a {
    padding: 10px 20px 10px 35px;
    font-family: "SVN-Oscine", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: #002B49;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .sub-menu li a:hover {
    padding-left: 40px;
    color: #E31B23;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .sub-menu li .sub-menu {
    background: #f0f0f0;
  }
  .mobile-nav .mobile-menu-container .mobile-menu li .sub-menu li .sub-menu li a {
    padding-left: 50px;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.orange {
  color: #fa4349 !important;
  margin-left: 2px;
}

.section-padding {
  padding: clamp(20px, 8vw, 60px) 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.section-title {
  margin-bottom: 20px;
  text-align: left;
}
.section-title h2 {
  font-family: "SVN-Oscine", sans-serif;
  font-weight: bold;
  color: #1a449e;
  position: relative;
  display: inline-block;
  font-size: 35px;
  letter-spacing: -0.3px;
}
.section-title p {
  margin-top: 12px;
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 15px;
  }
}

.hero-section {
  height: clamp(450px, 50vh, 100vh);
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: clamp(0px, 12vw, 80px);
  overflow: hidden;
}
.hero-section .slider-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: auto !important;
}
.hero-section .slider-items,
.hero-section .slider-items .slide-adv,
.hero-section .slider-items .owl-carousel,
.hero-section .slider-items .owl-stage-outer,
.hero-section .slider-items .owl-stage,
.hero-section .slider-items .owl-item {
  height: 100% !important;
}
.hero-section .slider-items .owl-carousel {
  z-index: auto !important;
}
.hero-section .slider-items .slide-item {
  height: 100%;
}
@media (max-width: 767px) {
  .hero-section .slider-items .slide-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.hero-section .slider-items .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-section .slider-items .slide-item img {
    width: 100%;
    height: 250px;
  }
}
.hero-section .slider-items .owl-nav {
  margin: 0;
}
.hero-section .slider-items .owl-nav .owl-prev,
.hero-section .slider-items .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8) !important;
  width: clamp(32px, 4vw, 44px);
  height: clamp(32px, 4vw, 44px);
  line-height: 1;
  font-size: clamp(16px, 2vw, 24px) !important;
  margin: 0 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50% !important;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10 !important;
}
.hero-section .slider-items .owl-nav .owl-prev:hover,
.hero-section .slider-items .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.hero-section .slider-items .owl-nav .owl-prev {
  left: clamp(10px, 2vw, 60px);
}
.hero-section .slider-items .owl-nav .owl-next {
  right: clamp(10px, 2vw, 60px);
  left: auto;
}
.hero-section .slider-items .owl-dots {
  position: absolute;
  bottom: clamp(10px, 2vw, 30px);
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  z-index: 99 !important;
}
.hero-section .slider-items .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.hero-section .slider-items .owl-theme .owl-dots .owl-dot.active span,
.hero-section .slider-items .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 50%;
}
.hero-section .slider-items:hover .owl-prev,
.hero-section .slider-items:hover .owl-next {
  visibility: visible;
  opacity: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 85%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.hero-section .container {
  position: relative;
  z-index: 3;
}
.hero-section .hero-content {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 20px);
  width: 100%;
  z-index: 3;
}
.hero-section .hero-content h1 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: clamp(24px, 4vw + 0.5rem, 56px);
  font-weight: bold;
  line-height: 1.15;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  max-width: 100%;
}
.hero-section .hero-content .btn-discovery {
  display: inline-flex;
  align-items: center;
  background: #E31B23;
  color: #FFFFFF;
  padding: clamp(8px, 1.2vw, 10px) clamp(8px, 1.2vw, 10px) clamp(8px, 1.2vw, 10px) clamp(18px, 2.5vw, 30px);
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(13px, 1.6vw, 18px);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 1s ease-out;
}
.hero-section .hero-content .btn-discovery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
  z-index: -1;
}
.hero-section .hero-content .btn-discovery::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: clamp(32px, 4vw, 45px);
  height: clamp(32px, 4vw, 45px);
  background: #FFFFFF;
  color: #E31B23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: clamp(10px, 1.5vw, 20px);
  font-size: clamp(10px, 1.2vw, 14px);
  position: relative;
  z-index: 2;
  transition: background-color 1s ease-out, color 1s ease-out;
}
.hero-section .hero-content .btn-discovery i {
  display: none;
}
.hero-section .hero-content .btn-discovery:hover {
  color: #E31B23;
}
.hero-section .hero-content .btn-discovery:hover::before {
  transform: scaleX(1);
}
.hero-section .hero-content .btn-discovery:hover::after {
  background-color: #E31B23;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-section .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hero-section .hero-content h1 {
    max-width: 60%;
  }
  .hero-section .slider-items .slide-item {
    width: 100%;
    height: auto;
  }
  .hero-section .slider-items .owl-nav .owl-prev,
  .hero-section .slider-items .owl-nav .owl-next {
    visibility: hidden;
    opacity: 0;
  }
  .hero-section {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    height: 100vh;
    min-height: 600px;
  }
}

.programs-section .folder-card-wrapper {
  display: block;
  height: 100%;
  text-decoration: none;
}
.programs-section .folder-card-wrapper:hover .folder-card h3 {
  color: #E31B23;
  font-family: "SVN-Oscine", sans-serif;
}
.programs-section .folder-card-wrapper:hover .folder-card .arrow-icon {
  background: #ff1a1a;
}
.programs-section .folder-card-wrapper:hover .folder-card .arrow-icon i {
  transform: rotate(0deg);
}
.programs-section .folder-card {
  position: relative;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.programs-section .folder-card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: clamp(320px, 35vh, 400px);
  padding: clamp(40px, 4vw, 50px) clamp(25px, 3vw, 40px) 25px;
  background-image: url("../img/new/TAFE Folder.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.programs-section .folder-card .card-body h3 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: bold;
  color: #002B49;
  line-height: 1.25;
  max-width: 60%;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.5em;
}
.programs-section .folder-card .card-body .program-image {
  width: 100%;
  margin-top: auto;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.programs-section .folder-card .card-body .program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  position: relative;
  bottom: 8px;
}
.programs-section .folder-card .arrow-icon {
  position: absolute;
  top: clamp(15px, 2vw, 20px);
  right: clamp(15px, 2vw, 25px);
  width: clamp(55px, 6vw, 70px);
  height: clamp(55px, 6vw, 70px);
  background: #ff4d4d;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(26px, 3.5vw, 35px);
  z-index: 10;
  transition: all 0.3s ease;
}
.programs-section .folder-card .arrow-icon i {
  margin: 0;
  transform: rotate(-45deg);
  font-weight: 900;
  transition: transform 0.3s ease;
}
.programs-section .folder-card:hover .program-image img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .programs-section .folder-card .card-body {
    min-height: 350px;
    padding: 40px 30px 20px;
  }
}
@media (max-width: 767px) {
  .programs-section .section-title {
    text-align: center;
  }
  .programs-section .section-title h2 {
    font-size: 28px;
  }
  .programs-section .folder-card .card-body {
    min-height: 300px;
    padding: 35px 25px 15px;
  }
  .programs-section .folder-card .card-body h3 {
    font-size: 18px;
    max-width: 70%;
  }
  .programs-section .folder-card .arrow-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    top: 12px;
    right: 15px;
  }
}
@media (max-width: 575px) {
  .programs-section .folder-card .card-body {
    min-height: 280px;
    padding: 30px 20px 10px;
  }
  .programs-section .folder-card .card-body h3 {
    font-size: 17px;
  }
}

.student-life-section {
  background: #FFFFFF;
}
.student-life-section .masonry-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.2fr 0.6fr 1.2fr;
  gap: 20px;
  height: 500px;
}
.student-life-section .masonry-gallery .gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f0f0;
}
.student-life-section .masonry-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.student-life-section .masonry-gallery .gallery-item:hover::after {
  opacity: 1;
}
.student-life-section .masonry-gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.student-life-section .masonry-gallery .gallery-item.item-left-top {
  grid-row: 1/2;
  grid-column: 1/1;
}
.student-life-section .masonry-gallery .gallery-item.item-left-bottom {
  grid-row: 2/4;
  grid-column: 1/1;
}
.student-life-section .masonry-gallery .gallery-item.item-large {
  grid-row: 1/4;
  grid-column: 2/2;
}
.student-life-section .masonry-gallery .gallery-item.item-right-top {
  grid-row: 1/3;
  grid-column: 3/3;
}
.student-life-section .masonry-gallery .gallery-item.item-right-bottom {
  grid-row: 3/4;
  grid-column: 3/3;
}
.student-life-section .masonry-gallery .gallery-item .text-overlay {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
.student-life-section .masonry-gallery .gallery-item .text-overlay h2 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .student-life-section .masonry-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: auto;
  }
  .student-life-section .masonry-gallery .gallery-item {
    height: 250px;
    grid-area: auto !important;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large {
    grid-column: span 2;
    height: 350px;
    order: -1;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large .text-overlay {
    top: 30px;
    left: 30px;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large .text-overlay h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .student-life-section .masonry-gallery {
    grid-template-columns: 1fr;
    height: auto;
    gap: 15px;
  }
  .student-life-section .masonry-gallery .gallery-item {
    height: 200px;
    border-radius: 20px;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large {
    grid-column: span 1;
    height: 300px;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large .text-overlay {
    top: 25px;
    left: 25px;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large .text-overlay h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .student-life-section .masonry-gallery {
    grid-template-columns: 1fr;
  }
  .student-life-section .masonry-gallery .gallery-item.item-large {
    grid-column: span 1;
  }
  .student-life-section .gallery-item {
    border-radius: 20px;
  }
  .student-life-section .gallery-item .text-overlay h2 {
    font-size: 32px;
  }
}
.stats-section .stat-item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 20px;
}
.stats-section .stat-item h3,
.stats-section .stat-item p {
  margin: 0 auto;
}
.stats-section .stat-item h3 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E31B23;
  margin-top: 5px;
  margin-bottom: 5px;
}
.stats-section .stat-item p {
  font-size: 18px;
  color: #1E0F36;
  line-height: 1.4;
  margin-top: 5px;
  max-width: 200px;
  margin-bottom: 5px;
  text-align: center;
}

.environment-section {
  background: linear-gradient(to bottom, white 50%, #edf4fb 40%);
  position: relative;
}

.env-banner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 0;
}
.env-banner .env-student-img {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 110%;
  width: auto;
  z-index: 2;
  pointer-events: none;
}
.env-banner .env-overlay {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.env-banner .env-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 60%;
  height: 100%;
  padding: 40px 30px;
  margin-left: auto;
}
.env-banner .env-info {
  flex: 1;
  max-width: 500px;
  z-index: 3;
}
.env-banner .env-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: justify;
  color: #FFFFFF;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.2px;
}
.env-banner .env-main-content {
  flex: 1.4;
  max-width: 650px;
  padding-top: 5px;
  margin-left: auto;
}
.env-banner .env-header {
  margin-bottom: 20px;
}
.env-banner .env-tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.env-banner .env-tab {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "SVN-Oscine", sans-serif;
  font-size: 18px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0.7;
  cursor: pointer;
}
.env-banner .env-tab:hover {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}
.env-banner .env-tab.active {
  opacity: 1;
  font-weight: bold;
}
.env-banner .env-tab-indicator {
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.env-banner .env-body {
  width: 100%;
  padding: 10px 0 0 0;
}
.env-banner .env-tab-pane {
  display: none;
}
.env-banner .env-tab-pane.active {
  display: block;
  animation: envFadeInUp 0.6s ease forwards;
}
.env-banner .env-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.env-banner .env-grid .env-image {
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.env-banner .env-grid .env-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}
.env-banner .env-grid .env-image:hover img {
  transform: scale(1.1);
}

.news-section {
  background: linear-gradient(to bottom, #FFFFFF, #F5F2FA 10%, #F5F2FA 90%, #FFFFFF);
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .news-section .news-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .news-section .news-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .news-section .news-grid::-webkit-scrollbar {
    display: none;
  }
}
.news-section .news-card {
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-section .news-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
}
.news-section .news-card .news-card-link {
  display: flex;
  height: 100%;
  width: 100%;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  min-height: 150px;
}
@media (max-width: 767px) {
  .news-section .news-card .news-card-link {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
}
.news-section .news-card .news-img {
  flex: 5;
  height: 100%;
  padding: 12px;
}
@media (max-width: 767px) {
  .news-section .news-card .news-img {
    flex: none;
    width: 100%;
    height: 180px;
    padding: 0;
  }
}
.news-section .news-card .news-img img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .news-section .news-card .news-img img {
    border-radius: 12px 12px 0 0;
  }
}
.news-section .news-card .news-content {
  flex: 5;
  padding: 0px 40px 0px 20px;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-section .news-card .news-content {
    width: 100%;
    padding: 20px 25px 40px;
  }
}
.news-section .news-card .news-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1E0F36;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-section .news-card .news-content h3 {
    font-size: 16px;
  }
}
.news-section .news-card .news-content .date {
  font-size: 15px;
  color: #2D1B4E;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
}
.news-section .news-card .news-arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 25px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .news-section .news-card .news-arrow {
    display: none;
  }
}
.news-section .news-card .news-arrow img {
  width: 100%;
  height: auto;
  display: block;
}
.news-section .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.news-section .news-card:hover .news-content h3 {
  color: #E31B23;
}
.news-section .news-card:hover .news-arrow {
  transform: rotate(45deg);
}

@keyframes envFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .env-banner {
    height: auto;
    min-height: 0;
  }
  .env-banner .env-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
  .env-banner {
    padding: 40px 20px;
    border-radius: 25px;
    min-height: auto;
    flex-direction: column;
  }
  .env-banner .env-student-img {
    display: none;
  }
  .env-banner .env-overlay {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .env-banner .env-main-content {
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    text-align: center;
  }
  .env-banner .env-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .env-banner .env-tabs::-webkit-scrollbar {
    display: none;
  }
  .env-banner .env-tab {
    font-size: 15px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .env-banner .env-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .stat-item {
    margin-bottom: 30px;
  }
  .stat-item h3 {
    font-size: 26px;
  }
  .stat-item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0;
  }
  .programs-section .programs-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px !important;
  }
  .programs-section .programs-grid::-webkit-scrollbar {
    display: none;
  }
  .programs-section .programs-grid .col-lg-4 {
    flex: 0 0 85%;
    scroll-snap-align: center;
    margin-bottom: 0 !important;
  }
  .program-card .card-body h3 {
    font-size: 18px;
    left: 30px;
    top: 60px;
    max-width: 60%;
  }
  .env-banner {
    padding: 30px 15px;
    background-color: #f87171;
  }
  .env-banner .env-content-wrapper {
    width: 100%;
  }
  .env-banner .env-title {
    font-size: 18px;
  }
  .env-banner .env-tabs {
    gap: 15px;
    padding-bottom: 5px;
  }
  .env-banner .env-tab {
    font-size: 13px;
  }
  .env-banner .env-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.stats-section .row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.stats-section .row::-webkit-scrollbar {
  display: none;
}
.stats-section .row .col-md-2,
.stats-section .row .col-md-3 {
  flex: 0 0 60%;
  scroll-snap-align: center;
  margin-bottom: 0 !important;
}

.stat-item h3 {
  font-size: 20px;
}
.stat-item p {
  font-size: 14px;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 15px;
  }
  .env-banner .env-title {
    font-size: 20px;
  }
}
.partners-section {
  position: relative;
  background-color: #FFFFFF;
  background-position: center bottom;
}

.partners-logos {
  background-image: url("../img/earth/earth.png");
  background-size: 105%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-top: 60px;
}
@media (max-width: 1400px) {
  .partners-logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.partners-logos .col-partner {
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 110px;
}
.partners-logos .col-partner img {
  max-width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

.floating-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #E31B23;
  color: #FFFFFF;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "SVN-Oscine", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 25px rgba(227, 27, 35, 0.4);
  transition: all 0.3s;
  animation: ctaPulse 2s ease-in-out infinite;
}
.floating-cta img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.floating-cta:hover {
  background: #1E0F36;
  color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(30, 15, 54, 0.4);
  transform: translateY(-2px);
  animation: none;
}
@media (max-width: 767px) {
  .floating-cta {
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    justify-content: center;
    padding: 16px 20px;
    font-size: 14px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    animation: none;
  }
}

@keyframes ctaPulse {
  0%, 100% {
    box-shadow: 0 6px 25px rgba(227, 27, 35, 0.4);
  }
  50% {
    box-shadow: 0 6px 35px rgba(227, 27, 35, 0.6);
  }
}
.partners-section .container {
  position: relative;
}

@media (max-width: 1300px) {
  .partners-logos .owl-nav button.owl-prev {
    left: -20px;
  }
  .partners-logos .owl-nav button.owl-next {
    right: -20px;
  }
}
.tafe-subpage {
  background: #fafbfd;
  min-height: 60vh;
}
.tafe-subpage .subpage-sidebar {
  top: 100px;
  padding: 0;
  margin-bottom: 30px;
}
.tafe-subpage .subpage-sidebar .sidebar-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(135deg, #002B49 0%, rgb(0, 18.9671232877, 32.2) 100%);
  padding: 18px 22px;
  margin: 0;
  border-radius: 12px 12px 0 0;
  letter-spacing: 0.3px;
  position: relative;
}
.tafe-subpage .subpage-sidebar .sidebar-title a {
  color: #FFFFFF;
  transition: opacity 0.3s;
}
.tafe-subpage .subpage-sidebar .sidebar-title a:hover {
  opacity: 0.85;
}
.tafe-subpage .subpage-sidebar .sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  background: #E31B23;
  border-radius: 2px;
}
.tafe-subpage .subpage-sidebar .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li {
  margin: 0;
  border-bottom: 1px solid #f0f1f5;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li:last-child {
  border-bottom: none;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li a {
  display: flex;
  align-items: center;
  padding: 14px 22px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #E31B23;
  transition: width 0.3s ease;
  border-radius: 0 3px 3px 0;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li a:hover {
  color: #E31B23;
  background: rgba(227, 27, 35, 0.04);
  padding-left: 28px;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li a:hover::before {
  width: 4px;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li.current_page_item > a, .tafe-subpage .subpage-sidebar .sidebar-menu li.current_page_ancestor > a {
  color: #E31B23;
  font-weight: 600;
  background: rgba(227, 27, 35, 0.06);
  padding-left: 28px;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li.current_page_item > a::before, .tafe-subpage .subpage-sidebar .sidebar-menu li.current_page_ancestor > a::before {
  width: 4px;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li .children li {
  border-bottom: 1px solid #f5f5f8;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li .children li a {
  padding-left: 40px;
  font-size: 14px;
  color: rgb(89.25, 89.25, 89.25);
}
.tafe-subpage .subpage-sidebar .sidebar-menu li .children li a:hover {
  padding-left: 46px;
}
.tafe-subpage .subpage-sidebar .sidebar-menu li .children li.current_page_item > a {
  padding-left: 46px;
}
.tafe-subpage article .entry-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}
.tafe-subpage article .entry-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #E31B23;
  border-radius: 2px;
}
.tafe-subpage article .entry-header .entry-title {
  font-size: 30px;
  font-weight: bold;
  color: #002B49;
  font-family: "SVN-Oscine", sans-serif;
  line-height: 1.3;
  margin: 0;
}
.tafe-subpage article .entry-content {
  line-height: 1.85;
  font-size: 16px;
  color: #444;
}
.tafe-subpage article .entry-content p {
  margin-bottom: 16px;
}
.tafe-subpage article .entry-content h2,
.tafe-subpage article .entry-content h3,
.tafe-subpage article .entry-content h4 {
  color: #002B49;
  font-family: "SVN-Oscine", sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.tafe-subpage article .entry-content h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef0f5;
  position: relative;
}
.tafe-subpage article .entry-content h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #E31B23;
}
.tafe-subpage article .entry-content h3 {
  font-size: 20px;
}
.tafe-subpage article .entry-content h4 {
  font-size: 18px;
}
.tafe-subpage article .entry-content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 10px;
}
.tafe-subpage article .entry-content ul,
.tafe-subpage article .entry-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
}
.tafe-subpage article .entry-content ul li,
.tafe-subpage article .entry-content ol li {
  margin-bottom: 6px;
}
.tafe-subpage article .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}
.tafe-subpage article .entry-content table thead tr {
  background: #002B49;
}
.tafe-subpage article .entry-content table thead tr th {
  color: #FFFFFF;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.tafe-subpage article .entry-content table tbody tr:nth-child(odd) {
  background: #f9fafb;
}
.tafe-subpage article .entry-content table tbody tr:nth-child(even) {
  background: #FFFFFF;
}
.tafe-subpage article .entry-content table tbody tr:hover {
  background: rgba(0, 111, 180, 0.05);
}
.tafe-subpage article .entry-content table tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #eef0f5;
}
.tafe-subpage .subpage-form {
  margin-top: 50px;
  margin-bottom: 20px;
}
.tafe-subpage .subpage-form .form-inner {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 43, 73, 0.08);
  position: relative;
}
.tafe-subpage .subpage-form .form-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #E31B23 0%, #f25164 50%, #006FB4 100%);
}
.tafe-subpage .subpage-form .form-header {
  text-align: center;
  padding: 35px 30px 20px;
  background: linear-gradient(135deg, rgba(0, 43, 73, 0.03) 0%, rgba(0, 111, 180, 0.05) 100%);
}
.tafe-subpage .subpage-form .form-header .form-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #E31B23 0%, #f25164 100%);
  color: #FFFFFF;
  font-size: 22px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(227, 27, 35, 0.3);
}
.tafe-subpage .subpage-form .form-header .form-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #002B49;
  margin: 0 0 8px;
}
.tafe-subpage .subpage-form .form-header .form-subtitle {
  color: rgb(114.75, 114.75, 114.75);
  font-size: 15px;
  margin: 0;
}
.tafe-subpage .subpage-form .form-body {
  padding: 25px 30px 35px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-form > p {
  flex: 1 1 calc(50% - 10px);
  min-width: 250px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-form > p:has(textarea),
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-form > p:has(.wpcf7-submit),
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-form > p:last-of-type {
  flex: 1 1 100%;
}
.tafe-subpage .subpage-form .form-body .wpcf7 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #002B49;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=text],
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=email],
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=tel],
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=url],
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=number],
.tafe-subpage .subpage-form .form-body .wpcf7 select,
.tafe-subpage .subpage-form .form-body .wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e8ecf2;
  border-radius: 10px;
  font-size: 15px;
  font-family: "SVN-Oscine", sans-serif;
  color: #333333;
  background: #fafbfd;
  transition: all 0.3s ease;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=text]::placeholder,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=email]::placeholder,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=tel]::placeholder,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=url]::placeholder,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=number]::placeholder,
.tafe-subpage .subpage-form .form-body .wpcf7 select::placeholder,
.tafe-subpage .subpage-form .form-body .wpcf7 textarea::placeholder {
  color: #b0b8c4;
}
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=text]:focus,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=email]:focus,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=tel]:focus,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=url]:focus,
.tafe-subpage .subpage-form .form-body .wpcf7 input[type=number]:focus,
.tafe-subpage .subpage-form .form-body .wpcf7 select:focus,
.tafe-subpage .subpage-form .form-body .wpcf7 textarea:focus {
  border-color: #006FB4;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(0, 111, 180, 0.1);
}
.tafe-subpage .subpage-form .form-body .wpcf7 select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 30px;
  background: linear-gradient(135deg, #E31B23 0%, #f25164 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  font-family: "SVN-Oscine", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(227, 27, 35, 0.25);
  margin-top: 10px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(227, 27, 35, 0.35);
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-submit:active {
  transform: translateY(0);
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-not-valid {
  border-color: #E31B23 !important;
  background: rgba(227, 27, 35, 0.02);
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #E31B23;
  margin-top: 4px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-response-output {
  border-radius: 10px !important;
  padding: 12px 18px !important;
  margin: 15px 0 0 !important;
  font-size: 14px;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-mail-sent-ok {
  border-color: #27ae60 !important;
  background: rgba(39, 174, 96, 0.05);
  color: #27ae60;
}
.tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-spinner {
  display: none;
}

@media (max-width: 991px) {
  .tafe-subpage .subpage-sidebar {
    position: relative !important;
    top: auto !important;
    margin-bottom: 25px;
  }
  .tafe-subpage .subpage-sidebar .sidebar-title {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    padding: 15px 18px;
  }
  .tafe-subpage .subpage-sidebar .sidebar-menu {
    border-radius: 0 0 10px 10px;
  }
  .tafe-subpage .subpage-sidebar .sidebar-menu li a {
    padding: 12px 18px;
    font-size: 14px;
  }
  .tafe-subpage .subpage-form .form-body {
    padding: 20px;
  }
  .tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-form > p {
    flex: 1 1 100%;
    min-width: unset;
  }
  .tafe-subpage .subpage-form .form-header {
    padding: 25px 20px 15px;
  }
  .tafe-subpage .subpage-form .form-header .form-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .tafe-subpage article .entry-header .entry-title {
    font-size: 24px;
  }
  .tafe-subpage .subpage-form {
    margin-top: 35px;
  }
  .tafe-subpage .subpage-form .form-inner {
    border-radius: 15px;
  }
  .tafe-subpage .subpage-form .form-header .form-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .tafe-subpage .subpage-form .form-body {
    padding: 15px;
  }
  .tafe-subpage .subpage-form .form-body .wpcf7 input[type=text],
  .tafe-subpage .subpage-form .form-body .wpcf7 input[type=email],
  .tafe-subpage .subpage-form .form-body .wpcf7 input[type=tel],
  .tafe-subpage .subpage-form .form-body .wpcf7 select,
  .tafe-subpage .subpage-form .form-body .wpcf7 textarea {
    padding: 10px 14px;
    font-size: 14px;
  }
  .tafe-subpage .subpage-form .form-body .wpcf7 .wpcf7-submit {
    padding: 12px 25px;
    font-size: 15px;
  }
}
.footer-main {
  background: #002B49;
  color: #FFFFFF;
  padding: 80px 0 0px;
  font-family: "SVN-Oscine", sans-serif;
}
.footer-main .footer-row {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 45px 0;
}
.footer-main .footer-row:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main .footer-sidebar {
  flex: 0 0 160px;
}
.footer-main .footer-sidebar .footer-logo img {
  width: 100%;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.footer-main .footer-content {
  flex: 1;
}
.footer-main .footer-content .footer-nav-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 2fr;
  gap: 70px;
  margin-bottom: 10px;
}
.footer-main .footer-content .footer-nav-section .footer-nav-col .footer-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-transform: none;
}
.footer-main .footer-content .footer-nav-section .footer-nav-col .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .footer-content .footer-nav-section .footer-nav-col .footer-links li {
  margin-bottom: 18px;
}
.footer-main .footer-content .footer-nav-section .footer-nav-col .footer-links li a {
  color: #FFFFFF;
  opacity: 0.75;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  line-height: 1.6;
  display: block;
}
.footer-main .footer-content .footer-nav-section .footer-nav-col .footer-links li a:hover {
  opacity: 1;
  color: #FFFFFF;
}
.footer-main .footer-content .footer-nav-section .footer-social-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-social a:nth-child(1) {
  background: #1877F2;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-social a:nth-child(2) {
  background: #FF0000;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-social a:nth-child(3) {
  background: #000000;
}
.footer-main .footer-content .footer-nav-section .footer-social-col .footer-social a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}
.footer-main .footer-content .footer-contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer-main .footer-content .footer-contact-section .footer-contact-info {
  flex: 1;
}
.footer-main .footer-content .footer-contact-section .footer-contact-info p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.7;
  opacity: 0.9;
}
.footer-main .footer-content .footer-contact-section .footer-contact-info p strong {
  font-weight: bold;
  margin-right: 5px;
}
.footer-main .footer-content .footer-contact-section .footer-contact-info .footer-org-info {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-main .footer-content .footer-contact-section .footer-contact-info .footer-org-info .org-info-column {
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.footer-main .footer-content .footer-contact-section .footer-contact-info .footer-org-info .org-info-column p {
  font-size: 18px;
  opacity: 0.7;
  margin: 0;
}
.footer-main .footer-content .footer-contact-section .footer-action .btn-register {
  display: inline-block;
  padding: 12px 25px;
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.footer-main .footer-content .footer-contact-section .footer-action .btn-register:hover {
  background: #FFFFFF;
  color: #002B49;
}
.footer-main .footer-bottom-copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}
.footer-main .footer-bottom-copyright p {
  font-size: 14px;
  opacity: 0.6;
  margin: 0;
}

@media (max-width: 1200px) {
  .footer-main {
    padding-top: 20px;
  }
  .footer-main .footer-row {
    gap: 30px;
    padding-top: 0px;
  }
  .footer-main .footer-content .footer-nav-section {
    grid-template-columns: repeat(2, 1fr) 1.5fr;
    gap: 30px 20px;
  }
}
@media (max-width: 991px) {
  .footer-main .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-main .footer-sidebar {
    flex: 0 0 auto;
    margin-bottom: 30px;
  }
  .footer-main .footer-sidebar .footer-logo img {
    max-width: 150px;
  }
  .footer-main .footer-content {
    width: 100%;
  }
  .footer-main .footer-content .footer-nav-section {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }
  .footer-main .footer-content .footer-nav-section .footer-social-col {
    grid-column: span 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-main .footer-content .footer-nav-section .footer-social-col .footer-social {
    justify-content: flex-start;
    margin-right: 0;
  }
  .footer-main .footer-content .footer-contact-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-main .footer-content .footer-contact-section .footer-contact-info .footer-org-info {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer-main .footer-content .footer-nav-section {
    grid-template-columns: 1fr;
  }
  .footer-main .footer-content .footer-nav-section .footer-social-col {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .footer-main .footer-content .footer-nav-section .footer-social-col .footer-social {
    justify-content: flex-start;
    margin-right: 0;
  }
}
.contact-hero {
  background: #002B49;
  padding: 60px 0 50px;
  text-align: center;
}
.contact-hero h1 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.contact-hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-section {
  background: #f9f9fb;
}

.contact-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.contact-info-side {
  flex: 1;
  max-width: 480px;
}
.contact-info-side .contact-side-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #002B49;
  margin-bottom: 30px;
}

.contact-office {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.contact-office h3 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #002B49;
  margin-bottom: 15px;
}
.contact-office h3 i {
  color: #E31B23;
  margin-right: 8px;
}
.contact-office ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.contact-office ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact-office ul li i {
  color: #E31B23;
  margin-top: 4px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}
.contact-office ul li a {
  color: #E31B23;
  transition: opacity 0.3s;
}
.contact-office ul li a:hover {
  opacity: 0.7;
}
.contact-office .contact-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.contact-office .contact-map iframe {
  display: block;
}

.contact-quick-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}

.quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-radius: 12px;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.quick-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}
.quick-link .quick-link-text strong {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.quick-link .quick-link-text span {
  font-size: 15px;
  opacity: 0.9;
}
.quick-link i,
.quick-link img {
  font-size: 28px;
  flex-shrink: 0;
}
.quick-link--zalo {
  background: linear-gradient(135deg, #0068FF, #0052CC);
}
.quick-link--phone {
  background: linear-gradient(135deg, #F5A623, #E8930C);
}
.quick-link--messenger {
  background: linear-gradient(135deg, #00B2FF, #006AFF);
}

.contact-form-side {
  flex: 1;
  max-width: 560px;
  background: #FFFFFF;
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.contact-form-side .contact-form-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #002B49;
  margin-bottom: 5px;
}
.contact-form-side .contact-form-subtitle {
  font-size: 15px;
  color: #888;
  margin-bottom: 25px;
}

.contact-form .form-group {
  margin-bottom: 16px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  font-family: "SVN-Oscine", sans-serif;
  color: #333;
  background: #fafafa;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #E31B23;
  box-shadow: 0 0 0 3px rgba(227, 27, 35, 0.1);
  background: #FFFFFF;
}
.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact-form select:invalid {
  color: #aaa;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .btn-submit {
  width: 100%;
  padding: 16px;
  background: #E31B23;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  font-family: "SVN-Oscine", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  margin-top: 8px;
}
.contact-form .btn-submit:hover {
  background: rgb(190.537007874, 22.662992126, 29.3779527559);
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-info-side,
  .contact-form-side {
    max-width: 100%;
  }
  .contact-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .contact-hero {
    padding: 40px 0 30px;
  }
  .contact-hero h1 {
    font-size: 24px;
  }
  .contact-hero p {
    font-size: 15px;
  }
  .contact-form-side {
    padding: 25px 20px;
  }
}
.single-nganh .ct-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 0;
  align-items: flex-start;
  position: relative;
}
.single-nganh .ct-sidebar {
  width: 260px;
  min-width: 260px;
  background: #002B49;
  position: relative;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);
}
.single-nganh .ct-sidebar.is-fixed, .single-nganh .ct-sidebar.is-stopped {
  display: flex;
  align-items: center;
}
.single-nganh .ct-sidebar.is-fixed {
  position: fixed;
  top: 0;
  left: var(--sidebar-left, 15px);
  height: 100vh;
}
.single-nganh .ct-sidebar.is-stopped {
  position: absolute;
  left: 15px;
  height: 100vh;
}
.single-nganh .ct-sidebar::-webkit-scrollbar {
  width: 3px;
}
.single-nganh .ct-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.single-nganh .ct-sidebar__inner {
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.single-nganh .ct-sidebar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.single-nganh .ct-sidebar__nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.single-nganh .ct-sidebar__nav li a {
  display: block;
  padding: 13px 20px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.single-nganh .ct-sidebar__nav li a:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border-left-color: #E31B23;
  padding-left: 24px;
}
.single-nganh .ct-sidebar__nav li a.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #E31B23;
  font-weight: 600;
  padding-left: 24px;
}
.single-nganh .ct-sidebar__nav li a.active i {
  color: #E31B23;
  opacity: 1;
}
.single-nganh .ct-sidebar__nav li a i {
  margin-right: 6px;
  font-size: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.single-nganh .ct-sidebar__actions {
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 8px;
}
.single-nganh .ct-sidebar__actions a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  margin-bottom: 8px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease;
}
.single-nganh .ct-sidebar__actions a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(3px);
}
.single-nganh .ct-sidebar__actions a i {
  font-size: 13px;
  width: 16px;
  text-align: center;
}
.single-nganh .ct-sidebar__actions a.btn-apply-sidebar {
  background: #E31B23;
  border-color: #E31B23;
  font-weight: 600;
}
.single-nganh .ct-sidebar__actions a.btn-apply-sidebar:hover {
  background: rgb(190.537007874, 22.662992126, 29.3779527559);
}
.single-nganh .ct-content {
  flex: 1;
  min-width: 0;
  margin-left: 0;
}
.single-nganh .ct-section-padding {
  padding: 50px 0;
}
.single-nganh .ct-section-inner {
  padding: 0 30px;
}
.single-nganh .ct-bg-light {
  background-color: #F4F4F4;
}
.single-nganh .ct-hero {
  position: relative;
  width: 100%;
  min-height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #002B49;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.single-nganh .ct-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.single-nganh .ct-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px 60px;
}
.single-nganh .ct-hero__breadcrumb {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.single-nganh .ct-hero__breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.single-nganh .ct-hero__breadcrumb a:hover {
  opacity: 0.7;
}
.single-nganh .ct-hero__breadcrumb span,
.single-nganh .ct-hero__breadcrumb .breadcrumb_last,
.single-nganh .ct-hero__breadcrumb strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-style: italic;
}
.single-nganh .ct-hero__breadcrumb .sep,
.single-nganh .ct-hero__breadcrumb .separator {
  color: #FFFFFF;
  margin: 0 12px;
  font-size: 16px;
}
.single-nganh .ct-hero__breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.single-nganh .ct-hero__breadcrumb ul li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.single-nganh .ct-hero__breadcrumb ul li a {
  color: #FFFFFF;
  font-size: 16px;
}
.single-nganh .ct-hero__breadcrumb ul li a::after {
  content: "/";
  margin: 0 12px;
  color: #FFFFFF;
  font-family: inherit;
  font-weight: 300;
}
.single-nganh .ct-hero__breadcrumb ul li:last-child a::after {
  display: none;
}
.single-nganh .ct-hero__breadcrumb ul li strong {
  font-weight: 400;
  font-style: italic;
}
.single-nganh .ct-hero__title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
  max-width: 750px;
  letter-spacing: 1px;
}
.single-nganh .ct-header__title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #002B49;
  margin-bottom: 24px;
  line-height: 1.3;
}
.single-nganh .ct-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-bottom: 28px;
}
.single-nganh .ct-meta-item {
  font-size: 15px;
  color: #333333;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}
.single-nganh .ct-meta-item strong {
  color: #002B49;
  font-weight: 600;
}
.single-nganh .ct-btn-apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E31B23;
  border-color: #E31B23;
  color: #FFFFFF;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.single-nganh .ct-btn-apply:hover {
  background: rgb(181.4212598425, 21.5787401575, 27.9724409449);
  border-color: rgb(181.4212598425, 21.5787401575, 27.9724409449);
  color: #FFFFFF;
  transform: translateX(4px);
}
.single-nganh .ct-section-title {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #002B49;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 3px solid #E31B23;
  display: inline-block;
}
.single-nganh .ct-section-title i {
  color: #E31B23;
  margin-right: 8px;
}
.single-nganh .ct-overview__content,
.single-nganh .ct-outcomes__content,
.single-nganh .ct-career__content,
.single-nganh .ct-international__content,
.single-nganh .ct-req__content,
.single-nganh .ct-testimonials__content {
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}
.single-nganh .ct-overview__content h3,
.single-nganh .ct-outcomes__content h3,
.single-nganh .ct-career__content h3,
.single-nganh .ct-international__content h3,
.single-nganh .ct-req__content h3,
.single-nganh .ct-testimonials__content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #002B49;
  margin: 24px 0 12px;
}
.single-nganh .ct-overview__content ul,
.single-nganh .ct-outcomes__content ul,
.single-nganh .ct-career__content ul,
.single-nganh .ct-international__content ul,
.single-nganh .ct-req__content ul,
.single-nganh .ct-testimonials__content ul {
  padding-left: 20px;
}
.single-nganh .ct-overview__content ul li,
.single-nganh .ct-outcomes__content ul li,
.single-nganh .ct-career__content ul li,
.single-nganh .ct-international__content ul li,
.single-nganh .ct-req__content ul li,
.single-nganh .ct-testimonials__content ul li {
  margin-bottom: 8px;
}
.single-nganh .ct-overview__content p,
.single-nganh .ct-outcomes__content p,
.single-nganh .ct-career__content p,
.single-nganh .ct-international__content p,
.single-nganh .ct-req__content p,
.single-nganh .ct-testimonials__content p {
  margin-bottom: 16px;
}
.single-nganh .ct-year-tabs,
.single-nganh .ct-tuition-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 24px;
}
.single-nganh .ct-year-tabs .nav-link,
.single-nganh .ct-tuition-tabs .nav-link {
  color: #333333;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 15px;
}
.single-nganh .ct-year-tabs .nav-link i,
.single-nganh .ct-tuition-tabs .nav-link i {
  margin-right: 6px;
}
.single-nganh .ct-year-tabs .nav-link:hover,
.single-nganh .ct-tuition-tabs .nav-link:hover {
  color: #E31B23;
  border-bottom-color: rgba(227, 27, 35, 0.3);
}
.single-nganh .ct-year-tabs .nav-link.active,
.single-nganh .ct-tuition-tabs .nav-link.active {
  color: #E31B23;
  font-weight: 600;
  border-bottom-color: #E31B23;
  background: transparent;
}
.single-nganh .ct-year-content,
.single-nganh .tab-content {
  padding: 20px 0;
}
.single-nganh .ct-year-content .tab-pane,
.single-nganh .tab-content .tab-pane {
  font-size: 15px;
  line-height: 1.8;
}
.single-nganh .ct-year-content .tab-pane ul,
.single-nganh .tab-content .tab-pane ul {
  padding-left: 20px;
}
.single-nganh .ct-year-content .tab-pane ul li,
.single-nganh .tab-content .tab-pane ul li {
  margin-bottom: 8px;
}
.single-nganh .ct-requirements h3 {
  font-family: "SVN-Oscine", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #002B49;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E31B23;
  display: inline-block;
}
.single-nganh .ct-graduation__stat {
  font-size: 3rem;
  font-weight: 700;
  color: #E31B23;
  font-family: "SVN-Oscine", sans-serif;
}
.single-nganh .ct-testimonials__content blockquote,
.single-nganh .ct-testimonials__content .wp-block-quote {
  background: #F4F4F4;
  border-left: 4px solid #E31B23;
  padding: 20px 24px;
  margin: 16px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}
@media (max-width: 991px) {
  .single-nganh .ct-wrapper {
    flex-direction: column;
  }
  .single-nganh .ct-content {
    margin-left: 0;
  }
  .single-nganh .ct-sidebar {
    width: 100%;
    min-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    max-height: none;
    border-radius: 0;
    display: none;
  }
  .single-nganh .ct-sidebar.is-open {
    display: block;
  }
  .single-nganh .ct-sidebar__inner {
    padding: 12px 0;
  }
  .single-nganh .ct-sidebar__nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .single-nganh .ct-sidebar__nav li {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
  }
  .single-nganh .ct-sidebar__nav li a {
    padding: 10px 14px;
    font-size: 12px;
    border-left: none;
    border-bottom: 3px solid transparent;
  }
  .single-nganh .ct-sidebar__nav li a:hover, .single-nganh .ct-sidebar__nav li a.active {
    border-left: none;
    border-bottom-color: #E31B23;
    padding-left: 14px;
  }
  .single-nganh .ct-sidebar__actions {
    display: flex;
    gap: 8px;
    padding: 10px 16px;
    margin-top: 0;
  }
  .single-nganh .ct-sidebar__actions a {
    margin-bottom: 0;
    padding: 8px 10px;
    font-size: 12px;
  }
  .single-nganh .ct-section-inner {
    padding: 0 15px;
  }
  .single-nganh .ct-header__title {
    font-size: 1.6rem;
  }
  .single-nganh .ct-section-title {
    font-size: 1.4rem;
  }
  .single-nganh .ct-graduation__stat {
    font-size: 2.2rem;
  }
  .single-nganh .ct-header__meta {
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 575px) {
  .single-nganh .ct-hero {
    min-height: 260px;
  }
  .single-nganh .ct-hero__title {
    font-size: 1.5rem;
  }
  .single-nganh .ct-hero__content {
    padding: 0 15px 30px;
  }
  .single-nganh .ct-section-padding {
    padding: 30px 0;
  }
  .single-nganh .ct-year-tabs .nav-link,
  .single-nganh .ct-tuition-tabs .nav-link {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.ct-sidebar-toggle-mobile {
  display: none;
}
@media (max-width: 991px) {
  .ct-sidebar-toggle-mobile {
    display: flex;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 101;
    width: 36px;
    height: 48px;
    background: #002B49;
    color: #FFFFFF;
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .ct-sidebar-toggle-mobile:hover {
    background: #E31B23;
  }
}

.ct-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999;
  background: transparent;
}
.ct-progress-bar__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #E31B23, #f25164);
  transition: width 0.1s linear;
}

.ct-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: #002B49;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ct-back-to-top:hover {
  background: #E31B23;
  transform: translateY(-2px);
}
.ct-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */