.navbar-brand img {
    width: 100px; 
    height: 30px;
    margin: 0 10px; 
}
.moving-strip {
    background-color: #92d127;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.moving-strip marquee {
    font-size: 18px;
    font-weight: bold;
}

.carousel-item img {
    width: 100%; 
    height: auto; 
    object-fit: cover; 
}

.service-card {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 40px;
}

.service-card i {
    font-size: 36px;
    margin-bottom: 10px;
}

footer {
    background-color:#92d127;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.social-media li {
    margin-right: 20px;
}

.social-media a {
    color: #fff;
}
.why-choose-us-section {
    background-color: #f7f7f7;
    padding: 40px;
  }
  
  .why-choose-us-section h2 {
    margin-top: 0;
  }
  
  .why-choose-us-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .why-choose-us-section li {
    margin-bottom: 10px;
  }
  
  .why-choose-us-section i {
    margin-right: 10px;
  }
  
  .about-us-section {
    background-color: #f7f7f7;
    padding: 40px;
  }
  
  .about-us-section h2 {
    margin-top: 0;
  }
  
  .about-us-photo {
    margin-bottom: 20px;
  }
  
  .about-us-photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }
  /*tables */
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Responsive styling */
@media (max-width: 768px) {
    table, th, td {
        display: block;
        width: 100%;
    }

    th, td {
        box-sizing: border-box;
        padding: 10px;
        text-align: left;
    }

    th {
        background-color: #f0f0f0;
        font-weight: bold;
        text-transform: uppercase;
    }

    tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }

    td {
        display: flex;
        justify-content: space-between;
    }

    td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
    }
  }
  /* Style the scrolling section */
.bangalore-packers-and-movers {
  height: 500px; /* Set the height of the scrolling section */
  overflow-y: scroll; /* Add a scrollbar to the section */
  background-color: #f0f0f0; /* Set the background color of the section */
  padding: 20px; /* Add some padding to the section */
  border: 1px solid #ddd; /* Add a border to the section */
  border-radius: 10px; /* Add a border radius to the section */
  margin-bottom: 50px; /* Add a margin to the bottom of the div */
}

/* Style the list items */
.bangalore-packers-and-movers ul {
  list-style: none; /* Remove the default list styling */
  padding: 0; /* Remove the default padding */
  margin: 0; /* Remove the default margin */
}

.bangalore-packers-and-movers li {
  padding: 10px; /* Add some padding to each list item */
  border-bottom: 1px solid #ccc; /* Add a border to the bottom of each list item */
}

.bangalore-packers-and-movers li:last-child {
  border-bottom: none; /* Remove the border from the last list item */
}

/* Style the links */
.bangalore-packers-and-movers a {
  text-decoration: none; /* Remove the default link styling */
  color: #337ab7; /* Set the color of the links */
}

.bangalore-packers-and-movers a:hover {
  color: #23527c; /* Set the color of the links on hover */
}

/* Add some animation to the scrolling section */
.bangalore-packers-and-movers::-webkit-scrollbar {
  width: 10px; /* Set the width of the scrollbar */
}

.bangalore-packers-and-movers::-webkit-scrollbar-thumb {
  background-color: #337ab7; /* Set the color of the scrollbar thumb */
  border-radius: 10px; /* Add a border radius to the scrollbar thumb */
}

.bangalore-packers-and-movers::-webkit-scrollbar-thumb:hover {
  background-color: #23527c; /* Set the color of the scrollbar thumb on hover */
}
  /* Contact Form Section */

.contact-us-section {
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  
  .contact-us-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .contact-us-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .contact-us-section .col-md-6 {
    padding: 20px;
  }
  
  .contact-us-section form {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .contact-us-section form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .contact-us-section form input, .contact-us-section form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .contact-us-section form input[type="submit"] {
    background-color: #92d127;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .contact-us-section form input[type="submit"]:hover {
    background-color: #92d127;
  }
  
  .contact-us-section .map-section {
    padding: 20px;
  }
  
  .contact-us-section iframe {
    border: none;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
  
  .contact-us-section .address-section {
    padding: 20px;
  }
  
  .contact-us-section .address-section p {
    margin-bottom: 10px;
  }
  
  .contact-us-section .address-section a {
    color:#92d127;
    text-decoration: none;
  }
  
  .contact-us-section .address-section a:hover {
    color: #92d127;
  }
.container {
  margin-top: 40px;
}

#carouselExampleControls {
  margin-bottom: 40px; 
}

/* media queries for responsiveness */
@media only screen and (max-width: 768px) {
    .service-card {
        flex-direction: column;
    }
    .service-card i {
        font-size: 24px;
    }
    .moving-strip {
        font-size: 14px;
    }
    .carousel-item img {
        height: 200px; 
    }
}

@media only screen and (max-width: 480px) {
    .service-card {
        padding: 10px;
    }
    .service-card i {
        font-size: 18px;
    }
    .moving-strip {
        font-size: 12px;
    }
    .carousel-item img {
        height: 150px; 
    }
}