/*!
Theme Name: Ecole Des Roches
Theme URI: http://underscores.me/
Author: thinkclever.agency
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecole-des-roches
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ecole Des Roches is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Blacklist';
  src:
    url('./fonts/Blacklist-Light.woff2') format('woff2'),
    url('./fonts/Blacklist-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blacklist';
  src:
    url('./fonts/Blacklist-LightItalic.woff2') format('woff2'),
    url('./fonts/Blacklist-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Elegant';
  src:
    url('./assets/fonts/ElegantRegular.woff2') format('woff2'),
    url('./assets/fonts/ElegantRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Elegant', serif;
  margin: 0 0 20px;
  line-height: 100%;
  font-weight: 300;
  color: #fff;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
ul {
  padding: 0px;
  list-style: none;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Mulish', sans-serif;
}
.top-header {
  background: #293a53;
  padding: 13px 0px;
  position: relative;
  z-index: 999;
}
header.site-header {
  background: #131e36;
  position: sticky;
  top: 0;
  z-index: 9999;
  left: 0;
  transition: all 0.3s ease-in;
}
.logged-in header.site-header {
  top: 32px;
}
.top-header .container-max,
header.site-header .container-max {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  margin-inline: auto;
  padding-inline: 20px;
  justify-content: space-between;
}
.custom-logo-link {
  display: flex;
}
.site-branding img {
  max-height: 86px;
  width: auto;
}
header.site-header a.btn {
  min-height: 58px;
}
header.site-header .left {
  display: flex;
  align-items: center;
  gap: 50px;
}
header.site-header .left ul#primary-menu {
  display: flex;
  gap: 40px;
  margin: 0;
}
header.site-header .left ul#primary-menu li {
  position: relative;
}
header.site-header .left ul#primary-menu > li > a {
  padding: 45px 0;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
header.site-header .left ul#primary-menu > li:hover > a {
  color: rgba(253, 184, 46, 1);
}
header.site-header .left ul#primary-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  transition: all 0.3s ease-in;
  padding: 20px 20px;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  width: 300px;
  transform: translateY(20px);
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.2);
  left: -20px;
}
header.site-header
  .left
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  a {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 400;
}
header.site-header
  .left
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  a::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  background-image: url(/wp-content/uploads/2026/02/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  top: calc(50% - 4px);
}
header.site-header
  .left
  ul#primary-menu
  li.menu-item-has-children:hover
  span
  svg {
  transform: rotate(180deg);
}
header.site-header .left ul#primary-menu li.menu-item-has-children span svg {
  transition: all 0.3s ease-in;
}
header.site-header
  .left
  ul#primary-menu
  li.menu-item-has-children:hover
  ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
header.site-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
li.menu-item-has-children span,
li.mega-menu span {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.current-menu-item > a {
  color: rgba(253, 184, 46, 1);
}
.current-menu-item svg path {
  fill: rgba(253, 184, 46, 1);
}
header.site-header .left ul#primary-menu li.menu-item-has-children > a,
header.site-header .left ul#primary-menu li.mega-menu > a {
  padding-right: 25px;
}
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.search-popup .bg-search {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.search-popup .inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 40px 50px;
  transition: all 0.3s ease-in;
  transform: translateY(200px);
  opacity: 0;
}
.search-popup .inner form {
  display: flex;
  position: relative;
}
.search-popup .inner form input#search {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 4px 15px;
  color: #000;
}
.search-popup .inner form button {
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: none;
  outline: none;
}
.search-popup .search-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding: 20px;
}
.search-popup .search-close-icon svg {
  width: 30px;
  height: auto;
}
.search-popup .search-close-icon svg path {
  stroke: #fff;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup.active .inner {
  opacity: 1;
  transform: translateY(0px);
}
.top-header .contact-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
.top-header .contact-info a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}
.top-header .right-column {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  justify-content: flex-end;
}
.top-header .clients-gallery {
  display: flex;
  align-items: center;
  gap: 36px;
}
.top-header .clients-gallery .item {
  display: flex;
  align-items: center;
}
.top-header .clients-gallery .item img {
  height: 24px;
}
.top-header .search-icon {
  display: flex;
  padding: 10px;
}
.top-header .search-icon svg {
  cursor: pointer;
}
header.site-header .left ul#primary-menu li.mega-menu .mega-menu-wrap {
  display: block !important;
  position: absolute;
  width: 615px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  transition: all 0.3s ease-in;
  padding: 20px 20px;
  border-radius: 10px;
  transform: translateY(20px);
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.2);
  left: -20px;
  padding-right: 280px;
  min-height: 230px;
  overflow: hidden;
}
header.site-header .left ul#primary-menu li.mega-menu:hover .mega-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.mega-menu-wrap .item {
  border-top: 0.5px solid rgba(230, 230, 230, 1);
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
}
.mega-menu-wrap .item:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.mega-menu-wrap .item .image img {
  width: 100%;
  object-fit: cover;
}
.mega-menu-wrap .item a {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 400;
}
.mega-menu-wrap .item .image {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.mega-menu-wrap .item .name {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
button#menu-trigger {
  background: transparent;
  border: 0px;
  padding: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
button#menu-trigger .bar {
  position: absolute;
  display: inline-block;
  top: 12px;
  width: 26px;
  height: 2px;
  background: #fdb82e;
}
button#menu-trigger .bar-2 {
  top: 19px;
}
button#menu-trigger .bar-3 {
  top: 26px;
}
.admin-bar .mobile-menu-wrapper {
  padding-top: 200px;
}
.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(41, 58, 83, 1);
  z-index: 10;
  padding: 20px;
  padding-top: 170px;
}

.footer-top-logos {
  background: #29344b;
  padding-block: 49px 33px;
}
.footer-top-logos .container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer-top-logos .container img {
  width: 100%;
  max-width: 65px;
  height: auto;
}
.footer-top-section .container {
  display: flex;
  align-items: center;
  gap: 150px;
}
.footer-top-section .clients-gallery {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-grow: 1;
}
.footer-top-section .clients-gallery img {
  max-height: 50px;
  width: auto;
}
.footer-middle-section {
  padding-block: 48px 55px;
}
.footer-middle-section .container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.footer-col {
  width: 25%;
}
.footer-col-title {
  display: block;
  font-size: 20px;
  color: #fdb82e;
  letter-spacing: 0.48px;
  margin-bottom: 17px;
}
.footer-col-1 .footer-col-title {
  color: #fff;
}
.footer-col-1 .address a:hover {
  color: #fdb82e;
}
.social-icons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.social-icons .social-link img {
  width: 100%;
  max-width: 30px;
}
.social-icons .social-link:hover {
  transform: scale(1.1);
}
.footer-col-1 .btn {
  width: 100%;
  min-width: auto;
  max-width: max-content;
  min-height: 54px;
  margin-top: 36px;
  font-size: 16px;
  text-transform: inherit;
}
.footer-col .links-wrapper .links li:not(:last-child) {
  margin-bottom: 18px;
}
.footer-col .links-wrapper .links li a {
  letter-spacing: 0.48px;
}
.footer-col .links-wrapper .links li a:hover {
  color: #fdb82e;
}
li.link-item.has-child a {
  display: block;
  position: relative;
}
li.link-item.has-child {
  position: relative;
}
li.link-item.has-child::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0px;
  width: 13px;
  height: 8px;
  background: url(/wp-content/uploads/2026/03/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
li.link-item.has-child.active::after {
  transform: rotate(180deg);
}
li.link-item.has-child.active > a {
  margin-bottom: 18px;
}
.sub-links-wrapper {
  margin-left: 10px;
}
.footer-col.downloads .links-wrapper .links li.link-item > a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-col.downloads .links-wrapper .links li.has-child > a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
ul.links {
  margin: 0px;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid rgba(170, 132, 83, 1);
  padding: 20px 10px 20px 30px;
  margin: 0 0 30px;
  background-color: rgba(249, 251, 254, 0.1);
}
blockquote strong {
  font-size: 20px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  height: 1px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--xoomcare-base);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--xoomcare-secondary);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* .widget {
  margin: 0 0 1.5em;
} */
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: left;
  font-size: 14px;
  font-style: italic;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}

.blog-loader {
  /* position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.85);
  z-index:10; */
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
#blog-results.loading .blog-loader {
  opacity: 1;
  visibility: visible;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #ddd;
  border-top: 4px solid #fdb82e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#blog-results {
  position: relative;
  min-height: 500px;
}
/* === === === === === Custom Css Start From Here */
section {
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1460px;
  margin: 0px auto;
  padding: 0px 30px;
}
.btn-wrap.center {
  justify-content: center;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.btn {
  border: 1px solid rgba(255, 255, 255, 1);
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 213px;
  padding: 5px 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 20px;
  border-radius: 45px;
  color: #fff;
  gap: 8px;
}
.btn.fill {
  background-color: rgba(253, 184, 46, 1);
  border-color: rgba(253, 184, 46, 1);
  color: rgba(19, 30, 54, 1);
}
.btn:hover {
  transform: scale(1.05);
}
.tagline {
  font-size: 14px;
  color: rgba(253, 184, 46, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  line-height: 1.56;
  font-weight: 500;
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.reveal {
  position: relative;
  overflow: hidden;
}

section.home-hero {
  padding: 100px 0 150px;
}
section.home-hero .container {
  position: relative;
  z-index: 2;
}
section.home-hero .video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
}
section.home-hero .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-hero .headline {
  font-family: 'Elegant';
  font-size: 110px;
  line-height: 102%;
}
.headline span {
  color: rgba(253, 184, 46, 1);
}
section.home-hero .sub-headline {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 102%;
}
section.home-hero .line {
  background-color: rgba(241, 191, 0, 1);
  width: 124px;
  height: 2px;
}
section.home-hero .contents-wrap {
  font-size: 20px;
  width: 100%;
  max-width: 683px;
  line-height: 200%;
  margin-bottom: 30px;
  margin-top: 20px;
}
section.home-hero::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
section.home-hero .partner-logo {
  position: absolute;
  right: 10px;
  bottom: -100px;
}
.partner-logo {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  padding: 23px 20px;
  border-radius: 25px;
  display: inline-flex;
  width: auto;
}
.section-inner-hero .container {
  position: relative;
}
.section-inner-hero .partner-logo {
  position: absolute;
  right: 30px;
  bottom: -100px;
}
section.our-story {
  padding: 100px 0;
  color: rgba(26, 38, 66, 1);
}
section.our-story .top-area {
  width: 100%;
  max-width: 720px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}
section.our-story .top-area .headline {
  color: rgba(26, 38, 66, 1);
  font-size: 52px;
}
section.our-story .our-stories {
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
}
.our-stories .item {
  position: relative;
}
.our-stories .item .line {
  width: 2px;
  height: 100%;
  position: absolute;
  right: 50%;
  background-color: rgba(245, 166, 35, 1);
  transition: all 0.3s ease-in;
  opacity: 0;
}
.our-stories .item.aos-animate .line {
  opacity: 1;
}
.our-stories .item .inner {
  width: 100%;
  max-width: 390px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(226, 221, 216, 1);
  padding: 22px 24px;
  border-radius: 8px;
  text-align: right;
  color: rgba(92, 92, 92, 1);
  position: relative;
}
.our-stories .item:nth-child(even) .inner {
  margin-left: auto;
  text-align: left;
}
.our-stories .item .title {
  color: rgba(26, 38, 66, 1);
  font-size: 20px;
  margin-bottom: 10px;
}
.our-stories .item .year {
  color: rgba(245, 166, 35, 1);
  font-size: 14px;
  margin-bottom: 8px;
}
section.our-story .our-stories::before {
  position: absolute;
  content: '';
  height: 100%;
  background-color: rgba(226, 221, 216, 1);
  width: 2px;
  right: 50%;
  transform: translateX(-50%);
}
.our-stories .item::before {
  position: absolute;
  width: 14px;
  height: 14px;
  content: '';
  box-shadow: 0px 0px 0px 2px rgba(245, 166, 35, 1);
  border-radius: 10px;
  right: calc(50% - 5px);
  background: #fff;
  z-index: 2;
}
.our-stories .item::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: '';
  background-color: rgba(245, 166, 35, 1);
  right: calc(50% - 2px);
  top: 3px;
  z-index: 2;
  border-radius: 50%;
}

/* === === === Global CSS Start === === === */
.btn-dark {
  color: #131e36;
  border-color: #131e36;
}
.btn-dark:hover {
  color: #131e36;
  border-color: #131e36;
}
.eds-column-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.eds-column-2 .left-column,
.eds-column-2 .right-column {
  flex-basis: calc(50% - 25px);
  width: calc(50% - 25px);
}
.title-h2 {
  font-size: 40px;
  font-weight: 500;
  color: #002841;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
}
.title-background span {
  color: #002841;
  background: #fdb82e;
  padding: 0px 10px 0px;
}
.reveal {
  position: relative;
  overflow: hidden;
}
.color-223C59 {
  color: #223c59;
}
.color-002841 {
  color: #002841;
}
.color-0B1E3A {
  color: #0b1e3a;
}
.color-131E36 {
  color: #131e36;
}
.text-28 {
  font-size: 28px;
}
.text-28-semibold {
  font-size: 28px;
  font-weight: 600;
}
.text-24 {
  font-size: 24px;
}
.text-24-medium {
  font-size: 24px;
  font-weight: 500;
}
.text-22 {
  font-size: 22px;
  font-weight: 500;
}
.text-20 {
  font-size: 20px;
}
.text-18 {
  font-size: 18px;
}
.image-line-top-left {
  position: relative;
}
.image-line-top-left::before {
  content: '';
  position: absolute;
  top: 37px;
  left: -32px;
  width: 124px;
  height: 3px;
  background: #f1bf00;
  z-index: 1;
}
.image-line-top-right {
  position: relative;
}
.image-line-top-right::before {
  content: '';
  position: absolute;
  top: 37px;
  right: -32px;
  width: 124px;
  height: 3px;
  background: #f1bf00;
  z-index: 1;
}
.tagline-after {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tagline-after::after {
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f6c056;
  opacity: 0.5;
}
/* === === === Global CSS End === === === */

/* === === === Inner Hero Section Start === === === */
.section-inner-hero {
  padding-block: 104px 190px;
}
.inner-hero-bg {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
}
.inner-hero-bg svg {
  width: 100%;
  max-width: max-content;
}
.section-inner-hero .inner .inner-hero-block {
  display: grid;
  grid-template-columns: 1.26fr 1fr;
  gap: 70px;
  align-items: center;
}
.section-inner-hero .inner .inner-hero-block .tagline {
  font-weight: 300;
}
.section-inner-hero .inner .inner-hero-block h1 {
  font-size: clamp(50px, 4.92vw, 80px);
  padding-bottom: 25px;
  position: relative;
}
.section-inner-hero .inner .inner-hero-block h1::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 124px;
  height: 2px;
  background: #f1bf00;
}
.section-inner-hero .inner .inner-hero-block .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.667;
  margin-top: 30px;
  letter-spacing: -0.76px;
  width: 100%;
}
.section-inner-hero .inner .inner-hero-block .btn-wrap {
  margin-top: 44px;
}
.section-inner-hero .inner .inner-hero-block .layout-image {
  position: relative;
}
.section-inner-hero .inner .inner-hero-block .layout-image img {
  display: block;
  width: 100%;
}
.section-inner-hero .inner .inner-hero-block .layout-image .floating {
  position: absolute;
  left: -19%;
  bottom: -90px;
  width: 55%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
/* === === === Inner Hero Section End === === === */

/* === === === Inner Hero V2 Section Start === === === */
.section-inner-hero-v2 {
  padding-block: 106px 154px;
}
.section-inner-hero-v2 .video::before,
.section-inner-hero-v2 .background-image::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.section-inner-hero-v2 .video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
}
.section-inner-hero-v2 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-inner-hero-v2 .background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.section-inner-hero-v2 .container {
  position: relative;
  z-index: 2;
}
.section-inner-hero-v2 h1 {
  position: relative;
  /* padding-bottom: 25px; */
  margin-bottom: 0px;
  width: 100%;
  max-width: 850px;
}
.section-inner-hero-v2 .line {
  background-color: rgba(241, 191, 0, 1);
  width: 124px;
  height: 2px;
  margin-top: 20px;
}
.section-inner-hero-v2.active-center-content .line {
  margin: 20px auto 0;
}
.section-inner-hero-v2 .sub-headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: -0.56px;
  margin-top: 25px;
}
.section-inner-hero-v2 .description {
  font-size: 16px;
  line-height: 1.625;
  width: 100%;
  max-width: 732px;
  margin-top: 25px;
  letter-spacing: -0.56px;
}
.section-inner-hero-v2 .tags {
  display: flex;
  align-items: center;
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 20px;
}
.section-inner-hero-v2 .tags .tag {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 15px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
}
.section-inner-hero-v2 .btn-wrap {
  margin-top: 33px;
}
.section-inner-hero-v2 .right-icon {
  position: absolute;
  right: 2%;
  bottom: -120px;
  width: 100%;
  max-width: 106px;
}
.section-inner-hero-v2 .right-icon img {
  opacity: 0.6;
}
.section-inner-hero-v2.active-center-content {
  text-align: center;
}
.section-inner-hero-v2.active-center-content h1,
.section-inner-hero-v2.active-center-content h1::after,
.section-inner-hero-v2.active-center-content .description {
  margin-left: auto;
  margin-right: auto;
}
.section-inner-hero-v2.active-center-content h1::after {
  right: 0px;
}
.section-inner-hero-v2.active-center-content .btn-wrap {
  justify-content: center;
}
/* === === === Inner Hero V2 Section End === === === */

