﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700");

/* ===== BASE ===== */
html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    background: repeating-linear-gradient(45deg, black, #413d48 100px);
    background-attachment: fixed;
    padding-bottom: 100px;
}

a {
    text-decoration: none;
    color: inherit;
}

div, h1, h2, h3, h4, p, i, a {
    position: relative;
    transition: 0.4s;
}

form, input, textarea, select {
    font-family: Montserrat, sans-serif;
}

/* ===== View Counter ===== */
.view_counter {
    width: fit-content;
    text-align: center;
    font-size: 10px;
    padding: 2px 12px;
    background: black;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
}

/* ===== CARD (Profile Header) ===== */
.card {
    width: 400px;
    max-width: 95%;
    margin: 20px auto;
    overflow: hidden;
    background: url(card_images/bg7.png);
    background-size: 100% 100%;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    position: relative;
}

.card_content {
    margin: 40px 24px 10px;
    position: relative;
}

    .card_content img {
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 3px solid #fff;
        background: #fff;
        padding: 3px;
        box-shadow: 0 0 12px rgba(0,0,0,0.3);
    }

.card_content2 {
    position: absolute;
    top: 44px;
    right: 12px;
    width: 60%;
    text-align: left;
}

    .card_content2 h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
        margin: 0;
        color: #fff;
        text-shadow: 0 0 6px black;
        line-height: 1.3;
    }

    .card_content2 p {
        font-size: 13px;
        color: #fff;
        margin: 4px 0;
        font-weight: 500;
    }

/* ===== CONTACT ===== */
.contact_details {
    padding: 20px 36px;
}

.contact_d {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

    .contact_d i {
        background: #e53236;
        color: #fff;
        padding: 8px;
        font-size: 14px;
        border-radius: 36px 33px 0;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 2px solid #fff;
        margin-right: 10px;
    }

    .contact_d p {
        background: #fff;
        color: #000;
        border-left: 3px solid #e53236;
        padding: 5px 12px;
        border-radius: 2px;
        line-height: 1.6;
        font-size: 12px;
        font-weight: 500;
    }

/* ===== BUTTONS ===== */
.dis_flex {
    text-align: center;
    padding: 10px;
}

.big_btns {
    background: linear-gradient(45deg, black 80%, red 20%);
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 15px;
    margin: 3px;
    width: 140px;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* ===== CARD2 (Section Wrapper) ===== */
.card2 {
    width: 400px;
    max-width: 95%;
    margin: 16px auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    padding: 18px 16px;
}

    .card2 h3 {
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        background: linear-gradient(45deg, black 90%, #fe0000 20%);
        padding: 12px 20px;
        margin: -18px -16px 12px;
        border-radius: 6px 6px 0 0;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

/* ===== PRODUCT / SERVICES ===== */
.product_s {
    text-align: center;
    background: #7d7d7d12;
    padding: 14px 10px;
    width: 90%;
    border-radius: 7px;
    margin: 14px auto;
}

    .product_s img {
        max-width: 90%;
        border-radius: 5px;
    }

    .product_s p {
        font-weight: 600;
        text-transform: capitalize;
    }

/* ===== PAYMENT ===== */
.payment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 15px 20px;
}

.payment_block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    padding: 15px;
}

.pay-box {
    border-left: 4px solid #e53236;
    padding-left: 10px;
    margin-bottom: 12px;
}

    .pay-box h4 {
        margin: 0 0 6px;
        font-size: 16px;
        color: #e53236;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pay-box p {
        margin: 3px 0;
        font-size: 13px;
        color: #000;
    }

    .pay-box img.qr-img {
        display: block;
        margin: 10px auto;
        width: 150px;
        height: 150px;
        object-fit: contain;
        border: 2px solid #ddd;
        border-radius: 6px;
        background: #fafafa;
    }

/* ===== SHARE / QR / FEEDBACK / ENQUIRY ===== */
.share-section,
.qr-section,
#feedback,
#enquiry {
    width: 100%;
    max-width: 400px;
    margin: 16px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 18px 16px;
    position: relative;
    overflow: hidden;
}

    /* Section headers */
    .share-section h3,
    .qr-section .qr-header,
    #feedback h3,
    #enquiry h3 {
        background: linear-gradient(45deg, #000 80%, #e53236 20%);
        color: #fff;
        padding: 10px 14px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 6px 6px 0 0;
        margin: -18px -16px 12px;
    }

/* WhatsApp share */
.share-subtext {
    color: #555;
    font-size: 13px;
    margin-bottom: 14px;
}

.whatsapp-share-box .input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.prefix {
    background: #e53236;
    color: #fff;
    font-weight: 600;
    padding: 8px 10px;
    font-size: 13px;
}

.whatsapp-share-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
}

.btn-whatsapp {
    background: #25d366;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .btn-whatsapp:hover {
        background: #1ebe5d;
    }

/* Outline buttons */
.share-btn-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.btn-outline {
    border: 1px solid #e53236;
    color: #e53236;
    background: transparent;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-outline:hover {
        background: #e53236;
        color: #fff;
    }

/* QR section */
.qr-section .qr-body {
    text-align: center;
}

.qr-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: contain;
    margin: 10px auto;
    border: 2px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.copy-link-btn,
.qr-download-btn {
    background: #e53236;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 14px;
    margin: 6px 4px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

    .copy-link-btn:hover,
    .qr-download-btn:hover {
        background: #b82121;
    }

/* Feedback & enquiry form */
#feedback form,
#enquiry form {
    margin-top: 8px;
}

    #feedback form input,
    #feedback form textarea,
    #feedback form select,
    #enquiry form input,
    #enquiry form textarea {
        width: 100%;
        margin: 6px 0;
        padding: 10px;
        font-size: 13px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #fafafa;
    }

