body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*background-color: #f4f4f4;*/
    color: #FFFFFF;
    line-height: 1.6;
}
.logo {
    width: 200px;
    height: auto;
}
header {
   background: linear-gradient(45deg, #391da5, #610000);
}
h3 {
    color:#FE795D;
}
.a {
    color: #f607fa;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    font-size: 20px; 
    color: #cc0422;
}
.button a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.header {
    text-align: center;
    padding: 20px 0;
    background-color: #a44caf;
    color: white;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.onlytext {
    font-size: 20px;
}
.button-container {
    display: flex;
    justify-content: center;
    background: #102926;
    padding: 10px;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.call-button {
    background-color: #ff08d5;
    color: #fff;
    font-size: 20px;
}
.whatsapp-button {
    background-color: #00772c;
    color: #fff;
    font-size: 20px;
}
.button:hover {
    background-color: #0056b3;
}
.topu {
    background-color: #000000;
    padding: 25px;
    /* text-align: center; */
    margin-top: 1px;
    border-radius: 10px;
    border-color: #ff088e;
    border: dashed 5px;
}
.bullet-points h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #7db300;
}
.bullet-points ul {
    list-style: none;
    padding: 0;
}
.bullet-points ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.6;
}
.bullet-points ul li::before {
    content: "\2022";
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: 0;
}
.bullet-points a {
    text-decoration: none;
    color: #bb066b;
    font-size: 20px;
    font-weight: 600;
}
.gallery {
    margin-top: 10px;
    background-color: #37062a;
}
.gallery {
    text-align: center;
    padding: 20px;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-item {
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.gallery-item:hover {
    transform: scale(1.05);
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    transition: background 0.3s ease;
}
.gallery-caption h4 {
    margin: 0 0 10px 0;
}
.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
button {
    background-color: #ff4081;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
button:hover {
    background-color: #e91e63;
}
@media (min-width: 600px) {
    .gallery-item {
        width: calc(48% - 20px);
    }
}
@media (max-width: 599px) {
    .gallery-item {
        width: calc(100% - 20px);
    }
}



.about-us {
    font-size: 19px;
}
.rates {
    /* margin-top: 40px; */
    /* background-color: currentColor; */
    text-align: center;
}
.rates h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #e4ff00;
}
.package {
    /* background-color: #f8d4ff45; */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #a77400, #00408f);
}
.package h4 {
    margin-top: 0;
    color: #ff00f7;
    font-size: 1.5rem;
}
.package p {
    margin: 5px 0;
    color: #e9ffa4;
    font-size: 18px;
}
/* Responsive styles */
@media (max-width: 768px) {
    .rates h3 {
        font-size: 1.5em;
    }
}
.faq {
    /* margin-top: 40px; */
    background-color: #3d1531;
    text-align: center;
}
.faq h3 {
    font-size: 24px;
    color: #f3abff;
    padding: 10px;
}
  .question {
    margin-bottom: 20px;
    cursor: pointer;
  }
.question-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    color: #bff5ec;
}
.answer {
    display: none;
    color: #fff2f2;
    font-size: 18px;
    line-height: auto;
    line-height: 38px;
}
  .show {
    display: block;
  }
  @media (max-width: 768px) {
    .faq h3 {
      font-size: 20px;
    }
  }
.contact-us {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    /* font-weight: 600; */
    background: linear-gradient(45deg, #570120, #330037);
    border-radius: 10px;
}
.contact-us h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-info {
    margin-bottom: 20px;
}
.info-item {
    margin-bottom: 10px;
}
.icon {
    margin-right: 10px;
}
.social-links {
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.social-link {
    display: inline-block;
    margin: 0 10px;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.social-link:hover {
    background-color: #0056b3;
}
.logo {
            font-size: 24px;
            font-weight: bold;
        }
        .nav-links {
            list-style: none;
            display: flex;
        }
        .nav-links li {
            margin-left: 20px;
        }
        .nav-links a {
            color: white;
            text-decoration: none;
            font-size: 18px;
        }
        .burger {
            display: none;
            cursor: pointer;
        }
        .burger div {
            width: 25px;
            height: 3px;
            background: white;
            margin: 5px;
            transition: all 0.3s ease;
        }
        @media (max-width: 768px) {
        .nav-links {
            display: none;
            flex-direction: column;
            width: 100%;
            position: absolute;
            top: 60px;
            left: 0;
            /* background: #333; */
            background: linear-gradient(45deg, #391da5, #610000);
            }
            .nav-links li {
                text-align: center;
                margin: 10px 0;
            }
            .burger {
                display: block;
            }
            .nav-links.active {
                display: flex;
            }
            .burger.toggle .line1 {
                transform: rotate(-45deg) translate(-5px, 6px);
            }
            .burger.toggle .line2 {
                opacity: 0;
            }
            .burger.toggle .line3 {
                transform: rotate(45deg) translate(-5px, -6px);
            }
        }
        .header-image {
            width: 100%;
            height: auto;
            max-height: 500px;
            object-fit: cover;
        }
        section {
            padding: 20px 20px;
        }
.container {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 20px;*/
    box-sizing: border-box;
}
.header h1 {
    margin: 0;
    font-size: 2.5em;
}
.content {
    background-color: #0e0e0e;
    padding: 20px;
    /* border-radius: 8px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content h2 {
    font-size: 2em;
    margin-top: 0;
    color: #4CAF50;
}
.content p {
    margin: 1em 0;
    /* font-size: 1.1em; */
    color: aliceblue;
}
.footer {
    padding: 10px 10PX;
    background-color: #333;
    color: white;
    border-radius: 0 0 8px 8px;
}
@media (max-width: 480px) {
    .header h1 {
        font-size: 1.5em;
    }
    .content h2 {
        font-size: 1.2em;
    }
    .content p {
        font-size: 0.9em;
    }
    .gallery-caption p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #333;
    }
    .content {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .logo {
    width: 100px;
    height: auto;
    }
    .footer-left p {
    margin-bottom: 20px;
    max-width: 120px;
    }
}
@media (max-width: 768px) {
    .header h1 {
        font-size: 2em;
    }
    .content h2 {
        font-size: 1.5em;
    }
    
}
.footer {
    background-color: #430747;
    padding: 20px 0;
}

.cont {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left h3 {
    margin-bottom: 10px;
}
.footer-left p {
    margin-bottom: 20px;
}
.footer-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-right li {
    margin-bottom: 10px;
}
.footer-right a {
    text-decoration: none;
    color: whitesmoke;
}
.footer-right a:hover {
    color: #007bff;
}
.copyright {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.copyright a {
    color:yellow;
}
.call-buttons {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
}
.call-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #75006d;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgb(253 0 255);
    transition: background-color 0.3s;
    font-size: 18px;
}
.whatsapp-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #04690b;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    font-size: 18px;
}
.call-btn:hover, .whatsapp-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .call-buttons {
    bottom: 10px;
    right: 10px;
  }
}
