:root {
  --primary-light: #f7f9fc;
  --paragraph-gray: #303030;
  --primary-dark: #010101;
  --primary: #30C1A5;
  --white: white;
  --black: black;
  --light-gray: #f9f9fa;
  --primary-dark-color: #c45efa;
  --header-height: 84px;

}

@font-face {
  font-family: 'Canva Sans';
  src: url('../../assets/webfonts/CanvaSans-BoldItalic.woff2') format('woff2'),
    url('../../assets/webfonts/CanvaSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../../assets/webfonts/CanvaSans-Bold.woff2') format('woff2'),
    url('../../assets/webfonts/CanvaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../../assets/webfonts/CanvaSans-Medium.woff2') format('woff2'),
    url('../../assets/webfonts/CanvaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../../assets/webfonts/CanvaSans-MediumItalic.woff2') format('woff2'),
    url('../../assets/webfonts/CanvaSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../../assets/webfonts/CanvaSans-Regular.woff2') format('woff2'),
    url('../../assets/webfonts/CanvaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
  src: url('../../assets/webfonts/CanvaSans-RegularItalic.woff2') format('woff2'),
    url('../../assets/webfonts/CanvaSans-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../../assets/webfonts/CenturyGothic.woff2') format('woff2'),
    url('../../assets/webfonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../../assets/webfonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../../assets/webfonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0 !important;
  font-size: 16px;
  font-family: 'Century Gothic' !important;

  font-weight: 400;
  line-height: 1.6em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

/* ===============================
   HEADER BASE
================================ */
.th-header {
  width: 100%;
  background: #fff;
  /* z-index: 999; */
  padding: 20px 0px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Sticky active state */
.th-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: stickyFadeDown 0.4s ease;
}

/* Smooth appear animation */
@keyframes stickyFadeDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Prevent content jump */
body.sticky-padding {
  padding-top: 80px;
  /* adjust according to header height */
}

.header-logo img {
  height: 35px;
  width: auto;
}

/* ===============================
   MAIN MENU – DESKTOP
================================ */
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  padding: 10px 0;
  display: inline-block;
  text-transform: uppercase;
	transition: font-weight 0.1s;
}

.main-menu ul li a.active {
  font-weight: bold;
}

/* Hover color */
.main-menu ul li a:hover {
  color: #00bfa5;
}

/* ===============================
   DROPDOWN ARROW
================================ */
nav.main-menu .menu-item-has-children>a {
  position: relative;
  padding-right: 18px;
}

.menu-item .submenu-toggle {
  rotate: 180deg;
  transition: 0.6s;
  font-size: 16px;
}

/* .menu-item:hover .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}
 */
/* .menu-item-has-children>a::after {
  content: "\f107";
  font-family: Font Awesome\ 6 Pro;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
} */


.submenu-toggle i {

  transition: 0.6s;

}

.current_page_item.active .submenu-toggle i {
  rotate: 180deg;
  transition: 0.6s;
}


/* ===============================
   SUB MENU – DESKTOP
================================ */
.main-menu ul .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  display: block;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

/* IMPORTANT FIX: submenu vertical */
.sub-menu li {
  display: block;
  width: 100%;
}

ul .sub-menu li a {
  padding: 6px 20px;
  display: block;
  color: #000;
  white-space: nowrap;
}

/* Hover open submenu */
.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===============================
   MOBILE MENU BUTTON
================================ */
.th-menu-toggle {
  background: none;
  border: none;
  font-size: 22px;
  color: #fff;
  background: var(--primary);
  border-radius: 5px;
  padding: 5px 10px;
}

/* ===============================
   MOBILE MENU OVERLAY
================================ */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Make sure menu is above overlay */
.main-menu {
  z-index: 9999;
}


/* hero section add css */
/* ===============================
   HERO SLIDER
================================ */
.hero-section {
  padding: 50px 0 50px;
  background: #fff;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section h1,
.hero-section h2 {
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.2;
}

.hero-section .highlight {
  color: var(--primary);
  font-weight: bold;
}

.hero-section .brand {
  color: #000;
  margin-left: 10px;
}

.hero-section p {
  font-size: 22px;
  color: #000;
  margin-bottom: 0px;
}

/* Swiper */
.heroSwiper {
  max-width: 900px;
  margin: auto;
}

.heroSwiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.heroSwiper .swiper-slide-active {
  opacity: 1;
}

/* ===============================
   OUR SERVICES
================================ */
.our_services {
  padding: 80px 0px 50px;
  background: #fff;
}

.service-item {
  text-align: center;
}

.service-icon {
  width: 120px;
  height: 120px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.service-icon img,
.service-icon i {
  font-size: 60px;
  color: #fff;
  height: auto;
  width: 70px;
}

.service-item p {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* Big Title */
.services_title {
  margin-top: 40px;
  font-size: 100px;
  font-weight: bold;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

/* Big Title */
.services_title_1 {
  margin-top: 40px;
  font-size: 50px;
  font-weight: bold;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}



.error_msg {

  color: red;
  font-size: 14px;
  font-weight: 500;

}

.wpcf7-submit {

  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: None !important;
  color: #fff !important;
  border-style: none !important;
  padding: 15px 30px !important;
  align-self: center !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 0px !important;
  line-height: 1.1 !important;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75) !important;
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;

}

.wpcf7-submit:hover {

  color: var(--primary) !important;
  background-color: var(--white) !important;

}

.form-control {

  padding: .375rem .75rem !important;
}

.contact_forms p {
  margin: 0px !important;
}

a:hover,
a:focus,
a:active {
  color: black;
}

.services_title span {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.admits_phoenix {
  padding: 40px 0px;
}

.admits_phoenix .container {
  overflow: hidden;
  ;
}

.brandslider img {
  width: 100%;
  height: auto;
}

.brandslider .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  max-width: 100%;
}

.brandslider .swiper-slide img:hover {
  opacity: 0.3;
}

.services_explore {
  font-size: 1.5em;
  margin-top: 70px;
  font-weight: bold;
  color: var(--primary);
  font-family: 'Canva Sans';

  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-left: -15px;
  padding-right: 20px;

}

.services_explore4,
.services_explore3 {
  font-size: 1.5em;
  margin-top: 70px;
  font-weight: bold;
  color: var(--primary);
  font-family: 'Canva Sans';

  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-left: -15px;
  padding-right: 20px;

}

.services_explore1 {
  font-weight: bold;
  color: var(--primary);
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-left: -15px;

}

.flag_add h3 {
  font-size: 50px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.flag_add h3 span {
  color: var(--primary);
  font-weight: bold;
}

.flag_outers img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #dbdbdb;
  padding: 3px;
}


.explore_phoenix.explore_phoenix_home .flag_outers img {
  width: 70px;
  height: 70px;
}

.flag_add {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.fainal_caps {
  margin-bottom: -130px;
  text-align: right;
}

.fainal_caps img {
  width: 30%;
}

.fainal_caps img {
  width: 25%;
}

.about_section_inners {
  min-height: 470px;
  padding: 60px 0 60px;

}

.about_section_inners .services_title {
  margin-bottom: 0px;
}

/* Swiper Slide */


/* Odd → Green */
/* .swiper-slide.testimonial-slide:nth-child(odd) {
  background: #fff;
  color: var(--primary-dark);
}

.swiper-slide.testimonial-slide:nth-child(even) {
  background: var(--primary);
  color: #fff;
} */

.swiper-slide.testimonial-slide:nth-child(even) .quote-start {
  background: var(--primary);

}

.swiper-slide.testimonial-slide:nth-child(even) .quote-start img {
  filter: invert(1);
}


.swiper-slide.testimonial-slide:nth-child(even) .quote-end img {
  filter: invert(1);

}

.swiper-slide.testimonial-slide:nth-child(even) .quote-end {
  background: var(--primary);
}

/* Quotes */
.quote-start,
.quote-end {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
}

.quote-start {
  top: -31px;
  left: 30px;
  background-color: #fff;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 8px;
  line-height: 0px;
}

.quote-start img {
  width: 100%;
  height: 100%;
}

.quote-end img {
  width: 100%;
  height: 100%;
}

.quote-end {
  bottom: -20px;
  line-height: 40px;
  background-color: #fff;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 8px;
  line-height: 0px;

}

.swiper-slide.testimonial-slide .services_title {
  line-height: 0px;
}

.swiper-slide.testimonial-slide:nth-child(even) .services_title {
  color: #fff;
}

.swiper-slide.testimonial-slide:nth-child(even) .circle {
  border: 6px solid var(--white);

}

/* Circle */
.circle {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 6px solid var(--primary);
  background: transparent;
  overflow: hidden;
}

.circle img {
  width: 100%;
  object-fit: cover;
  height: 100%;

}

.testimonial-section {
  padding: 100px 0px 80px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.faqs-content {
  position: sticky;
  top: 30px;
  margin-right: 30px
}

.faq-accordion .accordion-header .accordion-button {
  background: 0 0;
  color: #fff;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button.collapsed:after,
.faq-accordion .accordion-item .accordion-button:after {
  content: '\f107';
  font-family: Font Awesome\ 6 Pro;

  position: absolute;
  right: -26px;
  top: -7px;
  transform: none;
  font-size: 22px;
  color: #fff;
  transition: .3s ease-in-out;
  background-image: none
}

.faq-accordion .accordion-button:not(.collapsed):after {
  transform: none;
  content: '\f106'
}

.faq-accordion .accordion-item .accordion-body {
  border-top: 0 solid #fffFFF0F;
  padding: 15px 0 0
}

.faq-accordion .accordion-item .accordion-body ul {
  padding-left: 20px;
  margin-top: 0px;
}

.faq-accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 2px;
}

.faq-accordion .accordion-item .accordion-body p {
  color: #fff;
}

.faq_questions {
  padding: 40px 0px;
}

.our-faqs .global_heading {
  color: #ffff
}

.why_use_inner {
  border-radius: 0px 200px 0px 0px;
  background: var(--primary);
  padding: 30px 140px 30px 30px;
}

.why_use_inner ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.why_use_inner ul li:after {
  content: '\f00c';
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  left: 0px;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  top: 2px;
}

.why_use_inner ul {
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
  color: #fff;
}

.why_us_sec {
  padding: 40px 0px;
}

.why_us_sec .services_title {
  text-align: left;
  line-height: 62px;
}

.explores_united .flag_outers img {
  margin-top: -10px;
}

.fainal_caps.img_schdule {
  margin-bottom: -210px;
}

.fainal_caps.img_schdule img {
  width: 18%;
}

.about_section {
  padding: 40px 0 40px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_section p {
  font-size: 18px;
}

.leadership_services {
  padding: 40px 0px 40px;
}

.leadership-item h2 {
  font-size: 16px;
  margin-bottom: 0px;

}

.leadership-item p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: normal;
}

.leadership-item {
  text-align: center;
}

/* Image Wrapper */
.leadership_image {
  position: relative;
  margin: auto;
  border: 10px solid var(--primary);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

/* Image */
.leadership_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Overlay */
.leadership_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 191, 99, 0.9);
  /* theme green */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 50%;
}

/* Hover Effect */
.leadership_image:hover .leadership_overlay {
  opacity: 1;
  visibility: visible;
}

/* Optional hover zoom */
.leadership_image:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

.leadership_content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.leadership-item:hover .leadership_content {
  max-height: 350px;
}

.leadership_content p {
  font-size: 14px;
  margin-top: 15px;
}

.vlaues_us_sec .why_use_inner p {
  color: #fff;
  line-height: normal;
  margin-bottom: 5px;
}

.vlaues_us_sec h2 {
  margin-top: 70px;
  font-size: 170px;
  font-weight: bold;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 130px;
  display: flex;
  position: relative;
  z-index: 1;
}

.vlaues_us_sec h2 span {
  color: #fff;
}

.vlaues_us_sec .why_use_inner {
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 100px;
  padding-top: 20px;
}

.contact_forms {
  padding: 20px 30px 20px;
  background: #fff;
  box-shadow: 0px 16px 72px rgba(6, 28, 61, 0.08);
  border-radius: 15px;
}

.schdules_scdules {
  padding: 40px 0px;
}

.contact_forms label {
  font-weight: 600;
  margin-bottom: 2px;
}

.contact_forms label span {
  color: var(--primary);
}

.thm-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: None;
  color: #fff;
  border-style: none;
  padding: 15px 30px;
  align-self: center;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  line-height: 1.1;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  background-color: var(--primary);
  border: 1px solid var(--primary) !important;
}

.thm-btn:hover {
  color: var(--primary);
  background-color: var(--white);
}

.content_aboutUs p,
.content_aboutUs ul,
.content_aboutUs ol {
  font-size: 16px;
  margin-bottom: 1rem;
}

.content_aboutUs ul,
.content_aboutUs ol {
  padding-left: 20px;
}

.content_aboutUs .faq-accordion h3 {
  font-size: 18px;
  color: #fff;

}

.content_aboutUs h3 {
  font-size: 22px;
}

.content_aboutUs h4 {
  font-size: 18px;
  text-decoration: underline;
  font-style: italic;
}

.content_aboutUs table {
  margin-bottom: 1rem;
  width: 100%;
}

.content_aboutUs thead {
  background: var(--primary);
}

.content_aboutUs thead th {
  color: #fff;
  padding: 5px 10px;
}

.content_aboutUs td {
  padding: 5px 10px;
}

footer.site-footer {
  padding: 50px 0px 0px;
  border-top: 5px solid var(--primary);
}

.footer__widget h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.footer__widget h4 a {
  color: var(--primary);
}

.footer__widget .widget-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  color: var(--primary);
  font-weight: 700;
}

.xb-item--content i {
  color: var(--primary);
}

li.xb-item--content a {
  font-size: 20px;
}

ul.social_icons {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-top: 30px;
  justify-content: flex-start;
  padding-left: 0px;
  margin-left: 0px !important;
}

.footer__links {
  margin-left: 0px !important;
}
.footer__links li a:hover{
  color: var(--primary);
}
.footer__links li a {
  color: #000;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
}

.footer__links li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-logo img {
  height: 45px;
  width: auto;
}

.footer__copyright {
  padding: 15px 0px;
  border-top: 1px solid #D9E3E7;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright a {
  color: var(--primary);
}

.flag_outers a:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.vlaues_us_sec {
  padding: 40px 0px;
}

.form-control {
  appearance: auto;
  min-height: 40px;
}
.phone-row:focus-within {
    box-shadow: none;
  outline: none;
  border-color: var(--primary)!important;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--primary);
}

.flag_outers {
  position: relative;
  z-index: 1;
}




.content_privacy p,
.content_privacy ul,
.content_privacy ol {
  font-size: 16px;
  margin-bottom: 1rem;
}

.content_privacy ul,
.content_privacy ol {
  padding-left: 20px;
}

.content_privacy h2 {
  font-size: 22px;

}

.content_privacy h3 {
  font-size: 20px;
}

.content_privacy h4 {
  font-size: 18px;
  text-decoration: underline;
  font-style: italic;
}

.content_privacy table {
  margin-bottom: 1rem;
}

.content_privacy thead {
  background: var(--primary);
}

.content_privacy thead th {
  color: #fff;
  padding: 5px 10px;
}

.content_privacy td {
  padding: 5px 10px;
}

.privacys_section {
  padding: 40px 0 40px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_privacy a {
  color: var(--primary);
}

.privacys_section .services_title {
  font-size: 50px;
}

.about_.snap-section .services_title {
  margin-bottom: 0px;
}

.admits_phoenix .swiper-wrapper {
  align-items: center;
}

.content_aboutUs .faq-accordion table {
  border: 1px solid #fff;
}

.content_aboutUs .faq-accordion td {
  color: #fff;
}

.content_aboutUs .faq-accordion h4 {
  color: #fff;

}

.content_aboutUs .faq-accordion ol {

  color: #fff;
}

.content_privacy ol,
.content_aboutUs .faq-accordion ol {
  padding-left: 15px;
  margin-left: 0px;
}

.content_privacy ul,
.faq-accordion .accordion-item .accordion-body ul {
  margin-left: 0px;

}

.faq-accordion .accordion-item .accordion-body table {
  color: #fff;
}

/*28-Jan-2026*/

/* Make ONLY the first TOP-LEVEL menu item bold (HOME) */
/* Active menu item bold */
.main-menu .current-menu-item>a,
.main-menu .current_page_item>a,
.main-menu .current-menu-ancestor>a {
  font-weight: bold;
	    color: #00bfa5;
}

.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 51%;
    transform: translateY(-50%) rotate(0);
    transition: 0.25s;
    width: 20px;
    height: 20px;
    opacity: 1;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="m4.703 6.75 4.5 4.5 4.5-4.5" stroke="%233A3F46" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
/* ===============================
   SNAP SCROLL SETUP
================================ */

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  /* header height */
  z-index: 999;
  background: #fff;
}


.snap-wrapper {
  margin-top: calc(var(--header-height));
  height: calc(100vh - var(--header-height));
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

/* SNAP SECTIONS */
.snap-section {
  margin-top: calc(var(--header-height) - 36px);
  min-height: calc(100vh - var(--header-height));
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

#siteFooter {
  position: relative;
  z-index: 2;
  min-height: auto;
}

/* Hide scrollbar but keep scroll */
.snap-wrapper {
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  /* Firefox */
}

.snap-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.why_use_inner button.accordion-button {
  color: #fff;
  background: transparent;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  color: #fff;
  font-family: 'Century Gothic';
}

.why_use_inner .accordion-item {
  background: transparent;
  border: 0px;
}

.why_use_inner .accordion-body p {
  margin-bottom: 0px;
}

.why_use_inner .accordion-body {
  padding: 0px;
  color: #fff;
  margin-top: 5px;
}

.why_use_inner .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.why_use_inner .accordion-item .accordion-button.collapsed:after,
.why_use_inner .accordion-item .accordion-button:after {
  content: '\f107';
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  right: -26px;
  top: -7px;
  transform: none;
  font-size: 22px;
  color: #fff;
  transition: .3s ease-in-out;
  background-image: none;
}

.why_use_inner .accordion-button:not(.collapsed):after {
  transform: none;
  content: '\f106';
}



.explore_phoenix {
  padding: 40px 0px;
}

.explore_slide_inner {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.explores_united .swiper-slide {
  width: 100%;
}


.logo-grid {
  display: grid;
  gap: 20px;
}

/* Desktop */
.desktop-grid {
  grid-template-columns: repeat(5, 1fr);
}

/* Mobile */
.mobile-grid {
  grid-template-columns: repeat(2, 1fr);
}

/* Show/Hide */
.desktop-slider {
  display: block;
}

.mobile-slider {
  display: none;
}

.our_admits_phoenix .swiper-slide,
.logo-card {
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  transition: all 0.35s ease;
}

.our_admits_phoenix .swiper-slide::before,
.logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(277.23deg,
      #30C1A5 0.96%,
      #34C2A6 46.72%,
      rgba(50, 194, 166, 0) 59.41%,
      rgba(48, 193, 165, 0) 66.29%,
      #30C1A5 69.6%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.our_admits_phoenix .swiper-slide img {
  height: 100px;
  width: auto;
  position: relative;
  z-index: 1;
  object-fit: contain;
}

.logo-card img {
  height: 55px;
  width: auto;
  position: relative;
  z-index: 1;
  object-fit: contain;

}

.logo-card:hover::before {
  opacity: 0.35;
}

.logo-card:hover img {
  filter: grayscale(1) brightness(1);
}

.explore_phoenix_home {
  padding: 80px 0px 0px;
}

.testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiper .swiper-slide.testimonial-slide {
  height: auto;
  display: flex;
}

.testimonialSwiper .swiper-slide.testimonial-slide .testimonial_slide_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
}

.testimonialSwiper .testimonial-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.testimonialSwiper .testimonial-box p {
  text-align: left;
}

.testimonial_title_img {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.testimonial_title_img img {
  border: 2px solid #fff;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

.swiper-slide.testimonial-slide.swiper-slide-active .testimonial_slide_inner {
  background: #30C1A5;
}

.swiper-slide.testimonial-slide.swiper-slide-active .testimonial_slide_inner p,
.swiper-slide.testimonial-slide.swiper-slide-active .testimonial_slide_inner strong {
  color: #fff;
}

span.rating-star {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.why_images {
  width: 60%;
  margin: 0px auto 40px;
  display: block;
}


.custom-service-accordion .accordion-item .inner_accordian_items {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
  margin-top: 0px;
  padding: 40px 0px;
}

.accordion-item {
  border: 0px;
  padding: 0px;
}

.custom-service-accordion .accordion-item .inner_accordian_items p {
  margin-bottom: 0px;
}

.custom-service-accordion .accordion-item.active-item .inner_accordian_items p {
  margin-bottom: 1rem;
}

.custom-service-accordion .accordion-item.active-item .inner_accordian_items {
  background: #2fc3ab;
}

.custom-service-accordion .accordion-header {
  margin: 0;
}

.custom-service-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 28px 34px;
  width: 100%;
}

.custom-service-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.custom-service-accordion .accordion-button::after {
  display: none;
}

.custom-service-accordion .accordion-row {
  width: 100%;
  display: grid;
  grid-template-columns: 220px 1fr 44px;
  align-items: start;
  gap: 28px;
}

.custom-service-accordion .accordion-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  text-align: left;
  margin-bottom: 30px;
}

.custom-service-accordion .accordion-content-wrap {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  border-radius: 10px;
}

.custom-service-accordion .accordion-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  border-radius: 10px;
}

.custom-service-accordion .accordion-content-text {
  flex: 1;
  text-align: left;
}

.custom-service-accordion .accordion-content-text,
.custom-service-accordion .accordion-content-text p,
.custom-service-accordion .accordion-content-text li {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.custom-service-accordion .accordion-content-text ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.custom-service-accordion .accordion-content-text li {
  margin-bottom: 6px;
}



/* 
.custom-service-accordion .accordion-item.active-item .inner_accordian_items {
  background: #2fc3ab;
} */

.custom-service-accordion .accordion-item.active-item .accordion-title,
.custom-service-accordion .accordion-item.active-item .accordion-content-text,
.custom-service-accordion .accordion-item.active-item .accordion-content-text p,
.custom-service-accordion .accordion-item.active-item .accordion-content-text li {
  color: #fff;
}

.custom-service-accordion .accordion-item.active-item .accordion-icon span {
  border-color: rgba(255, 255, 255, 0.7);
}

.custom-service-accordion .accordion-item.active-item .accordion-icon span::before {
  color: #fff;
}

.accordion-item .accordion-img {
  display: none;
}

.accordion-item.active-item .long_contents,
.accordion-item.active-item .accordion-img {
  display: block;
}

/* .accordion-item.active-item .inner_accordian_items {
  margin-bottom: 40px;
} */

.accordion-item .long_contents {
  display: none;

}

.custom-service-accordion .accordion-item.active-item button.accordion-icon {
  border: 1px solid #ffffff;
  background: transparent;
  color: #fff;
}

.custom-service-accordion button.accordion-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  text-align: center;
  line-height: 40px;
  background: transparent;
  color: #000;
  padding: 0px;
  border-radius: 100px;
  transform: rotate(90deg);
  font-size: 18px;
}

.custom-service-accordion {
  padding: 80px 0px 40px;
}

.why_uk_sections {
  background: #30C1A5;
  padding: 60px 0px;
  margin-top: 40px;
}

.why_uk_sections .destinations_title {
  color: #fff;
}

.destinations_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.destinations_title span {
  color: #00bfa5;
}

.uk_sections_cards h3,
.scholarship-card h4,
.service-card h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 12px;
}

.uk_sections_cards {
  background: #FFFFFF;
  padding: 30px 25px 20px;
  height: 100%;
}

.uk_sections_cards ul,
.scholarship-card ul {
  margin-left: 0px;
  padding-left: 25px;
  margin-bottom: 0px;
}

.uk_sections_cards p,
.scholarship-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 10px;
}

.uk_sections_cards ul li,
.scholarship-card ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.uk_sections_cards ul li,
.scholarship-card ul li {
  margin-bottom: 5px;
}

.university_section {
  padding: 50px 0px;
}

.university_section tfoot,
.university_section thead {
  background: #30C1A5;
}

.university_section table tfoot td,
.university_section table thead th {

  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.university_section table {
  border-radius: 10px;
  overflow: hidden;
}

.university_section table th,
.university_section table td {
  padding: 8px 16px;
  border: 1px solid #DADADA;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.university-card {
  display: flex;
  align-items: center;
  gap: 15px;
}

.university-card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 1px;
}

.university-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0px;
}

.university-card img {
  height: 60px;
}

.swipper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.swipper-buttons button {
  border: 1px solid #EEEEEE;
  background: #fff;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 0px;
  line-height: 45px;
  color: #727271;
  font-size: 18px;
}

.swipper-buttons button:hover {
  border-color: #30C1A5;
  color: #30C1A5;
}

.program-card h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  text-transform: capitalize;
  color: #30C1A5;
  margin-bottom: 12px;
  margin-top: 40px;
}

