.elementor-kit-6{--e-global-color-primary:#2A61F1;--e-global-color-secondary:#279EFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#49F79C;--e-global-color-e6b1be3:#FFFFFF;background-color:#25272F;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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 *//* ============================
   FONT LOADING — Parkinsan
============================ */

@font-face {
  font-family: "Parkinsan";
  src: url("https://www.kudos.travel/wp-content/uploads/2026/06/Parkinsans-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Parkinsan", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-white);
}

p,
ul,
ol,
li,
body-list,
.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.elementor-widget-text-editor p,
.elementor-widget-text-editor body-list,
.elementor-widget-text-editor li,
.elementor-widget-paragraph,
.elementor-widget-paragraph *,
.elementor-widget-paragraph p,
.elementor-icon-list-text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}



h1, h2, h3, h4, h5, h6 {
  font-family: "Parkinsan", system-ui, -apple-system, "Segoe UI", sans-serif !important;
    line-height: 1.3;
       color: var(--color-white);
          font-weight: 500;
          text-align: left;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.elementor-widget-heading,
.elementor-widget-heading * {
  font-family: inherit;
}


/* ============================
   HEADINGS
============================ */

.text-center {
  text-align: center!important;
}

.drop-shadow {
    text-shadow: 0 4px 16px rgba(0, 0, 0, 1.5);
}

.eyebrow {
    
    font-size: clamp(14px, 2vw, 16px);   
    margin-bottom: clamp(16px, 2vw, 32px) !important;
    font-weight: 400;
    line-height: 1.2;

/*  SETTING BORDER 

    display: inline-flex !important;
    align-items: center;
  justify-content: center;

  width: fit-content;




  padding: 9px 16px 7px;
  border-radius: 999px;

border: 1px solid rgba(255, 255, 255, 0.15);
  color: white !important; */

}

.heading-display,
.heading-display .elementor-heading-title {
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 32px;
}

.heading-2xl {
  font-size: clamp(36px, 4.5vw, 60px);
    line-height: 1.2;
  padding-bottom: 32px;
}

.heading-xl,
.heading-xl .elementor-heading-title {
  font-size: clamp(28px, 3vw, 48px);
  padding-bottom: var(--space-32);
}

.heading-lg, 
.heading-lg .elementor-heading-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight:500;
  padding-bottom: var(--space-32);
}


.heading-md,
.heading-md .elementor-heading-title {
  font-size: clamp(20px, 2vw, 24px);
  padding-bottom: var(--space-32);
}

.heading-sm,
.heading-sm .elementor-heading-title {
  font-size: 18px;
  padding-top: var(--space-32);
}

.heading,
.heading .elementor-heading-title {
  font-size: 16px;
}


.heading-dot::after {
  content: ".";
  color: var(--color-blue-light);
}

/* ============================
   TEXT UTILITIES
============================ */


.body-3xl {
  font-size: clamp(22px, 2.4vw, 60px);
  line-height: 1.35;
}

.body-2xl {
  font-size: clamp(30px, 7vw, 48px);
  font-weight: 300!important;
  line-height: 1.2;
  padding-bottom: 32px;
}

.body-xl {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.3;
    padding-bottom: 32px;
}

.body-lg {
  font-size: clamp(15px, 1.2vw, 24px);
  font-weight: 300;
  line-height: 1.5;
}

.body-md {
  font-weight: 300;
  font-size: clamp(18px, 2.1vw, 20px);
  line-height: 1.5;
}

.body {
  font-size: 16px;
  line-height: 1.5;
}

.body-sm {
  font-size: clamp(14px, 1.1vw, 15px);
  line-height: 1.5;
}

.dot-blue {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dot-blue::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-blue-light);
  flex-shrink: 0;
  margin-top: 0.25em;
}




/* ============================
   FONTWEIGHT
============================ */
.fw-semibold{
    font-weight:600!important;
}

.fw-medium{
    font-weight:500!important;
}


