
/* Mindset Input start */
.mindset-home-wrapper1 {
    min-height: 70vh;
    background-image: url(../../Frontend/images/mindset.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mindset-home-wrapper1 h1{
    color: #3d3d3d;
}

.mindset-home-wrapper1 p{
    color: #4d4d4d;
}

/* .mindsetImageBox{
    width: 100%;
    height: 300px;
    position: relative;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.125);
}

.mindsetImageBox img{
    position: absolute;
    top: -30px;
    left: -50px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    border-radius: 12px;
}

.mindsetImageBox:hover img{
    top: 0;
    left: 0;
    transition: all 0.4s ease;
} */

.mindsetImageBox {
    width: 100%;
    height: 300px;
    position: relative;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.125);
    /* overflow: hidden; */
}

.mindsetImageBox video {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 12px;

}

.mindsetImageBox:hover video {
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.mindset-overlay-images{
    width: 100%;
    height: 500px;
}

.mindset-head-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 80%;
    z-index: 2;
    border-radius: 40% 0 0 0;
}

.mindset-head-img img{
    widtH: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40% 0 0 0;
}

.mindset-overlay{
   position: absolute;
   bottom: 0;
   right: 0;
   width: 70%;
   height: 80%;
   background-color: orange;
   z-index: 1;
   border-radius: 0 0 40% 0;
}

.mindset-overlay img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 0 0 40% 0;
}


.mindset-head-icon{
    min-width: 90px;
    height: 90px;
    background-color: #ffb70082;
    border-radius: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mindset-head-icon i{
    font-size: 50px;
}

.service-card{
    background-color: #0a3d62 !important;
}


.flip-card {
    perspective: 1000px;
    width: 100%;
    height: 200px;
    position: relative;
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.flip-card-front {
    background-color: rgba(0, 0, 0, 0.5);
    color: #333;
    border: 2px solid #ce5a3c;
}

.flip-card-front h3 {
    margin: 10px 0;
    font-size: 1.2rem;
    color: white;
}

.flip-card-front i {
    font-size: 2rem;
    color: #ce5a3c;
}

.flip-card-number{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 10%;
    position: absolute;
    top: -25px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 800;
}

.flip-card-icon{
    background-color: #ce593c4e;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-back {
    background: #ce5a3c;
    color: white;
    transform: rotateY(180deg);
    font-size: 1rem;
    padding: 20px;
}


.mindset-heading-bottom{
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
}


.grid-card{
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    padding: 30px;
    height: 100%;
    transition: all 0.4s ease;
}

.grid-card h5 span{
    color: #ce5a3c;
}

.grid-card p{
    font-size: 14px;
}

.grid-card-image{
    width: 150px;
    height: 150px;
}

.grid-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-link-icon a{
    text-decoration: none;
    font-size: 25px;
    color: #ce5a3c;
}


.grid-card:hover{
    background-color: #ce5a3c;
    color: white;
    transition: all 0.4s ease;
}

.grid-card:hover h5 span{
    color: black !important;
}

.grid-card:hover .card-link-icon a{
    color: white !important;
}

/* Mindset Input end */


/* Use of time start */

.useof-time-wrapper {
    min-height: 70vh;
    background-image: url("../../Frontend/images/use-of-time.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.useof-time-card {
    height: 350px;
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.38);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.useof-time-card .imgBox{
    width: 100%;
    height: 100%;
}

.useof-time-card .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Use of time end */

@media (max-width: 768px) {
    .mindsetImageBox img{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