.program-card ul li {
  margin-bottom: 5px;
}

.program-card ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.program-card ul {
  margin-left: 0px;
  padding-left: 25px;
  margin-bottom: 0px;
}

.program-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 10px;
}

.program-image {
  position: relative;
  margin-bottom: 25px;
}

.program-image::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  background: #a8d9cf;
  border-radius: 15px;
  z-index: 0;
}

.program-image img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  display: block;
  filter: grayscale(100%);
}

.program-card {
  padding-right: 15px;
}

.programs-section {
  padding-top: 20px;
  padding-bottom: 50px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

.note {
  font-size: 16px;
  margin-top: 20px;
  color: #444;
}

.scholarship-section {
  background: #37b39e;
  padding: 80px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.scholarship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT */
.scholarship_left {
  position: sticky;
  top: 90px;
}

.scholarship_left .destinations_title {
  color: #fff;
  margin-bottom: 20px;
}

.tip {
  color: #e6f5f1;
  font-size: 18px;
  max-width: 400px;
  line-height: 1.6;
}

/* RIGHT */

.scholarship-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.scholarship-card {
  background: #efefef;
  padding: 25px 30px;
  border-radius: 20px;
}

.support-services {
  padding: 70px 0px 50px;
}

.section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
}

.service-card {
  padding: 20px;
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

.service-card:last-child {
  border-right: none;
}

.line {
  display: block;
  width: 80px;
  height: 3px;
  background: #30c1a5;
  margin: auto;
  margin-bottom: 15px;

}

.service-card p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0px;
}


/* Responsive */
ul.fees-list li span {
  font-weight: 600;
  width: 25%;
  display: inline-block;
}

ul.fees-list li {
  font-style: normal;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #000000;
  display: flex;
  align-items: baseline;
}

ul.fees-list {
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

.fees-section p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.fees-section {
  padding: 30px 0px 70px;
}

.service-icon-logo {
  height: 60px;
  width: auto;
  margin-bottom: 25px;
}

.admits_phoen_home .swiper-button-next,
.admits_phoen_home .swiper-button-prev {
  display: none;
}

.admits_phoenix.admits_phoen_home .swiper-wrapper {
  align-items: start;
}


.custom-service-accordion .accordion-item.active-item button.accordion-icon {
  transform: rotate(-90deg);
}

.single-blog-style1__img img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);

}

