.logo {
    animation: zoomIn 2s ease-in-out; /* Perform animation once */ /* Apply animation */
    width: 100px;
    margin: 20px auto 10px;
}

.profile-logo {
    width: 100px;
    margin: 20px auto 10px;
}

h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-field {
    border: 0 solid #ccc;
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-field1 {
    border: 0 solid #ccc; /* Existing border (optional) */
    border-radius: 10px; /* Rounded corners */
    padding: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}


.contact-field img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.social-media img {
    width: 48px;
    height: 48px;
}

.dark-bg {
    padding-top: 10px;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    padding-bottom: 10px;
}

.contact-field a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.contact-field1 a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.about-us,
.services,
.awards {
    margin-top: 20px;
    background-color: white;
    padding: 15px; /* Space between content and border */
    border-radius: 10px;
    position: relative;
}


.about-us p,
.services p,
.awards p,
.services ul,
.awards ul {
    color: black;
    font-size: 16px;
    text-align: left;
}

.services ul,
.awards ul {
    list-style-type: disc;
    padding-left: 20px;
}

.footer1 {
    margin-top: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Styling for the WhatsApp button */

.whatsapp-button i {
    font-size: 24px;
}

.gallery-row img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup img {
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.popup .close-btn {
    position: absolute;
    top: -20px;
    /* Move the button above the image */
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 5px 10px;
    z-index: 10;
}

.youtube-videos {
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.youtube-video {
    margin-bottom: 20px;
}

.youtube-video iframe {
    width: 100%;
    height: 200px;
    /* Reduce the height to make it more landscape */
    border-radius: 10px;
}

.whatsapp-input {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between inputs and button */
}

#countryCode,
#whatsappNumber {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    /* Reduced height for compact design */
}

#countryCode {
    width: 50px;
    /* Narrower width for country code */
    text-align: center;
    /* Center-align text inside */
}

#whatsappButton {
    display: flex;
    align-items: center;
    gap: 5px;
    /* Space between icon and text */
    background-color: #25D366;
    border: none;
    padding: 0 10px;
    /* Adjust padding for a neat look */
    border-radius: 4px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    height: 30px;
    /* Matches textboxes' height */
    font-size: 13px;
    /* Matches font size with textboxes */
}

#whatsappButton .fa-whatsapp {
    font-size: 16px;
    /* Icon size adjusted for compact button */
}

#useful-links {
    margin: 20px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px; /* Rounded corners */
}

#useful-links h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center;
    color: #333;
}

.link-item {
    margin: 10px 0;
}

.link-item a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    display: block; /* Each link on its own line */
    font-size:16px;
    text-align: left;
}

.link-item a:hover {
    text-decoration: underline;
    color: #0056b3;
}


.photo-container {
    box-sizing: border-box; /* Includes padding and border in total width */
    width: 100%; /* Full width of the card */
    padding: 30px; /* White space around the image */
    padding-bottom: 10px;
    background-color: white; /* Creates the white space */
    border: 3px solid #ccc; /* Outer border */
    border-radius: 15px; /* Rounded corners for the container */
    margin-bottom: 20px; /* Adds spacing between containers */
    overflow: hidden; /* Prevents content spill */
    text-align: center; /* Centers the content inside the container */
    /*
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); !* Optional: Subtle shadow effect *!
    */
    border: 1.5px solid grey; /* Orange border */

    /* background-color: var(--theme-color-light); */
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; */
    box-shadow: 0 6px 20px 0 #dbdbe8;

}

.photo-container img {
    width: 100%; /* Makes the image fill the container width */
    height: auto; /* Maintains aspect ratio */
    border-radius: 8px; /* Adds rounded corners to the image */
    display: block; /* Removes bottom spacing caused by inline elements */
}

.caption {
    margin-top: 10px; /* Adds some space between the image and the caption */
    font-size: 16px; /* Adjusts the caption text size */
    color: black; /* Sets a soft, readable color for the captions */
    font-style: italic; /* Optional: Adds an italic style to captions */
    word-wrap: break-word; /* Ensures long captions wrap within the container */
}

