/*
Theme Name: Greystone Tuition
Theme URI: https://greystonetuition.com
Author: Shagun Sharma
Author URI: https://greystonetuition.com
Description: A modern, professional WordPress theme for Greystone Tuition with Bootstrap 5
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greystone
Tags: education, tutoring, responsive, bootstrap, modern

Greystone Tuition - British Education. Globally Delivered.
*/

/* Font Face Declarations */
/* Inter Font Family - for body text and paragraphs */
@font-face {
  font-family: 'Inter';
  src: url('assets/font/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/font/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Merriweather Font Family - for headings */
@font-face {
  font-family: 'Merriweather';
  src: url('assets/font/Merriweather/Merriweather-VariableFont_opsz,wdth,wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('assets/font/Merriweather/Merriweather-Italic-VariableFont_opsz,wdth,wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}
.heading-line-1-mobile{
  display: none;
}
/* Typography */
/* Headings use Merriweather */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}



.cookies_content_inner {
  text-align: justify;
}
/* Paragraphs and body text use Inter */
body, p, a, span, div, li, td, th, input, textarea, button {
  font-family: 'Inter', sans-serif;
}

section.cookies_content {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #F0F1F3;
}
/* Global Container - Bootstrap responsive breakpoints */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}


@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
      max-width: 1320px;
  }
}

/* Header / Navbar */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Header scroll effect */
.site-header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 55px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  height: 55px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 125px;
}

.main-navbar {
  height: 80px;
  transition: all 0.3s ease;
}

/* Logo styles for scroll effect */
.brand-icon-light {
  transition: all 0.3s ease;
  display: block;
}

.brand-icon-dark {
  display: none;
  transition: all 0.3s ease;
}

/* When scrolled - hide original logo, show dark logo */
.site-header.scrolled .brand-icon-light {
  display: none !important;
}

.site-header.scrolled .brand-icon-dark {
  display: block !important;
}

.philosophy-section ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Cpath d='M0.75 7.68333L6.75 13.75L18.75 0.75' stroke='%23890C25' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.philosophy-section li {
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

.philosophy-section ul li {
  padding-inline-start: 0px;
  padding-left: 5px;
}

/* Menu items scroll effect */
.menu-item {
  transition: all 0.3s ease;
}

/* Row layout */

.book-consultation-section .consultation-layout {
  display: flex
;
  align-items: stretch;
  /* gap: 24px; */
  margin-top: 6em;
  margin-bottom: 6em;
}

h2.consultation-heading {
  font-size: 46px;
  font-family: 'Merriweather';
  color: #081933;
  margin-bottom: 40px;
}

.page-template-page-contact-us{
  background-color: #F0F1F3;
}
.book-consultation-section .container{
  background-color: white;
  padding: 0;
}


/* 1) Hide the browser arrow */
.book-consultation-section .select-wrapper select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding-right: 40px;        /* space for the custom arrow */
  line-height: 1.2;
}
.book-consultation-section .select-wrapper select::-ms-expand{ display:none; } /* IE/Edge */

.select-wrapper svg {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  pointer-events: none;
}
.svtn_bhtn input {
  background: #890C25;
  color: white;
  border: 0;
  width: 170px;
  padding: 10px;
  font-family: 'Merriweather';
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}


.home .our-services-section, .page-template-page-about .our-services-section {
  position: relative;
  background-color: #890C25 !important;
  padding: 80px 0;
  overflow: hidden;
}

.svtn_bhtn  svg{
  position: absolute;
  left: 110px;
  top: 13px;
}

.select-wrapper svg {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
}

.welcome-intro-section-privacy {
  padding: 40px 0 40px 0;

}

.select-wrapper {
  position: relative;
}

.svtn_bhtn {
  position: relative;
}


.consultation-form-container {
  padding: 60px 40px 60px 40px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required , textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  padding: 10px;
  border: 1px solid #0000001A;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  padding: 10px;
  border: 1px solid #0000001A;
  color: #737373;
}

.mobile-image img {
  width: 100%;
}
/* .mobile-image {
  display: none;
} */

/* Make both columns share the row 50/50 */
.book-consultation-section .consultation-form-container,
.book-consultation-section .consultation-image-container{
  flex: 1 1 50%;
  min-width: 0;             /* prevents overflow in flex children */
}

/* Image should fill its column nicely */
.book-consultation-section .consultation-image-container{
  display: flex;
}
.book-consultation-section .consultation-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;       /* optional */
}

/* Stack on smaller screens */
@media (max-width: 768px){
  .book-consultation-section .consultation-layout{
    flex-direction: column;
  }
}


.site-header.scrolled .menu-item {
  color: #000000;
}

.site-header.scrolled .menu-item:hover {
  color: #8B1E2D;
}

/* CTA Button scroll effect */
.site-header.scrolled .cta-button {
  background-color: #8B1E2D;
  color: #ffffff;
}

.site-header.scrolled .cta-button:hover {
  background-color: #6b0a1d;
}

/* Dropdown scroll effect */
.site-header.scrolled .dropdown-trigger {
  color: #000000;
}

.menu-item.dropdown-trigger a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter';
}
.scrolled .menu-item.dropdown-trigger path{
  stroke: black;
}

.scrolled .menu-item.dropdown-trigger .menu-link{
  color: black;
}
.site-header.scrolled .dropdown-trigger:hover {
  color: #8B1E2D;
}

.site-header.scrolled .menu-item-has-children > a {
  color: #000000;
}

.site-header.scrolled .menu-item-has-children:hover > a {
  color: #8B1E2D;
}

/* Mobile menu scroll effect */
.site-header.scrolled .hamburger {
  background-color: #000000;
}

.site-header.scrolled .hamburger::before,
.site-header.scrolled .hamburger::after {
  background-color: #000000;
}

/* Close icon color on scroll */
.site-header.scrolled .close::before,
.site-header.scrolled .close::after {
  background-color: #000000;
}

/* Scroll effect completed - JavaScript needs to be added to HTML */

.nav-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .nav-container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .nav-container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .nav-container {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .nav-container {
      max-width: 1320px;
  }
}

/* Brand Area */
.brand-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.brand-link:hover {
  opacity: 0.8;
}

.brand-link .custom-logo-link {
  display: flex;
  align-items: center;
  line-height: 1;
}

.brand-link .custom-logo {
  height: 50px;
  width: auto;
}

.brand-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-line-1 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.brand-line-2 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

/* Menu Area */
.menu-area {
  display: flex;
  align-items: center;
  gap: 60px;
}

.menu-item {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: all 0.3s 
ease;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  list-style: none;
}
.menu-item:hover {
  color: #ffffff;
}

.menu-item.active {
  color: #ffffff;
}

/* .menu-item::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.menu-item:hover::after {
  width: 100%;
} */

.cta-button-footer {
  font-family: 'Merriweather', serif;
  text-decoration: none;
  display: inline-flex
;
  align-items: center;
  gap: 12px;
  height: 50px;
  padding: 0 28px;
  background-color: #9d1f2e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s 
ease;
  width: 75%;
}
/* Dropdown */
.dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dropdown-trigger:hover {
  color: #ffffff;
}

.chevron-icon {
  transition: transform 0.3s ease;
}

