<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.green {
    color: #0aeb0a;
}

.orange {
    color: #ff6700;
}
.card {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    margin: 0;
    float: left;
    perspective: 500px;
    border: none;
    border-radius: 10px !important;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
    border-radius: 10px !important;
}

.card:hover .content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    border-radius: 10px !important;
    backface-visibility: hidden;
    border: 1px solid rgba(0,0,0,.125);
}

.front {
    background-color: rgba(0,0,0,0);
    z-index: 1
}

.schoolImageSection .front .t1 {
    color: #FFF !important;
    text-transform: capitalize;
    text-align:center;
}


.front::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
    left: 0;
    border-radius: 10px !important;
}

.front::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 0;
    background-color: black;
    border-radius: 10px !important;
}

.front.one::before {
    background-image: url('../../../skoolz/assets/img/Events_on_Skoolz_page.jpeg');
    background-size: cover;
}

.front.two::before {
    background-image: url('../../../skoolz/assets/img/flipcard2.jpeg');
    background-size: cover;
}

.front.three::before {
    background-image: url('../../../skoolz/assets/img/rewards_on_admissions.jpeg');
    background-size: cover;
}

.front.four::before {
    background-image: url('../../../skoolz/assets/img/flipcard4.jpg');
    background-size: cover;
}

.front.five::before {
    background-image: url('../../../skoolz/assets/img/Never miss a call (1).jpeg');
    background-size: cover;
}

.front.six::before {
    background-image: url('../../../skoolz/assets/img/Counselling_by_Skoolz_team.jpeg');
    background-size: cover;
}

.front.siven::before {
    background-image: url('../../../skoolz/assets/img/Admission_open_tag.jpeg');
    background-size: cover;
}

.front.eight::before {
    background-image: url('../../../skoolz/assets/img/virtual_reality.jpeg');
    background-size: cover;
}

.front.nine::before {
    background-image: url('../../../skoolz/assets/img/feature_in_local_e_magazine.jpeg');
    background-size: cover;
    object-fit: cover;
}

.front .image img {
    border-radius: 50%;
    border: 5px solid #fff;
}

.setMargin {
    margin-left: 39px;
}

.back {
    text-align: justify;
    background: white;
    color: black;
    transform: rotateY(180deg);
    border: 3px solid rgba(255,103,0,0.8);
}

.baseContainer &gt; .flipcards &gt; div {
    position: relative;
    display: block;
    height: 300px;
}

.schoolImageSection h3 {
    color: #fff;
}


.accordion-subtitle {
    color: #FF6700;
    font-weight: 600;
}

tbody, tfoot, thead {
    text-align: center;
    z-index: 0;
}

    tbody .text {
        text-align: justify;
    }
#flush-collapseOne tbody tr td:nth-child(1) {
    padding-right:30px;

}
tbody tr td {
    vertical-align: middle !important;
}

.bannerSection{
    float:none !important;
}
.startedSection{
    clear:both !important;
}

@media only screen and (max-width: 768px) {
    .card .t1{
        text-align:center;
    }
}


@media only screen and (min-width: 4098px) {
    .card {
        perspective: inherit !important;
    }

    .content {
        transition: transform 0s !important;
    }
   
}
@media only screen and (min-width: 1600px){
    .t1 {
        margin-left: 60px;
    }
}
@media only screen and (min-width: 2000px) {
    .t1 {
        margin-left: 100px;
    }
}</pre></body></html>