/* Navbar styling */
.navbar {
   /* background-color:#003B5C; */
   background-color:lightblue;
  }
  .navbar-nav .nav-link {
    color: #fff; /* Text color set to white */
    padding: 0.5rem 1rem;
  }
  .navbar-nav .btn-login, .navbar-nav .btn-signup {
    margin-left: 10px;
  }
  /* Logo styling */
  /* .navbar-brand img {
    height: 50px; 
    width: 80px; 
    border-radius: 3px;
    
  }
  .navbar {
    position: relative;
    position: fixed; 
} */

.navbar {
  position: relative;
  position: fixed;  
} 

 .navbar-brand img {
  height: 100px; 
  width: 100px;
  
  
  position: absolute; 
  top: 10px; 
  
  left: 60px; 
}



   /* Hover effect for the dropdown */
   .nav-item.dropdown:hover .dropdown-menu {
      display: block;
  }
  
  
  .about-page .navbar {
    font-size: 16px;
    padding: 10px 15px;
}

  /* Optional: Add transition effect */
  .dropdown-menu {
      display: none;
      transition: all 0.3s ease;
  }

/* Hover effect for the dropdowns */
.nav-item.dropdown:hover .dropdown-menu {
      display: block;
  }

  /* Optional: Add transition effect */
  .dropdown-menu {
      display: none;
      transition: all 0.3s ease;
  }
  .navbar-nav .nav-item {
    margin-right: 15px; /* Adjust this value for more or less spacing */
}


  /* Body background color */
  body {
    background-color: #f0f8ff; 
  }

/* Box styling for loan offers */
.loan-box {
    background-color: #e0f7fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px; /* Increased height for larger icons */
  }

  .loan-box i {
    font-size: 60px; /* Increased icon size */
    margin-bottom: 10px;
    color: black;
  }

  .loan-box p {
    font-size: 14px;
    margin: 0;
  }


  /* Styling for the new cards */
  .card-container {
    margin-top: 30px;
  }

  .custom-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
  }

  .custom-card i {
    font-size: 50px;
    color: #00796b;
    margin-bottom: 15px;
  }

  .custom-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .custom-card p {
    font-size: 14px;
    color: #555;
  }

  .custom-card .btn {
    margin-top: 10px;
    background-color: #003399;
    color: white;
    border: none;
  }


  /* Styling for the new boxes with images */
  .image-box {
    position: relative;
    text-align: center;
    margin: 15px;
  }

  .image-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  .image-box .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
  }

/* Styling for image with text on the right */
.image-text-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .image-text-container img {
    width: 50%;
    border-radius: 10px;
  }

  .image-text-container .text-content {
    width: 50%;
    padding-left: 20px;
  }

  .image-text-container .text-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00796b;
  }

  .image-text-container .text-content p {
    font-size: 16px;
    color: #555;
  }

  /* Carousel (slider) styling */
  .carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .carousel-control-prev, .carousel-control-next {
    color: #00796b;
  }

  /* About Section */


  /* Contact Us */
  .contact-section {
    margin-top: 50px;
  }
  .contact-form {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
  }
  .contact-info {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
  }
  .custom-btn {
           
    width: 70px;    
    padding: 5px;    
    font-size: 14px; 
}
  .social-media a {
    margin: 0 10px;
  }
  iframe {
    width: 100%;
    height: 400px;
    border: none;
  }

