@font-face{
    src: url('../font/Nunito/Nunito-Regular.ttf');
    font-family: Nunito;
}

@font-face{
    src: url('../font/Biryani/biryani-Bold.ttf');
    font-family: Briyani;
}
section.latest-blogs-section.section.bg-blue p {
    color: white !important;
}
a.check.bttn {
    text-decoration: none !important;
}
.icon-circle {
    background: #1161870A;
    border-radius: 50%;
    padding: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    margin-left: -56px;
}
.testimonial-section {
    background-color: #3782b7; /* The dark blue background from the image */
    padding: 80px 0;
    font-family: Arial, sans-serif;
}

.review-box {
    background-color: #3386AA !important;
    padding: 30px;
    border-radius: 20px;
}
.right_mover{
    text-align: center !important;
}
section.ready-to-move img {
    padding-bottom: 10px !important;
}
section.section.why-first h2 {
    color: white;
    margin-bottom: 30px;
    font-weight: 700;
}
.right-content h2 {
    font-weight: 700;
}
section.ready-to-move {
    text-align: center !important;
    padding-bottom: 40px;
    padding-top: 40px;
}
.text-side {
    display: flex !important
;
}
.indian {
    text-align: left;
}
.how-it-works h2 {
    font-weight: 700;
}
.individual p {
    color: #313131;
}
.banner.container {
     display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background: rgba(114, 122, 137, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    /* padding: 15px 18px; */
    width: 80%;
    margin: 31px 0;
    border: 1px solid #C3C6CB;
}

.verified-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.review-container h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.verified-item img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* ensures white icon if needed */
}
section.section.review-container {
    background: #2881A9;
}
section.section.review-container h2 {
    color: white !important;
}
.bg-blue {
    background: #2983AB !important;
}
.review-box h4 {
    color: white !important;
}
.review-box p {
    color: white !important;
}
section.ready-to-move h2 {
    padding-bottom: 10px;
    font-weight: 700;
}

.btn-main {
    display: flex
;
    background-color: #EBB646;
    border-radius: 7px;
    width: fit-content;
}
.btn-main.btn-main-2 {
    margin: 0 auto;
}

.btn-main.newww{
    margin: 0 auto;
}
.service-card.local h3 {
    color: #1D1D1D;
}
.extra-box.budget {
    background: #F5F9FA;
}
.extra-box.budget p
 {
    color: #313131;
}
.service-card.local p {
    color: #1D1D1D;
}
section.our-services.types_moving {
    background: none;
}
p.section-subtitle.types {
    color: #1D1D1D;
}
section.our-services.types_moving h2 {
    color: black;
    font-weight: 700;
}
img.markk {
    padding-right: 10px !important;
}
.packing-process h2 {
    font-size: 30px;
    margin-bottom: 10px !important;
    font-weight: 700;
}
.text-side.sheets {
    display: flex !important
;
    gap: 80px !important ;
}
.firsttt_pick p {
    color: #313131;
}
p.here_is {
    text-align: center;
    color: #313131;
    padding-bottom: 10px;
}
section.firstpick-section h2 {
    text-align: left;
    font-weight: 600;
}
.testimonial-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff; /* White text for the title */
    margin-bottom: 40px;
}

/* Slider Wrapper - Contains the track and dots */
.testimonial-slider-wrapper {
    position: relative;
    overflow: hidden; /* Important to hide slides that are not currently visible */
    margin-bottom: 30px;
}

/* Slide Track - Flex container for all testimonial cards */
/* NOTE: In a real slider, this element would be translated horizontally by JavaScript */
.testimonial-slide-track {
    display: flex;
    justify-content: center; /* Center the cards if there are fewer than the max display */
    gap: 30px; /* Space between the cards */
    /* This width and transition are often controlled by JS for real sliders */
    width: auto; 
    transition: transform 0.5s ease;
}

