.main {
    width: 100%;
    height: 100%;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;

}

.popup {
    background-color: pink;
    padding: 20px;
    width: 800px;
    /* Set width */
    height: 550px;
    /* Set height */
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.close-btn {
    color: #aaa;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

input[type="text"],
input[type="email"],
textarea,
select,
label {
    color: #333;
    /* Text color */
}

input[type="text"],
input[type="email"],
textarea,
select {
    width: calc(100% - 20px);
    /* Adjusting width for padding */
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
}

input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.mySlides {
    display: none;
}

.slider {

    margin-top: 90px;
}

.slider img {
    height: 470px;
    width: 100%;
}

.nav__link {
    color: #301934;
}


.contain {

    height: 400px;
    width: 100%;
    margin-top: 150px;
}

.contain h1 {
    text-align: center;
    color: black;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contain h2 {
    text-align: center;
    color: palevioletred;
    margin-top: 20px;
    font-size: 45px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contain h3 {
    margin-left: 150px;
    color: black;
    margin-top: 20px;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contain p {
    margin-left: 150px;
    margin-top: 15px;
    color: #000;
    font-size: 20px;

    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.abouts {
    width: 100%;
    height: 400px;

    display: flex;
}

.abouts1 {
    width: 50%;
    height: 400px;
    margin-left: 120px;
}

.abouts1 p {
    color: black;
    font-size: 20px;
    margin-top: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.abouts1 button {
    width: 140px;
    height: 35px;
    margin-top: 20px;
    margin-left: 200px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    background-color: black;
    color: white;
    border: none;
}

.abouts2 {
    width: 30%;
    height: 400px;
    margin-left: 80px;
}

.abouts2 img {
    width: 100%;
    height: 100%;
}


.storyhead {
    width: 100%;
    height: 100px;

    margin-top: 120px;
    text-align: center;
}


.storyhead h1 {
    color: black;
    font-size: 35px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.storyhead p {
    color: black;
    font-size: 25px;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.storey {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
}

.srotey2 {
    width: 40%;
    height: auto;
    margin-left: 06%;
}

.srotey2 video {
    height: 380px;
}


.srotey2 h1 {
    margin-top: 10px;
    font-size: 30px;
}

.treathead {
    height: 100px;
    margin-top: 100px;

}

.treathead h1 {
    text-align: center;
    color: black;
    font-size: 2.5rem;
}

.treathead h2 {
    text-align: center;
    color: black;
    margin-top: 20px;
}





.treatment {
    width: 100%;
    height: 500px;

    display: flex;
    margin-top: 50px;
}

.treat {
    width: 30%;
    height: 500px;

    margin-left: 30px;
}

.treat h1 {
    text-align: center;
    color: palevioletred;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.treat img {
    margin-top: 20px;
}

.treat p {
    margin-top: 20px;
    font-size: 19px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.maps {
    width: 100%;
    height: 450px;

    margin-top: 100px;
}

.faqs {
    width: 100%;
    height: 100%;


}



.collapsible {
    background-color: palevioletred;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;

    text-align: left;
    outline: none;
    font-size: 15px;
}



.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.footer {
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: flex;
    background-color: palevioletred;
}


.foot {
    width: 30%;
    height: 100%;
    margin-left: 30px;

}

.foot h1 {
    color: black;
    text-align: center;
    margin-top: 20px;
}

.foot h2 {
    margin-left: 30px;
    color: black;
    margin-top: 30px;
    font-size: 20px;
}

.foot button {
    margin-top: 20px;
    height: 40px;
    border: none;
    text-align: center;
    width: 150px;
    margin-left: 20px;
    background: none;
    text-align: left;
}

.foot button a {
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.foot p {
    color: black;
    margin-top: 15px;
    font-size: 17px;
    margin-left: 80px;
}

.foot p a {
    color: #000;
    text-decoration: none;
}





.icon-bar {
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}


.newlogo {
    margin-left: -70px;
}






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.formbold-mb-5 {
    margin-bottom: 20px;
}

.formbold-pt-3 {
    padding-top: 12px;
}

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    background: white;
}

.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #6a64f1;
    color: white;
    width: 100%;
    cursor: pointer;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}



.whatsapp-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
}

.whatsapp-button a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s;
    position: relative;
}

.whatsapp-button img {
    width: 45px; /* Adjust the size as needed */
    height: 80px; /* Adjust the size as needed */
    border-radius: 10px;
}

.whatsapp-text {
    display: none;
    margin-left: 0px;
    background-color: #075e54; /* Optional: Add background color */
    padding: 5px;
    margin-top: 10px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.whatsapp-button a:hover .whatsapp-text {
    display: block;
}


/* Ensure all elements have no margin and padding by default */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container for the image gallery */
.blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between images */
    justify-content: center; /* Center the images horizontally */
    padding: 10px;
}

/* Individual image containers */
.blogs2 {
    flex: 1 1 calc(25% - 20px); /* Flexible basis with a gap adjustment */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(25% - 20px); /* Maximum width for larger screens */
}

.blogs2 img {
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 8px; /* Rounded corners for the images */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .blogs2 {
        flex: 1 1 calc(33.333% - 20px); /* Three images per row */
        max-width: calc(33.333% - 20px);
    }
}

@media (max-width: 900px) {
    .blogs2 {
        flex: 1 1 calc(50% - 20px); /* Two images per row */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .blogs2 {
        flex: 1 1 calc(100% - 20px); /* One image per row */
        max-width: calc(100% - 20px);
    }
}


.testimonial{
    width: 100%;
    height: auto;
    padding-top: 100px;
    background-image: url(assets/img/reviews.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews-slider {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    
}

.review {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;

    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.material-icons {
    font-size: 24px;
    color: #ff9800; /* Gold color for the star */
    margin-bottom: 10px;
}

/* Ensure the reviews have a consistent height */
.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-list {
    margin: 0 -10px; /* Adjust margin to compensate for the review margins */
}
