.aboutus-section {
    background-image: url('https://res.cloudinary.com/dhrwejn3r/image/upload/v1721571134/aboutus_bg_jmqdxm.png');
    background-size: center;
    position: relative;
    min-height: 400px;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.top-of-overlay {
    position: relative;
    z-index: 1;
}

.dining-table-shadow {
    background-color: #8e9589;
    border-radius: 10px;
}

.dining-table-pic {
    position: relative;
    border-radius: 10px;
    top: 20px;
    left: -20px;
}

.service-icon {
    max-width: 120px;
    margin-bottom: 10px;
}

.contactus-section {
    background-color: #808080;
    color: white;
}

.rotate-title {
    transform: rotate(-90deg);
    transform-origin: center center;
    font-size: 50px;
    min-width: 500px;
}

/*Pagination START*/
.pagination {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pagination-btn {
    margin: 0 5px;
}

.pagination-btn a {
    display: block;
    width: 40px;
    /* Set a fixed width */
    height: 40px;
    /* Set the same height to make it square */
    line-height: 40px;
    /* Center text vertically */
    text-align: center;
    /* Center text horizontally */
    text-decoration: none;
    color: #007bff;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-btn a:hover {
    background-color: #e9ecef;
    color: #0056b3;
}

.pagination-btn.active a {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/*Pagination END*/

/*Nav Bar*/
#headerNav{
    background-color: #8e9589;
}

@media screen and (min-width:992px) {
    .nav-item {
        line-height: 80px;
    }
}

.carousel-caption {
    position: absolute;
    top: calc(50% + 80px); /* Adjust 50px to match the height of your navbar */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.carousel-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
    z-index: -1;
}

.carousel-control-prev, .carousel-control-next {
    align-items: center;
}

.carousel-caption-title{
    font-size:80px;
}

.social-media-icon{
    font-size:24px;
    margin-right:8px;
}
.social-media-icon:hover{
    color: #8e9589;
}

.required-field{
    color:red;
}

/* Define the initial state and the animation */
.fade-in {
opacity: 0;
transition: opacity 2s ease-in-out;
}

.fade-in.visible {
opacity: 1;
}

.footer-section {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding:10px;
    text-align: center;
    background-color: #36454F;
}
.social-icon{
    color:white !important;
    font-size:30px;
}
.social-icon:hover{
    color: #cad5c5 !important;
    cursor:pointer;
}

@media (max-width: 575px) {
    .footer-section {
        font-size:12px;        
    }
}
  
#whatsapp-button {
    position: fixed;
    bottom: 80px;
    right: 0px;
    z-index: 1;
}

#whatsapp-button img {
    width: 74px;
    height: auto;
}

.kws_link{
    text-decoration: underline;
    color:white;
}
.kws_link:hover{
    color:#212529;
}

body {
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}