.contact-icon {
    font-size: 20px;
    margin-right: 15px; /* Add space between icon and text */
    color: white; /* Change icon color to black */
    transform: scaleX(-1); /* Flip the icon horizontally */
}

.contact-item span {
    font-size: 16px;
    font-weight: bold;
}


.curved-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}


.copy-link {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
}

.copy-link:hover {
    color: #0056b3;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header-center-row {
    align-items: center;
    justify-content: space-between;
}

.header-center-row h3 {
    margin: 0;
    margin-bottom: 20px;
    display: inline; /* Make sure the heading behaves like an inline element */
    color: #222;
}

.copy-link {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 16px;
}

.copy-link:hover {
    color: #0056b3;
}


.header-row h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50%;
    height: 2px;
    background: linear-gradient(to right, #007bff, #00c6ff); /* Gradient underline */
    border-radius: 1px; /* Smooth edges */
}

.enquire-now-btn {
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.enquire-now-btn:hover {
    background-color: #128C7E; /* Darker green for hover effect */
}

.business-hours {
    margin-top: 20px;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
    color: #222;
    font-size: 16px;
    line-height: 1.5;
}

.business-hours h3 {
    margin-top: 0;
    color: #007bff;
}

.contact-us-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    text-align: left; /* Left-aligned labels */
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical; /* Allow vertical resizing */
    height: 100px;
}

.contact-us-form button.send-btn {
    background-color: #25D366; /* WhatsApp green */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-us-form button.send-btn:hover {
    background-color: #128C7E;
}


.enquire-now-btn {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.enquire-now-btn:hover {
    background-color: #128C7E;
}

.navigation-buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px; /* Position the buttons below the carousel */
    gap: 15px;
}

.carousel-btn {
    background-color:white ;
    color: black;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
}

ol, li {
    text-align: left;
    /*          margin: 0;
              padding: 0;*/
}

.rounded-image {
    border-radius: 15px; /* Adjust the value for more or less rounding */
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*
    background-color: rgba(0, 0, 0, 0.5); !* Semi-transparent background *!
    */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensures it appears above other elements */
    /*
    padding: 20px; !* Added padding around the modal content *!
    */
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px; /* Rounded corners */
    box-shadow:0 5px 15px rgba(0, 0, 0, 0.3); /* Subtle shadow effect */
    width: 330px;
    max-width: 90%;
    text-align: left; /* Center the text inside */
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc; /* Optional border for header */
    margin-bottom: 20px; /* Extra spacing below the header */
}

.modal-body {
    margin-bottom: 20px; /* Space between the body text and buttons */
    line-height: 1.6; /* Makes the text more readable */
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.modal-footer {
    display: flex;
    /*
    justify-content: space-around; !* Equal spacing between buttons *!
    */
}

.modal-footer button {
    /*
    margin: 0 10px; !* Horizontal margin for buttons *!
    */
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    background-color: #007bff; /* Button color */
    color: #fff;
    cursor: pointer;
}

.modal-footer button:hover {
    background-color: #0056b3; /* Hover effect */
}

.menu {
    background-color: #2596be;
    padding: 10px;
    display: flex;
    flex-wrap: wrap; /* Enables wrapping of menu items */
    justify-content: center;
    max-width: 100%; /* Ensures it fits within the card */
    margin: auto; /* Centers menu within the card */
    border-radius: 10px;
    margin-bottom: 20px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    /*
    margin: 5px 10px; !* Adds spacing between menu items *!
    */
    font-size: 16px;
    padding: 10px; /* Adds padding inside each menu item */
    padding-bottom:0;
    padding-top: 5px;
    border-radius: 5px; /* Rounded menu items */
    box-sizing: border-box; /* Ensures proper padding and spacing */
}

.menu a:hover {
    text-decoration: underline;
    background-color: #207d71; /* Adds hover effect */
}

@media (max-width: 768px) {
    .menu a {
        margin: 5px;
        font-size: 14px;
    }
}

.scrolling-text {
    width: 100%; /* Full-width container */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing text */
    box-sizing: border-box;
    background: #000; /* Optional background color */
    color: #fff; /* Text color */
}

.scrolling-text::after {
    content: '';
    display: block;
    width: 100%;
    animation: scroll-text 10s linear infinite;
}

@keyframes scroll-text {
    from {
        transform: translateX(100%);
    }

}


@keyframes marquee-blink {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }
    50% {
        opacity: 0; /* Hidden */
    }
}


    /* Keyframes for Zoom-In Effect */