/* Individual Testimonial Card */
.testimonial-card {
    background-color: #3782b7; /* Keeping the card background the same as the section for a subtle look */
    /* Use a slightly different color like #4490c0 if you want a visible difference */
    color: var(--text-color-light);
    padding: 30px 35px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 550px; /* Set a max width for the cards */
    min-height: 250px; /* Ensures all cards have a minimum height */
    position: relative;
    /* This flex-shrink: 0 is important in a slider to prevent cards from shrinking */
    flex-shrink: 0; 
    border: 1px solid #ffffff10; /* Very subtle border */
}

.quote-icon {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 15px;
    color: rgba(255, 255, 255, 0.4); /* Muted white quote icon */
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-top: 20px; /* Space for the quote icon */
}

.customer-name {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 3px;
}

.customer-title {
    font-size: 14px;
    font-style: italic;
    color: var(--text-color-light);
    opacity: 0.8;
}

/* Slider Pagination Dots */
.slider-dots {
    text-align: center;
    margin-top: 30px;
}

.dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.4); /* Inactive dot color */
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #ffffff; /* Active dot color */
}
section.our-services h2 {
    color: white;
}
p.section-subtitle {
    color: white;
}
section.section.our-work {
    background: #2881A9;
}
section.section.our-work {
    color: white;
}
p.our-work-paragraph {
    color: white;
}
p.how_first {
    color: white !important;
}
p.verificationn {
    color: white !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.our-work-box {
    width: 45%;
    /* border: 1px solid #116187; */
    border-radius: 20px;
    padding: 20px;
    background: #3386AA;
    border: none;
}
.right-content p {
    color: #313131;
}
.steps.flex .step::after {
    content: "";
    position: absolute;
    top: 16%;
    right: 27px;
    width: 58%;
    height: 2px;
    background-color: #116187;
    z-index: -1;
    transform: translateX(60%);
}
.steps.flex .step:last-child::after { display: none; }

.our-services {
  background: #267EA6;
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
}
.extra-box p
 {
    color: white;
}
.container {
  max-width: 1100px;

}

/* ===== Titles ===== */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}


/* ===== Service Cards ===== */
.services-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  text-align: center;
 
}

.service-card:hover {
  transform: translateY(-5px);
}

