.breadcrum {
  width: 375px !important;
}

main {
  overflow: visible;
}

.container {
  padding: 50px 80px;
}

.packers-movers-city-section-1 {
  position: relative;
  overflow: hidden;
}

.packers-movers-city-section-1,
.packers-movers-city-section-2,
.packers-movers-city-section-3 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bg-blur-circle-left {
  width: 300px;
  height: 300px;
  position: absolute;
  background: radial-gradient(#fee8238c, #fee8233b, #ffffff 80%);
  top: 100px;
  left: -50px;
}

.bg-blur-circle-right {
  width: 300px;
  height: 300px;
  position: absolute;
  background: radial-gradient(#fee82365, #ffffff 70%);
  bottom: 100px;
  right: 50px;
}


/*---packers-movers-city-section-2---*/
.packers-movers-city-section-1 .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 100;
}

.packers-movers-city-section-1 .inner h2 {
  margin-bottom: 8px;
}

.packers-movers-city-section-1 .container .row {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.packers-movers-city-section-1 .container .inner {
  margin: auto 0;
}

.packers-movers-city-section-1 .row p {
  color: #00000099;
}

.mt {
  margin-top: 18px;
}

.packers-movers-city-section-1 .packers-movers-img-1 {
  width: 578px;
  height: 377px;
}

.packers-movers-city-section-1 .packers-movers-img-2 {
  width: 582px;
  height: 316px;
}

/*---packers-movers-city-section-2*/
.packers-movers-city-section-2 .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.packers-movers-city-section-2 .get-quote-form {
  max-width: 749px;
  min-width: 440px;
  background-color: #fee823;
  /* border: 1px solid #00000099; */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  gap: 27px;
  align-items: center;
  flex-shrink: 0;
}

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

.packers-movers-city-section-2 .get-quote-form .form p {
  color: #000000;
}

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

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

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

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

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

.packers-movers-city-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%;
}

.packers-movers-city-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%;
}

.packers-movers-city-section-2 .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;
}

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


.packers-movers-city-features {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 434px;
  width: 100%;
}

.packers-movers-city-features .card {
  background-color: #000000;
  color: #fee823;
  border-radius: 8px;
  border: 1px solid #fee823;
  text-align: center;
  padding: 33px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.packers-movers-city-features .card img {
  width: 70px;
  height: 70px;
}

.packers-movers-city-features h3 {
  max-width: 228px;
}


/*---packers-movers-city-section-3---*/
.packers-movers-city-section-3 .container {
  display: flex;
  gap: 44px;
  align-items: start;
  padding-top: 0 !important;
}

.relocation-services {
  max-width: 414px;
  min-width: 245px;
  width: 100%;
  /* height: 100%; */
  /* flex-shrink: 0; */
  position: sticky;
  top: 30px;
  z-index: 1000;
}

.relocation-services h2 {
  padding: 0;
  border-left: none;
  position: relative;
  margin-bottom: 24px;
}

.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;
  transition: all 0.15s ease;
}

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

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

.relocation-services h2::before {
  content: '';
  width: 67px !important;
  height: 4px !important;
  background-color: #0b4b89;
  position: absolute;
  bottom: -2px;
  left: 0;
}


/*---packers-movers-section-3---*/
/*------------Inner------------*/
.how-packers-movers-work {
  max-width: 823px;
  min-width: 637px;
  width: 100%;
}

.inner-links {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 36px;
}

.inner-links a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0 -1px 9.2px #00000023;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-link {
  background-color: #fee823;
}

/*--inner-section-1--*/
.inner-section-1 {
  margin-bottom: 36px;
}

.inner-section-1 h2 {
  margin-bottom: 24px;
}

.how-it-works {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 630px;
  width: 100%;
}

.how-it-works .feature {
  display: flex;
  gap: 24px;
  align-items: start;
}

.how-it-works .feature img {
  width: 52px;
  height: 52px;
}

.how-it-works .feature .inner h3 {
  margin-bottom: 8px;
}

.how-it-works .feature .inner p {
  color: #00000099;
}


/*--inner-section-2--*/
.inner-section-2 h2 {
  margin-bottom: 18px;
}

.inner-section-2 p {
  color: #00000099;
}

