@font-face {
  font-family: "Field43";
  src: url(../font-field/FieldGothicTEST-No.43.otf) format("opentype");
  font-weight: 43;
  font-display: swap;
}
@font-face {
  font-family: "Field52";
  src: url(../font-field/FieldGothicTEST-No.43.otf) format("opentype");
  font-weight: 43;
  font-display: swap;
}

@font-face {
  font-family: "Field43";
  src: url(../font-field/FieldGothicTEST-No.43.otf) format("opentype");
  font-weight: 43;
  font-display: swap;
}

@font-face {
  font-family: "Field52";
  src: url(../font-field/FieldGothicTEST-No.52.otf) format("opentype");
  font-weight: 52;
  font-display: swap;
}
@font-face {
  font-family: "Field53";
  src: url(../font-field/FieldGothicTEST-No.53.otf) format("opentype");
  font-weight: 53;
  display: swap;
}
@font-face {
  font-family: "Field54";
  src: url(../font-field/FieldGothicTEST-No.54.otf) format("opentype");
  font-weight: 54;
  display: swap;
}

:root {
  /* Primary Palette */
  --primary-50: #f1f9fe;
  --primary-100: #e2f1fc;
  --primary-200: #aee4ff00;
  --primary-300: #86cdf3;
  --primary-400: #45b4eb;
  --primary-500: #2ea6e3;
  --primary-600: #107cb9;
  --primary-700: #0e6296;
  --primary-800: #10537c;
  --primary-900: #134667;
  --primary-950: #0d2d44;

  /* Secondary Palette (replace with your values) */
  --secondary-50: #fff4ed;
  --secondary-100: #ffe7d6;
  --secondary-200: #fdcbab;
  --secondary-300: #fba776;
  --secondary-400: #f9773e;
  --secondary-500: #f65319;
  --secondary-600: #f03e12;
  --secondary-700: #c0280e;
  --secondary-800: #982214;
  --secondary-900: #7b1f13;
  --secondary-950: #420c08;

  /* Grays */
  --gray-50: #f6f6f6;
  --gray-100: #e7e7e7;
  --gray-200: #d1d1d1;
  --gray-300: #b0b0b0;
  --gray-400: #888888;
  --gray-500: #6d6d6d;
  --gray-600: #5d5d5d;
  --gray-700: #4f4f4f;
  --gray-800: #454545;
  --gray-900: #3d3d3d;
  --gray-950: #000000;

  /* Text Tokens */
  --text-primary: var(--primary-500);
  --text-black: var(--gray-950);
  --text-secondary: var(--gray-900);
  --text-disabled: var(--gray-400);
  --text-white: #ffffff;
  --text-white-80: var(--primary-50);

  /* Border Tokens */
  --border-white: #ffffff;
  --border-black: var(--gray-950);
  --border-gray: var(--gray-400);
  --border-gray-2: var(--gray-100);

  /* Background Tokens */
  --bg-body: var(--primary-200);
  --bg-card: var(--primary-50);
  --bg-footer: var(--primary-950);

  /* Cornor Radius */
  --radius-xs: 5px;
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 40px;
  --radius-full: 999px;

  /* gaps */
  --gap-xxs: 5px;
  --gap-xs: 10px;
  --gap-md: 20px;
  --gap-form: 30px;

  /* font family */
  --font-family-primary: "Raleway";
  --font-family-secondry-43: "Field43";
  --font-family-secondry-52: "Field52";
  --font-family-secondry-53: "Field53";
  --font-family-secondry-54: "Field54";
}

body {
  background-color: var(--bg-body);
  margin: 0;
  padding: 0;
}

section {
  padding: 40px 0px;
}
.footer-container {
  padding: 50px 20px 20px 20px;
}

:root {
  /* ========== Mobile-first Base (below 768px) ========== */

  --h1: 30px;
  --h1-lineheight: 38px;
  --h2: 26px;
  --h2-lineheight: 34px;
  --h3: 22px;
  --h3-lineheight: 30px;
  --h4: 18px;
  --h4-lineheight: 26px;
  --h5: 16px;
  --h5-lineheight: 22px;
  --h6: 14px;

  --lg: 16px;
  --lg-lineheight: 24px;
  --md: 18px;
  --md-lineheight: 22px;
  --rg: 13px;
  --rg-lineheight: 20px;
  --sm: 12px;
  --sm-lineheight: 18px;
  --xs: 11px;

  --btn-text: 14px;
  --link-text: 14px;
  --anchor-text: 14px;

  --sidebar-title: 14px;
  --sidebar-text: 12px;

  --gap-heading-content: 36px;
  --gap-container-y: 40px;
  --gap-content-footer: 16px;
  --gap-footer-footer: 16px;
  --gap-footer-content: 16px;
  --gap-content-heading: 16px;
  --gap-heading-sub: 20px;

  --padding-xs: 10px 10px;
  --padding-sm: 20px 20px;
  --padding-md: 30px 20px;
  --Cards-sm-y: 30px 10px;
  --padding-lg: 40px 30px;
  --padding-badge: 6px 12px;
  --padding-button: 8px 20px;
  --padding-nav: 8px 16px;
  --padding-contact-footer: 46px 58px;
}