/* === === === Accreditations Section Start === === === */
.section-accreditations {
  padding-block: 45px 40px;
}
.accreditations-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.accreditation-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accreditation-item img {
  max-height: 55px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: all 0.3s ease;
}
.accreditation-link {
  display: inline-block;
}
/* === === === Accreditations Section End === === === */

/* === === === Our Courses Section Start === === === */
.section-our-courses {
  padding-block: 75px 92px;
}
.section-our-courses .top-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.section-our-courses .top-block .tagline {
  color: #223c59;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
/* .section-our-courses .top-block .tagline::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background-color: #fdb82e;
  opacity: 0.5;
} */
.section-our-courses .top-block h2 {
  font-family: 'Elegant';
  color: #040a27;
  font-size: 72px;
  margin-bottom: 0px;
  text-transform: none;
  letter-spacing: 0px;
}
.section-our-courses .top-block .right-column .description {
  font-size: 20px;
  line-height: 1.35;
  color: #686a72;
  text-align: right;
  margin-bottom: 27px;
}
.section-our-courses .top-block .right-column .button-wrapper {
  text-align: right;
}
.section-our-courses .top-block .right-column .button-wrapper .btn {
  display: inline-flex;
}
.course-block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
  color: #fff;
}
.course-block .course-item {
  position: relative;
}
.course-block .course-item::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.15) 59.81%);
  z-index: 1;
}
.course-block .course-item .course-image {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.course-block .course-item .course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.course-block .course-item .course-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px 10px 35px 15px;
  z-index: 2;
}
.course-block .course-item .course-content .course-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.course-block .course-item .course-content .course-description {
  color: #e6e6e6;
  font-size: 14px;
  margin-top: 7px;
}
.course-block .course-item .course-content .button-wrapper {
  margin-top: 7px;
}
.course-block .course-item .course-content .button-wrapper a.btn-line {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.course-block .course-item .course-content .button-wrapper a.btn-line:hover {
  color: #fdb82e;
}
/* === === === Our Courses Section End === === === */

/* === === === About Section Start === === === */
.section-about {
  color: #223c59;
  padding-block: 123px 8.8%;
  padding-bottom: clamp(60px, 10vw, 170px);
}
.section-about .inner .layout-block {
  display: flex;
  gap: 70px;
  align-items: center;
}
.section-about .inner .layout-block .layout-text {
  flex: 1;
}
.section-about .inner .layout-block:not(:last-child) {
  margin-bottom: 80px;
}
.section-about .inner .layout-block .tagline {
  color: #223c59;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.section-about .inner .layout-block .tagline::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background-color: #fdb82e;
  opacity: 0.5;
}
.section-about .inner .layout-block h2 {
  font-size: 40px;
  font-weight: 500;
  color: #002841;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
  width: 100%;
  max-width: 600px;
}
.section-about .inner .layout-block .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667;
  margin-top: 10px;
  letter-spacing: -0.56px;
}
.section-about .inner .layout-block .description .big-text {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.96px;
  line-height: 1.536;
}
.section-about .inner .layout-block .btn-wrap {
  margin-top: 40px;
}
.section-about .inner .layout-block-reverse .layout-text {
  order: 2;
}
.section-about .inner .layout-block .layout-image {
  position: relative;
  width: 45%;
}
.section-about .inner .layout-block:first-child .layout-image::before {
  content: '';
  position: absolute;
  top: 82px;
  left: -46px;
  width: 124px;
  height: 3px;
  background: #f1bf00;
  z-index: 1;
}
.section-about .inner .layout-block .layout-image img {
  width: 100%;
}
.section-about .inner .layout-block-reverse .layout-image::before {
  left: auto;
  right: -46px;
}
.section-about .inner .layout-block-reverse .layout-image {
  order: 1;
}
.video-wrapper .video-poster {
  position: relative;
  overflow: hidden;
}
.video-wrapper .video-poster img {
  width: 100%;
  display: block;
}
.video-wrapper .video-poster svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-62%, -50%);
  width: 150px;
  height: auto;
}
.section-about .info-block {
  margin-top: 90px;
}
section.info-v2 .info-block {
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
section.info-v2 .info-block .info-title {
  font-size: 10px;
  font-weight: 700;
}
.section-about .info-block .info-item {
  position: relative;
}
.section-about .info-block .info-item::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: rgba(253, 184, 46, 1);
  right: -35px;
}
.section-about .info-block .info-item:last-child::before {
  opacity: 0;
}
/* section.info-v2 .info-block .info-content {
  font-size: 64px;
  font-family: "Cormorant Garamond", serif;
} */
section.section-info .info-block .info-item {
  position: relative;
}
section.info-v2 .info-block .info-item::before {
  background-color: rgba(253, 184, 46, 1);
}
section.section-info .info-block .info-item::before {
  position: absolute;
  content: '';
  height: 75px;
  width: 1px;
  background-color: rgba(26, 38, 66, 0.2);
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
section.section-info.info-v2 .info-block .info-item::before {
  right: -22px;
}
section.section-info .info-block .info-item:last-child::before {
  opacity: 0;
}
.info-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: baseline;
  text-align: center;
  gap: 70px;
}
.info-content {
  color: #131e36;
  font-size: 64px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}
.info-title {
  color: #131e36;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
/* === === === About Section End === === === */

/* === === === Info Section Start === === === */
.section-info {
  padding-block: 55px 58px;
}
/* === === === Info Section End === === === */

/* === === === Stories Section Start === === === */
.section-stories {
  overflow: inherit;
  padding-block: 44px 60px;
}
.section-stories .inner {
  position: relative;
}

.section-stories .left-block {
  width: 58%;
  position: relative;
  z-index: 1;
}
.section-stories .left-block::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 144%;
  left: -5%;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: #2e3a51;
  z-index: 0;
  clip-path: polygon(1% 1%, 100% 1%, 100% 95%, 0% 100%);
}
.section-stories .left-block .video-thumb {
  position: relative;
}
.section-stories .left-block .image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
.section-stories .left-block .image-wrapper img {
  width: 100%;
  display: block;
}
.section-stories .left-block .image-wrapper svg {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-62%, -50%);
}

.section-stories .stories-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 53%;
  max-width: 735px;
  background: #f3f3f3;
  padding: 50px 50px;
  border-radius: 28px;
  box-shadow: 0 45px 80px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.section-stories .stories-block h2 {
  font-size: 52px;
  line-height: 1.15;
  color: #040a27;
  font-size: clamp(38px, 3.74vw, 52px);
  font-family: 'Elegant', serif;
  text-transform: none;
  letter-spacing: 0px;
}

.section-stories .stories-block .description {
  font-size: 18px;
  line-height: 1.556;
  color: #131e36;
  margin-bottom: 45px;
  letter-spacing: -0.76px;
}
.section-stories .stories-block .quote-wrapper {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 22px;
  position: relative;
  margin-left: 20px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
}
.section-stories .stories-block .quote {
  font-size: 16px;
  line-height: 1.5;
  color: #131e36;
  margin-bottom: 15px;
  letter-spacing: -0.76px;
  width: 100%;
  max-width: 510px;
}

.section-stories .stories-block .quote-wrapper::before {
  content: '“';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #f7c056;
  border-radius: 50%;
  font-size: 88px;
  line-height: 0.95;
  display: flex;
  justify-content: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.section-stories .stories-block .quote-wrapper::after {
  content: '”';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #f7c056;
  border-radius: 50%;
  font-size: 88px;
  line-height: 0.955;
  display: flex;
  justify-content: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}
.section-stories .stories-block .author {
  display: flex;
  gap: 10px;
  align-items: center;
  letter-spacing: -0.76px;
  opacity: 0.8;
}
.section-stories .stories-block .author .name {
  font-weight: 700;
  color: #131e36;
  border-right: 2px solid #131e36;
  line-height: 1;
  padding-right: 10px;
}
.section-stories .stories-block .author .designation {
  font-weight: 500;
  color: #7b8494;
}
/* === === === Stories Section End === === === */

/* === === === Alternating Layout Section Start === === === */
.section-alternating-layout {
  color: #002841;
  padding-block: 123px 113px;
}
.section-alternating-layout .inner .layout-block {
  display: flex;
  gap: 70px;
  align-items: center;
  margin-bottom: 145px;
}
.section-alternating-layout .inner .layout-block:last-child {
  margin-bottom: 0px;
}
.section-alternating-layout .inner .layout-block h2 {
  font-size: 40px;
  font-weight: 500;
  color: #002841;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
  width: 100%;
  max-width: 600px;
}
.section-alternating-layout .inner .layout-block .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667;
  margin-top: 30px;
  letter-spacing: -0.56px;
  width: 100%;
  max-width: 650px;
}
.section-alternating-layout .inner .layout-block .button-wrapper {
  margin-top: 20px;
}
.section-alternating-layout .inner .layout-block .button-wrapper .btn {
  color: #131e36;
  border-color: #131e36;
  display: inline-flex;
}
.section-alternating-layout .inner .layout-block .layout-image {
  position: relative;
  width: 45%;
}
.section-alternating-layout .inner .layout-block .layout-text {
  flex: 1;
}
.section-alternating-layout .inner .layout-block .layout-image img {
  display: block;
  width: 100%;
}
.section-alternating-layout .inner .layout-block .layout-image .floating {
  position: absolute;
  left: -19%;
  bottom: -90px;
  width: 55%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.section-alternating-layout
  .inner
  .layout-block-reverse
  .layout-image
  .floating {
  right: -50px;
  left: auto;
}
.section-alternating-layout .inner .layout-block-reverse .layout-text {
  order: 2;
}
.section-alternating-layout .inner .layout-block-reverse .layout-image {
  order: 1;
}
/* === === === Alternating Layout Section End === === === */

/* === === === News and Events Section Start === === === */
.section-news-and-events {
  padding-block: 77px 90px;
}
.section-news-and-events .top-block {
  text-align: center;
}
.section-news-and-events .top-block .tagline {
  color: #223c59;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.section-news-and-events .top-block .tagline::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: #223c59;
  opacity: 0.5;
}
.section-news-and-events .title-wrapper h2 {
  font-size: 52px;
  font-weight: 500;
  color: #002841;
  letter-spacing: 4px;
  line-height: 1;
}
.section-news-and-events .title-wrapper h2 span {
  background: #fdb82e;
  padding: 0px 10px 0px;
}
.section-news-and-events .description {
  color: #002841;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: -0.56px;
  width: 100%;
  max-width: 950px;
  margin: 20px auto 0px;
}
.news-events-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: #002841;
  margin-top: 46px;
}
.news-events-wrapper .news-event-item {
  flex-basis: calc(33.33% - 19px);
  width: calc(33.33% - 19px);
  background: #fff;
}
.news-event-image {
  position: relative;
  user-select: none;
  aspect-ratio: 451 / 331;
  max-width: 100%;
  width: 100%;
  min-height: 300px;
  max-height: 331px;
}
.news-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-event-image .category {
  position: absolute;
  top: 19px;
  right: 0px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  background: #f6c056;
}
.news-event-content {
  padding: 30px 30px 48px;
}
.news-event-title {
  font-size: 24px;
  font-weight: 500;
  color: #142f57;
  line-height: 1.25;
  margin-bottom: 15px;
  letter-spacing: -0.25px;
  font-family: 'Mulish', sans-serif;
}
.news-event-date {
  color: #223c59;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.calendar-icon {
  margin-top: 1px;
}
.news-event-excerpt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: -0.56px;
}
.section-news-and-events .button-wrapper {
  margin-top: 46px;
  text-align: center;
}
.section-news-and-events .button-wrapper .btn {
  color: #002841;
  border-color: #002841;
  border-radius: 0px;
  display: inline-flex;
}
/* === === === News and Events Section End === === === */

/* === === === Frequently Asked Questions Section Start === === === */
.section-faqs {
  padding-block: 125px 145px;
}
.section-faqs .title-wrapper h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
  /* text-transform: none; */
  letter-spacing: 4px;
  line-height: 1.2;
  /* font-family: 'Elegant', serif; */
}
.section-faqs .title-wrapper h2 span {
  color: #131e36;
  background: #fdb82e;
  padding: 0px 10px 0px;
}
.section-faqs .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  margin-top: 20px;
  letter-spacing: -0.56px;
  width: 100%;
  max-width: 611px;
}
.section-faqs .button-wrapper {
  margin-top: 30px;
}
.section-faqs .button-wrapper .btn {
  /* border-radius: 0px; */
  display: inline-flex;
  padding: 17px 35px;
  font-size: 16px;
  min-width: 191px;
  min-height: 58px;
  letter-spacing: 1px;
}
.accordion-item {
  border-bottom: 1px solid #fff;
}
.accordion-header {
  padding: 20px 45px 20px 0px;
  position: relative;
  cursor: pointer;
}
.accordion-question {
  font-weight: 300;
  margin: 0px;
}
.accordion-header span {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-header .icon-minus {
  pointer-events: none;
  opacity: 0;
}
.accordion-item.active .icon-minus {
  opacity: 1;
  pointer-events: auto;
}
.accordion-item.active .icon-plus {
  opacity: 0;
  pointer-events: none;
}
.accordion-body {
  padding: 0px 45px 20px 0px;
  display: none;
}
.accordion-body-contents {
  font-size: 14px;
}
.section-faqs.faqs-v2 .button-wrapper .btn {
  border-radius: 34px;
  position: relative;
}
.section-faqs.faqs-v2 .button-wrapper .btn::after {
  content: '→';
  font-size: 18px;
  font-family: math;
}
.faqs-v2 .accordion-item {
  color: #1a1919;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 15px;
}
.faqs-v2 .accordion-header {
  padding: 17px 45px 17px 30px;
}
.accordion-header span {
  top: 16px;
}
.faqs-v2 .accordion-body {
  padding: 0px 45px 20px 30px;
}
.faqs-v2 .accordion-header span svg line {
  stroke: #223c59;
}
/* === === === Frequently Asked Questions Section End === === === */

/* === === === Enquiry Form Section Start === === === */
.section-enquiry-form {
  color: #0b1e3a;
  padding-block: 115px 110px;
}
.section-enquiry-form h2 {
  color: #0b1e3a;
  font-size: 64px;
  font-size: clamp(42px, 4.1vw, 64px);
  font-family: 'Elegant', serif;
  text-transform: none;
  letter-spacing: 0px;
}
.section-enquiry-form .sub-headline {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: clamp(24px, 2vw, 28px);
}
.section-enquiry-form .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.65;
  margin-top: 15px;
  letter-spacing: -0.56px;
  width: 100%;
  max-width: 650px;
}
/* === === === Enquiry Form Section End === === === */

/* === === === Enquiry Form CSS Start === === === */
.wpforms-container.wpforms-container-full.eds-form {
  margin: 0px;
}
.wpforms-container.eds-form .wpforms-field {
  padding: 5px 0px;
}
div.wpforms-container-full.eds-form .wpforms-field-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
div.wpforms-container-full.eds-form input[type='text'],
div.wpforms-container-full.eds-form input[type='number'],
div.wpforms-container-full.eds-form input[type='email'],
div.wpforms-container-full.eds-form select,
div.wpforms-container-full.eds-form input[type='file'] {
  color: #000;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
}
div.wpforms-container-full.eds-form input[type='text']:focus:invalid,
div.wpforms-container-full.eds-form input[type='number']:focus:invalid,
div.wpforms-container-full.eds-form input[type='email']:focus:invalid,
div.wpforms-container-full.eds-form select:focus:invalid,
div.wpforms-container-full.eds-form input[type='file']:focus:invalid {
  border-color: rgb(253, 184, 46);
  box-shadow: none;
}
div.wpforms-container-full
  .wpforms-field.wpforms-field-payment-checkbox
  ul
  li
  input
  + label {
  font-size: 14px;
  color: #0b1e3a;
  letter-spacing: -0.2px;
}
.eds-form .btn.fill {
  background-color: #0b1e3a !important;
  border-color: rgba(253, 184, 46, 1) !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  border-radius: 34px;
  position: relative;
}
.eds-form .btn.fill::after {
  content: '→';
  font-size: 18px;
  font-family: math;
}
/* === === === Enquiry Form CSS End === === === */

