* {
    list-style: none;
    box-sizing: border-box;
    font-family: sans-serif;
}


.topbar ul li {
    margin-left: 20px;
    justify-content: center;
}

.topbar ul li i {
    color: #3db54a;
}

.topbar .col-md-4 ul li i {
    color: white;
}

.topbar {
    background: rgb(70, 70, 70);
    color: white;
}

@media(max-width: 768px) {
    .topbar {
        display: none;
    }
}

@media(max-width: 992px) {
    .quoteform {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: 5px;
        padding: 5px;
    }
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://shekhawatipackers.com/wp-content/uploads/2024/03/h1-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    width: 100%;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

@media (max-width: 768px){
    .navbar .container-fluid{
        padding: 0 !important;
    }
    .navbar .brandname h4{
        font-size: 17px;
    }
    .quoteform{
        display: flex;
        padding: 20px !important;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .row1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .aboutuspara{
        padding-top: 20px;
    }
    .serviceimages{
        display: flex;
        justify-content: center;
    }
    .reloctest{
        flex-direction: column;
        align-items: center;
    }
    .tab-content div{
        text-align: justify;
    }
    .relocservices{
        margin: 20px 20px !important;
    }
    .testimonials{
        width: 90% !important;
    }
    .abus {
    padding: 10px 0px;
    }
    
    .page-img{
        
        display: flex;
        justify-content: center;
    }
    .page-img img{
       height: 25vh !important;
       margin-top: 30px;
    }
    .ender{
        margin: 0 20px;
    }
    .about-head p{
        text-align: justify;
    }
    .dedicatedtext{
        font-size: 18px;
    }
    .navbar-collapse{
        padding-left: 30px ;
    }
  
    
}

@media(min-width:1200px) {

    .navbar-brand {

        width:25%;
        height: 40px;
        margin-top: -27px;

    }
}

/* nav {
    font-size: 18px;
} */
.navbar .navbar-brand img {
    width: 100%;
}

.whyus {
    margin-top: 10px;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
}

.whyus .card {
    height: 100%;
    /* Let column take full height */
    min-height: 200px;
    /* Set a fixed or minimum height as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
}



.whyus .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.whyus .card-text {
    flex-grow: 1;
    /* This allows equal spacing even if texts vary slightly */
}

.cardicon {
    width: 60px;
}

.card {
    display: flex;
    align-items: center;

}


.relocservices {
    margin: 25px 0 25px 60px;
}

.blackstrip {
    height: 15vh;
    color: aliceblue;
    text-align: center;
}

.blackstrip2 {
    position: relative;
    height: 25vh;
    color: white;
    text-align: center;
    background-image: url("https://images.pexels.com/photos/221047/pexels-photo-221047.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.blackstrip3 {
    color: #3db54a;
    text-align: center;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}



.clientcontainer {
    color: #3db54a
}

.clientlogos img {
    width: 8vw;
}

.clientlogos {
    justify-content: center;
}

footer {
    text-align: justify;
    color: white;
    background: rgb(70, 70, 70);

}
.blockquote-footer{
    color: white !important;
    text-align: end;
    padding-right: 15px;
    
}


.abus div a{
    color: white;
    text-decoration: none;
}

iframe {
    width: 30vw;
    height: 30vh;

}

.getquote {
    background: rgb(70, 70, 70);
    margin: 40px 0px 20px 0px;
    padding: 30px 0px;
    font-size: 2rem;
}

.ender {

    align-items: center;
    justify-content: center;

    color: azure;

}

.but1 {
    border-radius: 4px;
}

.aboutimg {
    border-radius: 7px;

}

.aboutusdetailed {
    flex-direction: column;
    gap: 25px;
}

.formOverlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;

}

.quicklinks a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: color 0.3s ease; 
    

}
.quicklinks a:hover {
  color:#3db54a; 
  text-decoration: underline;
}

.map{
    width: 100%;
    border: 0;
    height: 60vh;
}

.home-form {
    background-color: rgba(242, 242, 242, 0.3);
    padding: 20px;
    border-radius: 14px;
}

.home-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.home-form textarea {
    width: 100%;
    border-radius: 15px;
}


.submit-btn-home {
    display: flex;
    align-items: center;
    justify-content: center;

}

.submit-btn-home button {
    padding: 10px 30px;
    background-color: #3db54a;
    color: white;
    border: none;
    margin-top: 30px;
    text-align: center;
}

.servicecard div {
    margin-top: 20px;

}

.card-body {
    margin-top: 0 !important;
    padding: 20px !important;
}

.homerelobut span {
    color: #3db54a;
}

.card-body h5 {
    font-weight: 600;
    text-align: left;
}

.card-body p {
    text-align: justify;
}

.car-title {
    text-align: left;
}

.servicecard .row .col-md-3 .card img {
    width: 100%;
    height: 25vh;
}

.workwithus {
    justify-content: space-around;
    align-items: center;
}

.cardservice {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.cardservice:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contacticons {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3db54a;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.servicestab {
    text-decoration: none;
    color: black;
}

.page-img {
    margin: auto;

}

.page-img img {
    height: 70vh;
    width: 70%;
}

.servicestab span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.servicestab:hover span {
    transform: translateX(8px);
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #3db54a; /* Custom color */
  color: white;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  font-size: 24px;
  transition: transform 0.3s, background-color 0.3s;
}

.float-btn:hover {
  background-color: #2b8d37;
  transform: translateY(-3px);
}
