﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* =========================================================
   TEMPLATE 8 — Orange / Amber / Lime Theme (FINAL HYBRID)
   ========================================================= */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: repeating-linear-gradient(45deg, #000, #413d48 100px);
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

/* ===== GLOBAL ===== */
a {
    text-decoration: none;
    color: inherit;
}

div, h1, h2, h3, h4, p, i, a {
    position: relative;
    transition: 0.4s;
}

form, input, textarea, select, button {
    font-family: inherit;
}

:root {
    --primary: #ff5722;
    --accent: #ff9800;
    --lime: #cddc39;
    --success: #25d366;
    --radius: 10px;
    --shadow: 0 3px 10px rgba(0,0,0,0.25);
}

/* ===== CARD HEADER ===== */
.card {
    width: 400px;
    background: repeating-linear-gradient(45deg, var(--primary), transparent 50%), repeating-linear-gradient(-30deg, var(--accent), var(--lime) 59%);
    background-size: cover;
    color: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    margin: 20px auto 10px;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: var(--shadow);
}

.card_content {
    margin: 20px 24px 10px;
    text-align: center;
    z-index: 2;
}

    .card_content img {
        height: 110px;
        width: 110px;
        border-radius: 50%;
        border: 3px solid #fff;
        background: #fff;
        padding: 3px;
    }

    .card_content h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 22px;
        margin: 10px 0 5px;
        letter-spacing: -0.5px;
    }

    .card_content p {
        font-size: 12px;
        text-transform: capitalize;
        color: #fff;
        margin: 0;
    }

/* ===== CONTACT DETAILS ===== */
.contact_details {
    padding: 18px 20px 30px;
    background: linear-gradient(0deg,#ffffff00 0%,white,white 100%);
    margin: 0px 27px;
    border-radius: 12px;
    box-shadow: 0px -12px 10px 0px #0000001a;
}

.contact_d {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

    .contact_d i {
        background: var(--accent);
        color: white;
        padding: 8px;
        font-size: 15px;
        border-radius: 5px;
        margin-right: 10px;
        width: 17px;
        text-align: center;
    }

    .contact_d p {
        margin: 0;
        color: #313131;
        font-size: 13px;
        font-weight: 500;
    }

/* ===== SHARE SECTION ===== */
.share-section {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-top: 25px;
    width: 400px;
    text-align: center;
    padding: 20px;
}

    .share-section h3 {
        color: var(--accent);
        font-weight: 600;
        margin: 0 0 8px;
    }

.share-subtext {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}

.whatsapp-share-box .input-group {
    display: flex;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    overflow: hidden;
}

.prefix {
    background: var(--accent);
    color: #fff;
    padding: 0 8px;
    font-weight: 600;
}

.input-group input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 0.9rem;
}

.btn-whatsapp {
    background: var(--success);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 8px 12px;
    cursor: pointer;
}

.share-btn-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.btn-outline {
    border: 1px solid var(--accent);
    color: var(--accent);
    background: none;
    padding: 8px 14px;
    border-radius: var(--radius);
    font-size: 0.85rem;
    margin: 4px;
    cursor: pointer;
    transition: .3s;
}

    .btn-outline:hover {
        background: var(--accent);
        color: white;
    }

/* ===== QR SECTION ===== */
.qr-section {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 400px;
    margin-top: 25px;
    text-align: center;
    padding: 20px;
}

.qr-header {
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 10px;
}

.copy-box {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .copy-box input {
        width: 70%;
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: var(--radius);
    }

.copy-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: var(--radius);
    cursor: pointer;
}

.qr-img {
    width: 150px;
    margin-top: 10px;
}

/* ===== COMMON SECTION CARD2 ===== */
.card2 {
    background: white;
    width: 400px;
    margin: 10px auto;
    padding: 15px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

    .card2 h3 {
        text-align: left;
        font-size: 20px;
        background: repeating-linear-gradient(45deg, #fd8010, #ffeb3bb8 54%), repeating-linear-gradient(148deg, #FF5722, transparent 59%);
        color: white;
        font-weight: 600;
        padding: 10px;
        margin: 0 0 12px;
        border-radius: var(--radius);
    }

    .card2 form input,
    .card2 form textarea {
        width: 100%;
        font-size: 14px;
        padding: 10px;
        border: none;
        border-bottom: 2px solid var(--accent);
        background: #00000005;
        margin-bottom: 10px;
    }

        .card2 form input[type=submit] {
            background: var(--primary);
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            border-radius: var(--radius);
            padding: 10px;
            cursor: pointer;
        }

/* ===== FEEDBACK ===== */
.feedback-section {
    text-align: center;
}

.customer-feedback-title {
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    padding: 6px;
    border-radius: var(--radius);
    margin-bottom: 10px;
}

.feedback_block {
    background: #f9f9f9;
    border-radius: var(--radius);
    padding: 10px;
    margin-bottom: 10px;
}

    .feedback_block .star {
        color: #ffa500;
        font-size: 1.1rem;
        margin-bottom: 4px;
    }

/* ===== PRODUCTS ===== */
.product_s {
    background: #fbf7d9;
    padding: 10px;
    width: 90%;
    border-radius: 7px;
    margin: 20px auto;
    text-align: center;
}

    .product_s p {
        font-weight: 600;
        text-transform: capitalize;
    }

    .product_s img {
        max-width: 90%;
        background: white;
        border-radius: 5px;
    }

/* ===== GALLERY ===== */
.img_gall {
    text-align: center;
    margin: 10px auto;
    max-width: 90%;
}

    .img_gall img {
        background: white;
        border-radius: 4px;
        max-width: 100%;
        margin-bottom: 8px;
    }

/* ===== COPYRIGHT ===== */
.copyright {
    font-size: 0.8rem;
    color: #bbb;
    text-align: center;
    margin: 25px 0 90px;
}

/* ===== MENU ===== */
.menu_bottom {
    background: repeating-linear-gradient(45deg, #FF5722, #ff9800b3 100px), repeating-linear-gradient(-45deg, #FF9800, transparent 100px);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 999;
}

.menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    gap: 3px;
}

    .menu_item i {
        font-size: 18px;
    }

/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 700px) {
    .card, .card2, .share-section, .qr-section {
        width: 94%;
        margin: 10px auto;
    }

    .card_content img {
        height: 90px;
        width: 90px;
    }

    .menu_item {
        font-size: 11px;
    }
}
/* ===== NEWS & MEDIA (UPDATED) ===== */
.news_block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    background: #fffdf7;
    border-radius: var(--radius);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    margin-bottom: 14px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}

    .news_block:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    }

    .news_block img {
        width: 130px;
        height: 130px;
        object-fit: cover;
        border-radius: 0;
        border-right: 4px solid var(--accent);
        transition: filter .3s, transform .3s;
    }

    .news_block:hover img {
        filter: brightness(1.05) saturate(1.15);
        transform: scale(1.03);
    }