.dropdown-trigger:hover .chevron-icon {
  transform: rotate(180deg);
}

.services-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background-color: #111111;
  border-radius: 8px;
  padding: 12px 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-width: 200px;
  z-index: 100;
}
.custom-logo{
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.dropdown-trigger:hover .services-dropdown {
    opacity: 1;
  visibility: visible;
}

.dropdown-item {
  display: block;
  padding: 10px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.5;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* WordPress Menu Classes Support */
.menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.menu-item-has-children > a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-item-has-children:hover > a {
  color: #ffffff;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background-color: #111111;
  border-radius: 8px;
  padding: 12px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-width: 200px;
  z-index: 100;
  list-style: none;
  margin: 0;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
}

.sub-menu .menu-item a {
  display: block;
  padding: 10px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.5;
}

.sub-menu .menu-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.sub-menu .menu-item::after {
  display: none;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  bottom: -8px;
}

/* Close (X) icon for mobile toggle */
.close {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}

.close::before,
.close::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
}

/* Default: show hamburger, hide close */
.mobile-menu-toggle .close { display: none; }
.mobile-menu-toggle .hamburger { display: block; }

/* When active: show close, hide hamburger */
.mobile-menu-toggle.active .close { display: block; }
.mobile-menu-toggle.active .hamburger { display: none; }

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* background-image: url('/figmaAssets/rectangle-92.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 72px;
}


.about-hero-section {
  position: relative;
  width: 100%;
  /* background-image: url('/figmaAssets/rectangle-92.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 20px;
}


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.55);  */
}

.hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 768px) {
  .hero-container {
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .hero-container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .hero-container {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .hero-container {
      max-width: 1320px;
  }
}

.hero-content {
  max-width: 700px;
}

.hero-headline {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 40px;
  /* line-height: 28px; */
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 24px;
  max-width: 600px;
}

.home .hero-headline {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 68px;
  /* line-height: 28px; */
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 24px;
  max-width: 600px;
}


.hero-subheadline {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: white;
  margin-bottom: 32px;  
  max-width: 600px;
  font-weight: 400;
}
a.cta-button:hover {
  background: #002241;
}

.about-hero-subheadline {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: white;
  margin-bottom: 60px;
  max-width: 550px;
  font-weight: 400;
}
section.contact-faq-section {
  padding-bottom: 4em;
}
.breadcrumb-current{
  color: #8B1E2D;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 550px;
}
.icon_breadcrumbs{
  margin-left: 10px;
  margin-right: 10px;
}
.about-hero-content {
  position: relative;
  padding: 133px 0 50px 0;
  background: transparent;
}
.home-breadcrumb-link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: white;
  font-family: 'Merriweather', serif;
}
.cta-button {
  font-family: 'Merriweather', serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 50px;
  padding: 0 28px;
  background-color: #9d1f2e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
}


.thankyou-section .cta-button {
  margin-top: 0px;
}

.thankyou-section .services-cta-button {
height: 50px;
}

.cta-button:hover {
  background-color: #7a1823;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  resize: none;
}

.cta-button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}

.arrow-icon {
  margin-left: 4px;
}

/* Our Services Section */
.our-services-section {
  position: relative;
  background-color: #F0F1F3;
  padding: 80px 0 0px 0;
  overflow: hidden;
}

.our-services-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 75%;
  background-image: url('/wp-content/uploads/2025/10/servicedots.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.4;
}

.services-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 46px;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 60px;
}

.service-card {
  width: 100%;
}

.service-image-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.service-card-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 28px;
  color: white;
  margin-bottom: 12px;
}

.service-card-divider {
  width: 40px;
  height: 3px;
  background-color: white;
  margin-bottom: 12px;
}

.service-card-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
}

.services-cta-section {
  margin-top: 40px;
}

.services-separator {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 32px;
}

.services-cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.services-cta-text {
  font-family: 'Merriweather', serif;
  font-size: 17px;
  font-weight: 400;
  color: white;
  line-height: 1.6;
  max-width: 850px;
  margin: 0;
  flex: 1;
}
a.services-cta-button:hover {
  background: #002141;
  color: white;
}
a.services-cta-button:hover  path{
stroke: white;
}

.services-cta-button {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background: white;
  color: #8B1E2D;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s, transform 0.2s;
}

.services-cta-button:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}

.services-cta-button svg {
  margin-left: 4px;
}