.our-professionals {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.professionals-card {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}

.about-professionals {
  max-width: 547px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  margin-left: 8px;
}

.name-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md {
  font-weight: 500;
  color: #000000 !important;
}

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

.about-professionals .location {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
}

.about-professionals .location img {
  margin-top: 5px;
}

.about-professionals .buttons {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.about-professionals .buttons button {
  height: 46px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.buttons .view-profile {
  background-color: #000000;
  color: #ffffff;
  width: 128px;
}

.buttons .view-profile:hover {
  background-color: #fee823;
  color: #000000;
}

.buttons .free-quote {
  background-color: #fee823;
  width: 200px;
}

.buttons .free-quote:hover {
  background-color: #000000;
  color: #ffffff;
}

.buttons .call-btn {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000099;
  padding-left: 8px;
}

.recommented {
  background-color: #fffde8;
}

.recommended-batch {
  height: 32px;
  background-color: #0b4b89;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  width: 225px;
  text-align: center;
  position: absolute;
  bottom: 26px;
  right: -71px;
  transform: rotate(318deg);
}

.shadow {
  box-shadow: 0 -1px 9.6px #0000003b;
}

.professionals-card .professional-img {
  width: 227px;
  height: 320px;
}


/*--inner-section-3--*/
.inner-section-3 {
  margin-top: 36px;
}

.inner-section-3 h2 {
  margin-bottom: 24px;
}

.inner-review {
  padding: 28px;
  display: flex;
  gap: 27px;
  align-items: center;
}

.inner-review .about-review {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #00000099;
  max-width: 486px;
}

.inner-review .review-img {
  width: 247px;
  height: 304px;
}

.user-profiles-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 440px;
  width: 100%;
}

.user-profiles-next .user-profile {
  display: flex;
  gap: 18px;
  align-items: center;
}

.user-profile .inner {
  display: flex;
  flex-direction: column;
}

.right {
  transform: rotate(180deg);
}


/*--inner-sectoin-4--*/
.home-section-10 {
  flex-direction: column;
}

.faq-questions {
  width: 100%;
}

.faq-questions details {
  border-radius: 8px;
  overflow: hidden;
}

.faq-questions details summary {
  transition: 0s;
}

.faq-questions .answer {
  background-color: #fee823;
  padding: 0 28px 28px 28px !important;
}

.faq-headings h2 {
  text-align: left;
  margin-top: 36px;
}

.faq-headings {
  width: 100%;
}

/*--inner-section-5--*/
.inner-section-5 h2 {
  margin-bottom: 24px;
  margin-top: 36px;
}

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

.inner-section-5 .question {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 36px;
}

.inner-section-5 .question img {
  width: 24px;
  height: 24px;
}

.m {
  margin-bottom: 8px;
  margin-top: 12px;
}

.points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.point {
  display: flex;
  gap: 8px;
  align-items: center;
}

.inner-section-5 .md {
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 8px;
}

/*----------------*/
.furniture-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #bdbdbd;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 12px;
  max-width: 651px;
}

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

.furniture-table .bg {
  background-color: #fafafa;
}

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

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

.mw {
  max-width: 784px;
}

.delhi-ncr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  column-gap: 14px;
}

.delhi-ncr .location {
  display: flex;
  align-items: start;
  gap: 18px;
}

.delhi-ncr .location img {
  margin-top: 10px;
}


