
     :root {
            --sym-mfg-brand-blue: #61b5c9;
            --sym-mfg-grey-bg: #efeeee;
            --sym-mfg-section-grey: #f2f2f2;
            --sym-mfg-text-dark: #333;
            --sym-mfg-text-muted: #666;
            --sym-mfg-container-width: 1140px;
            --sym-mfg-slide-duration: 5000ms;
        }

        /* Reset classes for this section scope instead of tags */
        .sym-mfg-scope-wrapper {
            box-sizing: border-box;
        }

        .sym-mfg-page-container {
            max-width: var(--sym-mfg-container-width);
            margin: 0 auto;
            padding: 0 20px; 
        }
        
        .appoint{
            color: #446cb3 !important;
            font-size:20px !important;
        }

        /* --- HERO SECTION --- */
        .sym-mfg-tag-label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: var(--sym-mfg-brand-blue);
            margin-bottom: 8px;
            display: block;
        }

        .sym-mfg-hero-section {
            padding: 200px 0 120px;
            background: var(--sym-mfg-grey-bg);
            position: relative;
       
        }

        .sym-mfg-hero-section::after {
            content: "";
            position: absolute;
            bottom: -50px;
            left: 0;
            width: 100%;
            height: 150px;
            background: white;
            transform: skewY(-3deg);
            z-index: 1;
        }

        .sym-mfg-hero-grid-layout {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .sym-mfg-hero-main-title {
            font-size: 42px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 25px;
            color: #333;
        }

        .sym-mfg-hero-description {
            font-size: 15px;
            color: var(--sym-mfg-text-muted);
            max-width: 90%;
            margin: 0 0 15px 0;
            display: block;
        }

        .sym-mfg-hero-bullet-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sym-mfg-hero-bullet-item {
            font-size: 15px;
            color: var(--sym-mfg-text-muted);
            max-width: 90%;
            margin-left: 20px;
            position: relative;
            padding-left: 10px;
        }

        .sym-mfg-hero-bullet-item::before {
            content: "•";
            position: absolute;
            left: -5px;
        }
        
.qc-outline-frame {
      position: absolute;
    top: -58px;
    left: 127px;
    width: 59%;
    height: 68%;
    border: 2px solid #ccc;
    border-bottom: none;
    border-radius: 4px;
    z-index: 1;
}

       .sym-mfg-hero-image-wrapper {
    position: relative;
    border-radius: 15px;
    box-shadow: none;
    overflow: visible;   /* ✅ allow outline to show */
    margin-bottom: -230px;
}



.sym-mfg-hero-display-img {
    position: relative;
    z-index: 2;
}
        
        #even{
            box-shadow: none !important;
            position: relative;
        }

        .sym-mfg-hero-display-img {
            width: 100%;
            display: block;
            position: relative;
            z-index: 2;
        }

:root {
            --primary-blue: #4d5ef6;
            --text-main: #0a1128;
            --text-muted: #67748e;
            --bg-body: #f8fbff;
            --white: #ffffff;
        }
        .v-event-wrapper {
            max-width: 1050px;
            margin: 120px auto;
        }

        /* Header */
        .v-event-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .v-event-header span {
            color:var(--sym-mfg-brand-blue);
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
        }
        .v-event-header h1 {
            font-size: 36px;
            margin-top: 10px;
            font-weight: 700;
        }

        /* Grid Layout */
        .v-event-grid {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 40px;
            align-items: start;
        }

        /* Sidebar Tabs */
       .v-event-tabs {
    position: sticky;
    top: 120px;          /* header ke neeche */
    align-self: flex-start;
}


        .v-event-tab {
            background: var(--brand-blue);         
            border-color: rgba(255,255,255,0.6);
            padding: 20px 25px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.02);
            border: 1px solid transparent;
            color: white;
        }
        
        .v-event-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.v-event-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT CARD */
.v-event-tab {
    background: var(--brand-blue);
    color: white;
    padding: 40px 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 35px;
}

/* RIGHT EVENTS */
.v-event-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* EVENT CARD */
.v-event-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}


        .v-event-tab__icon {
            width: 45px;
            height: 45px;
            border: 1px solid #eee;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .v-event-tab__info span {
            display: block;
            font-size: 12px;
            color: white;
            font-weight: 500;
        }
        .v-event-tab__info strong {
            font-size: 17px;
            font-weight: 600;
        }

        /* Active Tab Styling */
        .v-event-tab.is-active {
            background: var(--sym-mfg-brand-blue);
            color: white;
            box-shadow: 0 10px 25px rgb(15 123 185 / 14%)
        }
        .v-event-tab.is-active .v-event-tab__info span { color: rgba(255,255,255,0.8); }
        .v-event-tab.is-active .v-event-tab__icon { border-color: rgba(255,255,255,0.2); }

        /* Content Area */
       /* SHOW ALL EVENTS ALWAYS */
