/* Offer Card in Header */
.offer-card {
    background: linear-gradient(90deg, #FFD700 60%, #B8860B 100%);
    color: #111;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(255,215,0,0.18), 0 2px 16px #0002;
    padding: 1em 2em 1em 1.2em;
    margin: 0 auto 1.5em auto;
    max-width: 380px;
    display: flex;
    align-items: center;
    gap: 1em;
    border: 2px solid #fff3;
    position: relative;
    font-size: 1.08rem;
    animation: pop-offer 1s cubic-bezier(.23,1.01,.32,1.01), pulse-offer 1.8s ease-in-out 1s infinite alternate;
}
@keyframes pulse-offer {
    0% { box-shadow: 0 4px 24px rgba(255,215,0,0.18), 0 2px 16px #0002; transform: scale(1); }
    60% { box-shadow: 0 8px 36px 8px rgba(255,215,0,0.28), 0 2px 16px #0002; transform: scale(1.025); }
    100% { box-shadow: 0 4px 24px rgba(255,215,0,0.18), 0 2px 16px #0002; transform: scale(1); }
}
.offer-badge {
    background: #111;
    color: #FFD700;
    font-weight: bold;
    border-radius: 8px;
    padding: 0.3em 0.8em;
    font-size: 0.95em;
    margin-right: 0.7em;
    box-shadow: 0 2px 8px #0002;
    letter-spacing: 1px;
}
.offer-details {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    text-decoration: none;
}
@keyframes pop-offer {
    0% { transform: scale(0.7) translateY(-30px); opacity: 0; }
    80% { transform: scale(1.05) translateY(5px); opacity: 1; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
@media (max-width: 600px) {
    .offer-card {
        max-width: 97vw;
        padding: 0.7em 0.7em 0.7em 0.7em;
        font-size: 0.98rem;
    }
    .offer-badge {
        font-size: 0.9em;
        padding: 0.2em 0.6em;
    }
}
.service-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #181818;
    border-radius: 16px;
    border: 2px solid #FFD700;
    margin: 1.2em auto;
    max-width: 420px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    padding: 0.7em 1em;
    gap: 1em;
    transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(255,215,0,0.18);
    transform: translateY(-4px) scale(1.01);
}
.service-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #FFD700;
    background: #222;
    flex-shrink: 0;
}
.service-info {
    flex: 1;
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-info h3 {
    color: #FFD700;
    font-size: 1.15rem;
    margin: 0 0 0.3em 0;
    font-weight: bold;
}
.service-info p {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
}
@media (max-width: 600px) {
    body {
        font-size: 0.98rem;
    }
    .sticky-logo-bar {
        height: 44px;
        padding: 0.3em 0.5em;
    }
    .sticky-logo-bar .logo {
        height: 28px;
        width: 28px;
    }
    header.hero {
        height: 48vh;
        min-height: 180px;
        padding-top: 44px;
    }
    .hero-content {
        margin-top: 1.2em;
        padding: 0 0.5em;
    }
    .hero-content h1 {
        font-size: 1.2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .cta-btn {
        font-size: 0.98rem;
        padding: 0.6em 1.2em;
    }
    .about {
        padding: 1.2em 0.3em 1em 0.3em;
    }
    .about-inner {
        flex-direction: column;
        gap: 0.7em;
        padding: 0;
    }
    .about-img {
        width: 98vw;
        height: 120px;
        border-radius: 8px;
    }
    .about-text h2 {
        font-size: 1.1rem;
    }
    .about-text p {
        font-size: 0.98rem;
    }
    .services {
        padding: 1.2em 0.3em;
    }
    .services h2 {
        font-size: 1.1rem;
    }
    .service-list {
        width: 80vw;
        max-width: 100vw;
    }
    .service-card {
        max-width: 99vw;
        padding: 0.5em 0.2em;
        gap: 0.5em;
    }
    .service-img {
        width: 100px;
        height: 100px;
        border-radius: 8px;
    }
    .service-info h3 {
        font-size: 1rem;
    }
    .service-info p {
        font-size: 0.8rem;
        padding: 0 8rem 0 0;
    }
    .why-choose-us {
        padding: 1.2em 0.3em 1em 0.3em;
    }
    .why-choose-us h2 {
        font-size: 2.2rem;
        margin-bottom: 2em;
    }
    .choose-list {
        gap: 0.7em;
    }
    .choose-item {
        padding: 0.7em 0.3em;
        width: 99vw;
        font-size: 0.98rem;
    }
    .choose-icon {
        width: 28px;
        height: 28px;
    }
    .gallery {
        padding: 1.2em 0.3em 1em 0.3em;
    }
    .gallery h2 {
        font-size: 1.1rem;
    }
    .gallery-grid {
        gap: 0.5em;
    }
    .gallery-img {
        height: 80px;
        border-radius: 6px;
    }
    .contact {
        padding: 1.2em 0.3em;
    }
    .contact h2 {
        font-size: 1.1rem;
    }
    .contact form {
        max-width: 99vw;
    }
    .contact input, .contact textarea {
        font-size: 0.95rem;
        padding: 0.5em;
    }
    .contact button {
        font-size: 0.98rem;
        padding: 0.5em 1em;
    }
    .footer-content {
        gap: 0.5em;
    }
    .footer-info {
        min-width: 0;
        font-size: 0.98rem;
    }
    .footer-info h3 {
        font-size: 1rem;
    }
    .footer-map iframe {
        width: 99vw;
        height: 80px;
    }
    .footer-bottom {
        font-size: 0.98rem;
    }
    .sticky-bar-btn {
        font-size: 0.95rem;
        padding: 0.5em 0;
        gap: 0.3em;
    }
    .sticky-bar-btn img {
        width: 18px;
        height: 18px;
    }
}
    .service-card {
        flex-direction: column;
        align-items: flex-start;
        max-width: 98vw;
        padding: 0.7em 1.5em;
        gap: 0.5em;
    }
    .service-img {
        height: 60px;
        border-radius: 10px;
        margin-left: 200px;
    }
    .service-info {
        text-align: left;
        margin: -80px 0 0 0;
    }
    .service-info h3 {
        font-size: 1.2rem;
    }
/* Sticky Bar for Call and WhatsApp (screenshot style) */
.sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    z-index: 200;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.18);
    border-top: 2px solid #FFD700;
    font-family: inherit;
    height: 50px;
}
.sticky-bar-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7em;
    padding: 1em 0;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s;
    border: none;
}
.call-bar-btn {
    background: #111;
    color: #FFD700;
}
.call-bar-btn:hover {
    background: #FFD700;
    color: #111;
}
.whatsapp-bar-btn {
    background: #205c2a;
    color: #fff;
}
.whatsapp-bar-btn:hover {
    background: #25d366;
    color: #111;
}
.sticky-bar-btn img {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 8px #000);
}
@media (max-width: 600px) {
    .sticky-bar-btn {
        font-size: 0.98rem;
        padding: 0.7em 0;
        gap: 0.5em;
    }
    .sticky-bar-btn img {
        width: 20px;
        height: 20px;
    }
}
/* Sticky Logo Bar */
.sticky-logo-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(17, 17, 17, 0.95);
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    display: flex;
    align-items: center;
    padding: 0.5em 2em;
    height: 64px;
}
.sticky-logo-bar .logo-container {
    display: flex;
    align-items: center;
}
.sticky-logo-bar .logo {
    height: 48px;
    width: 48px;
}
@media (max-width: 600px) {
    .sticky-logo-bar {
        padding: 0.5em 1em;
        height: 48px;
    }
    .sticky-logo-bar .logo {
        height: 55px;
        width: 55px;
    }
}
/* Sticky Bar for Call and WhatsApp */
.sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    z-index: 200;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.18);
    border-top: 2px solid #FFD700;
}
.sticky-bar-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7em;
    padding: 1em 0;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s;
}
.call-bar-btn {
    background: #5b0404;
    color: #FFD700;
}
.call-bar-btn:hover {
    background: #861010;
    color: #ffffff;
}
.whatsapp-bar-btn {
    background: #205c2a;
    color: #FFD700;
}
.whatsapp-bar-btn:hover {
    background: #19a54c;
    color: #ffffff;
}
.sticky-bar-btn img {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 8px #000);
}
@media (max-width: 600px) {
    .sticky-bar-btn {
        font-size: 0.98rem;
        padding: 0.7em 0;
        gap: 0.5em;
    }
    .sticky-bar-btn img {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 600px) {
    header.hero {
        height: 60vh;
        min-height: 350px;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1.1rem;
    }
    .hero-bg-img {
        width: 95vw;
        min-width: 0;
        height: auto;
        max-width: 95vw;
    }
    .navbar {
        padding: 0.5em 1em;
    }
    .about {
        padding: 2em 0.5em 1.5em 0.5em;
    }
    .about-inner {
        flex-direction: column;
        gap: 1em;
        padding: 0;
    }
    .about-img {
        width: 95vw;
        height: 160px;
    }
    .about-text h2 {
        font-size: 1.3rem;
    }
    .about-text p {
        font-size: 1rem;
    }
    .services {
        padding: 2em 0.5em;
    }
    .services h2 {
        font-size: 1.3rem;
    }
    .service {
        padding: 1.2em 0.7em;
        width: 98vw;
        font-size: 0.98rem;
    }
    .service-icon {
        width: 36px;
        height: 36px;
    }
    .why-choose-us {
        padding: 2em 0.5em 1.5em 0.5em;
    }
    .why-choose-us h3 {
        font-size: 1rem;
    }
    .choose-list {
        gap: 1em;
    }
    .choose-item {
        padding: 1.2em 0.7em;
        width: 98vw;
        font-size: 0.98rem;
    }
    .choose-icon {
        width: 36px;
        height: 36px;
    }
    .gallery {
        padding: 2em 0.5em 1.5em 0.5em;
    }
    .gallery h2 {
        font-size: 1.3rem;
    }
    .gallery-grid {
        gap: 0.7em;
    }
    .gallery-img {
        height: 120px;
        border-radius: 10px;
    }
    .contact {
        padding: 2em 0.5em;
    }
    .contact h2 {
        font-size: 1.3rem;
    }
    .contact form {
        max-width: 98vw;
    }
    .contact input, .contact textarea {
        font-size: 0.98rem;
        padding: 0.7em;
    }
    .contact button {
        font-size: 1rem;
        padding: 0.7em 1.2em;
    }
    .footer-content {
        gap: 1em;
    }
    .footer-info {
        min-width: 0;
        font-size: 0.98rem;
    }
    .footer-info h3 {
        font-size: 1.1rem;
    }
    .footer-map iframe {
        width: 98vw;
        height: 120px;
    }
    .footer-bottom {
        font-size: 0.98rem;
    }
}
/* Sticky Call & WhatsApp Buttons */
.sticky-buttons {
    position: fixed;
    right: 2em;
    bottom: 2em;
    display: flex;
    gap: 1em;
    z-index: 100;
}
.sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #181818cc;
    border: 2px solid #FFD700;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(255,215,0,0.10), 0 2px 16px #000;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}
.sticky-btn:hover {
    background: #FFD700;
    transform: scale(1.08);
}
.sticky-btn img {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 8px #000);
}
.call-btn:hover img {
    filter: none;
}
.whatsapp-btn:hover img {
    filter: none;
}
@media (max-width: 600px) {
    .sticky-buttons {
        right: 1em;
        bottom: 1em;
        gap: 0.5em;
    }
    .sticky-btn {
        width: 44px;
        height: 44px;
    }
    .sticky-btn img {
        width: 24px;
        height: 24px;
    }
}
/* Gallery Section */
.gallery {
    background: #111;
    color: #FFD700;
    padding: 1em 2em 3em 2em;
    text-align: center;
}
.gallery h2 {
    color: #FFD700;
    margin-bottom: 2em;
    font-size: 2.2rem;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5em;
    max-width: 900px;
    margin: 0 auto;
}
.gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 24px rgba(255,215,0,0.10), 0 2px 16px #000;
    transition: transform 0.2s, box-shadow 0.2s;
}
.gallery-img:hover {
    transform: scale(1.04) rotate(-1deg);
    box-shadow: 0 8px 32px rgba(255,215,0,0.18);
}
/* Why Choose Us Section */
.why-choose-us {
    background: #181818;
    color: #FFD700;
    padding: 1em 2em 3em 2em;
    text-align: center;
}
.why-choose-us h3 {
    color: #FFD700;
    margin: 10px 0;
}
.choose-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
}
.choose-item {
    background: #222;
    border: 1px solid #FFD700;
    border-radius: 16px;
    padding: 2em 1.5em;
    width: 250px;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}