/* ========== 768px (Tablet Portrait) ========== */
@media (min-width: 600px) {
  :root {
    --gap-heading-content: 40px;
    --gap-container-y: 80px;
    --gap-content-footer: 24px;
    --gap-footer-footer: 24px;
    --gap-bullet-points: 15px;
    --gap-footer-content: 24px;
    --gap-content-heading: 24px;
    --gap-main-card: 40px 60px;
    --gap-space-sm: 5px;
    --gap-space-md: 10px;
    --gap-space-lg: 15px;
    --gap-space-xl: 20px;
    --gap-cards: 30px;
    --gap-text: 10px;

    --padding-xs: 20px 20px;
    --padding-sm: 30px 30px;
    --padding-md: 60px 40px;
    --padding-lg: 60px 60px;
    --padding-badge: 10px 20px;
    --padding-button: 0px 30px;
    --padding-custom-button: 7px;
    --padding-video: 30px 0px;
    --padding-black-btn: 15px 30px;
    --padding-nav: 10px 20px;
    --padding-contact-footer: 46px 58px;
    --border-radius: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --h1: 56px;
    --h1-lineheight: 56px;
    --h2: 30px;
    --h2-lineheight: 38px;
    --h3: 26px;
    --h3-lineheight: 34px;
    --h4: 22px;
    --h4-lineheight: 30px;
    --h5: 18px;
    --h5-lineheight: 26px;
    --h6: 16px;

    --lg: 17px;
    --md: 16px;
    --rg: 15px;
    --sm: 14px;
    --xs: 13px;

    --gap-heading-content: 40px;
    --gap-container-y: 80px;
    --gap-content-footer: 24px;
    --gap-footer-footer: 24px;
    --gap-bullet-points: 15px;
    --gap-footer-content: 24px;
    --gap-content-heading: 24px;
    --gap-main-card: 40px 60px;
    --gap-space-sm: 5px;
    --gap-space-md: 10px;
    --gap-space-lg: 15px;
    --gap-space-xl: 20px;
    --gap-cards: 30px;
    --gap-text: 10px;

    --padding-xs: 20px 20px;
    --padding-sm: 30px 30px;
    --padding-md: 60px 40px;
    --padding-lg: 60px 60px;
    --padding-badge: 10px 20px;
    --padding-button: 0px 30px;
    --padding-custom-button: 7px;
    --padding-video: 30px 0px;
    --padding-black-btn: 15px 30px;
    --padding-nav: 10px 20px;
    --padding-contact-footer: 46px 58px;
    --border-radius: 20px;
  }
}

/* ========== 992px (Tablet Landscape / Small Laptop) ========== */
@media (min-width: 992px) {
  :root {
    --h1: 42px;
    --h1-lineheight: 52px;
    --h2: 36px;
    --h2-lineheight: 45px;
    --h3: 30px;
    --h3-lineheight: 40px;
    --h4: 26px;
    --h4-lineheight: 36px;
    --h5: 20px;
    --h5-lineheight: 30px;
    --h6: 18px;

    --lg: 18px;
    --md: 17px;
    --rg: 16px;

    --gap-heading-content: 40px;
    --gap-container-y: 80px;
    --gap-content-footer: 24px;
    --gap-footer-footer: 24px;
    --gap-bullet-points: 15px;
    --gap-footer-content: 24px;
    --gap-content-heading: 24px;
    --gap-main-card: 40px 60px;
    --gap-space-sm: 5px;
    --gap-space-md: 10px;
    --gap-space-lg: 15px;
    --gap-space-xl: 20px;
    --gap-cards: 30px;
    --gap-text: 10px;

    --padding-xs: 20px 20px;
    --padding-sm: 30px 30px;
    --padding-md: 60px 40px;
    --padding-lg: 60px 60px;
    --padding-badge: 10px 20px;
    --padding-button: 0px 30px;
    --padding-custom-button: 7px;
    --padding-video: 30px 0px;
    --padding-black-btn: 15px 30px;
    --padding-nav: 10px 20px;
    --padding-contact-footer: 46px 58px;
    --border-radius: 20px;
  }
}

