
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.home-h1{
    font-size: 23px;
    line-height: 1.4;
}
.main-container{
    max-width: 1700px;
    margin: 0px auto;

}
/*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;

}
.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;


}
.img-moving{
    width: 100%;
}
.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: 600px;
    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;
}
.carousel .item {
    padding: 15px 0;
}

.thumbnail {
    background: none !important;
    border: 0px !important;
    padding: 20px;
    margin: 10px;
    height: 100%;
}

.review-title .name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.review i.fa-star {
    color: #f7931e;
    margin-right: 2px;
}

.review-description {
    margin-top: 10px;
    font-size: 14px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .thumbnail {
        margin: 0 0 20px 0;
    }
}

/* Carousel Controls Styling */
.carousel-control.left, .carousel-control.right {
    background: none;
    color: #f7931e;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    background-color: #ccc;
}

.carousel-indicators .active {
    background-color: #f7931e;
}
/* Style for right icon */
.glyphicon-chevron-right:before {
    content: "\e080";
    width: 50px;
    border: 4px solid #ff900e;
    height: 50px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    color: #f7931e;
    font-size: 20px;
    transform: rotate(0deg); /* Right icon */
}

/* Style for left icon */
.glyphicon-chevron-left:before {
    content: "\e080";
    width: 50px;
    border: 4px solid #ff900e;
    height: 50px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    color: #f7931e;
    font-size: 20px;
    transform: rotate(180deg); /* Left icon */
}
.carousel-control.left , .carousel-control.right{
    background: none;
}
.img-moving{
    width: 100%;
}
.flex-col-text{
    display: flex;
    justify-content: center;

    flex-direction: column;

}
@media (min-width: 1200px) {
    .img-moving {
        max-width: 600px;
    }

}
@media (min-width: 768px) and (max-width: 1024px){

    .flex-row{
        flex-direction: column;
    }
    .flex-col-text {
        padding-right: 20px;
    }
    .overlay-text {
        top: 45%;
        left: 49%;
        font-size: 16px;
    }
    .relocation-col img {
        width: 100%;
    }
    .best-moving-grid {

        grid-template-columns: 1fr 1fr;
      ;
    }
    .moving-image {
        width: 100%;
    }
    .relocation-grid-row {
        padding-right: 28px;
    }
    .moving-experience-choice-flex{
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    body{
        /*background-color: ;*/
    }
    .flex-col-text {
        padding-right: 20px;
    }
    .moving-image {
        width: 100%;
    }
    .flex-row{
        flex-direction: column;
    }
    .best-moving-grid {

        grid-template-columns: 1fr;

    }
    .moving-experience-choice-flex{
        margin-top: 0px;
    }
    .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;
    }
    .best-col-h2 ,.relocation-col-h2 , .moving-experience-col-h2 , .moving-experience-col-h2{

        font-size: 16px;

    }
    .move-item {
        padding-right: 25px;
    }
    .move-item-text {
        font-size: 16px;
    }
    .planning-container{
        flex-direction: column;
    }
    /*.overlay-text{*/
    /*    font-size: 10px;*/
    /*}*/

    .moving_company_image {
        width: 100% !important;
        padding-right: 29px;
    }
    .relocation-col {
        padding-right: 25px;
    }
    .relocation-col img {
        width: 100%;
    }
    .centred{

        padding-right: 25px;
        padding-bottom: 20px;
    }
  .overlay-text {

         top: 56%;
         left: 47%;


         font-size: 9px;

     }
}

/* General card styling */
/*.card {*/
/*    width: 100%;*/
/*    max-width: 300px; !* Card width *!*/
/*    margin: 10px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*    overflow: hidden;*/
/*    background-color: white;*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

/*.card:hover {*/
/*    transform: translateY(-10px);*/
/*}*/

/*!* Image styling *!*/
/*.card-img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/

/*!* Card body *!*/
/*.card-body {*/
/*    padding: 15px;*/
/*}*/

/*!* Title styling *!*/
/*.card-title {*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 10px;*/
/*}*/

/* Text styling */
.card-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

/* Button styling */
.card-btn {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.card-btn:hover {
    background-color: #0056b3;
}

/*!* Responsive styles *!*/
/*@media (max-width: 768px) {*/
/*    .card {*/
/*        max-width: 100%;*/
/*    }*/

/*    .card-title {*/
/*        font-size: 1.2rem;*/
/*    }*/

/*    .card-text {*/
/*        font-size: 0.9rem;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .card {*/
/*        max-width: 100%;*/
/*        padding: 10px;*/
/*    }*/

/*    .card-title {*/
/*        font-size: 1rem;*/
/*    }*/

/*    .card-text {*/
/*        font-size: 0.8rem;*/
/*    }*/
/*}*/

.carousel-inner .item .row {
    margin: 0;
}