/* --------------- Font Family ---------------  - START */
@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Black.otf') format('opentype');
    /* font-weight: 900; */
    /* font-style: normal; */
}

@font-face {
    font-family: 'AvenirLTStd-BlackOblique';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-BlackOblique.otf') format('opentype');
    /* font-weight: 900; */
    /* font-style: oblique; */
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Book.otf') format('opentype');
    /* font-weight: 400; */
    /* font-style: normal; */
}

@font-face {
    font-family: 'AvenirLTStd-BookOblique';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-BookOblique.otf') format('opentype');
    /* font-weight: 400; */
    /* font-style: oblique; */
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Heavy.otf') format('opentype');
    /* font-weight: 800; */
    /* font-style: normal; */
}

@font-face {
    font-family: 'AvenirLTStd-HeavyOblique';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-HeavyOblique.otf') format('opentype');
    /* font-weight: 800; */
    /* font-style: oblique; */
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Light.otf') format('opentype');
    /* font-weight: 300; */
    /* font-style: normal; */
}

@font-face {
    font-family: 'AvenirLTStd-LightOblique';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-LightOblique.otf') format('opentype');
    /* font-weight: 300; */
    /* font-style: oblique; */
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Medium.otf') format('opentype');
    /* font-weight: 500; */
    /* font-style: normal; */
}

@font-face {
    font-family: 'AvenirLTStd-MediumOblique';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-MediumOblique.otf') format('opentype');
    /* font-weight: 500; */
    /* font-style: oblique; */
}

@font-face {
    font-family: 'AvenirLTStd-Oblique';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Oblique.otf') format('opentype');
    /* font-weight: 600; */
    /* font-style: oblique; */
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../Assets/Font/Avenir-font/AvenirLTStd-Roman.otf') format('opentype');
    /* font-weight: 600; */
    /* font-style: normal; */
}

/* --------------- Font Family ---------------  - END */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    z-index: 1;
}




.contact-banner-text {
    position: absolute;
    top: 25%;
    left: 0;
    height: 50%;
    width: 50%;
    padding: 2rem;
    z-index: 5;
}

.contact-banner-heading {
    font-family: AvenirLTStd-Heavy;
    font-size: 5.5rem;
}

.contact-banner-subheading {
    font-family: AvenirLTStd-Light;
    font-size: 1.5rem;
    padding-left: 1%;
}


/* html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
} */




/* .content-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: #494949;
    color: white;
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: justify;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 2rem 0;
} */

.content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 1rem;
    /* max-width: 2560px; */
    width: auto;
    margin: auto;
    background-color: #494949;
    color: white;
}

.content-container>div {
    flex: 1 1 48%;
}

.content-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}


/* Address */

.address-container {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.address-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.address-text-container img {
    width: 3rem;
}

.address-text-container h3 {
    font-family: AvenirLTStd-Black;
}


.address-container h5 {
    font-family: 'AvenirLTStd-Book';
    font-size: 22px;
}

.address-container p {
    font-family: 'AvenirLTStd-Book';
    font-size: 1.125rem;
}

/* Landmark */

.landmark-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 15px; */
}

.landmark-text-heading h3 {
    font-family: AvenirLTStd-Black;
}

.landmark-list p {
    margin-bottom: 0;
}


/* Office Hours */

.mobile-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 15px; */
}

.mobile-text-container h3 {
    font-family: AvenirLTStd-Black;
}


/* Mail id */

#mail-id {
    color: #63a2ff;
}

#mail-id:hover {
    color: #4386e8;
}


/* Direction */

.direction-button {
    display: inline-block;
    padding: 4.6px 10px;
    border: 2px solid #00bbef;
    color: #00bbef;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 0.938rem;
    background-color: transparent;
    transition: background-color 300ms ease, color 300ms ease, width 300ms ease;
    width: 100px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}



.direction-button::after {
    content: "\25B6";
    /* ▶ symbol */
    font-size: 0.8em;
    margin-left: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}


.direction-button:hover {
    background-color: #575555;
    color: #00bbef;
    width: 110px;
}

.direction-button:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Above Footer Gradient Bar - START */
.animated-gradient-bar {
    background-image: linear-gradient(90deg, rgb(41, 191, 255), rgb(162, 49, 255), rgb(13, 236, 205), rgb(41, 191, 255));
    background-repeat: repeat-x;
    background-size: 133vw 4px;
    height: 4px;
    animation: gradientScroll 4s linear infinite;
    padding-bottom: 2rem;
}


/* Keyframes for scrolling effect */
@keyframes gradientScroll {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -133vw 0;
    }
}

/* Above Footer Gradient Bar - END */

.address-container h3 {
    font-size: 1.5rem !important;
}

.address-container p {
    font-size: 1.3rem !important;
}


/*---------------------------------- RESPONSIVENESS SECTION ----------------------------------*/