/* ============================
   TABLET PORTRAIT TYPOGRAPHY
============================ */

@media (min-width: 768px) and (max-width: 1024px) {

  .heading-display,
  .heading-display .elementor-heading-title {
    font-size: clamp(54px, 7vw, 64px);
  }

  .heading-2xl,
  .heading-2xl .elementor-heading-title {
    font-size: clamp(46px, 6vw, 56px);
  }

  .heading-xl,
  .heading-xl .elementor-heading-title {
    font-size: clamp(38px, 5vw, 46px);
  }

  .heading-lg,
  .heading-lg .elementor-heading-title {
    font-size: clamp(30px, 4vw, 36px);
  }

  .heading-md,
  .heading-md .elementor-heading-title {
    font-size: clamp(22px, 3vw, 26px);
  }

  .heading-sm,
  .heading-sm .elementor-heading-title {
    font-size: 18px;
  }

  .body-3xl {
    font-size: clamp(34px, 5vw, 48px);
  }

  .body-2xl {
    font-size: clamp(34px, 5.5vw, 44px);
  }

  .body-xl {
    font-size: clamp(22px, 3vw, 28px);
  }

  .body-lg {
    font-size: clamp(18px, 2.2vw, 22px);
  }

  .body-md {
    font-size: clamp(18px, 2vw, 20px);
  }

  .body-sm {
    font-size: 15px;
  }
}

/* ============================
   BODY CONTENT
   Insights, Privacy, Terms
============================ */

.body-content {
  color: var(--color-white);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.7;
}

.body-content > *:first-child {
  margin-top: 0;
}

.body-content > *:last-child {
  margin-bottom: 0;
}

/* ============================
   HEADINGS
============================ */

.body-content h1 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 1.5rem;
}

.body-content h2 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.1;
  margin: 3rem 0 1rem;
}

.body-content h3 {
  font-size: clamp(13px, 2.2vw, 20px);
  line-height: 1.2;
  font-weight: 500;
  margin: 2rem 0 0.75rem;
}

.body-content h4 {
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.3;
  margin: 1.5rem 0 0.5rem;
}

.body-content h5 {
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.4;
  margin: 1.25rem 0 0.5rem;
}

.body-content h6 {
  font-size: 16px;
  line-height: 1.5;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ============================
   PARAGRAPHS
============================ */

.body-content p {
  margin: 0 0 1.5rem;
}

/* ============================
   LINKS
============================ */

.body-content a {
  color: var(--color-white);
  text-decoration: none;

  background-image:
    linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,.25)),
    linear-gradient(var(--color-primary-blue), var(--color-primary-blue));

  background-repeat: no-repeat;
  background-position: left bottom, left bottom;
  background-size: 100% 1px, 0% 2px;

  transition: background-size 300ms ease;
}

.body-content a:hover,
.body-content a:focus-visible {
  background-size: 100% 1px, 100% 2px;
}

/* ============================
   LISTS
   Body Content + Utility Class
============================ */

.body-content ul,
.body-list ul,
ul.body-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem;
}

.body-content ul li,
.body-list ul li,
ul.body-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.body-content ul li::before,
.body-list ul li::before,
ul.body-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary-blue);
}

/* Ordered Lists */

.body-content ol {
  padding-left: 1.5rem;
  margin: 0 0 1.5rem;
}

.body-content ol li {
  margin-bottom: 0.75rem;
}

/* ============================
   ELEMENTOR ICON LIST
============================ */

.body-list .elementor-icon-list-items,
.body-content .elementor-icon-list-items {
  margin: 0;
  padding: 0;
}

.body-list .elementor-icon-list-icon,
.body-content .elementor-icon-list-icon {
  display: none;
}

.body-list .elementor-icon-list-item,
.body-content .elementor-icon-list-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.body-list .elementor-icon-list-item::before,
.body-content .elementor-icon-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary-blue);
}

