/* ===============================
   GLOBAL TYPOGRAPHY SYSTEM
   Font: Poppins
   Author: Aarya (Custom for Frisk Theme)
   =============================== */

   :root {
    /* -------------------------------
       Font Family
    -------------------------------- */
    --font-primary: "Poppins", sans-serif;
  
    /* -------------------------------
       Fluid Font Scale using clamp()
       Scales automatically between mobile → widescreen
    -------------------------------- */
    --fs-h1: clamp(35px, 5vw + 1rem, 100px);
    --fs-h2: clamp(30px, 4vw + 1rem, 70px);
    --fs-h3: clamp(25px, 3vw + 0.75rem, 60px);
    --fs-h4: clamp(20px, 2vw + 0.5rem, 37px);
    --fs-h5: clamp(18px, 1.5vw + 0.5rem, 30px);
    --fs-h6: clamp(16px, 1vw + 0.5rem, 24px);
    --fs-body: clamp(16px, 1vw + 0.25rem, 18px);
  
    /* -------------------------------
       Base Line Height & Colors
    -------------------------------- */
    --line-height: 1.7;
    --text-color: #222;
  }
  
  /* -------------------------------
     Base Typography
  -------------------------------- */
  body {
    font-family: var(--font-primary) !important;
    font-size: var(--fs-body);
    line-height: var(--line-height);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
  }
  
  /* -------------------------------
     Headings (Fluid + Consistent)
  -------------------------------- */
  h1, .h1 {
    font-size: var(--fs-h1);
    font-weight: 700;
    line-height: 1.15;
    font-family: var(--font-primary) !important;
  }
  
  h2, .h2 {
    font-size: var(--fs-h2);
    font-weight: 600;
    line-height: 1.2 !important;
    font-family: var(--font-primary) !important;
  }
  
  h3, .h3 {
    font-size: var(--fs-h3);
    font-weight: 500;
    line-height: 1.3;
    font-family: var(--font-primary) !important;
  }
  
  h4, .h4 {
    font-size: var(--fs-h4);
    font-weight: 500;
    line-height: 1.35;
    font-family: var(--font-primary) !important;
  }
  
  h5, .h5 {
    font-size: var(--fs-h5);
    font-weight: 500;
    line-height: 1.4;
    font-family: var(--font-primary) !important;
  }
  
  h6, .h6 {
    font-size: var(--fs-h6);
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--font-primary) !important;
  }
  
  /* -------------------------------
     Paragraphs and Links
  -------------------------------- */
  p {
    font-size: var(--fs-body);
    line-height: var(--line-height) !important;
    margin-bottom: 1.2em;
    font-family: var(--font-primary) !important;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s ease;
    font-family: var(--font-primary) !important;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  /* -------------------------------
     Utility Text Classes
  -------------------------------- */
  .text-center { text-align: center; }
  .text-uppercase { text-transform: uppercase; }
  .text-bold { font-weight: 600; }
  .text-light { font-weight: 400; }
  .text-muted { color: rgba(0, 0, 0, 0.65); }
  
/* ==============================
   Select2 Custom Styling
   ============================== */

/* Visible Select2 input text */
.form-group .project-type-select + .select2-container--default .select2-selection__rendered {
  color: rgb(10, 12, 0);
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.88px;
  height: auto;
}

/* Add * to required Select2 selects */
.project-type-select + .select2-container--default .select2-selection__rendered::after {
  content: '*';
  color: #000;
  margin-left: 4px;
  font-weight: 700;
}

/* Single select input */
.project-type-select + .select2-container--default .select2-selection--single {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  height: 44px;
}

/* Dropdown arrow */
.project-type-select + .select2-container--default .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* Dropdown container with border */
.select2-container .select2-dropdown {
  background: #E3FF04 !important; /* bright yellow background */
  border: 1px solid #000 !important;
  box-shadow: none !important;
  transition: none !important;
  border-radius: 0;
}

/* Results (options list) */
.select2-container .select2-results {
  background: #E3FF04 !important;
}

/* Individual options */
.select2-container .select2-results__option {
  background: #E3FF04 !important;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 400;
  padding: 8px 10px;
  background-image: none !important; /* prevent blue overlay */
}

/* Hover / highlighted state */
.select2-container--default .select2-results__option--highlighted {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
  background-image: none !important; /* remove blue gradient */
}

/* Selected option */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
  background-image: none !important;
}

