/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    width: 100%;
}

header {
    color: white;
}

/* Top Bar */
.top-bar {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(90deg, #0c9887, #25a8bc);
}

.top-bar a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

.top-bar a img {
    vertical-align: middle;
}

/* Main Header */
.main-header {
    background-color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 100px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    background: linear-gradient(90deg, #0c9887, #25a8bc);
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.separator {
    font-size: 18px;
    color: black;
}

.phone-number a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.phone-number img {
    vertical-align: middle;
}

/* Menu Bar */
.menu-bar {
    background-color: #25a8c6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.menu-bar nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-bar nav ul li {
    margin: 0 15px;
}

.menu-bar nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.menu-button {
    font-size: 24px;
    color: white;
    cursor: pointer;
}

/* Popup */
.popup {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: white;
    color: black;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 1000;
    overflow-y: auto;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.popup-header h2 {
    margin: 0;
    color: #25a8c6;
}

.close-btn {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #25a8c6;
}

.popup-content .location {
    margin-bottom: 15px;
}

.popup-content .social-icons a img {
    width: 30px;
    margin: 0 5px;
}
.carousel-caption h1 {
    font-size: 5rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.25rem;
}
.why-choose-us {
    background-color: #f9f9f9; /* Light background color */
}

.section-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #003366; /* Customize this color to match branding */
}

.sub-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.call-back a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #003366; /* Adjust to match branding */
}

.form-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

form .form-control,
form .form-select {
    border-radius: 5px;
    border: 1px solid #ccc;
}

form .btn {
    background: linear-gradient(90deg, #0f9d58, #34a853); /* Gradient button */
    color: #fff;
    font-weight: bold;
    border: none;
}

form .btn:hover {
    background: #0c7a42;
}
.services h2 {
    font-weight: bold;
    color: #fff;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    color: #000;
}

.card h5 {
    font-weight: bold;
    color: #333;
}

.card .btn-link {
    color: #007bff;
    font-weight: bold;
}

.card .btn-link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%; /* Vertically center the button */
    transform: translateY(-50%); /* Align the button in the center */
}

.contact-info {
    background-color: #fef8f4;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.contact-info a {
    color: #007bff;
    font-weight: bold;
}

.contact-info a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.card {
    border-radius: 10px;
    background: #ffffff;
}

.card-header {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
}

.card-body {
    font-size: 0.9rem;
    color: #333;
    text-align: center;
}

.card-body i {
    margin-bottom: 10px;
}

.card a {
    color: #0f9d58;
    font-weight: bold;
}

.card a:hover {
    text-decoration: underline;
    color: #0056b3;
}
.what-makes-us-best {
    background-color: #ffffff;
}

.what-makes-us-best h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.what-makes-us-best a {
    color: #007bff;
    font-weight: bold;
}

.what-makes-us-best a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.card {
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card i {
    display: block;
    margin-bottom: 15px;
    color: #007bff;
}

/* Responsive Header */
@media (max-width: 768px) {
    /* Adjust top-bar text and icons */
    .top-bar p {
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
    }

    /* Center the logo and remove inline alignment */
    .main-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .main-header .right-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-header .right-section .separator {
        display: none; /* Remove the separator on smaller screens */
    }

    /* Navigation menu adjustments */
    .menu-bar nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu-bar nav ul li {
        display: inline-block;
        margin: 5px 0;
    }
}



/* General Adjustments for Buttons and Fonts */
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px; /* Reduce the size of controls */
        height: 40px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    h1, h2, h4 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }
}

.testimonials .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.footer {
    font-size: 14px;
}

.footer a {
    transition: color 0.3s;
    color: #ffffff;
}

.footer a:hover {
    color: #17a2b8;
}

.footer .fab {
    font-size: 20px;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-white {
    color: #ffffff !important;
}

hr.bg-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
}

.social-icons a {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .social-icons {
        justify-content: center;
        margin-bottom: 15px;
    }
}

 #myLink {
    color: white; /* Red color for the text */
  }