.single-blog-style1 {
  background: #f2f2f2;
  padding: 8px 8px 20px;
  border-radius: 10px;
}

.single-blog-style1__img {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);


}

.single-blog-style1:hover .single-blog-style1__img img {
  transform: scale(1.05);
}

.single-blog-style1__content-meta {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}


.single-blog-style1__content {
  position: relative;
  display: block;
  padding-top: 15px;
}

.single-blog-style1__content-meta li {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #e1dcc7;
  margin-right: 12px;
  padding-right: 12px;
}

.single-blog-style1__content-meta li i {
  color: #30C1A5;
  font-size: 15px;
  line-height: 15px;
}

.single-blog-style1__content-meta li p {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 8px;
  margin-bottom: 0px;
}

.single-blog-style1__content-title {
  position: relative;
  display: block;
  margin-top: 15px;
}

.single-blog-style1__content-title h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);

}

.single-blog-style1__content-title h2 a {
  color: #000;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-blog-style1:hover .single-blog-style1__content-title h2 a {
  color: #30C1A5;
}

.single-blog-style1__content-title p {
  margin-bottom: 15px;
}




/*== Styled Pagination Css ======*/
.styled-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
}

.styled-pagination::before {
  display: none;
}

.styled-pagination.pdtop60 {
  padding-top: 60px;
}