.choose-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255,215,0,0.15);
}
.choose-icon {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 2px 8px #000);
    margin-top: -1rem;
}
@media (max-width: 900px) {
    .choose-list {
        flex-direction: column;
        align-items: center;
    }
    .choose-item {
        width: 65vw;
        height: 10vw;
    }
}
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #111;
    color: #fff;
}

header.hero {
    position: relative;
    height: 85vh;
    background: url('img/head.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
}

.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.85);
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.logo-container {
    position: sticky;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    color: #FFD700;
}

.logo {
    height: 48px;
    width: 48px;
    margin-right: 1em;
}

header.hero .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.hero-content h1 {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
    text-shadow: 0 2px 16px #000;
}

.hero-content p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1.5em;
    text-shadow: 0 2px 8px #000;
}

.hero-bg-img {
    width: 320px;
    max-width: 90vw;
    border-radius: 24px;
    margin: 1.5em auto 1em auto;
    box-shadow: 0 8px 32px rgba(255,215,0,0.15), 0 2px 16px #000;
    display: block;
    border: 3px solid #FFD700;
}

.cta-btn {
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%);
    color: #111;
    padding: 0.8em 2em;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-btn:hover {
    background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%);
    color: #fff;
}

.services {
    background: #181818;
    padding: 4em 2em;
    text-align: center;
}

