
body {
  background: radial-gradient(circle, rgb(246 247 255 / 17%) 30%, rgb(167 213 237 / 36%) 100%);
}
body {
  font-family: Mulish, sans-serif;
  background-color: #000;
  color: #fff;
  
}
p {
  font-size: 17px;
}
ul,li{
  font-size: 18px;
}
.bg-header{
    background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

a{
  text-decoration: none !important;
}
.nav-links a:hover {
  color: #f8f8f8;
}
 

/* Main container styling */
.container {
  max-width: 1200px; /* Adjust container width */
  margin: 0 auto;
  padding: 0 20px; /* Add some padding on smaller screens */
}

/* Header styling */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:8px 0;
}

/* Logo styling */
.logo {
 height: 60px;
}



/* Navigation styling */
.nav-links {
  display: flex;
  text-transform: uppercase;
  gap: 40px;
  font-size: 18px;
}  

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* Button styling */
.quote-btn {
  background-color: #ffffff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

/* Mobile Menu Icon */
.menu-icon {
  display: none;
  color: #fff;
}

/* Responsive design */
@media (max-width: 768px) {
  .nav-links {
    display: none; /* Hide the navigation links by default on mobile */
  }

  .menu-icon {
    display: block;
        font-size: 2.9em;
        cursor: pointer;
        margin-left: auto;
  }

  /* When the menu icon is clicked, display the nav links */
  .nav-links.open {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 10px 0;
    gap: 10px;
  }
}
.container-fluid {
  margin: 0%;
  padding: 0%;
  position: relative;
  text-align: center;
  color: white;
  display: contents;
}




.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.banner-image {
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  opacity: 0.9;
  background-color: black;

}

.banner-heading {
  font-size: 50px;
  font-weight: 500;
  color: black !important;
}
a.list-group-item.list-group-item-action.sidebar {
font-size: 20px;
color: #070780;
padding: 15px;
}
.emergency-card {
background-image: url('../img/banner.jpg'); 
background-size: cover;
background-position: center;
color: black !important;
border-radius: 8px;
text-align: center;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
opacity: 0.9;
}

.emergency-card .icon {
font-size: 20px;
margin-bottom: 15px;
font-weight: 600;
}

.emergency-card .phone-number {
font-size: 1.5rem;
font-weight: bold;
margin: 10px 0;
}

.emergency-card a {
color: white;
text-decoration: none;
font-weight: bold;
margin-top: 15px;
display: inline-block;
padding: 10px 20px;
background-color: #ff4d4d;
border-radius: 5px;
}

.emergency-card a:hover {
background-color: #cc0000;
}
i.fa.fa-volume-control-phone {
border: 1px solid blue;
padding: 20px;
font-size: 50px;
background-color: white;
border-radius: 50%;
}
.social-icons a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
margin: 0 10px;
border-radius: 50%;
background: linear-gradient(135deg, #0038ff, #00d4ff);
color: white;
font-size: 20px;
text-decoration: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover {
transform: scale(1.1);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
img.hero-section-img.img-fluid.rounded {
height: 400px;
width: 800px;
}
.footer-background{
 background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);;
}
.text-center.background-color {
  background-color: #12012b;
}
.quick-links ul li {
  margin-bottom: 10px;
  color: white;
}
p.madhumita-footer {
  font-size: 25px;
  font-weight: 600;
}
p.madhumita-footer-p {
  font-weight: 500;
}
.emergency-card.mt-5 {
  position: sticky !important;
}

.sticky-top {
  position: fixed;
  position: sticky;
  top: 0;
  z-index: 1030; /* Ensures it stays on top */
}