/* Focus state (prevent blue tint) */
.select2-container--default .select2-results__option:focus {
  background-image: none !important;
  outline: none !important;
}

/* Search box inside dropdown (if enabled) */
.select2-search__field {
  background: transparent !important;
  color: var(--title-color) !important;
}

/* Responsive adjustment — remove forced width if layout handles it */
span.select2.select2-container.select2-container--default.select2-container--below {
  width: 100% !important;
}

/* style for math captcha*/
span.wpcf7-form-control-wrap.captcha-ans {
    border-bottom: 2px solid #000;
}


    .form-control:focus {
        color: #212529;
        background-color: #E3FF04 !important;
    }
    .select2-container {
      width: 100% !important;
  }

  .select2-container .select2-selection--single {
      width: 100% !important;
  }
  @media (max-width: 1281px) {
    label {
      text-align: left !important;
    }
    span.select2-selection.select2-selection--single {
      text-align: left;
  }
  ul#select2-project-type-4m-results {
    text-align: left;
}
  }
    @media (max-width: 768px) {
     
      span.select2-selection.select2-selection--single {
        text-align: left;
    }
    ul#select2-project-type-z3-results {
      text-align: left;
  }
  span.wpcf7-not-valid-tip {
    text-align: left;
}
.award-wrap-area .single-award-list .award-details {
  margin-left: 0px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) and (max-width: 2400px) {
  .award-wrap-area .single-award-list {
      display: flex;
      border-bottom: 2px solid var(--title-color);
      padding-bottom: 31px;
      padding-top: 26px;
      align-items: center;
  }
}

/* @media (min-width: 400px) and (max-width: 767px) {
  .select2-container {
      width: 100% !important;
  }

  .select2-container .select2-selection--single {
      width: 100% !important;
  }
}
@media (max-width: 300px) {
  .select2-container {
      width: 100% !important;
  }

  .select2-container .select2-selection--single {
      width: 100% !important;
  }
} */
@media (max-width: 767px) {
  .select2-container {
      width: 100% !important;
  }

  .select2-container .select2-selection--single {
      width: 100% !important;
  }
}

    }
    button.btn {
      font-family: 'Poppins';
  }
  select.style-border, .single-select.style-border, .form-control.style-border, .form-select.style-border, textarea.style-border, input.style-border {
    /* background: transparent; */
    border-bottom: 2px solid var(--title-color);
    border-radius: 0;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
  }
/* Apply for autofilled input fields */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #E3FF04 inset !important; /* yellow background */
  box-shadow: 0 0 0px 1000px #E3FF04 inset !important;
  background-color: #E3FF04 !important;
  color: #000 !important; /* text color for visibility */
  transition: background-color 0s ease-in-out;
 
}

/* Optional: Prevent autofill text from turning white */
input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
}
/*css for our deisgn process section about page added 13 nov 2025*/
/* Custom spacing for award list */
.award-list-custom .single-award-list {
  gap: 40px;
  font-family: var(--font-primary) !important;
}
.award-list-custom .award-wrap-area .single-award-list .award-tag {
  margin-left: auto;
  text-transform: capitalize;
  transition: .4s;
  font-family: 'Poppins';
  font-size: var(--fs-body) !important;
}
.award-list-custom .award-wrap-area .single-award-list .award-details h4 a {
  color: var(--title-color);
  font-family: 'Poppins';
}
.award-list-custom .award-wrap-area .single-award-list .award-details {
  margin-left: 0px;
  transition: .4s;
  position: relative;
}
.award-wrap-area .single-award-list:hover .award-tag {
  transform: translateX(0.5rem) !important;
}
span.award-tag {
  font-size: 16px !important;
}

/*css for image width for portfolio details slider image*/
@media (max-width: 767.98px) {
    div.project-inner-thumb img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
}
@media (max-width: 767px) {
  .form-btn.col-12.d-flex.gap-3.mt-20 {
    flex-direction: column;
  }
}