/* ============================
   BLOCKQUOTE
============================ */

.body-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid var(--color-primary-blue);
  background: rgba(255,255,255,.05);
}

.body-content blockquote p:last-child {
  margin-bottom: 0;
}

/* ============================
   IMAGES
============================ */

.body-content figure {
  margin: 2rem 0;
  border-radius: 4px;
  overflow: hidden;
}

.body-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.body-content figcaption {
  margin-top: .75rem;
  font-size: .875rem;
  opacity: .7;
  color: var(--color-white);
}

/* ============================
   TABLES
============================ */

.body-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.body-content th,
.body-content td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  text-align: left;
}

/* ============================
   HR
============================ */

.body-content hr {
  border: 0;
  height: 1px;
  background: rgba(255,255,255,.15);
  margin: 3rem 0;
}


/* ============================
   INSIGHT TESTIMONIAL
============================ */

.body-content .insight-testimonial {
  margin: 3rem 0;
  padding: clamp(24px, 4vw, 48px);

  border-radius: 4px;

  background: rgba(255,255,255,.04)!important;
  border-left: 4px solid var(--color-primary-blue);
}

.body-content .insight-testimonial img {
  max-width: 180px;
  width: auto;
  margin-bottom: 2rem;
}

.body-content .insight-testimonial p:first-of-type {
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.body-content .insight-testimonial .testimonial-author {
  font-size: 14px;
  opacity: .75;
  margin-bottom: 0;
}


.body-content .insight-testimonial .wp-block-image {
  margin: 0 0 2rem;
}

.body-content .insight-testimonial .wp-block-image img {
  display: block;

  width: auto;
  max-width: 180px;
  max-height: 48px;

  object-fit: contain;
  border-radius: 0;
}


/* ============================
   TOKENS
============================ */

:root {
  /* Grid */
  --grid-max: 1440px;
  --grid-max-wide: 1600px;
  --grid-gap: clamp(20px, 2vw, 32px);
  --page-pad: clamp(24px, 5vw, 96px);
  --tile-pad: clamp(20px, 2vw, 32px);
  --space-32: clamp(20px, 3vw, 32px);
  --panel-wide-padding: clamp(32px, 4vw, 96px);

  /* Spacing */
  --section-pad: clamp(8px, 6vw, 140px);

  /* Panels */
  --panel-wide-offset: 3%;
  --panel-wide-radius: 8px;
  --panel-wide-bg: #000;

  /* Brand */
  --color-primary-blue: #0048E8;
  --color-blue-light: #279EFF;
    --color-blue-bright: #2A61F1;

  --color-secondary-green: #49F79C;

  /* Neutrals */
  --color-dark-black: #000000;
  --color-dark: #25272F;
  --color-grey: #DEDEEA;
  --color-white: #ffffff;

  /* Surfaces */
  --color-surface: #f5f5f5;
  --color-surface-dark: #111111;

  /* Borders */
  --color-border: #d9d9d9;
  --border-rad: 4px;

  /* Text */
  --color-text: #000000;
  --color-text-light: #666666;
  
    /* Button */
    --btn-h: clamp(45px, 2vw, 52px);
  --btn-pad-x: clamp(25px, 2vw, 28px);
  --btn-radius: 999px;

  --btn-speed: .35s;
  --btn-ease: cubic-bezier(.4,0,.2,1);

  --btn-circle: clamp(32px, 2vw, 38px);
  --btn-gap-r: 8px;

  
}

/* ============================
   BACKGROUND COLOR
============================ */


.blue {
  background-color: var(--color-primary-blue);
}

.bright-blue {
  background-color: var(--color-blue-bright);
}

.light-blue {
  background-color: var(--color-blue-light);

}

.grey {
  background-color: var(--color-dark);
  
}

.black {
  background-color: var(--color-dark-black);

}


/* ============================
   SECTION
============================ */

.section.bright-blue {
    background: var(--color-blue-bright);
  
}


/* ============================
   CONTAINERS / GRID
============================ */

.container {
  width: calc(100% - (var(--page-pad) * 2));
  max-width: var(--grid-max);
  margin-inline: auto;
}

.container-wide {
  width: calc(100% - (var(--page-pad) * 2));
  max-width: var(--grid-max-wide);
  margin-inline: auto;
}

.container--full {
  width: 100%;
  max-width: none;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
  row-gap: clamp(24px, 3vw, 48px);
}

.grid-12.no-gap {
  row-gap: 0;
}


/* Column spans */

.col-1  { grid-column: span 1; }
.col-2  { grid-column: span 2; }
.col-3  { grid-column: span 3; }
.col-4  { grid-column: span 4; }
.col-5  { grid-column: span 5; }
.col-6  { grid-column: span 6; }
.col-7  { grid-column: span 7; }
.col-8  { grid-column: span 8; }
.col-9  { grid-column: span 9; }
.col-10 { grid-column: span 10; }
.col-11 { grid-column: span 11; }
.col-12 { grid-column: 1 / -1; }


/* Column positions */
.pos-1-1 { grid-column: 1 / span 1; }
.pos-1-2 { grid-column: 1 / span 2; }
.pos-1-3 { grid-column: 1 / span 3; }
.pos-1-4 { grid-column: 1 / span 4; }
.pos-1-5 { grid-column: 1 / span 5; }
.pos-1-6 { grid-column: 1 / span 6; }
.pos-1-7 { grid-column: 1 / span 7; }

.pos-2-4 { grid-column: 2 / span 4; }
.pos-2-8 { grid-column: 2 / span 8; }
.pos-2-10 { grid-column: 2 / span 10; }
.pos-2-9 { grid-column: 2 / span 9; }

.pos-3-4 { grid-column: 3 / span 4; }
.pos-3-5 { grid-column: 3 / span 5; }
.pos-3-6 { grid-column: 3 / span 6; }
.pos-3-7 { grid-column: 3 / span 7; }
.pos-3-8 { grid-column: 3 / span 8; }

.pos-4-4 { grid-column: 4 / span 4; }
.pos-4-5 { grid-column: 4 / span 5; }
.pos-4-6 { grid-column: 4 / span 6; }
.pos-4-7 { grid-column: 4 / span 7; }
.pos-4-8 { grid-column: 4 / span 8; }

.pos-5-4 { grid-column: 5 / span 4; }
.pos-5-5 { grid-column: 5 / span 5; }
.pos-5-8 { grid-column: 5 / span 8; }

.pos-6-6 { grid-column: 6 / span 6; }
.pos-6-7 { grid-column: 6 / span 7; }

.pos-8-4 { grid-column: 8 / span 4; }
.pos-8-5 { grid-column: 8 / span 5; }

.pos-7-5 { grid-column: 7 / span 5; }
.pos-7-6 { grid-column: 7 / span 6; }

.pos-9-3 { grid-column: 9 / span 3; }
.pos-9-4 { grid-column: 9 / span 4; }

.pos-10-2 { grid-column: 10 / span 2; }
.pos-10-3 { grid-column: 10 / span 3; }

.pos-11-2 { grid-column: 11 / span 2; }


/* Centered positions */

.pos-center-10 {
  grid-column: 2 / span 10;
}

.pos-center-8 {
  grid-column: 3 / span 8;
}

.pos-center-6 {
  grid-column: 4 / span 6;
}

.pos-center-4 {
  grid-column: 5 / span 4;
}



/* ============================
   WIDE PANELS
============================ */

/* ============================
   PANELS
============================ */

.panel-wide {
  width: calc(100% + (var(--panel-wide-offset) * 2));
  margin-left: calc(var(--panel-wide-offset) * -1);
  margin-right: calc(var(--panel-wide-offset) * -1);
  background: var(--panel-wide-bg);
  border-radius: var(--panel-wide-radius);
}

.no-rad {
  border-radius: 0;
}

.panel-wide.CTA {
  background: rgb(255 255 255 / 10%);
}

/* Keeps the inner grid aligned to normal container edges */
.panel-wide > .grid-12 {
  width: calc(100% - (var(--panel-wide-offset) * 2));
  margin-inline: auto;
}

.panel-pad {
  padding-block: var(--section-pad);
}

/* Optional spacing utility */
.section-space-bottom {
  margin-bottom: var(--section-pad);
}

.section-space-top {
  margin-top: var(--section-pad);
}

@media (max-width: 767px) {

  .panel-wide > .grid-12 {
    width: calc(100% - 48px);
  }

}



/* ============================
   RESPONSIVE GRID
============================ */

/* Portrait tablet + mobile: single column stack */
@media (max-width: 1024px) {
  .grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .grid-12 > * {
    grid-column: 1 / -1;
  }
}


/* Optional tablet layout:
   Add class .tablet-feature-grid to the grid container
   Example: grid-12 tablet-feature-grid
*/
@media (min-width: 768px) and (max-width: 1024px) {
    
      :root {
    --page-pad: clamp(40px, 6vw, 64px);
  }
    
  .tablet-feature-grid > .pos-1-4 {
    grid-column: 1 / -1;
  }

  .tablet-feature-grid > .pos-5-4 {
    grid-column: 1 / span 6;
  }

  .tablet-feature-grid > .pos-9-4 {
    grid-column: 7 / span 6;
  }
}

/* Mobile always stacks, even with tablet-feature-grid */
@media (max-width: 767px) {
    
      :root {
    --page-pad: clamp(28px, 6vw, 64px);
    --section-pad: 32px;
  }
  
  .tablet-feature-grid > * {
    grid-column: 1 / -1;
  }
}

/* ============================
   KUDOS SCROLL REVEAL
============================ */

.fade-up,
.fade-left,
.fade-right {
  opacity: 0;

  transition:
  opacity 900ms ease,
  transform 900ms cubic-bezier(.16,1,.3,1);

  will-change: opacity, transform;
}

/* Up */
.fade-up {
  transform: translateY(24px);
}

/* Left */
.fade-left {
  transform: translateX(24px);
}

/* Right */
.fade-right {
  transform: translateX(-24px);
}

/* Visible state */
.fade-up.is-visible,
.fade-left.is-visible,
.fade-right.is-visible {
  opacity: 1;
  transform: translate(0,0);
}

/* Delays */
.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 200ms; }
.delay-3 { transition-delay: 300ms; }
.delay-4 { transition-delay: 400ms; }
.delay-5 { transition-delay: 500ms; }

