/* ============================================================
   Services Page CSS - DA Eventz
   Includes: Layout, Sidebar, Images, Typography, Responsive
   ============================================================ */

/* ---- Page Section ---- */
.services-page-section {
    padding: 80px 0 100px;
    background: #fff;
}

/* ---- Services Content (left column) ---- */
.services-content {
    text-align: justify;
}

.services-content h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #222;
    line-height: 1.25;
}

.services-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FF5733;
    line-height: 1.35;
}

.services-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #222;
    border-left: 4px solid #FF5733;
    padding-left: 14px;
    line-height: 1.35;
}

.services-content h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 14px;
    color: #333;
}

.services-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 16px;
    text-align: justify;
}

/* ---- Tick List ---- */
.services-content ul {
    list-style: none;
    margin: 0 0 22px 0;
    padding: 0;
}

.services-content ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
    line-height: 1.7;
    text-align: left;
}

.services-content ul li::before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 1px;
    color: #FF5733;
    font-size: 15px;
    font-weight: 700;
}

/* ---- Dual Image Pair ---- */
.services-image-pair {
    display: flex;
    gap: 16px;
    margin: 30px 0;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.services-image-box {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
}

.services-image-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
    display: block;
}

/* ---- Sticky Sidebar ---- */
.sidebar-sticky-wrapper {
    position: sticky;
    top: 100px;
}

.sidebar {
    background: #f9f9f9;
    padding: 28px 24px;
    border-radius: 8px;
    margin-bottom: 28px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #FF5733;
}

.sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li a {
    color: #555;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 11px 0;
    transition: all 0.25s ease;
    text-decoration: none;
    gap: 10px;
}

.category-list li a::before {
    content: "\276F";
    color: #FF5733;
    font-size: 12px;
    flex-shrink: 0;
}

.category-list li a:hover,
.category-list li a.active {
    color: #FF5733;
    padding-left: 8px;
}

/* ---- Dropdown Navigation (Services menu) ---- */
.main-menu .navigation > li.dropdown {
    position: relative;
}

.main-menu .navigation > li.dropdown > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 260px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 8px 0;
    border-top: 3px solid #FF5733;
    border-radius: 0 0 6px 6px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    display: block;
}

.main-menu .navigation > li.dropdown > ul li {
    display: block;
    width: 100%;
}

.main-menu .navigation > li.dropdown > ul li a {
    padding: 10px 20px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: 0.25s;
    border-bottom: 1px solid #f0f0f0;
}

.main-menu .navigation > li.dropdown > ul li:last-child a {
    border-bottom: none;
}

.main-menu .navigation > li.dropdown > ul li a:hover {
    background: #fff5f2;
    color: #FF5733;
    padding-left: 26px;
}

/* ---- Corporate Events Page Styles ---- */
.corporate-events-banner {
    background-image: url(../images/services-page/employee-event-banner.png);
    background-size: cover;
    background-position: center;
}