.news_info {
    flex: 1;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

    .news_info h4 {
        color: var(--accent);
        margin: 0 0 6px;
        font-size: 1.05rem;
        font-weight: 600;
        text-transform: capitalize;
    }

    .news_info p {
        color: #444;
        font-size: 0.85rem;
        line-height: 1.4;
        margin: 0;
    }

/* Small-screen layout */
@media (max-width: 480px) {
    .news_block {
        flex-direction: column;
        text-align: center;
    }

        .news_block img {
            width: 100%;
            height: 180px;
            border-right: none;
            border-bottom: 4px solid var(--accent);
        }

    .news_info {
        padding: 12px;
    }
}

/* ===== COPYRIGHT (UPDATED) ===== */
.copyright {
    width: 100%;
    max-width: 420px;
    background: linear-gradient(45deg, var(--primary), var(--accent));
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0 12px;
    margin-top: 30px;
}

    .copyright a {
        color: #fff;
        text-decoration: underline;
        font-weight: 600;
    }

        .copyright a:hover {
            color: #000;
        }
/* ===== IMAGE GALLERY (UPDATED ROW STYLE) ===== */
.img_gall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    justify-content: center;
    margin: 15px auto;
    max-width: 92%;
    padding: 5px;
}

    .img_gall img {
        width: 100%;
        height: 110px;
        object-fit: cover;
        background: #fff;
        border-radius: var(--radius);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        transition: transform .3s, box-shadow .3s, filter .3s;
        cursor: pointer;
    }

        .img_gall img:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            filter: brightness(1.1);
        }

/* Mobile optimization */
@media (max-width: 480px) {
    .img_gall {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

        .img_gall img {
            height: 95px;
        }
}
/* ===== YOUTUBE / VIDEO SECTION ===== */
.youtube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.youtube-box {
    background: #fffdf7;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transition: transform .3s, box-shadow .3s;
}

    .youtube-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .youtube-box iframe {
        width: 100%;
        height: 180px;
        border: none;
    }

.video-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--accent);
    text-align: center;
    padding: 8px 6px 12px;
    background: #fff;
    margin: 0;
    border-top: 2px solid var(--accent);
}

@media (max-width: 480px) {
    .youtube-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .youtube-box iframe {
        height: 140px;
    }
}
