/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
nav {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
    position: sticky;
    top: 0%;
    z-index: 100;
    background-color:#005a87;
    
}

/* .nav-cont {
    display: flex;
    gap: 10px;

} */

.nav-cont p i {
    margin-right: 5px;
}

.bars {
    display: block;
    color: #f2f4f7;
}
.bars:hover{
    cursor: pointer;
}
#green{
color: green;
margin-right: 6px;
}
.side-nav{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
left: -70%;
width: 50%;
background-color:white;
color: black;
font-weight: 500;
position: relative;
top: 0%;
height: 100%;
transition: 1s;
position: fixed;
transition-timing-function: ease-in-out;
border-radius: 5px;
z-index: 114;
}
.side-para {
    text-align: center;
margin-top: 7%;

}

.side-para a{

margin-bottom:30px ;
}
.side-nav h5{
text-align: center;
margin-top: 15px;
}
.side-para i{
    position: relative;
    left: -7%;
}
.side-para a{
    text-decoration: none;
    
    color: black;
    
    }
    .side-para p{
    margin-bottom: 7%;
    }
    @media screen and (max-width:750px) {
        .nav-cont {
            display: none;
        }
        nav h1{
            font-size:large;
        }
        .side-para p{
        
            margin-bottom: 15%;
            
            }
            .bars{
        display: block;
            }
            .bars{
        font-size: x-large;
            }
        }
#wrongs{
position: relative;
left: 90%;
}
.side-nav:hover{
    cursor: pointer;
}



.content-section {
    padding: 20px;
    background-color: white;
    margin: 20px auto;
    max-width: 1200px;
}

.content-section h2 {
    font-size: 2em;
    color: #005a87;
}

.search-bar {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

button {
    padding: 10px 20px;
    background-color: #005a87;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

button:hover {
    background-color: #003f5c;
}

.ambulance, .achievements, .payment-section, .login-section, .about-us-section {
    background-color: white;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

/* Slider */
.slider img {
    width: 100%;
    height: auto;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #222;
    color: white;
    margin-top: 20px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    

    .content-section {
        padding: 15px;
    }

    button {
        width: 100%;
        padding: 12px;
    }
}
/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}


/* Payment Section Styles */
.payment-section {
    padding: 20px;
    background-color: white;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.payment-section h2 {
    font-size: 2em;
    color: #005a87;
    margin-bottom: 20px;
}

.payment-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 30px;
}

.payment-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-section form label {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.payment-section form input,
.payment-section form select {
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

.payment-section form button {
    padding: 12px 20px;
    background-color: #005a87;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
}

.payment-section form button:hover {
    background-color: #003f5c;
}

/* Footer Styles */
footer {
    text-align: center;
    padding: 15px;
    background-color: #222;
    color: white;
    margin-top: 40px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {


    .payment-section {
        padding: 15px;
        margin: 15px;
        max-width: 100%;
    }

    .payment-section form input,
    .payment-section form select,
    .payment-section form button {
        max-width: 100%;
    }
}
/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}


/* Login Section Styles */
.login-section {
    padding: 40px;
    background-color: white;
    margin: 40px auto;
    max-width: 600px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.login-section h2 {
    font-size: 2em;
    color: #005a87;
    margin-bottom: 20px;
}

.login-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 30px;
}

.login-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-section form label {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.login-section form input {
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

.login-section form button {
    padding: 12px 20px;
    background-color: #005a87;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
}

.login-section form button:hover {
    background-color: #003f5c;
}

.login-section p a {
    color: #005a87;
    text-decoration: none;
}

.login-section p a:hover {
    text-decoration: underline;
}

/* Footer Styles */
footer {
    text-align: center;
    padding: 15px;
    background-color: #222;
    color: white;
    margin-top: 40px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    

    .login-section {
        padding: 15px;
        margin: 15px;
        max-width: 100%;
    }

    .login-section form input,
    .login-section form button {
        max-width: 100%;
    }
}
/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}



/* 24-Hour Ambulance Section Styles */
.ambulance-section {
    padding: 40px;
    background-color: white;
    margin: 40px auto;
    max-width: 800px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ambulance-section h2 {
    font-size: 2.5em;
    color: #005a87;
    margin-bottom: 20px;
}

.ambulance-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 30px;
}

.ambulance-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.ambulance-form label {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Footer Container */
footer {
    background-color: #2C3E50;
    color: #fff;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-section {
    flex: 1;
    margin: 10px;
}

footer .footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #ecf0f1;
}

footer .footer-section p {
    margin: 5px 0;
    color: #bdc3c7;
}

footer .footer-section .social-icons a {
    color: #ecf0f1;
    margin: 5px;
    font-size: 20px;
    text-decoration: none;
}

footer .footer-section .social-icons a:hover {
    color: #3498db;
}

/* Links styling */
footer .footer-section .quick-links a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    margin: 5px 0;
}

footer .footer-section .quick-links a:hover {
    color: #3498db;
}

/* Media Queries for responsiveness */
@media screen and (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    footer .footer-section {
        flex: 1 100%;
        text-align: center;
        margin: 20px 0;
    }

    footer .footer-section h3 {
        font-size: 1.5em;
    }
}

.ambulance-form input {
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

.ambulance-form button {
    padding: 12px 20px;
    background-color: #005a87;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
}

.ambulance-form button:hover {
    background-color: #003f5c;
}

/* Emergency Contact Information */
.contact-info {
    margin: 30px 0;
}

.contact-info h3 {
    font-size: 2em;
    color: #005a87;
}

.contact-info p {
    font-size: 1.1em;
    color: #555;
}

/* Ambulance Service Details */
.service-details {
    text-align: left;
    margin-top: 40px;
}

.service-details h3 {
    font-size: 2em;
    color: #005a87;
    margin-bottom: 15px;
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 1.1em;
}

.service-details ul li {
    margin-bottom: 10px;
}

/* Footer Styles */


/* Responsive Design */
@media screen and (max-width: 768px) {
    
    .ambulance-section {
        padding: 15px;
        margin: 15px;
        max-width: 100%;
    }

    .ambulance-form input,
    .ambulance-form button {
        max-width: 100%;
    }

    .service-details ul {
        padding-left: 20px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
  }
  
  header {
    background-color: #4CAF50;
    padding: 20px 0;
    color: white;
  }
  
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  
  header .logo h1 {
    font-size: 24px;
  }
  
  header .nav-links {
    list-style: none;
    display: flex;
  }
  
  header .nav-links li {
    margin: 0 15px;
  }
  
  header .nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
  }
  
  .specialties {
    background-color: #fff;
    padding: 40px 0;
  }
  
  .specialties h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .specialty-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .specialty-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 250px;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .specialty-card img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  .specialty-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .specialty-card p {
    font-size: 16px;
    color: #555;
  }
  
  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
  }
  
  .container {
    width: 90%;
    margin: 0 auto;
  }
  
  @media (max-width: 768px) {
    header .nav-links {
      display: none;
    }
  
    header nav {
      justify-content: space-between;
    }
  
    .specialty-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .specialty-card {
      width: 80%;
      margin: 10px 0;
    }
  }
  