/*--home section 1--*/
.home-section-1 {
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #fcf2f0, #fcf2f0, #ffffff, #fff3de, #fff3de);
  position: relative;
}

.container {
  max-width: 1440px;
  width: 100%;
  display: flex;
}

.hero-inner {
  background: linear-gradient(to right, #fcf2f0, #fff3de99);
  width: 778px;
  padding: 79px 0 144px 100px;
}

.hero-inner h1 {
  margin-bottom: 10px;
}

.hero-inner p {
  color: #00000099;
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}

.hero-btn {
  color: #ffffff;
  background-color: #000000;
  border-radius: 12px;
  width: 264px;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
}

.hero-btn:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.hero-right {
  background: #fff3de;
  width: 662px;
  /* height: 694px; */
  position: relative;
}

.hero-img {
  position: absolute;
  bottom: 95px;
  right: 95px;
  height: 574px;
  width: 349px;
}

.flight-img {
  position: absolute;
  top: 120px;
  left: 138px;
  height: 80px;
  width: 80px;
}

.sent-img {
  position: absolute;
  top: 67px;
  right: 73px;
  width: 74px;
  height: 72px;
}

.happy-customers {
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 63px;
  top: 347px;
  padding: 12px 34px;
}

.happy-customers h3 {
  font-size: 22px;
  line-height: 28px;
}

.happy-customers img {
  width: 180px;
  height: 40px;
}

.online-bookings {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background-color: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 233px;
  right: 17px;
  padding: 12px 24px;
}

.online-bookings p {
  color: #00000099;
}

.online-bookings img {
  height: 46px;
  width: 46px;
}

.hero-features {
  background-color: #fee823;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 4px 15.5px 5px #c7b084;
  transform: translateY(50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 254px));
  padding: 18px 14px;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin: 0 80px;
}

.hero-features .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid #000000;
}

.hero-features .feature img {
  width: 36px;
  height: 36px;
}

.hero-features .feature h3 {
  font-weight: 500;
}

.border-none {
  border-right: none !important;
}


/*--Home-Section-2--*/
.home-section-2 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-section-2 .container {
  max-width: 1440px;
  width: 100%;
  padding: 50px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 102.5px;
}

.home-section-2 .top {
  display: flex;
  gap: 22px;
  width: 100%;
}

.home-section-2 .top h2 {
  max-width: 627px;
  flex: 1;
}

.home-section-2 .top p {
  flex: 1;
  color: #00000099;
}

.home-section-2 .bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

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

.home-section-2 .features-section .feature {
  background-color: #000000;
  border-radius: 12px;
  padding: 26px 16px;
  display: flex;
  gap: 18px;
  color: #ffffff;
  height: 100%;
}

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

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

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

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

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

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

.home-section-2 .get-quote-form .form p {
  color: #000000;
}

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

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

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

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


.home-section-2 .form .row-2 .name {
  width: unset;
}

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

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

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

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

.custom-date-container {
  position: relative;
}

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

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

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

/*--home section 3--*/
.home-section-3 {
  display: flex;
  justify-content: center;
}

.home-section-3 .container {
  padding: 50px 0;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  max-width: unset;
  align-items: center;
}

