
* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

/* Main container style */
.full-screen-bg {
    /*  background-image: url('/assets/Default.png');*/
    background-image: url('../images/home/default.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Navbar Styles */
.navbar {
    background-color: transparent !important;
    padding: 15px 0;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 10;
    margin-bottom: 0%;
}

.navbar-brand img {
    height: 100px;
    width: auto;
    transition: height 0.3s ease;
}

.nav-link {
    color: white !important;
    margin: 0 10px;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: rgba(255, 255, 255, 0.8) !important;
    }

.login-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    padding: 5px 20px;
    transition: all 0.3s ease;
}

    .login-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

/* Banner Styles - Fully Responsive */
.banner-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 90vh;
    position: relative;
}

.banner-container {
    color: white;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1600px;
    min-height: 300px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

    .banner-image.active {
        opacity: 1;
    }

.consist-btn {
    position: absolute;
    bottom: 35%;
    left: 10%;
    z-index: 100;
    transition: all 0.3s ease;
}

    .consist-btn img {
        height: 60px;
        border-radius: 30px;
        cursor: pointer;
      /*  transition: transform 0.3s ease;*/
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
       /* transform: scale(0.8)*/
    }

        .consist-btn img:hover {
            transform: scale(1.05);
        }


/*.justify-content-end {
    justify-content: center !important;
}*/

/* Navigation Menu Styles - Responsive Overlap */
.nav-section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -100px;
    z-index: 10;
    padding: 0 15px;
}

.nav-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.nav-menu-item {
    background-color: white;
    border-radius: 12px;
    padding: 80px 20px 20px;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    position: relative;
    width: 180px;
    flex: 0 0 auto;
}

    .nav-menu-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 22px 20px rgba(84, 151, 244, 0.25);
    }

.icon-container {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
}

    .icon-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.nav-menu-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-menu-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.read-more {
    color: #0d6efd;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}

/* Content section after the nav boxes */
.content-section {
    padding-top: 120px;
    min-height: 400px;
    background-color: #f8f9fa;
}

/* Disclaimer Section */
.disclaimer-container {
    display: flex;
    align-items: flex-start;
    padding: 15px 30px;
    background-color: white;
    border-top: 1px solid #e8e8e8;
    font-family: Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-top: 20px;
}

.disclaimer-title {
    font-weight: bold;
    margin-right: 15px;
    color: rgb(107, 96, 96);
    font-size: 13px;
    min-width: 85px;
}

.disclaimer-text {
    color: #666;
    font-size: 11.5px;
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
}

/* About Section */
.about-section {
    padding: 80px 0;
    color: #333;
}

.about-title {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    padding-right: 0;
}

    .about-title span {
        font-size: 2.5rem;
        color: #000;
        display: block;
        line-height: 1;
    }

    .about-title strong {
        font-size: 3rem;
        color: #000;
        display: block;
    }

.about-image {
    max-width: 100%;
    height: auto;
}

.about-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.text-col {
    padding-left: 0;
}

.image-col {
    padding-left: 0;
    padding-right: 10px;
}

/* Video Section */
.video-container {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

    .video-container video {
        width: 100%;
        height: auto;
        display: block;
    }

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    width: 90%;
    max-width: 600px;
}

.full-height {
    height: 100vh;
    object-fit: cover;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #0099cc;
    height: auto;
    min-height: 200px;
}

.cover-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.overlay-content {
    position: absolute;
    top: 55%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 10;
    width: 70%;
    max-width: 600px;
}

/* CTA Section */
.cta-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 100px;
    /*    margin-left: 2px;*/
    margin-left: -490px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-top: 152px; /*moved down slightly*/
}

.button-backdrop {
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 25px;
    width: 180px;
}

.action-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0099cc;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 16px;
    mar
}

.cta-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.cta-container {
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin: 0;
    box-sizing: border-box;
}

.cta-text {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    padding: 0 20px;
    text-align: center;
}

    .cta-text strong {
        color: #0066b3;
        font-weight: 700;
    }

.btn-wrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
    transform: scale(1.1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .btn-wrapper:hover {
        opacity: 0.9;
    }

    .btn-wrapper:active {
        transform: scale(0.98);
    }

    .btn-wrapper img {
        max-height: 45px;
        width: auto;
    }

.btn-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    pointer-events: none;
}