/* Elementor editor preview */
body.elementor-editor-active .fade-up,
body.elementor-editor-active .fade-left,
body.elementor-editor-active .fade-right,
body.elementor-preview .fade-up,
body.elementor-preview .fade-left,
body.elementor-preview .fade-right {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

  .fade-up,
  .fade-left,
  .fade-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

}


/* ============================
   BASE BUTTON
============================ */

.elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: var(--btn-h);
  padding: 0 var(--btn-pad-x);

  border-radius: var(--btn-radius);

  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  color:var(--color-dark-black);
  text-decoration: none;

  overflow: hidden;

  transition:
    background-color var(--btn-speed) var(--btn-ease),
    color var(--btn-speed) var(--btn-ease),
    padding-right var(--btn-speed) var(--btn-ease);
}

.elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
  transition: transform var(--btn-speed) var(--btn-ease);
}


/* ============================
   circle
============================ */

.elementor-button::after {
  content: "";
  
  background-color:var(--color-primary-blue);

  position: absolute;
  top: 50%;
  right: 8px;

  width: var(--btn-circle);
  height: var(--btn-circle);

  border-radius: 50%;

  transform: translateY(-50%) translateX(40%);
  opacity: 0;

  transition: all var(--btn-speed) var(--btn-ease);
}

/* ============================
   arrow
============================ */