/* === === === Careers Form CSS Start === === === */
.wpforms-container-full.eds-form.careers-form {
  width: 100%;
  max-width: 836px;
  margin: auto;
}
.wpforms-container.eds-form.careers-form .wpforms-field {
  padding: 9px 0px;
}
.wpforms-container.eds-form.careers-form .wpforms-field.wpforms-field-checkbox {
  margin-top: 15px;
  display: inline-block;
  text-align: left;
}
.wpforms-container.eds-form.careers-form
  .wpforms-field.wpforms-field-checkbox
  label {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.36;
}
div.wpforms-container-full.eds-form.careers-form input[type='text'],
div.wpforms-container-full.eds-form.careers-form input[type='number'],
div.wpforms-container-full.eds-form.careers-form input[type='email'],
div.wpforms-container-full.eds-form.careers-form select,
div.wpforms-container-full.eds-form.careers-form input[type='file'] {
  height: 60px;
}
div.wpforms-container-full.eds-form.careers-form input[type='file'] {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 14px;
  cursor: pointer;
  color: #757575;
}
div.wpforms-container-full.eds-form.careers-form
  input[type='file']::file-selector-button {
  background: #d9d9d980;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 11px;
  cursor: pointer;
  margin-right: 15px;
  transition: 0.3s ease;
  margin-right: calc(100% - 200px);
}
div.wpforms-container-full.eds-form.careers-form
  input[type='file']::file-selector-button:hover {
  background: #f3f3f3;
  border-color: #999;
}
div.wpforms-container-full.eds-form.careers-form input[type='file']:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.eds-form.careers-form .btn.fill {
  margin: 20px auto 0px;
}
/* === === === Careers Form CSS End === === === */
section.full-width-image {
  display: flex;
}
/* === === === Column With Right Image Section CSS Start === === === */
.section-column-with-right-image {
  padding-block: 88px 92px;
}
.section-column-with-right-image .eds-column-2 .left-column {
  flex-basis: calc(53% - 25px);
  width: calc(53% - 25px);
}
.section-column-with-right-image .title-h2 {
  font-family: 'Elegant', serif;
  text-transform: none;
}
.section-column-with-right-image .eds-column-2 .right-column {
  flex-basis: calc(47% - 25px);
  width: calc(47% - 25px);
}
.section-column-with-right-image .layout-block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 40px;
}
.section-column-with-right-image .tagline {
  color: #223c59;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  display: block;
}
.section-column-with-right-image .tagline::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #223c59;
  opacity: 0.5;
}
.section-column-with-right-image .description {
  letter-spacing: -0.96px;
}
.section-column-with-right-image .layout-block .layout-item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-basis: calc(50% - 15px);
}
.section-column-with-right-image .layout-block .layout-item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(34, 60, 89, 0.1);
}
.section-column-with-right-image .layout-block .layout-item .icon img {
  height: 39px;
  width: auto;
}
.section-column-with-right-image .layout-block .layout-item .content-block {
  width: calc(100% - 95px);
}
.section-column-with-right-image
  .layout-block
  .layout-item
  .content-block
  .title {
  letter-spacing: -0.76px;
  font-weight: 700;
  line-height: 1.45;
  display: block;
}
.section-column-with-right-image
  .layout-block
  .layout-item
  .content-block
  .content {
  font-size: 13.5px;
  letter-spacing: -0.56px;
  margin-top: 2px;
}
.section-column-with-right-image .eds-column-2 .left-column .btn-wrap {
  margin-top: 30px;
}
.section-column-with-right-image .eds-column-2 .right-column img {
  display: block;
  width: 100%;
}
.section-column-with-right-image
  .eds-column-2
  .right-column
  .additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 23px;
}
.section-column-with-right-image
  .eds-column-2
  .right-column
  .additional-images
  > div {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
}
/* === === === Column With Right Image Section CSS End === === === */

/* === === === Column With Left Image Section CSS Start === === === */
.section-column-with-left-image {
  padding-block: 88px 92px;
}
.section-column-with-left-image .eds-column-2 .left-column {
  flex-basis: calc(49% - 25px);
  width: calc(49% - 25px);
}
.section-column-with-left-image .eds-column-2 .right-column {
  flex-basis: calc(51% - 25px);
  width: calc(51% - 25px);
}
.section-column-with-left-image .layout-block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 40px;
}
.section-column-with-left-image .tagline {
  color: #223c59;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.section-column-with-left-image .tagline::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fdb82e;
  opacity: 0.5;
}
.section-column-with-left-image .description {
  letter-spacing: -0.96px;
}
.section-column-with-left-image .layout-block .layout-item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-basis: calc(50% - 15px);
}
.section-column-with-left-image .layout-block .layout-item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(34, 60, 89, 0.1);
}
.section-column-with-left-image .layout-block .layout-item .icon img {
  height: 24px;
  width: auto;
}
.section-column-with-left-image .layout-block .layout-item .content-block {
  width: calc(100% - 95px);
}
.section-column-with-left-image
  .layout-block
  .layout-item
  .content-block
  .title {
  letter-spacing: -0.76px;
  font-weight: 700;
  line-height: 1.45;
  display: block;
}
.section-column-with-left-image
  .layout-block
  .layout-item
  .content-block
  .content {
  font-size: 13.5px;
  letter-spacing: -0.56px;
  margin-top: 2px;
}
.section-column-with-left-image .eds-column-2 .left-column img {
  display: block;
  width: 100%;
}
.section-column-with-left-image .eds-column-2 .left-column .additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 23px;
}
.section-column-with-left-image
  .eds-column-2
  .left-column
  .additional-images
  > div {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
}
.section-column-with-left-image .eds-column-2 .right-column .btn-wrap {
  margin-top: 30px;
}
/* === === === Column With Left Image Section CSS End === === === */

/* === === === Column With Right Video Section CSS Start === === === */
.section-column-with-right-video {
  padding-block: 88px 92px;
}
.section-column-with-right-video .eds-column-2 .left-column {
  flex-basis: calc(53% - 25px);
  width: calc(53% - 25px);
}
.section-column-with-right-video .eds-column-2 .right-column {
  flex-basis: calc(47% - 25px);
  width: calc(47% - 25px);
}
.section-column-with-right-video .layout-block {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 27px;
}
.section-column-with-right-video .tagline {
  color: #223c59;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.section-column-with-right-video .tagline::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(253, 184, 46, 1);
  opacity: 0.5;
}
.section-column-with-right-video .headline {
  font-size: 36px;
  color: rgba(19, 30, 54, 1);
  line-height: 125%;
}
.section-column-with-right-video .description {
  letter-spacing: -0.96px;
  font-size: 18px;
}
.section-column-with-right-video .layout-block .layout-item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-basis: calc(50% - 15px);
}
.section-column-with-right-video .layout-block .layout-item .icon {
  width: 58px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(34, 60, 89, 0.1);
}
.section-column-with-right-video .layout-block .layout-item .icon img {
  height: 24px;
  width: auto;
}
.section-column-with-right-video .layout-block .layout-item .content-block {
  width: calc(100% - 95px);
}
.section-column-with-right-video
  .layout-block
  .layout-item
  .content-block
  .title {
  letter-spacing: -0.76px;
  font-weight: 700;
  line-height: 1.45;
  display: block;
}
.section-column-with-right-video
  .layout-block
  .layout-item
  .content-block
  .content {
  font-size: 13.5px;
  letter-spacing: -0.56px;
  margin-top: 2px;
}
.section-column-with-right-video .eds-column-2 .left-column .btn-wrap {
  margin-top: 30px;
}
.section-column-with-right-video .video-wrapper .video-poster img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
/* === === === Column With Right Video Section CSS End === === === */

/* === === === Feature Cards Section CSS Start === === === */
.section-feature-cards {
  padding-block: 102px 119px;
  text-align: center;
}
.section-feature-cards .tagline {
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.section-feature-cards .tagline::after {
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: #f6c056;
  opacity: 0.5;
}
.section-feature-cards h2 {
  color: #fff;
  margin: 0px;
  font-family: 'Elegant', serif;
  text-transform: none;
  font-size: 52px;
  letter-spacing: 0px;
}
.section-feature-cards .description {
  width: 100%;
  max-width: 932px;
  margin: 30px auto 0px;
  font-weight: 300;
  letter-spacing: -0.96px;
}
.cards-block {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  row-gap: 80px;
  margin-top: 80px;
  justify-content: center;
}
.cards-block .card-item {
  padding: 50px 23px 40px;
  background: #fff;
  border-radius: 12px;
  position: relative;
  flex-basis: calc(25% - 45px);
}
.cards-block.three-columns .card-item {
  flex-basis: calc(33.33% - 45px);
}
.cards-block .card-item .icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(34, 60, 89, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: -36px;
  margin: auto;
}
.cards-block .card-item .icon img {
  height: 34px;
  width: auto;
}
.cards-block .card-item .content-block .title {
  display: block;
  font-size: 24px;
  font-family: 'Elegant', serif;
  line-height: 1.2;
}
.cards-block .card-item .content-block .content {
  font-size: 14px;
  letter-spacing: -0.56px;
}
/* === === === Feature Cards Section CSS End === === === */

/* === === === Feature Cards V2 Section CSS Start === === === */
.section-feature-cards-v2 .tagline {
  color: #223c59;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.section-feature-cards-v2 .tagline::after {
  display: none;
}
.section-feature-cards-v2 h2 {
  font-size: 40px;
  color: #0b1e3a;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
}
.section-feature-cards-v2 .description {
  color: #0b1e3a;
}
.section-feature-cards-v2 .cards-block {
  margin-top: 50px;
}
.section-feature-cards-v2 .cards-block .card-item {
  padding: 0px 0px;
  background: transparent;
}
.section-feature-cards-v2 .cards-block .card-item .icon {
  position: relative;
  border-radius: 100%;
  border: 1px dashed rgba(28, 24, 23, 0.2);
  top: inherit;
  left: inherit;
  right: inherit;
  margin-bottom: 20px;
}
.section-feature-cards-v2 .cards-block .card-item .content-block .content {
  margin-top: 10px;
}
/* === === === Feature Cards V2 Section CSS End === === === */

/* === === === Feature Cards V3 Section CSS Start === === === */
.section-feature-cards-v3 {
  padding-block: 85px 85px;
}
.section-feature-cards-v3 .tagline {
  color: #fdb82e;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.section-feature-cards-v3 .tagline::after {
  display: none;
}
.section-feature-cards-v3 h2 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
  width: 100%;
  max-width: 730px;
  margin: 0px auto;
}
.section-feature-cards-v3 .description {
  letter-spacing: -0.76px;
  margin-top: 20px;
}
.section-feature-cards-v3 .cards-block {
  gap: 36px;
  margin-top: 40px;
}
.section-feature-cards-v3 .cards-block .card-item {
  background-color: #35425c;
  border-radius: 10px;
  padding-block: 74px;
  flex-basis: calc(25% - 27px);
  width: calc(25% - 27px);
}
.section-feature-cards-v3 .cards-block .card-item .content {
  color: #fdb82e;
  margin-top: 5px;
}
.section-feature-cards-v3 .cards-block .card-item .event-date {
  margin-top: 10px;
}
.section-feature-cards-v3 .cards-block .card-item .event-date span.date-title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-feature-cards-v3 .cards-block .card-item .event-date .date {
  display: block;
  font-size: 14px;
  letter-spacing: 0.48px;
  line-height: 1.929;
}
.section-feature-cards-v3 .cards-block .card-item .btn-wrap {
  margin-top: 23px;
}
.section-feature-cards-v3 .cards-block .card-item .btn-wrap .btn {
  border-radius: 0px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  min-height: 47px;
}
/* === === === Feature Cards V3 Section CSS End === === === */

/* === === === Feature Cards V4 Section CSS Start === === === */
.section-feature-cards-v4 {
  padding-block: 100px;
}
.section-feature-cards-v4 .tagline {
  color: #131e36;
}
.section-feature-cards-v4 h2 {
  font-size: 40px;
  color: #002841;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
}
.section-feature-cards-v4 .description {
  max-width: 812px;
  letter-spacing: -0.56px;
}
.section-feature-cards-v4 .cards-block {
  width: 100%;
  max-width: 850px;
  margin: 42px auto 0px;
}
.section-feature-cards-v4 .cards-block .card-item {
  padding: 0px;
  background: transparent;
  flex-basis: calc(33.33% - 40px);
}
.section-feature-cards-v4 .cards-block .card-item .icon {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  margin-bottom: 17px;
}
.section-feature-cards-v4 .cards-block .card-item .content-block .content {
  font-weight: 600;
  letter-spacing: -0.76px;
}
/* === === === Feature Cards V4 Section CSS End === === === */

/* === === === Feature Cards V5 Section CSS Start === === === */
.section-feature-cards-v5 {
  padding-block: 100px 123px;
}
.section-feature-cards-v5 h2 {
  width: 100%;
  max-width: 972px;
  margin: 0px auto;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2;
  font-family: 'Mulish', sans-serif;
}
.section-feature-cards-v5 .description {
  max-width: 972px;
  letter-spacing: -0.76px;
}
.section-feature-cards-v5 .cards-block {
  margin-top: 45px;
  gap: 20px;
  justify-content: space-between;
}
.section-feature-cards-v5 .cards-block .card-item {
  padding: 0px;
  background: transparent;
}
.section-feature-cards-v5 .cards-block .card-item {
  flex-basis: calc(19% - 45px);
}
.section-feature-cards-v5 .cards-block .card-item .icon {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  box-shadow: none;
}
.item-middle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fiver-column-WO-arrow .item-middle-icon {
  display: none;
}
.section-feature-cards-v5 .cards-block .item-middle-icon:last-child {
  display: none;
}
.section-feature-cards-v5 .cards-block .item-middle-icon:nth-child(4) {
  transform: scaleX(-1) rotate(178deg);
}
/* .section-feature-cards-v5 .description {
  margin-top: 0px;
} */
/* === === === Feature Cards V5 Section CSS End === === === */

/* === === === Revision Section CSS Start === === === */
.section-revision {
  padding-block: 73px 105px;
}
.bg-logo {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100%;
}
.bg-logo svg {
  width: 100%;
  max-width: max-content;
}
.section-revision .top-block {
  text-align: center;
}
.section-revision .top-block .icon-wrapper {
  width: 100%;
  max-width: 102px;
  margin: 0px auto 23px;
}
.section-revision .top-block .icon-wrapper img {
  display: block;
  width: 100%;
}
.section-revision .top-block .tagline {
  color: #fff;
}
.section-revision .top-block h2 {
  color: #fff;
  width: 100%;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.section-revision .top-block .description {
  width: 100%;
  max-width: 972px;
  margin: 30px auto 0px;
  letter-spacing: -0.72px;
}
.section-revision .dates-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 30px;
}
.section-revision .dates-block .content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-revision .dates-block .icon-calendar {
  display: inline-block;
  margin-bottom: -3px;
}
.section-revision .dates-block .date {
  display: block;
  font-weight: 600;
  letter-spacing: -0.56px;
}
.section-revision .dates-block .date-item {
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.section-revision .dates-block .date-item:last-child {
  border-right: 0px;
}
.section-revision .btn-wrap {
  justify-content: center;
  margin-top: 30px;
}
/* === === === Revision Section CSS End === === === */

/* === === === Call To Action Section CSS Start === === === */
.section-call-to-action {
  padding-block: 82px 0px;
  text-align: center;
}
.section-call-to-action .container {
  margin-bottom: 80px;
}
.section-call-to-action .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.section-call-to-action .background-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(
    0deg,
    rgba(24, 48, 75, 0.39),
    rgba(24, 48, 75, 0.39)
  );
}
.section-call-to-action .background-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-call-to-action .top-tagline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: -0.76px;
  /* font-weight: 700; */
}
.section-call-to-action h2 {
  font-family: 'Elegant', serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 102%;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0px;
  margin: 10px auto 0px;
  width: 100%;
  max-width: 450px;
}
.section-call-to-action .tagline {
  font-size: 20px;
  margin-top: 20px;
}
.section-call-to-action .description {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.96px;
  width: 100%;
  max-width: 752px;
  margin: 20px auto 0px;
}
.section-call-to-action .btn-wrap {
  justify-content: center;
  margin-top: 30px;
}
.section-call-to-action .bottom-block {
  padding-block: 43px 46px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 100px;
  row-gap: 20px;
  padding-inline: 30px;
}
.section-call-to-action .bottom-block .bottom-item .content-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-call-to-action .bottom-block .bottom-item .content-block .title {
  font-size: 16px;
  letter-spacing: -0.76px;
  display: inline-block;
}
/* === === === Call To Action Section CSS End === === === */

/* === === === Call To Action V2 Section CSS Start === === === */
.section-call-to-action-v2 {
  padding-block: 30px;
}
.section-call-to-action-v2 .top-tagline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: -0.76px;
  font-weight: 700;
}
.section-call-to-action-v2 h2 {
  font-family: 'Elegant', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 102%;
  text-transform: none;
  letter-spacing: 0px;
  margin: 5px auto 0px;
}
.section-call-to-action-v2 .description {
  color: #1a2642;
}
.section-call-to-action-v2 .right-column .btn-wrap {
  justify-content: flex-end;
}
.section-call-to-action-v2 .btn-wrap .btn.fill {
  color: #fff;
  background: #0b1e3a;
  border-color: #0b1e3a;
}
/* === === === Call To Action V2 Section CSS End === === === */

