
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

/* ********Variable colors*********/
:root {
    --black : #000000;
    --White : #FFFFFF;
    --theme-btn-color: #ED2232;
    --theme-heading-color: #00ACDD;
    --theme-title-color: #ED2232;
    --footer-bg-color: #cbc7c7;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
}
/* *********Header style Start********** */
#sticky-navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.navbar-brand img{
    width: 150px;
}
.navbar-collapse{
    flex-grow: 0 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--theme-btn-color) !important;
}
.navbar-nav .nav-item .pris-nav-link {
    color: var(--theme-heading-color);
    font-size: 1rem !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}
.navbar-nav .nav-item .pris-nav-link img{
    width: 20px;
    margin-right: 5px;
}
.navbar-nav .nav-item .pris-nav-link:hover{
    color: var(--theme-btn-color) !important;
}
/* *********Header style End********** */

/* *********Slider style Start********** */
.carousel-item img{
    height: 500px;
    object-fit: cover;
}
.pris-element-btn{
    background: var(--theme-btn-color);
    padding: 8px 60px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--White);
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
.pris-element-btn:hover {
    background-color: var(--theme-heading-color);
    color: white;
}
.pris-carousel-caption{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 1.25rem !important;
    width: 800px !important;
    margin: 0 auto 24px auto !important;
    bottom: 9.25rem !important;
}
.slider-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--White);
    margin-bottom: 20px;
    line-height: 24px;
}
.slider-text-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--White);
    margin-bottom: 20px;
    position: relative;
}
.slider-text-title::before{
    content: '';
    position: absolute;
    background-color: red;
    width: 150px;
    height: 3px;
    bottom: 0;
}
/* *********Slider style End********** */

/* *********About us style Start********** */
.about-img-card img{
    border-radius: 10px;
}
.about-us-title{
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--theme-heading-color);
}
.about-us-detail{
    font-size: 16px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
/* *********About us style End********** */
/* *********Service style Start********** */
.element-heading{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: var(--theme-btn-color);
    font-family: 'Montserrat', sans-serif;
    margin-top: 50px;
}
.element-punch-line{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: var(--theme-heading-color);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.service-card{
    width: auto;
    height: 250px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}
.service-card:hover .overlay-content{
    background: #706a6a;
    opacity: 0.1;
}
.service-card .service-contact-card{
    height: 100%;
    width: 100%;
}
.service-card .service-contact-card img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.overlay-content{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    z-index: 1;
    opacity: 0.7;
    border-radius: 10px;
    transition: 0.4s all ease-in-out;
}
.service-card .service-detail{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 25%;
    z-index: 999;
    padding: 3px;
}
.service-card .service-detail svg{
    color: var(--theme-btn-color);
    font-size: 50px;
    margin-bottom: 1rem;
}
.service-card .service-detail h2{
    color: var(--White);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 1rem;
}
.service-card .service-detail .card-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    color: var(--White);
}
/* *********Service style End********** */

/* *********contact us style start********** */

.contact-us-card{
    background-color: var(--White);
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-icon i{
    border: 2px solid var(--theme-btn-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto;
    color: var(--theme-btn-color);
}
.contact-link-title{
    font-size: 22px;
    letter-spacing: 2px;
    color: var(--theme-heading-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 0;
}
.contact-us-detail{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}
.social-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 10px 0px 0px 0px;
}
.social-links li{
    list-style-type: none;
}
.social-links li a i{
    font-size: 24px;
    color: var(--theme-heading-color);
}
/* *********contact us style End********** */


/* *************Where TO Move Start**************** */
.All-wrapper{
    margin-top: 100px;
}
.text-heading{
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--theme-heading-color);
}
.text-small{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--theme-heading-color);
}
.custom-input{
    outline: none;
    margin-bottom: 20px;
    font-size: 16px;
    color: none !important;
    background-color: none !important;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}
.element-btn{
    background: var(--theme-btn-color);
    width: 30%;
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: var(--White);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: 0.3s all ease-in-out;
}
.element-btn:hover{
    background: var(--theme-heading-color);
}
.label-title{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.label-title span{
    color: var(--theme-btn-color);
}
.form-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: var(--theme-btn-color);
}


/* Custom styles for the file upload box */
.csm-image-uploader {
    width: 120px;
    height: 100px;
}
.custom-upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}


#uploadText{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-upload-boxVehicle {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}


#uploadTextVehicle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-upload-boxLicense {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}


#uploadTextLicense{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-upload-boxMot {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}


#uploadTextMot{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
input[type="file"] {
    display: none;
}

#uploadedImage {
    width: 100%;
    display: none;
}

.image-preview-visible #uploadedImage {
    height: 100%;
    display: block;
    object-fit: contain;
}

#uploadedImageVehicle {
    width: 100%;
    display: none;
}

.image-preview-visible #uploadedImageVehicle {
    height: 100%;
    display: block;
    object-fit: contain;
}


#uploadedImageLicense {
    width: 100%;
    display: none;
}

.image-preview-visible #uploadedImageLicense {
    height: 100%;
    display: block;
    object-fit: contain;
}

#uploadedImageMot {
    width: 100%;
    display: none;
}

.image-preview-visible #uploadedImageMot {
    height: 100%;
    display: block;
    object-fit: contain;
}
/* *************Where TO Move End**************** */

