.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4266618:#FDFAF7;--e-global-color-bc66326:#383F51;--e-global-color-14454cc:#F6F960;--e-global-color-0f2e3f4:#3C4F76;--e-global-color-764c54d:#B1DDC7;--e-global-color-3a5aac8:#59AD79;--e-global-color-1534a4e:#3C4F76;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-0.1px;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-4266618 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter Tight", inter;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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 *//* =====================================================
   GRANTED GIVING - BRAND STYLES FOR ELEMENTOR
   =====================================================
   
   COLOURS:
   - Emerald: #59AD79 (Primary green)
   - Mint: #B1DDC7 (Light green)
   - Deep Blue: #3C4F76 (Dark blue)
   - Yellow: #F6F960 (Accent yellow)
   - Charcoal: #383F51 (Text dark)
   - Sand: #FDFAF7 (Background)
   
   FONT: Inter with tight letter spacing
   ===================================================== */

/* ==================== BASE STYLES ==================== */

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Global font settings */
body,
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: -0.01em;
}

/* Headings with tight letter spacing */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  letter-spacing: -0.03em;
  line-height: 1.1;
}

/* ==================== COLOR CLASSES ==================== */

/* Background colors */
.bg-emerald { background-color: #59AD79 !important; }
.bg-mint { background-color: #B1DDC7 !important; }
.bg-deep-blue { background-color: #3C4F76 !important; }
.bg-yellow { background-color: #F6F960 !important; }
.bg-charcoal { background-color: #383F51 !important; }
.bg-sand { background-color: #FDFAF7 !important; }

/* Text colors */
.text-emerald { color: #59AD79 !important; }
.text-mint { color: #B1DDC7 !important; }
.text-deep-blue { color: #3C4F76 !important; }
.text-yellow { color: #F6F960 !important; }
.text-charcoal { color: #383F51 !important; }
.text-sand { color: #FDFAF7 !important; }

/* Border colors */
.border-emerald { border-color: #59AD79 !important; }
.border-mint { border-color: #B1DDC7 !important; }
.border-deep-blue { border-color: #3C4F76 !important; }
.border-yellow { border-color: #F6F960 !important; }

/* ==================== BUTTON STYLES ==================== */

/* Primary button (Emerald) */
.granted-btn-primary,
.elementor-button.granted-btn-primary {
  background-color: #59AD79 !important;
  color: #FDFAF7 !important;
  border-radius: 25px !important;
  padding: 14px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.granted-btn-primary:hover {
  background-color: #4a9a6a !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(89, 173, 121, 0.3);
}

/* Secondary button (Deep Blue) */
.granted-btn-secondary,
.elementor-button.granted-btn-secondary {
  background-color: #3C4F76 !important;
  color: #FDFAF7 !important;
  border-radius: 25px !important;
  padding: 14px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.granted-btn-secondary:hover {
  background-color: #2f3f5e !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(60, 79, 118, 0.3);
}

/* Accent button (Yellow) */
.granted-btn-accent,
.elementor-button.granted-btn-accent {
  background-color: #F6F960 !important;
  color: #383F51 !important;
  border-radius: 25px !important;
  padding: 14px 28px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.granted-btn-accent:hover {
  background-color: #e5e855 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(246, 249, 96, 0.4);
}

/* ==================== CARD STYLES ==================== */

/* Feature card with mint border */
.granted-card {
  background: #FDFAF7;
  border: 1px solid #B1DDC7;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}

.granted-card:hover {
  box-shadow: 0 8px 24px rgba(177, 221, 199, 0.3);
  transform: translateY(-4px);
}

/* Highlight card (Yellow background) */
.granted-card-highlight {
  background: #F6F960;
  border-radius: 12px;
  padding: 24px;
}

/* Testimonial card (Deep Blue background) */
.granted-card-testimonial {
  background: #3C4F76;
  border-radius: 16px;
  padding: 32px;
  color: #FDFAF7;
}

/* ==================== ICON BOX STYLES ==================== */

/* Icon container */
.granted-icon-box {
  width: 48px;
  height: 48px;
  background: #B1DDC7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.granted-icon-box svg {
  width: 24px;
  height: 24px;
}

.granted-icon-box svg path,
.granted-icon-box svg circle,
.granted-icon-box svg rect {
  stroke: #59AD79;
}

/* Check icon circle */
.granted-check-icon {
  width: 48px;
  height: 48px;
  border: 2px solid #B1DDC7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==================== STEP NUMBER STYLES ==================== */

.granted-step-number {
  min-width: 32px;
  height: 32px;
  background: #3C4F76;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDFAF7;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

/* ==================== SECTION STYLES ==================== */

/* Hero section */
.granted-hero {
  background: #FDFAF7;
  padding: 60px 40px 80px;
}

.granted-hero h1 {
  color: #3C4F76;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1.1;
  text-align: center;
}

/* CTA section (Green background) */
.granted-cta-section {
  background: #59AD79;
  padding: 80px 40px;
}

.granted-cta-section h2 {
  color: #FDFAF7;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.granted-cta-section p {
  color: #FDFAF7;
  text-align: center;
}

/* ==================== TYPOGRAPHY HELPERS ==================== */

.text-tight { letter-spacing: -0.02em; }
.text-tighter { letter-spacing: -0.03em; }
.text-small { font-size: 14px; }
.text-body { font-size: 16px; line-height: 1.5; }
.text-large { font-size: 18px; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }

/* ==================== LOGO STYLES ==================== */

.granted-logo {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #383F51;
  letter-spacing: -0.02em;
}

.granted-logo span {
  font-weight: 800;
}

/* ==================== RESPONSIVE ADJUSTMENTS ==================== */

@media (max-width: 768px) {
  .granted-hero h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }
  
  .granted-cta-section h2 {
    font-size: 28px;
  }
  
  .granted-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .granted-hero h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  
  .granted-cta-section {
    padding: 60px 20px;
  }
}

/* ==================== ELEMENTOR OVERRIDES ==================== */

/* Remove default Elementor button styling when using custom classes */
.elementor-button.granted-btn-primary,
.elementor-button.granted-btn-secondary,
.elementor-button.granted-btn-accent {
  box-shadow: none;
}

/* Ensure Inter font throughout Elementor widgets */
.elementor-widget-text-editor p,
.elementor-widget-text-editor span,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-button .elementor-button {
  font-family: 'Inter', sans-serif !important;
}/* End custom CSS */