.professionals-img-container {
  width: 227px;
  min-width: 173px;
  background-image: url(../../assets/images/our-professional-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.phone-btn {
  background-color: #000000;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
}

.phone-btn img {
  width: 24px;
  height: 24px;
}





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

  .packers-movers-city-section-1 .row {
    flex-direction: column;
    gap: 32px;
  }

  .packers-movers-city-section-1 .packers-movers-img-1,
  .packers-movers-city-section-1 .packers-movers-img-2 {
    max-width: 690px !important;
    width: 100% !important;
  }

  .packers-movers-city-section-1 .inner h2 {
    margin-bottom: 24px;
  }

  .packers-movers-city-section-1 .inner {
    text-align: center;
  }

  .col-re {
    flex-direction: column-reverse !important;
  }

  .bg-blur-circle-left {
    top: 20px;
  }

  .bg-blur-circle-right {
    transform: translateY(-100%);
    right: -50px;
  }


  /*---packers-movers-city-section-2---*/
  .packers-movers-city-section-2 .get-quote-form {
    width: unset !important;
    min-width: unset;
    margin: 0 auto;
  }

  .packers-movers-city-section-2 .container {
    flex-direction: column;
    gap: 32px;
  }

  .packers-movers-city-features {
    max-width: unset;
    gap: 24px;
  }

  .packers-movers-city-features .card {
    flex: 1;
  }

  .packers-movers-city-feature-container {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    max-width: unset !important;
    width: unset !important;
  }


  /*--inner-section-2--*/
  .recommended-batch {
    transform: unset;
    top: 0;
    left: 0;
    width: 173px;
    background-color: #2e82c0;
  }

  .professionals-img-container {
    width: 173px;
  }

  .inner-section-2 .buttons {
    gap: 12px;
  }

  .inner-section-2 .buttons .phone-btn {
    margin-left: 8px;
  }

  .professionals-card {
    padding-right: 18px;
  }

  .about-professionals {
    margin-left: 24px;
  }

  .name-rating {
    margin-bottom: 12px;
  }

  .professionals-img-container {
    background: url(../../assets/images/professionals-img-2.jpg);
    background-position: center;
    background-size: cover;
  }


  /*--inner-section-4--*/
  .faq-questions details summary h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
}

.packers-movers-city-feature-container {
  max-width: 434px;
  width: 100%;
  margin-top: 50px;
}



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

  .bg-blur-circle-left {
    top: 2px;
    left: -150px;
  }

  .bg-blur-circle-right {
    transform: translateY(-75%);
    right: -150px;
  }

  /*---packers-movers-city-section-2---*/
  .packers-movers-city-section-2 .packers-movers-city-features {
    gap: 24px;
    max-width: 414px;
  }

  .packers-movers-city-section-2 .get-quote-form {
    padding: 20px;
    gap: 36px;
  }

  /*---packers-movers-city-section-3---*/
  .packers-movers-city-feature-container {
    flex-direction: column;
    align-items: center;
    max-width: 414px !important;
    margin: auto;
    margin-top: 36px;
  }

  .inner-links {
    flex-wrap: wrap;
  }

  .inner-links .service-link {
    max-width: 136px;
  }

  .how-packers-movers-work {
    max-width: 637px;
    min-width: unset;
    width: 100%;
  }


  /*--inner-section-2--*/
  .our-professionals {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .professionals-card {
    flex-direction: column;
    padding-right: 0;
    border-radius: 5px;
    border: 1px solid #00000040;
    box-shadow: 0 -1px 9.2px #0000003b;
  }

  .professionals-card .professionals-img-container {
    height: 147px;
    width: 100%;
    background-repeat: no-repeat;
  }

  .name-rating .rating {
    flex-direction: column;
  }

  .about-professionals {
    max-width: unset !important;
    width: unset;
    padding: 12px;
    margin: 0;
  }

  .about-professionals .buttons {
    margin-top: 24px;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-professionals .buttons button {
    width: 100%;
  }

  .call-btn.dnone {
    display: flex !important;
    gap: 4px;
  }

  .phone-btn.show {
    display: none !important;
  }

  .call-btn.dnone img {
    width: 24px;
    height: 24px;
  }


  /*--inner-section-5--*/
  .furniture-table div {
    padding: 0 10px;
  }

  .packers-movers-city-features .card {
    padding: 40px 52px;
  }

  .packers-movers-city-features {
    gap: 18px;
  }
}





/*--------------------------*/
@media(max-width: 1400px) {
  .packers-movers-city-section-1 .packers-movers-img-1 {
    width: clamp(430px, calc(123.33vw - 1148.62px), 578px);
    height: auto;
  }

  .packers-movers-city-section-1 .packers-movers-img-2 {
    width: clamp(500px, calc(65vw - 332px), 578px);
    height: auto;
  }
}

@media(max-width: 1280px) {
  .packers-movers-city-section-1 .packers-movers-img-1 {
    width: 380px;
  }

  .packers-movers-city-section-1 .packers-movers-img-2 {
    width: 400px;
  }
}


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

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

  .packers-movers-city-section-2 .get-quote-form {
    flex-shrink: unset;
  }
}

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

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

@media(max-width: 1280px) {
  .packers-movers-city-section-3 .container {
    padding: 50px 60px;
  }
}


.circular-arrow {
  width: 32px;
  height: 32px;
  background: url(../../assets/icons/plus-circle.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.15s;
  transform: rotateZ(0deg);
}

.faq-questions details[open]>summary .circular-arrow {
  transition: all 0.15s;
  transform: rotateZ(90deg);
  background: url(../../assets/icons/minus-circle.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.faq-questions details[open] {
  border-radius: 12px;
}

@media(max-width: 1415px) {
  .inner-section-2 .buttons {
    flex-wrap: wrap;
  }
}

.show {
  display: none;
}

@media(max-width: 1024px) {
  .how-packers-movers-work {
    margin: auto;
  }

  .dnone {
    display: none !important;
  }

  .show {
    display: inline-block;
  }

  .phone-btn.show {
    display: flex;
  }
}

@media(max-width: 650px) {
  .inner-review .review-img {
    display: none;
  }

  .inner-review {
    justify-content: center;
    background-color: #f7f6e6;
  }

  .delhi-ncr {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 400px) {
  .user-profiles-next {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
}


/*----ANIMATION----*/
@media(min-width: 1025px) {
  .packers-movers-city-section-1 .container .row {
    transform: translateX(-40%);
    opacity: 0;
    transition: all 0.7s ease;
  }

  .packers-movers-city-section-1 .container .row.col-re {
    transform: translateX(40%);
    opacity: 0;
    transition: all 0.7s ease;
  }

  .packers-movers-city-section-1 .container .row.anim-show {
    opacity: 1;
    transform: translateX(0);
  }

  .packers-movers-city-features .card {
    transform: translateY(25%);
    opacity: 0;
    transition: all 0.7s ease;
  }

  .packers-movers-city-features .card.anim-show {
    transform: translateY(0);
    opacity: 1;
  }
}