.elementor-kit-6{--e-global-color-primary:#002E62;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1E1E1E;--e-global-color-accent:#FFAE00;--e-global-color-c902cc5:#F3A200;--e-global-color-5d25b21:#F3F3F3;--e-global-color-0f1d666:#E8E8E8;--e-global-color-ab2b8dd:#BFBFBF;--e-global-color-e5c146a:#939393;--e-global-color-d3168ae:#424242;--e-global-color-693ef0a:#1C2022;--e-global-color-ceac2dd:#9EC1E4;--e-global-color-864916c:#5FB0DE;--e-global-color-c005eca:#5191CE;--e-global-color-c95efaf:#0055A5;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.4px;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-weight:400;letter-spacing:-0.4px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Poppins", Sans-serif;font-weight:400;letter-spacing:-0.4px;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* add this to your custom CSS in the site settings */

html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* ----------| FLUID TYPOGRAPHY SYSTEM |---------- */

/* =========
   1. Fluid base (rem)
   ========= */
html {
  /* rem scales ~14px (mobile) → 16px (desktop) */
  font-size: clamp(14px, calc(13px + 0.278vw), 16px);
}

/* =========
   2. Fluid typography tokens
   ========= */
:root {
  /* Headings (your 64 / 48 / 40) */
  --fs-heading-1: clamp(40px, calc(40px + 2.222vw), 64px); /* H1 */
  --fs-heading-2: clamp(32px, calc(32px + 1.481vw), 48px); /* H2 */
  --fs-heading-3: clamp(28px, calc(28px + 1.111vw), 40px); /* H3 */

  /* Other type sizes (your list) */
  --fs-32: clamp(24px, calc(24px + 0.741vw), 32px); /* Lead / Big text */
  --fs-24: clamp(18px, calc(18px + 0.556vw), 24px); /* Subtitle */
  --fs-20: clamp(16px, calc(16px + 0.37vw), 20px);  /* Body large */
  --fs-18: clamp(15px, calc(15px + 0.278vw), 18px); /* Body */
  --fs-16: clamp(14px, calc(14px + 0.185vw), 16px); /* Body small */
  --fs-14: clamp(13px, calc(13px + 0.093vw), 14px); /* Caption */
  --fs-12: clamp(11px, calc(11px + 0.093vw), 12px); /* Label */
  --fs-10: clamp(9px, calc(9px + 0.093vw), 10px);  /* Micro text */
  --fs-8: 8px;                                      /* Tiny, fixed */

  /* Spacing tokens (use with rem so they are fluid too) */
  --space-1: 1rem;  /* base spacing */
  --space-2: 2rem;
  --space-4: 4rem;
  --space-6: 6rem;
  --space-8: 8rem;
}

/* =========
   3. Elementor-friendly helper classes
   ========= */

/* Headings */
.e-h1,
h1.elementor-heading-title {
  font-size: var(--fs-heading-1);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.e-h2,
h2.elementor-heading-title {
  font-size: var(--fs-heading-2);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.e-h3,
h3.elementor-heading-title {
  font-size: var(--fs-heading-3);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* Other text styles */
.text-32 {
  font-size: var(--fs-32);
  line-height: 1.2;
}

.text-24 {
  font-size: var(--fs-24);
  line-height: 1.3;
}

.text-20 {
  font-size: var(--fs-20);
  line-height: 1.4;
}

.text-18 {
  font-size: var(--fs-18);
  line-height: 1.5;
}

.text-16 {
  font-size: var(--fs-16);
  line-height: 1.5;
}

.text-14 {
  font-size: var(--fs-14);
  line-height: 1.4;
}

.text-12 {
  font-size: var(--fs-12);
  line-height: 1.4;
}

.text-10 {
  font-size: var(--fs-10);
  line-height: 1.4;
}

.text-8 {
  font-size: var(--fs-8);
  line-height: 1.3;
}

/* Spacing utilities for margins & paddings */
.m-1 {
  margin: var(--space-1);
}

.m-2 {
  margin: var(--space-2);
}

.m-4 {
  margin: var(--space-4);
}

.m-6 {
  margin: var(--space-6);
}

.m-8 {
  margin: var(--space-8);
}

.p-1 {
  padding: var(--space-1);
}

.p-2 {
  padding: var(--space-2);
}

.p-4 {
  padding: var(--space-4);
}

.p-6 {
  padding: var(--space-6);
}

.p-8 {
  padding: var(--space-8);
}

/* Common section helpers (optional) */
.section-pad-lg {
  padding-block: var(--space-8);
}

.section-pad-md {
  padding-block: var(--space-6);
}

.section-pad-sm {
  padding-block: var(--space-4);
}

/* ----------| FLUID TYPOGRAPHY SYSTEM |---------- */


/* Wrapper defines the logo "box" height */
.main-header .logo-wrapper {
  position: relative;
  height: 80px;          /* wrapper height */
}

/* Center both logo widgets inside the wrapper */
.main-header .logo-wrapper .logo-default,
.main-header .logo-wrapper .logo-scrolled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 238px;          /* logo box width */
  height: 80px;          /* logo box height */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease-out;
}

/* Force the actual images to fit that box */
.main-header .logo-wrapper .logo-default img,
.main-header .logo-wrapper .logo-scrolled img {
  width: 238px;
  height: 80px;
  object-fit: contain;   /* keep aspect ratio inside the box */
  display: block;
}

/* Default: hero visible → show white logo */
.main-header .logo-default {
  opacity: 1;
  pointer-events: auto;
}

.main-header .logo-scrolled {
  opacity: 0;
  pointer-events: none;
}

/* When swapped (hero mostly scrolled away) → show dark logo */
.main-header.header-logo-swapped .logo-default {
  opacity: 0;
  pointer-events: none;
}

.main-header.header-logo-swapped .logo-scrolled {
  opacity: 1;
  pointer-events: auto;
}

/* 1️⃣ Icon size (override Elementor) */
.primary-btn .elementor-button-icon svg {
  width: 40px !important;    /* adjust as needed */
  height: 40px !important;
  display: block !important;
}

/* 2️⃣ Align icon + text in one row, vertically centered */
.primary-btn .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
}

/* 3️⃣ Center the icon inside its span + spacing */
.primary-btn .elementor-button-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 8px !important;  /* tweak spacing */
  transition: all 0.4s ease-in-out;
}

.primary-btn:hover .elementor-button-icon {
  transform: rotate(180deg);
}

/* 4️⃣ Keep text nicely aligned */
.primary-btn .elementor-button-text {
  line-height: 1 !important;
  display: inline-block !important;
}

/* Default header (when hero is visible) */
.main-header {
  background: transparent !important;
  box-shadow: none !important;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease;
}

.secondary-btn .elementor-button-icon svg path {
  width: 24px !important;    /* adjust as needed */
  height: 24px !important;
  display: block !important;
  fill: #D6BF78 !important;
}

/* Base setup for the secondary button */
.secondary-btn .elementor-button {
  position: relative;
  overflow: hidden; /* so the line stays inside the button */
}

/* Bottom border line (hidden by default) */
.secondary-btn .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;                /* sits at the bottom edge */
  height: 2px;              /* thickness of the line */
  width: 0;                 /* start from 0 */
  background-color: #D6BF78;
  transition: width 0.3s ease-out;
}

