/* ==========================================================================
   Typography Variables and Styles
   ========================================================================== */

/* CSS Custom Properties (Variables) */
:root {
  /* Font Families */
  --font-heading: termina, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;


  /* ==========================================================================
     MUI Color Palette
     ========================================================================== */

  /* Primary Colors */
  --primary-50: #f6a7f5;
  --primary-100: #be36de;
  --primary-200: #9e52cf;
  --primary-300: #723169;
  --primary-400: #5742ae;
  --primary-500: #20139e;
  --primary-600: #291159;
  --primary-700: #200456;
  --primary-800: #190553;
  --primary-900: #130853;

  /* Secondary Colors */
  --secondary-50: #ebf1fd;
  --secondary-100: #bfd2f7;
  --secondary-200: #a1bdf4;
  --secondary-300: #769fca;
  --secondary-400: #5b8ccb;
  --secondary-500: #326fe6;
  --secondary-600: #2e63d1;
  --secondary-700: #244f63;
  --secondary-800: #1c347f;
  --secondary-900: #15266f;

  /* Success Colors */
  --success-50: #e7f2e7;
  --success-100: #b5d6b5;
  --success-200: #91c292;
  --success-300: #83a761;
  --success-400: #405542;
  --success-500: #167513;
  --success-600: #076011;
  --success-700: #0b5704;
  --success-800: #096409;
  --success-900: #073408;

  /* Error Colors */
  --error-50: #fdedeb;
  --error-100: #f75b1;
  --error-200: #f4aea1;
  --error-300: #ec6678;
  --error-400: #eb755c;
  --error-500: #b4632;
  --error-600: #a1472c;
  --error-700: #a33724;
  --error-800: #812bc;
  --error-900: #612115;

  /* Warning Colors */
  --warning-50: #fdf5ab;
  --warning-100: #f7fbf;
  --warning-200: #f4cfa1;
  --warning-300: #ec6078;
  --warning-400: #bbac50;
  --warning-500: #b9732;
  --warning-600: #a1652c;
  --warning-700: #a3624;
  --warning-800: #553fe;
  --warning-900: #613f15;

  /* Info Colors */
  --info-50: #eaf6ff;
  --info-100: #bde4fe;
  --info-200: #9dd7fe;
  --info-300: #71c350;
  --info-400: #55ddfd;
  --info-500: #2fbe8fc;
  --info-600: #2796e5;
  --info-700: #1f77b3;
  --info-800: #1e5e3b;
  --info-900: #12476a;

  /* Offer Colors */
  --offer-50: #f7eafb;
  --offer-100: #e6bdf3;
  --offer-200: #da9ede;
  --offer-300: #ca7068;
  --offer-400: #bf5461;
  --offer-500: #af29d9;
  --offer-600: #9f25c5;
  --offer-700: #7c1d59;
  --offer-800: #601777;
  --offer-900: #4a115b;

  /* Background Colors */
  --bgcolor-50: #fdfefe;
  --bgcolor-100: #f8f9fb;
  --bgcolor-200: #f5f6f0;
  --bgcolor-300: #f3f2fe;
  --bgcolor-400: #ec6f4;
  --bgcolor-500: #e9eef1;
  --bgcolor-600: #d4d7cb;
  --bgcolor-700: #a5a8ab;
  --bgcolor-800: #808285;
  --bgcolor-900: #626365;

  /* Grey Colors */
  --grey-50: #f5f5f5;
  --grey-100: #e1e1e1;
  --grey-200: #d2d2d2;
  --grey-300: #bebebe;
  --grey-400: #b1b1b1;
  --grey-500: #9e9e9e;
  --grey-600: #909090;
  --grey-700: #707070;
  --grey-800: #575757;
  --grey-900: #424242;

  /* Text Colors */
  --text-primary: rgba(0, 0, 0, 0.87); 
  --text-secondary: rgba(0, 0, 0, 0.65);
  --text-disable: rgba(0, 0, 0, 0.38);

  /* Action Button Colors */
  --actionButton-light: #e7f2e7;
  --actionButton-main: #167b12;
  --actionButton-dark: #073408;

  /* Rating Colors */
  --rating-light: #fdf5ab;
  --rating-main: #e59733;
  --rating-dark: #613f15;

  /* Divider */
  --divider: #e5e5e5;

  /* Gradients */
  --cardGradient: radial-gradient(170.58% 136.67% at 100% 96.43%, #F5F5F5 0%, #FAFCFF 48.56%, #E9F1FF 100%);


  /* Heading 0 Variables - Uses 700 weight */
  --h0-font-family: var(--font-heading);
 --h0-font-size: clamp(40px, 4vw + 20px, 64px);
  --h0-font-weight: 700;
  --h0-line-height: 122%;
  --h0-letter-spacing: clamp(-1.68px, -0.15vw - 0.9px, -2.59px);


  /* Heading 1 Variables - Uses 600 weight */
  --h1-font-family: var(--font-heading);
  --h1-font-size: 56px;
  --h1-font-weight: 600;
  --h1-line-height: 125%;
  --h1-letter-spacing: -1.68px;

  /* Heading 2 Variables - Uses 600 weight */
  --h2-font-family: var(--font-heading);
  --h2-font-size: 42px;
  --h2-font-weight: 600;
  --h2-line-height: 124%;
  --h2-letter-spacing: -0.84px;

  /* Heading 3 Variables - Uses 600 weight */
  --h3-font-family: var(--font-heading);
  --h3-font-size: 32px;
  --h3-font-weight: 600;
  --h3-line-height: 131%;
  --h3-letter-spacing: -0.32px;

  /* Heading 4 Variables - Uses 600 weight */
  --h4-font-family: var(--font-heading);
  --h4-font-size: 24px;
  --h4-font-weight: 600;
  --h4-line-height: 140%;
  --h4-letter-spacing: -0.12px;

  /* Heading 5 Variables - Uses 600 weight */
  --h5-font-family: var(--font-heading);
  --h5-font-size: 20px;
  --h5-font-weight: 600;
  --h5-line-height: 150%;
  --h5-letter-spacing: 0;

  /* Heading 6 Variables - Uses 600 weight */
  --h6-font-family: var(--font-heading);
  --h6-font-size: 18px;
  --h6-font-weight: 600;
  --h6-line-height: 150%;
  --h6-letter-spacing: -0.18px;

  /* Subtitle Variables */
  --subtitle1-font-family: var(--font-body);
  --subtitle1-font-size: 18px;
  --subtitle1-font-weight: 600;
  --subtitle1-line-height: 150%;
  --subtitle1-letter-spacing: 0;

  --subtitle2-font-family: var(--font-body);
  --subtitle2-font-size: 16px;
  --subtitle2-font-weight: 600;
  --subtitle2-line-height: 150%;
  --subtitle2-letter-spacing: 0;

  /* Body Text Variables */
  --body1-font-family: var(--font-body);
  --body1-font-size: 18px;
  --body1-font-weight: 300;
  --body1-line-height: 150%;
  --body1-letter-spacing: 0;

  --body2-font-family: var(--font-body);
  --body2-font-size: 16px;
  --body2-font-weight: 300;
  --body2-line-height: 150%;
  --body2-letter-spacing: 0;

  /* Caption Variables */
  --caption-font-family: var(--font-body);
  --caption-font-size: 14px;
  --caption-font-weight: 400;
  --caption-line-height: 150%;
  --caption-letter-spacing: 0;

  /* Lighter Heading Variable */
  --font-weight-light: 400;
}

.light-heading {
  font-weight: var(--font-weight-light) !important;
}

.mainGradient {
  background: var(--cardGradient)
}

.colorWhite {
  color: var(--bgcolor-50) !important
}

.colorBlue {
  color: var(--secondary-500) !important
}

.text-muted {
  color: var(--text-secondary) !important;
}

================================================================ */

   /* ==========================================================================
   Breakpoint-Specific Overrides (Optional Fallback)
   ========================================================================== */

/* Large Desktop - Maximum sizes */
@media (min-width: 1500px) {
  :root {
    --h0-font-size: 60px;
    --h0-letter-spacing: -2.59px;
    --h1-font-size: 56px;
    --h1-letter-spacing: -1.68px;
    --h2-font-size: 42px;
    --h2-letter-spacing: -0.84px;
    --h3-font-size: 32px;
    --h3-letter-spacing: -0.32px;
    --h4-font-size: 24px;
    --h4-letter-spacing: -0.12px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h6-letter-spacing: -0.18px;
  }
}

/* Desktop - Standard sizes */
@media (min-width: 1200px) and (max-width: 1499px) {
  :root {
    --h0-font-size: clamp(56px, 3vw + 28px, 56px);
    --h1-font-size: clamp(48px, 2.5vw + 20px, 48px);
    --h2-font-size: clamp(36px, 1.8vw + 18px, 36px);
  }
}

/* Large Tablet - Transition sizes */
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --h0-font-size: clamp(56px, 2.5vw + 32px, 50px);
    --h1-font-size: clamp(44px, 2vw + 24px, 48px);
    --h2-font-size: clamp(34px, 1.5vw + 20px, 36px);
    --h3-font-size: clamp(30px, 1vw + 18px, 32px);
  }
}