/* ========== 1024px (Laptop) ========== */
@media (min-width: 1024px) {
  :root {
    --h1: 48px;
    --h1-lineheight: 58px;
    --h2: 40px;
    --h2-lineheight: 50px;
    --h3: 32px;
    --h3-lineheight: 44px;
    --h4: 28px;
    --h4-lineheight: 38px;
    --h5: 22px;
    --h5-lineheight: 32px;
    --h6: 20px;

    --lg: 20px;
    --md: 18px;
    --rg: 17px;

    --gap-heading-content: 40px;
    --gap-container-y: 80px;
    --gap-content-footer: 24px;
    --gap-footer-footer: 24px;
    --gap-bullet-points: 15px;
    --gap-footer-content: 24px;
    --gap-content-heading: 24px;
    --gap-main-card: 40px 60px;
    --gap-space-sm: 5px;
    --gap-space-md: 10px;
    --gap-space-lg: 15px;
    --gap-space-xl: 20px;
    --gap-cards: 70px;
    --gap-text: 10px;

    --padding-xs: 20px 20px;
    --padding-sm: 30px 30px;
    --padding-md: 60px 40px;
    --padding-lg: 60px 60px;
    --padding-badge: 10px 20px;
    --padding-button: 0px 30px;
    --padding-custom-button: 7px;
    --padding-video: 30px 0px;
    --padding-black-btn: 15px 30px;
    --padding-nav: 10px 20px;
    --padding-contact-footer: 46px 58px;
    --border-radius: 20px;
  }
  section {
    padding: 60px 0px;
  }
}

/* ========== 1366px (Widescreen Laptops) ========== */
@media (min-width: 1300px) {
  :root {
    --h1: 75px;
    --h1-lineheight: 80px;
    --h2: 46px;
    --h2-lineheight: 55px;
    --h3: 36px;
    --h3-lineheight: 48px;
    --h4: 30px;
    --h4-lineheight: 40px;
    --h5: 24px;
    --h5-lineheight: 32px;
    --h6: 22px;

    --lg: 21px;
    --md: 19px;
    --rg: 18px;

    --gap-heading-content: 40px;
    --gap-container-y: 80px;
    --gap-content-footer: 24px;
    --gap-footer-footer: 24px;
    --gap-bullet-points: 15px;
    --gap-footer-content: 24px;
    --gap-content-heading: 24px;
    --gap-main-card: 40px 60px;
    --gap-space-sm: 5px;
    --gap-space-md: 10px;
    --gap-space-lg: 15px;
    --gap-space-xl: 20px;
    --gap-cards: 30px;
    --gap-text: 10px;

    --padding-xs: 20px 20px;
    --padding-sm: 30px 30px;
    --padding-md: 60px 40px;
    --padding-lg: 60px 60px;
    --padding-badge: 10px 20px;
    --padding-button: 0px 30px;
    --padding-custom-button: 7px;
    --padding-video: 30px 0px;
    --padding-black-btn: 15px 30px;
    --padding-nav: 10px 20px;
    --padding-contact-footer: 46px 58px;
    --border-radius: 20px;
  }
}

/* ========== 1440px (Full HD) ========== */
@media (min-width: 1440px) {
  :root {
    --h1: 65px;
    --h1-lineheight: 74px;
    --h2: 50px;
    --h2-lineheight: 55px;
    --h3: 40px;
    --h3-lineheight: 57px;
    --h4: 35px;
    --h4-lineheight: 38px;
    --h5: 25px;
    --h5-lineheight: 28px;
    --h6: 23px;

    --lg: 22px;
    --lg-lineheight: 28px;
    --md: 18px;
    --md-lineheight: 28px;
    --rg: 16px;
    --rg-lineheight: 24px;
    --sm: 15px;
    --sm-lineheight: auto;
    --xs: 14px;
    --xs-lineheight: auto;

    --btn-text: 18px;
    --link-text: 16px;
    --anchor-text: 16px;

    --sidebar-title: 18px;
    --sidebar-text: 14px;

    --gap-heading-content: 40px;
    --gap-container-y: 80px;
    --gap-content-footer: 24px;
    --gap-footer-footer: 24px;
    --gap-bullet-points: 15px;
    --gap-footer-content: 24px;
    --gap-content-heading: 24px;
    --gap-main-card: 40px 60px;
    --gap-space-sm: 5px;
    --gap-space-md: 10px;
    --gap-space-lg: 15px;
    --gap-space-xl: 20px;
    --gap-cards: 30px;
    --gap-text: 10px;

    --padding-xs: 20px 20px;
    --padding-sm: 30px 30px;
    --padding-md: 60px 40px;
    --padding-lg: 60px 60px;
    --padding-badge: 10px 20px;
    --padding-button: 0px 30px;
    --padding-custom-button: 7px;
    --padding-video: 30px 0px;
    --padding-black-btn: 15px 30px;
    --padding-nav: 10px 20px;
    --padding-contact-footer: 46px 58px;
    --border-radius: 20px;
  }
  section {
    padding: 80px 0px;
  }
}
.container {
  width: 100%;
  max-width: 1220px !important;
}
/* Typography */
.title {
  color: var(--text-white);
  text-align: center;
  font-family: var(--font-family-secondry-54);
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; /* 105% */
  width: 1000px;
  margin: 0 auto !important;
  text-shadow: 1px 1px 2px #0000007a;
}