.services h2 {
    color: #FFD700;
    margin-bottom: 2em;
    font-size: 2.2rem;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service {
    background: #222;
    border: 1px solid #FFD700;
    border-radius: 16px;
    padding: 2em 1.5em;
    width: 250px;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.service:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255,215,0,0.15);
}

.service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1em;
    filter: drop-shadow(0 2px 8px #000);
}

.about {
    background: #111;
    color: #FFD700;
    padding: 4em 2em 3em 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5em;
    max-width: 1100px;
    margin: 0 auto;
}
.about-img {
    width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(255,215,0,0.10), 0 2px 16px #000;
    border: 3px solid #FFD700;
}
.about-text {
    flex: 1;
    color: #fff;
    text-align: center;
}
.about-text h2 {
    color: #FFD700;
    margin-bottom: 1em;
    font-size: 2rem;
}
.about-text p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.7;
}
.gold {
    color: #FFD700;
    font-weight: bold;
}
@media (max-width: 900px) {
    .about-inner {
        flex-direction: column;
        gap: 1.5em;
    }
    .about-img {
        width: 90vw;
        height: 220px;
    }
}

.contact {
    background: #181818;
    padding: 3em 2em;
    text-align: center;
}

.contact h2 {
    color: #FFD700;
    margin-bottom: 1em;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 400px;
    margin: 0 auto;
}

