h6{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2%;
}
.box {
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    height: 200px;

}


.box img {
    max-width: 100%;
    height: 150px; 
    padding-bottom: 2%;
  
}
.card{
    background-color: white;
    color:rgb(61, 23, 61);;   
         }
         .home-content {
color: #fff;

}
.home-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-content,h1 {
    font-size: 40px;
}
.home-content,h2 {font-size: 30px;}
.home-content,h3 {font-size: 25px;}
.column.right, .text {
    font-size: 16px!important;
    flex: 4.5;
    padding: 0px;
    line-height: 2;
}

.image {
    flex: 1.5;
    text-align: center;
    border-radius: 50%; 
    overflow: hidden; 
}

.image img {
    max-width: 100%;
    height: auto;
}

.text h1, .text h2, .text h3 {
    overflow: hidden;
    white-space: nowrap;
}
.text h1 {
    overflow: hidden;
    white-space: nowrap;
    animation: typing 5s steps(40, end);
}
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .home-content {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        height: auto;
    }

    .image {
        display: none; 
    }

    .text {
        flex: none; 
        padding: 0px;
        font-size: 15px; 
        width: 100%;
        margin: 0 auto; 
        text-align: left;
    }
}

@media (max-width: 768px) {
    .text {
        padding: 0px;
        font-size: 11px; 
}
}


.card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.serv-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    width: 250px;
    height: 350px; 
    perspective: 1000px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    padding: 20px;
    font-size: 14px !important;
    line-height: 1.5;
    box-sizing: border-box;
}

.card-front {
    background: #fff;
}

.card-back {
    background: rgb(104, 43, 104) ;
        color: #fff;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;

}
.techstack{
    font-style: italic;
    font-size: 12px;
    margin-top: 2px;
}

.card-img {
    width: 100%;
    height: 120px; 
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 12px; 
}

.view {
    margin-bottom: 10px; /* Space below the @Eclectics link */
}
