/* Responsive Navbar */
.navbar {
    background-color: #fff;
    border: none;
    margin: 0;
    border-radius: 0;
    position: sticky;
    margin-bottom: 10px;
    height: 80px;
}
.navbar-header .navbar-brand img {
    height: 70px;
    margin-bottom: 10px;
}
.navbar .navbar-right {
    font-size: 14px;
    margin-top: 20px;
    color: #555;
    padding: 15px 20px;
}
.navbar .navbar-right .glyphicon {
    margin-right: 5px;
}
@media (max-width: 768px) {
    html{
        width:100%;
    }
    .navbar {
        height: auto;
        text-align: center;
        padding: 10px 0;
        justify-content: center;
    }

    .navbar .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-header .navbar-brand img{
        text-align: center;
        justify-content: center;
        padding-left: 15px;
    }

    .navbar-header {
        margin-bottom: 10px;
        text-align: center;
    }

    .navbar .navbar-right {
        text-align: center;
    }

    .navbar .navbar-right a {
        display: block; /* Stack elements */
        margin-top: 5px;
        text-align: center;
    }
    .adw{
        text-align: center;
        padding-left: 15px;
    }
}


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.main-container {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space out content and form */
    align-items: flex-start; /* Align items at the top */
    background-image: url('Images/12333.png'); /* Background image */
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    width: 100%;
    height: 550px; /* Fixed height */
    box-sizing: border-box; /* Ensure padding doesn't affect size */
    position: relative;
}

.content-section {
    color: black;
    max-width: 100%;
    margin-top: 0; /* Reset top margin */
    gap: 700px;
}

.content-section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #f20790; /* Pink heading */
    margin-bottom: 10px;
}

.content-section h3 {
    font-size: 26px;
    margin-top: 10px;
    margin-left: 90px;
}

.form-section {
    background-color: #f20790; /* Semi-transparent purple */
    padding: 10px;
    border-radius: 10px;
    width: 350px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Add shadow */
    margin-top: 80px; /* Space from the top */    
}

.form-section h2 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.form-control {
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
}

.btn-pink {
    background-color: #ab1c7f ; /* Pink button */
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.btn-pink:hover {
    background-color: #e62e85;
}

.form-note {
    font-size: 12px;
    color: white;
    margin-top: 10px;
    text-align: center;
}


/* Responsive Fix for Small Screens */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column; /* Stack elements */
        align-items: center; /* Center content */
        text-align: center;
        background-image: none;
    }

    .content-section {
        margin-left: 0; /* Reset negative margin */
        text-align: center;
    }

    .form-section {
        margin-right: 0; /* Reset negative margin */
    }
    .content-section h3 {
        margin-left: 0;
    }
}


/* Services Section */
.services-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.services-section h2 {
    font-size: 36px;
    color: #f20790;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Service Items */
.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 150px;
    margin: 15px;
}

.services-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 5px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.services-item img:hover {
    transform: scale(1.1);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .services-section {
        padding: 30px 10px;
        margin-top: 90px;
    }

    .services-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .services-item {
        margin: 10px;
    }

    .services-item img {
        width: 80px;
        height: 80px;
    }
}


/* Button */
.btn-consult {
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #f20790;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-consult:hover {
    background-color: #c412a6;
}
.background-section {
    background-color:#9fd2c9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    padding-top: 20px;
}
.background-section h2 {
    color: black;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.background-section p{
    padding-top: 20px;
}
.image-container {
    position: relative;
}
.img-fluid{
    margin-top: 70px;
}
.image-container img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.image-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80%; /* Adjust as needed */
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.map-container {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust height as needed */
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
 /* Book Now Button Styling */
 .book-now-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color:#f20790; /* Pinkish-red */
    color: white;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-rl; /* Vertical text */
    text-align: center;
    border-radius: 5px 0 0 5px;
    transition: background-color 0.3s ease;
    display: inline-block;
    z-index:999;
}

.book-now-btn:hover {
    background-color: #c2185b; /* Darker shade on hover */
}
/*FAQs*/
.faq-section {
    padding: 40px 20px;
}
.faq-section h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* Panel Styling */
.panel-group .panel {
    background-color: #eef7f8;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.panel-heading {
    background-color: #eef7f8;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
}
.panel-heading a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: block;
    position: relative;
}
.panel-heading a:after {
    content: '\f107'; /* Down Arrow (Font Awesome) */
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
}

.panel-body {
    background-color: #fff;
    color: #555;
    padding: 15px;
    border-top: 1px solid #ddd;
}
.features {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: #9fd2c9;
    padding: 20px;
    border-radius: 10px;
}

.feature {
    display: flex;
    align-items: center;
    width: 45%; /* Two per row */
    margin-bottom: 20px;
}

.feature img {
    width: 60px; /* Adjust size */
    height: 60px;
    margin-right: 10px;
}

.feature p {
    color: black;
}
.container1 { 
    height: 60px;
    position: relative; 
  }
  
  .center1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
.abc{
    color: #f20790;
}
.bed{
    font-family: 'Times New Roman', serif;
    font-size: 20px;
}


/* Responsive Fix for Small Screens */
@media (max-width: 992px) {
    .main-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .content-section {
        max-width: 90%;
        text-align: center;
        padding-bottom: 20px;
    }
    .form-section {
        max-width: 90%;
    }
    .services-section h2 {
        font-size: 24px;
        align-items: center;
        text-align: center;
    }
    .services-item {
        max-width: 110px;
    }
    .btn-consult {
        font-size: 14px;
    }
    .background-section, .hez{
        text-align: center;
    }
    .hez ul {
        text-align: left !important;
    }
}

/* Additional Mobile Optimization */
@media (max-width: 768px) {
    .content-section h1 {
        font-size: 28px;
    }
    .content-section p {
        font-size: 16px;
    }
    .form-section {
        width: 100%;
    }
    .services-item img {
        width: 80px;
        height: 80px;
    }
}
.footer {
    background-color: #9fd2c9;
    padding: 30px 0;
    color: black;
}

.footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.footer p, .footer a {
    color: black;
    font-size: 17px;
    text-decoration: none;
}

.footer a:hover {
    color: #f39c12;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a img {
    width: 28px;
    height: 28px;
}

.footer .map {
    margin-top: 15px;
}

.footer .map iframe {
    width: 100%;
    height: 200px;
    border: none;
}


.efg{
    height: 100px;
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .footer .container {
        text-align: center;
    }

    .footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .social-icons {
        flex-direction: row;
    }
    .whats-app{
        display:none;
    }
}