@import url("https://fonts.googleapis.com/css2?family=Geist+Sans:wght@100..900&display=swap");
.l__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem; /* Add padding for inner spacing */
}

/* Increased Bootstrap-like responsive max-widths */
@media (min-width: 576px) {
  .l__container {
    max-width: 600px; /* Increased from 540px */
  }
}
@media (min-width: 768px) {
  .l__container {
    max-width: 800px; /* Increased from 720px */
  }
}
@media (min-width: 992px) {
  .l__container {
    max-width: 1040px; /* Increased from 1000px by 40px */
  }
}
@media (min-width: 1200px) {
  .l__container {
    max-width: 1240px; /* Increased from 1200px by 40px */
  }
}
@media (min-width: 1400px) {
  .l__container {
    max-width: 1440px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1500px) {
  .l__container {
    max-width: 1540px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1600px) {
  .l__container {
    max-width: 1640px; /* Increased from 1400px by 40px */
  }
}
@media (min-width: 1700px) {
  .l__container {
    max-width: 1740px; /* Increased from 1400px by 40px */
  }
}
.container-fluid {
  padding-inline: clamp(1rem, 3vw, 1.875rem);
}

@media only screen and (min-width: 1550px) {
  .container-fluid {
    padding-inline: 4.375rem;
  }
}
.m__tb {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 6vw, 6.875rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

.p {
  padding: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 6vw, 6.875rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 6vw, 6.875rem);
}

html {
  overflow-x: hidden;
}

*[data-aos] {
  will-change: transform, opacity;
}

body {
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 2.25rem);
  margin-bottom: 1rem;
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem !important;
  }
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb {
  margin-bottom: 0rem;
}
.breadcrumb__page {
  background-color: rgb(0, 142, 198);
  border: 1px solid rgb(34, 108, 245);
  padding-block: 4rem;
}
@media (max-width: 991px) {
  .breadcrumb__page {
    padding-block: 2rem;
  }
}
.breadcrumb__page--content {
  position: relative;
  z-index: 3;
  max-width: 56.25rem;
}
.breadcrumb__page--content :where(h2, h3, p) {
  color: #ffffff;
}
.breadcrumb__page--content h2,
.breadcrumb__page--content h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 1300px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .breadcrumb__page--content h2,
  .breadcrumb__page--content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.breadcrumb__page--content p {
  max-width: 39.75rem;
}
.breadcrumb__page--crumb {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.breadcrumb__page--crumb :where(a, span) {
  color: #ffffff !important;
}
.breadcrumb__page--crumb a {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb__page--crumb a.active {
  color: #f5f5f7 !important;
  font-size: 1.125rem;
  font-weight: 300;
}
.breadcrumb__page--crumb a.link:hover {
  color: #002246 !important;
}
.breadcrumb__page--img img {
  height: 356px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.section__title {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
}
.section__title h6 {
  color: #ff6900;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding-left: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .section__title h6 {
    font-size: 1rem;
  }
}
.section__title h6::before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  overflow: hidden;
  background-color: #ff6900;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section__title h1,
.section__title h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
  color: rgb(0, 130, 198);
}
@media (max-width: 991px) {
  .section__title h1,
  .section__title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .section__title h1,
  .section__title h2 {
    font-size: 1.625rem;
  }
}
.section__title h1 span,
.section__title h2 span {
  color: rgb(0, 130, 198);
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.section__title i {
  color: #14e49a;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

.social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 500ms ease;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
}
.social__icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #ff6900;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 0.9375rem;
}
.social__icon li a i {
  font-size: 0.9375rem;
}
.social__icon li a + a {
  margin-left: 0.5rem;
}
.social__icon li:hover {
  border-color: #ff6900;
}
.social__icon li:hover a {
  color: #ff6900;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: rgb(0, 130, 198);
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #ff6900;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}

.btn__group {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
@media (max-width: 575px) {
  .btn__group {
    display: flex;
    flex-direction: column;
  }
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #003459;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.75rem;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #ff6900;
  background-color: #ff6900;
}
.l__button--primary:hover {
  border-color: rgb(0, 130, 198);
  color: #ffffff;
  background-color: rgb(0, 130, 198);
}
.l__button--secondary {
  color: #ffffff;
  background-color: rgb(0, 130, 198);
  border-color: rgb(0, 130, 198);
}
.l__button--secondary:hover {
  border-color: #ff6900;
  color: #ffffff;
  background-color: #ff6900;
}
.l__button--transparent {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.l__button--transparent:hover {
  border-color: #ff6900;
  background-color: #ff6900;
  color: #ffffff;
}
.l__button--border {
  border-color: #ff6900;
  color: #ff6900;
}
.l__button--border:hover {
  color: #ff6900;
  border-color: #ff6900;
  background-color: #ff6900;
  color: #ffffff;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 480px) {
  .l__button {
    padding: 0.625rem 1rem;
  }
}

.tab__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab__buttons--btn {
  cursor: pointer;
}
.tab__buttons--btn span {
  content: "";
  height: 0.0625rem;
  width: 4.6875rem;
  overflow: hidden;
  background-color: #9a9a9a;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 1200px) {
  .tab__buttons--btn span {
    width: 3.125rem;
  }
}
.tab__buttons--btn:hover, .tab__buttons--btn.active {
  color: #ff6900;
}
.tab__buttons--btn:hover span, .tab__buttons--btn.active span {
  width: 11.875rem;
  background-color: #ff6900;
}
@media (max-width: 1200px) {
  .tab__buttons--btn:hover span, .tab__buttons--btn.active span {
    width: 6.25rem;
  }
}
.tab__contents--text {
  display: none;
}
.tab__contents--text.active {
  display: block;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 3vw, 1.625rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0.625rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1b2534;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a.active, .main-menu .main-menu__list > li > a:hover {
  color: #ff6900;
}
.main-menu .main-menu__list > li > a.active::after, .main-menu .main-menu__list > li > a:hover::after {
  color: #ff6900 !important;
}
@media (max-width: 1200px) {
  .main-menu .main-menu__list > li > a {
    font-size: 1rem;
  }
}
.main-menu .main-menu__list > li.dropdown {
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #002345;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.dropdown > a.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.main-menu .main-menu__list > li.dropdown:hover > a::after {
  transform: translateY(-50%) rotate(-180deg);
}
.main-menu .main-menu__list > li.dropdown:active > a::after {
  transform: translateY(-50%) rotate(-180deg);
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 400;
  display: flex;
  padding: 0.25rem 1rem;
  text-transform: capitalize;
}
.main-menu .main-menu__list > li > ul > li.active > a, .main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #ff6900;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: flex;
  text-decoration: none;
}
.main-menu .mobile-nav__toggler:hover {
  color: #ff6900;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: rgb(0, 0, 0);
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list > li a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #101828;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content {
  width: 100%;
  padding: 0.5rem;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content ul {
  padding-left: 0px;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content ul li {
  list-style: none;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-list {
  display: flex;
  text-decoration: none;
  gap: 0.75rem;
  padding: 0rem;
  margin-bottom: 0.75rem;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-list__img {
  height: 2.25rem;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-list__img img {
  height: 2.25rem;
  object-fit: cover;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-list h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0px;
  color: #101828;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-list span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a7282;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-btn {
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.mobile-nav__content .main-menu__list .service-dropdown .mega-menu-content .service-btn a {
  padding: 0.75rem 1.5rem;
  color: #ffffff;
  font-weight: 600;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #ff6900;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #ff6900;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #ff6900;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(0, 130, 198);
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #ff6900;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #ff6900;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #ff6900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  padding-block: 0.75rem;
  padding-inline: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 999;
}
.main-menu-two__wrapper.show, .main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__logo {
  position: relative;
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: rgb(0, 130, 198);
  border-color: rgb(0, 130, 198);
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.main-menu-two__btn-box > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box > ul li {
  list-style: none;
}
.main-menu-two__btn-box > ul li a {
  text-decoration: none;
  color: #383838;
  display: flex;
  font-size: 1.5rem;
  position: relative;
}
.main-menu-two__btn-box > ul li a span {
  height: 1.0625rem;
  width: 1.0625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ff6900;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 500;
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__btn-box > ul li a:hover {
  color: #ff6900;
}
.main-menu-two__btn-box > ul li .profile .icon {
  color: #383838;
  font-size: 1.5rem;
}
.main-menu-two__btn-box > ul li .profile .img {
  cursor: pointer;
}
.main-menu-two__btn-box > ul li .profile .img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.main-menu-two__btn-box > ul li .profile > ul {
  padding: 0;
  overflow: hidden;
}
.main-menu-two__btn-box > ul li .profile > ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.3125rem 0.875rem;
}
.main-menu-two__btn-box > ul li .profile > ul li a:active {
  background-color: #f8f9fa;
  color: #ff6900;
}
.main-menu-two__btn-box > ul li .profile > ul li a:hover {
  color: #ff6900;
}
@media (max-width: 767px) {
  .main-menu-two__btn-box {
    gap: 0.5rem;
  }
  .main-menu-two__btn-box ul {
    gap: 0.5rem;
  }
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.main-header-two {
  width: 100%;
}
.main-header-two-top {
  background-color: #ff6900;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-header-two-top {
    display: none;
  }
}
.main-header-two-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.main-header-two-top-left {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.875rem;
}
.main-header-two-top-left li {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff6900;
}
.main-header-two-top-left li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem;
  color: #eff8fb !important;
  text-decoration: none;
  transition: all 500ms ease;
}
.main-header-two-top-left li a i {
  color: #eff8fb !important;
  transition: all 0.3s ease;
}
.main-header-two-top-left li a:hover {
  color: rgb(0, 130, 198) !important;
  cursor: pointer;
}
.main-header-two-top-left li a:hover i {
  color: rgb(0, 130, 198) !important;
}
.main-header-two-top-right {
  color: #eff8fb;
  font-size: 0.875rem;
}

.main-menu-two {
  background-color: #ffffff;
}
.main-menu-two__wrapper-inner {
  padding: 0rem;
}
.main-menu-two__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .main-menu-two__left {
    gap: 10px;
  }
}
.main-menu-two__logo a {
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .main-menu-two__logo a {
    padding: 0.25rem;
  }
}
.main-menu-two__logo a img {
  height: auto;
  width: 12rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 575px) {
  .main-menu-two__logo a img {
    height: auto;
    width: 10rem;
    object-fit: contain;
    transition: all 0.5s ease;
    display: block;
  }
}
.main-menu-two .l__button--primary {
  padding: 0.5rem 1rem;
}
@media (max-width: 575px) {
  .main-menu-two .l__button--primary {
    padding: 0.5rem 0.75rem;
  }
}

.main-menu .main-menu__list > li {
  position: relative;
  padding-block: 23px;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  min-width: 18rem;
  overflow-y: auto;
  border-radius: 0.9375rem;
}
.main-menu .main-menu__list > li a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #101828;
}
.main-menu .main-menu__list > li:hover {
  cursor: pointer;
}
.main-menu .services {
  height: 380px;
  overflow-y: scroll;
}
.main-menu .services::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.main-menu .services::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.main-menu .dropdown {
  position: relative !important;
}
.main-menu .dropdown:hover {
  position: relative !important;
}
.main-menu .dropdown:hover .service-dropdown {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  width: 100vw;
  border-radius: 0px;
}
.main-menu .service-dropdown {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  width: 100vw;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .service-dropdown .mega-menu-content {
  width: 100%;
  padding: 3rem 2rem;
}
.main-menu .service-dropdown .mega-menu-content ul {
  padding-left: 0px;
}
.main-menu .service-dropdown .mega-menu-content ul li {
  list-style: none;
}
.main-menu .service-dropdown .mega-menu-content .service-list {
  display: flex;
  text-decoration: none;
  gap: 0.75rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
}
.main-menu .service-dropdown .mega-menu-content .service-list__img {
  height: 2.25rem;
}
.main-menu .service-dropdown .mega-menu-content .service-list__img img {
  height: 2.25rem;
  object-fit: cover;
}
.main-menu .service-dropdown .mega-menu-content .service-list h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0px;
  color: #101828;
}
.main-menu .service-dropdown .mega-menu-content .service-list span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6a7282;
}
.main-menu .service-dropdown .mega-menu-content .service-btn {
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.main-menu .service-dropdown .mega-menu-content .service-btn a {
  padding: 0.75rem 1.5rem;
  color: #ffffff;
  font-weight: 600;
}

#myHeader.hide {
  transform: translateY(-100%);
  transition: all 0.5s ease;
  animation: slideUp 0.4s ease forwards;
}

#myHeader.show {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  transform: translateY(0);
}

.footer {
  background-color: rgb(0, 130, 198);
  position: relative;
  padding-top: 5rem;
}
.footer__bg {
  position: absolute;
  top: -2px;
  left: 0;
}
.footer__bg img {
  transform: rotate(180deg);
}
.footer .newsletter {
  text-align: center;
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  .footer .newsletter {
    padding-bottom: 4rem;
  }
}
.footer .newsletter h3,
.footer .newsletter p {
  color: #ffffff;
}
.footer .newsletter .input-mail {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .newsletter .input-mail input {
  padding: 0.875rem 1rem;
  color: rgb(95, 82, 76);
  background-color: #fef7f3;
  border-radius: 0.625rem;
  border: none;
  min-width: 15.75rem;
}
.footer__menu {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 2rem;
  }
}
.footer__menu .footer-brand {
  transition: all 0.5s ease;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
}
.footer__menu .footer-brand .brand-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  color: #ffffff;
}
.footer__menu .sub_title {
  font-weight: 400;
}
.footer__menu p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.footer__menu ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 20px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.footer__menu ul li a:hover {
  color: #ff6900;
}
.footer__menu ul li a:last-child span {
  display: none;
}
.footer__menu .infos li {
  position: relative;
  padding-left: 2.5rem;
}
.footer__menu .infos li a {
  word-wrap: break-word;
}
.footer__menu .infos li i {
  font-size: 1.25rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: #ffffff;
}
.footer__menu .social__icon li a i {
  font-size: 1.25rem;
  color: #ffffff;
}
.footer__menu .social__icon li a i:hover {
  color: #ff6900;
}
.footer__title {
  font-size: 1rem !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
.footer__bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 2.5rem;
}
.footer .copyright {
  margin-top: 3rem;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
  border-top: 2px solid rgba(254, 247, 243, 0.2);
}
.footer .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer .copyright .container .privacy a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  margin-left: 1.5rem;
}
@media (max-width: 575px) {
  .footer .copyright .container {
    gap: 0.5rem;
  }
  .footer .copyright .container p,
  .footer .copyright .container .privacy a {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .footer .copyright .container {
    flex-direction: column;
  }
  .footer .copyright .container p {
    text-align: center;
  }
}

.destination__card {
  border-radius: 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgb(238, 230, 226);
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.03);
  min-height: 100%;
}
.destination__card--img {
  height: 13.4375rem;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  position: relative;
}
.destination__card--img img {
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.destination__card--img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  background-color: rgb(0, 130, 198);
  color: #ffffff;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.destination__card--img span i {
  font-size: 1.5rem;
}
.destination__card--img span:hover {
  background-color: #ff6900;
}
.destination__card--content {
  padding: 1.25rem;
}
.destination__card--content a {
  text-decoration: none;
}
.destination__card--content h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 28;
}
.destination__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
  color: rgb(95, 82, 76);
}
.destination__card:hover img {
  transform: scale(1);
}
.destination__card:hover h3 {
  color: #ff6900;
}
.destination__card:hover .more {
  color: rgb(0, 130, 198);
}

.service__card {
  background-color: rgb(255, 240, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  padding: 1.25rem;
  border-radius: 0.9375rem;
  min-height: 100%;
}
.service__card--content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .service__card--content {
    gap: 1rem;
  }
}
.service__card--content .icon {
  background-color: rgb(255, 232, 232);
  border-radius: 0.625rem;
  padding: 0.75rem;
  width: fit-content;
  height: 3rem;
}
.service__card--content a {
  text-decoration: none;
}
.service__card--content a h5 {
  margin-bottom: 0rem;
}
.service__card--content p {
  color: rgb(95, 82, 76);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service__card--content p {
    font-size: 1rem;
  }
}

.choose__card {
  background: rgb(248, 254, 253);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-direction: column;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem 3.25rem 2rem;
  border-radius: 10px;
  min-height: 100%;
}
.choose__card--icon {
  background-color: rgba(25, 118, 210, 0.7);
  height: 3.375rem;
  width: 3.375rem;
  overflow: hidden;
  min-height: 3.375rem;
  border-radius: 50%;
  padding: 0.625rem;
}
.choose__card--content p {
  color: rgb(0, 0, 0);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.5rem;
  color: rgb(95, 82, 76);
}

.process__card {
  background-color: #ffffff;
  padding: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.375rem;
  flex-direction: column;
  border-radius: 10px;
  min-height: 100%;
}
.process__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  height: 2px;
  width: 38px;
  overflow: hidden;
  background: white;
  transform: translateY(-50%);
}
.process__card--icon {
  background-color: rgb(13, 136, 201);
  margin-top: 0.9375rem;
  height: 4.375rem;
  width: 4.375rem;
  overflow: hidden;
  min-height: 4.375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.process__card--content {
  flex-grow: 1;
}
.process__card--content h6 {
  margin-bottom: 0px;
}
.process__card--content p {
  color: rgb(95, 82, 76);
}
@media (max-width: 991px) {
  .process__card--content p {
    font-size: 1rem !important;
  }
}

.testimonial__card {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0.9375rem;
  padding: 2.75rem 1.875rem 5rem 2.75rem;
}
@media (max-width: 991px) {
  .testimonial__card {
    padding: 2.25rem 1.5rem 4rem 2.25rem;
  }
}
.testimonial__card--icon {
  padding: 1.25rem 0.5rem;
}
.testimonial__card--content .university-name {
  font-size: 0.875rem;
  color: rgb(95, 82, 76);
}
.testimonial__card--content p {
  color: rgb(95, 82, 76);
  line-height: 2rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial__card--content p {
    font-size: 1rem;
  }
}

.blog__card {
  border-radius: 0.875rem;
  background-color: #ffffff;
  border: 1px solid rgb(238, 230, 226);
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.01);
  padding-top: 1.5rem;
  min-height: 100%;
}
.blog__card--img {
  height: 12rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog__card--img img {
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.blog__card--img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  background-color: rgb(0, 130, 198);
  color: #ffffff;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.blog__card--img span i {
  font-size: 1.5rem;
}
.blog__card--img span:hover {
  background-color: #ff6900;
}
.blog__card--content {
  padding: 1.5rem;
}
.blog__card--content a {
  text-decoration: none;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.875rem;
}
.blog__card--content .more {
  color: rgb(0, 130, 198);
  font-weight: 600;
}
.blog__card:hover img {
  transform: scale(1);
}
.blog__card:hover h3 {
  color: #ff6900;
}
.blog__card:hover .more {
  color: #ff6900;
}

.uni-partner__card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 3.125rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 100%;
}
.uni-partner__card--icon {
  height: 76px;
  width: auto;
  overflow: hidden;
}
.uni-partner__card--icon img {
  height: 76px;
  width: auto;
  overflow: hidden;
}
.uni-partner__card--content {
  color: rgb(51, 51, 51);
  margin-top: 0.5rem;
  flex-grow: 1;
}

.test-list__card {
  border: 1px solid rgb(238, 230, 226);
  padding: 2rem;
  min-height: 100%;
}
.test-list__card .title {
  margin-bottom: 1rem;
}
.test-list__card .title h4 {
  color: #002246;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
.test-list__card .title p {
  color: #5f524c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.test-list__card .content {
  margin-bottom: 0.75rem;
}
.test-list__card .content h6 {
  margin-bottom: 4px;
}
.test-list__card .content p {
  color: #5f524c;
}
.test-list__card .more-btn {
  width: 100%;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  padding-block: 8px;
  margin-top: 0.75rem;
}

.banner {
  background: url("/static/asset/image/hero-banner-bg.png") no-repeat left center;
  background-color: #0082c6;
  background-size: cover;
  padding-top: 2.5rem;
  height: 100%;
  position: relative;
}
.banner__hero {
  position: relative;
}
.banner__hero--bg {
  position: absolute;
  bottom: -3px;
  right: 0;
}
.banner__hero--bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__slider {
  padding-bottom: 11.5625rem;
}
@media (max-width: 991px) {
  .banner__slider {
    padding-bottom: 6.25rem;
  }
}
.banner__slider--box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner__slider .btn__group a {
  padding-inline: 2rem;
}
@media (max-width: 1300px) {
  .banner__slider .btn__group a {
    padding-inline: 1rem;
  }
}
.banner__slider :where(.owl-stage-outer, .owl-stage, .owl-item) {
  height: 100% !important;
}
.banner__slider--img {
  width: 100%;
  position: relative;
}
.banner__slider--img img {
  max-width: 661px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1.25rem;
}
.banner__slider--content :where(h2, p) {
  color: #ffffff;
}
.banner__slider--content h2 {
  font-size: 3.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
@media (max-width: 1450px) {
  .banner__slider--content h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1100px) {
  .banner__slider--content h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .banner__slider--content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .banner__slider--content h2 {
    font-size: 1.875rem;
  }
}
.banner__slider--content p {
  font-size: 1.25rem;
  margin-bottom: 4.1875rem;
}
@media (max-width: 991px) {
  .banner__slider--content p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.banner__slider--content .btn__group {
  margin-top: 2rem;
}
.banner__slider--content .btn__group .l__button--primary {
  font-size: 1rem;
  font-weight: 600;
}
.banner__slider--content .btn__group .l__button--primary:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #ff6900;
}
.banner__slider--content .btn__group .l__button--transparent {
  font-size: 1rem;
  font-weight: 600;
}
.banner__slider--content .btn__group .l__button--transparent:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #ff6900;
}
.banner__slider--stats {
  display: flex;
  gap: 2rem;
  margin-top: 1.25rem;
}
.banner__slider--stats .stats-item {
  color: #ffffff;
}
.banner__slider--stats .stats-item span {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.banner__slider--stats .stats-item div {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .banner__slider--stats .stats-item span,
  .banner__slider--stats .stats-item div {
    font-size: 1rem;
  }
}

.destination {
  background: url("/static/asset/image/Bg circles.png") no-repeat right center;
  background-size: contain;
}
@media (max-width: 575px) {
  .destination .section__title {
    margin-bottom: 2rem;
  }
}
.destination__index {
  background-image: none !important;
}

.service {
  background: rgb(0, 60, 92) url("/static/asset/image/Bg circles.png") no-repeat;
  background-size: cover;
}
.service .section__title h3,
.service .section__title p {
  color: #ffffff;
}
.service .row.g-4 > div:nth-child(1) .service__card {
  background-color: rgb(255, 232, 232);
}
.service .row.g-4 > div:nth-child(2) .service__card {
  background: rgb(237, 250, 249);
}
.service .row.g-4 > div:nth-child(3) .service__card {
  background: rgb(246, 252, 250);
}
.service .row.g-4 > div:nth-child(4) .service__card {
  background: rgb(244, 252, 250);
}
.service .row.g-4 > div:nth-child(5) .service__card {
  background: rgb(254, 251, 239);
}
.service .row.g-4 > div:nth-child(6) .service__card {
  background: rgb(246, 244, 250);
}
.service .row.g-4 > div:nth-child(1) .service__card .icon {
  background: rgb(255, 240, 240);
}
.service .row.g-4 > div:nth-child(2) .service__card .icon {
  background: rgb(224, 247, 245);
}
.service .row.g-4 > div:nth-child(3) .service__card .icon {
  background: rgb(232, 248, 243);
}
.service .row.g-4 > div:nth-child(4) .service__card .icon {
  background: rgb(232, 250, 247);
}
.service .row.g-4 > div:nth-child(5) .service__card .icon {
  background: rgb(255, 243, 224);
}
.service .row.g-4 > div:nth-child(6) .service__card .icon {
  background: rgb(243, 232, 255);
}
.service .service-btn {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
}
.service .service-btn a {
  border-radius: 1.875rem;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1rem;
}
.service .service-btn a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #ff6900;
}

.choose {
  background: url("/static/asset/image/choose-bg-circle.png") no-repeat center;
  background-size: contain;
}
.choose .section__title p {
  color: rgb(100, 116, 139);
}
.choose .row.g-4 > div:nth-child(1) .choose__card {
  background-color: rgb(250, 249, 255);
}
.choose .row.g-4 > div:nth-child(2) .choose__card {
  background: rgb(248, 254, 253);
}
.choose .row.g-4 > div:nth-child(3) .choose__card {
  background: rgb(255, 249, 249);
}
.choose .row.g-4 > div:nth-child(4) .choose__card {
  background: rgba(255, 251, 246, 0.98);
}
.choose .row.g-4 > div:nth-child(5) .choose__card {
  background: rgb(250, 249, 255);
}
.choose .row.g-4 > div:nth-child(6) .choose__card {
  background: rgb(248, 254, 253);
}

.process {
  background-color: rgb(0, 60, 92);
}
@media (max-width: 575px) {
  .process .section__title {
    margin-bottom: 2rem;
  }
}
.process .section__title h3,
.process .section__title p {
  color: #ffffff;
}
.process .owl-stage {
  display: flex;
}
.process .item {
  height: 100%;
}

.testimonial {
  background: url("/static/asset/image/Bg shapes.png") no-repeat, linear-gradient(to bottom right, rgb(240, 242, 247), rgb(253, 253, 255));
  background-size: cover;
}
.testimonial .section__title p {
  color: rgb(95, 82, 76);
}
@media (max-width: 575px) {
  .testimonial .section__title {
    margin-bottom: 2rem;
  }
}
.testimonial .item {
  padding-bottom: 20px;
}

.blog {
  background: url("/static/asset/image/aboutus-wave-bg.png");
}

.uni-partner {
  background: url("/static/asset/image/Bg shapes.png") no-repeat, linear-gradient(to bottom, rgb(240, 242, 247), rgb(253, 253, 255)), rgb(255, 255, 255);
  background-size: cover;
}
.uni-partner .owl-stage {
  display: flex;
}
.uni-partner .item {
  padding: 5px;
  height: 100%;
}
.uni-partner a {
  text-decoration: none;
}

.company-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f0a08;
  margin-bottom: 1.5rem;
}

.about {
  background: url("/static/asset/image/aboutus-wave-bg.png");
}
.about__detail .company-title {
  color: #002246;
}
.about__detail p {
  margin-bottom: 1.875rem;
}
.about__img {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .about__img {
    display: none;
  }
}
.aboutInfo {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d5d5d5;
}
.aboutInfo__card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  flex-direction: column;
}
.aboutInfo__card--icon {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  min-width: 4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  padding: 0.75rem;
  border: 1px solid #ff6900;
}
.aboutInfo__card--content {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.aboutInfo__card--content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.about__stat {
  position: absolute;
  top: 0;
  left: 60%;
  height: fit-content;
  z-index: 1;
  background-color: #ff6900;
  padding: 1.25rem;
  border-radius: 0.625rem;
  max-width: 11.25rem;
  animation: experiencemoveobject 2s infinite linear alternate;
}
.about__stat p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .about__stat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    top: auto;
    left: auto;
    bottom: 1rem;
    right: 1rem;
  }
}