/* Tablet - Minimum desktop sizes before mobile breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --h0-font-size: 48px;
    --h0-letter-spacing: -1.68px;
    --h1-font-size: 40px;
    --h1-letter-spacing: -1.2px;
    --h2-font-size: 32px;
    --h2-letter-spacing: -0.64px;
    --h3-font-size: 28px;
    --h3-letter-spacing: -0.28px;
    --h4-font-size: 22px;
    --h4-letter-spacing: -0.11px;
    --h5-font-size: 18px;
    --h6-font-size: 16px;
    --h6-letter-spacing: -0.16px;
  }
}

/* Font Antialiasing Base */
.typography-base {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 0 - Extra Large Display */
.h0 {
  font-family: var(--h0-font-family);
  font-size: var(--h0-font-size);
  font-style: normal;
  font-weight: var(--h0-font-weight);
  line-height: var(--h0-line-height);
  letter-spacing: var(--h0-letter-spacing);
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 1 */
h1,
.h1 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  font-style: normal;
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
  margin-bottom: 1.25rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 2 */
h2,
.h2 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  font-style: normal;
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
  margin-bottom: 1rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 3 */
h3,
.h3 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  font-style: normal;
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
  margin-bottom: 1rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 4 */
h4,
.h4 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  font-style: normal;
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
  margin-bottom: 0.75rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 5 */
h5,
.h5 {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  font-style: normal;
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
  margin-bottom: 0.75rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Heading 6 */
h6,
.h6 {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  font-style: normal;
  font-weight: var(--h6-font-weight);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-letter-spacing);
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ==========================================================================
   Subtitle Classes
   ========================================================================== */

/* Subtitle 1 */
.subtitle-1 {
  font-family: var(--subtitle1-font-family);
  font-size: var(--subtitle1-font-size);
  font-style: normal;
  font-weight: var(--subtitle1-font-weight);
  line-height: var(--subtitle1-line-height);
  letter-spacing: var(--subtitle1-letter-spacing);
  margin-bottom: 0.75rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Subtitle 2 */
.subtitle-2 {
  font-family: var(--subtitle2-font-family);
  font-size: var(--subtitle2-font-size);
  font-style: normal;
  font-weight: var(--subtitle2-font-weight);
  line-height: var(--subtitle2-line-height);
  letter-spacing: var(--subtitle2-letter-spacing);
  margin-bottom: 0.5rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ==========================================================================
   Body Text Classes
   ========================================================================== */

/* Body 1 */
.body-1,
.lead {
  font-family: var(--body1-font-family);
  font-size: var(--body1-font-size);
  font-style: normal;
  font-weight: var(--body1-font-weight);
  line-height: var(--body1-line-height);
  letter-spacing: var(--body1-letter-spacing);
  margin-bottom: 1rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Body 2 */
.body-2,
p {
  font-family: var(--body2-font-family);
  font-size: var(--body2-font-size);
  font-style: normal;
  font-weight: var(--body2-font-weight);
  line-height: var(--body2-line-height);
  letter-spacing: var(--body2-letter-spacing);
  margin-bottom: 1rem;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Caption */
.caption {
  font-family: var(--caption-font-family);
  font-size: var(--caption-font-size);
  font-style: normal;
  font-weight: var(--caption-font-weight);
  line-height: var(--caption-line-height);
  letter-spacing: var(--caption-letter-spacing);
  margin-bottom: 0.5rem;
  color: var(--text-secondary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


/* ==========================================================================
   Responsive Typography Adjustments - REM Units Only
   ========================================================================== */

/* Tablet and smaller screens */
@media (max-width: 991px) {

  .h0,
  .heading-0 {
    font-size: 3rem;
    letter-spacing: -0.105rem;
  }

  .h1,
  h1,
  .heading-1 {
    font-size: 2.5rem;
    letter-spacing: -0.075rem;
  }

  .h2,
  h2,
  .heading-2 {
    font-size: 2rem;
    letter-spacing: -0.04rem;
  }

  .h3,
  h3,
  .heading-3 {
    font-size: 1.75rem;
    letter-spacing: -0.0175rem;
  }

  .h4,
  h4,
  .heading-4 {
    font-size: 1.375rem;
    letter-spacing: -0.00688rem;
  }

  .h5,
  h5,
  .heading-5 {
    font-size: 1.125rem;
  }

  .h6,
  h6,
  .heading-6 {
    font-size: 1rem;
    letter-spacing: -0.01rem;
  }
}

/* Mobile screens */
@media (max-width: 480px) {

  html{
    font-size: 84%;
  }

  .h0,
  .heading-0 {
    font-size: 2.25rem;
    letter-spacing: -0.07875rem;
  }

  .h1,
  h1,
  .heading-1 {
    font-size: 2rem;
    letter-spacing: -0.06rem;
  }

  .h2,
  h2,
  .heading-2 {
    font-size: 1.75rem;
    letter-spacing: -0.035rem;
  }

  .h3,
  h3,
  .heading-3 {
    font-size: 1.5rem;
    letter-spacing: -0.015rem;
  }

  .h4,
  h4,
  .heading-4 {
    font-size: 1.25rem;
    letter-spacing: -0.00625rem;
  }

  .h5,
  h5,
  .heading-5 {
    font-size: 1.125rem;
  }

  .h6,
  h6,
  .heading-6 {
    font-size: 1rem;
    letter-spacing: -0.01rem;
  }

  .body-1,
  .lead,
  .subtitle-1 {
    font-size: 1rem;
  }
  .body-2,
  .subtitle-2 {
    font-size: 0.875rem;
  }

}

b,
strong {
  font-weight: 700;
}

/* ==========================================================================
   Navbar
   ========================================================================== */

/* Header */
header {
  background: var(--white);
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 100;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.logo {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4a90e2, #357abd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.logo::before {
  content: '';
  width: 30px;
  height: 30px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
}

.logo::after {
  content: '';
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #4a90e2, #357abd);
  border-radius: 50%;
  position: absolute;
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}



.nav-links a:hover {
  color: var(--primary-color);
}

.nav-links .dropdown {
  position: relative;
}

.nav-links .dropdown::after {
  content: '▼';
  font-size: 0.8rem;
  margin-left: 0.5rem;
  color: #666;
}

.nav-right {
  display: flex;
  align-items: center;
}


.contact-btn {
    background: none;
    color: var(--text-secondary);
    padding: 1.5rem 0 !important;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.contact-btn:hover {
  background: var(--secondary-900);
  color: white;
  transition: all 0.3s ease;
}

.navbar-brand {

  width: 130px;
}

.contact-icon-svg {
  width: 48px;
  height: 48px;
  opacity: 0.8;
}
button.navbar-toggler {
    border: none;
    padding: .785rem;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 6px 12px -4px gainsboro;
}
a.nav-link {
    font-family: var(--font-heading);
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
    font-size: 0.875rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid gainsboro;
}

.navbar-nav .dropdown-menu.show {
    position: static;
    margin-top: -1px;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid gainsboro !important;
}

a.dropdown-item {
    font-family: var(--font-heading);
    padding-left: 3.5rem !important;
    padding-right: 3.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 3;
    color: var(--text-secondary);
}

ul.navbar-nav {
    padding: 2rem 0 0;
}

@media (min-width: 992px){
a.nav-link {
  padding-right: 1.5rem !important;
  padding-left: 01.5rem !important;
  font-weight: 600;
  border: none !important;
}
ul.navbar-nav {
    padding: 0;
}
.contact-btn {
  background: var(--secondary-900);
  color: white;
  padding: 0.5rem 1.5rem !important;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  /* font-size: 1rem; */
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.navbar-nav .dropdown-menu.show {
    position: absolute;
    top: inherit;
    margin-top: 0;
    border-radius: 0;
    border: none;
}
}
/* ==========================================================================
   Layout Styles
   ========================================================================== */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    /* max-width: 540px; */
    max-width: 100%;
    padding: 0 3rem;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    /* max-width: 720px; */
    max-width: 100%;
    padding: 0 3rem;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    /* max-width: 960px; */
    max-width: 100%;
    padding: 0 3rem;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    /* max-width: 1311px; */
    max-width: 100%;
    padding: 0 3rem;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1320px; */
    max-width: 1500px;
    padding: 0 6rem;
  }
}

/* .row>* {
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
} */

/* ==========================================================================
   Hero Section Styles
   ========================================================================== */

.hero-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
}

.hero-section .container {
  /* max-width: 1340px; */
  /* max-width: 1420px; */
}

/* .hero-section .row {
  min-height: 50vh;
} */
.hero-section .row {
    height: auto;
    min-height: 580px;
}
h1.h0 {
    text-wrap: balance;
}
.hero-section .h6 {
  max-width: 40rem;
  line-height: 1.8;
}
section.hero-section p {
    text-wrap: balance;
}

.hero-image-placeholder {
  width: 100%;
  height: auto;
}

.hero-image-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.quarter-gradient-home {
    background: #E9F1FF;
    background: linear-gradient(135deg, rgba(233, 241, 255, 1) 0%, rgba(250, 252, 255, 1) 25%, rgba(245, 245, 245, 1) 50%, rgba(50, 111, 230, 1) 100%, rgba(50, 111, 230, 1) 100%);
}

.half-gradient-sharp {
  background: var(--secondary-500);
  background: linear-gradient(180deg, var(--secondary-500) 0%, var(--secondary-500) 50%, #E9F1FF 50%, #FAFCFF 75%, #F5F5F5 100%);
}

.quarter-gradient-resources {
        background: #E9F1FF;
        background: linear-gradient(150deg, rgba(233, 241, 255, 1) 0%, rgba(250, 252, 255, 1) 25%, rgba(245, 245, 245, 1) 50%, rgba(50, 111, 230, 1) 100%, rgba(50, 111, 230, 1) 100%);
    }

.quarter-gradient-sharp {
  background: #E9F1FF;
  background: linear-gradient(180deg, rgba(233, 241, 255, 1) 0%, rgba(250, 252, 255, 1) 37%, rgba(245, 245, 245, 1) 75%, rgba(50, 111, 230, 1) 75%, rgba(50, 111, 230, 1) 100%);
}

.quarter-gradient-sharp-angle {
  background: #E9F1FF;
  background: linear-gradient(180deg, rgba(233, 241, 255, 1) 0%, rgba(250, 252, 255, 1) 37%, rgba(245, 245, 245, 1) 80%, rgba(50, 111, 230, 1) 80%, rgba(50, 111, 230, 1) 100%);
}

@media (min-width: 992px) {

  .half-gradient-sharp {
    background: var(--secondary-500);
    background: linear-gradient(90deg, var(--secondary-500) 0%, var(--secondary-500) 50%, #E9F1FF 50%, #FAFCFF 75%, #F5F5F5 100%);
  }

  .quarter-gradient-sharp {
    background: #E9F1FF;
    background: linear-gradient(90deg, rgba(233, 241, 255, 1) 0%, rgba(250, 252, 255, 1) 37%, rgba(245, 245, 245, 1) 65%, rgba(50, 111, 230, 1) 65%, rgba(50, 111, 230, 1) 100%);
  }

  .quarter-gradient-sharp-angle {
    background: #E9F1FF;
    background: linear-gradient(99deg, rgba(233, 241, 255, 1) 0%, rgba(250, 252, 255, 1) 37%, rgba(245, 245, 245, 1) 70%, rgba(50, 111, 230, 1) 70%, rgba(50, 111, 230, 1) 100%);
  }

}



.no-underline {
    text-decoration: none !important;
}

.line-heading{position: relative;}
.line-heading::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: var(--secondary-500);
    top: 15px;
    margin-left: 10px;
}

/* Hero Button Styling */
.btn-hero {
  background-color: white;
  color: var(--primary-500);
  border: 2px solid white;
  border-radius: 50px;
  padding: 12px 32px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-hero:hover {
  background-color: transparent;
  color: white;
  border-color: white;
  transform: translateY(-2px);
}

.btn-hero:active {
  transform: translateY(0);
}

.hero-cta {
  margin-top: 2rem;
}

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

@media (min-width: 1400px) {
  .hero-section .container {
    max-width: 1340px;
  }
} */

/* ==========================================================================
   Treadsy Section Styles
   ========================================================================== */

.treadsy-section {
  background-color: var(--bgcolor-50);
  padding: 120px 0;
}

/* .treadsy-section .text-primary {
  color: var(--secondary-500) !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
} */

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

.treadsy-text-block {
  background-color: var(--bgcolor-200);
  padding: 3rem 2rem;
  border-radius: 8px;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 150px;
}

.treadsy-text-block p {
  margin: 0;
  text-align: left;
}

.treadsy-image-block {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.treadsy-image-block img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* Partner Logos */
.partner-logos img {
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 2rem 0 0;
}


.partner-logo:hover {
  opacity: 1;
}

.partner-logo img {
  max-height: 50px;
  width: auto;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .treadsy-section {
    padding: 60px 0;
  }

  /* On mobile, stack content horizontally within each column */
  .treadsy-column {
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
  }

  .treadsy-text-block,
  .treadsy-image-block {
    flex: 1;
    margin-bottom: 0 !important;
  }

  .treadsy-text-block {
    min-height: 180px;
    padding: 1.5rem;
  }

  .treadsy-image-block {
    min-height: 180px;
  }

  .treadsy-image-block img {
    height: 100%;
    min-height: 180px;
  }
}

@media (max-width: 767.98px) {
  .treadsy-section {
    padding: 40px 0;
  }

  /* Stack everything vertically on small mobile */
  .treadsy-column {
    flex-direction: row;
    gap: .5rem;
  }

  .treadsy-text-block {
    min-height: 120px;
    padding: 1.25rem;
  }

  .treadsy-image-block {
    min-height: 160px;
  }

  .treadsy-image-block img {
    height: 160px;
  }

  .partner-logos {
    justify-content: center !important;
  }

  .partner-logo {
    margin: 0.5rem 1rem !important;
  }
}

/* ==========================================================================
   Benefits Section Styles
   ========================================================================== */

.benefits-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--cardGradient);
  padding: 80px 0;
}


.benefits-section .text-primary {
  color: var(--secondary-500) !important;
}

.benefits-image img {
  height: auto;
  border-radius: 20px;
}

.benefits-list {
  padding-left: 1rem;
}

.benefit-item {
  margin-bottom: 2rem;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

.benefit-icon img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
}

.benefit-content h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  text-wrap: balance;
}

.benefit-content p {
  line-height: 1.6;
  text-wrap: balance;
}

/* Mobile Responsiveness for Benefits */
@media (max-width: 991.98px) {
  .benefits-section {
    padding: 60px 0;
  }

  .benefits-list {
    padding-left: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .benefits-section {
    padding: 40px 0;
  }

  .benefit-icon {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }

  .benefit-icon img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  .benefit-item {
    margin-bottom: 1.5rem;
  }

  .benefit-content h4 {
    font-size: 18px;
  }

  .benefit-content p {
    font-size: 14px;
  }

  .benefits-image img {
    max-width: 230px;
    height: auto;
  }
}

/* ==========================================================================
   How It Works Section Styles
   ========================================================================== */

.how-it-works-section {
  background-color: #ffffff;
  padding: 120px 0;
}

.how-it-works-section .text-primary {
  color: var(--secondary-500) !important;
}

.how-it-works-card {
  background: var(--cardGradient);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-letter {
  font-family: var(--font-heading);
  font-size: 120px;
  font-weight: 600;
  color: var(--secondary-500);
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.how-it-works-card h3 {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.how-it-works-card p {
  /* color: var(--text-secondary); */
  line-height: 1.6;
  flex-grow: 1;
}

/* Mobile Responsiveness for How It Works */
@media (max-width: 991.98px) {
  .how-it-works-section {
    padding: 60px 0;
  }

  .how-it-works-card {
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
  }

  .card-letter {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .how-it-works-section {
    padding: 40px 0;
  }

  .how-it-works-card {
    padding: 2rem 1.5rem;
  }

  .card-letter {
    font-size: 60px;
    margin-bottom: 0.75rem;
  }

  .how-it-works-card h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  .how-it-works-card p {
    font-size: 16px;
  }
}

/* ==========================================================================
   Demo Section Styles
   ========================================================================== */

.demo-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--cardGradient);
  padding: 80px 0 120px;
}

/* .demo-section .container {
  max-width: 1200px;
} */

.mobile-mockups {
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.mobile-mockup {
  flex: 0 0 auto;
}

.mobile-mockup img {
  max-width: 843px;
  width: 100%;
  height: auto;
}

.demo-feature {
  padding: 0 1rem;
}

.demo-feature p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* Demo Button Styling */
.btn-demo {
  background-color: var(--secondary-500);
  color: white;
  border: 2px solid var(--secondary-500);
  border-radius: 50px;
  padding: 16px 40px;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background-color: var(--secondary-600);
  border-color: var(--secondary-600);
  color: white;
  transform: translateY(-2px);
}

.btn-demo:active {
  transform: translateY(0);
}

/* Mobile Responsiveness for Demo Section */
@media (max-width: 991.98px) {
  .demo-section {
    padding: 60px 0;
  }

  .mobile-mockups {
    gap: 1.5rem;
  }

  .mobile-mockup img {
    max-width: 180px;
  }
}

@media (max-width: 767.98px) {
  .demo-section {
    padding: 40px 0;
  }

  .mobile-mockups {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .mobile-mockup {
    margin: 0 !important;
  }

  .mobile-mockup img {
    max-width: 200px;
  }

  .demo-feature {
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .btn-demo {
    font-size: 18px;
    padding: 14px 32px;
  }
}

@media (max-width: 576px) {
  .mobile-mockup img {
    max-width: 320px;
  }

  .demo-feature {
    padding: 0;
    margin-bottom: .5rem;
  }
}

/* ==========================================================================
   Footer Section Styles
   ========================================================================== */

.footer-sect {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--cardGradient);
  padding: 120px 0 20px 0;
  margin-top: 0;
}

/* .footer-sect .container {
  max-width: 1320px;
} */

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

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

.footer-link {
  color: var(--text-primary);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--secondary-500);
  text-decoration: none;
}

.social-icons {
  gap: 1rem;
}

.social-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

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

.social-icon img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.footer-copyright {
  color: var(--text-secondary);
  font-size: 14px;
  font-family: var(--font-body);
}

.footer-sect .border-top {
  border-color: var(--divider) !important;
}


/* Mobile Responsiveness for Footer */

@media (max-width: 991.98px) {
  .footer-sect {
    padding: 50px 0 30px 0;
  }

  .footer-nav,
  .footer-social {
    text-align: left;
  }

  .social-icons {
    justify-content: center !important;
  }
}


@media (max-width: 767.98px) {
  .footer-sect {
    padding: 64px 0 24px 0;
  }

  .footer-nav,
  .footer-social {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-nav ul li {
    margin-bottom: 1rem !important;
  }

  .social-icons {
    gap: 0.75rem;
  }

  .social-icon img {
    width: 35px;
    height: 35px;
  }
}

/* ==========================================================================
   Who We Are Section Styles
   ========================================================================== */

.who-we-are-section {
  background-color: #ffffff;
  padding: 120px 0 48px;
}

.section-subtitle {
  color: var(--secondary-500) !important;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.section-subtitle::after {
  content: '';
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: var(--secondary-500);
}

.who-we-are-content {
  height: 100%;
}

.content-icon {
  flex-shrink: 0;
}

.content-icon .arrow-icon-paragraph {
  width: 180px;
  height: auto;
}

.content-icon .all-icon {
  width: 60px;
  height: 60px;
}

.content-text p {
  margin: 0;
  line-height: 1.6;
}

/* Feature Cards with Background Images */
.feature-card {
  height: 400px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background-color: var(--cardGradient);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}


.catalog-card {
  background-image: url(images/about-treadsy-01.webp);
}

.pricing-card {
  background-image: url(images/about-treadsy-02.webp);
}

.support-card {
  background-image: url(images/about-treadsy-03.webp);
}

.feature-title {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

/* Mobile Responsiveness for Who We Are */
@media (max-width: 991.98px) {
  .who-we-are-section {
    padding: 60px 0;
  }

  .section-subtitle::after {
    right: -40px;
    width: 30px;
  }

  .content-icon img {
    width: 50px;
    height: 50px;
  }

  .feature-card {
    height: 250px;
  }

  .feature-title {
    font-size: 28px;
  }
    .content-icon.whoweare svg {
    width: 64px;
    margin-right: 1rem;
}

  .content-icon .arrow-icon-paragraph {
    width: 60px;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .who-we-are-section {
    padding: 40px 0;
  }

  .section-subtitle::after {
    display: none;
  }

  .who-we-are-content {
    /* flex-direction: column; */
    /* text-align: center; */
  }

  .content-icon {
    margin-right: 0 !important;
    margin-bottom: 1rem;
    align-self: center;
  }

  .feature-card {
    height: 200px;
    margin-bottom: 1rem;
  }

  .feature-title {
    font-size: 24px;
  }

}

@media (max-width: 566px) {
  .feature-card {
    height: 148px;
    margin-bottom: 1rem;
  }
}

/* ==========================================================================
   Empowerment CTA Section Styles
   ========================================================================== */

.empowerment-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.empowerment-section .container>div {
  background: var(--cardGradient);
  padding: 80px;
  border-radius: 8px;
}

.empowerment-section h2 {
  max-width: 868px;
  margin: 0 auto 2rem auto;
  color: var(--text-primary);
}

.empowerment-section p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* CTA Button Styling */
.btn-cta {
    background-color: var(--secondary-500);
    color: white;
    border: 2px solid var(--secondary-500);
    border-radius: 50px;
    padding: 16px 40px;
    font-family: var(--font-body);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: var(--secondary-600);
  border-color: var(--secondary-600);
  color: white;
  transform: translateY(-2px);
}

.btn-cta:active {
  transform: translateY(0);
}

/* Empowerment Partner Logos */


.partner-logo-emp:hover {
  opacity: 1;
}

.partner-logo-emp img {
  max-height: 55px;
  width: auto;
}

/* Mobile Responsiveness for Empowerment Section */
@media (max-width: 991.98px) {
  .empowerment-section {
    padding: 60px 0;
  }

  .btn-cta {
    font-size: 18px;
    padding: 14px 32px;
  }
}

@media (max-width: 767.98px) {
  .empowerment-section {
    padding: 40px 0;
  }
.empowerment-section .container>div {
    padding: 20px;
}
  .empowerment-section p {
    margin-bottom: 1.5rem;
  }

  .btn-cta {
    font-size: 16px;
    padding: 12px 28px;
    margin-bottom: 2rem;
  }

  .empowerment-partners {
    justify-content: center !important;
  }

  .partner-logo-emp {
    margin: 0.5rem 1rem !important;
  }
}

/* ==========================================================================
   What We Do Section Styles
   ========================================================================== */

.what-we-do-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.what-we-do-section .text-muted {
  color: var(--text-secondary) !important;
}

/* Carousel Styles */
.carousel-container {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.carousel-nav-dots {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: var(--grey-300);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot.active {
  background-color: var(--secondary-500);
  transform: scale(1.2);
}

.nav-dot:hover {
  background-color: var(--secondary-400);
}

.carousel-wrapper {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  height: 600px;
  /* background-color: var(--grey-200); */
}

.carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  /* background-color: var(--grey-200); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide.active {
  opacity: 1;
  visibility: visible;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  /* background-color: var(--grey-200); */
  object-fit: contain;
}

/* Mobile Responsiveness for What We Do */
@media (max-width: 991.98px) {
  .what-we-do-section {
    padding: 60px 0;
  }

  .carousel-container {
    max-width: 100%;
  }

  .carousel-nav-dots {
    margin-right: 1.5rem;
  }

  .carousel-wrapper {
    height: 450px;
  }
}

@media (max-width: 767.98px) {
  .what-we-do-section {
    padding: 40px 0;
  }

  .carousel-container {
    flex-direction: column;
    align-items: stretch;
  }

  .carousel-nav-dots {
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1.5rem;
    gap: 0.75rem;
  }

  .nav-dot {
    width: 10px;
    height: 10px;
  }

  .carousel-wrapper {
    height: 350px;
  }
}

/* ==========================================================================
   Three Benefits Section Styles
   ========================================================================== */

.three-benefits-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* .three-benefits-section .container {
  max-width: 1200px;
} */

.benefit-card-about {
  background: var(--cardGradient);
  border-radius: 8px;
  padding: 80px 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



.benefit-text {
  flex-grow: 1;
  margin-bottom: 2rem;
}

.benefit-icon-bottom {
  display: flex;
  justify-content: start;
  align-items: center;
}

.benefit-icon-bottom svg {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.benefit-card:hover .benefit-icon-bottom svg {
  opacity: 1;
}

/* Mobile Responsiveness for Three Benefits */
@media (max-width: 991.98px) {
  .three-benefits-section {
    padding: 60px 0;
  }

  .benefit-card {
    padding: 2rem 1.5rem;
    /* margin-bottom: 2rem; */
  }

  .about-hero-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 521px;
    margin: 0 auto;
  }

  .benefit-card-about {
    padding: 40px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .benefit-text {
    margin-bottom: 0;
  }

  .benefit-icon-bottom svg {
    opacity: 0.8;
    width: 60px;
    margin-right: 48px;
  }
}

@media (max-width: 767.98px) {
  .benefit-card-about {
    padding: 40px 24px;
    flex-direction: column;
  }

  .three-benefits-section {
    padding: 40px 0;
  }

  .benefit-card {
    padding: 1.5rem 1.25rem;
  }

  .benefit-text {
    margin-bottom: 1.5rem;
  }

  .benefit-icon-bottom svg {
    width: 60px;
    height: 60px;
  }
}

/* ==========================================================================
   Success Stories Section Styles
   ========================================================================== */

.success-stories-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.success-stories-link {
  color: var(--text-primary);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}

.success-stories-link:hover {
  color: var(--text-primary);
  text-decoration: none;
  transform: translateY(-2px);
}

.success-stories-link::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.success-stories-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.success-stories-link .text-primary {
  color: var(--secondary-500) !important;
}

.success-stories-image {
  max-width: 616px;
  margin: 0 auto;
}


/* Mobile Responsiveness for Success Stories */
@media (max-width: 991.98px) {
  .success-stories-section {
    padding: 60px 0;
  }

  .success-stories-link {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .success-stories-section {
    padding: 40px 0;
  }

  .success-stories-link {
    font-size: 28px;
  }

  .success-stories-image {
    margin-top: 2rem !important;
  }
}


.founder-image {
    mix-blend-mode: multiply;
    border-radius: 8px;
}

/* ==========================================================================
   Partner Expect Section Styles
   ========================================================================== */

.partner-expect-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 80px 0;
}


.partner-expect-section .text-primary {
  color: var(--secondary-500) !important;
}

/* Five Feature Columns Layout */
.feature-row {
  margin-bottom: 0;
  gap: 4px;
  border-radius: 8px;
  padding: inherit 40px;
}

.feature-icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

.partners-hero-img {
  width: 100%;
  max-width: 460px;
}

.partner-feature {
  padding: 24px;
  height: 100%;
  background: var(--cardGradient);
  flex-direction: row;
  display: flex;
}

@media (min-width: 992px) {
  .partner-feature {
    padding: 40px 24px;
    flex-direction: column;
  }
}


/* Desktop: All 5 items in single row using flexbox equal distribution */
@media (min-width: 992px) {
  .feature-row .col-lg {
    flex: 1;
    max-width: none;
  }
}

/* Tablet: 3 items first row (col-md-4), 2 items second row (col-md-6) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .partner-expect-section {
    padding: 60px 0;
  }
}

/* Mobile: Single column */
@media (max-width: 767.98px) {
  .partner-expect-section {
    padding: 40px 0;
  }


  .feature-icon  {
    width: 48px;
    height: 48px;
  }
}

/* ==========================================================================
   Partner Case Studies Section Styles
   ========================================================================== */

.partner-case-studies-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.case-study-row {
  margin-bottom: 10rem;

}

.case-study-intro {
  text-wrap: balance;
}

.case-study-row:last-child {
  margin-bottom: 0;
}

.case-study-content {
  padding-right: 3rem;
}

.case-study-content h2 {
  color: var(--text-primary);
}

.case-study-content .text-primary {
  color: var(--secondary-500) !important;
}
.case-study-content img {
    max-width: 200px;
    max-height: 72px;
}

.case-study-logo img {
  max-height: 50px;
  width: auto;
}

.stat-item {
  align-items: flex-start;
}

.stat-icon svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Case Study Carousel Styles */
.case-study-carousel {
  position: relative;
}

.carousel-wrapper-case {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 600px;
}

.carousel-slides-case {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide-case {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slide-case.active {
  opacity: 1;
  visibility: visible;
}

.carousel-slide-case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Navigation Dots - Positioned to the right */
.carousel-nav-dots-case {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 1.5rem;
  flex-shrink: 0;
  position: absolute;
}

.nav-dot-case {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: var(--grey-300);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot-case.active {
  background-color: var(--secondary-500);
  transform: scale(1.2);
}

.nav-dot-case:hover {
  background-color: var(--secondary-400);
}

/* Mobile Responsiveness for Case Studies */
@media (max-width: 991.98px) {

  .case-study-content img {
      max-width: 190px;
      max-height: 70px;
}

  .partner-case-studies-section {
    padding: 60px 0;
  }

    .case-study-row {
        margin-bottom: 6rem;
        border-bottom: 1px solid gainsboro;
        padding-bottom: 3rem;
    }


  .carousel-wrapper-case {
    height: 600px;
  }

  .case-study-highlight h3 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .partner-case-studies-section {
    padding: 40px 0;
  }

  .case-study-row {
    margin-bottom: 6rem;
  }

  .case-study-carousel {
    flex-direction: column;
  }

  .carousel-nav-dots-case {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-top: 1rem;
    gap: 0.75rem;
    bottom: -8px;
  }

  .carousel-wrapper-case {
    height: 300px;
    margin-bottom: 1rem;
    width: 100%;
  }

  .nav-dot-case {
    width: 8px;
    height: 12px;
  }

  .carousel-slides {
    width: 100%;
    height: 320px;
  }

  .case-study-content {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
    .case-study-highlight h3 {
        font-size: 18px;
    }
}

/* ==========================================================================
   Final CTA Section Styles
   ========================================================================== */

.final-cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 120px 0;
}


.final-cta-section h2 {
  color: var(--text-primary);
  max-width: 800px;
  margin: 0 auto 2rem auto;
}

/* Final CTA Button Styling */
.btn-final-cta {
  background-color: var(--secondary-500);
  color: white;
  border: 2px solid var(--secondary-500);
  border-radius: 50px;
  padding: 16px 40px;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-final-cta:hover {
  background-color: var(--secondary-600);
  border-color: var(--secondary-600);
  color: white;
  transform: translateY(-2px);
}

.btn-final-cta:active {
  transform: translateY(0);
}

/* Mobile Responsiveness for Final CTA */
@media (max-width: 991.98px) {
  .final-cta-section {
    padding: 60px 0;
  }

  .btn-final-cta {
    font-size: 18px;
    padding: 14px 32px;
  }
}

@media (max-width: 767.98px) {
  .final-cta-section {
    padding: 40px 0 80px;
  }
}

/* ==========================================================================
   Installer Network Section Styles
   ========================================================================== */


.become-hero-image {
  max-width: 400px;
}

.installer-network-section {
  background-color: #ffffff;
  padding: 80px 0 40px;
}

.installer-network-section h2 {
  color: var(--text-primary);
  margin-bottom: 3rem;
}

.installer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
  max-width: 100%;
  margin: 0 auto;
}

.installer-logo {
  flex: 0 0 auto;
}

.installer-logo img {
  max-height: 50px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.installer-logo:hover img {
  filter: grayscale(0%);
}

 .hero-image-placeholder #Capa_1 {
    max-width: 200px;
    margin-top: 3rem;
}

/* Desktop: Force single row layout */
@media (min-width: 992px) {
  .installer-logos {
    gap: 1.5rem 2.5rem;
  }

  .installer-logo {
    flex: 1 1 auto;
    min-width: 100px;
    max-width: 140px;
    text-align: center;
  }

   .hero-image-placeholder #Capa_1 {
    max-width: 100%;
    margin-top: 0;
}
 

}

/* Large Desktop: Better spacing for larger screens */
@media (min-width: 1200px) {
  .installer-logos {
    gap: 2rem 3rem;
    max-width: 100%;
  }

  .installer-logo img {
    max-height: 55px;
  }
}

/* Tablet: Allow wrapping with adjusted spacing */
@media (min-width: 768px) and (max-width: 991.98px) {
  .installer-network-section {
    padding: 60px 0;
  }

  .installer-logos {
    gap: 1.5rem 2.5rem;
  }

  .installer-logo img {
    max-height: 45px;
    max-width: 110px;
  }
}

/* Mobile: 3 items per row */
@media (max-width: 767.98px) {
  .installer-network-section {
    padding: 40px 0;
  }

  .installer-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
    justify-items: center;
    align-items: center;
  }

  .installer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .installer-logo img {
    max-height: 35px;
    max-width: 90px;
  }
}

/* ==========================================================================
   Already a Partner Section Styles
   ========================================================================== */

.already-partner-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 60px 0;
}

.already-partner-section .container>div {
  background: var(--cardGradient);
  border-radius: 8px;
  padding: 40px 140px;
}

.help-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.help-icon:hover svg {
  transform: scale(1.05);
}

.already-partner-section h3 {
  color: var(--secondary-900);
  margin-bottom: 0.5rem;
}

.already-partner-section p {
  color: var(--secondary-900);
}

.already-partner-section .text-primary {
  color: var(--secondary-500) !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.already-partner-section .text-primary:hover {
  color: var(--secondary-600) !important;
  text-decoration: underline;
}

/* Mobile Responsiveness for Already a Partner */
@media (max-width: 991.98px) {
  .already-partner-section .container>div {
    padding: 40px 40px;
}

  .already-partner-section {
    padding: 50px 0;
  }

  .help-icon svg {
    width: 60px;
    height: 60px;
  }

  .help-icon svg text {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {

  .already-partner-section .container>div{
        padding: 40px 40px;
  }
  .already-partner-section {
    padding: 40px 0;
  }

  .already-partner-section .row>div {
    margin-bottom: 1rem;
  }

  .already-partner-section .row>div:last-child {
    margin-bottom: 0;
  }

  .help-icon svg {
    width: 50px;
    height: 50px;
  }

  .help-icon svg text {
    font-size: 10px;
  }
}

/* ==========================================================================
   Why Join Section Styles
   ========================================================================== */

.why-join-section {
  background-color: #ffffff;
  padding: 80px 0 0;
}

.why-join-section .text-primary {
  color: var(--secondary-500) !important;
}

.why-join-content h3 {
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.why-join-content p {
  margin-bottom: 1.5rem;
}

.why-join-content strong {
  color: var(--text-primary);
  font-weight: 600;
}


/* Join Network Button Styling */
.btn-join-network {
  background-color: var(--secondary-500);
  color: white;
  border: 2px solid var(--secondary-500);
  border-radius: 50px;
  padding: 14px 32px;
  font-family: var(--font-body);
  /* font-size: 18px; */
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(50, 111, 230, 0.3); */
}

.btn-join-network:hover {
  background-color: var(--secondary-600);
  border-color: var(--secondary-600);
  color: white;
  transform: translateY(-2px);
  /* box-shadow: 0 6px 20px rgba(50, 111, 230, 0.4); */
}

.btn-join-network:active {
  transform: translateY(0);
}

.join-cta {
  margin-top: 2rem;
}

/* Mobile Responsiveness for Why Join */
@media (max-width: 991.98px) {
  .why-join-section {
    padding: 60px 0;
  }

  .why-join-section h2 {
    font-size: 32px;
  }

  .btn-join-network {
    font-size: 16px;
    padding: 12px 28px;
  }
}

@media (max-width: 767.98px) {
  .why-join-section {
    padding: 40px 0;
  }

  .why-join-section h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .why-join-content {
    /* text-align: center; */
    /* margin-bottom: 2rem; */
  }

  .join-cta {
    margin-top: 1.5rem;
  }

  .btn-join-network {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/* ==========================================================================
   Installer Benefits Section Styles
   ========================================================================== */

.installer-benefits-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 0 40px;
}

/* .installer-benefits-section .container {
  max-width: 1200px;
} */

.installer-benefits-section h2 {
  color: var(--text-primary);
}

/* Benefit Cards */
.benefit-card {
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: start;
  background: var(--cardGradient);
}

.benefit-icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

.benefit-card h4 {
  color: var(--secondary-900);
  margin-bottom: 1rem;
}

.benefit-card p {
  color: var(--secondary-900);
  line-height: 1.5;
  margin-bottom: 0;
}

.benefit-card .text-primary {
  color: var(--secondary-500) !important;
  text-decoration: none;
  font-weight: 500;
}

.benefit-card .text-primary:hover {
  text-decoration: underline;
}

/* Coming Soon Section */
.coming-soon-section {
  background: var(--cardGradient);
  border-radius: 20px;
  padding: 3rem 2.5rem;
}

.coming-soon-section h3 {
  color: var(--secondary-900);
}

.coming-soon-section p {
  color: var(--secondary-900);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Service Icons */
.service-icons {
  gap: 1.5rem;
}

.service-icon {
  text-align: center;
  flex-shrink: 0;
}

.service-icon-bg {
  background-color: hsl(219deg 64% 23% / 80%);
  border-radius: 8px;
  width: 136px;
  height: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.service-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.2;
}

/* Responsive Design for Benefits */
@media (max-width: 991.98px) {
  .installer-benefits-section {
    padding: 60px 0;
  }

  .benefit-card {
    padding: 1.5rem 1.25rem;
    /* margin-bottom: 1.5rem; */
  }

  .coming-soon-section {
    padding: 0 2rem;
  }

  .service-icons {
    gap: 1rem;
  }

  /* .service-icon-bg {
    width: 70px;
    height: 70px;
  } */

  .service-label {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  .installer-benefits-section {
    padding: 0;

  }

  .benefit-card {
    padding: 1.25rem 1rem;
        display: flex;
  }

  .coming-soon-section {
    padding: 2rem 1.5rem;
    /* text-align: center; */
  }

  .service-icons {
    margin-top: 2rem;
    gap: 0.75rem;
  }

  .service-icon-bg {
        width: 100px;
        height: 124px;
  }

  .service-label {
    font-size: 9px;
  }
}

@media (max-width: 565px) {
    .service-icon-bg {
        width: 92px;
        height: 140px;
    }
}


/* ==========================================================================
   How it Works Installer Section Styles
   ========================================================================== */

.how-it-works-installer-section {
  background: var(--cardGradient);
  padding: 80px 0;
}

.how-it-works-installer-section h2 {
  color: var(--text-primary);
  margin-bottom: 3rem;
}

.how-it-works-installer-section .text-primary {
  color: var(--secondary-500) !important;
}

.how-it-works-visual img {
  max-width: 600px;
  width: 100%;
}

/* Step Items */
.step-item {
  padding-bottom: 1rem;
  border-left: 2px solid var(--grey-200);
  margin-left: 20px;
  padding-left: 2rem;
  position: relative;
}

.step-item:last-child {
  border-left: none;
}

.step-icon {
  position: absolute;
  left: -30px;
  top: 0;
  background: var(--secondary-50);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 13px; */
}

.step-content h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.step-content p {
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 0;
  text-wrap: balance;
}

/* Mobile Responsiveness for How it Works Installer */
@media (max-width: 991.98px) {
  .how-it-works-installer-section {
    padding: 60px 0;
  }

  .how-it-works-installer-section h2 {
    font-size: 32px;
  }

  .step-item {
    padding-left: 1.5rem;
    margin-left: 15px;
  }

  .step-icon {
    left: -17px;
    width: 34px;
    height: 34px;
  }

  .step-icon svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767.98px) {
  .how-it-works-installer-section {
    padding: 40px 0;
  }

  .how-it-works-installer-section h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .how-it-works-visual {
    text-align: center;
    margin-bottom: 2rem;
  }

  .step-item {
    padding-left: 1rem;
    margin-left: 10px;
    margin-bottom: 1.5rem;
  }

  .step-icon {
    left: -12px;
    width: 28px;
    height: 28px;
  }

  .step-icon svg {
    width: 24px;
    height: 24px;
  }

  .step-content h4 {
    font-size: 18px;
  }

  .step-content p {
    font-size: 14px;
  }
}

/* ==========================================================================
   Final Installer CTA Section Styles
   ========================================================================== */

.final-installer-cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 64px 0;
}

/* .final-installer-cta-section .container {
  max-width: 1200px;
} */

.laptop-mockup {
  max-width: 900px;
  margin: 0 auto 0 auto;
}

.final-installer-cta-section h2 {
  color: var(--text-primary);
  max-width: 800px;
  margin: 0 auto;
  font-weight: 600;
}

/* Mobile Responsiveness for Final Installer CTA */
@media (max-width: 991.98px) {
  .final-installer-cta-section {
    padding: 60px 0;
  }

  .laptop-mockup {
    margin-bottom: 2rem;
  }

  .final-installer-cta-section h2 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .final-installer-cta-section {
    padding: 40px 0;
  }

  .laptop-mockup {
    margin-bottom: 1.5rem;
  }

  .final-installer-cta-section h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }

  .laptop-mockup img {
    border-radius: 12px;
  }
}

/* ==========================================================================
   Join Network Contact Section Styles
   ========================================================================== */

.join-network-contact-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 660px;
  display: flex;
  align-items: end;
}


.join-network-contact-section .container>div {
  position: relative;
  z-index: 2;
  background-image: url('images/join-treadsy-bg-image.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 4rem;
  height: auto;
  min-height: 700px;
  display: flex;
  align-items: end;

}

.contact-content-wrapper {
  background: var(--cardGradient);
  border-radius: 8px;
  padding: 3rem 4rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.join-content h2 {
  color: var(--secondary-900);
  margin-bottom: 1rem;
  text-wrap: balance;
}

.join-content p {
  color: var(--secondary-900);
  margin-bottom: 0;
}

.contact-info p {
  color: var(--text-secondary);
}

.contact-item {
  align-items: flex-start;
}

.contact-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 2px;
}

.contact-text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.contact-link {
  color: var(--secondary-500);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: var(--secondary-600);
  text-decoration: underline;
}

/* Mobile Responsiveness for Join Network Contact */
@media (max-width: 991.98px) {
  .join-network-contact-section {
    height: auto;
    padding: 1rem;
  }

  .join-network-contact-section .container>div {
    min-height: 600px;
    padding: 2rem;
  }

  .contact-content-wrapper {
    padding: 2.5rem 2rem;
  }

  .join-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .join-network-contact-section .container>div {
    min-height: 700px;
    padding: 1rem;
  }

  .join-network-contact-section {
    height: auto;
    align-items: center;
  }

  .contact-content-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 16px;
  }

  .join-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .join-content h2 {
    font-size: 28px;
    margin-bottom: 0.75rem;
  }

  .contact-info {
    text-align: center;
  }

  .contact-item {
    /* justify-content: left; */
    text-align: left;
  }

  .contact-text {
    font-size: 15px;
  }
  .join-network-contact-section .container>div {
  background-image: url('images/join-treadsy-bg-image.webp');
  background-size: cover;
  background-position: 78% center;

}

}

/* ==========================================================================
   FAQ Section Styles
   ========================================================================== */

.faq-section {
  background-color: #ffffff;
  padding: 120px 0;
}

.faq-section h2 {
  color: var(--text-primary);
  margin-bottom: 3rem;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--divider);
  margin-bottom: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 1.5rem 2rem 1.5rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--secondary-500);
}

.faq-question h4 {
  color: var(--text-primary);
  transition: color 0.3s ease;
  flex: 1;
  margin-right: 1rem;
}

.faq-question:hover h4 {
  color: var(--secondary-500);
}

.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--text-secondary);
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
  color: var(--secondary-500);
}

.faq-question[aria-expanded="true"] h4 {
  color: var(--secondary-500);
}

.faq-answer {
  border-top: none;
}

.faq-content {
  padding: 0 0 1.5rem 0;
}

.faq-content p {
  line-height: 1.6;
  margin: 0;
  max-width: 46rem;
}

.faq-content .text-primary {
  color: var(--secondary-500) !important;
  text-decoration: none;
  font-weight: 600;
}

.faq-content .text-primary:hover {
  text-decoration: underline;
}


.faq-question {
    /* Your existing styles PLUS: */
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:focus {
    outline: 2px solid #326fe6;
    outline-offset: 2px;
    box-shadow: none; /* Remove Bootstrap's default box-shadow */
}



/* Mobile Responsiveness for FAQ */
@media (max-width: 991.98px) {
  .faq-section {
    padding: 120px 0;
  }

  .faq-question {
    padding: 1.25rem 0;
  }

  .faq-question h4 {
    font-size: 18px;
  }

  .faq-content {
    padding: 0 0 1.25rem 0;
  }
}

@media (max-width: 767.98px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-section h2 {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .faq-question {
    padding: 1rem 0;
  }

  .faq-question h4 {
    font-size: 16px;
    margin-right: 0.75rem;
  }

  .faq-content {
    padding: 0 0 1rem 0;
  }

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

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

/* ==========================================================================
   Join Network CTA Section Styles
   ========================================================================== */

.join-network-cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 60px 0;
}

/* .join-network-cta-section .container {
  max-width: 1200px;
} */

.join-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-icon img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.join-icon img:hover {
  transform: scale(1.05);
}

.join-network-cta-section h3 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.join-network-cta-section p {
  color: var(--text-secondary);
  margin-bottom: 0;
}

.join-network-cta-section .text-primary {
  color: var(--secondary-500) !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.join-network-cta-section .text-primary:hover {
  color: var(--secondary-600) !important;
  text-decoration: underline;
}

/* Mobile Responsiveness for Join Network CTA */
@media (max-width: 991.98px) {
  .join-network-cta-section {
    padding: 50px 0;
  }

  .join-icon img {
    max-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .join-network-cta-section {
    padding: 40px 0;
  }

  .join-network-cta-section .row>div {
    text-align: center;
  }

  .join-icon img {
    max-width: 80px;
    margin-bottom: 1rem;
  }

  .join-network-cta-section h3 {
    font-size: 20px;
    margin-bottom: 0.75rem;
  }

  .join-network-cta-section p {
    font-size: 15px;
  }
}

/* Mobile responsiveness for hero sections */
@media (max-width: 991.98px) {
  .hero-section {
    /* padding: 60px 0; */
  }

  .hero-section .row {
    min-height: 100%;
    height: 100%;
}

  .hero-section .col-lg-6:first-child {
    margin-bottom: 2rem;
    text-align: center;
  }

  .hero-section .h5 {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    /* padding: 40px 0; */
  }
}