/* About Page Hero Section */
.about-hero-section {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding-top: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero-content {
  padding: 80px 0 0 0;
}

.about-hero-subheadline {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 50px;
  max-width: 700px;
}

.breadcrumb-area {
  display: flex;
  margin-top: 24px;
}

.home-breadcrumb-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-breadcrumb-link:hover {
  color: #ffffff;
}

.icon_breadcrumbs {
  opacity: 0.8;
}

  /* .breadcrumb-current {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
  } */

/* Why Choose Us Section */
.why-choose-section {
  padding: 80px 0;
}

.why-choose-content {
  display: flex;
  align-items: center;
  gap: 80px;
}

.why-choose-text {
  flex: 1;
  max-width: 500px;
}

.why-choose-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-image img {
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.decorative-dots-right {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, #e3f2fd 2px, transparent 2px);
  background-size: 12px 12px;
  z-index: 1;
}

.why-choose-paragraph {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 20px;
}

.why-choose-text p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #393C42;
  margin-bottom: 20px;
}


/* Our Philosophy Section */
.philosophy-section {
  padding: 80px 0;
  background-color: #F0F1F3;
}

.philosophy-content {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-direction: row-reverse;
}

.philosophy-text {
  flex: 1;
  max-width: 570px;
}

.philosophy-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.philosophy-image img {
  width: 100%;
  max-width: 650px;
  height: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.decorative-dots-left {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, #e3f2fd 2px, transparent 2px);
  background-size: 12px 12px;
  z-index: 1;
}

.philosophy-paragraph {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #4a5568;
  margin-bottom: 20px;
}

.philosophy-paragraph ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Cpath d='M0.75 7.68333L6.75 13.75L18.75 0.75' stroke='%23890C25' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-left: 20px;
  list-style-position: outside;
}

.philosophy-paragraph li {
  margin-bottom: 12px;
  padding-left: 15px;
}

/* Shared Section Heading */
.section-heading {
  font-family: 'Merriweather', serif;
  font-size: 46px;
  font-weight: 700;
  color: #192335;
  margin-bottom: 30px;
  line-height: 1.2;
}

/* Values Cards Section (About Page) */
.values-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.value-card {
  flex: 1;
  max-width: 350px;
  padding: 48px 32px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Different colors for each card */
.value-card:nth-child(1) {
  background-color: #FFF0F4; 
}

.value-card:nth-child(2) {
  background-color: #EEF6FF; 
}

.value-card:nth-child(3) {
  background-color: #F0F0F0; 
}

.value-icon {
  width: 80px;
  height: 80px;
  /* margin: 0 auto 24px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.value-icon svg {
  stroke: #ffffff;
  width: 48px;
  height: 48px;
}

.value-title {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  font-weight: 700;
  color: #192335;
  margin-bottom: 16px;
  text-align: left;
}

.value-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #393C42;
  line-height: 1.7;
  text-align: left;
}

/* Welcome to Greystone Section */
.welcome-intro-section {
  padding: 40px 0 100px 0;
  /* margin-bottom: 7em; */
  background: #F0F1F3;
}

.welcome-grid {
  display: grid;
  grid-template-columns: 48% 44%;
  align-items: center;
  gap: 78px;
}

/* Media Mosaic (Left Column) */
.media-mosaic {
  position: relative;
  padding-top: 50px;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  padding: 12px;

  height: 550px;
}

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

.mosaic-left-tall {
  grid-row: 1 / 3;
  aspect-ratio: 4/5;
}

.mosaic-right-top {
  aspect-ratio: 16/9;
}

.mosaic-right-bottom {
  aspect-ratio: 4/5;
}

.circular-badge {
  position: absolute;
  left: 0%;
  top: 175px;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 10;
}

.circular-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

/* Circular motion animation for badge */
@keyframes greystone-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.circular-badge img {
  animation: greystone-spin 20s linear infinite;
  transform-origin: 50% 50%;
}

@media (prefers-reduced-motion: reduce) {
  .circular-badge img {
    animation: none;
  }
}

/* ----------------------------- */
/* Scroll reveal animations      */
/* ----------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Direction variants */
.reveal.fade-up { transform: translateY(20px); }
.reveal.fade-down { transform: translateY(-20px); }
.reveal.fade-left { transform: translateX(24px); }
.reveal.fade-right { transform: translateX(-24px); }
.reveal.fade-in { transform: none; }

/* When visible, reset transform for all variants */
.reveal.visible.fade-up,
.reveal.visible.fade-down,
.reveal.visible.fade-left,
.reveal.visible.fade-right,
.reveal.visible.fade-in {
  transform: none;
}

/* Reduced motion: show immediately */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Welcome Content (Right Column) */
.welcome-content {
  max-width: 640px;
  margin-top: 5em;
}

.welcome-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #081933;
}

.heading-line-1{
  display: block;
  font-family: 'Merriweather', serif;
  color: #081933;
  font-size: 46px;
  font-weight: 700;
}

.heading-line-2{
  display: block;
  font-family: 'Inter', sans-serif;
  color: #393C42;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}


.home .heading-line-2{
  display: block;
  font-family: 'Merriweather', serif;
  color: #081933;
  font-size: 46px;
  font-weight: 700;
}

.welcome-text-content p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #393C42;
  margin-bottom: 20px;
  font-weight: 400;
}

.welcome-text-content p:last-child {
  margin-bottom: 0;
}

.hero-cta {
  position: absolute;
  top: 517px;
  left: 970px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  cursor: pointer;
}

.cta-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
}

.cta-arrow {
  width: 14.78px;
  height: 13.4px;
}

.hero-button {
  position: absolute;
  top: 643px;
  left: 854px;
  width: 209px;
  height: 75px;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(128, 0, 32, 1) 0%, rgba(128, 0, 32, 1) 100%);
  z-index: 10;
}

/* Hero Content Section */
.hero-content {
  position: relative;
  padding: 133px 0;
  background: transparent;
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 68px;
  line-height: normal;
  max-width: 676px;
  margin-bottom: 27px;
}

.hero-description {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: white;
  line-height: 32px;
  margin-bottom: 27px;
}

.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 22px 26px;
  background: #890c25;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.08);
  transition: background 0.3s;
}

.btn-primary-custom:hover {
  background: #6b0a1d;
}

/* Image Gallery Section */
.image-gallery {
  position: relative;
  width: 100%;
  padding: 133px 0;
}

.gallery-img-1 {
  position: absolute;
  top: 133px;
  left: 254px;
  width: 301px;
  height: 616px;
  object-fit: cover;
}

.gallery-img-2 {
  position: absolute;
  top: 133px;
  left: 576px;
  width: 301px;
  height: 203px;
  object-fit: cover;
}

.gallery-img-3 {
  position: absolute;
  top: 363px;
  left: 576px;
  width: 301px;
  height: 386px;
  object-fit: cover;
}

.gallery-decoration {
  position: absolute;
  top: 240px;
  left: 151px;
  width: 151px;
  height: 151px;
}

/* Welcome Section */
.welcome-section {
  padding: 60px 0;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #081933;
  margin-bottom: 17px;
}

.welcome-text {
  max-width: 599px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #333;
}

.welcome-text p {
  margin-bottom: 16px;
}

/* How It Works Section */
.how-it-works {
  position: relative;
  width: 100%;
  height: 746px;
}

.how-it-works-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 713px;
  height: 746px;
  object-fit: cover;
}

.how-it-works-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1214px;
  height: 746px;
  background: #ffecf0;
}

.how-it-works-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 1066px;
  height: 431px;
  object-fit: cover;
}

.how-it-works-content {
  position: absolute;
  top: 112px;
  left: 252px;
  width: 920px;
  height: 523px;
}

.section-title-dark {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: #081933;
  margin-bottom: 40px;
}

.step {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.step-1 {
  top: 104px;
  left: 0;
  width: 431px;
}

.step-2 {
  top: 105px;
  left: 481px;
  width: 437px;
}

.step-3 {
  top: 357px;
  left: 0;
  width: 437px;
}

.step-header {
  display: flex;
  gap: 11px;
  margin-bottom: 21px;
}

.step-number {
  font-family: 'Inter', sans-serif;
  font-size: 74px;
  color: #890c25;
  line-height: 90px;
}

.step-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #081933;
  line-height: 32px;
  margin-top: 12px;
}

.step-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #393C42;
  line-height: 28px;
  max-width: 405px;
  font-weight: 400;
}

/* Our Services Section */
.our-services {
  position: relative;
  background-color: #8B1E2D;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  padding: 80px 0 60px;
}

.services-overlay {
  display: none;
}

.services-decoration {
  position: absolute;
  bottom: 444px;
  right: 0;
  width: 1066px;
  height: 431px;
  object-fit: cover;
}

.section-title-white {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: white;
  margin-bottom: 60px;
  text-align: center;
}

.services-grid {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 300px;
}

.service-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 8px;
}

.service-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  margin-bottom: 12px;
}

.service-divider {
  width: 40px;
  height: 3px;
  background: white;
  margin-bottom: 12px;
}

.service-description {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
}

.services-footer {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.services-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin-bottom: 32px;
}

.services-footer-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: white;
  line-height: 1.6;
  max-width: 700px;
  margin: 0;
}

.btn-light-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background: white;
  color: #8B1E2D;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  border: none;
  white-space: nowrap;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.08);
  transition: background 0.3s;
}

.btn-light-custom:hover {
  background: #f0f0f0;
}

.btn-icon {
  width: 18px;
  height: 18px;
}

/* What We Offer Section */
.what-we-offer {
  position: relative;
  background: #001f3f;
  overflow: hidden;
  padding: 64px 0;
}

.offer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.offer-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: auto;
  object-fit: cover;
}

.offer-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}

.offer-text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: white;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.btn-light-offer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 22px 26px;
  background: white;
  color: #890c25;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.08);
  transition: background 0.3s;
  position: relative;
  z-index: 10;
}

.btn-light-offer:hover {
  background: #f0f0f0;
}

/* FAQ Intro Section */
.faq-intro {
  position: relative;
  padding: 106px 0;
}

