@font-face {
    font-family: 'Roboto-condences';
    src: url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    src: url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap) format('woff2');
}

@font-face {
    font-family: 'Avenir-Next-Medium';
    src: url('../fonts/avenir-next-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Avenir-Next-Regular';
    src: url('../fonts/avenir-next-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Black';
    src: url('../fonts/RobotoCondensed-Black.ttf') format('truetype');
}

.roboto-condensed-title {
    font-family: 'RobotoCondensed-Black';
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.roboto-condensed-nav {
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
       
/* Add these styles to your CSS file or here */
.hero-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 80%;
    max-width: 800px;
}

.hero-text-overlay h1 {
    font-size: 5rem;
    margin-bottom: -0.5rem;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
    margin-top: 2rem;
}

.hero-text-overlay p {
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
    font-size: 1.4rem;
    font-family: 'Avenir-Next-Medium';
}

.contact-middle-content {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-middle-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.contact-middle-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2rem;
}

.contact-details {
    margin-top: 2rem;
    text-align: left;
}

.contact-details h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.contact-details p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
}

.big-scr{
    display: block !important;
}

.sm-scr{
    display: none !important;
}


@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 2rem;
        margin: 0rem auto -1.5rem;
    }
    
    .hero-text-overlay p {
        font-size: 1rem;
        margin: 1rem auto;
    }

    .india-map-wrapper{
        margin: -3rem auto !important;
    }
    .hero-text-overlay {
        top: 35%;
    }

    .overseas-card {
        flex-direction: column;
        text-align: center;
    }

    .overseas-card-content,
    .overseas-card-image {
        flex: 1 1 100%;
    }

    .overseas-card-details p {
        justify-content: center;
        flex-direction: column;
        font-size: 1rem;
    }
    .overseas-card-content h3 {
        font-size: 1.4rem;
    }

    .contact-middle-content h1 {
        font-size: 2rem;
    }

    .contact-details {
        text-align: center;
    }
    
    .big-scr{
        display: none !important;
    }
    
    .sm-scr{
        display: block !important;
    }
}