.splide__pagination__page.is-active {
            background: #f59a1f;
        }

        .splide__arrow {
            background: rgba(255, 255, 255, 0.8);
        }

        .splide__arrow:hover {
            background: #fff;
        }

        .splide__arrow svg {
            fill: #002d58;
        }

        .support-center-cards {
            text-align: center;
            margin: 20px auto 30px;
        }

        .support-center-cards h4 {
            color: #002d58;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 18px;
            text-align: center !important;
        }

        .support-card-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }
        .top-faqs-title {
            margin-top: 80px !important; 
        }
        .support-card {
            border: 1px solid #e2e2e2;
            border-bottom: 2px solid #cfd6de;
            background: #fff;
            border-radius: 6px;
            padding: 34px 14px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
        }

        .support-card-icon {
            width: 44px;
            height: 44px;
            margin: 0 auto 10px;
            border: 1px solid #e2e2e2;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #7a8088;
        }

        .support-card h5 {
            color: #1e252c;
            font-size: 12px;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            font-weight: 700;
            padding-bottom: 17px;
            border-bottom: 1px solid #e2e2e2;
        }

        .support-card h5 span {
            display: block;
        }

        .support-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .support-card ul li {
            /* margin: 6px 0; */
            margin-inline: 5px;
        }

        .support-card ul li a {
            color: #1c6ba0;
            font-weight: 600;
            font-size: 12px;
            text-decoration: none;
            
        }
    

        .support-card ul li a:hover {
            color: gray;
        }

        .support-center-bottom {
            margin-top: 24px;
        }

        .support-center-intro {
            font-size: 14px;
            color: #6b6f74;
            margin-bottom: 50px;
        }
        .support-center-intro span {
            color: black;
            font-weight: 700;
        }
        .support-center-bottom h4 {
            color: #1e252c;
            font-size: 18px;
            font-weight: 700;
            margin: 18px 0 10px;
        }

        .track-order-box {
            border: 1px solid #d9e3ee;
            background: #f6fbff;
            padding-inline: 16px;
            padding-block: 20px;
            border-radius: 1px;
        }

        .track-order-form {
            display: grid;
            grid-template-columns: 1fr 1fr auto;
            gap: 10px;
            align-items: center;
        }

        .track-order-form input {
            border: 1px solid #d6d6d6;
            height: 38px;
            padding: 0 10px;
            border-radius: 4px;
            font-size: 14px;
        }

        .track-order-form input:focus {
            outline: none;
            border-color: #1c6ba0;
            box-shadow: 0 0 0 0.5px #1c6ba0;
        }

        .track-order-form button {
            height: 38px;
            border: none;
            background: #1c6ba0;
            color: #fff;
            font-size: 15px;
            padding: 0 14px;
            border-radius: 4px;
            font-weight: 700;
            cursor: pointer;
        }

        .track-order-form button:hover {
            background: #155a88;
        }

        .sc-faq-list {
            margin-top: 20px;
            margin-bottom: 40px;
            border-top: 1px solid #e5e5e5;
        }

        .sc-faq-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 0;
            border-bottom: 1px solid #e5e5e5;
            color: gray;
            font-size: 13px;
            font-weight: 600;
        }
      
        .sc-faq-plus {
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #1c6ba0;
            font-weight: 800;
            font-size: 16px;
        }

        @media (max-width: 767px) {
            .banner-area .splide__slide img {
                height: 350px;
                object-fit: cover;
            }
        }

        @media (max-width: 991px) {
            .support-card-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .track-order-form {
                grid-template-columns: 1fr 1fr;
            }

            .track-order-form button {
                grid-column: 1 / -1;
                justify-self: center;
            }
        }

        @media (max-width: 575px) {
            .support-card-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767px) {
            .track-order-form {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 575px) {
            .resource-right-head h3 {
                font-size: 22px;
            }

            .support-center-cards h4 {
                font-size: 19px;
                margin-bottom: 30px;
            }

            .resource-right-head p {
                font-size: 12px;
            }

            .mb-3,
            .my-3 {
                margin-bottom: 0 !important;
            }
        }
    
        .sc-faq-item {
            cursor: pointer;
        }

        .sc-faq-answer {
            display: none;
            padding: 0 0 12px 30px;
            color: #5a6168;
            font-size: 12px;
            line-height: 1.5;
            border-bottom: 1px solid #e5e5e5;
        }
        .sc-faq-answer{
            font-size: 12px;
            padding-top: 10px;
        }

        .sc-faq-item.is-open + .sc-faq-answer {
            display: block;
        }

        .mob-account-list > ul li a p {
            font-size: 16px !important;
            color: #0b4b8a !important;
            font-weight: 700 !important;
            margin-bottom: 0 !important;
            line-height: 1.2;
        }
/* Sidebar container: remove border & rounding */
.support-area-right {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}