h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineheight);
  margin: 0px;
}
.custom-h2 {
  font-size: var(--h1);
  line-height: var(--h1-lineheight);
  color: var(--text-white);
  text-align: center;
  /* Title/H2 */
  font-family: var(--font-family-secondry-52);
  font-style: normal;
  font-weight: var(--Weights-mini, 400);
  text-shadow: 1px 1px 2px #0000007a;
}
.custom-h2 span {
  font-family: var(--font-family-secondry-54);
  color: var(--text-white);
  text-shadow: 1px 1px 2px #0000007a;
}
.custom-h3 {
  margin: 0px;
  padding: 0px;
  font-size: var(--h2);
  line-height: var(--h2-lineheight);
  font-style: normal;
  font-weight: 500;
  font-family: var(--font-family-secondry-53);
}
.custom-h4 {
  margin: 0px;
  padding: 0px;
  font-size: var(--h4);
  line-height: var(--h4-lineheight);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: var(--Weights-bold, 600);
  text-align: center;
}
h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineheight);
}
h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineheight);
}
.lg {
  font-size: var(--lg);
  line-height: var(--p-lineheight);
}

.rg {
  font-size: var(--p);
  line-height: var(--p-lineheight);
}
/* main button */
.custom-main-btn-wrapper {
  width: 212px !important;
  display: inline-block !important;
}

.custom-main-btn button {
  width: 100%;
  justify-content: space-between;
}
.custom-main-btn-wrapper {
  width: 212px;
}
.custom-main-btn {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  padding: 7px;
}
.custom-main-btn button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-xs);
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 100px;

  background: var(
    --Button-Gradient,
    linear-gradient(180deg, #fc8753 0%, #f03e12 100%)
  );
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-main-btn button span {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: var(--md);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-main-btn button img {
  padding: 6px;
  border-radius: 110px;
  background: #fff;
}
/* primary button */
.custom-primary-btn {
  display: flex;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: none;
  background: var(
    --Button-Gradient,
    linear-gradient(180deg, #fc8753 0%, #f03e12 100%)
  );
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
}
.custom-primary-btn span {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-primary-btn i {
  padding: 8px 9px;
  border-radius: 110px;
  background: #fff;
}
/* secondry button */
.custom-secondry-btn-wrapper {
  width: 210px;
}
.custom-secondry-btn {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  padding: 7px;
}
.custom-secondry-btn button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-xs);
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: background 0.4s ease;
}

.custom-secondry-btn button span {
  color: #000;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: var(--md);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.custom-secondry-btn button img {
  padding: 4px;
  border-radius: 110px;
  background: var(
    --Button-Gradient,
    linear-gradient(180deg, #fc8753 0%, #f03e12 100%)
  );
  transition: background 0.4s ease;
}

/* 🌟 Hover Effect
.custom-secondry-btn button:hover {
    color: var(--text-white);
    background: var(--Button-Gradient, linear-gradient(180deg, #fc8753 0%, #f03e12 100%));
}
.custom-secondry-btn button:hover span {
    color: var(--text-white);
} */

.custom-secondry-btn button:hover img {
  /* background: #000000; */
  transition: background 0.4s ease, transform 0.4s ease;

  transform: rotate(45deg);
}
.custom-main-btn button:hover {
  transition: background 0.4s ease, transform 0.4s ease;
  background: var(
    --Button-Gradient,
    linear-gradient(90deg, #fc8753 0%, #f03e12 100%)
  );
}
.custom-main-btn button:hover img {
  /* background: #000000; */
  transition: background 0.4s ease, transform 0.4s ease;

  transform: rotate(53deg);
}



@media (max-width: 430px) {
  .footer-container {
    padding: 50px 10px 20px 10px !important;
}
}

/* Hide navigation arrows on desktop - added to main CSS for higher specificity */
@media (min-width: 769px) {
  .project-slider__nav-arrows,
  .install-slider__nav-arrows,
  .process-slider__nav-arrows,
  .project-slider__nav-arrow,
  .install-slider__nav-arrow,
  .process-slider__nav-arrow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Additional specific rules for process slider arrows */
@media (min-width: 769px) {
  .process-slider__nav-arrows {
    display: none !important;
  }
  
  .process-slider__nav-arrow--prev,
  .process-slider__nav-arrow--next {
    display: none !important;
  }
}