.styled-pagination.pdtop30 {
  padding-top: 20px;
}

.styled-pagination li {
  position: relative;
  display: block;
  float: left;
}

.styled-pagination li+li {
  margin-left: 10px;
}

.styled-pagination li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #30C1A5;
  color: #000;
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
  z-index: 1;
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: #000;
  font-size: 16px;

  transition: all 500ms ease;
}

.styled-pagination li:hover a span:before {
  color: #fff;
}


.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
  color: #fff;
  border-color: transparent;
}



.styled-pagination li.prev a span:before {
  position: relative;
  display: inline-block;
}

.styled-pagination li.next a span:before {
  position: relative;
  display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #fff;
  border-color: transparent;
  background: #30C1A5;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  width: 45px;
  height: 45px;
}

.blog_style_details {
  padding: 40px 0px;
}

.blog_style_details table {
  border-radius: 10px;
  overflow: hidden;
}

.blog_style_details tfoot,
.blog_style_details thead {
  background: #30C1A5;
}

.blog_style_details table tfoot td,
.blog_style_details table thead th {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.blog_style_details table th,
.blog_style_details table td {
  padding: 8px 16px;
  border: 1px solid #DADADA;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.blog_style_details ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.blog_style_details ul {
  margin-left: 0px;
  padding-left: 25px;
  margin-bottom: 1rem;
}


.blog_style_details h2 {
  font-size: 25px;
}

.blog_style_details h3 {
  font-size: 22px;
}

.blog_style_details h4 {
  font-size: 18px;
}

.blog_style_details .single-blog-style1__content-meta {
  margin-bottom: 20px !important;

}

.our_admits_phoenix {
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_breadcrumbs {
  padding: 20px 0px 20px;
}

.blog_style_details .single-blog-style1 {
  background: #fff;
  padding: 0px;
  border-radius: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #30c1a5 !important;
  font-weight: bold;
}

.grid_view_btn {
  display: flex;
  gap: 15px;
  align-items: center;
}

.shreTheEbook {}

.shreTheEbook:hover {
  color: var(--white);
  background-color: var(--primary);
}

.shreTheEbook {
  font-size: 16px;
  font-weight: 600;
  text-transform: None;
  color: var(--primary);
  border-style: none;
  padding: 15px 30px;
  align-self: center;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  line-height: 1.1;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  background-color: var(--white);
  border: 1px solid var(--primary) !important;
}

/* Modal Box */

.modal_share .modal-content {
  width: 500px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Header */
.modal_share .modal-header {
  background: #30c1a5;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Close Button */
.modal_share .modal-body {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}

.modal_share .btn-close {
  filter: invert(1);
  opacity: 1;
}

/* Icons */
.modal_share .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* Colors */
.modal_share .fb {
  background: #1877f2;
}

.modal_share .linkedin {
  background: #0077b5;
}

.modal_share .gmail {
  background: #db4437;
}

.modal_share .whatsapp {
  background: #25d366;
}

.modal_share .copy {
  background: #e5565c;
}

.modal_share .icon:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.modal_studies_terms {}

.modal_studies_terms a {
  color: #30C1A5;
}


.country-btn, .country-btn-main {
  border-radius: 5px;
}
.country-btn:hover, .country-btn-main:hover {
  background: #e9ecef !important;
}

#countryDropdown .country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
}

#countryDropdown .country-item:hover {
  background: #fdf0ee;
}

#countryDropdown .country-item.active {
  background: #fdf0ee;
  font-weight: 600;
}

#countryDropdown .country-item img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

#countryDropdown .country-item .c-name {
  flex: 1;
}

