body {
  padding-top: 0px;
  font-family: "Poppins", sans-serif;
}

.container-large {
  width: 100%;
  max-width: 1648px;
  margin: 0 auto;
  padding: 0 32px;
}
/*  */
section.hero-section1 {
  padding: 0 20px;
  padding-top: 354px;
  padding-bottom: 100px;
  max-width: 100%;
  width: 100%;
  position: relative;
  align-items: flex-start;
  /* height: 80dvh; */
}

.hero-text1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  text-align: start;
}

.hero-text1 .hero-text2 {
  margin-top: 80px;
  padding: 16px;
  border: 1px solid white;
  border-radius: 24px;
  display: flex;
  align-items: center;
}

.hero-text1 h1 {
  font-size: 96px;
  color: white;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: left;
  line-height: 1;
}

.hero-text1 h1 span {
  color: #ed5427;
}

.hero-text1 p {
  margin-top: 24px;
  max-width: 398px;
  font-family: "DM Sans", sans-serif;
  /* font-weight: 600; */
  font-size: 36px;
  line-height: 1.16;
  color: white;
  text-align: left;
  line-height: 33px;
}

.starting-price-lable {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: white;
  vertical-align: bottom;
  text-align: left;
}

.price-lable {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  color: white;
  line-height: 1.95;
}
section .sub-form-wrapper {
  padding: 40px;
  width: 100%;
  max-width: 516px;
  position: absolute;
  bottom: -96px;
  right: 52px;
  box-shadow: 0px 30.94px 61.89px 0px #25314c14;
}

.sub-form-wrapper .top-title {
  font-family: montserratBold;
  font-size: 36px;
  line-height: 1.1;
}
.sub-form-wrapper .top-sub-title {
  font-family: montserrat;
  font-size: 18px;
  line-height: 1.5;
  color: #6d758f;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  html body {
    padding-top: 0px;
  }
  section.hero-section1 {
    margin: 0px;
    padding: 0 20px;
    padding-top: 150px;
  }
  section .sub-form-wrapper {
    margin-top: 60px;
    position: relative;
    bottom: -0px;
    right: 0px;
  }
  .hero-text1 .hero-text2 {
    margin-top: 32px;
  }
  .hero-text1 {
    align-items: center;
  }
}

@media (max-width: 600px) {
}
@media (max-width: 480px) {
}

/* Introducing logisty */
section#process_explanation {
  margin-top: 196px;
  background: black;
  padding-top: 150px;
  padding-bottom: 82px;
}

#process_explanation .process_explanation-main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 110px;
  color: white;
}

.process_explanation-main-wrapper .process_explanation-left-wrapper {
  /* flex: 1; */
  width: 100%;
  max-width: 692px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.process_explanation-main-wrapper .process_explanation-left-wrapper h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: white;
}
.process_explanation-main-wrapper .process_explanation-left-wrapper span {
  text-align: left;
}

@media (max-width: 1024px) {
  section#process_explanation {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #process_explanation .process_explanation-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
  }
  .process_explanation-main-wrapper .process_explanation-left-wrapper {
    max-width: 100%;
  }
  main.main-content1 {
    background-size: cover;
    background-position: top;
  }
}

@media (max-width: 600px) {
  section#process_explanation {
    margin: 0px;
    padding-top: 80x;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  section#process_explanation {
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 823px) {
  body {
    padding-top: 0px;
  }
  .mobile-bg {
    padding: 0px;
  }
}

.instant-quote {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.instant-quote:hover {
  filter: brightness(1.1);
  transform: translateY(-4px);
}
.instant-quote:active {
  transform: translateY(0);
}

/* Move Smatter */
.section_smart-move {
  padding: 120px 0;
}

.smart-move-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.smart-move-main-wrapper h2 {
  width: 100%;
  max-width: 760px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #050505;
}
.smart-move-main-wrapper h2 span {
  color: #ff4703;
}
.smart-move-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
  flex-wrap: wrap;
}
.smart-move-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 212px;
}

.smart-move-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.smart-move-card-content h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #000714;
  text-align: center;
  width: 100%;
  max-width: 280px;
}

@media (max-width: 1024px) {
  .section_smart-move {
    padding: 80px 0;
  }
  .smart-move-main-wrapper {
    gap: 60px;
  }
  .smart-move-layout {
    gap: 60px;
  }
}

@media (max-width: 600px) {
  .smart-move-main-wrapper {
    gap: 40px;
  }
  .smart-move-layout {
    gap: 40px;
  }
  .smart-move-card {
    gap: 24px;
  }
  .smart-move-main-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .section_smart-move {
    padding: 40px 0;
  }
  .smart-move-main-wrapper {
    gap: 32px;
  }
  .smart-move-layout {
    gap: 24px;
  }
  .smart-move-card {
    gap: 16px;
  }
}

/* Book now */
.section_logisty-book-now .logisty-book-now-main-wrapper {
  position: relative;
  padding: 74px;
  height: 534px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  background-color: black;
  overflow: hidden;
}

.logisty-book-now_bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section_logisty-book-now .linear-gradient-black-block {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0.33%, #000000 59.55%);
}

.logisty-book-now-content {
  position: relative;
  width: 100%;
  max-width: 566px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 68px;
}

