﻿html {
    scroll-behavior: smooth;
}

/*.isky-watermark {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(134 129 129 / 25%);
    pointer-events: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
}*/

.isky-watermark {
    font-size: 16px;
    font-weight: bold;
    color: rgb(155 147 147 / 43%);
    pointer-events: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
    text-align: end;
}

.elementor-section {
    background-image: url('../assets/images/Aboutus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-heading-title {
    color: wheat;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 28px;
}

.section-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #0E0A31;
}

.flip-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.flip-box {
    background-color: transparent;
    width: 260px;
    height: 280px;
    perspective: 1000px;
}

    .flip-box h3 {
        color: #0E0A31;
    }

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
    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: 14px;
}

.flip-box-front {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .flip-box-front img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .flip-box-front h5 {
        color: #0E0A31;
        font-weight: 600;
        font-size: 19px;
    }

.flip-box-back {
    transform: rotateX(180deg);
    color: #000;
    border: 1px solid pink;
    box-shadow: 1px 0px 10px 4px rgb(247 185 242 / 73%);
}

    .flip-box-back p {
        font-size: 15px;
        line-height: 25px;
        color: #0E0A31;
    }

    .flip-box-back h5 {
        color: #0E0A31;
        font-weight: 600;
        font-size: 19px;
    }

@media (max-width: 768px) {
    .flip-box {
        width: 90%;
    }
}

.elementor-container h2 {
    font-size: 30px;
    margin-top: 15px;
    color: #0E0A31;
    margin-bottom: 19px;
    font-weight: bold;
}

.authority-section {
    padding: 25px 0;
    background-color: #fff;
    font-family: "Nunito Sans";
}

.authority-header {
    text-align: center;
    margin-bottom: 30px;
}

    .authority-header h2 {
        font-size: 28px;
        font-weight: bold;
        color: #0E0A31;
    }

    .authority-header p {
        font-size: 16px;
        color: #0E0A31;
        margin-bottom: 50px;
        line-height: 30px;
        font-weight: bold;
    }

.authority-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

.authority-member {
    flex: 0 1 200px;
    text-align: center;
    line-height: 0;
}

    .authority-member img {
        width: 95%;
        /*border-radius: 5px;*/
        display: block;
        margin: 0 auto;
        transition: transform 0.4s ease;
        transform: scale(1.1);
    }

    .authority-member:hover img {
        transform: scale(1);
    }

    .authority-member h3 {
        margin-top: 24px;
        font-size: 20px;
        color: #0E0A31;
    }

    .authority-member p {
        font-size: 14px;
        color: #0E0A31;
        font-weight: 700;
    }

@media (max-width: 600px) {
    .authority-member {
        flex: 0 1 90%;
    }
}

@media (max-width: 600px) {
    .authority-member img {
        width: 54%;
    }
}


[data-lang="ta"] p {
    font-size: 13px;
    font-family: 'Noto Sans Tamil', 'Latha', sans-serif;
}

[data-lang="ta"] h5 {
    font-size: 14px;
    font-family: 'Noto Sans Tamil', 'Latha', sans-serif;
}



@media (max-width: 768px) {
    .slider-height {
        height: 185px;
    }
}

@media (max-width: 576px) {
    .slider-height {
        height: 185px;
    }
}

@media (min-width: 768px) {
    .about-area .row.align-items-stretch {
        display: flex;
        align-items: stretch;
    }

    .about-area .col-md-6 {
        display: flex;
        flex-direction: column;
    }

    .equal-height {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background: white;
        padding: 20px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        border-radius: 8px;
    }
}

.equal-height {
    border: 3px solid #000;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom:15px;
}

