.contact-section {
    padding: 40px 0;
}

/* Icon */
.support-main-icon {
    display: block;
    margin: 0 auto;
}

/* Accordion spacing */
.custom-accordion {
    border: none;
    margin-bottom: 15px;
}

/* Button style */
.custom-btn {
    background: #2479df !important;
    color: white !important;
    border-radius: 10px !important;
    font-size: 16px;
    box-shadow: none !important;
    padding: 12px 16px;
}

/* Remove default border */
.accordion-item {
    border: none;
}

/* Bootstrap arrow enhancement (keep default, just make visible) */
.accordion-button::after {
    filter: brightness(0) invert(1); /* makes arrow white */
}

/* Body */
.accordion-body {
    text-align: left;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 15px;
}

/* Remove blue focus */
.accordion-button:focus {
    box-shadow: none;
}

/* Font size fix */
.accordion-item:first-of-type > .accordion-header .accordion-button {
    font-size: 16px;
}