.logisty-book-now-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: white;
}
.logisty-book-now-content .button-link {
  padding: 12px 24px;
  min-width: 218px;
  border-radius: 16px;
  background-color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  color: #ed5427;
}

@media (max-width: 1024px) {
  .section_logisty-book-now .logisty-book-now-main-wrapper {
    height: 400px;
  }
  .logisty-book-now-content {
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .section_logisty-book-now .linear-gradient-black-block {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0.33%, #000000 59.55%);
  }
  .logisty-book-now-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .section_logisty-book-now .logisty-book-now-main-wrapper {
    height: 300px;
  }
}

/* Moving Services */
.section_moving-services {
  padding: 120px 0;
}

.moving-services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.moving-services-wrapper h2 {
  width: 100%;
  max-width: 504px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #050505;
}
.moving-services-wrapper h2 span {
  color: #ff4703;
}

.moving-services-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 22px;
  row-gap: 22px;
}
.moving-service-card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #121212;
  color: white;
}

.moving-service-card_image {
  width: 100%;
  height: 344px;
  object-fit: cover;
}

.moving-service-card_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.moving-service-card_details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.moving-service-card_details h3 {
  font-size: 24px;
  line-height: 1.2;
  text-align: start;
  color: white;
}

.moving-service-card_details p {
  font-size: 14px;
  line-height: 1.2;
  color: white;
}

.moving-services-flex-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.moving-services-image-alyout {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2.58%;
}
.moving-service-card_image {
  width: 100%;
  overflow: hidden;
}

.moving-service-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-large {
  max-width: 40.9%;
}
.image-medium {
  max-width: 32.51%;
}
.image-small {
  max-width: 24.05%;
}

@media (max-width: 1024px) {
  .section_moving-services {
    padding: 80px 0;
  }
  .moving-services-wrapper {
    gap: 60px;
  }
  .moving-service-card_content {
    padding: 32px;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .section_logisty-book-now .logisty-book-now-main-wrapper {
    padding: 32px;
  }
  .moving-services-wrapper h2 {
    font-size: 30px;
  }

  .moving-services-wrapper {
    gap: 40px;
  }
  .moving-services-grid-layout {
    grid-template-columns: 1fr 1fr;
  }
  .moving-service-card_image {
    height: 200px;
  }
  .moving-service-card_content {
    padding: 24px;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .section_logisty-book-now .logisty-book-now-main-wrapper {
    padding: 24px;
  }
  .section_moving-services {
    padding: 40px 0;
  }
  .moving-services-grid-layout {
    grid-template-columns: 1fr;
  }
  .moving-services-wrapper {
    gap: 32px;
  }
  .moving-services-flex-wrapper {
    gap: 12px;
  }
}

/* Next- gen */
#trukker-next-gen.section_trukker-next-gen {
  background-color: black;
  color: white;
  padding: 120px 0;
}
.next-gen-header-wrapper {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
#trukker-next-gen h2.heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: white;
}
#trukker-next-gen h2.heading span {
  color: #ff4703;
}
#trukker-next-gen p.sub-heading {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.next-gen-grid-layout {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.next-gen-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 332px;
}
.next-gen-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.next-gen-card-content h3 {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 280px;
}
.next-gen-card-content p {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  #trukker-next-gen.section_trukker-next-gen {
    padding: 80px 0;
  }
}

@media (max-width: 600px) {
  #trukker-next-gen.section_trukker-next-gen {
    padding: 60px 0;
  }
  #trukker-next-gen h2.heading {
    font-size: 30px;
  }

  .next-gen-grid-layout {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .next-gen-card {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .next-gen-header-wrapper {
    gap: 24px;
  }
  .next-gen-grid-layout {
    margin-top: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 32px;
  }
  #trukker-next-gen .sub-heading {
    padding: 0 !important;
  }
}

/* FQA */
#faqs .faqs_main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
#faqs .container {
  max-width: 1624px;
  margin: 0 auto;
}
summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

summary.summaryContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 16px;
  padding: 0;
}
details .summary-details {
  font-family: "DM Sans", sans-serif;
  color: #6a6a6a;
  padding-top: "12px";
}

/* Icon animation */
.faq-icon {
  transition: transform 0.3s ease;
}

/* Rotate when open */
details[open] .faq-icon {
  transform: rotate(180deg);
}

.faqs_main-wrapper h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #050505;
  text-align: left;
  max-width: 502px;
  position: sticky;
  top: 150px;
}
.faqs_main-wrapper h2 span {
  color: #ed5427;
}
.faqs_main-wrapper .faq_right-wrapper {
  width: 100%;
  max-width: 714px;
}
.faqs_main-wrapper .faq_right-wrapper .questionContainer {
  border: none;
  border-top: solid #ed5427 1px;
  padding: 28px 0px;
  margin-top: 0;
}
.faqs_main-wrapper .faq_right-wrapper .questionContainer:last-child {
  border-bottom: solid #ed5427 1px;
}

@media (max-width: 600px) {
  #faqs .faqs_main-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .faqs_main-wrapper h2 {
    position: relative;
    top: 0px;
    font-size: 30px;
  }
  .faqs_main-wrapper .faq_right-wrapper .questionContainer {
    padding: 20px 0px;
  }
}

@media (max-width: 480px) {
  #faqs {
    padding: 60px 0px;
  }
}
