.breadcrum {
  width: 358px !important;
}

main {
  overflow: visible;
}

.container {
  padding: 50px 80px;
}

.household-section-1,
.household-section-2,
.household-section-3 {
  display: flex;
  justify-content: center;
}

.household-section-1 .container {
  padding-bottom: 0;
  text-align: center;
  color: #00000099;
  flex-direction: column;
}


/*--household-section-2--*/
.household-section-2 .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.household-section-2 .features-section {
  max-width: 522px;
  min-width: 385px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  justify-content: space-around;
  height: 100%;
}

.household-section-2 .features-section .feature {
  background-color: #ffffff;
  border: 1px solid #00000099;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  gap: 18px;
  color: #000000;
}

.household-section-2 .features-section .feature img {
  width: 80px;
  height: 80px;
}

.household-section-2 .feature .inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.household-section-2 .get-quote-form {
  max-width: 749px;
  min-width: 500px;
  background-color: #fee823;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  gap: 27px;
  align-items: center;
}

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

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

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

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

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

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

.household-section-2 .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%;
}

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

.household-section-2 .get-quote-btn:hover {
  background-color: #fee823;
  border: 2px solid #000000;
  color: #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;
}

/* ---------- Floating label EXACT look (small label top-left + large typed text) ----------*/

.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 {
  /* height: 100% !important; */
  border: 0 !important;
  border-left: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 0 0 0 10px !important;
  /* width: unset !important; */
}

.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;
}



/*--household-section-3--*/
.household-section-3 .container {
  padding-top: 0;
  display: flex;
  flex-direction: row;
  gap: 18px;
  height: 100%;
}

.household-section-3 .left p {
  color: #00000099;
}

.household-section-3 .left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  min-width: 580px;
}

.household-section-3 .left .question {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.household-section-3 .left .points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 16%;
}

.household-section-3 .left .question .point {
  display: flex;
  align-items: center;
  gap: 18px;
}

.household-section-3 .left .point img {
  width: 24px;
  height: 24px;
}

.relocation-services {
  width: 522px;
  height: 100%;
  flex-shrink: 0;
  position: sticky;
  top: 10px;
  z-index: 1000;
}

.question p>strong {
  color: #000000;
}

.furniture-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #bdbdbd;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

.furniture-table div {
  text-align: center;
  border-right: 1px solid #0000005e;
  border-bottom: 1px solid #0000005e;
  background: #f8f5f0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* remove right border from last column */
.furniture-table div:nth-child(3n) {
  border-right: none;
}

.furniture-table div:nth-child(2n) {
  background-color: #ffffff;
}

/* remove bottom border from last row */
.furniture-table div:nth-last-child(-n + 3) {
  border-bottom: none;
}

.relocation-services h2 {
  padding: 7px 17px;
  border-left: 4px solid #0000007e;
  margin-bottom: 36px;
}

.relocation-services .inner {
  border-radius: 12px;
  background-color: #000000;
  color: #ffffff;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.relocation-services .inner .service {
  padding: 10px 10px 10px 24px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.relocation-services .inner .service:hover {
  background-color: #fee823cc;
  color: #000000;
}

.relocation-services .inner .service.active {
  background-color: #fee823;
  color: #000000;
}

.custom-date-container {
  position: relative;
  /* width: 300px; */
}

.custom-date-input {
  cursor: pointer;
  box-sizing: border-box;
}

.custom-date-input::-webkit-datetime-edit {
  opacity: 0;
}

.custom-date-input.has-value::-webkit-datetime-edit {
  opacity: 1;
}

.custom-date-input::before {
  content: "(Select Date)";
  position: absolute;
  color: #999;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-date-input.has-value::before {
  display: none;
}

.custom-date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.calendar-icon-image {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Ispe click na ho, input pe ho */
  width: 24px;
  height: 24px;
}



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

  .household-section-1 .container {
    padding-bottom: 0;
  }


  /*--household section-2--*/
  .row-2 {
    flex-direction: row !important;
  }

  .household-section-2 .container {
    flex-direction: column !important;
    align-items: center;
    gap: 32px;
  }

  .household-section-2 .get-quote-form {
    width: unset !important;
    min-width: unset;
  }

  .household-section-2 .features-section {
    max-width: 100%;
    min-width: unset;
    gap: 18px;
  }

  .household-section-2 .features-section .feature {
    align-items: center;
  }


  /*--household-section-3--*/
  .household-section-3 .container {
    flex-direction: column-reverse;
  }

  .household-section-3 .relocation-services {
    position: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .relocation-services .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 40px;
    gap: 0;
    row-gap: 12px;
  }

  .relocation-services .service {
    border-radius: 4px;
  }

  .relocation-services h2 {
    margin-bottom: 24px;
  }

  .household-section-3 .container .left {
    width: unset !important;
  }
}



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

  .household-section-1 .container {
    padding-bottom: 0;
  }


  /*--household-section-2--*/
  .household-section-2 .get-quote-form {
    padding: 24px 20px;
  }


  /*--household-section-3--*/
  .household-section-3 .container .left {
    min-width: unset !important;
  }

  .relocation-services .inner {
    display: flex;
    padding: 30px 0;
    width: 100%;
  }

  .relocation-services .service {
    border-radius: 0;
    border-left: 1px solid #000000;
    font-size: 17px;
    line-height: 32px;
  }
}







@media(max-width: 1290px) {
  .household-section-2 .get-quote-form {
    width: 588px;
  }
}

@media(min-width: 1025px) and (max-width: 1200px) {
  .row-2 {
    flex-direction: column;
  }
}

@media(max-width: 600px) {
  .row-2 {
    flex-direction: column !important;
  }

  .household-section-2 .features-section .feature {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width: 425px) {
  .get-quote-form h2 {
    max-width: 195px;
    text-align: center;
  }
}

@media(max-width: 1280px) {
  .household-section-3 .container .left {
    width: 580px;
  }

  .relocation-services {
    flex: 1;
  }
}

@media(max-width: 710px) {
  .household-section-3 .left .points {
    padding-left: 5%;
  }
}


/*----ANIMATION----*/
@media(min-width: 601px) {
  .household-section-2 .features-section .feature {
    transform: translateX(-20%);
    opacity: 0;
    transition: all 0.7s ease;
  }

  .household-section-2 .features-section .feature.anim-show {
    opacity: 1;
    transform: translateX(0);
  }
}