.our-services-heading {
  background: radial-gradient(circle, #ffffff, #00000050);
  position: relative;
  height: 350px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

.our-services-heading img {
  height: 140px;
  width: 174px;
  position: absolute;
}

.our-services-heading h2 {
  margin-bottom: 26px;
}

.sa-1 {
  top: 30px;
  left: 0;
}

.sa-2 {
  top: 30px;
  right: 0;
}

.home-section-3 .services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 80px;
  transform: translateY(-100px);
  max-width: 1440px;
  width: 100%;
}

.home-section-3 .services p {
  color: #00000099;
}

.home-section-3 .services .card {
  background-color: #ffffff;
  border: 1px solid #9e7649c7;
  border-radius: 8px;
  box-shadow: 0 4px 4px 8px #fdd34929;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  gap: 18px;
  text-align: center;
  flex: 1;
  min-width: 275px;
  cursor: pointer;
  transition: all ease 0.25s;
}

.home-section-3 .services .card:hover {
  box-shadow: 0 4px 4px 8px #fdd34961;
  transform: translateY(-10px);
}

.home-section-3 .card img {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}


/*--home section 4--*/
.home-section-4 {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}

.home-section-4 .container {
  display: flex;
  flex-direction: column;
  padding: 60px 80px;
  gap: 36px;
}

.home-section-4 .container h2 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.home-section-4 .container h2::before {
  content: '';
  /* position: absolute; */
  height: 4px;
  width: 67px;
  background: #fee823;
}

.home-section-4 .search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.home-section-4 .search-container select,
.home-section-4 .search-container button {
  flex: 1;
  height: 54px;
  border-radius: 4px;
  border: none;
  outline: none;
}

.home-section-4 .search-container select {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #0000005c;
  appearance: none;
  cursor: pointer;
  width: 100%;
}

.home-section-4 .search-container div::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../assets/icons/drop-down-icon.svg);
  background-size: contain;
  pointer-events: none;
  width: 24px;
  height: 24px;
  right: 20px;
}

.home-section-4 .search-container .default-search {
  color: #0000005c;
}

.home-section-4 .search-container button {
  background-color: #fee823;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.home-section-4 .search-container button:hover {
  color: #ffffff;
  border: 1px solid #fee823;
  background-color: #000000;
}

.home-section-4 .search-container button:hover img {
  filter: invert(1);
}

.home-section-4 .search-container button img {
  width: 24px;
  height: 24px;
}

/*--home section 5--*/
.home-section-5 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section-5 .container {
  padding: 50px 80px;
  gap: 8px;
  align-items: start;
  align-items: center;
}

.home-section-5 .right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  /* margin-right: 50px; */
}

.home-section-5 .right p {
  color: #00000099;
}

.home-section-5 .left {
  position: relative;
}

.home-section-5 .left .packers-movers-img {
  width: 650px;
  height: 804px;
}

.home-section-5 .experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fee823;
  position: absolute;
  text-align: center;
  padding: 32px 42px;
  border-radius: 4px;
  top: 50px;
  right: 40px;
}


/*--home section 6--*/
.home-section-6 {
  background-color: #fee823;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section-6 .container {
  flex-direction: column;
  padding: 50px 80px;
  gap: 24px;
  text-align: center;
  align-items: center;
}

.home-section-6 .top h2 {
  margin-bottom: 18px;
}

.home-section-6 .tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.home-section-6 .tip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
}

.home-section-6 .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffefc2;
  border-top: 4px solid #000000;
  overflow: hidden;
  border-radius: 2px;
  padding: 26px 44px;
  gap: 18px;
  position: relative;
  outline: none;
  /* height: 100%; */
  z-index: 5;
}

.home-section-6 .feature::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: #000000;
  top: -24px;
  left: -35px;
  border-radius: 50%;
}

.home-section-6 .feature img {
  width: 32px;
  width: 32px;
  position: absolute;
  left: 12.5px;
  top: 21px;
}

.home-section-6 .tip .number {
  background-color: #000000;
  border-radius: 50%;
  font-size: 42px;
  line-height: 62px;
  font-weight: 700;
  color: #fee823;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.home-section-6 .tip .number .darrow {
  position: absolute;
  top: 42px;
  right: -10px;
  transform: translateX(100%);
}

.home-section-6 .tip .number .dcurve {
  position: absolute;
  bottom: 32px;
  transform: translateY(100%);
  /* z-index: -1; */
}

/*--home section 7--*/
.home-section-7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section-7 .container {
  flex-direction: column;
  padding: 50px 80px;
  gap: 24px;
}