.btn-feedback {
    background: #e53236;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    margin-top: 6px;
    transition: 0.3s;
}

    .btn-feedback:hover {
        background: #b82121;
    }

/* ===== COPYRIGHT ===== */
.copyright {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
    background: linear-gradient(45deg, #000, #e53236);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    border-top: 2px solid rgba(255,255,255,0.1);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.3);
    position: relative;
    z-index: 10;
}

/* ===== BOTTOM MENU ===== */
.menu_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(45deg, #000000e6, #e53236e6);
    color: #fff;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.4);
    overflow-x: auto;
    scrollbar-width: none;
}

    .menu_bottom::-webkit-scrollbar {
        display: none;
    }

.menu_item {
    flex: 0 0 auto;
    width: 70px;
    text-align: center;
    padding: 8px 0;
    font-size: 11.5px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

    .menu_item i {
        display: block;
        font-size: 18px;
        margin-bottom: 3px;
        color: #fff;
    }

    .menu_item:hover {
        background: rgba(255,255,255,0.1);
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 700px) {
    .card,
    .card2,
    .share-section,
    .qr-section,
    #feedback,
    #enquiry {
        width: 95%;
        margin: 12px auto;
        padding: 15px;
    }

    .card_content img {
        height: 90px;
        width: 90px;
    }

    .card_content2 h2 {
        font-size: 18px;
    }

    .card2 h3 {
        font-size: 17px;
        padding: 10px 16px;
    }

    .menu_item {
        width: 65px;
        font-size: 11px;
    }

        .menu_item i {
            font-size: 16px;
        }
}
/* =========================================================
   FEEDBACK & ENQUIRY FORMS — UNIFIED STYLING
   ========================================================= */

/* Section container already matches .card2 */
#feedback, #enquiry {
    max-width: 400px;
    width: 95%;
    background: #fff;
    margin: 16px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
}

    /* Section heading strip */
    #feedback h3, #enquiry h3 {
        background: linear-gradient(45deg, #000 80%, #e53236 20%);
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 14px;
        border-radius: 6px 6px 0 0;
        margin: 0 0 10px 0;
    }

    /* Inner form area */
    #feedback form, #enquiry form {
        padding: 0 14px 14px;
        margin-top: 0;
    }

        /* Input / select / textarea */
        #feedback form input,
        #feedback form select,
        #feedback form textarea,
        #enquiry form input,
        #enquiry form textarea {
            width: 90%;
            margin: 6px 0;
            padding: 10px 12px;
            font-size: 13px;
            border: 1px solid #ccc;
            border-radius: 6px;
            background: #fafafa;
            outline: none;
            transition: all 0.3s ease;
        }

            #feedback form input:focus,
            #feedback form select:focus,
            #feedback form textarea:focus,
            #enquiry form input:focus,
            #enquiry form textarea:focus {
                border-color: #e53236;
                background: #fff;
                box-shadow: 0 0 4px rgba(229,50,54,0.4);
            }

    /* Textarea */
    #feedback textarea, #enquiry textarea {
        resize: vertical;
        min-height: 80px;
    }

/* Button */
.btn-feedback {
    background: #e53236;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .btn-feedback:hover {
        background: #b82121;
        transform: translateY(-2px);
    }

/* Make both forms consistent with section cards */
#feedback, #enquiry {
    position: relative;
    overflow: hidden;
}

    #feedback::before, #enquiry::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #e53236, #b82121, #e53236);
        background-size: 200% 200%;
        animation: shimmer 5s linear infinite;
        border-radius: 6px 6px 0 0;
    }

/* Responsive tweak */
@media (max-width: 700px) {
    #feedback, #enquiry {
        width: 95%;
        padding: 0;
    }

        #feedback h3, #enquiry h3 {
            font-size: 15px;
            padding: 9px 12px;
        }

    .btn-feedback {
        width: 100%;
        justify-content: center;
    }
}

/* Reuse shimmer animation from above */
@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}
/* =========================================================
   GALLERY SECTION (GRID LAYOUT)
   ========================================================= */

#gallery {
    max-width: 400px;
    width: 95%;
    margin: 16px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    padding: 16px;
}

    #gallery h3 {
        background: linear-gradient(45deg, #000 80%, #e53236 20%);
        color: #fff;
        padding: 10px 14px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 6px 6px 0 0;
        margin: -16px -16px 14px;
    }

/* === GRID LAYOUT FOR IMAGES === */
.img_gall {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 10px;
    justify-items: center;
    padding-bottom: 10px;
}

    /* === Image cards === */
    .img_gall img {
        width: 100%;
        max-width: 120px;
        height: 100px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .img_gall img:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }

/* === Lightbox Popup === */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}

.gallery-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.gallery-caption {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

.gallery-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    transition: 0.3s;
}

    .gallery-close:hover {
        color: #e53236;
    }

/* === Responsive Adjustment === */
@media (max-width: 700px) {
    .img_gall {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 8px;
    }

        .img_gall img {
            max-width: 100px;
            height: 90px;
        }
}