.faq-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 1066px;
  height: 431px;
  object-fit: cover;
}

.faq-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #393C42;
  line-height: 32px;
  margin-top: 50px;
}

/* Accordion Section */
.accordion-section {
  margin-bottom: 60px;
}

.accordion-item {
  border: 1px solid #d3dbe2 !important;
  border-radius: 0 !important;
}

.accordion-button {
  padding: 27px 36px;
  background: white;
  border: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.accordion-button:not(.collapsed) {
  background: #5c5d5f;
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-number {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.accordion-question {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.accordion-button:not(.collapsed) .accordion-number,
.accordion-button:not(.collapsed) .accordion-question {
  color: white;
}

.foot_bordder {
  border-bottom: 1px solid #FFFFFF1A;
  margin-bottom: 48px;
}

.accordion-body {
  background: #5c5d5f;
  padding: 0 36px 37px 36px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: white;
  line-height: 28px;
}

/* Footer */
.main-footer {
  position: relative;
  background: linear-gradient(rgb(11 35 55 / 0%), rgb(11 35 55 / 0%)), url(/wp-content/uploads/2025/10/AdobeStock_529000043-scaled.jpeg) center center / cover;
  padding: 60px 0 40px;
}

.main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(11 35 55 / 90%);
  z-index: 1;
}

.footer-top {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-logo {
  /* margin-bottom: 48px;
  border-bottom: 1px solid #313f52; */
    padding-bottom: 20px;

}

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

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

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

.footer-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav li {
  margin: 0;
  padding: 0;
}

.footer-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #ffffff;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.footer-email:hover {
  color: #ffffff;
}

.footer-email svg {
  flex-shrink: 0;
}

.footer-email span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

.footer-cta-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #8B1E2D;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.footer-cta-button:hover {
  background: #a02333;
}

/* Connect with us Social Section */
.connect-social-section {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* keep text and icons on same line next to each other */
  gap: 16px;
  flex-wrap: nowrap;
  padding: 0px 0px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.connect-text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  
}

.footer-copyright {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  z-index: 1;
  font-weight: 400;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  color: white;
  text-decoration: none;
  line-height: 45px;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 0.8;
}

/* British Education Section */
.british-education-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f8f9fa;
  position: relative;
  padding: 35px 0;
}
h2.british-education-heading {
  font-family: 'Merriweather';
  font-size: 34px;
  font-weight: 700;
  color: #08193380;
}

.british-education-left {
  flex: 1;
  width: 50%;
  text-align: center;
}

.british-education-right {
  flex: 1;
  width: 50%;
  text-align: center;
}
.our-services-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}
.british-education-left {
 
  text-align: center;
}

.british-education-right {
  text-align: center;
}

.british-education-title {
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 700;
  color: #4a5568;
  line-height: 1.2;
  margin: 0;
}

.british-education-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
  /* max-width: 400px; */
  margin: 0 auto;
}

/* British Education Content - Two divs in same row */
.british-education-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.british-education-content > div {
  flex: 1;
}

/* Our Services Page Section - 2 Cards in a Row */
.our-services-page-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  background-color: #f8f9fa;
  padding: 80px 0;
}

.our-service-card {
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
  background: #F0F1F3;
  overflow: hidden;
}



.our-service-card .service-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 0;
}

.our-service-card .service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.our-service-card:hover .service-img {
  transform: scale(1.05);
}

.our-service-card .our-service-card-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 28px;
  color: #081933;
  margin: 24px 0px 12px 0px;
  line-height: 1.2;
}

.our-service-card .our-service-card-divider {
  width: 40px;
  height: 3px;
  background-color: #081933;
  /* margin: 0 0 0 24px; */
}

.our-service-card .our-service-card-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #393C42;
  line-height: 28px;
  margin: 24px 0px 12px 0px;
}

/* Social Media Icons */
.social-media-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.social-icon {
  width: 24px;
  height: 24px;
  fill: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-icon:hover {
  fill: #ffffff;
  transform: translateY(-2px);
}

/* Instagram Icon */
.instagram-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.instagram-icon:hover {
  fill: #E4405F;
}

/* Facebook Icon */
.facebook-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.facebook-icon:hover {
  fill: #1877F2;
}

/* YouTube Icon */
.youtube-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.youtube-icon:hover {
  fill: #FF0000;
}

/* Twitter/X Icon */
.twitter-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.twitter-icon:hover {
  fill: #1DA1F2;
}

/* LinkedIn Icon */
.linkedin-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.linkedin-icon:hover {
  fill: #0077B5;
}

/* TikTok Icon */
.tiktok-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.tiktok-icon:hover {
  fill: #000000;
}

/* WhatsApp Icon */
.whatsapp-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.whatsapp-icon:hover {
  fill: #25D366;
}

/* Pinterest Icon */
.pinterest-icon {
  fill: rgba(255, 255, 255, 0.7);
}

.pinterest-icon:hover {
  fill: #BD081C;
}

/* Social Media Section */
.social-media-section {
  margin-top: 24px;
}

.social-media-section h4 {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.social-media-section p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  line-height: 1.5;
}



/* How It Works Section */
.how-it-works-section {
  position: relative;
  background: #F0F1F3;
  padding: 0;
  overflow: visible;
}

.how-it-works-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 300px;
  background-image: url('/wp-content/uploads/2025/10/howitdots.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  pointer-events: none;
  opacity: 0.8;
  z-index: 1;
}

.how-it-works-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 500px;
  position: relative;
}

.how-it-works-content-area {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 112px 0;
}

.how-it-works-content-area .container {
  /* Inherits from global .container styles with responsive breakpoints */
}

.how-it-works-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 480px;
  z-index: 0;
}

.how-it-works-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.how-it-works-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.1;
  color: #081933;
  margin-bottom: 40px;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 48px;
  max-width: 830px;
}

.step-item {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.step-item:nth-child(3) {
  grid-column: 1 / 2;
}

.step-number {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 74px;
  line-height: 90px;
  color: #890c25;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
  padding-top: 12px;
}

.step-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #081933;
  margin-bottom: 21px;

}


/* What We Offer Section */
.what-we-offer-section {
  position: relative;
  background: linear-gradient(135deg, #001A33 0%, #002447 100%);
  padding: 130px 0;
  overflow: hidden;
}

.what-we-offer-section .container {
  position: relative;
  z-index: 2;
}

.offer-maroon-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    background: #8B1E2D;
    clip-path: polygon(0 0, 40% 0, 70% 100%, 0% 100%);
    z-index: 0;
}

.services-cards a {
  text-decoration: none;
  color: #081933;
}

.what-we-offer-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 60%;
  background-image: url('/wp-content/uploads/2025/10/offerdots.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  pointer-events: none;
  opacity: 0.4;
  z-index: 1;
}

.services-cards a {
  text-decoration: none;
  color: white;
}

.offer-layout {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}

.offer-image-container {
  position: relative;
  z-index: 3;
}

.offer-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0;
  display: block;
}

.offer-content {
  position: relative;
  z-index: 3;
}

.page-template-page-services .our-service-card a{
  color: #081933;
  text-decoration: none;
}

.offer-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 32px;
}

