﻿body {
    background-color: #f7fdfc;
}

.swiper-container {
    position: relative;
    padding-bottom: 40px;
}

.btn-primary-download {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00744c;
    --bs-btn-border-color: #00744c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00744c;
    --bs-btn-hover-border-color: #00744c;
    --bs-btn-active-bg: #00744c;
    --bs-btn-active-border-color: #00744c;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00744c;
    --bs-btn-disabled-border-color: #00744c;
}

.btn-download {
    background-color: #00744c;
    border: 1px solid #00744c;
    border-radius: 3px;
    padding: 13px 35px;
    font-size: 14px;
    font-weight: 500;
}

.swiper-slide {
    padding: 15px;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #e8a317; /* brand color */
}

.p_service_item {
    transition: all 0.5s ease-in-out;
}

.dropdown-container {
    position: relative;
    width: 100px;
}

.dropdown-input {
    width: 90%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 9px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dropdown-list li {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
    }

        .dropdown-list li:hover {
            background-color: #f0f0f0;
        }

    .dropdown-list img {
        width: 24px;
        height: 16px;
        margin-right: 10px;
    }

.phone-code {
    font-weight: bold;
    margin-right: 10px;
    min-width: 50px;
}

.country-name {
    color: #666;
    flex-grow: 1;
}

.length-info {
    color: #999;
    font-size: 12px;
}

.dropdown-list.show {
    display: block;
}

.release-note {
    display: block;
    padding-left: 0.5rem;
    text-decoration: underline;
}

@@media (min-width: 768px) {
    .release-note {
        position: absolute;
        bottom: 0;
        left: 68%;
    }
}

.web-image {
    top: 1% !important;
    left: -7% !important;
}

@media (max-width:768px) {
    .chat_features_img {
        height: auto !important;
    }

    .top-sm-10 {
        margin-top: 2rem;
    }

    .web-info {
        padding: 0px 0px;
    }

    .web-image {
        top: 1% !important;
        left: 0% !important;
    }
}


.icon-img {
    max-width: 5rem;
}

.stylish-faq {
    position: relative;
    padding: 100px 0 110px;
    isolation: isolate;
}

    .stylish-faq .bg-shape-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
    }

        .stylish-faq .bg-shape-1::before {
            content: "";
            position: absolute;
            top: -30%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: rgba(237, 25, 65, 0.03);
            border-radius: 62% 38% 72% 28% / 48% 32% 68% 52%;
            filter: blur(60px);
        }

        .stylish-faq .bg-shape-1::after {
            content: "";
            position: absolute;
            bottom: -20%;
            right: -5%;
            width: 500px;
            height: 500px;
            background: rgba(81, 92, 113, 0.03);
            border-radius: 74% 26% 47% 53% / 35% 61% 39% 65%;
            filter: blur(70px);
        }

.faq-header-wrapper {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f2f5;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #515c71;
    margin-bottom: 24px;
    border: 1px solid #e9edf2;
}

    .faq-badge i {
        color: #ed1941;
        font-size: 0.75rem;
    }

.faq-header-wrapper h2 {
    font-size: 3rem;
    font-weight: 650;
    color: #1e2a3e;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    line-height: 1.2;
}

    .faq-header-wrapper h2 span {
        color: #ed1941;
        font-weight: 700;
        background: linear-gradient(135deg, #ed1941 0%, #c2153a 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }

.faq-header-wrapper p {
    font-size: 1.1rem;
    color: #5c6b7e;
    max-width: 540px;
    margin: 0 auto;
    font-weight: 400;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    position: relative;
    z-index: 2;
}

.faq-col {
    flex: 1;
    min-width: 280px;
}

.faq-card {
    background: transparent;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #eef2f6;
    transition: all 0.25s ease;
}

    .faq-card:hover {
        border-bottom-color: rgba(237, 25, 65, 0.35);
    }

.faq-question {
    margin: 0;
}

.faq-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 1.2rem 0.5rem 1.2rem 0;
    font-size: 1.08rem;
    font-weight: 550;
    color: #1f2a3e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .faq-btn:focus {
        outline: none;
    }

.question-text {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.question-icon {
    width: 34px;
    height: 34px;
    background: #f8f9fc;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #515c71;
    font-size: 1rem;
    transition: all 0.2s ease;
    border: 1px solid #edf0f4;
}

.faq-btn[aria-expanded="true"] .question-icon {
    background: #fff5f5;
    color: #ed1941;
    border-color: rgba(237, 25, 65, 0.3);
}

.toggle-icons {
    font-size: 1.2rem;
    color: #a0abb9;
    transition: all 0.2s;
}

.faq-btn:hover .toggle-icons {
    color: #ed1941;
}

.toggle-icons .fa-plus {
    display: inline-block;
}

.toggle-icons .fa-minus {
    display: none;
}

.faq-btn[aria-expanded="true"] .toggle-icons .fa-plus {
    display: none;
}

.faq-btn[aria-expanded="true"] .toggle-icons .fa-minus {
    display: inline-block;
    color: #ed1941;
}

.faq-answer {
    background: transparent;
    padding: 0 0 1.2rem 0;
    margin-top: -0.5rem;
    margin-left: 50px;
    font-size: 0.96rem;
    line-height: 1.55;
    color: #5b6a7e;
    font-weight: 400;
    border-left: 2px solid #edf2f7;
    padding-left: 1.2rem;
}

    .faq-answer p {
        margin-bottom: 0;
    }

.help-chip {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #f9fafc;
    padding: 12px 28px;
    border-radius: 60px;
    margin-top: 52px;
    border: 1px solid #eef2f8;
    transition: all 0.2s;
}

    .help-chip:hover {
        border-color: rgba(237, 25, 65, 0.3);
        background: #ffffff;
    }

    .help-chip i:first-child {
        font-size: 1.2rem;
        color: #ed1941;
    }

    .help-chip span {
        font-weight: 470;
        color: #2c3e50;
        font-size: 0.9rem;
    }

    .help-chip .arrow-icon {
        color: #a0abb9;
        font-size: 0.8rem;
        transition: transform 0.2s;
    }

    .help-chip:hover .arrow-icon {
        transform: translateX(4px);
        color: #ed1941;
    }

@media (max-width: 992px) {
    .faq-grid {
        flex-direction: column;
        gap: 0;
    }

    .stylish-faq {
        padding: 70px 0 90px;
    }

    .faq-header-wrapper h2 {
        font-size: 2.4rem;
    }

    .faq-btn {
        padding: 1rem 0;
        font-size: 1rem;
    }

    .faq-answer {
        margin-left: 30px;
        padding-left: 1rem;
    }

    .question-icon {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .faq-answer {
        margin-left: 20px;
    }

    .faq-header-wrapper h2 {
        font-size: 1.9rem;
    }
}
