*:focus {
    outline: none;
    border: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Common fade-in styles */

.fade-in {
    opacity: 0;
    transform: translateY(40px);
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}


.section-heading {
    font-size: 4.5rem;
    margin-bottom: 40px;
    text-align: left;
    font-family: "Austin-News-Headline-Light, sans-serif";
    opacity: 0;
    transform: translateY(20px);
}

.description {
    font-weight: 500;
    /*font-family: "Euclid-Circular-A-Regular, sans-serif";*/
    transform: translateY(20px);
    line-height: 1.7;
    color: #555;
    font-family: "Inter", sans-serif;
}


.nav-pills .nav-link {
    background: #f1f1f1;
    color: #333;
    border-radius: 30px;
    padding: 8px 22px;
    margin-right: 10px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
    background: #e5e5e5;
}

.nav-pills .nav-link.active {
    background: #63b300;
    /* green color */
    color: #fff;
}

@media (max-width: 767px) {

    .slider-logo {
        bottom: 30% !important;
        left: 20px !important;
    }

    .section-heading {
        font-size: 3rem;
        line-height: 35px;
        margin-bottom: 30px !important;
    }
}

.fade-in-up-element {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-right-element {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.fade-in-right {
    opacity: 1;
    transform: translateX(0);
}

/* Banner Section */
.banner {
    height: 100vh;
    background: url('https://d2dy9w7mmecm6m.cloudfront.net/assets/images/pages/leasing/leasing-desktop-banner.jpg') no-repeat center center/cover;
    position: relative;
    color: white;
    background-attachment: fixed;
}

.parallax-banner {
    background-attachment: fixed;
}

.banner .banner-content {
    animation: fadeIn 3s ease-in-out;
    position: relative;
    position: fixed;
    z-index: 1;
    left: 7.5%;
    top: 80%;
}

.banner .banner-content .banner-subHeading {
    font-size: 2.7rem;
    line-height: 54px;
    animation: fadeIn 2.3s ease-in-out forwards;
    font-family: "Austin-News-Headline-Light, sans-serif";
    margin-bottom: 0px;
}

/* Animation Start */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation End */

/* Tablet Styles */
@media (max-width: 1024px) {
    .banner .banner-content {
        animation: fadeIn 3s ease-in-out;
        position: absolute;
        z-index: 1;
        left: 7.5%;
        top: 80%;
        width: 100%;
    }

    .banner .banner-content .banner-subHeading {
        font-size: 3rem;
        line-height: 48px;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .banner {
        background: url('https://d2dy9w7mmecm6m.cloudfront.net/assets/images/pages/leasing/leasing-mobile-banner.jpg') no-repeat center center/cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: scroll;
    }

    .banner .banner-content {
        animation: fadeIn 3s ease-in-out;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 80%;
        width: 100%;
    }

    .banner .banner-content .banner-subHeading {
        font-size: 2.5rem;
        line-height: 50px;
        margin-top: 0px;
    }
}

/* Leasing at M3M CSS Start */
.slider-logo {
    position: absolute;
    bottom: 20%;
    left: 25px;
    height: auto !important;
    max-width: 120px;
    z-index: 2;
}

.leasing-at-m3m {
    background-color: #f9f9f9 !important;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    animation: fadeIn 3s ease-in-out;
}
.left-section{
    padding: 4rem 2rem;
}

.leasing-at-m3m .left-section h4 {
    font-size: 2.7rem;
    font-weight: 500;
    font-family: "Austin-News-Headline-Light, sans-serif";
    color: #1c1c1c;
    line-height: 50px;
    margin-bottom: 20px;
}

.leasing-at-m3m .left-section h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    font-weight: 600;
}

.leasing-at-m3m .right-section .img-slider {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 550px;
    overflow: hidden;
}

.leasing-at-m3m .right-section .img-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.justify-tabs-end{
    justify-content: flex-end !important;
}

.swiper-button-next{
    display:none !important;
}

.swiper-button-prev{
     display:none !important;
}

@media (max-width: 767px) {
    
    .justify-tabs-end{
    justify-content: center !important;
}

    .left-section{
        padding: 2rem 0rem;
    }
    
    .tabs-heading{
        text-align:center;
    }

    .leasing-at-m3m {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .leasing-at-m3m .left-section h4 {
        font-size: 1.8rem;
        line-height: 35px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

/* Leasing at M3M CSS End */


/* Featured Section Start */
.featured-section {
    /*padding-top: 70px;*/
    /*padding-bottom: 55px;*/
    background-color: #fff !important;
    position: relative;
    z-index: 7;
}

.featured-section .container-fluid {
    padding-right: 0px;
    padding-left: 60px;
    position: relative;
}

.featured-section .mySwiper4 {
    width: 100%;
    height: 75vh;
    position: relative;
}

.featured-section .swiper-wrapper {
    display: flex;
}

.featured-section .swiper-slide.boxShadow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.featured-section .swiper-slide.boxShadow::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.featured-section .swiper-slide .datarr {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.featured-section .swiper-slide .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: transform 0.8s ease-in-out;
}

.featured-section .swiper-slide:hover .slider-image {
    transform: scale(1.10);
}

.featured-section .slider-content {
    width: 85%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    color: #fff;
    z-index: 2;
}

.featured-section .slider-content .slider-logo {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.featured-section .slider-content .slider-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 110px;
}

.featured-section .slider-text .heading {
    font-size: 1.4rem;
    color: #fff;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.featured-section .slider-text .description {
    font-size: 1rem;
    color: #fff;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    margin-bottom: 0px;
}

.featured-section .arrow-logo {
    width: 35px;
    height: 35px;
    color: #fff;
}

.featured-section .swiper-navigation {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70px;
}

.featured-section .swiper-navigation img {
    width: 28px;
    height: auto;
}

.featured-section .swiper-nav-left,
.featured-section .swiper-nav-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.featured-section .swiper-nav-left {
    top: 62px;
}

.featured-section .swiper-nav-right {
    left: 40px;
    top: 62px;
}

.featured-section .swiper-pagination {
    position: absolute;
    bottom: -4px;
    right: 60px;
    z-index: 10;
    text-align: end;
    margin: 0 auto;
    margin-right: 0px;
}

.featured-section .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, background-color 0.3s, border-color 0.3s, opacity 0.3s;
}

.featured-section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #58be07;
    opacity: 1;
    border: none;
    width: 50px !important;
    border-radius: 10px !important;
}

@media (max-width: 767px) {
    .featured-section {
        /*padding-top: 50px;*/
        /*padding-bottom: 50px;*/
    }

    .featured-section .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .featured-section .mySwiper4 {
        height: 50vh;
    }


    .featured-section .slider-content {
        width: 100%;
        bottom: 20px;
    }

    .featured-section .slider-content .slider-logo {
        width: 100%;
    }

    .featured-section .arrow-logo {
        width: 30px;
        height: 30px;
    }

    .featured-section .slider-content .slider-text {
        padding-left: 12px;
    }

    .featured-section .slider-text .heading {
        font-size: 1rem;
    }

    .featured-section .slider-text .description {
        font-size: 0.7rem;
    }

    .featured-section .swiper-pagination {
        position: absolute;
        bottom: -30px !important;
        display: flex;
        justify-content: center;
        z-index: 10;
        text-align: end;
        margin-left: 0;
        width: 100% !important;
    }
}
 
.brand-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

.brand-section .logo-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.brand-section .logo-slider .logo {
    display: inline-block;
    margin: 10px;
    width: 150px;
    height: auto;
    transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.brand-section .logo-slider .logo:hover {
    transform: scale(1.1);
}

.brand-section .nav-tabs {
    border: none;
    display: flex;
    justify-content: end;
}

.brand-section .nav-tabs .nav-link {
    cursor: pointer;
}

.brand-section .tab-content {
    padding-top: 20px;
}

.brand-section .tab-buttons {
    margin-top: 12px;
}

.brand-section .tab-buttons .nav-link {
    padding: 8px 20px;
    font-size: 0.9rem;
    border: none;
    margin: 0 5px;
    border-radius: 25px;
    background-color: #f1f1f1;
    color: #000;
    transition: all 0.3s ease;
    font-family: 'Euclid-Circular-A-Regular, sans-serif';
    margin-bottom: 10px;
}

.brand-section .tab-buttons .nav-link:hover,
.brand-section .tab-buttons .nav-link.active {
    background-color: #58be07;
    color: #fff;
}

.brand-section .swiper-navigation {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70px;
}

.brand-section .swiper-nav-left,
.brand-section .swiper-nav-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    color: #838383;
}

.brand-section .swiper-nav-left {
    top: 62px;
}

.brand-section .swiper-nav-right {
    left: 40px;
    top: 62px;
}



/* Brand Section End */
 

.main-tabs,
.city-tabs {
    text-align: center;
    margin-bottom: 30px;
}

.main-tabs>li,
.city-tabs>li {
    float: none;
    display: inline-block;
}

.city-tabs {
    padding: 15px;
}


.city-tabs {
    display: flex;
    gap: 12px;
}

.city-tabs .nav-item {
    margin: 0;
}

.city-tabs .nav-link {
    background: #e9e9e9;
    color: #333;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 500;
    text-align: center;
}

.city-tabs .nav-link.active {
    background: #63b300;
    color: #fff;
}

.nav-btn-2 {
    min-width: 120px;
    padding: 10px 20px !important;
    margin: 0 5px !important;
    border-radius: 25px !important;
    border: none;
    background-color: #fff;
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;

}

.nav-pills>li+li {
    margin: 5px;
}

.nav-btn-2:hover {
    background-color: #46a006 !important;
    color: #fff;
}

.nav-btn {
    min-width: 120px;
    padding: 10px 20px !important;
    margin: 0 5px !important;
    border-radius: 25px !important;
    border: none;
    background-color: #fff;
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;

}

.main-tabs>li.active>a,
.city-tabs>li.active>a {
    background-color: #58be07;
    color: #fff;
}

.nav-btn:hover {
    background-color: #46a006 !important;
    color: #fff;
}


.leasing-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.leasing-card img {
    height: 100%;
    width: 100%;
}



.card-arrow {
    position: absolute;
    bottom: 50px;
    right: 25px;
    width: 40px;
    height: 40px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;

    transition: 0.3s ease;
    z-index: 5;
    text-decoration: none;
}

.card-arrow:hover {

    transform: translateX(4px);
    text-decoration: none;
}


.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    color: #fff;
}

.overlay h4 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}

.overlay p {
    margin: 5px 0 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}