.breadcrum {
  width: 305px !important;
}

.partner-section-1 {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  padding: 50px 80px;
}

.container .top {
  margin-bottom: 50px;
}


/*--partner section 1--*/
.top p {
  color: #00000099;
}

.bottom {
  display: flex;
  gap: 20px;
}

.partner-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 522px;
}

.partner-features .feature {
  display: flex;
  padding: 16px 20px;
  gap: 18px;
}

.partner-features .feature img {
  width: 80px;
  height: 80px;
}

.partner-features .feature .inner h3 {
  margin-bottom: 12px;
}

/*-----imported-----*/
.get-quote-form {
  max-width: 737px;
  min-width: 553px;
  background-color: #fee823;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 36px 40px;
  gap: 27px;
  align-items: center;
  flex: 1;
}

.get-quote-form p {
  font-size: 18px;
  font-weight: 400;
  color: #00000099;
}

.get-quote-form p strong {
  font-weight: 600;
}

.get-quote-form .form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.form .row-2 {
  display: flex;
  justify-content: space-between;
  gap: 41px;
}

.form .input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.form .input p {
  font-size: 18px;
  font-weight: 500;
}

.form input {
  height: 52px;
  border: 1px solid #fee823;
  background-color: #ffffff;
  outline: none;
  border-radius: 4px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  transition: font-size .15s ease, padding .15s ease, color .15s ease;
}

.get-quote-btn {
  background-color: #000000;
  border: 0px solid;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 54px;
  width: 100%;
}

.get-quote-btn:hover {
  background-color: #fee823;
  color: #000000;
  border: 2px solid #000000;
}

.phone-field {
  display: flex;
  height: 52px;
  flex: 1;
}

.phone-field select {
  border: 1px solid #fee823;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  height: 52px;
  width: 57px;
  border-right: none;
  outline: none;
  padding: 0 6px;
  gap: 5px;
}

.tel-no {
  border-radius: 0 4px 4px 0 !important;
  border-left: 1px solid #000000 !important;
  padding-left: 7px !important;
}

.textarea {
  height: 327px !important;
  width: 100%;
  border: 1px solid #fee823;
  background-color: #ffffff;
  outline: none;
  border-radius: 4px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 400;
  resize: none;
}


.floating-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.floating-wrap input::placeholder {
  opacity: 0;
}

.floating-wrap .float-label {
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 18px;
  color: #00000099;
  pointer-events: none;
  padding: 0 6px;
  transform-origin: left top;
  transition: all .15s ease;
  white-space: nowrap;
}

.floating-wrap input:focus+.float-label {
  color: #00000099;
  font-size: 13px;
  top: 2px;
}

.floating-wrap input:not(:placeholder-shown)+.float-label {
  color: #00000099;
  font-size: 13px;
  top: 4px;
}

/* --- 2. The Main Container --- */
.wrapper {
  position: relative;
  /* Needed for positioning the dropdown */
  height: 52px;
  border: 1px solid #fee823;
  width: 100%;
  /* width: 380px; */
  flex: 1;
}

.wrapper input {
  border: 0 !important;
  border-left: 1px solid #ccc !important;
  border-radius: 0;
}

.input-container {
  background-color: white;
  padding: 10px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  /* Keeps input above the dropdown when closed */
  height: 52px;
}

/* --- 3. Left Side (Selector) --- */
.country-selector {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 6px;
  user-select: none;
  /* Prevents text highlighting on clicks */
}

.flag-icon {
  width: 28px;
  height: 19px;
  border-radius: 2px;
  object-fit: cover;
  margin-right: 8px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.country-code {
  color: #999;
  font-size: 18px;
  margin-right: 8px;
  font-weight: 400;
}

/* --- 4. Custom Arrows --- */
.arrow-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #999;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999;
}

.phone-input {
  border: none;
  outline: none;
  font-size: 18px;
  color: #333;
  flex-grow: 1;
  height: 100%;
}

/* --- 6. The Dropdown List (New) --- */
.country-list {
  position: absolute;
  top: 110%;
  /* Pushes it just below the input */
  left: 0;
  width: 100%;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  /* Limits height */
  overflow-y: auto;
  /* Adds scrollbar if list is long */
  display: none;
  /* Hidden by default */
  z-index: 10;
  list-style: none;
}

/* Scrollbar styling for a cleaner look */
.country-list::-webkit-scrollbar {
  width: 8px;
}

.country-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.country-list.show {
  display: block;
}

.country-option {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid #f0f0f0;
}

.country-option:last-child {
  border-bottom: none;
}

.country-option:hover {
  background-color: #f9f9f9;
}

.option-flag {
  width: 24px;
  height: 16px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 2px;
}

.option-name {
  flex-grow: 1;
  font-size: 14px;
  color: #333;
}

.option-code {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}




/*-------------------
   Smaller desktop
-------------------*/
@media(max-width: 1280px) {
  .container {
    padding: 50px 60px;
  }
}



/*-------------------
    Tablet view
-------------------*/
@media(max-width: 1024px) {
  .container {
    padding: 50px 40px;
    gap: 32px;
  }

  .partner-features .feature {
    align-items: center;
  }
}



/*-------------------
    Mobile view
-------------------*/
@media(max-width: 767px) {
  .container {
    padding: 36px 24px;
  }

  .get-quote-form {
    min-width: unset;
  }

  .container .top {
    margin-bottom: 18px;
  }

  .partner-features .feature img {
    width: 60px;
    height: 60px;
  }

  .row-2 {
    flex-direction: column !important;
    gap: 24px !important;
  }
}




/*---------------------*/
@media(max-width: 1350px) {
  .row-2 {
    flex-direction: column;
    gap: 24px !important;
  }
}

@media(max-width: 1100px) {
  .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .partner-features {
    max-width: unset;
    gap: 18px;
  }

  .row-2 {
    flex-direction: row;
    gap: 41px;
  }

  .top p {
    text-align: center;
  }
}

@media(max-width: 550px) {
  .get-quote-form {
    padding: 20px;
    text-align: center;
  }

  .get-quote-form h3 {
    text-align: left;
  }

  .partner-features .feature {
    flex-direction: column;
    align-items: center;
    text-align: center
  }


}

@media(max-width: 400px) {
  .get-quote-form h2 {
    max-width: 194px;
  }
}


/*------ANIMATION------*/
@media(min-width: 551px) {
  .feature .inner {
    transform: translateX(10%);
    opacity: 0.1;
    transition: all 0.7s ease;
  }

  .feature .inner.anim-show {
    opacity: 1;
    transform: translateX(0);
  }
}