#countryDropdown .country-item .c-dial {
  color: #999;
  font-size: 13px;
}

.phone-row p {
    margin: 0;
    padding: 0;
    display: contents;
}
.phone-row .wpcf7-form-control-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.phone-row .wpcf7-form-control-wrap input[type="tel"] {
    flex: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 12px;
    font-size: 15px;
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.phone-row .wpcf7-form-control-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.phone-row .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    font-size: 15px;
    color: #dc3545;
    white-space: nowrap;
    z-index: 10;
}
.phone-wrap {
    padding-bottom: 0px;
}
.footer__copyright-img {
    display: flex;
    flex-wrap: wrap;   /* Makes links wrap on small screens */
    gap: 10px;         /* Space between links */
    justify-content: center; /* Center links horizontally */
    font-size: 14px;
    /* Already in your class, keeps spacing */
}

.footer__copyright-img a {
    color: #000;              /* Default text color */
    text-decoration: none;    /* Remove underline */
    transition: all 0.3s ease; /* Smooth hover effect */
    position: relative;
    padding: 2px 0;
}

.footer__copyright-img a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:var(--primary);      /* Accent color for underline */
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer__copyright-img a:hover {
    color: var(--primary);           /* Hover text color */
}

.footer__copyright-img a:hover::after {
    width: 100%;              /* Animate underline on hover */
}

