/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .navbar-brand,
.navbar .navbar-phone {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
/* Sticky Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-item {
    position: relative;
    height: 85vh;
    min-height: 650px;
}

.header-carousel .owl-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        height: 70vh;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}
@media (max-width: 575.98px) {

    /* Smaller green icon box */
    .btn-lg-square {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;

        flex-shrink: 0 !important;
    }

    /* Smaller icon inside */
    .btn-lg-square i {
        font-size: 14px !important;
    }

    /* Move text closer to icon */
    .feature-text .ms-4 {
        margin-left: 10px !important;
    }

    /* Smaller text */
    .feature-text .d-flex h5 {
        font-size: 14px !important;
        line-height: 1.1;
    }
}

/*** Project Portfolio ***/
.portfolio-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.portfolio-img {
    position: relative;
}

.portfolio-cat {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 24px;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/*** Footer ***/
.footer {
    background-color: #1F4D2B !important;
    color: #ffffff;
}

.footer-logo {
    max-height: 70px;
    width: auto;
}

.footer h3 {
    color: #F5E6A1;
}

.footer p,
.footer .fa {
    color: #ffffff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #F5E6A1;
}

.footer .btn.btn-link:hover {
    color: #F5E6A1;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(245, 230, 161, .25);
}

.footer .copyright a {
    color: #F5E6A1;
}

.footer .copyright a:hover {
    color: #ffffff;
}
/* Navbar Logo Responsive */
.navbar-brand img {
    max-height: 70px;
    width: auto;
    transition: 0.3s ease;
      margin-left: -25px;
}
.footer-logo {
    max-height: 120px;
    width: auto;
}

/* Proper Contact Alignment */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-contact-item i {
    min-width: 20px;
    margin-top: 5px;
    color: #ffffff;
}

.footer-contact-item span {
    flex: 1;
    line-height: 1.3;
}
/* Tablet */
@media (max-width: 991.98px) {
    .navbar-brand img {
        max-height: 50px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .navbar-brand img {
        max-height: 60px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .navbar-brand img {
        max-height: 50px;
    }
}
/* Mazat Theme Color Override */
:root {
    --bs-primary: #F5E6A1;
    --bs-primary-rgb: 245, 230, 161;
    --bs-dark: #1F4D2B;
}

.text-primary {
    color: #F5E6A1 !important;
}

.bg-primary {
    background-color: #F5E6A1 !important;
}

.border-primary {
    border-color: #F5E6A1 !important;
}

.btn-primary {
    color: #1F4D2B !important;
    background-color: #F5E6A1 !important;
    border-color: #F5E6A1 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #1F4D2B !important;
    background-color: #E8D98C !important;
    border-color: #E8D98C !important;
}

.btn-outline-primary {
    color: #F5E6A1 !important;
    border-color: #F5E6A1 !important;
}

.btn-outline-primary:hover {
    color: #1F4D2B !important;
    background-color: #F5E6A1 !important;
    border-color: #F5E6A1 !important;
}

a {
    color: #F5E6A1;
}

a:hover {
    color: #E8D98C;
}

.spinner-border.text-primary {
    color: #F5E6A1 !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #1F4D2B !important;
    background-color: #F5E6A1 !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #F5E6A1 !important;
    box-shadow: 0 0 0 .25rem rgba(245, 230, 161, .25) !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.footer .btn.btn-link:hover,
.footer .copyright a {
    color: #F5E6A1 !important;
}

.back-to-top {
    background-color: #F5E6A1 !important;
    border-color: #F5E6A1 !important;
    color: #1F4D2B !important;
}
/* Green Icon Boxes */
.btn-lg-square.bg-primary,
.btn-square.bg-primary,
.btn-sm-square.bg-primary {
    background-color: #1F4D2B !important;
}








/* Expertise CTA Image Fade Slider */
.expertise-cta-slider {
    overflow: hidden;
    min-height: 400px;
}

.expertise-cta-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.expertise-cta-img.active {
    opacity: 1;
}



/* Expanding Projects Section */
.expanding-projects-section {
    width: 100%;
    background-color: #ffffff;
}

.projects-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.project-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 21 / 7;
    overflow: hidden;
}

.project-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    background: rgba(0, 0, 0, 0.25);
}

.project-name {
    color: #ffffff;
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.project-read-more-btn,
.project-read-less-btn {
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.project-read-more-btn {
    color: #ffffff;
    align-self: flex-end;
}

.project-details-panel {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    transition: max-height 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.project-box.active .project-details-panel {
    max-height: 600px;
}

.project-details-content {
    padding: 60px 0;
    max-width: 850px;
}

.project-details-title {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #1F4D2B;
    font-weight: 400;
    text-transform: uppercase;
}

.project-details-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444444;
}

.project-read-less-btn {
    color: #1F4D2B;
    margin-top: 30px;
    border-bottom: 1px solid #1F4D2B;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    .project-image-container {
        aspect-ratio: 16 / 9;
    }

    .project-image-overlay {
        padding: 30px;
    }

    .project-details-content {
        padding: 45px 0;
    }
}




/* Editorial Projects Section */
.editorial-projects-section {
    background: #ffffff;
    padding: 90px 0;
    overflow: hidden;
}

/* Container spacing */
.editorial-projects-section .container-xxl {
    padding-left: 52px;
    padding-right: 52px;
}

/* Heading */
.editorial-projects-heading {
    margin-bottom: 35px;
}

.editorial-projects-heading h1 {
    font-size: clamp(3rem, 5vw, 7rem);
    line-height: 0.95;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    max-width: 1700px;
}

/* Divider */
.editorial-divider {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.15);
    margin-bottom: 40px;
}

/* Grid */
.editorial-projects-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1.3fr 0.8fr 1.2fr;
    gap: 14px;
    align-items: start;
}

/* Item */
.editorial-project-item {
    display: block;
    text-decoration: none;
    opacity: 1;
    filter: grayscale(0);
    transition: opacity 0.45s ease,
                filter 0.45s ease,
                transform 0.45s ease;
}

/* Image */
.editorial-project-image {
    overflow: hidden;
    background: #f4f4f4;
}

.editorial-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    display: block;
    transition: transform 0.7s ease;
}