/* === === === Content Only Section CSS Start === === === */
.section-content-only {
  padding-block: 92px;
  text-align: center;
}
.section-get-in-touch .eds-column-2 .left-column {
  flex-basis: calc(53% - 25px);
  width: calc(53% - 25px);
}
.section-get-in-touch .eds-column-2 .right-column {
  flex-basis: calc(47% - 25px);
  width: calc(47% - 25px);
}
.section-content-only .tagline-after::after {
  margin: auto;
}
.section-content-only .description {
  margin-top: 50px;
}
.section-content-only .btn-wrap {
  justify-content: center;
  margin-top: 50px;
}
.section-get-in-touch .contact-info .contact-info-title {
  letter-spacing: -0.76px;
}
.section-get-in-touch .contact-info .address,
.section-get-in-touch .contact-info .contacts .phone-number a,
.section-get-in-touch .contact-info .contacts .email a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  line-height: 1.2;
  margin-top: 20px;
}
.section-get-in-touch .contact-info .contacts .phone-number a,
.section-get-in-touch .contact-info .contacts .email a {
  margin-top: 0px;
}
.section-get-in-touch .contact-info .address .icon svg {
  width: 20px;
  height: 24px;
  margin-top: 2px;
}
.section-get-in-touch .contact-info .contacts .phone-number a span svg {
  width: 24px;
  height: 21px;
  margin-top: 2px;
}
.section-get-in-touch .contact-info .contacts .email a svg {
  width: 20px;
  height: 24px;
  margin-top: 2px;
}
.section-get-in-touch .contact-info .contacts {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 20px;
}
/* === === === Content Only Section CSS End === === === */

/* === === === Get in touch Section CSS Start === === === */
.section-get-in-touch {
  padding-block: 69px;
}
.section-get-in-touch .description {
  letter-spacing: -0.76px;
}
.section-get-in-touch .contact-info {
  margin-top: 30px;
}
.section-get-in-touch .eds-column-2 .right-column img {
  width: 100%;
  display: block;
}
/* === === === Get in touch Section CSS End === === === */

/* === === === Four Column Section CSS Start === === === */
.section-four-column {
  padding-block: 72px 88px;
}
.section-four-column .top-block {
  text-align: center;
}
.section-four-column .top-block .tagline {
  margin-bottom: 10px;
}
.section-four-column h2 {
  font-family: 'Elegant', serif;
  text-transform: none;
  font-size: 52px;
  letter-spacing: 0px;
  width: 100%;
  max-width: 850px;
  margin: 0px auto;
}
.section-four-column .description {
  font-size: 18px;
  width: 100%;
  max-width: 820px;
  margin: 20px auto 0px;
}
.column-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
  gap: 24px;
}
.section-four-column .column-block {
  margin-top: 41px;
}
.column-block .image-wrapper img {
  width: 100%;
  height: 333px;
  object-fit: cover;
  display: block;
}
.column-block .content-block {
  margin-top: 20px;
}
.column-block .content-block .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.column-block .content-block .content {
  font-size: 14px;
  margin-top: 4px;
}
/* === === === Four Column Section CSS End === === === */

/* === === === Blog Section CSS Start === === === */
#blog-results {
  padding-top: 15px;
  padding-bottom: 60px;
}
.filter-buttons {
  padding-block: 35px;
  background: #fdb82e;
}
.filter-buttons .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
.filter-btn {
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-width: inherit;
  padding-inline: 48px;
}
.filter-btn.active {
  background: rgba(19, 30, 54, 1);
  color: #fff;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
.pagination a {
  background: #cdd0d5;
  font-family: 'Elegant', serif;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #040a27;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.pagination a.active {
  background: #fdb82e;
}
/* === === === Blog Section CSS End === === === */

/* === === === Blog Single CSS Start === === === */
.single-hero {
  background: #131e36;
  padding-block: 41px 144px;
}
.single-content {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding-block: 98px 120px;
}
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #0b1e3a;
  margin-bottom: 10px;
}
.single-content h2 {
  font-size: 48px;
}
.single-content h3 {
  font-size: 32px;
}
.single-content h4 {
  font-size: 24px;
}
.single-content h5 {
  font-size: 20px;
}
.single-content h6 {
  font-size: 18px;
}
.single-hero .eds-column-2 .left-column {
  flex-basis: calc(55% - 25px);
  width: calc(55% - 25px);
}
.single-hero .eds-column-2 .left-column span.category {
  font-size: 14px;
  color: #fdb82e;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  display: block;
}
.single-hero .eds-column-2 .left-column h1 {
  font-size: clamp(50px, 5vw, 72px);
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px 20px;
  row-gap: 10px;
  font-size: 20px;
  margin-top: 20px;
}
.post-meta p {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-hero .eds-column-2 .right-column {
  flex-basis: calc(45% - 25px);
  width: calc(45% - 25px);
}
.single-hero .eds-column-2 .right-column .post-thumbnail img {
  width: 100%;
  display: block;
}
.single-hero .eds-column-2 .right-column .post-thumbnail {
  position: relative;
  margin-left: 45px;
}
.single-logo {
  width: 150px;
  height: 150px;
  position: absolute;
  left: -75px;
  bottom: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdb82e;
}
.post-excerpt {
  width: 100%;
  max-width: 670px;
  font-size: 18px;
  letter-spacing: -0.56px;
  line-height: 1.75;
  margin-top: 25px;
}
.single-content ul {
  margin: 0px 0px 20px 33px;
  list-style: disc;
  list-style-position: inside;
}
.single-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.single-content ul li::marker {
  color: #fdb82e;
}
.single-content blockquote {
  background: #edeff4;
  padding-bottom: 40px;
  padding-inline: 50px;
  letter-spacing: 2%;
  margin-top: 8%;
}
.single-content blockquote span {
  display: block;
  font-size: 20px;
  margin-top: 30px;
  position: relative;
  padding-left: 60px;
  font-family: 'Elegant', serif;
}
.single-content blockquote span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 41px;
  height: 1px;
  background: #0b1e3a;
  transform: translateY(-50%);
}
.section-single-news-and-events h2 {
  color: #fff;
  text-align: center;
}
.section-single-news-and-events h2 {
  color: #fff;
  text-align: center;
}
.single-content figure img {
  display: block;
  width: 100%;
  margin-bottom: 27px;
}
.single-content figcaption {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 2%;
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid #0b1e3a6e;
}
.single-content picture figure {
  flex-basis: calc(50% - 10px);
  margin-bottom: 0px;
}
.single-content picture {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid #0b1e3a6e;
  margin-bottom: 27px;
}
.single-content picture figure figcaption {
  border: 0px;
  margin: 0px;
}
/* === === === Blog Single CSS End === === === */

/* === === === 404 Section CSS Start === === === */
.section-404 {
  padding-block: 90px;
}
.section-404 .eds-column-2 {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.section-404 .description {
  font-size: 28px;
  width: 100%;
  max-width: 550px;
}
.section-404 a.btn {
  max-width: max-content;
}
.section-404 .right-column {
  text-align: center;
}
/* === === === 404 Section CSS End === === === */

/* === === === Search Results Page CSS Start === === === */
.search-page {
  padding-block: 40px 60px;
  background: #131e36;
}
.search-page h1 {
  font-size: 30px;
  font-size: clamp(56px, -1.72px + 3.5vw, 80px);
  text-align: center;
  line-height: 1.25;
}
.search-page h1 span {
  color: #fdb82e;
  display: block;
  line-height: 1.25;
}
.search-result-wrapper {
  display: block;
}
.search-result-wrapper article {
  padding: 1em;
  border-bottom: 1px solid #5d5d5d;
}
.search-result-wrapper article .entry-title {
  font-size: 26px;
  text-transform: none;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
}
.search-result-wrapper article .entry-title:hover {
  color: #fdb82e;
}
.search-result-wrapper article h2 {
  margin-bottom: 0 !important;
}
.search-result-wrapper article:first-of-type {
  border-top: 1px solid #5d5d5d;
}
.search-result-wrapper article .post-thumbnail,
.search-result-wrapper .entry-meta,
.search-result-wrapper .entry-summary,
.search-result-wrapper footer.entry-footer {
  display: none;
}
.search-page nav.navigation.pagination {
  justify-content: center;
  margin-top: 30px;
}
.search-page nav.navigation.pagination .nav-links a {
  margin: 5px 10px;
  padding: 7px 10px 5px;
  border-radius: 5px;
  display: flex;
}
.search-page nav.navigation.pagination .nav-links .page-numbers.current {
  margin: 5px 10px;
  padding: 7px 10px 5px;
  border-radius: 5px;
  color: var(--dark);
  border: 1px solid #cdd0d5;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page nav.navigation.pagination .nav-links a.prev.page-numbers,
.search-page nav.navigation.pagination .nav-links a.next.page-numbers {
  border: 0px;
  background: transparent;
  color: #fff;
  font-size: 28px;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
}
.search-page nav.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* === === === Search Results Page CSS End === === === */

.section-stories .left-block.disable-shape::before {
  display: none;
}
section.global-outlook {
  color: rgba(26, 38, 66, 1);
  text-align: center;
  padding: 100px 0;
}
section.global-outlook .tagline {
  color: rgba(26, 38, 66, 1);
}
section.global-outlook .headline {
  font-size: 52px;
  color: rgba(26, 38, 66, 1);
}
section.global-outlook .btn-wrap {
  justify-content: center;
  margin-top: 30px;
}
section.global-outlook h6 {
  color: rgba(34, 60, 89, 1);
  font-family: 'Mulish', sans-serif;
}
section.global-outlook .btn-wrap .btn.fill {
  background-color: rgba(19, 30, 54, 1);
  color: #fff;
}
section.global-outlook .btn-wrap .btn {
  border-color: rgba(26, 38, 66, 1);
  color: rgba(26, 38, 66, 1);
}
section.left-image-right-contents {
  padding: 100px 0 125px;
}
section.left-image-right-contents .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
section.left-image-right-contents .left-image {
  position: relative;
}
section.left-image-right-contents .left-image img {
  width: 100%;
}
section.left-image-right-contents .image-card {
  background-color: rgba(253, 184, 46, 1);
  width: auto;
  display: inline-block;
  padding: 20px 24px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  color: rgba(15, 27, 56, 0.65);
  font-size: 14px;
}
section.left-image-right-contents .image-card .card-title {
  color: rgba(26, 38, 66, 1);
  font-size: 36px;
  font-family: 'Elegant', serif;
  line-height: 1;
}
section.left-image-right-contents .right-contents {
  color: rgba(92, 92, 92, 1);
}
.tagline-2 {
  position: relative;
  padding-left: 40px;
}
.tagline-2::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 1px;
  background-color: rgba(245, 166, 35, 1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.left-image-right-contents .headline {
  color: rgba(26, 38, 66, 1);
  font-size: 52px;
}
section.left-image-right-contents .right-contents .line {
  width: 48px;
  height: 2px;
  margin-bottom: 20px;
  background-color: rgba(245, 166, 35, 1);
}

section.did-you-know {
  padding: 120px 0;
}
section.did-you-know .top-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: rgba(92, 92, 92, 1);
}
section.did-you-know .top-area .headline {
  color: rgba(26, 38, 66, 1);
  font-size: 52px;
}

section.daily-timetable {
  padding: 70px 0 85px;
}
section.daily-timetable .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
section.daily-timetable h2 {
  font-size: 52px;
}
section.daily-timetable .right .contents-wrap {
  width: 100%;
  max-width: 536px;
}
.dtd-table-wrap {
  border: 1px solid rgba(226, 221, 216, 1);
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
.dtd-table-wrap:has(*) {
  display: block;
}
.dtd-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(26, 38, 66, 1);
  padding: 18px 22px;
}
.dtd-table-head .table-title {
  font-size: 20px;
  margin: 0px;
  line-height: 1.2;
}
.dtd-table-head .lession-count {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  letter-spacing: 1px;
}
.dtd-table-contents {
  position: relative;
  color: rgba(26, 38, 66, 1);
}
.dtd-table-contents .item {
  min-height: 41px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(226, 221, 216, 1);
}
.dtd-table-contents .item:nth-child(odd) {
  background: rgba(245, 244, 241, 1);
}
.dtd-table-contents .item .time {
  width: 105px;
  text-align: center;
  color: rgba(138, 138, 138, 1);
  font-size: 14px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(226, 221, 216, 1);
}
.dtd-table-contents .item .category {
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  min-width: 92px;
  text-align: center;
}
.dtd-table-contents .item .category.general {
  background-color: rgba(0, 0, 0, 0.29);
  color: rgba(78, 78, 78, 1);
}
.dtd-table-contents .item .category.learning {
  background-color: rgba(139, 92, 246, 0.1);
  color: rgba(124, 58, 237, 1);
}
.dtd-table-contents .item .category.activity {
  background-color: rgba(236, 72, 153, 0.1);
  color: rgba(219, 39, 119, 1);
}
.dtd-table-contents .item .category.study {
  background-color: rgba(26, 38, 66, 0.06);
  color: rgba(26, 38, 66, 1);
}
.dtd-table-contents .item .category.maths {
  color: #2563eb;
  background: rgba(59, 130, 246, 0.1);
}
.dtd-table-contents .item .category.science {
  color: #7c3aed;
  background: rgba(139, 92, 246, 0.1);
}
.dtd-table-contents .item .category.french {
  color: #dc2626;
  background: rgba(239, 68, 68, 0.1);
}
.dtd-table-contents .item .category.history {
  color: #d97706;
  background: rgba(245, 158, 11, 0.12);
}
.dtd-table-contents .item .category.arts {
  color: #db2777;
  background: rgba(236, 72, 153, 0.1);
}
.dtd-table-contents .item .title {
  margin-left: 15px;
  font-size: 17px;
  color: rgba(26, 38, 66, 1);
  margin-bottom: 0;
}
.dtd-table-contents .item.head {
  background: rgba(245, 166, 35, 1);
  color: rgba(26, 38, 66, 1);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  padding-left: 20px;
}
section.daily-timetable .headline {
  color: rgba(26, 38, 66, 1);
}
section.daily-timetable .right {
  color: rgba(92, 92, 92, 1);
}
.btn.btn-boarder {
  border: 1px solid rgba(11, 30, 58, 1);
  color: rgba(11, 30, 58, 1);
}
section.daily-timetable .right .btn-wrap {
  margin-top: 30px;
}

section.our-boarding-houses {
  padding: 90px 0;
}
section.our-boarding-houses .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
section.our-boarding-houses .headline {
  font-size: 52px;
}
section.our-boarding-houses .line {
  width: 44px;
  height: 2px;
  background-color: rgba(245, 166, 35, 1);
  margin-bottom: 30px;
}
section.our-boarding-houses .gallery {
  margin-top: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}
section.our-boarding-houses .contents-wrap {
  color: rgba(255, 255, 255, 0.75);
}
section.our-boarding-houses .gallery img {
  width: 100%;
}
section.our-boarding-houses .blurbs {
  display: grid;
  gap: 30px;
}
section.our-boarding-houses .blurbs .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
section.our-boarding-houses .blurbs .item:last-child {
  margin: 0;
  border: none;
}
section.logo-gallery {
  background-color: rgba(41, 52, 75, 1);
  padding: 50px 0;
}
section.logo-gallery .gallery {
  display: flex;
  margin: 0;
  justify-content: space-between;
}
section.logo-gallery .gallery img {
  width: 100%;
  max-width: clamp(24px, 7vw, 65px);
}
section.balance-culture-support {
  padding: 100px 0;
  color: rgba(11, 30, 58, 1);
}
section.balance-culture-support .top-area {
  text-align: center;
  max-width: 810px;
  margin: auto;
  width: 100%;
  margin-bottom: 40px;
}
section.balance-culture-support .top-area .tagline {
  color: rgba(34, 60, 89, 1);
}
section.balance-culture-support .top-area .headline {
  color: rgba(4, 10, 39, 1);
  font-size: 52px;
}
section.balance-culture-support .image-blurbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
section.balance-culture-support .image-blurbs .image {
  display: flex;
}
section.balance-culture-support .image-blurbs .image img {
  width: 100%;
}
section.balance-culture-support .image-blurbs .contents {
  text-align: center;
  padding-top: 20px;
}
section.balance-culture-support .image-blurbs .contents .headline {
  color: rgba(19, 30, 54, 1);
  font-size: 32px;
  margin-bottom: 5px;
  font-family: 'Elegant', serif;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}
section.balance-culture-support .image-blurbs .contents .sub-headline {
  color: rgba(19, 30, 54, 1);
  font-size: 20px;
  margin-bottom: 15px;
}
section.balance-culture-support .image-blurbs .contents .description {
  width: 100%;
  max-width: 390px;
  margin: auto;
  color: rgba(92, 92, 92, 1);
}
section.our-boarding-houses .blurbs .item .icon {
  display: flex;
  width: 48px;
  align-items: flex-start;
}
section.our-boarding-houses .blurbs .item .right {
  flex: 1;
}
section.our-boarding-houses .blurbs .item .right .title {
  font-family: 'Elegant', serif;
  font-size: 20px;
  margin-bottom: 10px;
}
section.our-boarding-houses .blurbs .item .right .contents-wrap {
  color: rgba(255, 255, 255, 0.65);
}
section.our-boarding-houses .blurbs .item .right .contents-wrap ul {
  margin: 0;
  list-style: disc;
  padding-left: 20px;
}
section.our-boarding-houses .blurbs .item .right .contents-wrap ul li::marker {
  color: rgba(245, 166, 35, 1);
}
section.images-gallery {
  display: flex;
}
section.images-gallery a {
  width: 25%;
  display: flex;
  position: relative;
}
section.images-gallery a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
section.images-gallery a svg {
  position: absolute;
  right: 20px;
  top: 20px;
}

.section-feature-cards-v2.style-2 .tagline {
  color: rgba(253, 184, 46, 1);
}
.section-feature-cards-v2.style-2 h2 {
  font-family: 'Elegant', serif;
  text-transform: none;
  font-size: 52px;
}
.section-feature-cards-v2.style-2 .cards-block .card-item .icon {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  width: auto;
}

.section-timetable-schedules {
  padding-top: 70px;
}
.section-timetable-schedules .tab-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border-bottom: 2px solid rgba(226, 221, 216, 1);
  flex-wrap: wrap;
}
.section-timetable-schedules .tab-links li {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease-in;
  padding-bottom: 10px;
}
.section-timetable-schedules .tab-links li.active {
  border-color: rgba(245, 166, 35, 1);
}
.section-timetable-schedules .tab-links li a {
  min-height: 40px;
  display: inline-flex;
  color: rgba(138, 138, 138, 1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  padding: 0 20px;
  letter-spacing: 0.88px;
}
.section-timetable-schedules .tab-links li.active a {
  color: rgba(26, 38, 66, 1);
}
.section-timetable-schedules section.daily-timetable {
  padding-top: 40px;
}

/* === === === Tuition Fees Section Start === === === */
.tuition-fees {
  color: #1a2642;
  padding-block: 100px;
}
.tuition-fees .tabs_tf {
  position: relative;
}
.tuition-fees .tab-links-tf {
  display: inline-flex;
  background: #fff;
  border-radius: 34px;
  padding: 4px;
  margin: 0px;
  border: 1px solid #e2ddd8;
}
.tuition-fees .tab-links-tf li a {
  display: block;
  padding: 8px 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.77px;
  border-radius: 30px;
  color: #8a8a8a;
  font-family: 'Mulish', sans-serif;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.tuition-fees .tab-links-tf li.active a {
  background: #1a2642;
  color: #fff;
}
.tuition-fees .tab-content-tf .tab {
  display: none;
}
.tuition-fees .tab-content-tf .tab.active {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 66px;
}
.tuition-fees .tab-content-tf .left {
  width: 49%;
  padding-top: 70px;
}
.tuition-fees .tab-content-tf .left .tab-name {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Elegant', serif;
}
.tuition-fees .tab-content-tf .left .fees-head {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'Elegant', serif;
  letter-spacing: -5.2px;
}
.tuition-fees .tab-content-tf .left .fees-head span {
  font-size: 45px;
  margin-right: 4px;
  letter-spacing: -5.2px;
}
.tuition-fees .tab-content-tf .left .sub-headline {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tuition-fees .tab-content-tf .left .content-wrap p {
  font-size: 14px;
  line-height: 1.7;
  color: #223c59;
  max-width: 420px;
}
.tuition-fees .tab-content-tf .left .btn-wrap {
  margin-top: 30px;
}

.tuition-fees .tab-content-tf .right {
  width: 48%;
}
.tuition-fees .tab-content-tf .right .table-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #1a2642;
}

.tuition-fees .tab-content-tf .right .fees-table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2ddd8;
  background: #fff;
}
.tuition-fees .tab-content-tf .right .fees-table .row {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  font-size: 14px;
  border-bottom: 1px solid #e2ddd8;
  align-items: center;
}
.tuition-fees .tab-content-tf .right .fees-table .row.head {
  background: #fff8ec;
  border-bottom: 1px solid rgba(245, 166, 35, 0.2);
}
.tuition-fees .tab-content-tf .right .fees-table .row.total {
  background: #1a2642;
  color: #fff;
  border-bottom: none;
}
.tuition-fees .tab-content-tf .right .fees-table .row.total .label {
  font-weight: 400;
}
.tuition-fees .tab-content-tf .right .fees-table .label {
  font-size: 13px;
  font-weight: 700;
}
.tuition-fees .tab-content-tf .right .fees-table .label span {
  display: block;
  font-size: 11px;
  color: #8a8a8a;
  margin-top: 4px;
  margin-left: 19px;
}
.tuition-fees .tab-content-tf .right .fees-table .row.total .label span {
  color: #cfd5db;
}
.tuition-fees .tab-content-tf .right .fees-table .value {
  font-size: 20px;
  font-family: 'Elegant', serif;
}
.tuition-fees .tab-content-tf .right .fees-table .value span {
  margin-right: 2px;
  vertical-align: text-bottom;
}
.tuition-fees .tab-content-tf .right .fees-table .value a {
  color: #5c5c5c;
  font-size: 13px;
}
.tuition-fees .tab-content-tf .right .fees-table .row.total .value {
  color: #f6c056;
}
.tuition-fees .tab-content-tf .right .table-desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.56;
  color: #1a2642;
  opacity: 0.7;
}
/* === === === Tuition Fees Section End === === === */

/* === === === Beyond The Classroom Section Start === === === */
section.beyond-the-classroom {
  padding-block: 100px;
}
section.beyond-the-classroom .tagline {
  color: #223c59;
  text-align: center;
}
section.beyond-the-classroom h2.headline {
  font-size: 52px;
  color: #040a27;
  text-align: center;
}
section.beyond-the-classroom .content-wrap {
  color: #0b1e3a;
  width: 100%;
  max-width: 728px;
  margin-inline: auto;
  text-align: center;
}
.image-blurbs {
  margin-top: 40px;
}
.image-blurbs .image {
  width: 100%;
  height: 310px;
}
.image-blurbs .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-blurbs .contents {
  margin-top: 18px;
}
.image-blurbs h3.headline {
  color: #131e36;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.image-blurbs .description {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
}
.image-blurbs .owl-nav button {
  width: 54px;
  height: 54px;
  border: 1px solid #1a2642 !important;
  border-radius: 0;
}
.image-blurbs .owl-nav {
  display: flex;
  gap: 17px;
  justify-content: center;
  margin-top: 40px;
}
/* === === === Beyond The Classroom Section End === === === */

/* === === === Info V2 Section Start === === === */
.info-sec-v2 {
  padding-block: 36px;
}
.info-sec-v2 .container {
  max-width: 1716px;
}
.info-sec-v2 .info-block {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.info-sec-v2 .info-block .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.info-sec-v2 .info-block .info-item .right {
  font-size: 14px;
  font-weight: 500;
}
.info-sec-v2 .info-block .info-item .right span {
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
/* === === === Info V2 Section End === === === */

/* === === === Instagram Feeds Section Start === === === */
.section-instagram-feed {
  padding: 75px 0px;
}
.insta-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}
.insta-header img {
  width: 36px;
  height: 36px;
}
.insta-header .headline {
  font-family: 'Elegant', serif;
  font-size: 36px;
  font-weight: 400;
  color: #1a2642;
  margin: 0px;
  letter-spacing: -0.52px;
}

.insta-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e1dbd2;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 30px;
}
.profile-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(45deg, #fdf497, #fd5949, #d6249f, #285aeb);
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background: #fff;
}
.profile-info .userid {
  font-size: 14px;
  font-weight: 500;
  color: #1c2b39;
  display: flex;
  align-items: center;
  gap: 6px;
}
.profile-info .verified svg {
  width: 14px;
  height: 14px;
}
.profile-info .username {
  font-size: 13px;
  color: #6c7278;
  margin-top: 2px;
}

.stats {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}
.stats div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.stats div span:first-child {
  font-weight: 500;
  color: #1c2b39;
}

.stats div span:last-child {
  color: #6c7278;
}

/* =========================
   BUTTONS
========================= */
.profile-actions {
  display: flex;
  gap: 10px;
}
.profile-actions .btn-wrap .btn {
  min-height: 37px;
  font-size: 10px;
  font-weight: 700;
  min-width: auto;
  padding: 5px 28px;
}
.profile-actions .btn-wrap .btn svg {
  width: 10px;
}

/* =========================
   INSTAGRAM GRID
========================= */
.insta-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.insta-item {
  position: relative;
  overflow: hidden;
  border-radius: 1px;
}
.insta-item .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.insta-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.insta-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s;
}
.insta-item:hover img {
  transform: scale(1.06);
}
.insta-item:hover::after {
  opacity: 1;
}
/* === === === Instagram Feeds Section End === === === */

