:root {
    --primary: #0066ff;
    --secondary: #00c2ff;
    --dark: #081b33;
    --light: #f8fbff;
}

body {
    background: #fff;
    font-family: "Segoe UI", sans-serif;
    color: #333;
}

.container{
    max-width: 1140px !important;
}

.hero {
    background: linear-gradient(135deg, var(--dark), #0f3b6f);
    color: #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -200px;
    right: -100px;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.hero p {
    font-size: 1rem;
    opacity: 0.9;
    color: #fff;
    font-weight: 400;
}

.btn-gradient {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border: none;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    color: #fff;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #fff;
}

.support-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 100%;
}

.support-card:hover {
    transform: translateY(-8px);
}

.icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.search-box {
    max-width: 850px;
    margin: auto;
}

.search-box input {
    height: 65px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding-left: 30px;
}

.category-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.4s;
}

.category-card:hover {
    transform: translateY(-5px);
}

.timeline {
    position: relative;
}

.step {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.step-number {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: bold;
    margin-bottom: 15px;
}

.download-card {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contact-section {
    background: var(--light);
}

.contact-box {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.counter {
    text-align: center;
}

.counter h2 {
    color: var(--primary);
    font-weight: 700;
    font-size: 3rem;
}

.cta {
    background: linear-gradient(135deg, var(--dark), #123e73);
    color: #fff;
    border-radius: 30px;
    padding: 70px;
}

footer {
    background: var(--dark);
    color: #fff;
    padding: 25px 0;
}

.support-ticket-section{
    position: relative;
}

.sticky-sidebar{
    position: sticky;
    top: 100px; /* Header height ke according */
}

.info-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.ticket-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    border:1px solid #e5e7eb;
}

.support-info-card{
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px;
}

.support-info-card h4{
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0d6efd;
    margin-bottom: 14px;
}

.support-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.c-icon {
    width: 34px;
    height: 34px;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.c-label {
    font-size: 10px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 2px;
}

.c-val {
    font-size: 12.5px;
    color: #212529;
    line-height: 1.45;
}

.h-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12.5px;
}

.h-row .day {
    color: #6c757d;
}

.h-open {
    color: #198754;
    font-weight: 600;
}

.h-note {
    margin-top: 10px;
    background: #eff6ff;
    border-radius: 7px;
    padding: 9px 11px;
    font-size: 11px;
    color: #1d4ed8;
    line-height: 1.5;
}

.tip-row {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 8px;
    line-height: 1.45;
}

.tip-row i {
    color: #0d6efd;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 12px;
}

.ticket-form-wrapper{
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.ticket-form-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #0dcaf0);
}

.ticket-form-wrapper h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.ticket-form-wrapper .subtitle {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 6px;
}

.required-note {
    font-size: 0.75rem;
    color: #ff0000;
    margin-bottom: 20px;
}

label.f-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #495057;
}

input.f-input, select.f-input, textarea.f-input {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    color: #212529;
    font-family: inherit;
    font-size: 0.88rem;
    padding: 9px 13px;
    width: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.file-drop {
    border: 1.5px dashed #dee2e6;
    border-radius: 8px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
}

.file-drop input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.file-drop i {
    font-size: 1.4rem;
    color: #adb5bd;
    margin-bottom: 6px;
    display: block;
}

.file-drop p {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
}

.file-drop .f-name {
    font-size: 0.78rem;
    color: #0d6efd;
    margin-top: 4px;
    font-weight: 500;
}

.check-row input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #0d6efd;
    cursor: pointer;
}

.check-row span {
    font-size: 0.82rem;
    color: #6c757d;
    line-height: 1.5;
    cursor: pointer;
}

.cta h2, .cta p{
    color: #fff;
}

@media (max-width: 567px){
    .hero{
        padding: 70px 0 30px;
    }
    .hero h1 {
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
    }

    .hero p {
        font-size: 0.8rem;
        text-align: center;
    }

    .btn-gradient, .btn-outline-light {
        padding: 10px 20px;
        font-size: 13px;
    }

    .hero-img{
        display: none;
    }

    .support-card{
        padding: 15px 15px;
    }

    .icon-box {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .support-card h5 {
        font-size: 16px;
    }

    .support-card p {
        font-size: 13px;
    }
}