.home-h1{
    font-size: 23px;
    line-height: 1.4;
}
/*home page style */
.left-padding-container {
    padding-left: 32px;
}

.flex-row {
    display: flex;
    gap: 40px;
    margin-bottom: 100px;

}
.home-h2{
    font-size: 28px;

}
.home-text{
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'LHN Open Sans';

}
.best-choice-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;

}
.best-col-yellow{
    width: 68px;
    height: 38px;
    background-color: orange;
}


.best-col-h2{
    color: black;
    font-size: 23px;
    margin: 0px 0px;
}
.best-moving-grid{
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}
.move-item-text{

    font-size: 20px;
    text-align: center;

}

.move-item img {
    width: 130px;
    display: block;
    margin: 0 auto;
}
.move-item-number{

    color: orange;
    font-weight: 700;


}
.center-relative{
    position: relative;
    margin-bottom: 50px;

}
.planning-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /*padding: 40px;*/
    background-color: white;
}

.planning-header {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.planning-subtext {
    font-size: 16px;
    color: black;
    margin-top: 20px;
    margin-bottom: 40px;
}
.contact-today{
    font-weight: 900;
}
.planning-subtext .para2{
    margin-bottom: 75px;

    margin-top: 29px;
}
.planning-cta-button {
    background-color: orange;
    color: #000000;
    padding: 10px 13px;
    text-decoration: none;
    font-size: 22px;
    /* border-radius: 5px; */
    font-weight: 900;
    margin-top: 50px !important;
    /* margin-top: 22px; */
}
.planning-cta-button:hover {
    background-color: #e78a07;
}
.planning-image-container img {
    width: 300px;
    height: auto;
    border-radius: 8px;
}
.moving-image{

    width: 47%;
    height: auto;
}
.overlay-text {
    position: absolute;
    top: 44%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.relocation-choice-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;

}
.relocation-col-yellow{
    width: 68px;
    height: 38px;
    background-color: orange;
}
.relocation-col-h2{
    color: black;
    font-size: 23px;
    margin: 0px 0px;
}
.relocation-col img{
    width: 50%
}
.relocation-col h2{
    text-transform: capitalize;
}
/*.relocation-grid-row{*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*}*/
.relocation-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-bottom: 80px;
}
.relocation-col-h3{

    color: orange;
    font-size: 17px;

}
ul {
    list-style-type: disc;
    padding-left: 20px;
}



.review-title{

    display: flex;
    gap: 10px;
    align-items: baseline;

}

.review-title .name{
    font-weight: 900;
}
.review-section{
    display: flex;
    gap: 56px;
    margin-top: 50px;
}
i.fa-solid.fa-star {
    color: orange !important;
}

.moving-experience-choice-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 80px;
}
.moving-experience-col-yellow{
    width: 68px;
    height: 38px;
    background-color: orange;
}
.moving-experience-col-h2{
    color: black;
    font-size: 23px;
    margin: 0px 0px;
}
.learn-more {
    font-weight: 900;
    color: black;
    text-decoration: none;
    position: relative; /* This is necessary for the pseudo-element to position correctly */
}
.learn-more {
  color:black !important;
    text-decoration: none !important;
}
.learn-more::after {
    content: '';
    position: absolute;
    bottom: -5px; /* Adjust this value to control the space between text and the line */
    left: 0;
    width: 0; /* Initial width is 0 */
    height: 2px; /* Thickness of the line */
    background-color: orange;
    transition: width 0.3s ease; /* Animation for the line width */
}
.learn-more:hover::after {
    width: 100%;
}
/*:hover::after {*/
/*    width: 100%; !* Line expands to full width on hover *!*/

/*        color: #000000 !important;*/
/*        text-decoration: none !important;*/

/*}*/
.page ul:not(.home) li:before {
    content: '' !important;
}
ul {
    list-style-type: disc !important;
}
.planning-cta-button:hover {
    color: white !important;
    text-decoration: none;
    transition: color 0.4s ease;

}
.planning-cta-button:focus {
    color: black !important;
    text-decoration: none !important;
}
.swiper-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/* Common style for both buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    border: 4px solid #ff900e;
    height: 50px;
    padding: 10px;
    background-color: #fff; /* button background */
    border-radius: 50%; /* makes it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    color: #f7931e; /* arrow color (like your screenshot) */
    font-size: 20px;
}

/* Position adjustments */
.swiper-button-next {
    right: 52px !important;
}
.swiper-button-prev {
    left: 20px;
}

/* Optional hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #f7931e;
    color: #fff;
    transition: color 0.4s ease;

}
span.swiper-notification {
    display: none;
}
.width-100{
    width: 90% !important;
}
@media (max-width: 767px) {
    .moving-image {
        width: 100%;
    }
    .flex-row{
        flex-direction: column;
    }
    .best-moving-grid {

        grid-template-columns: 1fr;

    }
    .relocation-grid-row {

        grid-template-columns: 1fr;

    }
    .review-description{
        font-size: 12px;

    }
    .review-section{
        flex-direction: column;

    }
    .best-col-yellow{
        background-color: orange;
    }
    .planning-text-container{
        text-align: center;
    }
    .planning-container{
        flex-direction: column;
    }
}