.home-section-7 .top {
  text-align: center;
}

.home-section-7 .top h2 {
  margin-bottom: 18px;
}

.home-section-7 .top p {
  color: #00000099 !important;
}

.home-section-7 .inner {
  display: flex;
  justify-content: space-between;
  background: url(../../assets/images/world-map-background.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  gap: 15px;
}

.home-section-7 .inner .right {
  display: flex;
  flex-direction: column;
  border-radius: 0 12px 12px 0;
}

.home-section-7 .right .cost-calculator,
.home-section-7 .right .charges {
  background-color: #fee823;
  color: #000000;
  width: 284px;
  /* height: 242px; */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  cursor: pointer;
}

.home-section-7 .right .cost-calculator {
  border-top-right-radius: 12px;
}

.home-section-7 .right .charges {
  border-bottom-right-radius: 12px;
  background-color: #000000;
  color: #fee823;
}

.home-section-7 .right .charges img {
  width: 50px;
  height: 50px;
}

.home-section-7 .locations {
  display: flex;
  gap: 88px;
  margin: 70px 0 70px 70px;
}

.home-section-7 .locations .col-1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.packers-in-place {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: left;
  transition: all 0.25s ease;
  cursor: pointer;
}

.packers-in-place:hover {
  transform: translateX(10px);
}

.packers-in-place:hover p {
  color: #000000;
}

.packers-in-place p {
  color: #00000099;
}

.packers-in-place img {
  width: 24px;
  height: 24px;
}


/*--home section 8--*/
.home-section-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section-8 .container {
  padding: 0 80px 50px 80px;
  gap: 54px;
}

.home-section-8 .left {
  max-width: 610px;
}

.home-section-8 .left img {
  width: 610px;
  height: 634px;
}

.home-section-8 .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.home-section-8 .right h2 {
  margin-bottom: 12px;
}

.home-section-8 .right p {
  color: #00000099;
}


/*--home section 9--*/
.home-section-9 {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-section-9 .container {
  padding: 50px 80px;
  gap: 36px;
  flex-direction: column;
  align-items: center;
}

.home-section-9 .container h2 {
  color: #ffffff;
  padding: 7px 17px;
  border-left: 4px solid #fee823;
}

.customer-review {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 38px 50px;
  gap: 36px;
  max-width: 1072px;
  display: flex;
  flex-direction: column;
}

.customer-review .review {
  display: flex;
  gap: 36px;
}

.review-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.customer-review p {
  color: #00000099;
  display: inline;
}

.switch-review {
  display: flex;
  gap: 6px;
}

.review-details {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 16px;
  border-top: 1px solid #00000060;
}

.name-rating {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.name-rating img {
  width: 104px;
  height: 20px;
}

.about-customer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


.customer-profile-img img {
  width: 300px;
  height: 314px;
}

.next,
.previous {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 3px;
  cursor: pointer;
}

.next:hover,
.previous:hover {
  background-color: #000000;
}

.next:hover img,
.previous:hover img {
  filter: brightness(1);
}

.next img,
.previous img {
  filter: brightness(0);
}

.next img {
  transform: rotate(180deg);
}

/*-- Slider Logic --*/

/* By default saare reviews ko hide karein */
.customer-review {
  display: none;
  animation: slideIn 0.8s ease-in-out;
  /* Slide animation */
}

/* Sirf active review ko dikhayein */
.customer-review.active {
  display: flex;
}

/* Slide Animation Keyframes */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
    /* Thoda right se aayega */
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/*--home section 10--*/
.home-section-10 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.home-section-10 .container {
  max-width: 1440px;
  width: 100%;
  flex-direction: column;
  padding: 50px 80px;
  align-items: center;
}

.faq-headings {
  max-width: 1030px;
  margin: auto;
  text-align: center;
  margin-bottom: 24px;
}

.faq-headings h2 {
  margin-bottom: 12px;
}

.faq-headings p,
.faq-questions p {
  color: #00000099;
}

.faq-questions {
  width: 1030px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-questions details {
  background-color: #f8f5f0;
  transition: all 0.25s ease;
}

.faq-questions details:hover {
  transform: scale(1.02);
}

.faq-questions details summary {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  transition: all 0.25s ease;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.faq-questions details summary:hover {
  background-color: #fee823b8;
}

.faq-questions details summary img {
  width: 40px;
  height: 40px;
}

.faq-questions details .answer {
  transition: all 0.25s ease;
  padding: 32px 55px;
}

.faq-questions .answer .points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.faq-questions .answer div {
  display: flex;
  gap: 12px;
  justify-content: left;
  align-items: start;
}

.faq-questions .answer div img {
  width: 18px;
  height: 18px;
  margin-top: 10px;
}

.faq-questions details[open]>summary {
  background-color: #fee823;
}

.faq-questions details[open]>summary img {
  transition: all 0.15s;
  transform: rotateZ(90deg);
}

.faq-questions .answer a {
  color: #fee823;
  text-decoration: none;
}

@media (max-width: 1110px) {

  .faq-headings,
  .faq-questions {
    width: clamp(688px, calc(100vw - 80px), 1030px);
  }
}


/*-------------------
   Smaller desktop
-------------------*/
@media (max-width: 1280px) {

  /*--home section 1--*/
  .hero-inner {
    padding-top: 24px;
    padding-left: 60px;
  }

  .hero-features {
    margin: 0 60px;
  }

  .happy-customers {
    padding: 8px 24px;
  }

  .happy-customers img {
    width: 136px;
    height: 30px;
  }

  .happy-customers h3,
  .online-bookings h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.5px;
  }

  .online-bookings {
    padding: 10px 18px;
    gap: 12px;
    height: 62px
  }

  .online-bookings img {
    width: 30px;
    height: auto;
  }

  .online-bookings p {
    font-size: 12px;
    font-weight: 400;
    line-height: unset;
  }

  .online-bookings h2 {
    line-height: unset;
  }

  .bookings-inner {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .flight-img {
    top: 94px;
    left: 45px;
  }

  .sent-img {
    top: 74px;
    right: 42px;
  }

  /*--home-section 2--*/
  .home-section-2 .container {
    padding: 50px 65px;
  }

  /*--home section 5--*/
  .home-section-5 .container,
  .home-section-6 .container,
  .home-section-7 .container,
  .home-section-9 .container,
  .home-section-10 .container {
    padding: 50px 60px;
  }

  .home-section-5 .experience {
    top: 25px;
    right: 20px;
  }

  /*--home section 8--*/
  .home-section-8 .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(410px, calc(410px + (610 - 410) * ((100vw - 1024px) / (1280 - 1024))), 610px);
  }

  .home-section-8 .left img {
    height: auto;
    width: 100%;
  }

  .home-section-8 .container {
    padding: 0 60px 50px 60px;
  }

  .home-section-3 .services {
    padding: 0 60px;
  }
}


/*-------------------
     Tablet view
-------------------*/
@media(max-width: 1024px) {

  /*--home section 1--*/
  .happy-customers {
    left: 23px;
    bottom: 193.5px !important;
  }

  .online-bookings {
    top: 230px !important;
    right: 12.5px;
  }

  .hero-btn {
    width: 234px;
    height: 52px;
    font-size: 17px;
  }

  .hero-inner p {
    margin-bottom: 14px;
  }

  .hero-img {
    width: 295px;
    height: 500.26px;
    bottom: 85px;
  }

  .hero-inner {
    padding-top: 18px;
    padding-left: 40px;
    width: clamp(432px, calc(432px + (558.7 - 432) * ((100vw - 768px) / (1024 - 768))), 558.7px);
    padding-bottom: 120px;
  }

  .hero-right {
    width: clamp(340px, calc(340px + (465.3 - 340) * ((100vw - 768px) / (1024 - 768))), 465.3px);
  }

  .hero-features {
    margin: 0 40px;
    gap: 0;
    padding: 14px 8px;
  }

  .hero-features .feature {
    padding: 18px 8px;
  }

  .sent-img {
    width: 63px;
    height: 63px;
  }

  /*--home section 2--*/
  .home-section-2 .container {
    padding: 50px;
  }

  .home-section-2 .top {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 18px;
  }

  .home-section-2 .container,
  .home-section-2 .bottom .features-section {
    gap: 24px;
  }

  .home-section-2 .bottom {
    flex-direction: column;
    gap: 24px;
  }

  .home-section-2 .bottom .features-section,
  .home-section-2 .get-quote-form {
    min-width: unset !important;
    max-width: unset !important;
  }

  .home-section-2 .features-section .feature {
    align-items: center;
    padding: 22px 27px;
    gap: 24px;
  }

  .home-section-2 .center {
    text-align: center;
  }

  /*--home section 3--*/
  .our-services-heading {
    height: 237px;
    padding-top: 32px;
  }

  .our-services-heading img {
    width: 105px;
    height: 85px;
    top: 5.5px;
  }

  .our-services-heading h2 {
    margin-bottom: 7px;
  }

  .flex-unset {
    flex: unset !important;
    max-width: 552px;
  }

  .home-section-3 .services {
    transform: translateY(-66px);
    margin: 0 40px;
    row-gap: 36px;
  }

  .home-section-3 .services .card img {
    margin-bottom: 6px;
    width: 64px;
    height: 63px;
  }

  .home-section-3 .services .card {
    padding: 14px 10px;
  }

  .home-section-3 .services {
    padding: 0 40px;
  }

  /*--home section 4--*/
  .home-section-4 .container {
    padding: 50px 40px;
    align-items: center;
    justify-content: space-between;
  }

  .home-section-4 .container h2 {
    max-width: 440px;
  }

  .home-section-4 .search-container button {
    font-size: 18px;
  }

  .home-section-4 .search-container button img {
    width: 20px;
    height: 20px;
  }

  .home-section-4 .search-container select {
    padding: 10px 18px;
  }

  .home-section-4 .search-container {
    gap: 24px;
  }


  /*--home section 5--*/
  .home-section-5 .container,
  .home-section-7 .container,
  .home-section-9 .container,
  .home-section-10 .container {
    padding: 50px 40px;
  }

  /*--home section 6--*/
  .home-section-6 .top h2 {
    margin-bottom: 8px;
  }

  .home-section-6 .container {
    padding: 24px 40px;
    gap: 36px;
  }


  /*--home section 7--*/
  .home-section-7 .top h2 {
    margin-bottom: 8px;
  }

  .home-section-7 .inner {
    gap: 24px;
  }

  .home-section-7 .locations .col-1 {
    gap: 12px;
  }

  .home-section-7 .locations {
    gap: 69px;
  }


  /*--home section 8--*/
  .home-section-8 .container {
    padding: 0 40px 50px 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 36px;
  }

  .home-section-8 .left {
    max-width: 686px;
    width: 100%;
  }

  /*--home section 9--*/
  .hide2 {
    display: none;
  }

  .show {
    display: flex;
  }

  .home-section-9 .container h2 {
    border: none;
    text-align: center;
  }

  .customer-profile-img {
    display: flex;
    align-items: end;
  }

  .customer-review {
    padding: 25px 22px;
  }

  .customer-review .review {
    gap: 20px;
  }

  /*--home section 10--*/
  .faq-headings {
    margin-bottom: 32px;
  }

  .faq-headings h2 {
    margin-bottom: 8px;
  }

  .faq-questions details summary h3 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 600px
  }

  .faq-questions details .answer p {
    font-size: 17px;
    line-height: 32px !important;
  }

  .faq-questions details .answer {
    padding: 18px 28px;
  }

  .faq-questions details summary {
    padding: 18px 28px;
  }

  .faq-questions details summary img {
    width: 32px;
    height: 32px;
  }

}


/*-------------------
     Mobile view
-------------------*/
@media(max-width: 767px) {

  /*--home section 1--*/
  .home-section-1 .container {
    flex-direction: column;
    position: relative;
  }

  .hero-inner {
    width: 100%;
    text-align: center;
    padding: 30px 24px;
  }

  .hero-right {
    width: 100%;
    padding: 26px 24px 40px 24px;
    height: clamp(324px, calc(324px + (638 - 324) * ((100vw - 375px) / (767 - 375))), 638px);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-img {
    position: unset;
    height: 100%;
    width: auto;
  }

  .flight-img {
    width: 50px;
    height: 50px;
    top: 69px;
    left: 59px;
  }

  .sent-img {
    width: 43px;
    height: 43px;
    top: 48px;
    right: 48px;
  }

  .happy-customers {
    padding: 6px;
    gap: 3px;
    border-radius: 8px;
    left: 30px;
    bottom: 56px !important;
  }

  .happy-customers img {
    height: 25px;
    width: auto;
  }

  .happy-customers h3 {
    font-size: 12px;
    line-height: unset;
    font-weight: 500;
  }

  .online-bookings {
    border-radius: 8px;
    top: 130px !important;
    right: 17px;
  }

  .hero-features {
    max-width: 600px;
    width: 77.33vw;
    padding: 34px 18px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    bottom: 40px;
    transform: translateY(100%);
  }

  .hero-features .feature {
    border-right: none;
    border-bottom: 1px solid #000000;
    padding: 8px 20px;
    gap: 18px;
  }

  .border-none {
    border-bottom: none !important;
  }

  /*--home section 2--*/
  .home-section-2 .container {
    margin-top: 552.5px;
    padding: 36px 24px;
  }

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

  .home-section-2 .features-section .feature {
    padding: 12px 8px;
    gap: 18px;
  }

  .home-section-2 .features-section .feature img {
    width: 60px;
    height: 60px;
  }

  .home-section-2 .get-quote-form {
    padding: 21px 16px;
    gap: 43px;
  }

  .home-section-2 .get-quote-form h2 {
    text-align: center;
  }

  /*--home section 3--*/
  .home-section-3 .container {
    padding-top: 36px;
  }

  .our-services-heading {
    height: 214px;
    padding-top: 24.22px;
  }

  .our-services-heading h2 {
    margin-bottom: 20px;
  }

  .our-services-heading p {
    margin: 0 25px;
  }

  .our-services-heading img {
    width: 62.76px;
    height: 50px;
    top: 33px;
  }

  .home-section-3 .services {
    transform: translateY(-44px);
    margin: 0 24px;
    gap: 18px;
  }

  .home-section-3 .services .card {
    min-width: 100%;
  }

  .home-section-3 .services {
    padding: 0 24px;
  }

  /*--home section 4--*/
  .home-section-4 .container {
    padding: 36px 24px;
    gap: 41px;
  }

  .home-section-4 .container .search-container {
    flex-direction: column;
    gap: 12px;
  }

  .home-section-4 .search-container select,
  .home-section-4 .search-container button {
    width: 100%;
    padding: 16px 21px;
  }

  .service-search-btn {
    padding: 16px 0;
  }


  /*--home section 5--*/
  .home-section-5 .container,
  .home-section-6 .container,
  .home-section-7 .container,
  .home-section-9 .container,
  .home-section-10 .container {
    padding: 36px 24px;
  }

  .home-section-5 .left .packers-movers-img {
    width: auto;
    height: 604px;
  }

  .home-section-5 .experience {
    padding: 22px 22px !important;
    top: 25px !important;
    right: 30px !important;
  }


  /*--home section 6--*/
  .home-section-6 .container {
    gap: 24px;
  }

  .home-section-6 .top h2 {
    margin-bottom: 12px;
  }

  .home-section-6 .tip .number .darrow {
    display: none;
  }

  .home-section-6 .tips {
    grid-template-columns: repeat(1, 327px);
  }

  .home-section-6 .tips .number {
    font-size: 28px !important;
  }

  .home-section-6 .tip .number .dcurve {
    width: 132px !important;
    height: 53.84px;
  }

  .home-section-6 .tips .feature::before {
    width: 94px;
    height: 94px;
    top: -24px !important;
    left: -35px !important;
  }

  .home-section-6 .feature img {
    top: 13.5px !important;
    left: 11.6px !important;
  }

  .home-section-6 .tips .feature {
    padding: 24px 18px !important;
    gap: 18px !important;
    height: unset !important;
  }

  /*--home section 7--*/
  .home-section-7 .inner .locations {
    flex-direction: column;
    gap: 12px;
  }

  .home-section-7 .right .cost-calculator,
  .home-section-7 .right .charges {
    padding: 14px 6.5px;
    gap: 4px;
  }

  .home-section-7 .right .cost-calculator h3,
  .home-section-7 .right .charges h3 {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }

  .home-section-7 .right .cost-calculator img,
  .home-section-7 .right .charges img {
    width: 30px;
    height: 30px;
  }


  /*--home section 8--*/
  .home-section-8 .container {
    padding: 0 24px 36px 24px;
    text-align: left;
    gap: 32px;
  }

  .home-section-8 .right h2 {
    margin-bottom: 6px;
  }


  /*--home section 9--*/
  .customer-review .review {
    flex-direction: column;
    align-items: center;
  }

  .customer-profile-img {
    width: 100%;
    justify-content: center;
  }

  .home-section-9 .container h2 {
    max-width: 240px;
  }


  /*--home section 10--*/
  .faq-headings,
  .faq-questions {
    width: 100%;
  }

  .faq-headings {
    margin-bottom: 24px;
  }

  .faq-questions details summary {
    padding: 18px 15px;
  }

  .faq-questions details .answer {
    padding: 10px 15px;
  }
}




/*-------------------------*/

@media(max-width: 1349px) {
  .online-bookings {
    top: 324px;
  }

  .happy-customers {
    top: unset;
    bottom: 170px;
  }
}

@media(max-width: 853px) {
  .hero-img {
    right: 15px;
  }
}

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

@media (max-width: 380px) {
  .home-section-2 .container {
    margin-top: 615.5px;
  }
}

@media (max-width: 620px) {
  .home-section-2 .form .row-2 {
    flex-direction: column;
  }
}

@media (min-width: 1165px) and (max-width: 1430px) {
  .home-section-5 .left .packers-movers-img {
    height: auto;
    width: clamp(450px, calc(450px + (650 - 450) * ((100vw - 1165px) / (1430 - 1165))), 650px);
  }

  .home-section-5 .experience {
    padding-top: clamp(12px, calc(12px + (32 - 12) * ((100vw - 1165px) / (1430 - 1165))), 32px);
    padding-bottom: clamp(12px, calc(12px + (32 - 12) * ((100vw - 1165px) / (1430 - 1165))), 32px);
    padding-left: clamp(22px, calc(22px + (42 - 22) * ((100vw - 1165px) / (1430 - 1165))), 42px);
    padding-right: clamp(22px, calc(22px + (42 - 22) * ((100vw - 1165px) / (1430 - 1165))), 42px);
  }
}

@media(max-width: 1164px) {
  .home-section-5 .container {
    flex-direction: column;
    text-align: center;
  }

  .home-section-5 .packers-movers-img {
    width: 688px;
    height: 804px;
  }

  .home-section-5 .experience {
    top: 50px;
    right: 40px;
    padding: 32px 42px;
  }
}

@media (max-width: 540px) {
  .home-section-5 .left .packers-movers-img {
    height: 426.5px;
  }

  .home-section-5 .experience {
    padding: 12px 12px !important;
    right: 2px !important;
    top: 5px !important;
  }

  .home-section-5 .container {
    text-align: left;
  }
}

@media(max-width: 1420px) {
  .home-section-6 .tips {
    max-width: 1000px;
  }

  .home-section-6 .tips .feature {
    height: 308px;
  }

  .home-section-6 .tips .feature h3 {
    max-width: 190px;
  }

  .home-section-6 .tip .number .darrow {
    transform: translateX(70%);
    z-index: -1;
  }
}

@media(max-width: 1120px) {
  .home-section-6 .tips {
    max-width: 690px;
    gap: 12px;
  }

  .home-section-6 .tips .number {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .home-section-6 .tip .number .dcurve {
    width: 104px;
    bottom: 14px;
  }

  .home-section-6 .tip {
    gap: 30px;
  }

  .home-section-6 .tips .feature {
    padding: 20px 10px;
    gap: 8px;
  }

  .home-section-6 .tips .feature::before {
    top: -45px;
    left: -45px;
  }

  .home-section-6 .feature img {
    top: 7px;
    left: 5px;
  }

  .txt-1 {
    max-width: 140px !important;
  }

  .txt-2 {
    max-width: 140px !important;
  }

  .home-section-6 .tip .number .darrow {
    top: 21px;
    width: 300px;
    height: 8px;
  }
}

@media(max-width: 767px) {

  .txt-1,
  .txt-2,
  .txt-3 {
    max-width: unset !important;
  }
}

@media(max-width: 1200px) {
  .home-section-7 .inner {
    flex-direction: column;
    align-items: center;
  }

  .home-section-7 .inner .locations {
    margin: 0 !important;
  }

  .home-section-7 .inner .right {
    flex-direction: row;
    border-radius: none;
    width: 100%;
  }

  .cost-calculator,
  .charges {
    border-radius: 0 !important;
    padding: 22px 62px;
    gap: 24px;
  }
}

@media(min-width: 1025px) {
  .hide {
    display: none;
  }
}

@media(min-width: 768px) and (max-width: 1024px) {
  .customer-profile-img img {
    height: auto;
    width: clamp(204px, calc(204px + (300 - 204) * ((100vw - 768px) / (1024 - 768))), 300px);
  }
}

@media(max-width: 374px) {
  .customer-profile-img img {
    width: 100%;
    height: auto;
  }
}

@media(max-width: 380px) {
  .faq-headings h2 {
    max-width: 310px;
  }
}

@media(max-width: 400px) {
  .review-details {
    padding: 0;
    border: none;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .about-customer {
    gap: 4px;
  }

  .home-section-2 .get-quote-form h2 {
    max-width: 194px;
  }
}

@media(min-width: 767px) and (max-width: 1024px) {
  .hero-inner h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
  }
}


/*------ANIMATION------*/
/*--All--*/


/*--Desktop--*/
@media(min-width: 768px) {
  .hero-features {
    opacity: 0;
    transform: translateY(75%);
    transition: all 0.7s ease;
  }

  .hero-features.anim-show {
    opacity: 1;
    transform: translateY(50%);
  }


  .hero-btn {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.7s ease;
  }

  .hero-btn.anim-show {
    opacity: 1;
    transform: translateX(0);
  }


  .home-section-2 .feature {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.7s ease;
  }

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

  .sa-1,
  .sa-2 {
    opacity: 0;
    transition: all 0.7s ease;
  }

  .sa-1 {
    transform: translateX(-40%);
  }

  .sa-2 {
    transform: translateX(40%);
  }

  .sa-1.anim-show,
  .sa-2.anim-show {
    opacity: 1;
    transform: translateX(0);
  }
}