/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/proposal/get-proposals-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 30px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

/* ================================
   RESET
================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================================
   BODY
================================ */
body {
  background-color: #000;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}


/* ================================
   DISPLAY TEXT
================================ */

.tz-display-4 {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

@media (min-width:576px) { .tz-display-4 { font-size:24px; } }
@media (min-width:768px) { .tz-display-4 { font-size:32px; } }
@media (min-width:992px) { .tz-display-4 { font-size:40px; } }
@media (min-width:1200px){ .tz-display-4 { font-size:48px; } }
@media (min-width:1680px){ .tz-display-4 { font-size:56px; } }

/* ================================
   HERO SECTION
================================ */

.hero-section {
  position: relative;
  padding: 140px 0 80px;
  text-align: center;
  background: linear-gradient(135deg, #0a0f20, #111);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%230d6efd' fill-opacity='0.05'/%3E%3C/svg%3E");
  z-index: 0;
}

.hero-title {
  position: relative;
  z-index: 1;
  font-family: 'Teko', sans-serif;
  font-size: 4.2rem;
  color: #91d904;
  animation: fadeInUp 1s ease forwards;
}

.hero-subtitle {
  position: relative;
  z-index: 1;
  color: #ccc;
  max-width: 800px;
  margin: 1rem auto 0;
  line-height: 1.7;
  animation: fadeInUp 1s ease 0.3s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   FORM SECTION
================================ */

.form-section {
  padding: 30px 0;
}

.form-card {
  background: #111;
  border: 1px solid #333;
  border-radius: 18px;
  padding: 2.8rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* Inputs */

.form-label {
  color: #ccc;
}

.form-control,
textarea,
select {
  background: #1e1e1e;
  border: 1px solid #444;
  color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
}

.form-control:focus,
textarea:focus,
select:focus {
  border-color: #91d904;
  outline: none;
}

/* ================================
   TAGS
================================ */

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: rgba(100,200,255,0.1);
  border: 1px solid #333;
  color: #ccc;
  border-radius: 30px;
  padding: 10px 18px;
  cursor: pointer;
  transition: 0.3s;
}

.tag:hover,
.tag.selected {
  background: #91d904;
  color: #fff;
}

/* ================================
   SUBMIT BUTTON
================================ */

.submit-btn {
  background: #91d904;
  color: #fff;
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.5);
}

/* ================================
   FREE PROPOSAL
================================ */

.free-proposal-content {
  background: linear-gradient(135deg, #0b0b0b, #121212);
  padding: 30px 0;
}

.proposal-content-box {
  background: #141414;
  padding: 50px;
  border-radius: 22px;
}

.proposal-tag {
  background: rgba(36,243,46,0.15);
  color: #24f32e;
  padding: 6px 16px;
  border-radius: 20px;
}

.proposal-heading {
  font-size: 42px;
  font-weight: 700;
}

.proposal-heading span {
  color: #85c815;
}

.proposal-text {
  line-height: 1.9;
  text-align: justify;
}

.proposal-features {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width:768px) {

  /* ✅ Mobile Banner Fix */

  .hero-title {
    font-size: 3rem;
  }

  .form-card {
    padding: 1.8rem;
  }

  .proposal-heading {
    font-size: 28px;
    padding-top: 20px;
  }

  .proposal-features {
    grid-template-columns: 1fr;
  }

}


/* COMMON FIELD STYLE */
.form-control,
textarea {
    background: #1e1e1e;
    border: 1px solid #444;
    color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
}

/* ✅ ONLY SELECT gets dropdown arrow */
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7l4.5 4 4.5-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;

    padding-right: 45px; /* space for arrow */
}

/* textarea should NEVER have arrow */
textarea.form-control {
    background-image: none !important;
}

/* Main box */
.choices__inner {
    background: #1e1e1e !important;
    border: 1px solid #444 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
}

/* Dropdown panel */
.choices__list--dropdown,
.choices__list[aria-expanded] {
    background: #1e1e1e !important;
    border: 1px solid #444 !important;
    color: #fff !important;
    border-radius: 10px !important;
}

/* Items inside dropdown */
.choices__item--choice {
    color: #fff !important;
}

/* Hover */
.choices__item--choice.is-highlighted {
    background: #2a2a2a !important;
}

/* Selected item */
.choices__item {
    color: #fff !important;
}

/* Arrow */
.choices[data-type*="select-one"]::after {
    border-color: #fff transparent transparent !important;
}

/* Remove light background on focus */
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #85c815 !important;
    box-shadow: none !important;
}