.testimonial-section  .services_title {
  margin-top: 30px;
}

/* Common Arrow Style */
.myBlogSlider .swiper-button-next,
.myBlogSlider .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: var(--primary); /* icon color */
    transition: all 0.3s ease;
}

/* Remove default arrow size */
.myBlogSlider .swiper-button-next::after,
.myBlogSlider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

/* Hover Effect */
.myBlogSlider .swiper-button-next:hover,
.myBlogSlider .swiper-button-prev:hover {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1);
}
.myBlogSlider .swiper-button-next,
.myBlogSlider .swiper-button-prev {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.3);
}
/* Position tweak (optional) */
.myBlogSlider .swiper-button-next {
    right: 5px;
}

.myBlogSlider .swiper-button-prev {
    left: 5px;
}

/* Common Arrow Style */
.myBlogSlider1 .swiper-button-next,
.myBlogSlider1 .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: var(--primary); /* icon color */
    transition: all 0.3s ease;
}

/* Remove default arrow size */
.myBlogSlider1 .swiper-button-next::after,
.myBlogSlider1 .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

/* Hover Effect */
.myBlogSlider1 .swiper-button-next:hover,
.myBlogSlider1 .swiper-button-prev:hover {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1);
}
.myBlogSlider1 .swiper-button-next,
.myBlogSlider1 .swiper-button-prev {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.3);
}
/* Position tweak (optional) */
.myBlogSlider1 .swiper-button-next {
    right: 5px;
}

.myBlogSlider1 .swiper-button-prev {
    left: 5px;
}

.modal_studies_terms{
  margin-bottom: 0px;
}
#studyForm p{
  margin-bottom: 0px;
}

 .xb-item--field {
    overflow: visible !important;
    /* flex-wrap: wrap !important; */
}

html {
  scrollbar-gutter: stable;
}
@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