/* 4K Desktop Monitor - 3840x2160 */
@media (min-width: 2561px) {
    /* Styles for 4K+ screens */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 29%;
        transform: translate(-50%, -50%);
        width: 28rem;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 5rem;
    }

    .contact-banner-subheading {
        font-size: 1.8rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .image-container {
        margin-left: 2%;
    }

    .address-text-container h3 {
        font-size: 2.5rem;
    }

    .address-container p {
        width: 35rem;
        font-size: 1.5rem;
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/2560-1080-10.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}

/* Ultrawide Monitor - 2560x1080 */
@media (max-width: 2560px) {
    /* Styles for ultrawide monitors */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 29%;
        transform: translate(-50%, -50%);
        width: 28rem;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 5rem;
    }

    .contact-banner-subheading {
        font-size: 1.8rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .image-container {
        margin-left: 2%;
    }

    .address-text-container h3 {
        font-size: 2.5rem;
    }

    .address-container p {
        width: 35rem;
        font-size: 1.5rem;
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/2560-1080-10.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}

/* Dell Latitude 7490 / Samsung S24C350L Monitor - 1920x1080 */
@media (max-width: 1920px) {
    /* Styles for standard monitors */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 84vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 23%;
        transform: translate(-50%, -50%);
        width: 25rem;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 3.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.4rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .image-container {
        margin-left: 2%;
    }

    .address-container p {
        width: 35rem;
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/1920-800-09.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}

/* MacBook Pro 16" (M3) – Scaled to ~1728x1117 */
@media (max-width: 1728px) {
    /* Styles for retina laptops (can fine-tune height too) */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 25rem;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 3.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.4rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-container p {
        width: 35rem;
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/1728-760-08.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}


/* HP EliteBook 820 G3 - 1366x768 */
@media (max-width: 1366px) {
    /* Styles for smaller laptops */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 25rem;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 3.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.4rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-container p {
        width: 30rem;
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/1366-760-07.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}

/* iPad 9th Gen (Landscape) - 1080x810 approx. */
@media (max-width: 1080px) {
    /* Styles for landscape tablets or large phones */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 25rem;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 3.3rem;
    }

    .contact-banner-subheading {
        font-size: 1.2rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-container p {
        width: 30rem;
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/1080-760-06.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}
@media (max-width: 810px) {
    .image-container {
        margin-right: 2%;
    }
    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.3rem !important;
    }
}

/* iPad 9th Gen (Portrait) - 768x1024 */
@media (max-width: 768px) {
    /* Styles for portrait tablets */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .content-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-banner-text {
        position: absolute;
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 2.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.1rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/768-760-05.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }

    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.3rem !important;
    }

}

/* Motorola g62 - ~450x932 */
@media (max-width: 450px) {
    /* Styles for large phones */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top:30%;
        left: 45%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 2.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.1rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .image-container {
        margin-left: 0%;
    }

    .address-text-container h3,
    .landmark-text-heading h3,
    .mobile-text-container h3 {
        font-size: 1.7rem;
    }

    .address-container p {
        width: 22rem;
    }

    .address-container p,
    .landmark-list,
    .mobile-text-container p {
        font-size: 1.2rem;

    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/430-760-04.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.3rem !important;
    }

}

/* iPhone 15 Plus / iPhone 15 Pro Max / Galaxy S23 - ~430x932 */
@media (max-width: 430px) {
    /* Styles for large phones */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 30%;
        left: 45%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 2.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.1rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-text-container h3,
    .landmark-text-heading h3,
    .mobile-text-container h3 {
        font-size: 1.7rem;
    }

    .address-container p {
        width: 19rem;
    }

    .address-container p,
    .landmark-list,
    .mobile-text-container p {
        font-size: 1.2rem;

    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/430-760-04.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.1rem !important;
    }

}

/* Motorola G73 / iPhone 15 Pro - 393x852 */
@media (max-width: 393px) {
    /* Styles for Motorola G73 / iPhone 15 Pro */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 30%;
        left: 43%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 2.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.1rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-text-container h3,
    .landmark-text-heading h3,
    .mobile-text-container h3 {
        font-size: 1.7rem;
    }

    .address-container p {
        width: 19rem;
    }

    .address-container p,
    .landmark-list,
    .mobile-text-container p {
        font-size: 1.2rem;

    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/393-760-03.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.1rem !important;
    }

}

/* Motorola 662 - 360x800 */
@media (max-width: 360px) {
    /* Styles for Motorola 662 or similar */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 31%;
        left: 43%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 2.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.1rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-text-container h3,
    .landmark-text-heading h3,
    .mobile-text-container h3 {
        font-size: 1.7rem;
    }

    .address-container p {
        width: 19rem;
    }

    .address-container p,
    .landmark-list,
    .mobile-text-container p {
        font-size: 1.2rem;

    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/360-760-02.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.1rem !important;
    }
    

}

/* iPhone 5 / SE (1st Gen) - 320x568 */
@media (max-width: 320px) {
    /* Styles for very small screens */

    .carousel-banner-img {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .carousel-inner {
        height: 87vh;
    }

    .contact-banner-text {
        position: absolute;
        top: 31%;
        left: 43%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        z-index: 2;
        padding: 0 1rem;
    }

    .contact-banner-heading {
        font-size: 2.7rem;
    }

    .contact-banner-subheading {
        font-size: 1.1rem;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .address-text-container h3,
    .landmark-text-heading h3,
    .mobile-text-container h3 {
        font-size: 1.7rem;
    }

    .address-container p {
        width: 19rem;
    }

    .address-container p,
    .landmark-list,
    .mobile-text-container p {
        font-size: 1.2rem;

    }
    .banner-img{
        background-image: url("../Assets/ContactUsPage/320-760-01.jpg");
        height: 87vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .address-container h3 {
        font-size: 1.5rem !important;
    }
    
    .address-container p {
        font-size: 1.1rem !important;
    }
    

}