.offer-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.offer-description:last-of-type {
  margin-bottom: 36px;
}

.offer-cta-button:hover {
  background: #8B1E2D;
  color: white;
}
.offer-cta-button:hover  path{
stroke: white;
}
.offer-cta-button {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #ffffff;
  color: #8B1E2D;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}


.offer-cta-button svg {
  transition: transform 0.3s ease;
}

.offer-cta-button:hover svg {
  transform: translateX(4px);
}

/* FAQ Section */
.faq-section {
  background: #F5F5F5;
  padding: 80px 0;
  position: relative;
}

/* .faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.03) 2px, transparent 2px);
  background-size: 30px 30px;
  pointer-events: none;
} */

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 300px;
  background-image: url(/wp-content/uploads/2025/10/howitdots.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  pointer-events: none;
  opacity: 0.8;
  z-index: 1;
}

.faq-heading {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  color: #081933;
  text-align: center;
  margin-bottom: 16px;
}

.faq-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #393C42;
  text-align: center;
  margin-bottom: 60px;
  /* max-width: 800px; */
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion {
  max-width: 1080px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 16px;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.3s ease;
}

.faq-item.active {
  background: #4A4A4A;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  cursor: pointer;
  gap: 16px;
  transition: all 0.3s ease;
}

.faq-item.active .faq-question {
  background: #5D5E60;
}

.faq-number {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 24px;
  color: #5D5E60;
  flex-shrink: 0;
}

.faq-item.active .faq-number {
  color: #ffffff;
}

.faq-question-text {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  flex: 1;
}

.faq-item.active .faq-question-text {
  color: #ffffff;
}

.faq-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-toggle svg {
  stroke: #0A1A2F;
}

.faq-item.active .faq-toggle svg {
  stroke: #ffffff;
}

.faq-icon-close {
  display: none;
}

.faq-item.active .faq-icon-close {
  display: block;
}

.faq-icon-open {
  display: block;
}

.faq-item.active .faq-icon-open {
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 32px 32px 32px;
  background: #5D5E60;
}

.faq-answer p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
  padding-left: 34px;
}

.faq-item.active .faq-answer p {
  color: rgba(255, 255, 255, 0.9);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  /* Navbar Mobile */
  .main-navbar {
      height: 64px;
  }
  
  .nav-container {
      padding: 0 20px;
  }
  
  .brand-icon {
      width: 85px;
      height: 85px;
  }
  
  .brand-text {
      font-size: 14px;
  }
  
  .menu-area {
      display: none;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #2b2d2f;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      z-index: 999;
  }
  
  .menu-area.active {
      display: flex;
  }
  
  .menu-item {
      font-size: 18px;
  }
  
  .mobile-menu-toggle {
      display: block;
  }
  
  .services-dropdown,
  .sub-menu {
      position: static;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      box-shadow: none;
      padding: 12px 0;
      margin-top: 8px;
  }
  
  .sub-menu .menu-item a {
      padding-left: 24px;
      font-size: 16px;
  }
  
  /* Hero Mobile */
  .hero-section {
      padding-top: 64px;
      min-height: 500px;
  }
  
  /* .hero-overlay {
    background: rgba(0, 0, 0, 0.55); 
  } */
  
  .hero-section .container {
      padding: 0 20px;
  }
  
  .hero-content {
      padding: 60px 0;
  }
  
  .hero-headline {
      font-size: 32px;
      margin-bottom: 16px;
  }
  
  .hero-subheadline {
      font-size: 14px;
      margin-bottom: 24px;
  }
  
  .cta-button {
      height: 44px;
      font-size: 12px;
      padding: 0 20px;
  }
  

  
  .welcome-grid {
      grid-template-columns: 1fr;
  
  }
  
  .welcome-heading {
      font-size: 28px;
      margin-bottom: 20px;
  }
  
  .welcome-text-content p {
      font-size: 14px;
      line-height: 1.7;
  }
  
  .media-mosaic {
      padding-top: 40px;
      order: -1;
  }
  
  .circular-badge {
      width: 70px;
      height: 70px;
      top: -24px;
  }
  
  .mosaic-grid {
      position: relative;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      gap: 12px;
      padding: 8px;
      border-width: 2px;
      height: auto;
  }
  
  .mosaic-left-tall {
      grid-row: 1;
  }
  
  .mosaic-right-top {
      grid-row: 2;
  }
  
  .mosaic-right-bottom {
      grid-row: 3;
  }
  
  /* Services Section Mobile */
  .our-services-section {
      padding: 50px 0;
  }
  
  .services-heading {
      font-size: 30px;
      margin-bottom: 32px;
  }
  
  .services-cards {
      flex-direction: column;
      gap: 24px;
  }
  
  .service-card {
      width: 100%;
  }
  
  .service-card-title {
      font-size: 20px;
  }
  
  .service-card-description {
      font-size: 13px;
  }
  
  .services-cta-content {
      flex-direction: column;
      gap: 20px;
      text-align: left;
  }
  
  .services-cta-text {
      max-width: 100%;
      font-size: 14px;
  }
  
  .services-cta-button {
      width: 100%;
      justify-content: center;
      font-size: 12px;
  }
  
  /* About Page Mobile */
  .about-hero-section {
      min-height: 350px;
      padding-top: 64px;
  }
  
  .about-hero-content {
      padding: 60px 0;
  }
  
  .about-hero-subheadline {
      font-size: 14px;
  }
  
  .breadcrumb-area {
      flex-wrap: wrap;
  }
  
  .home-breadcrumb-link,
  .breadcrumb-current {
      font-size: 12px;
  }
  
  .icon_breadcrumbs {
      width: 14px;
      height: 14px;
  }
  
  /* Why Choose Us Mobile */
  .why-choose-section {
      padding: 80px 0;
  }
  
  .why-choose-content {
      flex-direction: column;
      gap: 40px;
      text-align: center;
  }
  
  .why-choose-text {
      max-width: 100%;
  }
  
  .section-heading {
      font-size: 32px;
  }
  
  .why-choose-paragraph {
      font-size: 14px;
  }

  
  .philosophy-content {
      flex-direction: column;
      gap: 40px;
      text-align: center;
  }
  
  .philosophy-text {
      max-width: 100%;
  }
  
  .philosophy-paragraph {
      font-size: 14px;
  }
  
  /* Values Cards Mobile */
  .values-cards {
      flex-direction: column;
      gap: 24px;
      margin-top: 40px;
  }
  
  .value-card {
      max-width: 100%;
      padding: 36px 24px;
  }
  
  .value-icon {
      width: 64px;
      height: 64px;
  }
  
  .value-icon svg {
      width: 40px;
      height: 40px;
  }
  
  .value-title {
      font-size: 22px;
  }
  
  .value-description {
      font-size: 14px;
  }
  
  /* How It Works Mobile */
  .how-it-works-section {
      padding: 50px 0;
  }
  
  .how-it-works-wrapper {
      flex-direction: column;
      gap: 32px;
      padding: 0;
      min-height: auto;
  }
  
  .how-it-works-heading {
      font-size: 30px;
      margin-bottom: 32px;
  }
  
  .how-it-works-image {
      width: 100%;
      height: 300px;
      order: -1;
  }
  
  .steps-grid {
      grid-template-columns: 1fr;
      gap: 32px;
  }
  
  .step-number {
      font-size: 48px;
  }
  
  .step-title {
      font-size: 20px;
  }
  
  .step-description {
      font-size: 14px;
  }
  
  /* What We Offer Mobile */
  .what-we-offer-section {
      padding: 50px 0;
  }
  
  .offer-layout {
      flex-direction: column;
  }
  
  .offer-heading {
      font-size: 30px;
      margin-bottom: 20px;
  }
  
  .offer-description p {
      font-size: 14px;
  }
  
  .offer-cta-button {
      font-size: 12px;
  }
  
  .offer-maroon-shape {
      display: none;
  }
  
  /* FAQ Mobile */
  .faq-section {
      padding: 50px 0;
  }
  
  .faq-heading {
      font-size: 30px;
      margin-bottom: 16px;
  }
  
  .faq-subtitle {
      font-size: 14px;
      margin-bottom: 32px;
  }
  
  .faq-number {
      font-size: 16px;
  }
  
  .faq-question-text {
      font-size: 16px;
  }
  
  .faq-answer p {
      font-size: 14px;
  }
  
  /* Footer Mobile */
  .main-footer {
      padding: 40px 0 30px;
  }
  
  .footer-top {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 32px;
      margin-bottom: 24px;
  }
  
  .footer-logo {
      margin-bottom: 32px;
      padding-bottom: 16px;
  }
  
  .footer-heading {
      font-size: 20px;
      margin-bottom: 16px;
  }
  
  .footer-nav a {
      font-size: 14px;
  }
  
  .cta-button-footer {
      width: 100%;
      font-size: 12px;
      height: 44px;
  }
  
  .footer-columns {
      grid-template-columns: 1fr !important;
      gap: 32px;
  }
  
  .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 20px;
  }
  
  .footer-copyright {
      font-size: 13px;
  }
  
  .footer-links {
      flex-direction: column;
      gap: 12px;
  }
  
   .footer-links a {
       font-size: 13px;
   }
   
   /* Social Media Mobile */
   .social-media-icons {
       gap: 12px;
   }
   
   .social-icon {
       width: 20px;
       height: 20px;
   }
   
   .social-media-section h4 {
       font-size: 16px;
   }
   
   .social-media-section p {
       font-size: 13px;
   }
}