/* Parsonal details 

 
  /* body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        } */
        /* Hero Section */
        /* Hero Section Styling */
        .hero-section {
          background-image: url('image/card.jpg'); /* Replace with your image URL */
          background-size: cover;
          background-position: center;
          color: white;
          text-align: center;
          padding: 100px 0; /* Adjust height of the section */
          position: relative;
          margin-top: 40px;
          
      }

      /* Overlay for better text visibility */
      .hero-section::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5); /* Dark overlay */
          z-index: 1;
      }

      .hero-section h1 {
          position: relative;
          z-index: 2; /* Ensures text is above overlay */
          font-size: 3rem; /* Adjust size as needed */
          font-weight: bold;
      }

      .hero-section p {
          position: relative;
          z-index: 2; /* Ensures text is above overlay */
          font-size: 1.25rem; /* Adjust size as needed */
      }

      .apply-btn {
          position: relative;
          z-index: 2; /* Ensures button is above overlay */
          /* background-color: rgb(8, 40, 8); */
          color: white;
          padding: 10px 30px;
          font-size: 1rem;
          border: none;
          border-radius: 5px;
          cursor: pointer;
          margin-top: 20px;
      }

      .apply-btn:hover {
          background-color: #003399;;
      }
      /* Tab Navigation */
      .nav-tabs {
          margin-top: 20px;
          justify-content: center;
      }
      /* FAQ Section */
      .accordion-button:focus {
          box-shadow: none;
      }
      /* Apply Button */
      .apply-btn {
          background-color: #003399;;
          color: white;
          padding: 10px 25px;
          border-radius: 5px;
          border: none;
          font-size: 1.1rem;
      }
     

      /* Center the form and make it smaller */
      .loan-form {
          background-color: #f8f9fa;
          padding: 30px;
          border: 1px solid #003399;
          border-radius: 8px;
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          width: 80%;  /* Adjust width as needed */
          max-width: 500px; /* Maximum width */
          margin: 0 auto;  /* Centers the form */
      }
      .form-label {
          font-weight: 500;
      }
      .submit-btn {
          background-color: #003399;
          color: white;
          padding: 10px 25px;
          border-radius: 5px;
          border: none;
      }

      /* Login page */
      .form-container {
        max-width: 400px;
        margin: 50px auto;
        background: #ffffff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .btn-primary {
        width: 100%;
    }
    .switch-link {
        margin-top: 15px;
        text-align: center;
    }



   
       /* Car Loan */
        .banner {
            background: url('image/helo.jpg') no-repeat center center/cover;
            height: 70vh;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
            position: relative;
            height: 300px;
            margin-top: 80px;
        }
        .banner::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
            z-index: 1;
        }
        .banner h1 {
            font-size: 3.5rem;
            font-weight: bold;
            z-index: 2;
        }
        .banner p {
            font-size: 1.2rem;
            margin: 15px 0;
            z-index: 2;
        }
        .banner button {
            background: #003399;
            color: #fff;
            border: none;
            padding: 12px 30px;
            font-size: 1rem;
            border-radius: 30px;
            z-index: 2;
            transition: 0.3s ease-in-out;
        }
        .banner button:hover {
            background:#003399;
            transform: scale(1.05);
        }
        .features {
            padding: 50px 20px;
            background: #e7e6e6;
            margin-top: 20px;
        }
        .features h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 2.5rem;
            color: #333;
        }
        .feature-item {
            margin: 20px 0;
            text-align: center;
        }
        .feature-item img {
            max-width: 100px;
            margin-bottom: 15px;
        }
        .feature-item h4 {
            font-size: 1.2rem;
            color: #444;
        }
        .apply-section {
            background: rgb(247, 242, 242);
            margin-top: 20px;
            color: black;
            padding: 50px 20px;
        }
        .apply-section h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 2.5rem;
        }
        .form-container {
            max-width: 800px;
            margin: 0 auto;
        }
        .form-control {
            border-radius: 10px;
        }
        .btn-apply {
            background: #003399;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 10px;
            transition: 0.3s;
        }
        

        .popular-cars {
          background-color: #f8f9fa;
          margin-top: 20px;
      }
  
      .popular-cars h2 {
          color: #343a40;
          font-weight: bold;
         
      }
  
      .car-box {
          background-color: #ffffff; /* Box background color */
          border-radius: 10px;
          padding: 15px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for box */
          transition: transform 0.3s ease;
          max-width: 350px; /* Reduced width */
          margin: 0 auto; /* Center the boxes */
      }
  
      .car-box:hover {
          transform: scale(1.05); /* Slight zoom effect on hover */
      }
  
      .car-box img {
          max-width: 100%;
          height: 150px; /* Reduced height of image */
          object-fit: cover; /* Ensures image covers the box properly */
          border-radius: 10px; /* Rounded edges for image */
          margin-bottom: 10px;
      }
  
      .car-box h5 {
          color: #727374;
          font-size: 1.1rem; /* Reduced font size */
          margin-bottom: 8px;
      }
  
      .car-box p {
          color: #6c757d;
          margin-bottom: 10px;
      }
  
      .car-box button {
          background-color: #003399;
          color: white;
          border: none;
          padding: 8px 16px;
          font-size: 0.9rem;
          border-radius: 5px;
          cursor: pointer;
          transition: background-color 0.3s ease;
      }
  
      .car-box button:hover {
          background-color: #003399; /* Darker blue on hover */
      }

     
      /*services css */


       /* Hero Section */
       .hero {
        color: white;
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 100px;
    }
    .hero h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .hero a {
        background: #003399;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
    }
    .hero a:hover {
        background: #003399;
    }
    /* Services Section */
    .service-card {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .service-card:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }
    .service-card img {
        height: 200px;
        object-fit: cover;
    }
    .service-card h5 {
        /* color: #007bff; */
        margin-top: 15px;
    }
    /* Testimonials Section */
    .testimonial {
        background: #f9f9f9;
        padding: 40px 20px;
        border-radius: 10px;
        margin: 20px 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .testimonial img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
    .testimonial-content {
        font-style: italic;
    }



/* Business part */

    .hero-section {
      background: linear-gradient(to right, #003366, #00bfff);
      color: white;
      padding: 60px 0; /* Reduced padding */
      text-align: center;
  }
  .hero-section h1 {
      font-size: 2.5rem; /* Slightly smaller font size */
  }
  .hero-section p {
      font-size: 1.1rem; /* Slightly smaller font size */
  }
  /* Basic button styling */


.btn-apply {
            background: #003399;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 10px;
            transition: 0.3s;
        }
        .btn-apply:hover {
            background: #ffb347;
        }



.cta-btn {
  color: white;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

/* Hover effect styling */
.cta-btn:hover {
  color: white;
  transform: scale(1.05);  /* Adding scaling effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  /* Adding a shadow effect */
}

.cta-btn:hover {
  background-color: #e65c00 !important;
  transform: scale(1.1) !important;
}





  
  /* Key Features Section */
  .features-section {
      padding: 40px 0; /* Reduced padding */
      background-color: #f8f9fa;
  }
  .feature-card {
      background-color: #ffffff;
      padding: 30px; /* Reduced padding */
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; /* Reduced margin */
  }
  .feature-card i {
      font-size: 2rem;
      color:#00796b; ;
  }
  .form-section {
      background-color: #ffffff;
      padding: 60px 0; /* Reduced padding */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-top: 40px; /* Reduced margin */
  }
  .form-section h2 {
      margin-bottom: 20px; /* Reduced margin */
      text-align: center;
      font-size: 1.8rem; /* Slightly smaller font size */
      color: #003399;
  }
  .form-section form {
      background-color: #f8f9fa;
      padding: 30px; /* Reduced padding */
      border-radius: 10px;
  }
  .form-section input, .form-section select {
      margin-bottom: 15px; /* Reduced margin */
      padding: 12px;
      width: 100%;
      border-radius: 5px;
      border: 1px solid #ddd;
  }
  .form-section button {
      background-color: #003399;
      color: white;
      font-size: 1.2rem; /* Slightly smaller font size */
      padding: 12px 30px;
      border: none;
      border-radius: 5px;
      width: 100%;
  }
  .form-section button:hover {
      background-color: #003399;
  }
  .testimonial-section {
      padding: 40px 0; /* Reduced padding */
      background-color: #f2f4f8;
  }
  .testimonial-card {
      background-color: #ffffff;
      padding: 25px; /* Reduced padding */
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: center;
  }
  .testimonial-card img {
      width: 70px; /* Reduced size */
      height: 70px; /* Reduced size */
      border-radius: 50%;
      margin-bottom: 20px;
  }
  .testimonial-card p {
      font-size: 1rem; /* Reduced font size */
      font-style: italic;
  }

/* Eduction css */
  
  /* body {
      font-family: 'Poppins', sans-serif;
      background-color: #f4f4f9;
  } */
  .hero {
      background: linear-gradient(to right, #003366, #003399);
      color: white;
      text-align: center;
      padding: 80px 20px;
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
  .hero h1 {
      font-size: 3.5rem;
  }
  .hero p {
      font-size: 1.2rem;
      margin-top: 15px;
  }
  .hero button {
      margin-top: 20px;
      padding: 10px 25px;
      font-size: 1.1rem;
      border: none;
      border-radius: 30px;
      background: #003399;
      color: white;
      cursor: pointer;
      transition: all 0.3s;
  }
  .hero button:hover {
      background: #003399;
  }
  .features {
      margin-top: -50px;
  }
  .features .card {
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
  }
  .features .card:hover {
      transform: scale(1.05);
  }
  .apply-section {
      background: #003399;
      color: white;
      padding: 50px 20px;
      text-align: center;
      border-radius: 15px;
  }
  .apply-section h2 {
      margin-bottom: 20px;
  }
  .apply-section button {
      padding: 10px 30px;
      font-size: 1.2rem;
      border: none;
      border-radius: 30px;
      background: #003399;
      color: white;
      cursor: pointer;
      transition: all 0.3s;
  }
  .apply-section button:hover {
      background: #003399;
  }

  .section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

.left-section {
    padding-right: 0; /* Remove padding */
    width: 530px;
}

.left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container {
    height: 100%;
}

.right-section {
    height: 100%;
    margin-top: 0; /* Remove margin top */
    padding-top: 0; /* Remove padding */
    width: 550px;
}

.form-container input, .form-container textarea {
    margin-bottom: 10px; /* Reduce bottom margin */
}

.form-container button {
    margin-top: 10px; /* Reduce top margin */
}

.text-spacing {
  margin-top: 30px;
}
.paragraph-spacing {
  margin-top: 20px;
}
.custom-bg {
  background-color: #d3d3d3 !important;
}
  

 /* Sing Up styling */

 /* body {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
} */
  
  
.form-container {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 450px;
}

.form-container h3 {
  text-align: center;
  font-size: 24px;
  color: #333;
}

.form-container .form-label {
  color: #003399;
}
.btn-custom {
  background-color: #003399;  /* Green color */
  color: white;
  border: none;
  width: 100%;
}

.btn-custom:hover {
  background-color: #003399;/* Darker green for hover */
}



/* Gold css */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 1.8rem; /* Reduced heading size */
    color: #333;
    margin-bottom: 30px;
}
.section-title {
    text-align: center;
    margin: 40px 0;
    font-size: 2rem; /* Reduced title size */
    color: #003399;
}
.box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.box img {
    width: 100%;
    border-radius: 10px;
}
.box i {
    font-size: 4rem;
    color: #00796b;
    margin-bottom: 20px;
}
.box-text {
    text-align: center;
}
.box-text h3 {
    font-size: 1.2rem; /* Reduced heading size for text inside boxes */
    color: #333;
}
.box-text p {
    font-size: 0.9rem; /* Medium text size */
    color: #666;
}
.cta-button {
    background-color: #003399;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #003399;
}



 /*   Special offers Smaller Slider Styling */
 .carousel-item img {
  width: 100%;
  height: 300px; /* Reduced height for smaller slider */
  object-fit: cover;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.offer-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card {
height: 300px;  /* Adjust the height to your preferred value */
max-height: 350px;  /* Optional: Limit the maximum height */
overflow: hidden;  /* To hide anything that overflows the card */
}

.offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.offer-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.offer-card {
height: 350px; /* Adjust the height to your preferred value */
}

.offer-card img {
width: 100%; /* Ensures the image takes full width of the card */
height: 200px; /* Reduces image height */
object-fit: cover; /* Ensures the image covers the area without distorting */
}

.card-body {
text-align: center; /* Centers the text */
padding: 15px; /* Reduces padding */
}

.card-title {
font-size: 18px; /* Reduces the size of the heading */
font-weight: bold;
}

.card-text {
font-size: 14px; /* Reduces the text size */
color: #555; /* Sets a darker color for the text */
}

.btn {
font-size: 14px; /* Adjusts button text size */
padding: 8px 16px; /* Adds padding to the button */
background-color: rgb(46, 67, 46); /* Button color */
color: white;
border-radius: 5px;
}

.btn:hover {
background-color: #003399; /* Darkens the button color on hover */
}


.offer-card .card-body {
  padding: 20px;
  background-color: #fff;
}

.offer-card .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.offer-card .card-text {
  color: #555;
}

.offer-card .btn {
  background-color: #003399;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.offer-card .btn:hover {
  background-color: #003399;
}

/* Icon Section Styling */
.icon-box {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.icon-box i {
  font-size: 40px;
  color: #003399;
}

.icon-box p {
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .offer-card img {
      height: 200px;
  }

  .carousel-item img {
      height: 250px; /* Further reduce slider height on smaller screens */
  }
}
.icon-box i {
font-size: 40px; /* Increase icon size */
color: #003399; /* Icon color */
margin-bottom: 10px;
}

.icon-box p {
font-size: 18px; /* Main text size */
font-weight: bold;
}

.icon-box small {
font-size: 14px; /* Smaller text below the icon */
color: #555;
}

.card-body {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card-body {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card-body h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-body p {
  font-size: 14px;
  color: #555;
}

.card-body .btn {
  margin-top: 10px;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
}

.form-control {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}



@media (max-width: 767px) {
  .about-section h2 {
      font-size: 28px;
  }
  .about-section p {
      font-size: 16px;
  }
  .about-img {
      width: 100%;
      margin-bottom: 20px;
  }
  .col-md-6 {
      text-align: left;
  }
}



  
   /* Footer styling */
   .footer {
    background-color: #343a40;
    color: #fff;
    padding: 40px 0;
  }
  .footer a {
    color: #ddd;
    text-decoration: none;
  }
  .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer .social-icons a {
    margin: 0 10px;
    color: #ddd;
    font-size: 1.2rem;
  }
  .col-md-3 {
  padding-left: 0; /* Remove padding to make it stick to left */
  text-align: left; /* Left-align text */
}

ul {
  padding-left: 0; /* Remove padding from the list */
}

ul li a {
  text-decoration: none; /* Remove underline from links */
  color: #003399; /* Set text color */
}

ul li a:hover {
  color: #003399; /* Hover color */
  text-decoration: underline; /* Underline on hover */
}

/* Location Box Style */
.footer .col-md-3 .location-box {
  background-color: #f2f2f2; /* Light background color */
  padding: 15px; /* Padding for the box */
  border-radius: 10px; /* Rounded corners */
  text-align: center; /* Center align text */
  margin-top: 15px;
}

/* Align footer content to the right */
.footer .col-md-3 {
  text-align: left; /* Aligning all text to the left */
}

/* Optional: To make it responsive */
@media (max-width: 768px) {
  .footer .col-md-3 {
    text-align: center; /* Center-align on smaller screens */
  }
}

  