/* Featured Center Project */
.featured-project .editorial-project-image img {
    aspect-ratio: 4 / 6;
}

/* Content */
.editorial-project-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
}

.project-number {
    font-size: 2.6rem;
    line-height: 1;
    color: #000000;
}

.project-text h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 4px;
}

.project-text p {
    font-size: 13px;
    color: #666666;
    margin: 0;
}

/* Hover Effect */

/* Default all normal */
.editorial-project-item {
    opacity: 1;
    filter: grayscale(0);
}

/* Only activate when an actual project item is hovered */
.editorial-projects-grid:has(.editorial-project-item:hover) .editorial-project-item {
    opacity: 0.35;
    filter: grayscale(1);
}

/* Keep hovered item original */
.editorial-projects-grid:has(.editorial-project-item:hover) .editorial-project-item:hover {
    opacity: 1 !important;
    filter: grayscale(0) !important;
    transform: translateY(-8px);
}

/* Zoom only hovered image */
.editorial-project-item:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 1399.98px) {

    .editorial-projects-section .container-xxl {
        padding-left: 42px;
        padding-right: 42px;
    }
}

@media (max-width: 991.98px) {

    .editorial-projects-section {
        padding: 70px 0;
    }

    .editorial-projects-section .container-xxl {
        padding-left: 24px;
        padding-right: 24px;
    }

    .editorial-projects-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .featured-project .editorial-project-image img {
        aspect-ratio: 4 / 5;
    }
}

@media (max-width: 575.98px) {

    .editorial-projects-section .container-xxl {
        padding-left: 18px;
        padding-right: 18px;
    }

    .editorial-projects-grid {
        grid-template-columns: 1fr;
    }

    .editorial-projects-heading h1 {
        line-height: 1;
    }

    .project-number {
        font-size: 2rem;
    }
}