@keyframes zoomIn {
    0% {
        transform: scale(1); /* Original size */
    }
    50% {
        transform: scale(1.05); /* Zoomed-in size */
    }
    100% {
        transform: scale(1); /* Back to original size */
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.bounce-effect {
    animation: bounce 1s ease-in-out 10; /* Bounce effect applied */
}


.why-us-carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    padding-bottom:0;
}

.why-us-carousel {
    display: flex;
    gap: 20px;
    animation: why-us-scroll 10s linear infinite;
    width: max-content; /* Ensures all items stay in the animation */
}

.why-us-carousel {
    display: flex;
    flex-wrap: nowrap; /* Ensures all cards stay in one row */
}


@keyframes why-us-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.app-links {
    text-align: center;
    margin-top: 20px;
}
.app-links img {
    width: 150px; /* Adjust the size as needed */
    margin: 10px;
    cursor: pointer;
}

.video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.video-item {
    width: 300px;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;

}
.video-item video {
    width: 100%;
    border-radius: 5px;
}
.video-title {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}


/* Footer Menu CSS Starts */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding:0;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: white;
    display: flex;

    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
    flex: 1;
    min-width: 80px;
}

.footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 6px;
    padding-bottom:10px;
    box-sizing: border-box;
    color: #555555;
    text-decoration: none; /* Removes underline from menu names */
}


.footer-menu .footer-menu-text {
    font-size: 12px;
    color: inherit; /* Keeps text color consistent with link color */
    text-decoration: none; /* Ensures no underline for text */
}


h3 {
    color: #007bff; /* A nice shade of blue */
}

/* Offer section styles */
.offer-section {
    text-align: center;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.offer-section h3 {
    color: #007bff;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Carousel container styling */
.offer-carousel-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

/* Carousel and card styling */
.offer-carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
}

.offer-card {
    flex: 0 0 60%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.offer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #333;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-image {
    max-width: 100%;
    display: block;
    cursor: pointer; /* Make the entire image interactive */
    pointer-events: auto; /* Ensure clicks are registered across the entire image */
}


.offer-details p {
    font-size: 16px;
    margin: 5px 0;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent the container from blocking clicks on images */
    z-index: 2; /* Ensures navigation is above the carousel but doesn't overlap images */
}

.navigation button {
    pointer-events: auto; /* Re-enable pointer-events for buttons themselves */
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0.8;
    z-index: 3; /* Ensure buttons are above the navigation container */
}

.navigation button:hover {
    opacity: 1;
}


/* Lightbox overlay styling */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* Initially hidden */
}

.lightbox-content img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0.8;
}

.lightbox-close:hover {
    opacity: 1;
}

.testimonial-section {
    text-align: center;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.testimonial-section h3 {
    color: #007bff;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Carousel container styling */
.testimonial-carousel-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

/* Carousel and card styling */
.testimonial-carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
}

.testimonial-card {
    flex: 0 0 60%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.testimonial-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #333;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image {
    max-width: 100%;
    display: block;
    cursor: pointer; /* Make the entire image interactive */
    pointer-events: auto; /* Ensure clicks are registered across the entire image */
}


.testimonial-details p {
    font-size: 16px;
    margin: 5px 0;
}