/* === === === Camp Hero Section Start === === === */
.camp-hero {
  padding-block: 77px 132px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.camp-hero .camp-date {
  font-size: 20px;
}
.camp-hero .camp-logo {
  margin-bottom: 20px;
}
.camp-hero .camp-headline {
  font-size: 40px;
  margin-bottom: 20px;
}
.camp-hero .camp-sub-headline {
  font-size: 20px;
  letter-spacing: -0.36px;
  line-height: 1.25;
  color: #f5a623;
}
.camp-hero .btn-wrap {
  justify-content: center;
  margin-top: 17px;
}

.camp-hero-tags {
  background: #fdb82e;
  padding-block: 33px;
  color: #1a2642;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 7vw, 100px);
  row-gap: 20px;
  padding-inline: 30px;
}
.camp-hero-tags .tag {
  display: flex;
  align-items: center;
  gap: 3px;
}
/* === === === Camp Hero Section End === === === */

/* === === === The Programmes Section Start === === === */
.the-programmes {
  padding-block: 89px 106px;
}
.the-programmes .top-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
}
.the-programmes .top-area .tagline {
  color: #223c59;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.the-programmes .top-area h2 {
  font-family: 'Elegant';
  color: #040a27;
  font-size: 72px;
  margin-bottom: 0px;
  text-transform: none;
  letter-spacing: 0px;
}
.the-programmes .top-area .right-descriptions {
  font-size: 20px;
  line-height: 1.35;
  color: #0b1e3a;
  text-align: right;
  font-weight: 500;
  margin-bottom: 0px;
}
.the-programmes .programmes-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  color: #fff;
}
.the-programmes .programmes-grid .programme-item {
  position: relative;
}
.the-programmes .programmes-grid .programme-item::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.15) 59.81%);
  z-index: 1;
}
.the-programmes .programmes-grid .programme-item .badge {
  position: absolute;
  right: 0px;
  top: 23px;
  background: #f5a623;
  z-index: 1;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.the-programmes .programmes-grid .programme-item .image {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.the-programmes .programmes-grid .programme-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.the-programmes .programmes-grid .programme-item .content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 20px 10px 35px 15px;
  z-index: 2;
}
.the-programmes .programmes-grid .programme-item .content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 7px;
}
.the-programmes .programmes-grid .programme-item .content .descriptions {
  color: #e6e6e6;
  font-size: 14px;
}
.the-programmes .programmes-grid .programme-item .content .descriptions ul {
  display: flex;
  gap: 8px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.the-programmes .programmes-grid .programme-item .content .descriptions ul li {
  font-size: 13px;
  padding: 5px 16px 5px 29px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 34px;
  position: relative;
}
.the-programmes
  .programmes-grid
  .programme-item
  .content
  .descriptions
  ul
  li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 7px;
  width: 18px;
  height: 16px;
  background: url(/wp-content/uploads/2026/03/yellow-circle-white-check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* === === === The Programmes Section End === === === */

/* === === === Programmes Details Section Start === === === */
.programmes-details {
  color: #1a2642;
}
.programmes-details h2 {
  font-family: 'Elegant', serif;
  text-transform: none;
  font-size: 52px;
  color: #1a2642;
  margin-bottom: 10px;
}
.programmes-details .item {
  display: flex;
  gap: 75px;
  padding: 100px 0;
}
.programmes-details .item:not(:last-child) {
  border-bottom: 0.5px solid rgba(138, 138, 138, 0.5);
}
.programmes-details .item > .left {
  width: 57%;
}
.programmes-details .item .top-area {
  display: flex;
  gap: 30px;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.programmes-details .item .top-area .left {
  width: 75%;
}
.programmes-details .item .top-area .left .sub-title {
  color: #f5a623;
  font-size: 24px;
  font-family: 'Elegant', serif;
  letter-spacing: -0.52px;
}
.programmes-details .item .top-area .right h3.price {
  font-family: 'Elegant', serif;
  font-size: 32px;
  color: #1a2642;
  margin-bottom: 5px;
}
.programmes-details .item .top-area .right h3.price span {
  font-size: 32px;
  vertical-align: bottom;
}
.programmes-details .item .top-area .right {
  width: 21%;
}
.programmes-details .item .programme-image {
  width: 40%;
  position: relative;
}
.programmes-details .item .programme-image img {
  width: 100%;
}
.programmes-details .item .programme-image .badge {
  color: #fff;
  position: absolute;
  right: 0px;
  top: 23px;
  background: #f5a623;
  z-index: 1;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.programmes-details .item > .left .short-description {
  margin-top: 20px;
}
.programmes-details .item > .left .contents-wrap {
  border-top: 0.5px solid rgba(26, 38, 66, 0.2);
  margin-top: 20px;
  padding-top: 20px;
}
.programmes-details .item > .left .contents-wrap h5 {
  font-family: 'Elegant', serif;
  text-transform: none;
  font-size: 20px;
  color: #1a2642;
  margin-bottom: 10px;
}
.programmes-details .item > .left .contents-wrap ul {
  margin: 0px 0px 20px;
}
.programmes-details .item > .left .contents-wrap ul li {
  position: relative;
  padding-left: 25px;
}
.programmes-details .item > .left .contents-wrap ul li:not(:last-child) {
  margin-bottom: 7px;
}
.programmes-details .item > .left .contents-wrap ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  width: 18px;
  height: 16px;
  background: url(/wp-content/uploads/2026/03/circle-check-yellow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.programmes-details .item > .left .blurbs {
  display: flex;
  gap: 46px;
  row-gap: 30px;
  margin-top: 20px;
}
.programmes-details .item > .left .blurbs .blurbs-item {
  text-align: center;
}
/* === === === Programmes Details Section End === === === */

/* === === === Page Specific Section CSS Start === === === */
.page-id-18 .section-about .inner .layout-block {
  margin-bottom: 0px;
}
.page-id-18 .section-about .inner .layout-block-reverse {
  margin-top: -4vw;
}
.page-id-18 .section-about .inner .layout-block-reverse .layout-text {
  padding-block: 4vw;
}
.page-id-358 .section-feature-cards {
  padding-block: 89px 98px;
}
.page-id-358 .section-feature-cards .tagline {
  color: #fdb82e;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.page-id-358 .section-feature-cards .tagline::after {
  display: none;
}
.page-id-358 #content-only-1 {
  padding-block: 60px;
}
.page-id-358 #content-only-1 .description {
  margin-top: 0px;
}
.page-id-258 .section-feature-cards .description,
.page-id-164 .section-feature-cards .description {
  margin-top: 10px;
}
.page-id-327 .section-our-courses .top-block {
  align-items: end;
}
.page-id-327 .section-our-courses .top-block .right-column .description {
  margin-bottom: 0px;
  color: #0b1e3a;
  font-weight: 600;
}
.page-id-327 .section-alternating-layout .inner .layout-block:not(:last-child) {
  margin-bottom: 70px;
}
.page-id-327 .section-feature-cards {
  padding-block: 80px;
}
.page-id-327 .section-feature-cards .tagline {
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #0b1e3a;
}
.page-id-327 .section-feature-cards h2 {
  color: #0b1e3a;
}
.page-id-470 .section-call-to-action,
.page-id-327 .section-call-to-action {
  z-index: 2;
}
.page-id-470 .section-content-only {
  padding-block: 67px 73px;
}
.page-id-470 .section-content-only .tagline {
  padding-bottom: 0px;
}
.page-id-470 .section-content-only .tagline::after {
  display: none;
}
.page-id-470 .section-content-only h2 {
  font-size: 44px;
  font-family: 'Elegant', serif;
  text-transform: none;
  letter-spacing: 0px;
}
.page-id-470 .section-content-only .description {
  margin-top: 0px;
}
.page-id-258 .section-about {
  padding-bottom: 123px;
}
.page-id-525 .section-inner-hero-v2 {
  padding-block: 95px 115px;
}
.page-id-525 .section-inner-hero-v2 h1::after {
  display: none;
}
.page-id-525 .section-inner-hero-v2 .right-icon {
  bottom: -90px;
}
.page-id-3 .section-content-only .description h2 {
  color: #002841;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}
.page-id-3 .section-content-only .description {
  text-align: left;
}
.page-id-939 .section-feature-cards-v5 h2 {
  font-family: 'Elegant', serif;
  text-transform: none;
  font-size: 52px;
  width: 100%;
  max-width: 660px;
  letter-spacing: -0.52px;
}
/* === === === Page Specific Section CSS End === === === */

section.three-columns-image-blurbs {
  padding: 100px 0;
  text-align: center;
}
section.three-columns-image-blurbs .blurbs {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
section.three-columns-image-blurbs .blurbs .item {
  width: calc(33.33% - 27px);
}
section.three-columns-image-blurbs .blurbs .image {
  display: flex;
}
section.three-columns-image-blurbs .blurbs .title {
  color: rgba(19, 30, 54, 1);
  font-size: 32px;
  margin-top: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
section.three-columns-image-blurbs .blurbs .descriptions {
  color: rgba(92, 92, 92, 1);
}
section.three-columns-image-blurbs .top-area {
  margin-bottom: 30px;
}
section.three-columns-image-blurbs .top-area .tagline {
  color: rgba(34, 60, 89, 1);
}
section.three-columns-image-blurbs .top-area .headline {
  color: rgba(4, 10, 39, 1);
  font-size: 52px;
  margin-bottom: 10px;
}
section.three-columns-image-blurbs .top-area .description {
  color: rgba(11, 30, 58, 1);
  font-size: 20px;
  max-width: 720px;
  margin: auto;
  width: 100%;
}

section.journey-our-philosophy {
  padding: 100px 0;
  color: rgba(26, 38, 66, 1);
}
section.journey-our-philosophy .headline {
  font-size: 32px;
  color: rgba(34, 60, 89, 1);
  line-height: 135%;
  letter-spacing: -0.35px;
  width: 100%;
  max-width: 900px;
  font-family: 'Mulish', sans-serif;
}
section.journey-our-philosophy .description {
  font-size: 18px;
  width: 100%;
  max-width: 880px;
}
section.journey-our-philosophy .blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}
section.journey-our-philosophy .blurbs .item {
  background: rgba(255, 255, 255, 1);
  padding: 50px 20px 20px;
}
section.journey-our-philosophy .blurbs .count {
  color: rgba(245, 166, 35, 1);
  font-size: 44px;
  font-family: 'Elegant', serif;
  line-height: 1;
  margin-bottom: 10px;
}
section.journey-our-philosophy .blurbs .title {
  color: rgba(26, 38, 66, 1);
  font-size: 24px;
  margin-bottom: 10px;
}
section.journey-our-philosophy .blurbs .descriptions {
  color: rgba(92, 92, 92, 1);
}

section.journey-academic-pathway {
  padding: 100px 0;
  text-align: center;
}
section.journey-academic-pathway .headline {
  font-size: 52px;
  max-width: 700px;
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
}
section.journey-academic-pathway .description {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 20px;
}
section.journey-academic-pathway .blurbs {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  margin-top: 70px;
  position: relative;
  gap: 25px;
}
section.journey-academic-pathway .blurbs .item {
  max-width: 315px;
  /* flex: 1; */
  position: relative;
}
section.journey-academic-pathway .blurbs .count {
  width: 56px;
  height: 56px;
  margin: auto;
  border: 1px solid rgba(246, 192, 86, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  font-family: 'Elegant', serif;
  line-height: 1;
  padding-top: 4px;
  background-color: rgba(19, 30, 54, 1);
}
section.journey-academic-pathway .blurbs .age {
  font-size: 14px;
  color: rgba(253, 184, 46, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  line-height: 1.56;
  font-weight: 500;
  margin: 20px 0;
}
section.journey-academic-pathway .blurbs .title {
  font-size: 24px;
  margin-bottom: 10px;
}
section.journey-academic-pathway .blurbs .descriptions {
  color: rgba(255, 255, 255, 0.82);
}
section.journey-academic-pathway .blurbs .item::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  border: 0.5px dashed rgba(255, 255, 255, 0.1);
  top: 28px;
  left: calc(50% + 28px);
}
section.journey-academic-pathway .blurbs .item:last-child::before {
  opacity: 0;
}

section.journey-academic-excellence {
  padding: 100px 0;
  color: rgba(26, 38, 66, 1);
}
section.journey-academic-excellence .container {
  display: flex;
  gap: 50px;
}
section.journey-academic-excellence .left-image {
  width: 42%;
  display: flex;
}
section.journey-academic-excellence .right {
  flex: 1;
}
section.journey-academic-excellence .headline {
  font-size: 52px;
  color: rgba(26, 38, 66, 1);
}
section.journey-academic-excellence .description {
  line-height: 165%;
}
section.journey-academic-excellence .blurbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
section.journey-academic-excellence .blurbs .item {
  background: rgba(243, 241, 237, 1);
  border-bottom: 1px solid rgba(253, 184, 46, 1);
  padding: 50px 20px 20px;
}
section.journey-academic-excellence .blurbs .title {
  font-size: 14px;
  color: rgba(253, 184, 46, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  line-height: 1.56;
  font-weight: 500;
  margin-bottom: 5px;
}
section.journey-academic-excellence .blurbs .descriptions {
  color: rgba(19, 30, 54, 1);
  font-weight: 400;
}
section.journey-academic-excellence .description h5 {
  color: rgba(26, 38, 66, 1);
}
section.journey-academic-excellence .left-image img {
  object-fit: cover;
}

section.journey-co-curricular-programme {
  padding: 100px 0;
  color: rgba(26, 38, 66, 0.76);
  text-align: center;
}
section.journey-co-curricular-programme .headline {
  color: rgba(26, 38, 66, 1);
  font-size: 52px;
}
section.journey-co-curricular-programme .blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
section.journey-co-curricular-programme .blurbs .item {
  background-color: #fff;
  padding: 20px 10px;
}
section.journey-co-curricular-programme .blurbs .title {
  color: rgba(201, 149, 12, 1);
  font-size: 44px;
  margin: 0;
}
section.journey-co-curricular-programme .blurbs .descriptions {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(26, 38, 66, 1);
  font-weight: 400;
}
section.journey-co-curricular-programme .groups {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
section.journey-co-curricular-programme .groups .item {
  border-bottom: 1px solid rgba(245, 166, 35, 1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
section.journey-co-curricular-programme .groups .group {
  width: calc(20% - 32px);
}
section.journey-co-curricular-programme .groups .item .tagline {
  margin-bottom: 0px;
  color: rgba(34, 60, 89, 0.76);
}
section.journey-co-curricular-programme .groups .item .title {
  color: rgba(26, 38, 66, 0.76);
  font-weight: 600;
}

section.the-language-journey {
  padding: 100px 0;
  text-align: center;
}
section.the-language-journey .headline {
  width: 100%;
  font-size: 52px;
}
section.the-language-journey .description {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
}
section.the-language-journey .blurb-title {
  font-size: 24px;
  color: rgba(245, 166, 35, 1);
}
section.the-language-journey .blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
section.the-language-journey .blurbs .item {
  background: rgba(255, 255, 255, 0.04);
  padding: 27px 10px;
}
section.the-language-journey .blurbs .item .title {
  font-size: 14px;
  color: rgba(253, 184, 46, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  line-height: 1.56;
  font-weight: 500;
}
.section-enquiry-form .description h6 {
  color: rgba(26, 38, 66, 1);
}
.section-enquiry-form .description a {
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
.section-enquiry-form .description a::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2026/04/Arrow-2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 3px;
}

section.how-we-teach {
  padding: 100px 0;
  color: rgba(26, 39, 68, 1);
}
section.how-we-teach .headline {
  color: rgba(26, 39, 68, 1);
  font-size: 52px;
}
section.how-we-teach .description {
  color: rgba(107, 107, 107, 1);
}
section.how-we-teach .blurbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
section.how-we-teach .blurbs .item {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 213, 200, 1);
  padding: 36px 32px;
  border-radius: 6px;
}
section.how-we-teach .blurbs .item .count {
  color: rgba(221, 213, 200, 1);
  font-size: 40px;
  font-family: 'Elegant', serif;
  line-height: 1;
}
section.how-we-teach .blurbs .item .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
section.how-we-teach .blurbs .item .descriptions {
  color: rgba(107, 107, 107, 1);
  font-size: 14px;
  font-weight: 300;
}
section.how-we-teach h4.tag-title,
section.programme-duration-format h4.tag-title {
  font-size: 14px;
  color: rgba(245, 166, 35, 1);
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 1.4px;
}
section.how-we-teach .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
section.how-we-teach .tags .tag {
  position: relative;
  border: 1px solid rgba(221, 213, 200, 1);
  padding: 8px 18px;
  border-radius: 20px;
  line-height: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
section.how-we-teach .tags .tag::before {
  background-color: rgba(245, 166, 35, 1);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  content: '';
}
section.programme-duration-format {
  padding: 100px 0;
  color: rgba(107, 107, 107, 1);
}
section.programme-duration-format .headline {
  font-size: 52px;
  color: rgba(26, 39, 68, 1);
}
section.programme-duration-format .description {
  max-width: 800px;
}
section.programme-duration-format .programme-blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}
section.programme-duration-format .programme-blurbs .item {
  border: 1px solid rgba(221, 213, 200, 1);
  background: rgba(255, 255, 255, 1);
}
section.programme-duration-format .programme-blurbs .item .top {
  background-color: rgba(26, 39, 68, 1);
  color: #fff;
  padding: 20px 24px;
  position: relative;
}
section.programme-duration-format .programme-blurbs .item .top .title {
  font-size: 17px;
  font-weight: 600;
}
section.programme-duration-format .programme-blurbs .item .top .sub_title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
section.programme-duration-format .programme-blurbs .item .top .badge {
  position: absolute;
  background-color: rgba(245, 166, 35, 1);
  padding: 5px 10px;
  line-height: 1;
  border-radius: 99px;
  right: 10px;
  top: 10px;
  color: rgba(26, 38, 66, 1);
  font-size: 10px;
}
section.programme-duration-format .programme-blurbs .item .bottom {
  padding: 20px 24px;
  font-size: 14px;
}
section.programme-duration-format .programme-blurbs .item .bottom .timeline {
  background-color: rgba(250, 247, 242, 1);
  border-radius: 20px;
  display: inline-block;
  padding: 5px 12px;
  margin-top: 10px;
  color: rgba(26, 39, 68, 1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
section.programme-duration-format h4.tag-title {
  color: rgba(92, 92, 92, 1);
}

section.programme-duration-format .progression_after_ffl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
}
section.programme-duration-format .progression_after_ffl .item {
  position: relative;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 213, 200, 1);
  text-align: center;
}
section.programme-duration-format
  .progression_after_ffl
  .item:not(:last-child) {
  border-right: none;
}
section.programme-duration-format .progression_after_ffl .item .tag {
  color: rgba(107, 107, 107, 1);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.programme-duration-format .progression_after_ffl .item h5.title {
  color: rgba(26, 39, 68, 1);
  font-size: 20px;
  margin: 10px 0 10px;
}
section.programme-duration-format .progression_after_ffl .item .desc {
  color: rgba(107, 107, 107, 1);
  font-size: 13px;
}
section.programme-duration-format .progression_after_ffl .item svg.arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
section.programme-duration-format
  .progression_after_ffl
  .item:last-child
  svg.arrow {
  display: none;
}

.mfp-figure video {
  max-width: 900px;
}
.mfp-figure:has(video):after {
  opacity: 0;
}
.mfp-figure:has(video) {
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  header.site-header .left ul#primary-menu {
    gap: 30px;
  }
  .btn {
    min-height: 58px;
  }
  section.programme-duration-format .programme-blurbs .item .top {
    padding: 26px 24px 20px;
  }
  section.programme-duration-format .programme-blurbs {
    gap: 20px;
  }
  section.programme-duration-format .progression_after_ffl .item svg.arrow {
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  button#menu-trigger {
    display: none;
  }
  .mobile-menu-wrapper {
    display: none;
  }
  .mega-menu-wrap .item:last-child {
    position: absolute;
    right: 0;
    width: 248px;
    height: 100%;
    background-color: rgba(247, 247, 251, 1);
    top: 0;
    border: none;
    padding: 20px;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .mega-menu-wrap .item:last-child .image {
    width: 100%;
    display: flex;
    height: 127px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  nav#site-navigation {
    display: none;
  }
  header.site-header {
    padding: 10px 0;
  }
  .site-branding img {
    max-height: 65px;
  }
  header.site-header a.btn {
    min-height: 46px;
    font-size: 16px;
    min-width: 180px;
    padding: 5px 30px;
  }
  .top-header .clients-gallery {
    gap: 20px;
  }
  body.mobile-nav-open {
    overflow: hidden;
  }
  .mobile-menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  .mobile-menu-wrapper li.menu-item-has-children,
  .mobile-menu-wrapper li.mega-menu {
    position: relative;
  }
  .mobile-menu-wrapper li.mega-menu .mega-menu-wrap {
    display: none;
  }
  .mobile-menu-wrapper li.menu-item-has-children ul.sub-menu {
    display: none;
    padding-left: 15px;
  }
  .mobile-menu-wrapper li a {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0;
  }
  li.menu-item-has-children span,
  li.mega-menu span {
    top: 6px;
    width: 30px;
    height: 30px;
  }
  li.menu-item-has-children span svg,
  li.mega-menu span svg {
    width: 15px;
    height: auto;
  }
  .mega-menu-wrap .item a {
    font-size: 16px;
  }
  .mobile-menu-wrapper li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px;
  }
  .mega-menu-wrap {
    padding-left: 15px;
  }
  .text-28 {
    font-size: 24px;
  }
  .section-about .inner .layout-block .description .big-text {
    font-size: 22px;
  }
  .section-inner-hero .inner .inner-hero-block .layout-image .floating {
    left: -10%;
  }
  .section-stories .left-block .image-wrapper svg {
    width: 120px;
  }
  .section-stories .stories-block {
    padding: 35px 35px 35px 30px;
  }
  .section-stories .stories-block .quote-wrapper {
    padding: 25px 25px;
  }
  .cards-block {
    gap: 30px;
    row-gap: 67px;
  }
  .cards-block .card-item {
    flex-basis: calc(25% - 23px);
  }
  .section-feature-cards-v3 .cards-block .card-item {
    padding-block: 40px;
  }
  .section-feature-cards-v3 .cards-block .card-item .btn-wrap .btn {
    min-width: 100%;
  }
  .video-wrapper .video-poster svg {
    width: 80px;
  }
  .section-feature-cards-v4 .cards-block .card-item {
    flex-basis: calc(33.33% - 20px);
  }
  .footer-middle-section .container {
    gap: 30px;
  }
  .programmes-details .item {
    gap: 30px;
  }
  .programmes-details h2 {
    font-size: 42px;
  }
  .programmes-details .item .top-area .left .sub-title {
    font-size: 20px;
  }
  .programmes-details .item .top-area .right h3.price span {
    font-size: 22px;
  }
  .programmes-details .item .top-area .right .price-desc {
    font-size: 14px;
  }
  section.three-columns-image-blurbs .blurbs .title {
    font-size: 24px;
  }
  section.three-columns-image-blurbs .top-area .headline {
    font-size: 42px;
  }
  section.three-columns-image-blurbs .top-area .description {
    font-size: 16px;
  }
  section.journey-our-philosophy .blurbs {
    gap: 15px;
  }
  section.journey-our-philosophy .blurbs .title {
    font-size: 22px;
  }
  section.journey-our-philosophy .blurbs .item {
    padding: 40px 10px 20px;
  }
  section.journey-academic-pathway .blurbs .descriptions {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-id-164 .section-info {
    padding-bottom: clamp(60px, 7vw, 127px);
  }
  .tuition-fees .tab-links-tf {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .image-blurbs .owl-nav {
    position: absolute;
    top: -145px;
    right: 0px;
    margin-top: 0px;
  }
  .section-feature-cards-v5 .description {
    font-size: 18px;
  }
  .programmes-details .item.reverse-column > .left {
    order: 2;
  }
  .programmes-details .item.reverse-column .programme-image {
    order: 1;
  }
  .section-enquiry-form .description h6 {
    font-size: 36px;
    color: rgba(26, 38, 66, 1);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .top-header .clients-gallery {
    display: none;
  }
  .top-header {
    padding: 5px 0;
  }
  .text-28 {
    font-size: 24px;
  }
  .text-24 {
    font-size: 20px;
  }
  .text-22 {
    font-size: 20px;
    font-weight: 500;
  }
  .title-h2 {
    font-size: 30px;
  }
  .cards-block {
    gap: 50px;
    row-gap: 77px;
  }
  .section-feature-cards-v4 .cards-block {
    gap: 30px;
    row-gap: 30px;
  }
  .page-id-327
    .section-alternating-layout
    .inner
    .layout-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .page-id-18 .section-about .inner .layout-block-reverse {
    margin-top: 0px;
  }
  .page-id-18 .section-about .inner .layout-block-reverse .layout-text {
    padding-block: 0px;
  }
  .section-feature-cards-v2 .cards-block {
    row-gap: 50px;
  }
  .cards-block .card-item,
  .cards-block.three-columns .card-item {
    flex-basis: calc(50% - 25px);
  }
  section.home-hero {
    padding: 70px 0 130px;
  }
  section.home-hero .headline {
    font-size: 80px;
  }
  section.home-hero .sub-headline {
    font-size: 20px;
  }
  .section-inner-hero {
    padding-block: 60px 150px;
  }
  .section-inner-hero .inner .inner-hero-block {
    gap: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .section-inner-hero .inner .inner-hero-block h1::after {
    right: 0px;
    margin: auto;
  }
  .section-inner-hero .inner .inner-hero-block .description {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .section-inner-hero .inner .inner-hero-block .btn-wrap {
    justify-content: center;
  }
  .section-inner-hero .inner .inner-hero-block .layout-image {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-inner-hero .inner .inner-hero-block .layout-image .floating {
    left: -7.7%;
  }
  .page-id-327 .section-feature-cards,
  .section-inner-hero-v2,
  .camp-hero {
    padding-block: 60px;
  }
  .section-inner-hero-v2 h1 {
    font-size: 60px;
  }
  .section-inner-hero-v2 .sub-headline,
  .section-inner-hero-v2 .description {
    margin-top: 20px;
  }
  .section-inner-hero-v2 .right-icon {
    right: 3%;
    bottom: -50px;
    width: 100%;
    max-width: 60px;
  }
  .section-our-courses,
  section.global-outlook,
  .the-programmes {
    padding-block: 60px;
  }
  .section-our-courses .top-block,
  .the-programmes .top-area {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 30px;
  }
  .section-our-courses .top-block .tagline,
  .the-programmes .top-area .tagline {
    text-align: center;
    margin-bottom: 15px;
  }
  .the-programmes .top-area .tagline {
    margin-bottom: 10px;
  }
  .section-our-courses .top-block .tagline::before {
    right: 0px;
    margin: auto;
  }
  .section-our-courses .top-block h2,
  .the-programmes .top-area h2 {
    text-align: center;
    font-size: 60px;
  }
  .section-our-courses .top-block .right-column .description,
  .section-our-courses .top-block .right-column .button-wrapper,
  .the-programmes .top-area .right-descriptions {
    text-align: center;
  }
  .course-block,
  .the-programmes .programmes-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-about,
  .page-id-258 .section-about {
    padding-block: 60px;
  }
  .section-about .inner .layout-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-about .inner .layout-block {
    flex-wrap: wrap;
    gap: 30px;
  }
  .section-about .inner .layout-block .layout-image {
    width: 100%;
  }
  .section-about .inner .layout-block .layout-text {
    width: 100%;
    flex: auto;
  }
  .section-about .inner .layout-block-reverse .layout-text {
    order: 1;
  }
  .section-about .inner .layout-block .layout-image::before {
    display: none;
  }
  .section-about .inner .layout-block .description .big-text {
    font-size: 22px;
  }
  .info-block {
    gap: 20px;
  }
  .section-about .info-block .info-item::before {
    right: -10px;
  }
  .info-content {
    font-size: 40px;
  }
  /* .info-title {
    font-size: 16px;
  } */
  .section-info {
    padding-block: 60px;
  }
  .section-stories {
    padding-block: 60px;
  }
  .section-stories .left-block {
    width: 100%;
  }
  .section-stories .left-block::before {
    width: 104%;
    height: 110%;
    left: -2%;
    top: -5%;
    transform: translateY(0%) rotate(0deg);
  }
  .section-stories .left-block .image-wrapper svg {
    width: 120px;
  }
  .section-stories .stories-block {
    position: relative;
    width: 100%;
    max-width: 100%;
    right: inherit;
    top: inherit;
    transform: inherit;
    margin-top: 50px;
    text-align: center;
    padding: 50px 50px;
  }
  .section-stories .stories-block .quote {
    margin-left: auto;
    margin-right: auto;
  }
  .section-stories .stories-block .author {
    justify-content: center;
  }
  .section-alternating-layout {
    padding-block: 60px;
  }
  .section-alternating-layout .inner .layout-block {
    gap: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .section-alternating-layout .inner .layout-block h2 {
    font-size: 30px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-alternating-layout .inner .layout-block .description {
    margin-left: auto;
    margin-right: auto;
  }
  .section-alternating-layout .inner .layout-block .layout-image {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-alternating-layout .inner .layout-block .layout-text {
    width: 100%;
    flex: auto;
  }
  .section-alternating-layout .inner .layout-block {
    flex-wrap: wrap;
  }
  .section-alternating-layout .inner .layout-block .layout-image .floating {
    left: -7.7%;
  }
  .section-alternating-layout .inner .layout-block-reverse .layout-text {
    order: 1;
  }
  .section-alternating-layout .inner .layout-block-reverse .layout-image {
    order: 2;
  }
  .section-news-and-events {
    padding-block: 60px;
  }
  .section-news-and-events .title-wrapper h2 {
    font-size: 30px;
  }
  .news-events-wrapper {
    justify-content: center;
  }
  .news-events-wrapper .news-event-item {
    flex-basis: calc(50% - 14px);
    width: calc(50% - 14px);
  }
  .news-event-title {
    font-size: 20px;
  }
  .section-faqs {
    padding-block: 60px;
  }
  .section-faqs .title-wrapper h2 {
    font-size: 30px;
  }
  .section-faqs .description {
    font-size: 16px;
  }
  .faqs-v2 .accordion-item {
    margin-bottom: 20px;
  }
  .section-enquiry-form {
    padding-block: 60px;
  }
  .section-enquiry-form .eds-column-2 .left-column,
  .section-enquiry-form .eds-column-2 .right-column {
    flex-basis: 100%;
    width: 100%;
  }
  .section-enquiry-form .eds-column-2 .left-column {
    text-align: center;
  }
  .section-enquiry-form h2,
  section.global-outlook .headline {
    font-size: 45px;
  }
  .section-enquiry-form .description {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
  div.wpforms-container-full.eds-form .wpforms-submit-container .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .section-column-with-right-image,
  .section-column-with-left-image {
    padding-block: 60px;
  }
  .section-column-with-right-image .eds-column-2,
  .section-column-with-left-image .eds-column-2 {
    gap: 30px;
  }
  .section-column-with-left-image .eds-column-2 {
    flex-direction: column-reverse;
  }
  .section-column-with-right-image .eds-column-2 .left-column,
  .section-column-with-left-image .eds-column-2 .right-column {
    flex-basis: 100%;
    width: 100%;
  }
  .section-column-with-right-image .tagline,
  .section-column-with-left-image .tagline {
    text-align: center;
  }
  .section-column-with-right-image .tagline::before,
  .section-column-with-left-image .tagline::before {
    margin-left: auto;
    margin-right: auto;
  }
  .section-column-with-right-image .eds-column-2 h2,
  .section-column-with-left-image .eds-column-2 h2 {
    text-align: center;
    font-size: 30px;
  }
  .section-column-with-right-image .eds-column-2 .description,
  .section-column-with-left-image .eds-column-2 .description {
    text-align: center;
  }
  .section-column-with-right-image .eds-column-2 .layout-block,
  .section-column-with-left-image .eds-column-2 .layout-block {
    margin-top: 30px;
  }
  .section-column-with-right-image .eds-column-2 .right-column,
  .section-column-with-left-image .eds-column-2 .left-column {
    flex-basis: 100%;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-column-with-right-image .eds-column-2 .left-column .btn-wrap,
  .section-column-with-left-image .eds-column-2 .right-column .btn-wrap {
    justify-content: center;
  }
  .section-feature-cards,
  .page-id-358 .section-feature-cards {
    padding-block: 60px;
  }
  .section-feature-cards h2,
  .section-feature-cards-v2.style-2 h2,
  .page-id-939 .section-feature-cards-v5 h2 {
    font-size: 38px;
  }
  .section-feature-cards-v2 h2 {
    font-size: 30px;
  }
  .section-revision,
  .page-id-470 .section-content-only,
  .section-content-only,
  .page-id-525 .section-inner-hero-v2 {
    padding-block: 60px;
  }
  .page-id-525 .section-inner-hero-v2 .right-icon {
    bottom: -50px;
  }
  .section-content-only .description {
    margin-top: 30px;
  }
  .section-get-in-touch {
    padding-block: 60px;
    text-align: center;
  }
  .section-get-in-touch .eds-column-2 {
    gap: 30px;
  }
  .section-column-with-right-video .eds-column-2 .left-column,
  .section-column-with-right-video .eds-column-2 .right-column,
  .section-get-in-touch .eds-column-2 .left-column,
  .section-get-in-touch .eds-column-2 .right-column {
    flex-basis: 100%;
    width: 100%;
  }
  .section-get-in-touch .tagline-after::after {
    margin: auto;
  }
  .section-get-in-touch .contact-info .address,
  .section-get-in-touch .contact-info .contacts {
    justify-content: center;
  }
  .single-hero .eds-column-2 .left-column,
  .single-hero .eds-column-2 .right-column {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .post-meta {
    justify-content: center;
    font-size: 18px;
  }
  .post-excerpt {
    margin-inline: auto;
  }
  .single-hero .eds-column-2 .right-column .post-thumbnail {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  .single-logo {
    left: -8%;
  }
  .section-column-with-right-video,
  .section-four-column,
  .single-content {
    padding-block: 60px;
  }
  .single-content h2 {
    font-size: 36px;
  }
  .single-content blockquote {
    margin-top: 30px;
  }
  .single-content h3 {
    font-size: 28px;
  }
  .single-content h4 {
    font-size: 22px;
  }
  .filter-buttons .inner {
    gap: 20px;
  }
  .filter-btn {
    font-size: 16px;
    min-height: 50px;
    padding-inline: 30px;
  }
  .column-block {
    grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
  }
  .section-four-column h2 {
    font-size: 40px;
  }
  .section-feature-cards-v3 .cards-block .card-item {
    flex-basis: calc(50% - 18px);
    width: calc(50% - 18px);
  }
  .section-feature-cards-v4 h2,
  .section-feature-cards-v3 h2 {
    font-size: 30px;
  }
  .section-call-to-action {
    padding-block: 60px 0px;
  }
  .section-call-to-action h2,
  section.our-boarding-houses .headline {
    font-size: 45px;
  }
  .section-call-to-action .bottom-block {
    gap: 70px;
    row-gap: 20px;
  }
  .section-call-to-action-v2 .eds-column-2 {
    gap: 30px;
  }
  .section-call-to-action-v2 .eds-column-2 .left-column,
  .section-call-to-action-v2 .eds-column-2 .right-column {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .section-call-to-action-v2 h2 {
    font-size: 40px;
  }
  .section-call-to-action-v2 .top-tagline,
  .section-call-to-action-v2 .eds-column-2 .right-column .btn-wrap {
    justify-content: center;
  }
  .section-column-with-right-video .tagline {
    display: block;
    text-align: center;
  }
  .section-column-with-right-video .tagline::before {
    margin-left: auto;
    margin-right: auto;
  }
  .section-column-with-right-video h2,
  .section-column-with-right-video h3,
  .section-column-with-right-video .description {
    text-align: center;
  }
  .page-id-470 .section-content-only h2 {
    font-size: 35px;
  }
  .section-feature-cards-v5 .cards-block .card-item {
    flex-basis: calc(46% - 45px);
  }
  .section-feature-cards-v5 .cards-block .item-middle-icon:nth-child(4) {
    display: none;
  }
  .footer-top-section .container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .footer-middle-section .container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer-col {
    width: calc(50% - 15px);
  }

  .section-timetable-schedules {
    padding-top: 60px;
  }
  section.daily-timetable {
    padding: 40px 0 60px;
  }
  section.daily-timetable.section-daily-timetable {
    padding-block: 60px;
  }
  section.daily-timetable.section-daily-timetable .dtd-table-wrap {
    order: 2;
  }
  section.daily-timetable.section-daily-timetable .right {
    order: 1;
  }
  section.daily-timetable .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.daily-timetable .container .right {
    text-align: center;
  }
  section.daily-timetable h2 {
    font-size: 45px;
  }
  section.daily-timetable .right .contents-wrap {
    margin-inline: auto;
  }
  section.daily-timetable .right .btn-wrap {
    justify-content: center;
  }
  .tuition-fees {
    padding-block: 60px;
  }
  .tuition-fees .tabs_tf {
    text-align: center;
  }
  .tuition-fees .tab-content-tf .tab.active {
    flex-wrap: wrap;
    gap: 30px;
  }
  .tuition-fees .tab-content-tf .left,
  .tuition-fees .tab-content-tf .right {
    width: 100%;
  }
  .tuition-fees .tab-content-tf .left {
    padding-top: 20px;
    text-align: center;
  }
  .tuition-fees .tab-content-tf .left .fees-head {
    font-size: 60px;
    letter-spacing: -2.2px;
  }
  .tuition-fees .tab-content-tf .left .content-wrap p {
    margin-inline: auto;
  }
  .tuition-fees .tab-content-tf .left .btn-wrap {
    justify-content: center;
  }
  .tuition-fees .tab-content-tf .right .table-title,
  .tuition-fees .tab-content-tf .right .table-desc {
    text-align: center;
  }
  .tuition-fees .tab-content-tf .right .fees-table {
    text-align: left;
  }
  section.left-image-right-contents {
    padding: 60px 0 115px;
  }
  section.left-image-right-contents .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.left-image-right-contents .right-contents {
    order: 1;
    text-align: center;
  }
  section.left-image-right-contents .container .left-image {
    order: 2;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  section.left-image-right-contents .right-contents .tagline-2 {
    display: inline-block;
  }
  section.left-image-right-contents .headline,
  section.beyond-the-classroom h2.headline,
  section.balance-culture-support .top-area .headline {
    font-size: 45px;
  }
  section.left-image-right-contents .right-contents .line {
    margin-inline: auto;
  }
  section.beyond-the-classroom,
  section.our-boarding-houses,
  section.balance-culture-support {
    padding-block: 60px;
  }
  section.info-v2 .info-block {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  section.our-boarding-houses .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  section.our-boarding-houses .container .left {
    text-align: center;
  }
  section.our-boarding-houses .line {
    margin-inline: auto;
  }
  section.balance-culture-support .image-blurbs .contents {
    padding-top: 0px;
  }
  section.balance-culture-support .image-blurbs .contents .headline {
    font-size: 26px;
  }
  section.images-gallery {
    flex-wrap: wrap;
  }
  section.images-gallery a {
    width: 50%;
  }
  .partner-logo {
    padding: 15px 15px;
    border-radius: 15px;
  }
  .partner-logo img {
    height: 32px;
  }
  .our-stories .item .inner {
    max-width: 330px;
  }
  section.our-story {
    padding: 70px 0;
  }
  section.our-story .top-area .headline {
    font-size: 40px;
  }
  section.our-story .our-stories {
    max-width: 720px;
  }
  .programmes-details .item {
    flex-wrap: wrap;
    gap: 30px;
    padding: 70px 0;
  }
  .programmes-details .item > .left {
    width: 100%;
  }
  .programmes-details .item .programme-image {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  section.three-columns-image-blurbs {
    padding: 70px 0;
  }
  section.three-columns-image-blurbs .blurbs {
    gap: 20px;
  }
  section.three-columns-image-blurbs .blurbs .item {
    width: calc(33.33% - 14px);
  }
  section.journey-our-philosophy {
    padding: 70px 0;
  }
  section.journey-our-philosophy .blurbs {
    grid-template-columns: repeat(2, 1fr);
  }
  section.journey-our-philosophy .blurbs .item {
    padding: 40px 20px 20px;
  }
  section.journey-academic-pathway {
    padding: 70px 0;
  }
  section.journey-academic-pathway .headline {
    font-size: 42px;
  }
  section.journey-academic-pathway .description {
    font-size: 16px;
  }
  section.journey-our-philosophy .headline {
    font-size: 28px;
  }
  section.journey-academic-pathway .blurbs {
    flex-wrap: wrap;
    gap: 40px 25px;
    margin-top: 50px;
  }
  section.journey-academic-pathway .blurbs .item::before {
    display: none;
  }
  section.journey-academic-excellence {
    padding: 0 0 70px;
  }
  section.journey-academic-excellence .container {
    padding: 0;
    flex-wrap: wrap;
  }
  section.journey-academic-excellence .left-image {
    width: 100%;
  }
  section.journey-academic-excellence .right {
    padding: 0 25px;
  }
  section.journey-co-curricular-programme .blurbs .descriptions {
    letter-spacing: 1px;
    font-size: 14px;
  }
  section.journey-co-curricular-programme .blurbs .title {
    font-size: 32px;
  }
  section.journey-co-curricular-programme .groups .group {
    width: calc(33.33% - 32px);
  }
  section.journey-co-curricular-programme .headline {
    font-size: 42px;
  }
  section.journey-co-curricular-programme {
    padding: 70px 0;
  }
  section.the-language-journey {
    padding: 70px 0;
  }
  section.the-language-journey .headline {
    font-size: 42px;
  }
  section.journey-academic-excellence .headline {
    font-size: 42px;
  }
  section.how-we-teach {
    padding: 70px 0;
  }
  section.programme-duration-format .headline {
    font-size: 45px;
  }
  section.programme-duration-format {
    padding: 70px 0;
  }
  section.how-we-teach .headline {
    font-size: 45px;
  }
  section.how-we-teach .blurbs .item {
    padding: 25px 20px;
  }
  section.programme-duration-format .programme-blurbs {
    grid-template-columns: repeat(2, 1fr);
  }
  section.programme-duration-format .progression_after_ffl {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  section.programme-duration-format .progression_after_ffl .item {
    border: 1px solid rgba(221, 213, 200, 1) !important;
  }
}
@media only screen and (max-width: 767px) {
  section.how-we-teach .blurbs {
    grid-template-columns: 1fr;
  }
  section.how-we-teach .headline {
    font-size: 32px;
  }
  section.how-we-teach {
    padding: 50px 0;
  }
  section.how-we-teach .tags .tag {
    font-size: 14px;
    min-height: 32px;
    padding: 5px 10px;
  }
  section.programme-duration-format {
    padding: 50px 0;
  }
  section.programme-duration-format .headline {
    font-size: 32px;
  }
  section.programme-duration-format .progression_after_ffl,
  section.programme-duration-format .programme-blurbs {
    grid-template-columns: repeat(1, 1fr);
  }
  section.programme-duration-format .progression_after_ffl .item svg.arrow {
    bottom: 15px;
    top: auto;
    left: 50%;
    transform: rotate(90deg);
  }
  section.programme-duration-format .progression_after_ffl .item {
    padding: 24px 20px 40px;
  }
  section.journey-our-philosophy {
    padding: 50px 0;
  }
  section.journey-our-philosophy .headline {
    font-size: 24px;
  }
  section.journey-our-philosophy .blurbs {
    grid-template-columns: repeat(1, 1fr);
  }
  section.journey-academic-pathway {
    padding: 50px 0;
  }
  section.journey-academic-pathway .headline {
    font-size: 32px;
  }
  section.journey-academic-excellence .headline {
    font-size: 32px;
  }
  section.journey-academic-excellence .right {
    flex: none;
    width: 100%;
  }
  section.journey-academic-excellence .blurbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
  section.journey-co-curricular-programme .headline {
    font-size: 32px;
  }
  section.journey-co-curricular-programme {
    padding: 50px 0;
  }
  section.journey-co-curricular-programme .blurbs {
    grid-template-columns: repeat(2, 1fr);
  }
  section.journey-co-curricular-programme .groups .group {
    width: calc(50% - 10px);
  }
  section.journey-co-curricular-programme .groups {
    gap: 20px;
  }
  section.journey-co-curricular-programme .groups .item .title {
    font-size: 15px;
  }
  section.the-language-journey {
    padding: 50px 0;
  }
  section.the-language-journey .headline {
    font-size: 32px;
  }
  section.the-language-journey .blurbs {
    grid-template-columns: repeat(2, 1fr);
  }
  section.three-columns-image-blurbs {
    padding: 50px 0;
  }
  section.three-columns-image-blurbs .top-area .headline {
    font-size: 35px;
  }
  section.three-columns-image-blurbs .blurbs .item {
    width: 100%;
  }
  section.three-columns-image-blurbs .blurbs {
    gap: 40px;
  }
  .programmes-details .item .top-area {
    flex-wrap: wrap;
    gap: 0;
  }
  .programmes-details .item .top-area .left {
    width: 100%;
  }
  .programmes-details h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .programmes-details .item .top-area .right {
    width: 100%;
    text-align: right;
  }
  .programmes-details .item .top-area .right h3.price {
    font-size: 28px;
  }
  .programmes-details .item .top-area .right h3.price span {
    font-size: 18px;
  }
  .programmes-details .item {
    padding: 50px 0;
  }
  .section-inner-hero-v2 .line {
    margin: auto;
    margin-top: 20px;
  }
  .section-about .info-block .info-item:nth-child(2)::before {
    opacity: 0;
  }
  section.our-story .our-stories::before {
    right: -10px;
  }
  .our-stories .item::before {
    right: -14px;
  }
  .our-stories .item::after {
    right: -11px;
  }
  .our-stories .item .inner {
    max-width: 100%;
  }
  .our-stories .item {
    padding: 0 10px 20px 0;
  }
  .our-stories .item:nth-child(even) .inner {
    text-align: right;
  }
  .our-stories .item .line {
    right: -8px;
  }
  section.our-story {
    padding: 50px 0;
  }
  section.our-story .top-area .headline {
    font-size: 32px;
  }
  section.our-story .top-area {
    margin-bottom: 40px;
  }
  section.did-you-know .top-area .headline {
    font-size: 32px;
  }
  section.did-you-know .top-area .tagline {
    font-size: 14px;
    width: 130%;
  }
  section.did-you-know {
    padding: 50px 0;
  }
  .top-header .contact-info a span {
    display: none;
  }
  .top-header .contact-info {
    gap: 10px;
  }
  .top-header .contact-info a {
    padding: 10px;
  }
  .top-header {
    padding: 0;
  }
  header.site-header a.btn {
    padding: 5px 15px;
    min-width: 120px;
    width: auto;
  }
  header.site-header .right {
    gap: 10px;
  }
  .top-header .container-max,
  header.site-header .container-max {
    gap: 20px;
  }
  .text-28,
  .text-28-semibold {
    font-size: 20px;
  }
  .text-24 {
    font-size: 20px;
  }
  .text-24-medium {
    font-size: 20px;
  }
  .text-22 {
    font-size: 18px;
  }
  .text-20 {
    font-size: 18px;
  }
  .title-h2 {
    font-size: 24px;
  }
  .container {
    padding: 0px 20px;
  }
  .eds-column-2 .left-column,
  .eds-column-2 .right-column {
    flex-basis: 100%;
    width: 100%;
  }
  .btn,
  .section-faqs .button-wrapper .btn {
    font-size: 14px;
    min-height: 48px;
    width: 100%;
  }
  div.wpforms-container-full.eds-form .wpforms-submit-container .btn {
    width: 100%;
  }
  .section-stories .left-block .image-wrapper svg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cards-block {
    gap: 30px;
    row-gap: 67px;
  }
  .section-feature-cards-v4 .cards-block .card-item {
    flex-basis: calc(50% - 15px);
  }
  .section-feature-cards-v2 .cards-block {
    row-gap: 50px;
  }
  .cards-block .card-item {
    flex-basis: calc(50% - 15px);
    padding-inline: 20px;
  }
  section.home-hero {
    padding: 50px 0 130px;
  }
  section.home-hero .headline {
    font-size: 48px;
    text-align: center;
  }
  section.home-hero .sub-headline {
    text-align: center;
    line-height: 1.4;
  }
  section.home-hero .line {
    margin: auto;
  }
  section.home-hero .contents-wrap {
    text-align: center;
    line-height: 1.65;
    font-size: 18px;
  }
  .btn-wrap {
    justify-content: center;
  }
  .section-inner-hero {
    padding-block: 60px 130px;
  }
  .section-inner-hero .inner .inner-hero-block h1 {
    font-size: 40px;
  }
  .section-inner-hero .inner .inner-hero-block .layout-image .floating {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    margin-top: 30px;
  }
  .section-inner-hero-v2 {
    text-align: center;
  }
  .section-inner-hero-v2 h1 {
    font-size: 40px;
  }
  .section-inner-hero-v2 h1,
  .section-inner-hero-v2 .description {
    margin-left: auto;
    margin-right: auto;
  }
  .section-inner-hero-v2 h1::after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .course-block .course-item,
  .the-programmes .programmes-grid .programme-item {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .section-our-courses .top-block h2,
  .the-programmes .top-area h2 {
    font-size: 40px;
  }
  .course-block .course-item .course-image {
    height: 380px;
  }
  .the-programmes .programmes-grid .programme-item .image {
    height: 410px;
  }
  .section-about .inner .layout-block {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .section-about .inner .layout-block-reverse .layout-text {
    order: 1;
  }
  .section-about .inner .layout-block-reverse .layout-image {
    order: 2;
  }
  .section-about .inner .layout-block .layout-image {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .section-about .inner .layout-block .layout-image::before {
    display: none;
  }
  .section-about .inner .layout-block .tagline::after {
    right: 0px;
    margin: auto;
  }
  .section-about .inner .layout-block .description {
    font-size: 16px;
    margin-top: 0px;
  }
  .section-about .inner .layout-block .description .big-text {
    font-size: 18px;
  }
  .section-about .info-block {
    margin-top: 50px;
  }
  .info-block {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .section-stories .stories-block {
    padding: 30px;
  }
  .section-stories .left-block .image-wrapper svg {
    width: 80px;
  }
  .section-call-to-action-v2 h2,
  .section-stories .stories-block h2,
  section.daily-timetable h2 {
    font-size: 30px;
  }
  .section-alternating-layout .inner .layout-block {
    margin-bottom: 60px;
  }
  .section-alternating-layout .inner .layout-block h2 {
    font-size: 24px;
    max-width: 380px;
  }
  .section-alternating-layout .inner .layout-block .layout-image .floating {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    margin-top: 30px;
  }
  .section-news-and-events .title-wrapper h2 {
    font-size: 24px;
  }
  .news-events-wrapper .news-event-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 600px;
  }
  .news-event-image {
    max-height: inherit;
    min-height: auto;
  }
  .news-event-content {
    padding: 30px 20px 30px;
  }
  .news-event-title {
    font-size: 18px;
  }
  .section-faqs .tagline,
  .section-faqs .button-wrapper {
    text-align: center;
  }
  .section-faqs .title-wrapper h2 {
    font-size: 24px;
    text-align: center;
  }
  .section-faqs .description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-enquiry-form .eds-column-2 {
    gap: 30px;
  }
  .section-enquiry-form h2 {
    font-size: 33px;
    line-height: 1.2;
  }
  .section-enquiry-form .sub-headline {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .section-enquiry-form .description {
    font-size: 18px;
  }
  div.wpforms-container-full
    .wpforms-field.wpforms-field-payment-checkbox
    ul
    li
    input
    + label {
    font-size: 12px;
  }
  .section-column-with-right-image .eds-column-2 h2,
  .section-column-with-left-image .eds-column-2 h2 {
    font-size: 24px;
  }
  .section-column-with-right-image .layout-block .layout-item .icon,
  .section-column-with-left-image .layout-block .layout-item .icon {
    width: 60px;
    height: 60px;
    margin: 0px auto;
  }
  .section-column-with-right-image .layout-block .layout-item .icon img {
    height: 24px;
  }
  .page-id-470 .section-content-only h2,
  .section-feature-cards h2,
  section.global-outlook .headline,
  section.our-boarding-houses .headline,
  .section-feature-cards-v2.style-2 h2,
  .page-id-939 .section-feature-cards-v5 h2 {
    font-size: 30px;
  }
  .section-feature-cards-v4 h2,
  .section-feature-cards-v2 h2,
  .section-feature-cards-v3 h2 {
    font-size: 24px;
  }
  .section-content-only .btn-wrap {
    margin-top: 30px;
  }
  div.wpforms-container-full.eds-form.careers-form .wpforms-field-label {
    font-size: 14px;
  }
  div.wpforms-container-full.eds-form.careers-form input[type='text'],
  div.wpforms-container-full.eds-form.careers-form input[type='number'],
  div.wpforms-container-full.eds-form.careers-form input[type='email'],
  div.wpforms-container-full.eds-form.careers-form select,
  div.wpforms-container-full.eds-form.careers-form input[type='file'] {
    height: 50px;
  }
  div.wpforms-container-full.eds-form.careers-form
    input[type='file']::file-selector-button {
    padding: 5px 16px 3px;
    font-size: 13px;
    border-radius: 8px;
  }
  .section-get-in-touch .contact-info .address,
  .section-get-in-touch .contact-info .contacts .phone-number a,
  .section-get-in-touch .contact-info .contacts .email a {
    font-size: 16px;
  }
  .single-logo {
    left: -10px;
    bottom: -40px;
    width: 80px;
    height: 80px;
  }
  .single-logo svg {
    width: 100%;
    max-width: 40px;
  }
  .single-hero .eds-column-2 .left-column h1 {
    font-size: 40px;
  }
  .single-hero {
    padding-bottom: 100px;
  }
  .single-content h2 {
    font-size: 28px;
  }
  .single-content h3 {
    font-size: 24px;
  }
  .single-content h4 {
    font-size: 20px;
  }
  .single-content ul {
    margin: 0px 0px 20px 20px;
  }
  .single-content blockquote {
    padding-bottom: 30px;
    padding-inline: 30px;
  }
  .section-single-news-and-events .news-events-wrapper {
    margin-top: 30px;
  }
  .filter-btn {
    min-height: 42px;
    padding-inline: 20px;
  }
  .section-our-courses .top-block {
    gap: 15px;
  }
  .section-call-to-action h2,
  .section-four-column h2 {
    font-size: 30px;
  }
  .column-block .content-block .title {
    font-size: 18px;
  }
  .section-call-to-action .tagline,
  .section-call-to-action .description {
    font-size: 16px;
  }
  .page-id-327
    .section-alternating-layout
    .inner
    .layout-block:not(:last-child) {
    margin-bottom: 40px;
  }
  .item-middle-icon {
    display: none;
  }
  .section-feature-cards-v5 .cards-block .card-item {
    flex-basis: calc(50% - 10px);
  }
  .footer-middle-section .container {
    row-gap: 20px;
  }
  .footer-col {
    width: 100%;
  }
  .section-404 .eds-column-2 .left-column {
    order: 2;
    text-align: center;
  }
  .section-404 {
    padding-block: 60px;
  }
  .section-404 .eds-column-2 .right-column {
    order: 1;
  }
  .section-404 .description {
    margin-inline: auto;
    font-size: 18px;
  }
  .section-404 a.btn {
    margin-inline: auto;
  }
  .section-404 .eds-column-2 .right-column img {
    width: 100%;
    max-width: 100px;
  }
  .section-404 .eds-column-2 .left-column h1 {
    font-size: 50px;
  }
  .search-page h1,
  section.left-image-right-contents .headline,
  section.beyond-the-classroom h2.headline,
  .section-column-with-right-video h3.headline,
  section.balance-culture-support .top-area .headline {
    font-size: 30px;
  }
  .search-result-wrapper article .entry-title {
    font-size: 24px;
  }
  .page-id-3 .section-content-only .description h2 {
    font-size: 25px;
  }
  .tuition-fees .tab-content-tf .left .fees-head {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .tuition-fees .tab-content-tf .right .table-title {
    font-size: 22px;
  }
  section.left-image-right-contents .image-card {
    right: -10px;
  }
  section.left-image-right-contents .image-card .card-title {
    font-size: 20px;
  }
  .image-blurbs .owl-nav {
    margin-top: 30px;
  }
  section.balance-culture-support .image-blurbs {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  section.balance-culture-support .image-blurbs .contents .headline {
    font-size: 24px;
  }
  .camp-hero .camp-headline {
    font-size: 30px;
  }
  .camp-hero .camp-date,
  .camp-hero .camp-sub-headline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .text-24,
  .text-28,
  .section-enquiry-form .sub-headline {
    font-size: 18px;
  }
  .section-stories .stories-block .quote-wrapper {
    margin-left: 10px;
  }
  .section-stories .stories-block .quote-wrapper::before {
    top: -10px;
    left: -10px;
    width: 32px;
    height: 32px;
    font-size: 70px;
  }
  .section-stories .stories-block .quote-wrapper::after {
    bottom: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    font-size: 70px;
  }
  .section-inner-hero .inner .inner-hero-block .description,
  .section-alternating-layout .inner .layout-block .description,
  .section-enquiry-form .description {
    font-size: 16px;
  }
  .course-block,
  .the-programmes .programmes-grid {
    grid-template-columns: 1fr;
  }
  .wpforms-container.eds-form .wpforms-one-half {
    width: 100%;
    margin: 0px !important;
  }
  .section-column-with-right-video .layout-block .layout-item,
  .section-column-with-right-image .layout-block .layout-item,
  .section-column-with-left-image .layout-block .layout-item {
    flex-basis: 100%;
  }
  .section-column-with-right-video .layout-block .layout-item .content-block,
  .section-column-with-right-image .layout-block .layout-item .content-block,
  .section-column-with-left-image .layout-block .layout-item .content-block {
    width: 100%;
    text-align: center;
  }
  .section-column-with-right-image
    .eds-column-2
    .right-column
    .additional-images
    > div,
  .section-column-with-left-image
    .eds-column-2
    .left-column
    .additional-images
    > div {
    flex-basis: 100%;
    width: 100%;
  }
  .single-content picture figure {
    flex-basis: 100%;
  }
  .single-content picture {
    gap: 0px;
  }
  .single-content picture figure img {
    margin-bottom: 10px;
  }
  .section-feature-cards-v3 .cards-block .card-item {
    flex-basis: 100%;
    width: 100%;
  }
  .section-column-with-right-video .layout-block .layout-item .icon {
    margin-inline: auto;
  }
  .page-id-327 .section-feature-cards .cards-block .card-item {
    padding-inline: 15px;
  }
  .footer-top-section .clients-gallery {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .footer-top-section .clients-gallery img {
    max-height: 40px;
  }
  .footer-bottom-section .footer-widget-column {
    justify-content: center;
    text-align: center;
  }
  .footer-bottom-section .left-footer-widget,
  .footer-bottom-section .right-footer-widget {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .cards-block .card-item,
  .section-feature-cards-v4 .cards-block .card-item,
  .cards-block.three-columns .card-item {
    flex-basis: 100%;
  }
  .info-content {
    font-size: 30px;
  }
  /* .info-title {
    font-size: 13px;
  } */
  .section-stories .stories-block {
    padding: 30px 20px;
  }
  .section-stories .stories-block .description {
    font-size: 16px;
  }
  .accreditations-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .accreditation-item img {
    max-width: 100px;
  }
  .column-block {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .cards-block .card-item .content-block .title {
    font-size: 18px;
  }
  .footer-top-logos .container {
    justify-content: center;
  }
  .dtd-table-contents .item .time {
    width: 50px;
    min-width: 50px;
  }
  .dtd-table-contents .item .category {
    min-width: 80px;
  }
  .dtd-table-head .table-title {
    font-size: 18px;
  }
  section.info-v2 .info-block {
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  }
  section.our-boarding-houses .blurbs .item .icon {
    width: 40px;
  }
  .info-sec-v2 .info-block {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }
}
