.sleek-gradient-heading {
    font-weight: bold;
}

.sleek-icon-box-icon i {
    color: inherit !important;
    font-size: inherit !important;
}

.sleek-icon-box-icon svg {
    fill: inherit !important;
    width: inherit !important;
    height: inherit !important;
}

.sleek-gradient-button{
    display: inline-block !important;
}

.sleek-button {
    display: inline-block !important;
}

.sleek-flip-box {
    perspective: 1000px;
    width: 400px;
    height: 400px;
}

.sleek-flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.sleek-flip-box:hover .sleek-flip-inner {
    transform: rotateY(180deg);
}

.sleek-flip-front,
.sleek-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.sleek-flip-front {
    background-size: cover;
    background-position: center;
}

.sleek-flip-back {
    background: #333;
    color: #fff;
    transform: rotateY(180deg);
}

.sleek-flip-button {
    display: inline-block;
    padding: 10px 15px;
    background: #ff6600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


.sleek-flip-box {
    overflow: hidden;
}

.sleek-flip-front,
.sleek-flip-back {
    border-radius: inherit;
    overflow: hidden;
}

.sleek-flip-icon {
    font-size: 40px;
    color: #ff5733;
    margin-bottom: 10px;
    text-align: center;
}

.sleek-flip-image img {
    max-width: 60px;
    height: auto;
    margin-bottom: 10px;
}


.sleek-flip-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.sleek-flip-icon i {
    font-size: 40px;
    color: #ff5733;
}

.sleek-flip-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.sleek-flip-image img {
    max-width: 60px;
    height: auto;
}


.sleek-flip-box {
    display: flex;
    justify-content: center;
}

.sleek-flip-box-container {
    width: 100%; 
    display: flex;
    justify-content: center; 
}