/* Keep normal Bootstrap alignment on larger screens */
@media (min-width: 1400px) {
    .editorial-projects-section .container-xxl {
        max-width: 1320px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
/* =========================
   EDITORIAL PROJECTS MOBILE FIX
========================= */

@media (max-width: 575.98px) {

   

    .editorial-projects {
        width: 100%;
        overflow-x: hidden;
    }

    .editorial-projects .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

   .editorial-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}
.editorial-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 4rem;
    overflow: visible !important;
    box-sizing: border-box;
}

    .editorial-item .img-wrapper {
        width: 100% !important;
        max-width: 100% !important;
      
    }

    .editorial-item .img-wrapper img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
      
        object-fit: cover;
    }

    
}



/* Service Hero */
.service-hero-section {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 600px;
    overflow: hidden;
}

.service-hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
}

.service-hero-content h1 {
    color: #ffffff;
    font-size: clamp(3rem, 7vw, 7rem);
    text-transform: uppercase;
    line-height: 0.95;
    max-width: 900px;
}

/* Other Services */
.other-services-section {
    padding: 80px 0;
}

.other-services-heading {
    margin-bottom: 50px;
}

.other-services-heading h2 {
    color: #1F4D2B;
}

.other-service-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.other-service-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.other-service-card h3 {
    margin-top: 18px;
    color: #000000;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.other-service-card:hover img {
    transform: scale(1.06);
}

@media (max-width: 991.98px) {

    .service-hero-section {
        height: 60vh;
        min-height: 500px;
    }

    .other-service-card img {
        height: 260px;
    }
}

@media (max-width: 575.98px) {

    .service-hero-section {
        min-height: 420px;
    }

    .service-hero-content h1 {
        line-height: 1;
    }
}









/* Quick Info Strip */
.mscb-project-info-strip {
    background: #fff;
    border-bottom: 1px solid #e1e5e8;
}

.mscb-project-info-strip .container-xxl,
.mscb-project-about .container-xxl,
.mscb-project-numbers .container-xxl {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

.mscb-info-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #e1e5e8;
}

.mscb-info-strip-item {
    padding: 42px 48px;
    border-right: 1px solid #e1e5e8;
}

.mscb-info-strip-item span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 12px;
}

.mscb-info-strip-item h3 {
    font-size: 24px;
    font-weight: 400;
    color: #263b44;
    margin: 0;
}

/* About */
.mscb-project-about {
    padding: 95px 0 80px;
    background: #fff;
}

.mscb-project-about h2,
.mscb-project-numbers h2 {
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -2px;
    color: #050505;
    margin: 0;
}

.mscb-about-copy {
    max-width: 620px;
}

.mscb-about-copy p {
    font-size: 16px;
    line-height: 1.55;
    color: #222;
    margin: 0 0 18px;
}

/* Numbers */
.mscb-project-numbers {
    padding: 80px 0 110px;
    background: #fff;
}

.mscb-numbers-list {
    max-width: 860px;
    margin: 0 auto;
}

.mscb-number-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 45px 0;
    border-bottom: 1px solid #dfe3e6;
}

.mscb-number-row:first-child {
    border-top: 1px solid #dfe3e6;
}

.mscb-number-main {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.mscb-number-main strong {
    font-size: clamp(52px, 7vw, 76px);
    line-height: 1;
    font-weight: 600;
    color: #1F4D2B;
    letter-spacing: -3px;
}

.mscb-number-main span {
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    font-weight: 300;
    color: #263b44;
    letter-spacing: -2px;
}

.mscb-number-row p {
    font-size: 18px;
    line-height: 1.45;
    color: #263b44;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .mscb-info-strip-grid {
        grid-template-columns: 1fr;
        border-left: none;
    }

    .mscb-info-strip-item {
        padding: 30px 24px;
        border-right: none;
        border-bottom: 1px solid #e1e5e8;
    }

    .mscb-project-about {
        padding: 70px 0 60px;
    }

    .mscb-project-about h2 {
        margin-bottom: 28px;
    }

    .mscb-project-numbers {
        padding: 60px 0 80px;
    }

    .mscb-numbers-list {
        max-width: 100%;
    }

    .mscb-number-row {
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .mscb-project-info-strip .container-xxl,
    .mscb-project-about .container-xxl,
    .mscb-project-numbers .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mscb-info-strip-item h3 {
        font-size: 20px;
    }

    .mscb-about-copy p {
        font-size: 15px;
        line-height: 1.5;
    }

    .mscb-number-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 34px 0;
    }

    .mscb-number-main strong {
        letter-spacing: -2px;
    }

    .mscb-number-row p {
        font-size: 15px;
        line-height: 1.45;
    }
}