.btn-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Footer */
.footer {
    background-color: #0056a6;
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.logo {
    max-width: 150px;
    margin-bottom: 1.5rem;
}

.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.social-text {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.social-icons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.social-icon {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .social-icon:hover {
        transform: translateY(-3px);
    }

    .social-icon img {
        width: 16px;
        height: 16px;
    }

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

    .footer-nav a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

        .footer-nav a:hover {
            text-decoration: underline;
        }

.separator {
    color: white;
    opacity: 0.5;
}

.copyright {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.back-to-top {
    margin-top: 0.5rem;
}

.circle-arrow {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

    .circle-arrow:hover {
        transform: translateY(-3px);
    }

    .circle-arrow i {
        color: white;
    }

/* Video Banner */
.video-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
}

    .video-banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Banner */
.banner {
    width: 100%;
    min-height: 80px;
    background-color: #1565c0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 15px 20px;
    flex-wrap: wrap;
}

.banner-text {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 500;
    text-align: center;
}

.image-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .image-button:hover {
        transform: scale(1.05);
    }

    .image-button img {
        height: 40px;
        /*width: auto;*/
        width:245px;
        display: block;
    }

.consist-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(10px, 1.5vw, 14px);
    font-weight: bold;
    color: white;
    text-align: center;
    width: 90%;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(10px, 1.5vw, 14px);
    font-weight: bold;
    color: #1565c0;
    text-align: center;
    width: 90%;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Enhanced Responsive styles for all screen sizes */
@media (max-width: 1600px) {
    .banner-container {
        max-width: 95%;
        height: auto;
        min-height: 80vh;
    }

    .nav-section {
        margin-top: -80px;
    }

    .button-backdrop {
        width: 160px;
    }
}

@media (max-width: 1200px) {
    .banner-section {
        height: auto;
        min-height: 75vh;
    }

    .banner-container {
        height: auto;
        min-height: 75vh;
    }

    .nav-menu-item {
        width: 170px;
        min-height: 190px;
    }

    .about-title span {
        font-size: 2.2rem;
    }

    .about-title strong {
        font-size: 2.7rem;
    }

    .about-section {
        padding: 60px 0;
    }
    .banner-image {
        width: 80%;
        height: 80%;
        object-fit: contain;
        /* Adjust for portrait orientation in mobile */
       /* object-position: center 20%;*/
        left: 59px;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        height: 80px;
    }

    .banner-section {
        height: auto;
        min-height: 70vh;
    }

    .banner-container {
        height: auto;
        min-height: 70vh;
    }

    .banner-image {
        width: 80%;
        height: 80%;
        object-fit: contain;
    }

    .nav-menu-item {
        width: 160px;
        min-height: 180px;
    }

    .icon-container {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    .nav-section {
        margin-top: -70px;
    }

    .nav-container {
        gap: 15px;
    }

    .consist-btn {
        bottom: 43%;
        left: 8%;
    }

        .consist-btn img {
            height: 55px;
        }

    .cta-text {
        font-size: 24px;
    }

    .button-backdrop {
        width: 150px;
    }

    .action-label {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 70px;
    }

   body .banner-section {
        height: auto;
        min-height: 60vh;
        margin: 0px 56px !important;
    }

    .banner-container {
        height: auto;
       /* min-height: 60vh;*/
       min-height:40vh;
    }
    .image-button img {
        height: 40px;
        /* width: auto; */
        width: 205px;
        display: block;
    }

    .banner-image {
        width: 80%;
        height: 80%;
        object-fit: contain;
        object-position: center;
    }

    .consist-btn {
        bottom: 25px;
        left: 25px;
        top:79%;
    }

        .consist-btn img {
            height: 50px;
        }

    .nav-menu-item {
        min-height: 170px;
        width: 140px;
        padding: 60px 10px 15px;
    }

    .icon-container {
        width: 90px;
        height: 90px;
        top: -45px;
    }

    .nav-menu-item h4 {
        font-size: 15px;
    }

    .nav-section {
        margin-top: -60px;
    }

    .nav-container {
        gap: 30px;
        padding: 0 15px;
    }

    .disclaimer-container {
        flex-direction: column;
        padding: 12px 20px;
    }

    .disclaimer-title {
        margin-bottom: 5px;
    }

    .disclaimer-text {
        max-width: 100%;
    }

    .about-title span, .about-title strong {
        font-size: 2rem;
    }

    .about-section {
        padding: 40px 0;
    }

    .text-section {
        margin-top: 30px;
    }

    .social-container {
        flex-direction: column;
        gap: 0.5rem;
    }

    .social-text {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .footer-nav {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .separator {
        display: none;
    }

    .logo {
        max-width: 120px;
    }

    .banner {
        flex-direction: column;
        gap: 15px;
    }

    .image-button img {
        height: 35px;
    }

    .button-text {
        font-size: 12px;
    }

    .cta-text {
        font-size: 20px;
    }

    .button-backdrop {
        width: 140px;
    }

    .action-label {
        font-size: 14px;
    }

    .overlay-content {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 85%;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
       /* height: 60px;*/
       height:44px;
    }

    .banner-section {
        height: auto;
        min-height: 50vh;
    }

    .banner-container {
        height: auto;
        /*min-height: 50vh;*/
        min-height:30vh;
    }

    .banner-image {
        width: 80%;
        height: 80%;
        object-fit: contain;
        object-position: center;
    }

    .consist-btn {
        bottom: 108px;
        left: 15px;
    }
    .consist-button-text {
        font-size: 10px;
        top: 18px;
    }

    .consist-btn img {
        /*height: 45px;*/
        height: 35px;
    }

    .nav-menu-item {
        min-height: 150px;
        width: 130px;
        padding: 50px 8px 10px;
    }

    .icon-container {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .nav-menu-item h4 {
        font-size: 14px;
    }

    .read-more {
        font-size: 12px;
    }

    .nav-container {
        gap: 40px;
        justify-content: space-around;
    }

    .nav-section {
        margin-top: -50px;
        padding: 0 10px;
    }

    .image-button img {
        height: 30px;
    }

    .button-text {
        font-size: 10px;
        padding: 1px 3px;
    }

    .cta-text {
        font-size: 18px;
    }

    .button-backdrop {
        width: 120px;
    }

    .action-label {
        font-size: 14px;
    }

    .cta-wrapper {
        margin-top: 10px;
        margin-left: 0;
    }

    .about-title span {
        font-size: 1.8rem;
    }

    .about-title strong {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        gap: 45px;
        flex-wrap: wrap;
    }

    .nav-menu-item {
        width: 120px;
        min-height: 140px;
    }

    .banner-section {
        height: auto;
        min-height: 45vh;
        margin:0px 18px !important;
    }

    .banner-container {
        height: auto;
        min-height: 45vh;
        margin-left:-22%;
    }

    .banner-image {
        width: 80%;
        height: 80%;
        object-fit: contain;
        /* Adjust for portrait orientation in mobile */
        object-position: center 20%;
        left:59px;
    }

    .about-title span {
        font-size: 1.6rem;
    }

    .about-title strong {
        font-size: 2rem;
    }

    .cta-container {
        padding: 25px 15px;
    }

    .cta-text {
        font-size: 16px;
    }

    .overlay-content {
        width: 90%;
    }
}

@media (max-width: 400px) {
    .navbar-brand img {
        height: 50px;
    }

    .nav-link {
        margin: 0 5px;
        font-size: 14px;
    }

    .banner-section {
        height: auto;
        min-height: 40vh;
    }

    .banner-container {
        height: auto;
        min-height: 40vh;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center 20%;
        left:-2px;

    }

    .nav-menu-item {
        min-height: 140px;
        width: 110px;
        padding: 45px 6px 6px;
    }

    .icon-container {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .nav-menu-item h4 {
        font-size: 13px;
    }

    .read-more {
        font-size: 11px;
    }

    .nav-container {
        gap: 30px;
    }

    .nav-section {
        margin-top: -45px;
    }

    .banner {
        padding: 10px;
    }

    .image-button img {
        height: 25px;
    }

    .button-text {
        font-size: 8px;
        padding: 1px 2px;
    }

    .button-backdrop {
        width: 100px;
    }

    .action-label {
        font-size: 12px;
    }
    .image-button img{
        height:25px;
        width:152px;
    }
}

@media (max-width: 320px) {
    .banner-section {
        height: auto;
        min-height: 35vh;
    }

    .banner-container {
        height: auto;
        min-height: 35vh;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 20%;
    }

    .nav-container {
        gap: 25px;
    }

    .nav-menu-item {
        width: 100px;
        min-height: 130px;
    }

    .icon-container {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .cta-text {
        font-size: 14px;
    }

    .button-backdrop {
        width: 90px;
    }

    .action-label {
        font-size: 10px;
    }
}

/* Support for very large screens */
@media (min-width: 1800px) {
    .banner-container {
        max-width: 1800px;
        height: auto;
        min-height: 95vh;
    }

    .nav-container {
        max-width: 1800px;
    }

    .nav-menu-item {
        width: 200px;
        min-height: 220px;
    }

    .icon-container {
        width: 120px;
        height: 120px;
        top: -60px;
    }

    .nav-menu-item h4 {
        font-size: 18px;
    }

    .button-backdrop {
        width: 200px;
    }

    .action-label {
        font-size: 18px;
    }
}

/* Adjust for different aspect ratios */
@media (max-aspect-ratio: 2/3) {
    .banner-image {
        object-position: center 20%;
    }
}

@media (min-aspect-ratio: 16/9) {
    .banner-section {
        height: auto;
        min-height: 80vh;
    }

    .banner-container {
        height: auto;
        min-height: 80vh;
    }
}

/* Support for landscape orientation on mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .banner-section {
        height: auto;
        min-height: 100vh;
    }

    .banner-container {
        height: auto;
        min-height: 100vh;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nav-section {
        margin-top: -40px;
    }

    .nav-menu-item {
        min-height: 130px;
        padding-top: 45px;
    }

    .icon-container {
        width: 70px;
        height: 70px;
        top: -35px;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: end;
        /*margin-right: -240px;*/
      /*  margin-right: -129px;*/
      margin-right:-66px;
    }
}


/* Specific styles for 1920x1080 resolution */

@media (min-width: 1920px) {
    /* Main container style */
    .full-screen-bg {
        min-height: 100vh;
    }

    /* Banner sizing */
    .banner-section {
        /* height: 75vh;*/
        height: 60vh !important;
        max-width: 1600px !important;
  /*      margin: 0px 335px !important;*/
        margin: 0px 224px !important;
    }

    .banner-container {
        max-width: 1800px;
        height: 75vh;
    }

    .banner-image {
        object-fit: cover;
        object-position: center;
        left:0%;
        height:74vh;
        width:139vh;
    }

    /* Navbar adjustments */
    .navbar-brand img {
       /* height: 120px;*/
       /*height:75px;
       width:120px;*/
        /*margin-left:-244px;*/
     
        /*margin-left:-220px;*/
        height:63px;
        width:102px;
        margin-left:-77px;
    }

    .nav-link {
        font-size: 18px;
        margin: 0 15px;
    }

    .login-btn {
        padding: 6px 25px;
        font-size: 18px;
    }

    /* Navigation menu sizing */
    .nav-section {
        margin-top: -120px;
    }

    .nav-container {
        max-width: 1800px;
        gap: 30px;
    }

    .nav-menu-item {
        width: 220px;
        min-height: 240px;
        padding: 90px 25px 25px;
    }

    .icon-container {
        width: 130px;
        height: 130px;
        top: -65px;
    }

    .nav-menu-item h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .read-more {
        font-size: 16px;
    }

    /* CTA button sizing */
    .consist-btn {
        bottom: 35%;
        left: 10%;
    }

        .consist-btn img {
            height: 60px;
        }

    .consist-button-text {
        font-size: 16px;
    }

    /* About section */
    .about-title span {
        font-size: 3rem;
    }

    .about-title strong {
        font-size: 3.5rem;
    }

    .about-content {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    /* Banner and CTA elements */
    .cta-text {
        font-size: 32px;
    }

    .btn-wrapper img {
        max-height: 55px;
    }

    .btn-text {
        font-size: 16px;
    }

    .button-backdrop {
        width: 220px;
    }

    .action-label {
        font-size: 20px;
    }

    /* Footer */
    .logo {
        max-width: 180px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

        .social-icon img {
            width: 20px;
            height: 20px;
        }

    .footer-nav a {
        font-size: 16px;
    }

    .copyright {
        font-size: 14px;
    }

    .circle-arrow {
        width: 45px;
        height: 45px;
    }

    /* Disclaimer */
    .disclaimer-title {
        font-size: 15px;
    }

    .disclaimer-text {
        font-size: 13px;
    }
}

/* Fix for video container on larger screens */
@media (min-width: 1600px) {
    .video-container video {
        width: 100%;
        height: auto;
        max-height: 100vh;
    }

    .video-banner {
        max-height: 80vh;
    }

        .video-banner video {
            width: 100%;
            height: auto;
        }
}

/* Specific adjustments for exactly 1920x1080 */
@media (width: 1920px) and (height: 1080px) {
    .banner-section {
        height: 70vh;
        margin-bottom: 30px;
    }

    .banner-container {
        height: 70vh;
    }

    .nav-section {
        margin-top: -110px;
    }

    /* Ensure proper spacing for content areas */
    .about-section {
        padding: 100px 0;
    }

    .cta-container {
        padding: 45px 30px;
    }

    /* Adjust video aspect ratio */
    .full-height {
        height: 90vh;
    }
}