.elementor-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;

  width: 18px;
  height: 18px;

  background-color: var(--btn-arrow-color, currentColor);

  -webkit-mask: url("/wp-content/uploads/2026/06/arrow-right.svg") center / contain no-repeat;
  mask: url("/wp-content/uploads/2026/06/arrow-right.svg") center / contain no-repeat;

  transform: translateY(-50%) translateX(40%);
  opacity: 0;
  z-index: 2;

  transition: all var(--btn-speed) var(--btn-ease);
}


/* ============================
   hover
============================ */

.elementor-button:hover {
  padding-right: 52px;
}

.elementor-button:hover::before,
.elementor-button:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.elementor-button:hover .elementor-button-text {
  transform: translateX(-8px);
}


/* ============================
  PRIMARY BUTTON
============================ */

.btn-primary .elementor-button {
  background: var(--color-secondary-green) !important;
  color: var(--color-dark-black);

  --btn-arrow-color: var(--color-dark-black);
}

.btn-primary .elementor-button::after {
  background: var(--color-primary-blue);
}

.btn-primary .elementor-button:hover,
.btn-primary .elementor-button:focus-visible {
  background: var(--color-dark-black) !important;
  color: var(--color-white);

  --btn-arrow-color: var(--color-white);
}

/* ============================
  BTN nav
============================ */