/* Tablet Responsive - 992px and below */
@media (max-width: 992px) {
  /* Hero Section Tablet */
  .hero-section {
      min-height: 600px;
  }
  
  .hero-headline {
      font-size: 42px;
  }
  
  .hero-subheadline {
      font-size: 15px;
  }
  
  /* Welcome Section Tablet */
  .welcome-heading {
      font-size: 38px;
  }
  
  .welcome-text-content p {
      font-size: 15px;
  }
  
  /* Services Section Tablet */
  .services-heading {
      font-size: 40px;
  }
  
  .services-cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
  }
  
  /* Why Choose Us Tablet */
  .why-choose-content {
      gap: 60px;
  }
  
  .section-heading {
      font-size: 36px;
  }
  
  .why-choose-paragraph,
  .philosophy-paragraph {
      font-size: 15px;
  }
  
  /* Philosophy Section Tablet */
  .philosophy-content {
      gap: 60px;
  }
  
  /* Values Cards Tablet */
  .values-cards {
      flex-direction: column;
      gap: 32px;
  }
  
  .value-card {
      max-width: 100%;
  }
  
  /* How It Works Tablet */
  .how-it-works-section {
      padding: 70px 0;
  }
  
  .how-it-works-wrapper {
      flex-direction: column;
      gap: 40px;
      padding: 60px 0;
  }
  
  .how-it-works-image {
      width: 100%;
      height: 400px;
  }
  
  .how-it-works-heading {
      font-size: 40px;
  }
  
  .steps-grid {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  
  .step-number {
      font-size: 54px;
  }
  
  .step-title {
      font-size: 24px;
  }
  
  /* What We Offer Tablet */
  .offer-layout {
      flex-direction: column;

  }
  
  .offer-heading {
      font-size: 40px;
  }
  
  /* FAQ Tablet */
  .faq-heading {
      font-size: 40px;
  }
  
  .faq-accordion {
      max-width: 800px;
  }
  
  /* Footer Tablet */
  .footer-columns {
      grid-template-columns: repeat(2, 1fr);
      gap: 36px;
  }
  
  .footer-column:last-child {
      grid-column: 1 / -1;
  }
}

/* Large Desktop - 1980px and above */
@media (min-width: 1980px) {
  .how-it-works-image {
    width: 700px;
  }
}


@media (min-width: 1520px) and (max-width: 1880px) {
  .how-it-works-image {
    width: 550px;
  }
}

/* Extra Small Mobile - 480px and below */
/* @media (max-width: 480px) {
  
} */

/* Mobile devices 360px to 767px */
@media (min-width: 360px) and (max-width: 767px) {
  .hero-headline {
    font-size: 25px;
   }
   .circular-badge{
    display: none;
   }
   .welcome-grid {
    gap:0;
   }

   .home .hero-headline {
    font-size: 25px;
   }
   .services-cards {
    grid-template-columns: 1fr;
   }
   .services-separator {
  
    margin-bottom: 15px;
  }
  
  .brand-icon {
    width: 85px;
    height: 85px;
  }

  /* Container padding */
  .container {
    padding-left: 16px;
    padding-right: 16px;
}


.nav-container {
  padding: 0 16px;
  border-bottom: 1px solid grey;
}

/* Hero Section */


.hero-subheadline {
    font-size: 13px;
}

.cta-button {
  font-size: 11px;
  height: 40px;
  padding: 0 16px;
  width: 100%;
  justify-content: center;
}
/* Welcome Section */
.welcome-heading {
    font-size: 24px;
}

.welcome-text-content p {
    font-size: 13px;
}

/* Services */
.services-heading {
    font-size: 26px;
}

.service-card-title {
    font-size: 18px;
}

.service-card-description {
    font-size: 12px;
}

/* Values Cards Extra Small */
.value-card {
    padding: 28px 20px;
}

.value-icon {
    width: 56px;
    height: 56px;
}

.value-title {
    font-size: 20px;
}

.value-description {
    font-size: 13px;
}

/* About Hero Extra Small */
.about-hero-section {
    min-height: 300px;
}

.about-hero-subheadline {
    font-size: 13px;
}

/* How It Works */
.how-it-works-heading {
    font-size: 26px;
}

.step-number {
    font-size: 40px;
}

.step-title {
    font-size: 18px;
}

.step-description {
    font-size: 13px;
}

.how-it-works-image {
    height: 250px;
}

/* What We Offer */
.offer-heading {
    font-size: 24px;
}
.british-education-content {
  display: block;
}
h2.british-education-heading {
  font-size: 25px;
}
.our-services-cards {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 0px;
}



.our-service-card .our-service-card-title {
  font-size: 25px;
}

.our-service-card .our-service-card-description {
  font-size: 13px;
  line-height: 17px;
  margin: 12px 0px 12px 0px;
}



.british-education-description {
  font-size: 13px;
}
.about-hero-content {
  padding: 40px 0;
}
.about-hero-subheadline {
  margin-bottom: 25px;
}
.british-education-left, .british-education-right {
  width: 100%;
}
.offer-description p {
    font-size: 13px;
}

/* FAQ */
.faq-heading {
    font-size: 26px;
}

.faq-subtitle {
    font-size: 13px;
}

.faq-number {
    font-size: 14px;
}

.faq-question-text {
    font-size: 14px;
}

.faq-answer p {
    font-size: 13px;
}

/* Footer */
.footer-heading {
    font-size: 18px;
}

.footer-nav a {
    font-size: 13px;
}

.cta-button-footer {
  font-size: 11px;
  height: 40px;
  justify-content: center;
}

.connect-social-section {
  padding: 12px 16px;
  margin-top: 16px;
}

.connect-text {
  font-size: 14px;
}

.social-icon {
  width: 28px;
  height: 28px;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

.footer-email span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  color: white;
  text-decoration: none;
  line-height: 20px;
  transition: opacity 0.3s;
}

.footer-copyright {
    font-size: 12px;
}

.footer-links a {
    font-size: 12px;
}

.services-cta-content {
  text-align: left;
}

.brand-line-1,
.brand-line-2 {
    font-size: 12px;
}

.home .heading-line-2, .home .heading-line-1, .heading-line-1{
  display: block;
  font-family: 'Merriweather', serif;
  color: #081933;
  font-size: 25px;
  font-weight: 700;
}
.philosophy-section {
  padding: 40px 0px 60px 0px;
}
.why-choose-section {
  padding: 50px 0;
}
.why-choose-content {
  gap: 30px;
}
.section-heading {
  font-size: 25px;
}
.why-choose-text p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #393C42;
  margin-bottom: 20px;
}
.home .heading-line-2, .home .heading-line-1{
  display: none;
}

