/* Hero Section Styles  */
.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('../images/Herosection_Background.webp');
    background-size: cover;
    background-position: center;
}

.hero-black-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-image: url('../images/Herosection_Overlay.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}


.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.hero-title{
        font-size: 70px;
        font-weight: 600;
        color: #fff;
    margin-bottom: 20px;
     text-align: center;
}

.hero-text{
        font-size: 24px;
        margin-top: 10px;
        text-align: center;
         color: #fff;
}

@media (max-width: 1200px) {
.hero-title {
    font-size: 50px;
}
}

@media (max-width: 767px) {
.hero-title {
    font-size: 30px;
}
}



/* About Section Styles  */
.about {
    position: relative;
    padding: 50px 200px;
    background: linear-gradient(to right, #5de0e6, #0098ad, #0055ad, #004aad);
    overflow: hidden;
}

.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/whyussection_Map.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-container {
   position: relative;
    z-index: 2;
}

.about-title {
    text-align: center;
}

.about-text {
    text-align: center;
}

.about-cards {
  display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    text-align: center;
}

.about-cards a{
        text-decoration:none;
}

.about-cards .card {
    background: #fff;
    border: 3px solid #c8c7c7;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 200px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.about-cards .card img {
    width: 80px;
    margin: 0 auto;
}

.about-cards .card h3 {
    font-size: 20px;
    color: #003374;
    margin-bottom: 20px;
    position: relative;
}

.card h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}

.about-cards .card p {
    font-size: 16px;
    color: #003374;
}

.about-buttons {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 1400px) {
.about {
    padding: 50px 100px;
}

}

@media (max-width: 1100px) {
        .about {
    padding: 50px;
}

.about-cards .card img {
    width: 60px;
}

.about-cards .card h3 {
    font-size: 18px;
}
}

@media (max-width: 767px) {
         .about {
    padding: 30px;
}

.about-cards {
    grid-template-columns: 1fr;
}

.about-cards .card {
    width: 50%;
    margin: 0 auto;
}

  
}

@media (max-width: 600px) {
       .about-cards .card {
    width: 80%;
    margin: 0 auto;
} 
}



/* language section Styles  */

.language-section{
        position: relative;
        padding: 50px 200px;
        background: linear-gradient(to right, #5de0e6, #0098ad, #0055ad, #004aad);
        overflow: hidden;
}

.language-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/whyussection_Map.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.language-container {
    position: relative;
    z-index: 2;
}

.language-content {
    text-align: center;
    color: #fff;
}

.language-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.lan-card {
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}


.lan-info {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    /* height: 40%; */
}

.lan-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.lan-title h3 {
    margin: 0;
    font-size: 20px;
}

.lan-title img {
    width: 30px;
    height: auto;
}

.lan-info p{
      font-size: 14px;
    margin-top: 10px;
}

.info-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000e3, #00000000);
    z-index: 0;
}

.info-comingsoon-text{
position: absolute;
    top: 20%;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background: #ffffffb5;
    color: #000;
    font-weight: 600;
    z-index: 1;
    font-size: 20px;
}

@media (max-width: 1400px) {
.language-section{
        padding: 50px 100px;
}
}

@media (max-width: 1100px) {
.language-section{
        position: relative;
        padding: 50px;
}

.language-cards {
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {
.language-section{
        position: relative;
        padding: 40px 30px;
}
}

@media (max-width: 600px) {
.language-cards {
    grid-template-columns: 1fr;
}
}


/* Review section Styles   */
.review-section{
        position: relative;
        padding: 50px 200px;
        background: linear-gradient(to right, #5de0e6, #0098ad, #0055ad, #004aad);
        overflow: hidden;
}

.review-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/whyussection_Map.webp');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.review-container {
    position: relative;
    z-index: 2;
}

.review-content {
    text-align: center;
    color: #fff;
}

.review-cards{
        /* display: flex; */
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
}

.review-card {
        background: #fff;
    border: 3px solid #c8c7c7;
    border-radius: 10px;
    padding: 20px;
    margin:10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* height: 250px; */
    display: grid;
    align-items: center;
    justify-content: center;
}

.review-info {
        height: 100%;
        display: grid;
}

.review-title-area {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap:20px;
}

.review-name {
    text-align: left;
}

.review-initials {
        background: #003374;
        color: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin-right: 10px;
        font-size:30px;
}

.review-name h3 {
        margin: 0;
        font-size: 18px;
        color: #003374;
        font-weight: bold;
}

.review-position {
        font-size: 14px;
        color: #003374;
}

.review-desc {
           margin: 10px 0;
    font-size: 16px;
    color: #003374;
    padding: 10px 0;
    border-top: 1px solid #aaaaaa7a;
    border-bottom: 1px solid #aaaaaa7a;
}

.review-rating-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
}

.review-rate {
        font-size: 25px;
        color: #003374;
        font-weight: bold;
}

.review-no{
         font-size: 16px;
        color: #003374;
         font-weight: bold;
}

.review-time {
        font-size: 16px;
        color: #003374;
}

@media (max-width: 1400px) {
.review-section {
    padding: 50px 100px;
}

}

@media (max-width: 1100px) {
        .review-section {
    padding: 50px;
}
}


@media (max-width: 768px) {
    .review-section {
        padding: 30px 20px;
    }

    .review-content{
         padding: 0px 10px;
    }

    .review-card {
    height: auto;
}
}

@media (max-width: 400px) {
.review-rating-area {
       flex-direction: column;
}

.review-rate {
       font-size:20px;
}
}