.btn-nav .elementor-button {
  background: var(--color-dark-black) !important;
  color: var(--color-white);

  --btn-arrow-color: var(--color-white);
}

.btn-nav .elementor-button::after {
  background: var(--color-dark-black);
}

.btn-nav .elementor-button:hover,
.btn-nav .elementor-button:focus-visible {
  background: var(--color-secondary-green) !important;
  color: var(--color-dark-black);

  --btn-arrow-color: var(--color-white);
}



/* ============================
  OUTLINE BUTTON
============================ */

.btn-outline .elementor-button {
  background: transparent;
  color: var(--color-primary);

  border: 1px solid var(--color-primary);
}

.btn-outline .elementor-button::after {
  background: var(--color-primary);
}

.btn-outline .elementor-button::before {
  color: var(--color-white);
}

.btn-outline .elementor-button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}


/* ============================
   tile BUTTON
============================ */

.tile-btn {
  padding: var(--tile-pad);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tile-spacer {
  flex-grow: 1;
}

.tile-btn:hover {
  background: #fff;
}

.tile-label {
  position: relative;
  margin: 0;
  min-height: 1.5em;
}

.label-default,
.label-hover,
.h2-pill {
  transition: all 0.3s ease;
}

.label-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(8px);
}

.tile-btn:hover .label-default {
  opacity: 0;
  transform: translateY(0px);
}

.tile-btn:hover .label-hover {
  opacity: 1;
  transform: translateY(0);
}

.tile-btn:hover .tile-heading {
    background-color: var(--color-primary-blue);
}

.tile-btn:hover .tile-text,
.tile-btn:hover .tile-label,
.tile-btn:hover .label-hover {
  color: #000 !important;
}




/* ============================
   IMAGE
============================ */

.logo-testimonial img {
  max-height: clamp(40px, 5vw, 80px);
  align: left;
  padding-bottom: 32px;
}

.grid-12 .divider {
      border-top: 1px solid #fff;
}

.img-radius {
  border-radius: var(--border-rad)!important;
}

.img-shadow {
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
}

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

.feature-icon {
  width: auto;
  height: clamp(60px, 8vw, 90px)!important;
  padding-bottom: var(--space-32);
}

.icon-left {
  display: block;
  margin-left: 0!important;
  margin-right: auto!important;
}

/* ============================
   ABOUT – CLIENT LOGO
============================ */

.client-logo {
  background-color: rgb(255 255 255 / 10%);
  border-radius: var(--border-rad);
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  
    filter: grayscale(100%) brightness(0) invert(1) opacity(1);
}

  
.logo {
width: 65%; /* or whatever size */
  height: auto;
 object-fit: contain;
}


