body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}
*{
    font-family: 'Poppins', sans-serif;
}
/* Existing CSS */
.contact-box {
    background-color: #0C3C35;
    padding: 10px 0;
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-box .contact-info {
    font-size: 16px;
    margin: 0;
}

.contact-box .contact-info i {
    margin-right: 5px;
    color: #B7773A;
    padding-left: 30px;
}

.social-media {
    display: flex;
    margin-left: auto;
}

.social-media a {
    color: white;
    margin: 0 8px;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-media a:hover {
    color: #B7773A;
}

/* Media Query to hide social media icons on phone view */
@media (max-width: 767px) {
    .social-media {
        display: none;
    }
    .contact-box .contact-info {
    font-size: 10px;
   
}
}



.navbar {
    background-color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-width: 250px;
    height: auto;
}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #0C3C35;
    margin: 0 10px;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #B7773A;
}

.carousel-inner img {
    max-height: 500px;
    object-fit: cover;
}

.carousel-caption h1, .carousel-caption h3, .carousel-caption p {

    padding: 10px;
    border-radius: 5px;
    max-width: 100%; /* Ensures text doesn't overflow the screen */
     background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
   
}

.carousel-caption p {
    font-size: 24px;
    font-weight: 300;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 8px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .carousel-caption h3 {
        font-size: 8px; 
        background-color: rgba(0, 0, 0, 0.5);
    }

    .carousel-caption p {
        display: none; 
    }

    .carousel-caption {
        bottom: 20px; 
        
    }
}



section {
    padding: 60px 0;
}

.procedure-box {
    border: 2px solid #B7773A; /* Use the preferred theme color */
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    height: 100%;
}

.procedure-box:hover {
    transform: translateY(-10px);
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.procedure-box h4 {
    color: #B7773A; /* Use the preferred theme color */
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.procedure-box p {
    color: #6c757d;
    font-size: 0.9rem;
}




.btn-custom {
    background-color: #B7773A;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.btn-custom:hover {
    background-color: #a66630;
    color: #fff;
}

.achievement {
    text-align: center;
}

.achievement h2 {
    font-size: 40px;
    font-weight: 700;
    color: #B7773A;
}

.achievement p {
    font-size: 18px;
    color: #777;
}

.services .property-item img {
    transition: transform 0.3s;
}

.services .property-item:hover img {
    transform: scale(1.05);
}





h1, h2, h3 {
    color: #ffffff;
}

.services .property-item {
    transition: transform 0.3s ease;
}

.services .property-item:hover {
    transform: scale(1.05);
}

.property-item img {
    border-radius: 8px;
}

.achievement {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.achievement h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.achievement p {
    font-size: 1.2rem;
    color: #6c757d;
}

.services .text-content p {
    color: #6c757d;
}

.property-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.property-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.property-item:hover .bg-overlay {
    opacity: 1;
}

.property-item img {
    transition: transform 0.3s;
}

.property-item:hover img {
    transform: scale(1.05);
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: #B7773A;
}

p {
    font-size: 18px;
    color: #777;
}

.text-dark {
    color: #333 !important;
}

.text-dark:hover {
    color: #B7773A !important;
}
.card {
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-10px);
}
.card-body img {
    border: 3px solid #B7773A;
}


.container {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #343a40;
}

h1::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #B7773A; /* Your preferred theme color */
    margin: 10px auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   
   
    gap: 15px;
   
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 20px;
}

.gallery-item:hover .overlay {
    opacity: 1;
}




.p-5 {
    padding: 3rem !important;
}

.bg-light {
    background-color: #f7f9fc !important;
}

.guidance-section {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.guidance-section h1 {
    font-size: 32px;
    color: #343a40;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.guidance-section h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #B7773A; /* Your preferred theme color */
    margin: 10px auto 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.checkbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.checkbox-item-img {
    margin-bottom: 10px;
}

.checkbox-item label {
    font-size: 18px;
    color: #343a40;
    width: 100%;
}

.checkbox-item label strong {
    color: #B7773A; /* Highlight key text in your theme color */
}

.checkbox-item p {
    margin: 5px 0 0 0;
    color: #555;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




body {
    background-color: white;
}

.scroll-box {
    width: 100%;
    overflow: hidden;
   
    margin-top: 20px;
    position: relative;
    background-color: white;
}

.scroll-content {
    display: flex;
    width: 100%;
    animation: scroll 10s linear infinite;
}

.box {
    position: relative;
    min-width: 200px;
    height: 150px;
    
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.overlay-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    background-color: rgba(116, 115, 115, 0.8);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-chat img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: width 0.3s, height 0.3s; /* Smooth resizing transition */
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .whatsapp-chat img {
        width: 60px;
        height: 60px;
    }
}

/* Media query for smaller screens */
@media (max-width: 480px) {
    .whatsapp-chat img {
        width: 40px;
        height: 40px;
        right: 10px; /* Adjust position for smaller screens */
        bottom: 10px;
    }
}





#shadow-host-companion{
    display: none;
}

.review-container {
    padding: 20px;
}

.review-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-name {
    font-weight: bold;
    font-size: 1.2rem;
    color: #0E2E50;
}

.review-rating {
    color: #FFD700;
}

.review-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.review-box.hidden {
    display: none;
}

footer {
    background-color: #0C3C35;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
}

footer a {
    color: #fff;
    margin: 0 10px;
    transition: color 0.3s;
}

footer a:hover {
    color: #B7773A;
}

.footer-section {
    margin-bottom: 20px;
}


 /* WhatsApp Chat Container */
        .whatsapp-chat {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        /* WhatsApp Icon Styling */
        .whatsapp-chat a img {
            width: 48px;
            height: 48px;
        }
        

        /* Message Box Styling */
        .message-box {
          
           
            bottom: 60px; /* Adjusted based on icon size */
            right: 0;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
            width: 250px;
            border-radius: 5px;
            font-size: 14px;
            color: #333;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            width: 50px;
        }

        /* Arrow Mark */
        /*.message-box::before {*/
          
        /*    position: absolute;*/
        /*    top: 50%;*/
        /*    left: -20px;*/
        /*    transform: translateY(-50%);*/
        /*    font-size: 20px;*/
        /*    color: #0E2E50;*/
        /*}*/

        /* Responsive Adjustments */
        @media (max-width: 600px) {
            .message-box {
                width: 35px;
                height: 40px;
                font-size: 12px;
            }

            .whatsapp-chat a img {
                margin-top:10px;
                width: 40px;
                height: 40px;
            }

            .message-box::before {
                left: -15px;
                font-size: 16px;
            }
        }