.heading-line-1-mobile{
  display: block;
  font-family: 'Merriweather', serif;
  color: #081933;
  font-size: 25px;
  font-weight: 700;
}

.welcome-intro-section {
  padding: 0px 0 40px 0;

}

.mosaic-grid {
  padding: 0;
}
.welcome-content {
  max-width: 1005;
  margin-top: 2em;
}

.home .our-services-section, .page-template-page-about .our-services-section {
  padding: 40px 0;
}

.services-cards {
  margin-bottom: 0px;
}
.how-it-works-section {
  padding: 40px 0;
}
.offer-layout {
  display: block;
}

.offer-content {
  padding-top: 40px;
}
.how-it-works-content-area {
  padding: 0px 0;
}
.how-it-works-image {
  position: relative;
}

.how-it-works-wrapper {
  padding: 0px 0;
}
.faq-section::before, .how-it-works-section::before, .offer-section::before {
  display: none;
}
.hero-section {
  min-height: 500px;
}
.steps-grid {
  gap: 0px;
}

.offer-cta-button{
  justify-content: center;
  width: 100%;
}
.how-it-works-heading {
  font-size: 25px;
  margin-bottom: 20px;
}

.philosophy-section li {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
h2.consultation-heading{
  font-size: 25px;
}
.book-consultation-section .consultation-layout {
  margin-top: 0em;
  margin-bottom: 3em;
}
.menu-area {
  gap: 0px;
}
.dropdown-trigger {
  text-align: left;
  display: block;
  border-bottom: 1px solid grey;
  padding: 12px 0;
}
.dropdown-trigger svg {
  margin-left: 10px;
}
a.menu-item {
  padding: 12px 0;
  border-bottom: 1px solid grey;
} 

.services-dropdown{
  background: #f9fafe;
  padding: 10px !important;
}
/* a.dropdown-item {
  margin-left: 15px;
  border-bottom: 1px solid #8b1e2d3b;
  padding: 5px 5px 5px 5px;
  width: 80%;
} */
.services-dropdown, .sub-menu {
padding: 0px 0;
margin-top: 0px;
}
.services-dropdown {
  display: none;
}
.services-dropdown a {
  font-size: 15px !important;
}
.menu-area {
  justify-content: unset;
  padding-top: 3em;
}
.brand-icon-light{
  display: none;
}

.brand-icon-dark{
  display: block;
}
.hamburger{
  background-color: black;
}
  .close::before,
  .close::after{
    background-color: black;
  }
.main-navbar {
  background-color: #f8fafe;
}
.hamburger::before, .hamburger::after{
  background-color: black;
}
.menu-area.active {
  background: white;
}

a.menu-item {
  color: black;
}

a.menu-link {
  color: black;
}

.menu-item.dropdown-trigger a {
  color: black;
}

.menu-item.dropdown-trigger svg path {
  stroke: black;
}

a.menu-item.active {
  color: black;
}

.menu-area {
  justify-content: unset;
  padding-left: 15px;
  align-items: unset;
}

.mobile-image {
  display: block;
}
.mosaic-grid{
  display: none;
}
.book-consultation-section .consultation-image {
  display: none;
}

}



@media (min-width: 767px) and (max-width: 1400px){

.how-it-works-image {
  
  height: 250px;
  order: -1;
  position: relative;
}
.how-it-works-section::before{
  display: none;
}
.how-it-works-content-area {
  padding: 30px 0;
}

.home .hero-headline {
  font-size: 46px;
}
.circular-badge  {
  display: none;
}
.welcome-grid {
  gap: 0;
  display: block;
}
.welcome-content {
  max-width: 100%;
  margin-top: 3em;
}
.services-cta-content {
  display: block;
}
.home .heading-line-1, .home .heading-line-2 {
  display: none;
}
.heading-line-1-mobile {
  display: block;
}
.how-it-works-wrapper{
  padding: 0px 0;
}
.how-it-works-section {
  padding: 30px 0;
}

.offer-layout {
  display: block;

}
.offer-content {
  margin-top: 3em;
}
.offer-image-container img{
   max-width: 100%;
}
.menu-area {
  gap: 0px;
}
.dropdown-trigger {
  text-align: left;
  display: block;
  border-bottom: 1px solid grey;
  padding: 12px 0;
}
.dropdown-trigger svg {
  margin-left: 10px;
}
a.menu-item {
  padding: 12px 0;
  border-bottom: 1px solid grey;
} 

.services-dropdown{
  background: #f9fafe;
  padding: 10px !important;
}
/* a.dropdown-item {
  margin-left: 15px;
  border-bottom: 1px solid #8b1e2d3b;
  padding: 5px 5px 5px 5px;
  width: 80%;
} */
.services-dropdown, .sub-menu {
padding: 0px 0;
margin-top: 0px;
}
.services-dropdown {
  display: none;
}
.services-dropdown a {
  font-size: 15px !important;
}
.menu-area {
  justify-content: unset;
  padding-top: 3em;
}
.brand-icon-light{
  display: none;
}

.brand-icon-dark{
  display: block;
}
.hamburger{
  background-color: black;
}
  .close::before,
  .close::after{
    background-color: black;
  }
.main-navbar {
  background-color: #f8fafe;
}
.hamburger::before, .hamburger::after{
  background-color: black;
}
.menu-area.active {
  background: white;
}

a.menu-item {
  color: black;
}

a.menu-link {
  color: black;
}

.menu-item.dropdown-trigger a {
  color: black;
}

.menu-item.dropdown-trigger svg path {
  stroke: black;
}

a.menu-item.active {
  color: black;
}

a.menu-item {
  width: 100%;
}
.menu-item.dropdown-trigger {
  width: 100%;
}

.menu-area.active {
  padding: 20px;
}
.footer-logo img {
  width: 130px;
}
.british-education-left {
  width: 100%;
}
.british-education-right {
  width: 100%;
}
.philosophy-section {
  padding: 0px 0;
}
.welcome-intro-section {
  padding: 40px 0 60px 0;
}
.philosophy-text ul {
  text-align: justify;
}
.british-education-content {
  display: block;
}
.cta-button{
justify-content: center;
width: 100%;
}
a.offer-cta-button{
  width: 100%;
  justify-content: center;
}

.book-consultation-section .consultation-image {
  display: none;
}

.cta-button {
  margin-top: 2em;
  width: 100%;
  justify-content: center;
}
.menu-area{
  display: none;
}
.mobile-menu-toggle{
  display: block;
}
.menu-area.active{
  display: block;
}


  /* Navbar Mobile */
  .main-navbar {
    height: 64px;
}

.nav-container {
    padding: 0 20px;
}

.brand-icon {
    width: 85px;
    height: 85px;
}

.brand-text {
    font-size: 14px;
}

.menu-area {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2b2d2f;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 999;
}

.menu-area.active {
    display: flex;
}

.menu-item {
    font-size: 18px;
}

.mobile-menu-toggle {
    display: block;
}

.services-dropdown,
.sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    box-shadow: none;
    padding: 12px 0;
    margin-top: 8px;
}