/* *************Furniture Start**************** */
.form-select,
textarea,
.csm-form-control{
    color: #c1c1c1 !important;
    border: 1px solid #666 !important;
    font-size: 14px !important;
    padding: 10px !important;
}
/* Style for the custom dropdown container */
.custom-select {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Style for the custom dropdown button */
  .custom-select .select-btn {
    background-color: #f1f1f1;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
  }

  /* Style for the dropdown options container */
  .custom-select .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 200px;
    z-index: 1;
  }

  /* Style for each option in the dropdown */
  .custom-select .dropdown-content a {
    color: #333;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
  }

  /* Style for the selected option */
  .custom-select .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown options on click */
  .custom-select.open .dropdown-content {
    display: block;
  }
  .distance-text{
    background: var(--theme-btn-color);
    padding: 10px;
    text-align: center;
    color: var(--White);
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }
/* *************Furniture End**************** */

/* *************parcel & Packages start**************** */
.addItem-title{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--theme-heading-color);
}
.add-item-btn{
    width: 100%;
    border: 1px solid var(--theme-heading-color);
    background: transparent;
    padding: 8px 5px;
    border-radius: 5px;
    color: var(--theme-heading-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.add-item-btn:hover{
    background: var(--theme-heading-color);
    color: var(--White);
}
.delete-item-btn{
    width: 100%;
    border: 1px solid var(--theme-btn-color);
    background: transparent;
    padding: 8px 5px;
    border-radius: 5px;
    color: var(--theme-btn-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.delete-item-btn:hover{
    background: var(--theme-btn-color);
    color: var(--White);
}
/* *************parcel & Packages End**************** */

/* *************Home Removal Start**************** */
.csm-nav-link.active{
    background: transparent !important;
    color: var(--theme-btn-color) !important;
}
.csm-nav-link{
    background: transparent !important;
    color: var(--theme-heading-color) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
}
.csm-nav-pills{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.csm-nav-pills::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
.csm-nav-pills::-webkit-scrollbar-track {
    background-color: transparent;
}

.csm-nav-pills::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.csm-checkbox input[type="checkbox"]{
    accent-color: var(--theme-btn-color) !important;
    margin-right: 5px;
}
.csm-checkbox label{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.list-details-title{
    border-bottom: 1px dashed var(--theme-btn-color);
    font-size: 22px;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: var(--theme-heading-color);
}
/* *************Home Removal End**************** */

/* *********Footer style start********** */
.footer-wrap{
    background: var(--footer-bg-color);
    color: var(--White);
    padding: 50px 0px 10px 0px;
}
.footer-links li{
    list-style-type: none;
}
.footer-links li a{
    text-decoration: none;
    color: #6e6e6e;
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.footer-links li a:hover{
    color: var(--theme-btn-color);
    text-decoration: underline;
}
.footer-title{
    font-size: 1.5rem;
    color: var(--theme-heading-color);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.footer-detail{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #6e6e6e;
}
.copy-rights{
    color: var(--White);
    text-align: center;
    margin-top: 20px;
}
.copy-rights p,
.register-text p{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
    text-align: center;
}
.social-links-footer li a i{
    color: #6e6e6e;
    font-size: 38px;
}
.hyper-links a{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
/* *********Footer style End********** */

/* Thankyou Page CSs By Bilal 30-05-2024*/
.contain {
    box-shadow: 0px 2px 6px grey !important;
}
.thank-you-message {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: uppercase;
}
.thank-you-message {
    font-size: 20px;
    font-weight: 700;
    color: #00ACDD!important;
    text-align: center !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-button {
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
}

.download-button:hover {
    background-color: transparent;
    border: 1px solid #45a049;
    transition: .3s all ease;
}
/* Thankyou Page CSs By Bilal  END*/




.btn-color-2 {
    background: #ED2232!Important;
    color: white!important;
}
.btn-color-2:hover {
    background: #ffffff!Important;
    color: #ED2232!important;
    border: 1px solid #ED2232!important;
}
.text-getmove {
    color: #ED2232;
}
.btn-getmover{
    background: #00ACDD!Important;
    color: white!important;
}
.btn-getmover:hover{
    background: #ED2232!Important;
    color: white!important;
}

.btn-check+.btn:hover{
    background: #ED2232!Important;
    color: white!important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: white!important;
    background-color: #ED2232!Important;
    border-color: #ED2232!Important;
}
.card-service-head {
        background-color: #ED2232!Important;
        color: white!Important;
        font-size: 20px;
}
.cu-select .form-select, textarea, .csm-form-control {
    color: #000000 !important;
    border: 1px solid #ED2232!important;
}
.driverRegistration-wrapper span.select2-selection.select2-selection--single {
    border-radius: 25px!important;
    border: 1px solid #00ACDD!important;
    height: 39px;
}
.driverRegistration-wrapper .form-control {
    border-radius: 25px!important;
    border: 1px solid #00ACDD!important;
}
.driverRegistration-wrapper span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100%!important;
}
.driverRegistration-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px!important;
}
.driverRegistration-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
    right: 10px!important;
}
.driverRegistration-wrapper .select2-container {
    width: 100%!Important;
}

/* .card-body label.btn.btn-getmover {
    width: 200px;
    height: 150px;
    place-content: center;
} */

@media only screen and (max-width: 480px) {
    label.btn.btn-getmover {
        display: block;
        margin-bottom: 5px;
    }
}