.icon-box img {
  width: 60px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.service-card p {
  color: white;
}

/* ===== Extra Box ===== */
.extra-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin: 40px auto 30px;
  max-width: 900px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== Button ===== */
.btn-wrapper {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  background: #fbbd19;
  color: #003a5d;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  background: #ffd65a;
}

.arrow {
  margin-left: 8px;
}
.avoid-uncertainty p {
    color: #313131;
}
.avoid-uncertainty {
    background: #F5F9FA;
    padding: 20px;
    border-radius: 10px;
}
.step:last-child::after {
    content: none;
}
section.section.why-first p {
    color: white;
}
p.why_choosee.what_makes {
    padding-top: 40px;
}
p.share-youre {
    color: #313131;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.img{
    width: 100%;
}
.relocation-section {
    background-color: #f0f4f8;
    padding: 40px 0;
}
.firstpick-section {
  padding: 40px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}


.services-section {
  background: linear-gradient(180deg, #52bce7 0%, #116187 100%);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}


/* ---------- Service Boxes ---------- */
.services-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.service-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
  flex: 1;
  min-width: 250px;
  transition: 0.3s;
}

.service-box:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.service-icon {
  width: 60px;
  margin-bottom: 20px;
}

.service-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.service-box p {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* ---------- Extra Text ---------- */
.extra-text {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
}

/* ---------- Button ---------- */
.btn-wrapper {
  margin-top: 40px;
}

.btn {
  background: #fbbd19;
  color: #003a5d;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
p.for_example.sidee {
    padding-top: 36px;
}
.sec11_item {
    min-height: 80px;
}
  p.for_example {
    color: white !important;
    text-align: center !important;
}
.packers-list-section {
  background: #fdfdfd;
  text-align: center;
  padding: 40px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
}

.section-title span {
  color: #f5b61b; /* yellow accent */
}

/* ---------- Cards Grid ---------- */
.packers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.packer-card {
  background: #f2f8fb;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: left;
  transition: 0.3s;
}

.packer-card:hover {
  background: #e9f4f9;
  transform: translateY(-3px);
}
section.packers-list-section h2 {
    padding-bottom: 20px;
    font-weight: 700;
}
.packer-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #116187;
  margin-bottom: 10px;
}

.packer-card p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
}

/* ---------- Button ---------- */
.btn-wrapper {
  margin-top: 40px;
}

.btn {
  display: inline-block;
  background: #fbbd19;
  color: #003a5d;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #ffd65a;
}
.btn:hover {
  background: #ffd65a;
}
.firstpick-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.trusted-packers h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center !important;
    padding-top: 40px;
}
section.trusted-packerss {
    background: #257DA4;
    padding-top: 40px;
}
.text-side p {
    width: 50%;
}
.text-side {
    display: flex !important;
}


.text-side h2 {
  font-size: 34px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 50%;
}

.text-side p {
  font-size: 16px;
  line-height: 1.8;
  color: #313131;
}
.banner-content.left-content p {
    color: #313131;
}
.last-sectionnn p {
    text-align: center;
    color: #313131 !important;
}
.image-side {
  flex: 1 1 45%;
  text-align: center;
}

.image-side .img {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
}

.trustedd {
    text-align: center;
}
.trusted-packers .bottom-text {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 26px;
}

.image-caption {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: center;
}
section.hire.us {
    text-align: center;
    padding-top: 50px;
}
.btn-main.firsttt {
    margin: 0 auto;
    margin-top: 24px;
}
.text-content {
    max-width: 50%;
}
.india {
    margin: auto;
    color: white;
}
.india h2 {
    color: white !important;
    font-weight: 700;
}
.texttt p {
    color: white;
}
.office-moves {
    display: flex
;
    gap: 57px;
}
.indian {
    width: 33.33%;
}
.texttt p {
    color: white;
    padding-bottom: 23px;
}
.indian p {
    color: white !important;
    padding-top: 40px;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.texttt p {
    color: white;
}
.indiass {
    padding-top: 20px;
}
.step p {
    color: #1D1D1D;
    text-align: left;
}

p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.highlight {
    color: #1161a3;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.footer {
    background-color: #1161a3;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

.footer h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.footer p {
    font-size: 16px;
    margin-bottom: 20px;
}

.ask-edit {
    padding: 10px 20px;
    background-color: #f4b400;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.ask-edit:hover {
    background-color: #e3a400;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.left{
    width: 50%;
}

.right{
    width: 50%;
}
button.check-btn{
    margin-left: 0 !important;
}

.left-content {
    width: 48%;
    padding-right: 0% !important;
}

.right-content{
    width: 46%;
    padding-left: 4%;
}

section.section {
    padding: 3% 7%;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

main h1, main h2, main h3, main h4{
    /* font-family: 'Briyani'; */
}

main p {
    font-size: 18px;
    margin-bottom: 1.2rem;
    line-height: 26px;
    /* font-family: 'Nunito'; */
}

main a{
    color: #116187;
    text-decoration: none;
    font-size: inherit;
}

main a:hover{
    color: #ebb646;
}

.bg-blue{
    background: linear-gradient(to bottom, #52BCE7, #116187);
}

.blue-text{
    color: #116187;
}

.navbar {
    position: relative !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: .5rem 1rem !important;
}
/* banner section */
.banner-image.right img {
    width: 100%;
}

section.section.banner.flex {
    margin-top: 46px;
    padding-top: 7% !important;
}

.banner{
    background-image: url("images/background-bannerr.png");
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.banner-content h1{
    color: #116187;
    font-size: 48px;
    font-weight: 700;
}
.verified-section {
  
  color: #fff;
  padding: 15px 0;
 
}

/* .verified-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
} */

.verified-item {
  display: flex;
  align-items: center;
  gap: 10px;
 position: relative;
     padding: 12px 0;
}
.verified-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11%;
    width: 1px;
    height: 100%;
    background-color: #C3C6CB;
}
.verified-item:last-child::after {
  display: none;
}

.verified-item img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.verified-item p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: white;
}

.why-first {
    background-image: url(https://www.firstpickpackersmovers.in/demo-page/Images/back-ground.png) !important;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
}
/* load more */
.load-more-container {
  text-align: center;
  margin-top: 30px;
}

.load-more-btn {
     font-weight: 600;
    background-color: #fff;
    color: #116187;
    border: 1px solid #116187;
    padding: 6px 24px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}


/* hide cards by default (after 9th) */
.packers-grid .packer-card {
  display: none;
}

.packers-grid .packer-card.visible {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* load more */



/* Responsive */
@media (max-width: 768px) {
    .left-content {
    width: 100%;
    padding-right: 0% !important;
}
 
  .testimonial-slide-track {
        flex-direction: column;
        align-items: center;
    }
    button.check-btn {
    margin-bottom: 37px;
}
.banner.container {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background: rgba(114, 122, 137, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    /* padding: 15px 18px; */
    width: 95%;
    margin: 31px 0;
    border: 1px solid #C3C6CB;
}
.text-side p {
    width: 100%;
}
.text-side {
    flex-wrap: wrap;
}
.office-moves {
    display: flex
;
    gap: 0px; 
    flex-wrap: wrap;
}
.indian {
    width: 100.33%;
    text-align: center;
}
.text-side h2 {
    width: 100%;
    text-align: center !important;
}
.indian p {
    color: white !important;
    padding-top: 0px; 
}
    .testimonial-card {
        max-width: 100%; /* Use full width minus padding */
    }
   .services-row {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    max-width: 90%;
  }
  .packers-grid {
    grid-template-columns: 1fr;
  }
 .services-grid {
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    width: 90%;
  }


.gold-text{
    color: #EBB646;
}
.trusted-packers h2 {
    font-size: 28px;
    line-height: 38px;
    color: white;
  }

  .trusted-packers .content {
    flex-direction: column;
    align-items: center;
  }

  .trusted-packers .left,
  .trusted-packers .right {
    max-width: 100%;
  }

  .trusted-packers .img {
    max-width: 200px;
  }

.form-container {
    background: #eef1f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 15px 20px;
    width: 100%;
    }
    
    .shift-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    
    .form-group {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    border-right: 1px solid #1161871A;
    margin: 0  !important;
    }
    
    label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    }
    
    label span {
    color: red;
    }
    
    input {
    padding: 10px 0;
    border: none;
    font-size: 14px;
    background: unset;
    color: #333;
    }
    
    button.check-btn {
        display: flex;
        border: none;
        background-color: #EBB646;
        border-radius: 7px;
        margin-left: 2px;
    }
    
    .check-btn span {
        background-color: #116187;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 18px;
        color: white;
        font-weight: 600;
    }

    button.check-btn img {
        padding: 5px;
    }


/* Hire Packer style */
.hire-packer img {
    width: 100%;
}

.hire-packer h2 {
    margin-bottom: 22px;
    text-align: center;
    padding-top: 27px;
}
.btn-main {
    margin: 0 auto;
}
button.check-btn {
    margin-bottom: 29px !important;
}
.\33 rd_sect {
    margin: 0 auto;
    padding-bottom: 30px;
}
.right-content p {
    color: #313131;
    text-align: center;
}
.right-content {
    width: 100%;
    /* padding-left: 4%; */
}
.left {
    width: 100%;
}
.text-side.sheets {
    display: flex !important
;
     gap: 0px !important; 
}
span.btn-text {
    background-color: #116187;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    display: inline-block;
}

.btn-main img {
    width: 30px !important;
    margin: 7px;
}


/* why first pick style */

section.section.why-first h2 {
    color: white;
    margin-bottom: 30px;
    font-weight: 700;
}

/*.why-first{
    background-image: url("images/back_groundd.png") !important;
    background-size: contain;
    text-align: center;
}*/

.why-first-boxs{
    justify-content: center;
    align-items: center;
}

.why-first-box{
    width: 20%;
}

.why-first-box p{
    margin: 0;
    color: white;
    font-size: 20px;
    padding: 4px 0;
}

.why-first-box span{
    color: #EBB646;
    font-size: 28px;
    font-weight: 700;
}


/* how first pick work style */

.how-it-works h2{
    margin-bottom: 20px;
}

.how-it-works {    
    text-align: center;   
}      
.steps {    
    display: flex;
        justify-content: CENTER ! IMPORTANT;
        flex-wrap: wrap;
        gap: 0px ! IMPORTANT;
        max-width: 1100px;
        margin: 0 auto;
        position: relative; 
}      
.step {    
    flex: UNSET;
        display: flex
;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex-wrap: wrap !important;
        JUSTIFY-CONTENT: CENTER;
}    



.icon-circle {    
            background: #1161870A;
        border-radius: 50%;
        padding: 30px;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
        margin-left: 0;
    }
}     
.icon-circle img {
    width: 75px;
    height: 75px;
}
.icon-circle img {    
    background-color: #1161870F;
    border-radius: 50%;
}      
.step p {
    font-size: 20px;
    font-weight: 600;
} 
span.line {  
    position: absolute;
    width: 80%;
    height: 0;
    border-top: 1px solid #116187;
    z-index: -1;
    top: 34%;
    left: 10%;
}  


/* packing process */

.packing-process h2 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.packing-process h2 {
    font-size: 28px;
}

section.packing-process p {
    color: white;
    text-align: center;
}
.process-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.process-card {
    background-size: cover;
    border-radius: 12px;
    width: 28%;
    height: 250px;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.3s ease;
}
.card-inner {
    position: relative;
    height: 100%;
    color: white;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 90%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}
.card-description {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
}

.card-description p{
    margin: 0;
    text-align: left !important;
}
/* Hover effect */.process-card:hover .card-title {
    top: 10px;
    transform: translateY(0);
}
.process-card:hover .card-description {
    opacity: 1;
    transform: translateY(0);
}


/* Our work space */
    
section.section.our-work{
    text-align: center;
    padding: 3% 12%;
}

.our-work-cards {
    justify-content: space-around;
    margin-top: 35px;
}

.our-work-paragraph{
    width: 80%;
    margin: auto;
    margin-top: 20px;
}



.our-work-box p{
 margin: 0;
 font-size: 20px;
 font-weight: 700;
}

.our-work-box img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}


/* vedio section */

.youtube-box {
    text-align: center;
    color: white;
    padding:3% 3% 5% !important;
}

.youtube-box h2{
    margin-bottom: 30px;
}


/* consult style */

section.section.consult.flex {
    align-items: center;
}

.estimate-form-container {
    margin: auto;
    background: #f2f8fa;
    padding: 30px 60px;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
  }
  
  .estimate-form-container h2 {
    color: #0f4f6d;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .estimate-form input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
  }
  
  .estimate-form button {
    width: 100%;
    background-color: #ebb344;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
  }
  
  .estimate-form button:hover {
    background-color: #d79f34;
  }

/* Type of moving style */

.type-moving{
    text-align: center;
    color: white;
}

.type-moving h2{
    margin-bottom: 20px;
}

.type-moving .flex{
    justify-content: space-between;
}

.type-box {
    width: 28%;
}

.img-box {
    padding: 25px;
    border: 1px solid #EBB646;
    border-radius: 50%;
    background-color: #FFFFFF1A;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.img-box img{
    width: 60px;
}

.type-box h3{
    margin-bottom: 12px;
}


/* local Packer style */

.local-packers-section {
    background: #f9fbfc;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}
.local-packers-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.local-packers-section p {
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
.location-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    justify-content: center;
    margin-bottom: 40px;
}
.location-buttons a {
    background-color: #e3edf5;
    color: #000;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 14px;
    border: 1px solid #1161874D;
}
.location-buttons a:hover {
    background-color: #d1e4f2;
}
.cta-button {
    background-color: #0078b7;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s;
}
.cta-button .arrow {
    margin-left: 10px;
    background: #ffc107;
    color: #000;
    padding: 5px 10px;
    border-radius: 50%;
}
.cta-button:hover {
    background-color: #006399;
}

.local-packers-section .btn-main {
    margin: auto;
}


/* major location style */


.major-location{
    color: white;
    align-items: center;
}

.major-location h2{
    margin-bottom: 20px;
}

.list-img {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.list-img p{
    margin: 0;
    font-size: 20px;
}

.btn-main-2 span.btn-text{
    background-color: white;
    color: #116187;
}

/* international relocation style */

.international{
    align-items: center;
}


/* why choose us */

.why-choose{
    color: white;
}

.why-choose h2{
    margin-bottom: 20px;
    width: 70%;
}

.why-choose .flex{
    align-items: center;
    margin-bottom: 20px;
}

.why-choose-box {
    padding: 20px 30px;
    background-color: #FFFFFF1A;
    border-radius: 15px;
    margin-bottom: 26px;
}

.why-choose-box h3{
    margin-bottom: 10px;
    font-size: 24px;
}

.why-choose-box p{
    margin: 0;
}

/* packing process style */

.what-packing{
    align-items: center;
}

.what-packing h2{
    margin-bottom: 20px;
}


/* local packer charges */

.pricing-section{
    color: white;
}

.pricing-section .btn-main-2{
    margin: auto;
    margin-bottom: 30px;
margin-top: 25px;
}
section.section.our-work h2 {
    font-weight: 700;
}
.pricing-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700 !important;
}
.calculate-btn {
    background: #fff;
    color: #1a73e8; padding: 10px 20px;
    border: none; font-weight: bold;
    font-size: 1rem; border-radius: 8px;
    cursor: pointer; margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.calculate-btn .arrow {
    background:orange; 
    color: white; 
    padding: 6px 10px;
    margin-left: 10px; border-radius: 5px;
}
.table-container {
    display: flex;
    justify-content: center;
}
p.blog-excerpt {
    min-height: 95px;
}
.table-container table {
    border-collapse: collapse;
    width: 90%; 
    background-color: rgba(255, 255, 255, 0.1); 
    border-radius: 10px; 
    overflow: hidden;
}
.table-container th,.table-container td {
    padding: 12px 20px; 
    text-align: center; 
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.table-container thead {
    background-color: rgba(255, 255, 255, 0.15); 
    font-weight: bold;
}
.table-container tr:hover {
    background-color: rgba(255,
    255, 255, 0.1);
}


/* review styling */
.review-container h2{
    text-align: center;
    margin-bottom: 30px;
}

.review-img {
    width: 40px;
}


.owl-dot.active span{
    background-color: #116187 !important;
}

button.owl-prev {
    position: absolute;
    top: 35%;
    left: -55px;
}

button.owl-next {
    position: absolute;
    top: 35%;
    right: -55px;
}

span.name {
    font-size: 22px;
    font-weight: 600;
}

/* charge section style */

.charges-section{
    color: white;
}

.charges-section h2{
    text-align: center;
    margin-bottom: 30px;
}

p.note {
    text-align: center;
    margin-top: 30px;
}

td.info-box {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    gap: 8px;
  }
  
  .tooltip-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
    left: 100%;
    /* transform: translateX(-50%); */
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  
  .tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 0.5;
  }

  .tooltip-wrapper img{
    width: 20px;
  }
/* top location style */

.top-packers h2{
    text-align: center;
    margin-bottom: 40px;
}

.top-locations{
    justify-content: center;
    gap: 28px;
}

.location-card {
    width: 28%;
    padding: 20px;
    background-color: #1161871A;
    border: 2px solid #1161874D;
    border-radius: 17px;
}

.location-card p {
    font-size: 17px;
}

.location-card a {
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

button.top-location-btn {
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding: 5px 20px;
    background: unset;
    border: 2px solid #116187;
    color: #116187;
    border-radius: 10px;
    font-weight: 700;
}


/* recent blogs style */

.latest-blogs-section {
    background-color: #005b91;
    padding: 40px 20px;
    color: white;
  }
  
  .custom-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .blog-item {
    background-color: #FFFFFF1A;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .blog-item:hover {
    transform: translateY(-5px);
  }
  
  .blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .blog-details {
    padding: 15px;
  }
  
  .blog-date {
    font-size: 0.85rem;
    color: #cbe6f5;
    margin-bottom: 5px;
  }
  
  .blog-title {
    font-size: 24px;
    margin: 10px 0;
    color: white;
    line-height: 34px;
    min-height: 110px;
}
  
  .blog-title a {
    text-decoration: none;
    color: inherit;
  }
  
  .blog-link {
    text-decoration: none;
    background: white;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #116187;
}
  
  .nav-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  

/* FAQ style */


section.section.faqs {
    max-width: 1100px;
    margin: auto;
}

section.section.faqs h2{
    text-align: center;
    margin-bottom: 30px;
}

 .accordion-item {
    margin-bottom: 30px;
    border: none !important;
}

button.accordion-button.collapsed {
    background: #1161871A !important;
    border-radius: 12px;
    border: 2px solid #1161874D !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    background: #1161871A !important;
    border-radius: 12px;
    border: 2px solid #1161874D !important;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after{
    background-image: none !important;
}

.accordion-button::after{
    content: "+" !important;
    background-image: none !important;
    font-size: 27px;
    line-height: 15px;
    font-weight: 600;
}

button.accordion-button {
    font-size: 20px;
    color: unset !important;
    font-weight: 600;
}


@media screen and (max-width: 1100px){

    section.section.banner.flex{
        padding-top: 13% !important;
    }

    .right img, .left img {
        width: 100%;
    }

    section.section {
        padding: 3%;
    }

    .banner-content h1{
        font-size: 42px;
    }


    .form-group{
        padding: 0 14px;
    }

    .form-group:last-child{
        border: none;
    }

    button.check-btn {
        margin: auto;
        margin-top: 10px;
    }

    .why-first{
        background-size: cover;
    }


    .our-work-box{
        width: 30%;
    }


    .list-img img {
        width: 30px;
    }

    .location-card{
        width: 31%;
    }
    section.section.review-container {
        padding: 3% 8%;
    }

    section.latest-blogs-section.section.bg-blue {
        padding: 3% 8%;
    }

    .video-box img {
        width: 100%;
    }

p.blog-excerpt {
    min-height: 120px;
}

.blog-title
 {
    font-size: 24px;
    margin: 10px 0;
    color: white;
    line-height: 34px;
    min-height: 137px;
}

}
}


@media screen and (max-width: 770px){

    .step::after{
        display: none;
    }
    .firstpick-content {
    flex-direction: column;
    text-align: center;
  }

  .text-side, .image-side {
    flex: 1 1 100%;
  }

  .image-side .img {
    max-width: 100%;
  }

    .left-content, .right-content, .right, .left{
        width: 100%;
        padding: 0%;
    }

    .banner-image.right{
        width: 65%;
    }

    .form-group {
        width: 50%;
    }

    .form-group:nth-child-(2), .form-group:nth-child-(4){
        border: none;
    }

    .why-first-box {
        width: 25%;
    }

    .process-card{
        width: 30%;
    }

    .our-work-paragraph{
        width: 100%;
    }

    section.section.our-work{
        padding: 3%;
    }

    .type-box {
        width: 32%;
    }

    .img-box img {
        width: 40px;
    }

    section.section.major-location.flex.bg-blue h2 br {
        display: none;
    }

    .major-location .flex .left, .major-location .flex .right {
        width: 50%;
    }

    .major-location.flex.bg-blue {
        flex-direction: column-reverse;
        display: flex;
        gap: 20px;
    }

    .why-choose h2{
        width: 90%;
    }

    .top-locations{
        display: flex;
    flex-wrap: wrap;
    }

    .location-card {
        width: 47%;
    }
}

@media screen and (max-width: 500px){
    
    section.section.banner.flex {
        margin-top: 46px;
        padding-top: 20% !important;
    }

    .why-first-box {
        width: 50%;
    }

    span.line {
        display: none;
    }

    .steps{
        justify-content: space-evenly;
    }

    .process-card{
        width: 90%;
    }

    .our-work-box {
        width: 75%;
        margin-bottom: 20px;
    }

    .estimate-form-container{
        padding: 20px 30px;
    }

    .type-box {
        width: 100%;
    }

    .location-buttons{
        gap: 12px 10px;
    }

    .major-location .flex .left, .major-location .flex .right{
        width: 100%;
    }

    .table-container th, .table-container td {
        padding: 4px 2px;
    }

    .location-card {
        width: 100%;
    }

}