.sub-menu .menu-item a {
    padding-left: 24px;
    font-size: 16px;
}

/* Hero Mobile */
.hero-section {
    padding-top: 64px;
    min-height: 500px;
}

/* .hero-overlay {
  background: rgba(0, 0, 0, 0.55); 
} */

.hero-section .container {
    padding: 0 20px;
}

.hero-content {
    padding: 60px 0;
}

.hero-headline {
    font-size: 32px;
    margin-bottom: 16px;
}

.hero-subheadline {
    font-size: 14px;
    margin-bottom: 24px;
}

.cta-button {
    height: 44px;
    font-size: 12px;
    padding: 0 20px;
}


.welcome-grid {
    grid-template-columns: 1fr;

}

.welcome-heading {
    font-size: 28px;
    margin-bottom: 20px;
}

.welcome-text-content p {
    font-size: 14px;
    line-height: 1.7;
}

.media-mosaic {
    padding-top: 40px;
    order: -1;
}

.circular-badge {
    width: 70px;
    height: 70px;
    top: -24px;
}

.mosaic-grid {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
    padding: 8px;
    border-width: 2px;
    height: auto;
}

.mosaic-left-tall {
    grid-row: 1;
}

.mosaic-right-top {
    grid-row: 2;
}

.mosaic-right-bottom {
    grid-row: 3;
}

/* Services Section Mobile */
.our-services-section {
    padding: 50px 0;
}

.services-heading {
    font-size: 30px;
    margin-bottom: 32px;
}

.services-cards {
    flex-direction: column;
    gap: 24px;
}

.service-card {
    width: 100%;
}

.service-card-title {
    font-size: 20px;
}

.service-card-description {
    font-size: 13px;
}

.services-cta-content {
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.services-cta-text {
    max-width: 100%;
    font-size: 14px;
}

.services-cta-button {
    width: 100%;
    justify-content: center;
    font-size: 12px;
}

/* About Page Mobile */
.about-hero-section {
    min-height: 350px;
    padding-top: 64px;
}

.about-hero-content {
    padding: 60px 0;
}

.about-hero-subheadline {
    font-size: 14px;
}

.breadcrumb-area {
    flex-wrap: wrap;
}

.home-breadcrumb-link,
.breadcrumb-current {
    font-size: 12px;
}

.icon_breadcrumbs {
    width: 14px;
    height: 14px;
}

/* Why Choose Us Mobile */
.why-choose-section {
    padding: 80px 0;
}

.why-choose-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.why-choose-text {
    max-width: 100%;
}

.section-heading {
    font-size: 32px;
}

.why-choose-paragraph {
    font-size: 14px;
}



.philosophy-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.philosophy-text {
    max-width: 100%;
}

.philosophy-paragraph {
    font-size: 14px;
}

/* Values Cards Mobile */
.values-cards {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.value-card {
    max-width: 100%;
    padding: 36px 24px;
}

.value-icon {
    width: 64px;
    height: 64px;
}

.value-icon svg {
    width: 40px;
    height: 40px;
}

.value-title {
    font-size: 22px;
}

.value-description {
    font-size: 14px;
}

/* How It Works Mobile */
.how-it-works-section {
    padding: 50px 0;
}

.how-it-works-wrapper {
    flex-direction: column;
    gap: 32px;
    padding: 0;
    min-height: auto;
}

.how-it-works-heading {
    font-size: 30px;
    margin-bottom: 32px;
}

.how-it-works-image {
    width: 100%;
    height: 300px;
    order: -1;
}

.steps-grid {
    grid-template-columns: 1fr;
    gap: 32px;
}

.step-number {
    font-size: 48px;
}

.step-title {
    font-size: 20px;
}

.step-description {
    font-size: 14px;
}

/* What We Offer Mobile */
.what-we-offer-section {
    padding: 50px 0;
}

.offer-layout {
    flex-direction: column;
}

.offer-heading {
    font-size: 30px;
    margin-bottom: 20px;
}

.offer-description p {
    font-size: 14px;
}

.offer-cta-button {
    font-size: 12px;
}

.offer-maroon-shape {
    display: none;
}

/* FAQ Mobile */
.faq-section {
    padding: 50px 0;
}

.faq-heading {
    font-size: 30px;
    margin-bottom: 16px;
}

.faq-subtitle {
    font-size: 14px;
    margin-bottom: 32px;
}

.faq-number {
    font-size: 16px;
}

.faq-question-text {
    font-size: 16px;
}

.faq-answer p {
    font-size: 14px;
}

/* Footer Mobile */
.main-footer {
    padding: 40px 0 30px;
}

.footer-top {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 32px;
    margin-bottom: 24px;
}

.footer-logo {
    margin-bottom: 32px;
    padding-bottom: 16px;
}

.footer-heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-nav a {
    font-size: 14px;
}

.cta-button-footer {
    width: 100%;
    font-size: 12px;
    height: 44px;
}

.footer-columns {
    grid-template-columns: 1fr !important;
    gap: 32px;
}

.footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.footer-copyright {
    font-size: 13px;
}

.footer-links {
    flex-direction: column;
    gap: 12px;
}

 .footer-links a {
     font-size: 13px;
 }
 
 /* Social Media Mobile */
 .social-media-icons {
     gap: 12px;
 }
 
 .social-icon {
     width: 20px;
     height: 20px;
 }
 
 .social-media-section h4 {
     font-size: 16px;
 }
 
 .social-media-section p {
     font-size: 13px;
 }

 .book-consultation-section .consultation-form-container, .book-consultation-section .consultation-image-container {
  flex: none;
}
.consultation-form-container {
  width: 100%;
}
}