/* section padding  */
.section-padding {
  padding: 100px 20px;
}

/* Tablet */
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .section-padding {
    padding: 50px 16px;
  }
}


/* hero title  */
.hero-title {
  font-size: clamp(32px, 7vw, 60px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.hero-description {
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 500;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  margin: 0;
}


/* sticky image  */
.snaplife-video-sec-internal {
  position: sticky;
  top: 100px;
}

/* Tablet */
@media (max-width: 991px) {
  .snaplife-video-sec-internal {
    top: 80px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .snaplife-video-sec-internal {
    position: static;
    top: auto;
  }
}

.snaplife-video-sec-internal img {
  width: 100%;
  height: auto;
  display: block;
}

/* banner form  */
.form-group-new {
  margin: 0;
  padding: 0;
}

.form-group-new input,
.form-group-new textarea {
  border: 1px solid #aaaaaa88;
  ;
}


/* new card style  */

.sticky-service-card {
  display: flex;
  gap: 20px;
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.sticky-service-card:last-child {
  margin-bottom: 0;
}

.sticky-service-icon {
  width: 70px;
  min-width: 70px;
}

.sticky-service-icon img {
  width: 60px;
  height: auto;
}

.sticky-service-content h3 {
  margin-bottom: 12px;
  text-align: left;
}

.sticky-service-content p {
  margin-bottom: 0;
  text-align: left;
}

.sticky-image-box {
  position: sticky;
  top: 100px;
}

.local-service-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.local-service-box {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.local-service-box:first-child {
  padding-top: 0;
}

.local-service-box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.local-service-icon {
  width: 70px;
  min-width: 70px;
}

.local-service-icon img {
  width: 58px;
  height: auto;
}

.local-service-content h3 {
  margin-bottom: 10px;
  text-align: left;
}

.local-service-content p {
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 575px) {

  .sticky-service-card,
  .local-service-box {
    gap: 15px;
  }

  .sticky-service-icon,
  .local-service-icon {
    width: 55px;
    min-width: 55px;
  }

  .sticky-service-icon img {
    width: 50px;
  }

  .local-service-icon img {
    width: 48px;
  }

  .local-service-wrap {
    padding: 25px;
  }
}

.plain-service-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.plain-service-card {
  flex: 0 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  text-align: center;
  padding: 15px;
}

.plain-service-card img {
  width: 58px;
  height: auto;
  margin-bottom: 18px;
}

.plain-service-card h3 {
  margin-bottom: 12px;
  text-align: center;
}

.plain-service-card p {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .plain-service-card {
    flex: 0 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  .plain-service-flex {
    gap: 25px;
  }

  .plain-service-card {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 10px;
  }

  .plain-service-card img {
    width: 50px;
  }
}

@media (max-width: 767px) {
    .plain-service-flex {
        gap: 18px !important;
    }

    .plain-service-card {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

/* hero trust signal sectinon  */
.hero-feature-cta-wrap {
    margin-top: 24px;
}

.hero-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 60px;
    max-width: 820px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.hero-feature-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 24px;
}

.hero-cta-btn-wrap {
    margin-top: 28px;
}

.relocation-cost-factor-row {
    margin-top: 20px;
}

.relocation-cost-factor-card {
    height: 100%;
    background-color: #ffffff;
    padding: 24px 24px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.relocation-cost-factor-card h3 {
    text-align: left;
    margin-bottom: 12px;
}

.relocation-cost-factor-card p {
    text-align: left;
    margin-bottom: 0;
}

.relocation-cost-factor-image-card {
    padding: 0;
    overflow: hidden;
}

.relocation-cost-factor-image-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .relocation-cost-factor-card {
        padding: 22px 20px;
    }

    .relocation-cost-factor-image-card {
        padding: 0;
    }

    .relocation-cost-factor-image-card img {
        min-height: 240px;
    }
}

.international-moving-process-row {
    margin-top: 20px;
}

.international-moving-process-card {
    height: 100%;
    background-color: #ffffff;
    padding: 28px 24px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.international-moving-process-card:hover {
    transform: translateY(-4px);
}

.international-moving-process-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  padding: 8px;
  background: #eff3f6;
  border-radius: 16px;
  margin-top: -50px;
}

.international-moving-process-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.international-moving-process-content h3 {
    text-align: left;
    margin-bottom: 12px;
}

.international-moving-process-content p {
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .international-moving-process-card {
        padding: 24px 20px;
    }

    .international-moving-process-icon {
        width: 56px;
        height: 56px;
    }
}



.international-stacked-wrap {
    position: relative;
    margin-top: 30px;
    overflow: visible;
}

.international-stacked-card {
    position: sticky;
    background-color: #eff3f6;
    border: 1px solid #22222210;
    border-radius: 22px;
    padding: 45px 45px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

/* Stack offsets */
.international-stacked-card-1 {
    top: 90px;
    z-index: 1;
}

.international-stacked-card-2 {
    top: 115px;
    z-index: 2;
}

.international-stacked-card-3 {
    top: 140px;
    z-index: 3;
}

.international-stacked-card-4 {
    top: 165px;
    z-index: 4;
}

.international-stacked-card-5 {
    top: 190px;
    z-index: 5;
}

/* Image */
.international-stacked-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    display: block;
}

/* Tablet and mobile: remove sticky */
@media (max-width: 991px) {
    .international-stacked-card {
        position: relative;
        top: auto !important;
        z-index: auto;
        padding: 30px 20px;
    }

    .international-stacked-content h3 {
        font-size: 28px;
    }

    .international-stacked-content p {
        font-size: 16px;
    }

    .international-stacked-image img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .international-stacked-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .international-stacked-content h3 {
        font-size: 24px;
    }

    .international-stacked-image img {
        height: 230px;
        border-radius: 14px;
    }

    .international-stacked-card .col-lg-6[style] {
        padding-left: 15px !important;
    }
}

.two-cta-btn{
    display: flex;
    align-items: center;
    gap: 20px; /* Space between buttons */
    margin-top: 20px;
    flex-wrap: wrap; /* Buttons stack on smaller screens */
}

.two-cta-btn .welcom-btn-position{
    margin: 0 !important;
}

.hero-feature-grid-storage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 480px) {

  .hero-feature-grid {
    display: flex;
    flex-direction: column;
    gap: 22px 60px;
    max-width: 820px;
}
}

.white-card {
    background: #ffffff;
    border: 1px solid #e5e5e550;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
}

.white-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.10);
    border-color: #d9d9d950;
}

.box-shadow-one{
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

/* blog images  */
.blog-img {
    height: 250px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-content p {
    flex-grow: 1;
}

.blog-content .site-button {
    margin-top: auto;
    align-self: flex-start;
}

/* Blog Content Table */
.blog-inner-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0 30px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
}

.blog-inner-content table thead {
    background: #f86909;
}

.blog-inner-content table thead th {
    padding: 16px 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    border: none;
}

.blog-inner-content table tbody td {
    padding: 15px 20px;
    color: #555555;
    line-height: 1.6;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
}

.blog-inner-content table tbody td:first-child {
    color: #222222;
    font-weight: 600;
}

.blog-inner-content table tbody tr:nth-child(even) {
    background: #fff7f2;
}

.blog-inner-content table tbody tr {
    transition: background-color 0.3s ease;
}

.blog-inner-content table tbody tr:hover {
    background: #fff0e6;
}

.blog-inner-content table tbody tr:last-child td {
    border-bottom: none;
}

.blog-inner-content table thead th:first-child {
    border-radius: 9px 0 0 0;
}

.blog-inner-content table thead th:last-child {
    border-radius: 0 9px 0 0;
}

.blog-inner-content .overflow-auto {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    .blog-inner-content table {
        min-width: 650px;
        font-size: 14px;
    }

    .blog-inner-content table thead th,
    .blog-inner-content table tbody td {
        padding: 13px 15px;
    }
}