@media screen and (min-width: 1400px) { /* Tablets and small screens */
    :root {
        --page-size: min(1vw, 20px); /* Widescreen */
        /* --theme-background: #0D0B17; */
    }

    .font-main {
        letter-spacing: 0.35rem;
    }

    .page-main-container {
        /* background-color: #191930; */
        padding: 1.8rem;
    }
    .page-container {
        width: 100vw;
        max-width: calc(var(--page-size) * 100);
        /* background-color: red; */
    }

    .banner-navbar {
        padding: 0;
    }

    .banner-top {
        height: 5rem;
    }

    .navbar-logo {
        height: 2.3rem;
    }

    .navbar-pagination li {
        font-size: 1rem;
    }

    .social-sidebar {
        /* top: 40rem; */
        top: 80vh;
        right: 2rem;
        left: auto;
        position: absolute;
    }
    .social-sidebar ul {
        gap: 1.8rem;
        display: flex;
        flex-direction: row;
        padding-left: 2rem;
    }

    .social-sidebar img {
        width: 1.5rem;
    }

    .sidebar-arrow-li {
        display: none !important;
    }

    .sidebar-map-li {
        display: flex !important;
    }

    section:first-of-type {
        margin-top: -4rem;
    }

    .hero-icons {
        margin-top: 4.5rem;
        margin-bottom: 2.5rem;
    }

    .hero-content h1 {
        font-size: 10rem;
        /* letter-spacing: 0.35rem; */
    }

    .hero-content h1 span {
        font-size: 9.3rem;
        /* letter-spacing: 0; */
        /* font-size: 9.6rem; */
        /* letter-spacing: 0.5rem; */
    }

    .icon-circle {
        width: 4rem;
    }

    .hero-button {
        padding: 0.6rem 1.3rem;
    }

    .hero-button span {
        font-size: 1rem;
    }

    .hero-button-container {
        margin-top: 2rem;
    }


    .section-hero {
        margin-bottom: 10rem;
    }

    .section-intro {
        padding-top: 4rem;
        margin-top: 10rem;
        /* background-size: cover; */
        /* background-position: top 100% right 100%; */
    }

    .video-thumbnail {
        aspect-ratio: 16/9;
        max-width: none;
        /* width: 55rem; */
        border-radius: 1.5rem;

        width: auto;
        height: 90vh;
    }

    .section-intro .section-title {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }

    .about-camel-agency-glow {
        bottom: -6rem;
    }

    .section-about-camel-agency {
        padding-top: 15rem; /* Scrolling respects padding but ignores margins */
        margin-top: -5rem;
        margin-bottom: 10rem;
    }

    

    .section-our-services {
        padding: 0rem 4rem;
        gap: 0;
    }

    .services-button {
        padding: 0.5rem 1rem;
        width: 13rem;
        border-color: var(--icon-orange);
    }

    .services-cards {
        flex-wrap: wrap;
        width: 55%;
    }

    .services-main-container {
        margin-bottom: 3rem;
    }

    .services-hoof-grid.hoof-grid-left {
        top: 13rem;
        left: 0.7rem;
    }

    .services-hoof-grid.grid-right {
        position: absolute;
        right: 26rem;
        top: -4rem;
    }

    .section-projects {
        padding: 0;
        margin: 10rem 0;
    }

    .section-clients {
        margin: 5rem 0;
    }

    .section-clients-holder {
        padding: 0;
        margin: 0;
        gap: 3rem;
    }

    .clients-container {
        width: 60rem;
        height: 32rem;
    }


    /* TEMP */
    .about-camel-agency-description {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .about-camel-agency-description p {
        line-height: 1.3rem; 
    }
    .about-camel-agency-description h2 {
        width: auto;
    }
    .about-camel-agency-description h2.highlight {
        color: inherit;
    }

    .about-camel-agency-description-text {
        gap: 2rem;
    }

    .about-camel-agency-count {
        font-size: 3.7rem;
    }

    .about-camel-agency-countries {
        gap: 2rem;
    }

    .about-camel-agency-overlay {
        padding-left: 2rem;
    }

    .about-camel-agency-overlay-holder {
        gap: 1rem;
    }

    .country span {
        font-size: 3.5rem;
    }

    .country small {
        font-size: 0.7rem;
        letter-spacing: 0;
        font-weight: 100;
        /* color: var(--icon-pink) */
    }
    
    .heading {
        font-size: 3.5rem;
    }

    .contact-buttons-container {
        width: 60%;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .hoof-tracks-holder {
        margin-bottom: 0;
    }

    .contact-button {
        padding: 0.5rem 1rem;
    }

    .section-contact .hero-button {
        margin: 1.5rem 0;
    }

    .contact-button span {
        font-size: 1rem;
    }

    .copyright-footer {
        font-size: 1rem;
    }

    .colab-header { /* Override .heading */
        font-size: 11rem;
    }
}