/* Font Awesome CDN for cloud icon */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.download-section {
    background-color: #111;
    padding: 30px;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1000px;
}

.download-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}

.download-text strong {
    font-size: 20px;
}

.download-text span {
    color: #ccc;
    margin-left: 10px;
    font-size: 16px;
}

.download-btn {
    background: linear-gradient(to right, #009fff, #2f80ed);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.download-btn:hover {
    background: linear-gradient(to right, #007acc, #2368c4);
}

.features-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.features-section h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
}

.features-section h2 em {
    font-style: italic;
    color: #00922c;
}

.features-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 200px;
}

.tab {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.3s;
    color: #000;
}

.tab img {
    width: 32px;
    height: 32px;
}

.tab.active {
    background: #000;
    color: #fff;
}

.tab-contents {
    flex: 1;
}

.tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
    display: block;
}

.tab-content p {
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.6;
}

.tab-content ul {
    padding-left: 20px;
}

.tab-content ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.6;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .features-content {
        flex-direction: column;
        align-items: center;
    }

    .tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .tab {
        width: calc(50% - 20px);
        /* 2 tabs per row */
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .features-section h2 {
        font-size: 2rem;
    }

    .tabs {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .tab {
        width: 100%;
        text-align: center;
    }

    .tab img {
        width: 28px;
        height: 28px;
    }

    .tab-content p,
    .tab-content ul li {
        font-size: 1.2rem;
        color: #000000;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 20px 10px;
    }

    .features-section h2 {
        font-size: 1.6rem;
    }

    .tab {
        padding: 10px;
        font-size: 14px;
    }

    .tab img {
        width: 24px;
        height: 24px;
    }
}

/* Font Awesome CDN (for phone icon) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.promise-section {
    background: url('../assets/aboutpage.png') center center/cover no-repeat;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promise-content {
    max-width: 800px;
    padding: 20px;
}

.subtitle {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #ddd;
}

.promise-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.promise-btn {
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.promise-btn:hover {
    background-color: #2f80ed;
}

.global-presence {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #2f4eb3;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-title span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #2f4eb3;
}

.presence-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    align-items: flex-start;
}

.map img {
    max-width: 100%;
    width: 500px;
    border-radius: 10px;
}

.countries {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.countries ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.countries li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-weight: 600;

}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab.active {
    font-weight: bold;
    /* Optional: highlight style */
}