.mission-vision {
  position: relative;
}
.mission-vision__bg {
  position: absolute;
  bottom: -2px;
  right: 0;
}
.mission-vision__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.mission-vision__detail {
  padding: 2rem;
  border: 1px solid #eee6e2;
  border-radius: 10px;
  background-color: #ffffff;
  height: 100%;
}
.mission-vision__detail h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002246;
}
.mission-vision__detail p {
  color: #5f524c;
}
.mission-vision__detail ol li,
.mission-vision__detail ul li {
  color: #5f524c;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.mission-vision__detail ol li::marker,
.mission-vision__detail ul li::marker {
  color: #ff6900;
}
.mission-vision__detail {
  text-align: start;
}
.mission-vision__detail h3 {
  font-size: 3rem;
  font-weight: 700;
}
.mission-vision__img {
  height: 20rem;
}

.message {
  background-color: rgb(251, 248, 240);
  position: relative;
}
.message__bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.message__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.message__detail {
  background-color: #ff6900;
  padding: 2rem;
  margin-inline: 5.5rem;
  border-radius: 10px;
  border-left: 4px solid #ff6900;
  position: relative;
}
@media (max-width: 991px) {
  .message__detail {
    padding: 1rem;
    margin-inline: 0.5rem;
  }
}
.message__detail .company-title {
  color: #ffffff;
}
.message__detail p {
  color: #ffffff;
}
.message__detail .director-info {
  color: #ffffff;
}
.message__detail .director-info p {
  margin-bottom: 0px;
  font-size: 14px;
}
.message__detail .director-info__name {
  font-size: 1rem;
  font-weight: 600;
}

.team__card {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid rgb(238, 230, 226);
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.03);
  height: 100%;
}
.team__card--img {
  height: 15rem;
  width: auto;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.team__card--img img {
  height: 15rem;
  width: auto;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.team__card--content {
  padding: 1.5rem;
}
.team__card--content a {
  text-decoration: none;
}
.team__card--content .team-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.team__card--content .team-role {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ff6900;
}
.team__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.75rem;
  color: rgb(95, 82, 76);
}
.team__card:hover img {
  transform: scale(1);
}
.team__card:hover h3 {
  color: #ff6900;
}
.team__card:hover .more {
  color: rgb(0, 130, 198);
}

.partner {
  background: url("/static/asset/image/aboutus-wave-bg.png");
}
.partner .partner-detail .section-title {
  margin-bottom: 2.5rem;
}
.partner .partner-detail__card {
  background-color: #ffffff;
  padding-inline: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border-radius: 10px;
  border: 1px solid rgb(238, 230, 226);
}
@media (max-width: 767px) {
  .partner .partner-detail__card {
    padding-inline: 1rem;
  }
}
.partner .partner-detail__card .partner-logo {
  height: 6.25rem;
  width: 6.25rem;
  overflow: hidden;
}
.partner .partner-detail__card .partner-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.news .owl-stage {
  display: flex;
}
.news .item {
  padding: 5px;
  height: 100%;
}
.news__card {
  background-color: #ffffff;
  border: 1px solid rgb(238, 230, 226);
  border-radius: 10px;
  padding: 1.5625rem;
  height: 100%;
  min-height: 12.5rem;
}
.news__card .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.news__card .news-top .news-genre {
  background-color: #eae3df;
  border-radius: 33554400px;
  padding: 0.25rem 0.75rem;
  line-height: 1rem;
  color: #ff6900;
  font-size: 0.75rem;
  font-weight: 600;
}
.news__card .news-top .news-date {
  font-size: 12px;
  color: #5f524c;
}
.news__card .news-title {
  font-size: 1rem;
  font-weight: 700;
  color: #002246;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contact-info {
  background-color: #fef7f3;
}
.contact-info__card {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid rgb(238, 230, 226);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
@media (max-width: 575px) {
  .contact-info__card {
    gap: 0.75rem;
  }
}
.contact-info__card .icon {
  height: 2.5rem;
  width: 40px;
  overflow: hidden;
}
.contact-info__card .icon i {
  color: #ff6900;
  font-size: 2.5rem;
}
@media (max-width: 575px) {
  .contact-info__card .icon i {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .contact-info__card .icon {
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
  }
}
.contact-info__card .title {
  color: rgb(0, 0, 0);
  font-size: 1.125rem;
  font-weight: 600;
}
.contact-info__card .content span {
  margin-bottom: 0.5rem;
  color: #002246;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  word-break: break-word;
}
@media (max-width: 575px) {
  .contact-info__card .content span {
    font-size: 0.875rem;
  }
}
.contact-info__card .content p {
  color: #5f524c;
}

.contact__content .title {
  color: rgb(0, 130, 198);
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: rgb(0, 130, 198);
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
@media (max-width: 575px) {
  .contact__content p {
    margin-bottom: 1rem;
  }
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info p {
  margin-bottom: 0;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .contact__content ul .info_card {
    gap: 1rem;
    margin-bottom: 0.75rem;
  }
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.contact__content form h3 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact__content form .form-control {
  border-radius: 8px;
  border: 1px solid #fbf3ef;
  background: #fef7f3;
  padding: 0.5rem 0.75rem;
}
.contact__content form .form-control::placeholder {
  color: #5f524c;
  font-size: 0.875rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 0.5rem;
}
.contact__content form textarea {
  height: 7.5rem;
}
.contact__content form .form-btn {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
}
.contact__content form .form-btn i {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}
.contact .faq {
  margin-bottom: 1.875rem;
}
.contact .faq h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 32px;
}
.contact .faq__content {
  margin-bottom: 1.5rem;
}
.contact .faq__content .question {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5rem;
  color: #002246;
}
.contact .faq__content .answer {
  color: #5f524c;
  font-size: 0.875rem;
  font-weight: 400;
}
.contact .schedule {
  padding: 1.5rem;
  border: 1px solid rgba(230, 95, 42, 0.2);
  border-radius: 14px;
  background-color: #fef7f3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.contact .schedule h6 {
  margin-bottom: 1.5rem;
}
.contact .schedule p {
  color: #5f524c;
  font-size: 14px;
}
.contact .schedule a {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 8px;
}

.map iframe {
  height: 31.25rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.detail--img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  aspect-ratio: 1/6;
}
@media (max-width: 767px) {
  .detail--img img {
    height: 100%;
    aspect-ratio: auto;
  }
}
.detail--content {
  padding: 1rem;
}
.detail--content h4 {
  color: #002246;
}
.detail--content p {
  color: rgb(95, 82, 76);
}
.detail .sidebar {
  position: sticky;
  top: 6.25rem;
}
.detail .sidebar h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.detail .sidebar .other__list {
  background-color: #f5f5f7;
  padding: 0;
  margin: 0;
  padding: 1rem;
  border-radius: 0.625rem;
}
.detail .sidebar .other__list--card {
  list-style: none;
  border-radius: 0.625rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  position: relative;
  transition: all 0.3s ease;
}
.detail .sidebar .other__list--card a {
  text-decoration: none;
}
.detail .sidebar .other__list--card .icon {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
}
.detail .sidebar .other__list--card .icon svg,
.detail .sidebar .other__list--card .icon a img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .sidebar .other__list--card h3 {
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail .sidebar .other__list--card:hover {
  background-color: rgb(0, 130, 198);
}
.detail .sidebar .other__list--card:hover .icon img {
  filter: brightness(0) invert(1);
}
.detail .sidebar .other__list--card:hover h3 {
  color: #ffffff;
}
.detail .sidebar .blog__list--card .icon {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  min-width: 5rem;
}
.detail .sidebar .blog__list--card .icon img {
  object-fit: cover;
  border-radius: 0.3125rem;
}
.detail .sidebar .blog__list--card:hover .icon img {
  filter: none;
}
.detail .destination-detail h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.detail .destination-detail {
  margin-top: 48px;
}
.detail .destination-detail .btn {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.service-detail .service-content__box {
  background-color: #fef7f3;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding: 3.125rem;
  height: 100%;
  border-radius: 8px;
}
.service-detail .service-content__box h3 {
  font-size: 1.75rem;
  color: #121212;
}
@media (max-width: 400px) {
  .service-detail .service-content__box h3 {
    font-size: 1.25rem;
  }
}
.service-detail .service-content__box p {
  color: #121212;
}
@media (max-width: 400px) {
  .service-detail .service-content__box {
    padding: 1rem;
  }
}
.service-detail .explore {
  background-color: #fef7f3;
}
.service-detail .explore h3 {
  color: #121212;
  text-align: center;
  margin-bottom: 1.5rem;
}
.service-detail .explore__box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 400px) {
  .service-detail .explore__box {
    padding: 1rem;
  }
}
.service-detail .explore__box h5 {
  text-align: center;
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 400px) {
  .service-detail .explore__box h5 {
    font-size: 1rem;
  }
}
.service-detail .explore__box p {
  color: #3d3d3d;
}
.service-detail .explore__box ol,
.service-detail .explore__box ul {
  padding-left: 0px;
}
.service-detail .explore__box ol li,
.service-detail .explore__box ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 10px;
}
.service-detail .explore__box ol li i,
.service-detail .explore__box ul li i {
  color: #ff6900;
}

.test-detail .test-content {
  background: url("/static/asset/image/Bg circles.png") no-repeat right top;
  background-size: cover;
}
.test-detail .test-content__box {
  background-color: #fef7f3;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding: 3.125rem;
  height: 100%;
  border-radius: 8px;
}
.test-detail .test-content__box h3 {
  font-size: 1.75rem;
  color: #121212;
}
@media (max-width: 400px) {
  .test-detail .test-content__box h3 {
    font-size: 1.25rem;
  }
}
.test-detail .test-content__box p {
  color: #121212;
}
@media (max-width: 400px) {
  .test-detail .test-content__box {
    padding: 1rem;
  }
}
.test-detail .choose-test {
  background-color: #fef7f3;
}
.test-detail .choose-test h3 {
  color: #121212;
  text-align: center;
  margin-bottom: 1.5rem;
}
.test-detail .choose-test__card {
  border-radius: 8px;
  background: #fcfcfc;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
@media (max-width: 400px) {
  .test-detail .choose-test__card {
    padding: 1rem;
  }
}
.test-detail .choose-test__card h4 {
  color: #1f2937;
  margin-bottom: 1.5rem;
}
.test-detail .choose-test__card p {
  color: #3d3d3d;
}

.destination__detail h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.destination__detail .why-study {
  background-color: rgb(252, 252, 252);
}
.destination__detail .why-study h3 {
  color: rgb(31, 41, 55);
}
.destination__detail .why-study__box {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
}
.destination__detail .why-study__box ol,
.destination__detail .why-study__box ul {
  padding-left: 0px;
}
.destination__detail .why-study__box ol li,
.destination__detail .why-study__box ul li {
  list-style: none;
  margin-bottom: 1rem;
  line-height: 28px;
}
.destination__detail .why-study__box ol li .content,
.destination__detail .why-study__box ul li .content {
  color: rgb(31, 41, 55);
  display: flex;
  gap: 1rem;
}
.destination__detail .why-study__box ol li .content i,
.destination__detail .why-study__box ul li .content i {
  color: #2563eb;
}
.destination__detail .why-study__box ol li .content span,
.destination__detail .why-study__box ul li .content span {
  font-weight: 700;
}
@media (max-width: 400px) {
  .destination__detail .why-study__box {
    padding: 1rem;
  }
}
.destination__detail .visa-process {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #5eb9e8;
}
.destination__detail .visa-process h3 {
  color: #ffffff;
}
.destination__detail .visa-process__card {
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  min-height: 15.75rem;
  text-align: center;
}
.destination__detail .visa-process__card .process-num {
  color: #3b82f6;
  font-size: 4rem;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 8px;
}
@media (max-width: 400px) {
  .destination__detail .visa-process__card .process-num {
    font-size: 2rem;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .destination__detail .visa-process__card {
    min-height: auto;
  }
}
.destination__detail .document {
  background-color: #f5f5f5;
}
.destination__detail .document h3 {
  color: rgb(31, 41, 55);
}
.destination__detail .document__card {
  border-radius: 8px;
  background: #b0e5ff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
  height: 100%;
}
.destination__detail .document__card h6 {
  color: rgb(31, 41, 55);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 400px) {
  .destination__detail .document__card h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.destination__detail .document__card--content ol,
.destination__detail .document__card--content ul {
  padding-left: 0px;
}
.destination__detail .document__card--content ol li,
.destination__detail .document__card--content ul li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 1rem;
}
.destination__detail .document__card--content ol li p,
.destination__detail .document__card--content ul li p {
  color: rgb(75, 85, 99);
}
@media (max-width: 400px) {
  .destination__detail .document__card--content ol li,
  .destination__detail .document__card--content ul li {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 400px) {
  .destination__detail .document__card {
    padding: 1rem;
  }
}
.destination__detail .cost {
  background-color: #eef2ff;
  border-top: 2px solid #6b7280;
}
.destination__detail .cost__box {
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 2rem;
}
.destination__detail .cost__box--content p {
  color: #6b7280;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
.destination__detail .cost__box--content h4 {
  color: #2563eb;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 400px) {
  .destination__detail .cost__box--content h4 {
    font-size: 24px;
  }
}
.destination__detail .choose-us {
  background-color: #caedff;
}
.destination__detail .choose-us h3 {
  color: rgb(0, 0, 0);
}
.destination__detail .choose-us--img {
  height: 100%;
}
.destination__detail .choose-us--img img {
  object-fit: cover;
}
.destination__detail .choose-us--content ol,
.destination__detail .choose-us--content ul {
  padding-left: 0px;
}
.destination__detail .choose-us--content ol li,
.destination__detail .choose-us--content ul li {
  list-style: none;
  background-color: #ffffff;
  margin-bottom: 1rem;
  padding: 16px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.destination__detail .choose-us--content ol li .content,
.destination__detail .choose-us--content ul li .content {
  color: #1f2937;
  display: flex;
  gap: 1rem;
}
.destination__detail .choose-us--content ol li .content i,
.destination__detail .choose-us--content ul li .content i {
  color: #2563eb;
}
.destination__detail .choose-us--content ol li .content span,
.destination__detail .choose-us--content ul li .content span {
  font-weight: 700;
}
.destination__detail .section__title h2 {
  color: rgb(0, 0, 0);
}
.destination__detail--img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.destination__detail--content {
  padding: 1.25rem;
}
.destination__detail--content h3 {
  color: #002246;
}
.destination__detail--content p {
  color: #5f524c;
}
.destination__detail .contact-section {
  background-color: #f5f5f7;
  padding: 20px;
  border-radius: 10px;
}

.faq .accordion__item {
  margin-bottom: 1rem;
}
.faq .accordion__item--title {
  position: relative;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
}
.faq .accordion__item--title i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 0.875rem;
}
.faq .accordion__item--content {
  background-color: #f2f2f2;
  display: none;
  padding: 0.75rem 1.5rem;
}
.faq .accordion__item--content p {
  font-size: 1rem;
  font-weight: 300;
}
.faq .accordion__item.active .accordion__item--title i {
  transform: rotate(180deg);
}

.services .section__title h3 {
  color: #002246 !important;
}
.services__card {
  min-height: 100%;
  background-color: rgb(240, 242, 247);
  border-radius: 10px;
  height: 100%;
}
.services__card .services-img {
  height: 16rem;
  width: auto;
  overflow: hidden;
}
.services__card .services-img img {
  object-fit: cover;
  border-radius: 0.625rem;
}
.services__card--content {
  padding: 1rem;
}
.services__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.5rem;
}
.services__card--bottom {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  gap: 10px;
}
.services__card--bottom h4 {
  margin-bottom: 0rem;
}
.services__card--bottom img {
  height: 2.25rem;
  width: 1.875rem;
  overflow: hidden;
}
.services__card--bottom .l__button {
  padding: 10px 20px;
  width: 100%;
}
.services__card .more-btn {
  padding: 0.5rem 1.25rem;
}

.test .choose-section {
  background: url("/static/asset/image/aboutus-wave-bg.png");
}

.blog-page {
  background: #ffffff;
}
.blog-page .section__title h3 {
  color: #002246;
}
.blog-page .section__title p {
  color: #5f524c;
}

.abroad {
  background: url("/static/asset/image/Bg circles.png") no-repeat right center;
  background-size: contain;
}
.abroad .section__title h4 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .abroad .section__title {
    margin-bottom: 2rem;
  }
}
.abroad__card a {
  text-decoration: none;
}
.abroad__card .card-img {
  height: 16rem;
  margin-bottom: 1rem;
}
.abroad__card .card-img img {
  object-fit: cover;
}
.abroad__card--content h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #002246;
}
.abroad__card--content p {
  color: #5f524c;
}
.abroad__card--content .uni-number {
  font-size: 0.875rem;
  font-weight: 600;
  color: #002246;
}

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