@font-face{
	src: url('../font/Nunito/Nunito-Regular.ttf');
	font-family: Nunito;
}

@font-face{
	src: url('../font/Biryani/biryani-Bold.ttf');
	font-family: Briyani;
}


.img{
    width: 100%;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.left{
    width: 50%;
}

.right{
    width: 50%;
}

.left-content {
    width: 46%;
    padding-right: 4%;
}

.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/banner-background.png");
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.banner-content h1{
    color: #116187;
    font-size: 48px;
    font-weight: 700;
}

.gold-text{
    color: #EBB646;
}


.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: 30px;
    }
    
    .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;
}

.btn-main {
    display: flex;
    background-color: #EBB646;
    border-radius: 7px;
    width: fit-content;
}

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;
}

.why-first{
    background-image: url("Images/back-ground.png");
    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: space-between;    
    flex-wrap: wrap;    
    gap: 30px;    
    max-width: 1100px;    
    margin: 0 auto;    
    position: relative;   
}      
.step {    
    flex: 1;    
    display: flex;    
    flex-direction: column;    
    align-items: center; 
    position: relative;  
}    
.step::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 58%;
    height: 2px;
    background-color: #116187;
    z-index: -1;
    transform: translateX(60%);
}  
.step:last-child::after {
    content: none;
}

.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);
}     
.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;
    margin-bottom: 40px;
}

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 {
    width: 29%;
    border: 1px solid #116187;
    border-radius: 20px;
    padding: 20px;
    background: #1161870A;
}

.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;
}

.pricing-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.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;
}

.review-box {
    background-color: #1161871A;
    padding: 30px;
    border-radius: 20px;
}

.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;
    }

    .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%;
    }

}