.contact input, .contact textarea {
    padding: 1em;
    border: 1px solid #FFD700;
    border-radius: 8px;
    background: #222;
    color: #fff;
    font-size: 1rem;
}

.contact button {
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%);
    color: #111;
    border: none;
    border-radius: 30px;
    padding: 0.8em 2em;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.contact button:hover {
    background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%);
    color: #fff;
}

footer {
    background: #111;
    color: #FFD700;
    padding: 2.5em 0 0.5em 0;
    font-size: 1rem;
    letter-spacing: 1px;
}
.footer-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3em;
    max-width: 1100px;
    margin: 0 auto 1.5em auto;
    flex-wrap: wrap;
}
.footer-info {
    color: #FFD700;
    min-width: 220px;
    text-align: center;
}
.footer-info h3 {
    margin-bottom: 1em;
    color: #FFD700;
    font-size: 2.2rem;
}
.footer-info a {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.2s;
}
.footer-info a:hover {
    color: #fff;
}
.footer-map iframe {
    border: 0;
    border-radius: 12px;
    width: 300px;
    height: 180px;
    box-shadow: 0 2px 16px #000;
}
.footer-bottom {
    text-align: center;
    color: #FFD700;
    padding: 1em 0 3.5em 0;
    font-size: 1rem;
    border-top: 1px solid #FFD70022;
}
.tnc{
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 60px;
    padding: 0 2em;
}
.disclaimer {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 60px;
    padding: 0 2em;
}
.privacy {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    margin-top: 60px;
    padding: 0 2em;
}
@media (max-width: 900px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 1.5em;
    }
    .footer-map iframe {
        width: 90vw;
        height: 180px;
    }
}

@media (max-width: 900px) {
    .service-list {
        flex-direction: column;
        align-items: center;
    .service-list {
        display: block;
        gap: 1em;
        width: 100vw;
        max-width: 100vw;
    }
    .service {
        padding: 10px 0;
        width: 82vw;
        font-size: 0.98rem;
        margin: 1rem 0;
        box-sizing: border-box;
        height: 110px;
    }
    .service-icon {
        width: 36px;
        height: 36px;
    }
}
}