.v-event-pane {
    display: block;
    margin-bottom: 40px; /* cities ke beech gap */
}




        .v-event-pane.is-active {
            display: block;
        }

        .v-event-card {
            background: var(--white);
            padding: 35px;
            border-radius: 16px;
            margin-bottom: 25px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.02);
        }

        /* Time Pills */
        .v-event-pill {
            display: inline-block;
            padding: 6px 18px;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .v-event-pill--green { background: #f0fdf4; color: #22c55e; }
        .v-event-pill--orange { background: #fff7ed; color: #f97316; }
        .v-event-pill--blue { background: #eff6ff; color: #3b82f6; }

        .v-event-card h3 {
            font-size: 22px;
            margin: 0 0 12px 0;
            color: var(--text-main);
        }
        .v-event-card p {
            font-size: 15px;
            color: var(--text-muted);
            line-height: 1.7;
            margin: 0;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Mobile */
        @media (max-width: 850px) {
            .v-event-grid { grid-template-columns: 1fr; }
            .v-event-tabs { flex-direction: row; overflow-x: auto; padding-bottom: 10px; }
            .v-event-tab { min-width: 200px; }
        }

/* ===============================
   EVENT TAB ICON – FINAL FIX
================================ */

/* Icon box */
.v-event-tab__icon {
      width: 61px;
    height: 46px;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    transition: background 0.3s ease, border-color 0.3s ease;
}

/* Logo image */
.v-event-logo {
       width: 100%;
    height: 100%;
    max-width: 57px;
    max-height: 13px;
    object-fit: contain;
    display: block;
}

/* Active tab icon (blue background tab) */
.v-event-tab.is-active .v-event-tab__icon {
    background: #ffffff;          /* KEEP WHITE EVEN WHEN ACTIVE */
}

/* OPTIONAL: If logo is dark and you WANT white logo */
/*
.v-event-tab.is-active .v-event-logo {
    filter: brightness(0) invert(1);
}
*/


.v-card-info-row {
    align-items: center;
    gap: 25px; /* Items ke beech ka gap */
    border-top: 1px solid #f1f1f1;
    flex-wrap: wrap;
}

.flexx{
    display: flex;
     gap: 25px;
     
    flex-wrap: wrap;
}

/* Date aur Location text style */
.v-meta-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #4a69bd;
    font-weight: 500;
}


/* Date aur Location text style */
.v-meta-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #4a69bd;
    font-weight: 500;
}

/* Naya Schedule Button */
.v-btn-schedule {
    background: #446cb3;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto; /* Button ko right side dhakelta hai */
}

.v-btn-schedule:hover { background: #345691; }

/* Mobile view ke liye adjustment */
@media (max-width: 768px) {
    .v-btn-schedule { margin-left: 0; width: 100%; }
    .v-card-info-row { gap: 15px; }
}


/* Modal Overlay Styling */
.v-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; /* Default hidden */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.v-modal-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 380px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Nayi row ka gap aur alignment */
.v-card-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.v-meta-info {
    font-size: 14px;
    color: #4a69bd;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.v-meta-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #4a69bd;
    font-weight: 500;
}

.v-meta-info svg {
    width: 14px;
    height: 14px;
    stroke: #4a69bd;
    stroke-width: 2;
    fill: none;
}


.v-btn-schedule {
    background: #446cb3;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-left: auto;
}


/* ================================================================
   RESPONSIVE OVERRIDES (DESIGN PRESERVED)
   ================================================================ */

/* Tablet & Smaller Laptops (under 1024px) */
@media (max-width: 1024px) {
    .sym-mfg-hero-grid-layout {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .sym-mfg-hero-description {
        max-width: 100%;
    }

    .sym-mfg-hero-image-wrapper {
        margin-bottom: 0; /* Reset overlap for tablet */
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .qc-outline-frame {
        left: 10%; /* Re-center outline */
        width: 80%;
    }

    .v-event-row {
        grid-template-columns: 1fr; /* Stack city tab above event content */
        gap: 20px;
    }

    .v-event-tab {
        height: auto;
        width: 100%;
        justify-content: center;
    }
}

/* Tablets & Large Phones (under 768px) */
@media (max-width: 768px) {
    .sym-mfg-hero-section {
        padding: 120px 0 60px;
    }

    .sym-mfg-hero-main-title {
        font-size: 32px;
    }

    .v-event-header h1 {
        font-size: 28px;
    }

    .v-event-wrapper {
        margin: 60px auto;
    }

    .v-event-card {
        padding: 20px;
    }

    /* Stack Meta Info (Date/Location/Button) */
    .flexx {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .v-btn-schedule {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    /* Decorative frame adjustment */
    .qc-outline-frame {
        top: -20px;
        height: 90%;
                left: 31%;
        width: 63%;
    }
    
    .v-event-tab{
                height: auto;
        width: 75%;
        justify-content: flex-start;
                margin: auto;
    }
    
    .description{
        padding: 0 40px;
    }
}

/* Mobile Phones (under 480px) */
@media (max-width: 480px) {
    .sym-mfg-hero-main-title {
        font-size: 28px;
    }

    .v-event-tab__info strong {
        font-size: 15px;
    }

    .v-event-card h3 {
        font-size: 18px;
    }

    .v-modal-content {
        width: 90%;
        padding: 20px;
    }

    /* Reduction of gaps to save space */
    .sym-mfg-hero-section::after {
        height: 80px;
        bottom: -30px;
    }
}