/* General Styles */
/*body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}*/

body {
    font-family: Arial, sans-serif;
    
     margin: 0 0 10px;
     padding: 0;
     background-color: #e6e6fa;
     color: #333;
     
     line-height: 1.42857143;
 }
header {
   /* background-color: #d3d3d3; /* Light grey background */
   background-color: #ffffff; /* Light grey background */
    color: white;
    text-align: center;
    padding: 20px 0;
}

header h1 {
    font-size: 2.5rem;
    margin: 0;
}

nav {
    background-color: #4b0082;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1.1rem;
}

 nav {
            background: #4b0082;
            padding: 10px;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;


           
        }

        nav a {
            color: white;
            text-decoration: none;
            margin: 5px 15px;
            font-weight: bold;
            font-size: 1.1em;
            
        }




nav a:hover {
    background-color: #6e3f75;
}

.container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

h2 {
    font-size: 2rem;
    color:  #228b22;
    clear: both; /* This forces the element to be cleared from floated content */
  margin-bottom: 0.5em;
}
h3 {
    color: #228b22;
}
ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    font-size: 1.1rem;
    margin: 5px 0;
}

footer {
    background-color: #4b0082;
    color: white;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
}



footer p {
    margin: 0;
}

a {
    color: #50b675;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    header h1 {
        font-size: 2rem;
    }

    nav a {
        font-size: 1rem;
        padding: 8px 15px;
    }

    .container {
        padding: 15px;
    }
}
.justified-text {
    text-align: justify;
    font-family: Poppins, sans-serif;
  }

 /* .services-icons li {
    display: flex;
    align-items: flex-start; 
    gap: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}*/

.services-icons li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    text-align: justify;
}

.services-icons img {
    width: 50px;
    height: auto;
    flex-shrink: 0; /* Prevents the icon from shrinking */
}

.services-icons div {
    display: flex;
    flex-direction: column; /* Keeps title and description stacked */
    flex-wrap: wrap;
    max-width: 85%; /* Adjust width to fit text properly */
}

.services-icons li div {
   
    flex: 1;
    min-width: 250px;
}




  .whatsapp-chat {
    position: fixed; /* Fix it in place */
    bottom: 20px; /* Adjust position from the bottom */
    right: 20px; /* Adjust position from the right */
    z-index: 1000; /* Set a high z-index to ensure it stays above other elements */
}



/* CTA Button Styles */
.cta-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.cta-button.primary {
    background-color: #007bff;
}

.cta-button.primary:hover {
    background-color: #0056b3;
}

.cta-button.whatsapp {
    background-color: #25D366;
}

.cta-button.whatsapp:hover {
    background-color: #1DA851;
}

.cta-button.secondary {
    background-color: #ff5722;
}

.cta-button.secondary:hover {
    background-color: #e64a19;
}

.footer-cta {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.cta-button.call {
    background-color: #28a745;
}

.cta-button.call:hover {
    background-color: #218838;
}

.cta-button.inquiry {
    background-color: #17a2b8;
}

.cta-button.inquiry:hover {
    background-color: #138496;
}