.corporate-events-title {
    font-size: 56px;
    color: #f15b4e;
    font-weight: 800;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.corporate-mindmap {
    position: relative;
    margin: 30px 0;
    padding: 10px 0;
}

.corporate-mindmap-hub {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.corporate-mindmap-hub-pill {
    background: #f15b4e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 30px;
    box-shadow: 0 4px 18px rgba(241, 91, 78, 0.3);
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.corporate-mindmap-connector {
    display: flex;
    justify-content: center;
    height: 22px;
}

.corporate-mindmap-connector span {
    width: 2px;
    background: #f5c6bf;
    height: 100%;
}

.corporate-mindmap-bar {
    height: 2px;
    background: #f5c6bf;
    margin: 0 5%;
}

.corporate-mindmap-stub-row,
.corporate-mindmap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.corporate-mindmap-stub-row {
    margin-top: 0;
}

.corporate-mindmap-stub {
    display: flex;
    justify-content: center;
    height: 18px;
    margin-bottom: 0;
}

.corporate-mindmap-stub span {
    width: 2px;
    background: #f5c6bf;
    height: 100%;
}

.corporate-mindmap-grid {
    margin-top: 0;
}

.corporate-mindmap-grid--bottom {
    margin-top: 10px;
}

.corporate-mindmap-card {
    background: #fff;
    border: 1.5px solid #f5c6bf;
    border-radius: 8px;
    padding: 14px 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.corporate-mindmap-card:hover {
    border-color: #f15b4e;
    box-shadow: 0 4px 14px rgba(241, 91, 78, 0.2);
    transform: translateY(-3px);
    background: #fff8f7;
}

.corporate-mindmap-card span {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.corporate-service-steps {
    margin: 28px 0 34px;
    padding: clamp(20px, 4vw, 34px);
    overflow: hidden;
    background: linear-gradient(145deg, #fff 0%, #fff8f7 100%);
    border: 1px solid #f7d8d4;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(42, 42, 42, 0.08);
}

.corporate-service-steps-header {
    margin-bottom: 22px;
}

.corporate-service-steps-tag {
    display: block;
    margin-bottom: 7px;
    color: #f15b4e;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.corporate-service-steps-title {
    margin: 0;
    color: #242424;
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 750;
    line-height: 1.3;
}

.corporate-service-steps-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.corporate-service-step {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 70%;
    min-height: 56px;
    margin-left: 0;
    padding: 11px 16px 11px 12px;
    background: #fff;
    border: 1px solid #f1e2df;
    border-left: 4px solid #f15b4e;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(44, 44, 44, 0.07);
    transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
    transform-origin: left center;
    will-change: transform;
}

.corporate-service-step:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: #f15b4e;
    background: linear-gradient(90deg, #fff 0%, #fff5f3 100%);
    box-shadow: 0 12px 26px rgba(241, 91, 78, 0.18);
}

.corporate-service-step--offset1 { margin-left: 5%; }
.corporate-service-step--offset2 { margin-left: 10%; }
.corporate-service-step--offset3 { margin-left: 15%; }
.corporate-service-step--offset4 { margin-left: 20%; }
.corporate-service-step--offset5 { margin-left: 25%; }
.corporate-service-step--offset6 { margin-left: 30%; }

.corporate-service-step-badge {
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    background: #f15b4e;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(241, 91, 78, 0.25);
    transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.corporate-service-step:hover .corporate-service-step-badge {
    transform: rotate(-7deg) scale(1.1);
    background: #d9473c;
}

.corporate-service-step-text {
    color: #3c3c3c;
    font-size: clamp(13px, 2vw, 15px);
    font-weight: 650;
    line-height: 1.4;
}

.corporate-process-step {
    display: inline-flex;
    align-items: stretch;
    max-width: 100%;
    margin: 22px 0 14px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f1d7d3;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(40, 40, 40, 0.08);
    transform-origin: left center;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.corporate-process-step:hover {
    transform: translateY(-3px) translateX(5px);
    border-color: #f15b4e;
    box-shadow: 0 12px 26px rgba(241, 91, 78, 0.18);
}

.corporate-process-step-label {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    background: #f15b4e;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: background-color 0.28s ease;
}

.corporate-process-step:hover .corporate-process-step-label {
    background: #d9473c;
}

.corporate-process-step-title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 11px clamp(14px, 3vw, 20px);
    background: #fff;
    color: #2d2d2d;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 700;
    line-height: 1.4;
    transition: background-color 0.28s ease;
}

.corporate-process-step:hover .corporate-process-step-title {
    background: #fff5f3;
}

.corporate-inline-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
}

.corporate-cta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.corporate-cta-card {
    flex: 1 1 160px;
    border-top: 3px solid #f15b4e;
    background: #fff;
    padding: 14px 16px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    text-align: center;
    cursor: default;
    transition: all 0.3s ease;
}

.corporate-cta-card:hover {
    background: #f15b4e;
    box-shadow: 0 6px 20px rgba(241, 91, 78, 0.3);
    transform: translateY(-3px);
}

.corporate-cta-card span {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s;
}

.corporate-cta-card:hover span {
    color: #fff;
}

.corporate-cta-banner {
    background: #fff5f3;
    border-left: 4px solid #f15b4e;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 20px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.corporate-cta-banner p {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 0;
    flex: 1 1 220px;
    line-height: 1.6;
}

.corporate-cta-banner a {
    display: inline-block;
    background: #f15b4e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.corporate-cta-banner a:hover {
    background: #d6473b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(241, 91, 78, 0.4);
}

.corporate-comparison-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
    table-layout: fixed;
}

.corporate-comparison-table th,
.corporate-comparison-table td {
    border: 1px solid #dddddd;
    width: 33.33%;
}

.corporate-comparison-table th {
    padding: 18px 20px;
    text-align: center;
}

.corporate-comparison-table td {
    padding: 16px 20px;
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */

/* Tablet: 768px - 991px */
@media (max-width: 991px) {
    .services-page-section {
        padding: 60px 0 80px;
    }

    .services-content h1 {
        font-size: 26px;
    }

    .services-content h2 {
        font-size: 19px;
    }

    .services-content h3 {
        font-size: 22px;
        margin-top: 28px;
    }

    .services-content h4 {
        font-size: 18px;
    }

    .services-image-pair {
        gap: 12px;
        margin: 22px 0;
    }

    .services-image-box {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .services-image-box img {
        height: 170px;
    }

    /* Sidebar becomes normal flow on tablet */
    .sidebar-sticky-wrapper {
        position: static;
        top: auto;
        margin-top: 40px;
    }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
    .services-page-section {
        padding: 40px 0 60px;
    }

    .services-content {
        text-align: justify;
    }

    .services-content p {
        text-align: justify;
    }

    .services-content h1 {
        font-size: 28px;
    }

    .services-content h2 {
        font-size: 21px;
    }

    .services-content h3 {
        font-size: 20px;
        margin-top: 28px;
    }

    .services-content h4 {
        font-size: 17px;
    }

    .services-content p,
    .services-content ul li {
        font-size: 14px;
        text-align: justify;
    }

    /* Stack images on mobile */
    .services-image-pair {
        flex-direction: column;
        gap: 14px;
        margin: 20px 0;
    }

    .services-image-box {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .services-image-box img {
        height: 200px;
    }

    /* Sidebar fully stacked on mobile */
    .sidebar-sticky-wrapper {
        position: static;
        top: auto;
        margin-top: 36px;
    }

    .sidebar {
        padding: 20px 16px;
    }

    .sidebar .widget-title {
        font-size: 18px;
    }

    .category-list li a {
        font-size: 14px;
        padding: 10px 0;
    }

    .corporate-events-title {
        font-size: 32px;
    }

    .corporate-mindmap-grid,
    .corporate-mindmap-stub-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .corporate-service-step {
        width: 100%;
        margin-left: 0;
    }

    .corporate-cta-grid {
        flex-direction: column;
    }

    .corporate-inline-actions {
        flex-direction: column;
    }

    /* Mobile table - add horizontal scroll only */
    .corporate-comparison-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
    }
}

/* Large Desktop: 1200px+ */
@media (min-width: 1200px) {
    .services-content h1 {
        font-size: 48px;
    }

    .services-content h2 {
        font-size: 32px;
    }

    .services-content h3 {
        font-size: 28px;
    }

    .services-content h4 {
        font-size: 22px;
    }

    .services-image-box img {
        height: 220px;
    }
}

/* ============================================================
   FAQ SECTION
   ============================================================ */

.faq-section {
    padding: 90px 0 100px;
    background: #111111;
    position: relative;
}

/* Decorative top border */
.faq-section::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #FF5733;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Header */
.faq-header {
    margin-bottom: 55px;
}

.faq-tag {
    display: inline-block;
    background: rgba(255, 87, 51, 0.15);
    color: #FF5733;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    border: 1px solid rgba(255, 87, 51, 0.3);
    margin-bottom: 18px;
}

.faq-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}

.faq-header h2 span {
    color: #FF5733;
}

.faq-header p {
    font-size: 16px;
    color: #aaaaaa;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Grid — 2 columns on desktop */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

/* FAQ Card */
.faq-item {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 87, 51, 0.4);
}

.faq-item.active {
    border-color: #FF5733;
    box-shadow: 0 4px 24px rgba(255, 87, 51, 0.15);
}

/* Question row */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 22px;
    cursor: pointer;
    gap: 14px;
    user-select: none;
    transition: background 0.25s ease;
}

.faq-question:hover {
    background: rgba(255, 87, 51, 0.06);
}

.faq-question span {
    font-size: 15px;
    font-weight: 600;
    color: #eeeeee;
    line-height: 1.5;
    flex: 1;
}

.faq-item.active .faq-question span {
    color: #FF5733;
}

/* Plus/Minus icon */
.faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: rgba(255, 87, 51, 0.1);
    border: 1px solid rgba(255, 87, 51, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.3s ease;
}

.faq-icon i {
    color: #FF5733;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    background: #FF5733;
}

.faq-item.active .faq-icon i {
    color: #fff;
}

/* Answer — accordion slide */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 0 22px 20px;
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    margin: 0;
    border-top: 1px solid #2a2a2a;
    padding-top: 16px;
}

/* ---- FAQ Responsive ---- */

/* Tablet */
@media (max-width: 991px) {
    .faq-section {
        padding: 70px 0 80px;
    }

    .faq-header h2 {
        font-size: 28px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0 60px;
    }

    .faq-header {
        margin-bottom: 36px;
    }

    .faq-header h2 {
        font-size: 22px;
    }

    .faq-header p {
        font-size: 14px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .faq-question {
        padding: 16px 16px;
    }

    .faq-question span {
        font-size: 14px;
    }

    .faq-answer p {
        font-size: 13px;
        padding: 14px 16px 16px;
    }
}

/* Custom Inline Tabs (Equal width & neat) */
.custom-inline-tab {
    display: inline-block;
    padding: 10px 14px;
    background-color: #ffffff;
    color: #f15b4e;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #f15b4e;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    flex: 1 1 auto;
    text-align: center;
}
.custom-inline-tab:hover {
    background-color: #f15b4e !important;
    color: #ffffff !important;
}
@media (max-width: 767px) {
    .custom-inline-tab {
        flex: 1 1 100%;
    }

    /* Mobile dropdown fixes - ensure content is visible */
    .main-menu .navigation > li.dropdown > ul {
        min-width: auto;
        max-width: calc(100vw - 40px);
        left: auto;
        right: 10px;
        width: auto;
    }
}
