/* ===== HERO SECTION ===== */
@font-face{font-family: "Gilroy-Bold";
    src: url("../font/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
@font-face{font-family: "Gilroy-Semibold";
    src: url("../font/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
@font-face{font-family: "Gilroy-Medium";
    src: url("../font/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

.hero-section{
    padding: 80px 0 60px;
    /* background: linear-gradient(135deg,#eef1f7,#e9edf4); */
}

#backgroundColor{
    background-image: url(../Assets/images/FullFrame.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    /* background-size: contain; */
}
.nav-item{
    margin-bottom: 45px;
}
.profile-img-wrapper{
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 4px solid #1f3c88;
    /* padding: 10px; */
    margin: 0 auto;
}

.profile-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.hero-subtitle{
font-family: "Gilroy-Bold";
    color: #1f3c88;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 36px;
     /* margin-bottom: 20px; */
}

.hero-title{
    font-size: 96px;
    font-family: "Gilroy-Bold";
    font-weight: 700;
    color: #09052C;
}

.hero-text{
    color: #09052C;
    font-size: 16px;
    font-weight: 400;
    font-family: "Gilroy-Semibold";
    line-height: 1.8;
    max-width: 620px;
}

.hero-link{
    font-family: "Gilroy-Bold";
    color: #09379D;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.hero-link:hover{
    text-decoration: underline;
}

/* ===== POSITIONS SECTION ===== */

.positions-section{
    padding: 40px 0 60px;
    /* background: #f3f4f6; */
}

.positions-title{
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Gilroy-Medium";
    font-size: 24px;
    color: #4B097E;
    margin-bottom: 30px;
}

.positions-card{
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.position-box{
    text-align: center;
    padding: 20px 10px;
}

.icon-box{
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .icon-blue{
    background: #e8eefc;
    color: #1f3c88;
}

.icon-green{
    background: #e6f6f2;
    color: #1bb98a;
}

.icon-purple{
    background: #f1e9fb;
    color: #8b3dff;
} */
 .IconImage{
    width: 90%;
    object-fit: contain;
 }

.position-text{
    font-size: 16px;
    font-family: "Gilroy-Semibold";
    font-weight: 400;
    color: #09052C;
}


/* Divider between columns */
.position-divider{
    border-right: 1px solid #eee;
}

/* ===== VISION SECTION ===== */

.vision-section{
    background: #5a0ea6;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
}

.vision-title{
    font-weight: 400;
    font-family: "Gilroy-Bold";
    font-size: 20px;
    margin-bottom: 15px;
}

.vision-text{
    max-width: 900px;
    font-family: "Gilroy-Medium";
    font-style: italic;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.95;
}
.tabletResponsiveShow{
        display: none;
    }