.logo-sm {
width: 45%; /* or whatever size */
  height: auto;
 object-fit: contain;
}



.logo-lg {
width: 85%; /* or whatever size */
  height: auto;
 object-fit: contain;
}

.logo-square {
  max-height: clamp(20px, 4vh, 40px);
  width: auto;
  object-fit: contain;
}



@media (max-width: 767px) {
    
    .client-logo {
  min-height: 80px;
    }

.logo {
width: 65%; /* or whatever size */
  height: auto;
 object-fit: contain;

}





/* =====================================
   ELEMENTOR FORM — KUDOS
   Add class to form widget: kudos-form
===================================== */

.kudos-form .elementor-field {
  border: none !important;
  border-bottom: 1px solid var(--color-white) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
  color: var(--color-white) !important;
}

.kudos-form .elementor-field:focus {
  outline: none !important;
  border-bottom: 1px solid var(--color-blue-light) !important;
}

.kudos-form .elementor-field::placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1;
  transition: opacity 0.2s ease;
}

.kudos-form .elementor-field:focus::placeholder {
  opacity: 0.3;
}

.kudos-form textarea.elementor-field {
  resize: none;
}

.kudos-form select.elementor-field {
  background: transparent !important;
  color: var(--color-white) !important;
}

/* =====================================
   KUDOS FORM SUBMIT BUTTON
===================================== */

.kudos-form .elementor-button,
.kudos-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: var(--btn-h);
  padding: 0 var(--btn-pad-x);
  border-radius: var(--btn-radius);

  background: var(--color-secondary-green) !important;
  color: var(--color-dark-black) !important;

  border: 0;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;

  transition:
    background var(--btn-speed) var(--btn-ease),
    color var(--btn-speed) var(--btn-ease),
    padding-right var(--btn-speed) var(--btn-ease),
    transform 120ms ease;
}

.kudos-form .elementor-button:hover,
.kudos-form button[type="submit"]:hover {
  background: var(--color-dark-black) !important;
  color: var(--color-white) !important;
  padding-right: calc(var(--btn-pad-x) + (var(--btn-circle) / 2) + var(--btn-gap-r));
}

/* Circle */
.kudos-form button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--btn-pad-x) - (var(--btn-circle) / 2));

  width: var(--btn-circle);
  height: var(--btn-circle);
  border-radius: 999px;

  background-color: var(--color-primary-blue);

  transform: translateY(-50%) translateX(60%);
  opacity: 0;

  transition:
    transform var(--btn-speed) var(--btn-ease),
    opacity var(--btn-speed) var(--btn-ease);
}

/* =====================================
   ARROW ICON
   Replace --icon-arrow-mask with Kudos SVG
===================================== */

/*

Add this to :root in your main CSS:

--icon-arrow-mask: url("PASTE-KUDOS-SVG-URL-HERE");
--icon-arrow-size: 18px;

Example:
--icon-arrow-mask: url("/wp-content/uploads/2026/06/kudos-arrow.svg");

*/

.kudos-form button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--btn-pad-x) - (var(--btn-circle) / 2));

  width: var(--btn-circle);
  height: var(--btn-circle);

  background-color: var(--color-white);

  -webkit-mask-image: var(--icon-arrow-mask);
  mask-image: var(--icon-arrow-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: var(--icon-arrow-size);
  mask-size: var(--icon-arrow-size);

  transform: translateY(-50%) translateX(60%);
  opacity: 0;

  transition:
    transform var(--btn-speed) var(--btn-ease),
    opacity var(--btn-speed) var(--btn-ease);
}

/* Hover animation */
.kudos-form button[type="submit"]:hover::after,
.kudos-form button[type="submit"]:hover::before {
  transform: translateY(-50%) translateX(0%);
  opacity: 1;
}/* End custom CSS */