body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}

.header {
    background-color: #4166f5;
    text-align: center;
    padding: 20px;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav li {
    list-style: none;
    color: white;
}

.nav li a {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}
.nav li {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}

.header h1 {
    color: #d9232d;
    margin: 0;
}

.header h2 {
    color: #f26b26;
    margin: 0;
}

.content {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f4f4f4;
}

.box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.box h3 {
    color: #2B0513
    ;
}

.box p {
    color: #4166f5;
    font-weight: bold;
}

.footer {
    background-color:  #4166f5;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.footer p {
    margin: 5px;
    font-weight: 100;
}

.contact {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0;
}

.highlight {
    color: white;
    font-weight: 700;
}

.banner {
    position: relative;
}

.banner h1 {
    font-size: 2rem;
    position: absolute;
    top: 25%;
    left: 5%;
    width: 60%;
    color: orange;
}
.nav li i{
    font-size: 30px;
    margin-right: 5px;
}
.box:hover{
    scale: 1.1;
    transition: 1.8s;
}



/* silk slider  */
.Slede {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

}
.slick-dots{
    bottom: 0 !important;
}
.slick-dots{
    padding-bottom: 5px !important;
}
.slick-dots li{
    background-color: white;
    border-radius: 19px
}

.Slede img {
    width: 100%;
    height: auto;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button {
    background-color: #fff;
    border-radius: 50%;
}
.slick-dots li button:before{
    font-size: 0 !important;
}

.slick-dots li.slick-active button {
    background-color: orange;
}

.Slede img {
    max-height: 400px;
    min-height: 350px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}


/* cta butto 
 /* General styling for the body */
 body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Floating Icons Styling */
.cta-icon {
    position: fixed;
    bottom: 20px; 
    right: 20px;
    z-index: 1000; 
    border-radius: 50%; 
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* WhatsApp Icon Styling */
.cta-icon.whatsapp {
    background-color: #25d366; 
    margin-bottom: 70px; 
}

.cta-icon.whatsapp i {
    font-size: 20px;
    color: white;
}

/* Phone Icon Styling */
.cta-icon.call {
    background-color: #34b7f1; 
    margin-top: 70px; 
}

.cta-icon.call i {
    font-size: 20px;
    color: white;
}


.cta-icon:hover {
    /* transform: scale(1.1); 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);  */
    scale: 1.1;
} 





        /* Form container styling */
        .form-container {
            background-color: #f4f4f4;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin: 0 auto;
            max-width: 500px;
        }
        .form_space{
            padding: 30px;
            background: #003366;
        }

        .form-container h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
        }

        label {
            font-size: 14px;
            color: #555;
            margin-bottom: 8px;
            display: block;
        }

        input[type="text"],
        input[type="tel"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            box-sizing: border-box;
        }

        textarea {
            resize: vertical;
            height: 100px;
        }

        .form-container button {
            width: 100%;
            padding: 12px;
            background-color: #4166f5; /* WhatsApp Green */
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

       .form-container button:hover {
            background-color: #003366; /* Darker WhatsApp Green */
        }

        /* Responsive design */
        @media (max-width: 600px) {
            .form-container {
                padding: 20px;
            }

           .form-container h2 {
                font-size: 24px;
            }
        }


        /* modal popup  */
        /* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Black with opacity */
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content{
    border-radius: 15px;
}
.modal-content p{
    text-align: justify;
    line-height: 21px;
}
#modalTitle{
    text-align: center;
    color: orange;
}


.content .box button{
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #4166f5;
    background: #f4f4f4;
    font-weight: 700;
}

#about-us{
    padding: 10px 100px 30px 100px;
}

#about-us h2{
    text-align: center;
    font-size: 35px;
    color: #4166f5;
}
#about-us p{
    line-height: 23px;
    font-size: 18px;
    text-align: justify;
    
}
#readMoreBtn{
    padding: 10px 15px;
    border-radius: 22px;
    border: 1px solid #4166f5;
    background-color: #4166f5;
    color: white;
}

.fa-brands, .fab{
    color: white;
}
/*#readMoreBtn:hover{*/
/*    border: #4166f5;*/
/*    background-color: #4166f5;*/
/*    color: white;*/
/*}*/