/* On hover: line slides from left to right */
.secondary-btn .elementor-button:hover::after {
  width: 100%;
}

/* Header when the swapped logo is active (hero mostly scrolled away) */
.main-header.header-logo-swapped {
  background: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;

  /* nav background after scroll – your softer shadow */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 0px !important;
}

/* Menu link color on hero (logo default) */
.main-header .elementor-nav-menu a,
.main-header .elementor-nav-menu .elementor-item {
  color: #ffffff !important;   /* white over hero */
  transition: color 0.35s ease;
}

@media (min-width: 768px) {
  .main-header.header-logo-swapped .elementor-nav-menu a,
  .main-header.header-logo-swapped .elementor-nav-menu .elementor-item {
    color: #1D1D1D !important;
  }
}
.main-header.header-logo-swapped nav .elementor-nav-menu .elementor-sub-item{
    color: #FFFFFF !important;
}

.highlightText {
  color: #5191CE !important;
}
/* Glass effect on the bottom bar popup panel */
.elementor-popup-modal.bottomBar .dialog-widget-content {
      background: rgba(18, 53, 87, 0.9) !important; /* tweak opacity as you like */
  /* From https://css.glass */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}


/*Custom Hamburger Menu*/
/* Hide Elementor’s built-in open/close icons */
.elementor-menu-toggle__icon--open,
.elementor-menu-toggle__icon--close {
  display: none !important;
}

/* Make the toggle a perfect flex box for centering */
.elementor-menu-toggle {
  display: inline-flex;           /* or flex if you want full-width */
  align-items: center;            /* vertical center */
  justify-content: center;        /* horizontal center */
  width: 50px;                    /* adjust as you like */
  height: 50px;
  padding: 0;
  line-height: 0;                 /* remove text line-height weirdness */
  box-sizing: border-box;
}

/* Our custom SVG icon */
.elementor-menu-toggle .custom-menu-icon {
  width: 32px;
  height: 32px;
  display: block;                 /* so margin auto works cleanly */
  margin: 0 auto;
  overflow: visible;
}

/* Optional: smooth hover transform (no impact on centering) */
.elementor-menu-toggle .custom-menu-icon,
.elementor-menu-toggle .custom-menu-icon * {
  transition: transform 0.2s ease-out;
}

/*End of Custom Hamburger Menu*/


.postCard{
    cursor:pointer;
}
.postCard .postImgWrapper .postImg{
    position: relative;
    transition: all 0.4s ease-in-out;
}
.postCard:hover .postImgWrapper .postImg{
    transform: scale(1.05);
}

/* === Loop Grid pagination – circle buttons (searchLoopGrid) === */


/* Pagination container */
.testimonial-slider .swiper-pagination {
  text-align: left !important;          /* or center, depending on your layout */
  margin-top: 24px;
}

