:root {
    --heading1: 'nunito-bold', sans-serif;
    --heading2: 'Roboto Condensed', sans-serif;
    --descp1: 'Source Sans 3', sans-serif;
    --versaiwhite: #ffffff;
    --versaiwhite2: #f0efef;
    --versaiblack: #333;
    --versaiblack2: #05092B;
    --versaigray: #696767;
    --versaiyellow: #fec96b;
    --versaisky: #1fb398;
    --versaisky2: #04AA6D;
    --versaigreen: #89b743;
    --versaipink: #ea6c9a;
    --versaiblue: #3F74EF;
    --versaipurple: #812B8F;
    --gradient1: linear-gradient(to right, var(--versaipink), var(--versaipurple));
    --gradient2: linear-gradient(94deg, var(--versaipink) 0%, var(--versaiblue) 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.about-img {
    width: 100% !important;
}

.about-img img {
    display: block !important;
    width: 100% !important;
    object-fit: cover;
    overflow: hidden;
}

.about-imgcon {
    color: var(--versaiwhite2) !important;
}

.home-about {
    color: var(--versaipurple);
}

.home-about a {
    text-decoration: none;
    color: var(--versaigray);
}

.ver-educ {
    display: inline-block;
    /* color: var(--versaiwhite); */
}

.vers-icon i {
    margin-top: calc(5px + 0.1vw);
    font-size: calc(15px + 0.2vw);
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-cardimg {
    object-fit: fill;
    width: 100%;
    border-radius: 6px;
}

.team-img img {
    height: calc(100px + 1vw);
    width: calc(100px + 1vw);
    border-radius: 50%;
}

.team-lining {
    height: 2px!important;
    width: 40%;
    background: var(--gradient1);
}

.team-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.card-courceimg {
    border-radius: 6px !important;
}

.card-courceimg img {
    display: block;
    height: calc(280px + 1.5vw) !important;
    border-radius: 6px !important;
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
}

.card-courcecont {
    background-color: none !important;
    border: none;
}

/* ++++++++++++++++++++Contact Us++++++++++++++++++++++++++++ */

.form-mycont {
    width: 100%;
    height: calc(40px + 0.4vw);
    border: 1px solid #ddd;
}

.form-mycont:focus {
    outline: none;
}

.form-mycont[type="text"] {
    padding-left: calc(10px + 0.2vw);
}

.form-mycont[type="email"] {
    padding-left: calc(10px + 0.2vw);
}

.form-mytext:focus {
    outline: none;
}

.submit-form {
    font-size: calc(15px + 0.2vw);
    font-weight: 500;
    background-color: transparent;
    color: var(--versaigray);
    border: 1px solid var(--versaipurple);
    padding: calc(8px + 0.1vw) calc(15px + 1vw);
    border-radius: 6px;
}

.submit-form:hover {
    background: var(--gradient1);
    color: var(--versaiwhite);
}

/* ++++++++++++++++++rs-cit+++++++++++++++++++ */

.all-coufea {
    background-color: var(--versaiwhite);
    padding: calc(10px + 0.2vw) calc(5px + 0.2vw);
    border-radius: 6px;
    display: flex;
    gap: calc(10px + 0.2vw);
    flex-wrap: wrap;
}

.all-coufea .cou-fea {
    font-family: var(--descp1);
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: var(--versaisky);
    font-size: calc(16px + 0.1vw);
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.all-coufea .cou-fea.active::after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: var(--versaisky2);
    position: absolute;
    top: 100%;
    left: 0px;
}

.all-coufea .cou-fea.active {
    color: var(--versaisky2) !important;
}

.skills-learn {
    display: inline-block;
    padding: calc(5px + 0.2vw) calc(10px + 0.2vw);
    background-color: var(--versaisky2);
    text-transform: capitalize;
    color: var(--versaiwhite2);
    font-size: calc(18px + 0.1vw);
    font-weight: 500;
    border-radius: 6px;
}

.rscit-contlist {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: calc(15px + 0.2vw);
}

.rscit-contlist li ul {
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: calc(15px + 0.2vw);
}

.bold-coldes {
    color: var(--versaiblack2);
    font-family: "Roboto-500";
}

.bold-coldes i {
    /* color: var(--versaisky2); */
    margin-right: calc(5px + 0.1vw);
}

.curriculum-table tr th {
    text-align: center;
    font-size: calc(14px + 0.1vw);
    color: var(--versaiblack2);
}


/* ---------------------versai cources common code------------------ */
.cource-subhead {
    color: var(--versaipurple);
}



/* award-certificate */

.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-popup img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: var(--versaiwhite);
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    color: var(--versaipink);
}

/* Optional hover zoom for thumbnails */
.card-award img {
    transition: transform 0.3s;
    border-radius: 10px;
    cursor: pointer;
}

.card-award img:hover {
    transform: scale(1.05);
}

.card-award .card-body img {
    width: 100%;
}