/* Full Width Gallery */
.mscb-full-gallery {
    width: 100%;
    background: #fff;
}

.mscb-gallery-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mscb-gallery-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
}

.mscb-gallery-image:hover img {
    transform: scale(1.03);
}

/* Optional cinematic dark overlay */
.mscb-gallery-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

/* Responsive */
@media (max-width: 991px) {
    .mscb-gallery-image img {
        height: 75vh;
    }
}

@media (max-width: 767px) {
    .mscb-gallery-image img {
        height: 58vh;
    }
}


/* Project Video Section */
.mscb-project-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    overflow: hidden;
    background: #000;
}

.mscb-project-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mscb-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.42) 42%,
        rgba(0, 0, 0, 0.12) 100%
    );
    z-index: 1;
}

.mscb-video-content {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mscb-video-content span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
    opacity: 0.85;
}

.mscb-video-content h2 {
    max-width: 660px;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 1.02;
    font-weight: 300;
    letter-spacing: -3px;
    color: #ffffff;
    margin: 0 0 24px;
}

.mscb-video-content p {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 34px;
}

.mscb-video-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mscb-video-btn,
.mscb-video-icon-btn {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mscb-video-btn {
    padding: 15px 24px;
    font-size: 14px;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.mscb-video-icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mscb-video-btn:hover,
.mscb-video-icon-btn:hover {
    background: #ffffff;
    color: #000000;
}

/* Video Popup */
.mscb-video-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.mscb-video-popup.active {
    display: flex;
}

.mscb-popup-video {
    width: 100%;
    max-width: 1100px;
    max-height: 82vh;
    object-fit: contain;
    background: #000;
}

.mscb-video-close {
    position: absolute;
    top: 28px;
    right: 32px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}

.mscb-video-close:hover {
    background: #ffffff;
    color: #000000;
}

/* Responsive */
@media (max-width: 767px) {
    .mscb-project-video-section {
        height: 78vh;
        min-height: 560px;
    }

    .mscb-video-content {
        padding: 0 20px;
    }

    .mscb-video-content h2 {
        letter-spacing: -2px;
    }

    .mscb-video-content p {
        font-size: 14px;
    }

    .mscb-video-popup {
        padding: 18px;
    }

    .mscb-video-close {
        top: 18px;
        right: 18px;
    }
}






/* Apartment Gallery */
.mscb-apartment-gallery {
    padding: 90px 0;
    background: #fff;
}

.mscb-apartment-gallery .container-xxl {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

.mscb-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.mscb-gallery-item {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.mscb-gallery-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.mscb-gallery-item:hover img {
    transform: scale(1.03);
}

/* Hidden Gallery */
.mscb-hidden-gallery {
    display: none;
}

/* Button */
.mscb-gallery-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.mscb-gallery-btn {
    min-width: 190px;
    height: 54px;
    border: 1px solid #F5E6A1;
    background: #F5E6A1;
    color: #1F4D2B;
      font-family: 'Anton', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mscb-gallery-btn:hover {
    background: #E8D98C;
    border-color: #E8D98C;
    color: #1F4D2B;
}
.mscb-hidden-gallery {
    display: none;
}

.mscb-hidden-gallery.active {
    display: block;
}
/* Responsive */
@media (max-width: 991px) {
    .mscb-apartment-gallery {
        padding: 70px 0;
    }

    .mscb-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .mscb-gallery-item img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .mscb-apartment-gallery {
        padding: 55px 0;
    }

    .mscb-apartment-gallery .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mscb-gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mscb-gallery-item img {
        height: 340px;
    }

    .mscb-gallery-btn {
        width: 100%;
    }
}



/* Gallery Popup */
.mscb-gallery-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.mscb-gallery-popup.active {
    opacity: 1;
    visibility: visible;
}

.mscb-gallery-popup img {
    width: auto;
    max-width: 92%;
    max-height: 88vh;
    object-fit: contain;

    transform: scale(0.92);
    transition: transform 0.35s ease;
}

.mscb-gallery-popup.active img {
    transform: scale(1);
}

.mscb-gallery-close {
    position: absolute;
    top: 28px;
    right: 28px;

    width: 52px;
    height: 52px;

    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);

    background: transparent;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: all 0.3s ease;

    font-size: 16px;
}

.mscb-gallery-close:hover {
    background: #fff;
    color: #000;
}

/* Make gallery items clickable */
.mscb-gallery-item {
    cursor: pointer;
}




/* =========================
   1. MAIN SECTION
========================= */
.editorial-projects {
    padding: 120px 0 130px 0; /* reduced top space */
    background-color: #ffffff;
    overflow: hidden;
}

/* =========================
   2. HEADING
========================= */
.editorial-projects h1 {
    
    margin-bottom: 90px;
    color: #000000;
    line-height: 1.1;
    max-width: 1400px;
 
  
}
/* =========================
   3. GRID
========================= */
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 40px;
    row-gap: 120px; /* balanced spacing */
    align-items: start;
    position: relative;
}

/* =========================
   4. ITEMS
========================= */
.editorial-item {
    position: relative;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-item.active {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   5. NUMBER STYLE
========================= */
.item-number {
    font-size: 7rem; /* reduced size */
    font-weight: 900;
    position: absolute;
    top: -45px;
    left: -20px;
    z-index: 10;
    color: #060606;
    line-height: 1;
    pointer-events: none;
}

/* =========================
   6. IMAGE WRAPPER
========================= */
.img-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-radius: 2px;
}

.img-wrapper img {
    width: 100%;
    display: block;
   
    transition: all 0.7s ease;
}

.editorial-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* =========================
   7. STAGGERED LAYOUT
========================= */

/* IMAGE 1 - slightly smaller */
.item-1 {
    grid-column: 1 / span 5;
    margin-top: 0;
}

/* IMAGE 2 - bigger */
.item-2 {
    grid-column: 7 / span 6;
    margin-top: 90px;
}

/* IMAGE 3 - biggest */
.item-3 {
    grid-column: 1 / span 6;
    margin-top: -10px; /* brings it closer like 1 & 2 */
}

/* IMAGE 4 - smaller */
.item-4 {
    grid-column: 8 / span 5;
    margin-top: 90px; /* same alignment feeling as top row */
}

/* =========================
   8. TEXT CONTENT
========================= */
.item-text {
    margin-top: 28px;
    padding-left: 20px;
    border-left: 3px solid #000;
}

.subtitle {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.72rem;
    color: #777;
    margin-bottom: 10px;
}

.title {
  
    color: #001d3d;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 1.1;
}

.look-link {
    font-size: 0.9rem;
    text-decoration: underline;
    font-weight: 700;
    color: #000;
    display: inline-block;
    transition: all 0.3s ease;
}

.look-link:hover {
    transform: translateX(5px);
}

/* =========================
   9. RESPONSIVE
========================= */
@media (max-width: 991px) {

    .editorial-projects {
        padding: 90px 0 90px 0;
    }

    .editorial-projects h1 {
        margin-bottom: 60px;
        line-height: 1.05;
    }

    .editorial-grid {
        row-gap: 80px;
    }

    .editorial-item {
        grid-column: 1 / span 12 !important;
        margin-top: 0 !important;
    }

    .item-number {
        font-size: 5rem;
        top: -25px;
        left: -5px;
    }

    .title {
        font-size: 1.3rem;
    }
}




/* Villa Showcase Section */
.villa-showcase-section {
    width: 100%;
    overflow: hidden;
}

.villa-showcase-item {
    position: relative;
    overflow: hidden;
}

.villa-showcase-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Full width images */
.villa-showcase-large {
    height: 75vh;
    min-height: 520px;
}

/* Two column grid */
.villa-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.villa-showcase-grid .villa-showcase-item {
    height: 520px;
}

/* Dark overlay */
.villa-showcase-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.55)
    );
    z-index: 1;
}

/* Text */
.villa-showcase-content {
    position: absolute;
    left: 60px;
    bottom: 60px;
    max-width: 680px;
    z-index: 2;
    color: #fff;
}

.villa-showcase-content h1 {
    font-family: 'Anton', sans-serif;
    font-size: 64px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.villa-showcase-content h3 {
    font-family: 'Anton', sans-serif;
    font-size: 34px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
}

.villa-showcase-content p {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #fff;
}

/* CTA Button */
.villa-showcase-btn {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 2;
    background: var(--primary);
    color: #fff;
    padding: 18px 34px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.villa-showcase-btn:hover {
    background: #F5E6A1;
    color: #1F4D2B;
}

/* Responsive */
@media (max-width: 991px) {
    .villa-showcase-large {
        height: 620px;
    }

    .villa-showcase-grid {
        grid-template-columns: 1fr;
    }

    .villa-showcase-grid .villa-showcase-item {
        height: 500px;
    }

    .villa-showcase-content {
        left: 30px;
        right: 30px;
        bottom: 40px;
    }

    .villa-showcase-content h1 {
        font-size: 46px;
    }

    .villa-showcase-content h3 {
        font-size: 30px;
    }

    .villa-showcase-btn {
        left: 30px;
        right: auto;
        bottom: 30px;
    }
}

@media (max-width: 575px) {
    .villa-showcase-large,
    .villa-showcase-grid .villa-showcase-item {
        height: 460px;
        min-height: 460px;
    }

    .villa-showcase-content h1 {
        font-size: 34px;
    }

    .villa-showcase-content h3 {
        font-size: 25px;
    }

    .villa-showcase-content p {
        font-size: 15px;
    }
}
/* Fix CTA stacking on tablet/mobile */
@media (max-width: 991px) {

    .villa-showcase-large:last-child .villa-showcase-content {
        bottom: 125px;
    }

    .villa-showcase-large:last-child .villa-showcase-btn {
        left: 30px;
        right: auto;
        bottom: 45px;
    }
}

@media (max-width: 575px) {

    .villa-showcase-large:last-child .villa-showcase-content {
        bottom: 115px;
    }

    .villa-showcase-large:last-child .villa-showcase-content h3 {
        font-size: 28px;
        line-height: 1.15;
    }

    .villa-showcase-large:last-child .villa-showcase-content p {
        font-size: 15px;
        line-height: 1.55;
        max-width: 92%;
    }

    .villa-showcase-large:last-child .villa-showcase-btn {
        left: 30px;
        bottom: 35px;
        padding: 14px 26px;
    }
}
@media (max-width: 975px) {

    .villa-showcase-large:last-child .villa-showcase-btn {
        left: 5px;
        bottom: 35px;
        padding: 14px 26px;
    }

}



/* =========================
   CONTACT MINIMAL SECTION
========================= */

.mazat-contact-minimal {
  padding: 7rem 0 5rem;
  background: #ffffff;
}

.mazat-contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 6rem;
  min-height: 620px;
}

/* LEFT */

.mazat-contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mazat-contact-left h1 {
  
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.95;
  color: #111111;
  
  margin: 0 0 1.6rem;
 
}

.mazat-contact-left p {
  max-width: 280px;
  font-size: 1rem;
  line-height: 1.6;
  color: #222222;
  margin: 0;
}

/* SOCIALS */

.mazat-contact-socials {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.mazat-contact-socials a {
  color: #111111;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: 0.3s ease;
}

.mazat-contact-socials a:hover {
  color: #c9a45c;
}

/* RIGHT */

.mazat-contact-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mazat-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 6rem;
  margin-bottom: 4rem;
}

.mazat-contact-info-item span {
  display: block;
  color: #9b9b9b;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  text-transform: lowercase;
}

.mazat-contact-info-item a,
.mazat-contact-info-item p {
  display: block;
  color: #111111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  transition: 0.3s ease;
}

.mazat-contact-info-item a:hover {
  color: #c9a45c;
}

/* IMAGE */

.mazat-contact-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.mazat-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1600px) {
  .mazat-contact-layout {
    gap: 8rem;
    min-height: 680px;
  }

  .mazat-contact-image {
    height: 420px;
  }
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1200px) {
  .mazat-contact-layout {
    grid-template-columns: 0.8fr 1.3fr;
    gap: 4rem;
  }

  .mazat-contact-info-grid {
    gap: 2.5rem 4rem;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .mazat-contact-minimal {
    padding: 5rem 0 4rem;
  }

  .mazat-contact-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
    min-height: auto;
  }

  .mazat-contact-left {
    gap: 3rem;
  }

  .mazat-contact-info-grid {
    gap: 2rem;
  }

  .mazat-contact-image {
    height: 340px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 640px) {
  .mazat-contact-minimal {
    padding: 4rem 0 3rem;
  }

  .mazat-contact-left h2 {
    font-size: 3rem;
  }

  .mazat-contact-left p {
    max-width: 100%;
  }

  .mazat-contact-socials {
    gap: 1.4rem;
    flex-wrap: wrap;
  }

  .mazat-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .mazat-contact-image {
    height: 260px;
  }
}
/* =========================
   CONTACT MOBILE ORDER FIX
========================= */

@media (max-width: 991px) {

  .mazat-contact-layout {
    display: flex;
    flex-direction: column;
  }

  .mazat-contact-left {
    display: contents;
  }

  .mazat-contact-left > div:first-child {
    order: 1;
  }

  .mazat-contact-right {
    display: contents;
  }

  .mazat-contact-info-grid {
    order: 2;
  }

  .mazat-contact-image {
    order: 3;
  }

  .mazat-contact-socials {
    order: 4;
    margin-top: 2rem;
  }
}


/* =========================
   HIDE CONTACT ON DESKTOP
========================= */

@media (min-width: 992px) {

    .navbar-nav .nav-item:last-child {
        display: none;
    }

}
/* =========================
   FIX LOGO SPACING ON SMALLER SCREENS
========================= */

@media (max-width: 991.98px) {

    .navbar-brand {
        padding-left: 14px !important;
    }

    .navbar-brand img {
        margin-left: 0 !important;
    }

}

/* Small Mobile */
@media (max-width: 575.98px) {

    .navbar-brand {
        padding-left: 12px !important;
    }

}



/* =========================
   MAZAT ABOUT SPLIT SECTION
========================= */

.mazat-about-split {
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

.mazat-about-split-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  min-height: 540px;
}

/* LEFT IMAGE */

.mazat-about-split-left {
  position: relative;
  height: 540px;
  overflow: hidden;
}

.mazat-about-split-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* LEFT OVERLAY TEXT */

.mazat-about-split-title {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
}

.mazat-about-split-title span {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}

.mazat-about-split-title h2 {
  font-size: clamp(3.8rem, 7vw, 6.5rem);
  line-height: 1;
  margin: 0;
  color: #ffffff;
}

/* RIGHT SIDE */

.mazat-about-split-right {
  padding: 40px 0 0 70px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  column-gap: 55px;
  row-gap: 35px;
  align-content: start;
}

.mazat-about-split-heading span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1F4D2B;
  margin-bottom: 1rem;
}

.mazat-about-split-heading h3 {
  font-size: clamp(1.9rem, 2.7vw, 3.2rem);
  line-height: 1.08;
  color: #111111;
  margin: 0;
  max-width: 500px;
}

/* RIGHT IMAGE */

.mazat-about-split-image {
  height: 320px;
  overflow: hidden;
}

.mazat-about-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* COPY */

.mazat-about-split-copy {
  grid-column: 1 / 3;
  max-width: 820px;
}

.mazat-about-split-copy p {
  font-size: 1rem;
  line-height: 1.75;
  color: #222222;
  margin: 0 0 1.5rem;
}

/* UNDERLINE LINK */

.mazat-about-more {
     font-family: 'Anton', sans-serif;
  display: inline-block;
  color: #1F4D2B;
  text-decoration: none;
 
  text-transform: uppercase;
 
  border-bottom: 1px solid #111111;
  padding-bottom: 5px;
  transition: 0.3s ease;
}

.mazat-about-more:hover {
  color: #F5E6A1;
  border-color: #F5E6A1;
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1200px) {

  .mazat-about-split-grid {
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 500px;
  }

  .mazat-about-split-left {
    height: 500px;
  }

  .mazat-about-split-right {
    padding-left: 45px;
    column-gap: 35px;
  }

  .mazat-about-split-image {
    height: 280px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

  .mazat-about-split {
    padding: 70px 0;
  }

  .mazat-about-split-grid {
    grid-template-columns: 1fr;
  }

  .mazat-about-split-left {
    height: 420px;
  }

  .mazat-about-split-right {
    padding: 45px 0 0;
    grid-template-columns: 1fr 0.9fr;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {

  .mazat-about-split {
    padding: 55px 0;
  }

  .mazat-about-split-left {
    height: 340px;
  }

  .mazat-about-split-title h2 {
    font-size: 3.8rem;
  }

  .mazat-about-split-right {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .mazat-about-split-copy {
    grid-column: auto;
  }

  .mazat-about-split-image {
    height: 260px;
  }

  .mazat-about-split-heading h3 {
    font-size: 2rem;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .mazat-about-split-left {
    height: 300px;
  }

  .mazat-about-split-title h2 {
    font-size: 3rem;
  }

  .mazat-about-split-image {
    height: 220px;
  }
}
/* =========================
   ULTRA WIDE SCREEN FIX
========================= */

@media (min-width: 1700px) {

  .mazat-about-split-grid {
    max-width: 1650px;
    margin: 0 auto;
  }

  .mazat-about-split-heading h3 {
    font-size: 2rem;
    line-height: 1.02;
    max-width: 560px;
  }

  .mazat-about-split-copy {
    max-width: 760px;
  }

}


/* =========================
   NEXT PROJECT SECTION
========================= */

.mscb-next-project {
    padding: 0;
    overflow: hidden;
}

.mscb-next-project-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 82vh;
    min-height: 620px;
    text-decoration: none;
}

.mscb-next-project-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mscb-next-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s ease;
}

.mscb-next-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.68),
        rgba(0,0,0,0.18)
    );

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 5rem;
    color: #ffffff;
}

.mscb-next-project-overlay span {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.mscb-next-project-overlay h2 {
    font-size: clamp(3rem, 6vw, 6.5rem);
    line-height: 0.95;
    margin: 0 0 2rem;
    color: #ffffff;
}

.mscb-next-project-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;

    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;

    transition: 0.3s ease;
}

.mscb-next-project-wrap:hover
.mscb-next-project-image img {
    transform: scale(1.05);
}

.mscb-next-project-wrap:hover
.mscb-next-project-link {
    transform: translateX(8px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .mscb-next-project-wrap {
        height: 70vh;
        min-height: 520px;
    }

    .mscb-next-project-overlay {
        padding: 3rem;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {

    .mscb-next-project-wrap {
        height: 60vh;
        min-height: 420px;
    }

    .mscb-next-project-overlay {
        padding: 2rem;
    }

    .mscb-next-project-overlay h2 {
        font-size: 2.5rem;
    }

}