/* Hero Section Styling */
.hero-icon-button-box {
    margin-top:120px;
}
.hero-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top: 120px;
    padding-bottom:120px;
}
.hero-text {
    font-size: 120px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-text-mobile {
    font-size: 62px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-text span, .hero-text-mobile span{
    font-family: 'ivy-presto-light' !important;
    text-transform: capitalize;

}
.hero-button {
    margin-top: 48px;
}

/* Contact Information Heading */
.contact-info-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top: 80px;
    height: 650px;
    overflow: hidden;
}
.contact-info-section-mobile {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top: 80px;
    overflow: hidden;
}
.contact-info-heading {
    font-size: 72px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-info-heading-mobile {
    font-size: 28px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.contact-right-img {
    width: 600px;
    height: 580px;
    background: url('../images/other/contact-img.png') no-repeat;
    background-size: cover;
}
.contact-right-img-mobile {
    width: 335px;
    height: 280px;
    background: url('../images/other/contact-img.png') no-repeat;
    background-size: cover;
}
.contact-info {
    margin-bottom: 50px;
}

.contact-info a:hover{
    color: #241BDC !important;
}
.contact-info-mobile {
    margin-top: 20px;
}
.info {
    font-size: 32px;
    font-family: 'tn-medium';
}
.info-mobile {
    font-size: 16px;
    font-family: 'tn-medium';
}
.info-content {
    margin-left: 20px;
}
.phone, .address {
    margin-top: 30px;
}
.phone-mobile, .address-mobile {
    margin-top: 20px;
}

/* Tablet view only (portrait + landscape) */
@media (max-width: 991px) {
    .contact-info-section {
        height: fit-content;
    }
    .contact-right-img{
        margin-top: 80px;
    }
}


@media (max-width: 768px) {
    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero-title {
        font-size: 62px;
    }
}