.support.page .services {
    /* display: grid;
    grid-template-rows: repeat(1, 80px);
    column-gap: 1.2rem;
    grid-template-columns: repeat(5, 6fr);
    place-items: center; */

    display: grid;
    /* 1. Define a fixed or minimum width for columns */
    grid-template-columns: repeat(0, 200px);

    /* 2. Set horizontal overflow to auto or scroll */
    overflow-x: auto;

    /* 3. Disable wrapping (optional but good for grids) */
    grid-auto-flow: column;

    /* 4. Add padding so the scrollbar doesn't hug the content */
    padding-bottom: 10px;

    /* Gap on x-axis as requested before */
    column-gap: 20px;
}

.support.page .services div {
    background: #2d9e4a;
    color: white;
    padding: 1rem;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Refer to global.css for h4 styles */
.support.page .services h4 {
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.support-services h1 {
    margin-bottom: 20px;
}

/* MEDIA queries for the services */
@media (max-width: 1024px) {
    .support.page .services {
        column-gap: 10px;
    }

    .support.page .services h4 {
        font-size: 0.8rem;
        margin-bottom: 0px;
    }
}

.support-services .row {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
    width: 100%;
}

.support-services .row div {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3rem;
    width: 100%;
    text-align: center;
}

/* Media Queries for support services breakdown */
@media (max-width: 768px) {
    .support-services .row {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .support-services .row div {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 2rem;
        width: 100%;
        text-align: center;
    }
}

.support.page .header-text h4 {
    font-size: clamp(1.2rem, 1rem, 1.5rem);
}

.support.page {
    padding: 3rem 0;
}

.support.page img {
    max-width: 100%;
    border-radius: 10px;
}

/* For font size refer to global.css */
/* .support.page .gradient-text {
    font-size: 2rem;
} */

.support.page .bottom-image {
    position: relative;
}

/* .support.page .bottom-image .icons {
    position: absolute;
    top: 11%;
    left: 4%;
} */

.support.page .bottom-image .icons-container {
    position: absolute;
    top: 0;
    left: 4%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.support.page .bottom-image .icons .brief {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 2rem;
}

.support.page .bottom-image .icons .brief p {
    font-size: 1.4rem;
    color: white;
}

.support.page .bottom-image .icons img {
    height: 50px;
}

.nav-tabs {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f1f1f1;
}
.nav-item {
    flex: 1;
    text-align: center;
}
.nav-link {
    display: block;
    padding: 12px;
    cursor: pointer;
    font-weight: 500;
    color: #6c757d;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: 0.2s;
}
.nav-link.active {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: #fff;
}

/* Tab Content & Forms */
.tab-content {
    padding: 20px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
    animation: fadeIn 0.3s;
}

.form-group {
    margin-bottom: 1rem;
}
label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}
input,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}
.btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background: #0d6efd;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
}
.btn:hover {
    background: #0b5ed7;
}

/* Responsive Mobile Adjustments */
@media (max-width: 480px) {
    body {
        padding: 10px;
    }
    .nav-link {
        padding: 15px 5px;
        font-size: 0.85rem;
    }
    .tab-content {
        padding: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media queries for the support page banner image */
/* 1000px */
@media (max-width: 1024px) {
    .support.page .bottom-image .icons .brief {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 1rem;
    }

    .support.page .bottom-image .icons .brief img {
        height: 30px;
    }

    .support.page .bottom-image .icons .brief p {
        font-size: 1rem;
    }
}

/* Media queries for the support page banner image */
/* 768px */
@media (max-width: 768px) {
    .support.page .bottom-image .icons .brief {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 0.3rem;
    }

    .support.page .bottom-image .icons .brief img {
        height: 15px;
    }

    .support.page .bottom-image .icons .brief p {
        font-size: 1rem;
    }
}

.support-support_process .milestones {
    padding: 4rem 0rem;
}

.support-support_process .timeline-wrapper {
    width: 100%;
}

.support-form .text-center.form-header {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 3rem;
}
