﻿.elementor-section {
    background-position: center center;
    padding: 77px 0;
    background-image: url('../assets/images/Contact_us.jpg');
}


.flip-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.flip-box {
    background-color: transparent;
    width: 280px;
    height: 245px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-box-front{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.flip-box-front {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #0E0A31;
}

    .flip-box-front img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .flip-box-front i {
        color: white;
        font-size: 45px;
        margin-bottom: 7px;
    }

    .flip-box-front h3 {
        color: white;
        font-size: 18px;
        font-weight: bold;
    }

    .elementor-icon-box-description {
        font-size: 15px;
        color: wheat;
        line-height: 25px;
    }