.modal_share_modals  .modal-content {

  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* Header */
.modal_share_modals  .modal-header {
  background: #30c1a5;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Close Button */
.modal_share_modals  .modal-body {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}

.modal_share_modals .btn-close {
  filter: invert(1);
  opacity: 1;
}

/* Icons */
.modal_share_modals  .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
input.wpcf7-form-control.wpcf7-validates-as-tel.form-control {
    border: 0px;
    width: 100%;
}

.modal_img_logo img {
    width: 80%;
}
.modal_img_logo {
    text-align: center;
}
.modal_img_logo svg {
    width: 60%;
    margin-top: 20px;
}
.country-btn-main, .contact_forms .xb-item--field input[name="contact_phone"] {
      height: 40px!important;
}
.modal_share_modals .contact_forms {
    padding-bottom: 0px;
}

/* --- Destination FAQs --- */
.destination-faqs { padding: 50px 0 30px; }
.destination-faqs h2 { margin-bottom: 24px; }
.faq-item { border: 1px solid #e3e7ee; border-radius: 8px; margin-bottom: 12px; background: #fff; }
.faq-item summary { cursor: pointer; padding: 16px 20px; font-weight: 600; font-size: 17px; list-style: none; position: relative; padding-right: 44px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--primary); }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding: 0 20px 18px; margin: 0; color: #444; line-height: 1.65; }
.faq-disclaimer { font-size: 14px; color: #777; margin-top: 18px; }

/* --- Sticky mobile CTA --- */
.mobile-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; display: flex; background: #fff; box-shadow: 0 -2px 12px rgba(0,0,0,.18); padding-bottom: env(safe-area-inset-bottom); }
.mobile-cta-bar a { flex: 1; text-align: center; padding: 14px 8px; font-weight: 700; font-size: 16px; text-decoration: none; }
.mobile-cta-call { color: var(--primary); background: #fff; }
.mobile-cta-book { color: #fff; background: var(--primary); }
.mobile-cta-book:hover, .mobile-cta-call:hover { opacity: .9; color: inherit; }
@media (min-width: 992px) { .mobile-cta-bar { display: none !important; } }
@media (max-width: 991.98px) { body { padding-bottom: 58px; } }

/* --- Global offices map --- */
.global-offices { background: linear-gradient(180deg, #0b0b0b 0%, #0e2e26 100%); padding: 42px 0 30px; color: var(--white); }
.global-offices .go-title { text-align: center; font-weight: 700; margin: 0 0 4px; font-size: 28px; letter-spacing: .5px; color: var(--white); }
.global-offices .go-sub { text-align: center; color: #9fd6c9; margin: 0 0 20px; font-size: 15px; }
.global-offices .container { max-width: 1240px; }
.go-map-wrap { position: relative; width: min(96vw, calc((100vh - 270px) * 2.24)); max-width: none; left: 50%; transform: translateX(-50%); margin: 0; }
.go-map-wrap img.go-map { width: 100%; height: auto; display: block; opacity: .75; }
.go-pin { position: absolute; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; background: var(--primary); border: 3px solid var(--white); box-shadow: 0 2px 10px rgba(0,0,0,.5), 0 0 0 4px rgba(48,193,165,.25); cursor: pointer; }
.go-pin::after { content: ""; position: absolute; inset: -12px; border-radius: 50%; border: 2px solid rgba(48,193,165,.55); animation: goPulse 2.2s ease-out infinite; }
@keyframes goPulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.go-card { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(6px); background: rgba(255,255,255,.98); color: #101a17; border-radius: 10px; padding: 12px 16px; width: 230px; box-shadow: 0 12px 30px rgba(0,0,0,.45); opacity: 0; visibility: hidden; transition: all .25s ease; z-index: 5; pointer-events: none; }
.go-pin:hover .go-card, .go-pin:focus .go-card, .go-pin.open .go-card { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.go-card::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -7px; border: 7px solid transparent; border-top-color: rgba(255,255,255,.98); }
.go-card h4 { margin: 0 0 4px; font-size: 15px; display: flex; align-items: center; gap: 8px; color: #101a17; }
.go-card h4 img { width: 26px; height: 17px; object-fit: cover; border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,.3); }
.go-addr { margin: 0; font-size: 12.5px; line-height: 1.5; color: #38504a; }
.go-legend { display: flex; justify-content: center; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.go-legend button { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #eafcf6; padding: 8px 16px; border-radius: 40px; font-size: 13.5px; cursor: pointer; transition: background .2s, border-color .2s; }
.go-legend button:hover { background: rgba(48,193,165,.22); border-color: var(--primary); }
.go-legend img { width: 24px; height: 16px; object-fit: cover; border-radius: 3px; }
@media (max-width: 767px) { .global-offices { padding: 28px 0 22px; } .global-offices .go-title { font-size: 23px; } .global-offices .go-sub { font-size: 13.5px; margin-bottom: 14px; } .go-card { width: 185px; } .go-legend { margin-top: 14px; gap: 10px; } .go-legend button { padding: 7px 13px; font-size: 12.5px; } }

/* --- Blog post template components --- */
.pe-summary { background: rgba(48,193,165,.08); border-left: 4px solid var(--primary); border-radius: 0 10px 10px 0; padding: 16px 20px; margin: 0 0 22px; }
.pe-summary p { margin: 0; font-size: 16.5px; line-height: 1.65; }
.pe-table { width: 100%; border-collapse: collapse; margin: 10px 0 18px; font-size: 14.5px; }
.pe-table caption { caption-side: top !important; text-align: left; font-weight: 700; color: #101a17 !important; padding: 0 0 8px !important; font-size: 17px; border-left: 4px solid var(--primary); padding-left: 10px !important; }
.pe-table th { background: #101a17 !important; color: #fff !important; text-align: left; padding: 10px 12px; }
.pe-table td { border-bottom: 1px solid #e5eeeb; padding: 10px 12px; }
.pe-table tr:nth-child(even) td { background: #f4faf8; }
.pe-flags { display: flex; gap: 26px; justify-content: center; margin: 20px 0; flex-wrap: wrap; }
.pe-flags .pf { text-align: center; font-size: 13.5px; color: #444; font-weight: 600; }
.pe-flags .pe-vs { align-self: center; font-size: 20px; color: #9fb4ae; }
.pe-flags img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(0,0,0,.18); display: block; margin: 0 auto 8px; }
.pe-figure { margin: 22px 0; }
.pe-figure img { width: 100%; border-radius: 12px; display: block; }
.pe-figure figcaption { font-size: 13px; color: #7b8a86; margin-top: 7px; text-align: center; }
.pe-cta { background: linear-gradient(120deg, #101a17 0%, #0e3c31 60%, #14574a 100%); color: #fff; border-radius: 14px; padding: 26px 28px; margin: 34px 0 8px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.pe-cta h3 { margin: 0 0 6px; font-size: 20px; color: #fff; }
.pe-cta p { margin: 0; color: #cfe9e1; font-size: 14.5px; }
.pe-cta a.btn { background: var(--primary); color: #04120e; font-weight: 700; text-decoration: none; padding: 12px 24px; border-radius: 40px; white-space: nowrap; }
.pe-cta a.btn:hover { opacity: .9; color: #04120e; }
.pe-note { font-size: 13px; color: #8a938f; font-style: italic; }

/* --- Single post title (was missing from theme) --- */
.single-post-title { font-size: 32px; line-height: 1.25; margin: 4px 0 10px; color: #101a17; }
@media (max-width: 767px) { .single-post-title { font-size: 24px; } }

/* --- Mobile: comparison tables swipe sideways inside a scroll wrapper --- */
.pe-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 767px) {
  .pe-scroll { margin: 10px 0 18px; }
  .pe-scroll .pe-table { min-width: 560px; margin: 0; }
}

/* --- Blog UI polish --- */
.single-blog-style1__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.blog_style .single-blog-style1 { transition: transform .25s ease, box-shadow .25s ease; border-radius: 12px; }
.blog_style .single-blog-style1:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.blog_style_details .single-blog-style1__content h2 { position: relative; padding-left: 14px; }
.blog_style_details .single-blog-style1__content h2::before { content: ""; position: absolute; left: 0; top: 5px; bottom: 5px; width: 4px; border-radius: 4px; background: var(--primary); }
.blog_style_details .pe-cta h3 { padding-left: 0; }
.pe-figure img { box-shadow: 0 10px 26px rgba(0,0,0,.12); }

/* --- Post info components: separators, stats, steps, callouts --- */
hr.pe-sep { border: 0; width: 56px; height: 4px; border-radius: 4px; background: var(--primary); opacity: .55; margin: 38px auto 26px; }
.pe-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 18px 0 8px; }
.pe-stats .ps { flex: 1 1 150px; background: #f4faf8; border: 1px solid #dcefe9; border-radius: 10px; padding: 12px 14px; font-size: 12.5px; color: #4a6076; line-height: 1.4; }
.pe-stats .ps span { display: block; font-size: 21px; font-weight: 800; color: #101a17; margin-bottom: 2px; }
ol.pe-steps { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 6px 0 16px; }
ol.pe-steps li { flex: 1 1 160px; display: block; position: relative; background: #fff; border: 1px solid #e3ece9; border-radius: 10px; padding: 10px 12px 10px 46px; font-size: 13.5px; font-weight: 600; color: #2a3b36; }
ol.pe-steps li > span:first-child { position: absolute; left: 12px; top: 10px; width: 26px; height: 26px; border-radius: 50%; background: var(--primary); color: #04120e; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.pe-callout { background: rgba(48,193,165,.08); border: 1px dashed rgba(48,193,165,.6); border-radius: 10px; padding: 12px 16px; font-size: 15px; }
.pe-figure { max-width: 640px; margin-left: auto; margin-right: auto; }
.blog_style_details .single-blog-style1__content ul li::marker { color: var(--primary); }

/* --- Post section panels + info components v2 --- */
section.pe-block { background: #fff; border: 1px solid #e8f0ed; border-radius: 14px; padding: 26px 24px 22px; margin: 26px 0; }
section.pe-block.alt { background: #f6fbf9; }
section.pe-block > h2:first-child { margin-top: 0; }
.pe-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 14px 0 18px; }
.pe-cards .pc { flex: 1 1 220px; background: #fff; border: 1px solid #e3ece9; border-radius: 12px; padding: 16px 16px 14px; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
section.pe-block.alt .pe-cards .pc { background: #fff; }
.pe-cards .pc-ico { font-size: 26px; line-height: 1; margin-bottom: 8px; }
.pe-cards h4 { margin: 0 0 6px; font-size: 15.5px; color: #101a17; }
.pe-cards p { margin: 0; font-size: 13.5px; color: #4a6076; line-height: 1.55; }
.pe-cards.two .pc { flex: 1 1 240px; }
.pe-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 16px; }
.pe-tags span { background: rgba(48,193,165,.1); border: 1px solid rgba(48,193,165,.4); color: #14574a; border-radius: 30px; padding: 6px 14px; font-size: 13px; font-weight: 600; }
.pe-tags span em { font-style: normal; font-weight: 400; color: #5a7b72; }
ul.pe-check { list-style: none; padding-left: 0; }
ul.pe-check li { position: relative; padding-left: 28px; margin-bottom: 8px; }
ul.pe-check li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 50%; background: rgba(48,193,165,.15); color: #14574a; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
@media (max-width: 767px) { section.pe-block { padding: 18px 14px 14px; } }

/* --- CV duel: rejected vs shortlisted cards --- */
.pe-compare { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 14px 0 24px; }
.pe-compare p { margin: 0; border-radius: 12px; padding: 42px 16px 15px; font-size: 14px; line-height: 1.6; position: relative; border: 1px solid; }
.pe-compare .bad { background: #fdf3f2; border-color: #f0d4d0; color: #6f3a33; }
.pe-compare .good { background: #eefaf5; border-color: #c8e9dd; color: #14574a; box-shadow: 0 6px 18px rgba(48,193,165,.15); }
.pe-compare .bad::before { content: "✗ REJECTED PILE"; position: absolute; top: 12px; left: 14px; font-size: 10.5px; letter-spacing: .8px; font-weight: 800; color: #a8453a; background: #fbe3e0; padding: 4px 11px; border-radius: 20px; }
.pe-compare .good::before { content: "✓ SHORTLISTED"; position: absolute; top: 12px; left: 14px; font-size: 10.5px; letter-spacing: .8px; font-weight: 800; color: #0d7a5f; background: #d4f3e8; padding: 4px 11px; border-radius: 20px; }
.pe-compare::after { content: "VS"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 34px; height: 34px; border-radius: 50%; background: #101a17; color: #fff; font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,.3); z-index: 2; }
@media (max-width: 767px) { .pe-compare { grid-template-columns: 1fr; gap: 12px; } .pe-compare::after { display: none; } }

/* keep mixed-format step text as one flowing line */
ol.pe-steps li .stx { flex: 1; }


/* hero rebuild v1 */
.hero-section{ min-height: calc(100vh - 96px); padding: 40px 0; }
.hero-rotor{ max-width: 1000px; margin: 0 auto; }
/* hero stack v5 */
.hero-section h1{ display:flex; flex-wrap:nowrap; align-items:baseline; justify-content:center; gap:0 14px; }
/* hero center v3 */
/* hero pin v4 */
.hero-words{ display:inline-grid; justify-items:center; text-align:center; }
.hero-words .hw{ grid-area:1/1; white-space:nowrap; color:var(--primary); font-weight:bold; opacity:0; transition:opacity .35s ease; }
.hero-words .hw.active{ opacity:1; }
.hero-section .brand{ color:#000; margin-left:0; }
.hero-sub{ position:relative; margin-top:10px; min-height:1.5em; text-align:center; }
.hero-sub .hs{ position:absolute; left:0; right:0; top:0; text-align:center; opacity:0; transition:opacity .4s ease; }
.hero-sub .hs.active{ position:relative; opacity:1; }
@media (max-width:600px){ .hero-section h1{ font-size:34px; } .hero-section p{ font-size:17px; } }


/* hero brand rotate v2 */
.hero-brand{ display:inline-grid; justify-items:center; }
.hero-brand .hb-word,.hero-brand .hb-logo{ grid-area:1/1; white-space:nowrap; }
.hero-brand .hb-word{ color:#000; opacity:1; transition:opacity .35s ease; }
.hero-brand .hb-logo{ opacity:0; transition:opacity .35s ease; display:flex; align-items:center; justify-content:center; }
.hero-brand.finale .hb-word{ opacity:0; }
.hero-brand.finale .hb-logo{ opacity:1; }
.hero-logo{ height:1.02em; width:auto; vertical-align:middle; position:relative; top:-0.04em; }
.hero-sub{ justify-content:center; justify-items:center; text-align:center; }


/* hero oneline v6 */
@media (max-width:700px){
  .hero-section h1{ flex-direction:column; flex-wrap:wrap; align-items:center; gap:2px; }
  .hero-words{ justify-items:center; text-align:center; }
}

/* ---- download-resource hero ---- */
.pe-res-hero{background:linear-gradient(160deg,#f2fbf9 0%,#eaf6f3 55%,#ffffff 100%);border-bottom:1px solid #e3ece9;padding:44px 0 40px;margin-bottom:8px}
.pe-rh-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:36px;align-items:center}
.pe-rh-eyebrow{display:inline-block;background:#30C1A5;color:#04120e;font-weight:800;font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;padding:5px 11px;border-radius:99px;margin-bottom:14px}
.pe-rh-title{font-size:clamp(26px,3.4vw,40px);line-height:1.18;margin:0 0 12px;color:#14201d}
.pe-rh-sub{font-size:16.5px;line-height:1.6;color:#4a5c57;margin:0 0 18px;max-width:60ch}
.pe-rh-chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 22px}
.pe-rh-chips li{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #d8e5e1;border-radius:99px;padding:6px 13px;font-size:13px;font-weight:600;color:#2a3b36}
.pe-rh-chips li span{font-size:13px;line-height:1}
.pe-rh-cta{font-size:15.5px}
.pe-rh-micro{font-size:12.5px;color:#7c8b87;margin:12px 0 0}
.pe-rh-art img{width:100%;height:auto;border-radius:14px;box-shadow:0 14px 34px rgba(20,60,50,.14);display:block}
.pe-res-body{margin-top:6px}
@media(max-width:900px){
  .pe-rh-grid{grid-template-columns:1fr;gap:26px}
  .pe-rh-art{order:-1;max-width:320px}
  .pe-res-hero{padding:30px 0 32px}
}

/* ---- resource cards: equal height, CTA row bottom-aligned ---- */
.myBlogSlider1 .swiper-wrapper{align-items:stretch}
.myBlogSlider1 .swiper-slide{height:auto;display:flex}
.myBlogSlider1 .single-blog-style1,
.downloadable-listing .single-blog-style1,
.col-xl-4 > .single-blog-style1{display:flex;flex-direction:column;width:100%;height:100%}
.myBlogSlider1 .single-blog-style1__content,
.col-xl-4 > .single-blog-style1 .single-blog-style1__content{display:flex;flex-direction:column;flex:1 1 auto}
.myBlogSlider1 .single-blog-style1 .grid_view_btn,
.col-xl-4 > .single-blog-style1 .grid_view_btn{margin-top:auto}