/* Turn bullets into short lines */
.testimonial-slider .swiper-pagination-bullet {
  width: 16px !important;
  height: 3px   !important;
  border-radius: 999px !important;
  background-color: #ddd !important;    /* light grey like in the design */
  opacity: 1 !important;     /* override Swiper default */
  margin: 0 6px;             /* spacing between lines */
}

/* Active line */
.testimonial-slider .swiper-pagination-bullet-active {
  background-color: #002E62 !important; /* green active state */
    width: 32px !important;
  height: 3px   !important;
}



/* Base style for all page numbers + prev/next */
#searchLoopGrid .elementor-pagination .page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 999px;            /* circle */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  background: #e5e5e5;             /* light grey */
  color: #555555;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}

/* Remove underline on hover */
#searchLoopGrid .elementor-pagination .page-numbers:hover {
  text-decoration: none;
  background-color:#FFAE00;
  color:#FFFFFF;
}

/* Current (active) page */
#searchLoopGrid .elementor-pagination .page-numbers.current {
  background: #002E62;             /* dark/navy like example */
  color: #ffffff;
  border-color: #002E62;
  font-weight: 600;
}

/* Prev / Next: hide text, show chevrons */
#searchLoopGrid .elementor-pagination .page-numbers.prev,
#searchLoopGrid .elementor-pagination .page-numbers.next {
  font-size: 0;                    /* hide "Previous"/"Next" text */
}

/* Left chevron */
#searchLoopGrid .elementor-pagination .page-numbers.prev::before {
  content: "‹";
  font-size: 18px;
  line-height: 1;
  color: #555555;
}

/* Right chevron */
#searchLoopGrid .elementor-pagination .page-numbers.next::before {
  content: "›";
  font-size: 18px;
  line-height: 1;
  color: #555555;
}

/* Dim disabled prev/next (spans on first/last page) */
#searchLoopGrid .elementor-pagination span.page-numbers.prev,
#searchLoopGrid .elementor-pagination span.page-numbers.next {
  opacity: 0.35;
  cursor: default;
}

/* Hover: use same style as active (current) number */
#searchLoopGrid .elementor-pagination .page-numbers:not(.current):hover {
  background: #0f3558;   /* same as active */
  color: #ffffff;
  border-color: #0f3558;
}
#searchLoopGrid .elementor-pagination .page-numbers {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}


/* Optional: tighter on mobile */
@media (max-width: 767px) {
  #searchLoopGrid .elementor-pagination {
    gap: 6px;
  }
  #searchLoopGrid .elementor-pagination .page-numbers {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}


/* Make the whole breadcrumb row a centered flex line */
#breadcrumbs {
  display: flex;
  align-items: center;       /* vertically center icon + text */
  flex-wrap: wrap;           /* wrap nicely on small screens */
  column-gap: 8px;           /* space between Home, » and last item */
  margin: 0;                 /* optional: reset default p margin */
}

/* Inner span that wraps the link + last crumb */
#breadcrumbs > span {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

/* "Home" link: icon + text */
#breadcrumbs a {
  display: inline-flex;
  align-items: center;
}

/* Icon styles */
.breadcrumbIcon {
  height: 18px !important;
  margin-right: 4px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(3587%) hue-rotate(191deg) brightness(122%) contrast(65%);
  transition: 0.2s all ease-in-out;
}

/* Hover effect triggered by hovering the Home link area */
#breadcrumbs a:hover .breadcrumbIcon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(76%) saturate(2932%) hue-rotate(61deg) brightness(93%) contrast(91%);
}


/* 1. Base pill style – hidden by default */
.latest-post-pill {
  z-index: 2;
  display: none; /* hide all by default */
}

/* 2. Show ONLY on the first (latest) loop item */
.elementor-loop-container > .elementor.e-loop-item:first-of-type .latest-post-pill {
  display: inline-flex;
}


/* ----------| SWIPER PAGINATION – MOBILE DOTS |---------- */
@media (max-width: 767px) {
  /* Make bullets small circular dots */
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #cccccc !important;  /* inactive dot color */
    opacity: 1 !important;           /* make sure they’re fully visible */
    margin: 0 4px !important;        /* spacing between dots */
  }

  /* Active dot slightly larger + different color */
  .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #48A70B !important;  /* match your highlight green */
  }

  /* Optional: center the dots under the slider */
  .swiper-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
  }
}
/* Let reviewContent wrap normally on mobile */
@media (max-width: 767px) {
  .reviewContent {
    white-space: normal !important;      /* allow multi-line */
    overflow: visible !important;        /* don't clip the text */
    text-overflow: initial !important;   /* remove ellipsis */
    display: block !important;
  }

  /* If reviewContent is inside a flex row with an avatar/icon */
  .reviewWrapper, 
  .review-row {
    min-width: 0;                        /* let flex children shrink */
    flex-wrap: wrap;                     /* allow wrapping if needed */
  }
  
  .main-header.header-logo-swapped {
    padding-right: 2rem !important;  /* matches what you tested in dev tools */
    /* optional: keep a little left padding if needed */
    /* padding-left: 1rem !important; */
  }
}/* End custom CSS */