/* CSS to Reduce Navbar Height */
.custom-navbar {
    padding-top: 5px; /* Reduce top padding */
    padding-bottom: 5px; /* Reduce bottom padding */
    height: 60px; /* Set a fixed height for navbar */
    line-height: 60px; /* Align text vertically */
}

.custom-navbar .navbar-brand img {
    max-height: 50px; /* Adjust logo size */
    vertical-align: middle;
}

.custom-navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px; /* Align links vertically */
}



/* CSS for Styling the Contact Number */
.custom-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
}

.custom-navbar .navbar-brand img {
    max-height: 50px;
    vertical-align: middle;
}

.custom-navbar .contact-number {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-navbar .contact-number i {
    font-size: 1.2rem;
    color: #ffffff;
}

.custom-navbar .contact-number a {
    color: #ffffff;
    text-decoration: none;
}

.custom-navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;

}

#container {
    margin-right: 30px; /* Adjust this value for the desired gap */
}

/* Increase the gap between the logo and the contact number */
.custom-navbar .navbar-text.contact-number {
    margin-left: 370px; /* Adjust this value for the desired gap */
}
 


/* Hero Slider 
#hero img {
    height: 80vh;
    object-fit: cover;
}

/* Social Buttons 
.social-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.social-buttons .btn {
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 14px;
}

/* Contact Section 
#contact {
    background: #f9f9f9;
}

#hero {
    width: 100%;
    height: 90vh; /* Adjust height as needed 
    overflow: hidden;
    position: relative;
}

#hero .carousel-inner {
    height: 100%;
}

#hero .carousel-item {
    height: 100%;
}

#hero .carousel-item img {
    object-fit: cover; /* Ensures the image is fully visible without cropping 
    width: 100%;
    height: 100%;
}




/* Stylish Contact Form with Mobile Number and Icons 
#contact {
    background: #f9fafc;
}

#contact h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

#contact .form-control {
    border-radius: 0.25rem;
}

#contact .input-group-text {
    background-color: #007bff;
    color: #fff;
    border: none;
}

#contact .btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

#contact .btn-primary:hover {
    background-color: #0056b3;
}
 */

/* CSS to Reduce footer Height */
.custom-footer {
    padding-top: 5px; /* Reduce top padding */
    padding-bottom: 5px; /* Reduce bottom padding */
    line-height: 10px; /* Align text vertically */
}

.custom-footer p {
    padding-top: 10px; /* Reduce top padding */
}


/* .living-experience {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
    text-transform: uppercase;
}
.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.about-text {
    width: 50%;
}
.about-image {
    width: 45%;
    height: auto;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    min-height: 300px;
}

/* Custom CSS for animations and styling */
/* .animate__animated {
animation-duration: 1s;
}

.placeholder-image {
transition: transform 0.3s ease;
}

.placeholder-image:hover {
transform: scale(1.05);
}

.text-primary {
color: #007bff !important;
}

.text-success {
color: #28a745 !important;
}

.text-info {
color: #17a2b8 !important;
}

.text-warning {
color: #ffc107 !important;
}

.text-danger {
color: #dc3545 !important;
} */
 