body {
    overflow-x: hidden !important;
}
.navbar {
    background-color: transparent !important; /* Make navbar transparent */
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff; /* Change link color to white */
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ddd; /* Change link color on hover */
}

.navbar.bg-expanded {
    background-color: #32292a !important;
}

.navbar-dark {
    --bs-navbar-toggler-border-color: none;
}
.navbar {
    background-color: transparent; /* Default transparent background */
    transition: background-color 0.3s ease; /* Smooth transition */
}
.btn-square {
    border-radius: 0; /* Remove rounded edges */
}

.mask1 {
    -webkit-mask-image: url("assets/images/mask.png");
    mask-image: url("assets/images/mask.png");
}
.bg-rasan {
    background-color: #32292a !important;
}

.navbar.bg-rasan {
    background-color: #32292a !important;
}

.btn-primary {
    background-color: #32292a !important;
}

.filters {
    margin: 20px 0;
}

.filters a.filter-link {
    /* Button color */
    color: black; /* Make links behave like buttons */
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 16px;
}

.filters a.filter-link.active {
    text-decoration: underline; /* Active link color */
    font-weight: bold;
}

/* Set a minimum height for the section */
section.main {
    min-height: 500px; /* Adjust this value as needed */
    position: relative; /* Ensure the absolute positioning of child elements works */
}

/* Custom carousel styling */
.custom-carusel2 {
    position: absolute; /* Keep it absolute */
    bottom: 20px; /* Align it closer to the bottom */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    width: 100%; /* Full width on mobile */
    display: flex;
    justify-content: center; /* Maintain height */
    gap: 10px; /* Maintain gap */
    z-index: 10; /* Ensure it appears above the image */
}

.caption {
    position: absolute;
    bottom: 25px; /* Adjust as needed */
    /* Adjust as needed */
    /* Semi-transparent background */
    color: #fff; /* Text color */
    border-radius: 5px;
    width: 88%; /* Rounded corners */
}
.caption a {
    float: inline-start;
}

.mr-42 {
    margin-right: 42px;
}

.mt-50p {
    margin-top: 50%;
}

.progress-percentage {
    font-weight: normal;
}

.vertical-text {
    position: absolute;
    display: inline-block;
    bottom: 31px;
    left: 21%;
    color: white;
    /* writing-mode: vertical-rl;
    transform: rotate(
        180deg
    ); */
}
.hor-text {
    position: absolute;
    top: 2%;
    right: 8%;
    color: white;
    width: 60px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 16rem !important;
    height: 24rem !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.allProjectsTitle {
    display: inline-block;
    padding: 8px;
    border-bottom: #32292a solid 2px;
}
.carousel-indicators button {
    background-color: #666566; /* Inactive color */
}

.carousel-indicators [data-bs-target] {
    background-color: #767676;
}

.carousel-indicators .active {
    background-color: #32292a; /* Active color */
}
.carousel-indicators {
    margin-bottom: -1.5rem !important;
}

.btn {
    border: none;
}
.custom-input {
    border: 1px solid #32292a;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: white;
    color: #32292a;
}

.btn-custom {
    color: #efeae4 !important;
    background: #32292a;
    border-color: #32292a;
    width: 165px;
    border-radius: 0px;
}

.btn-custom:hover {
    background: #2a2223;
    border-color: #32292a;
}

.btn-custom:focus {
    background: #32292a;
    border-color: #32292a;
    box-shadow: 0 0 0 0.25rem #32292a4b;
}

.btn-custom:active {
    background: #32292a;
    border-color: #32292a;
}

.btn-brushor {
    color: #fff !important;
    background: #32292a;
    border-color: #32292a;
    width: 68px;
    border-radius: 0px;
}

.btn-brushor:hover {
    background: #2a2223;
    border-color: #32292a;
}

.btn-brushor:focus {
    background: #32292a;
    border-color: #32292a;
    box-shadow: 0 0 0 0.25rem #32292a4b;
}

.btn-brushor:active {
    background: #32292a;
    border-color: #32292a;
}

.cover-image-header {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.btn-outline-view {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    width: 120px;
}

.btn-outline-view:hover {
    background: #fff;
    border-color: #fff;
    color: #32292a;
}

.btn-outline-view:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.25rem #ffffff;
}

.btn-outline-view:active {
    background: #fff;
    border-color: #fff;
}

.mySwiper2 .swiper-slide,
.mySwiper2 .swiper-wrapper {
    cursor: pointer;
}

.mySwiper .swiper-slide,
.mySwiper .swiper-wrapper {
    cursor: pointer;
}

.swiper-slide img {
    /* display: block; */
    /* width: 100%; */
    /* height: auto; */
    z-index: 1;
    /* position: relative; */
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 41, 42, 0.3); /* or #32292a with opacity: 0.5 */
    z-index: 2;
    pointer-events: none;
}
.header-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 41, 42, 0.8); /* brownish tint */
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-allprojects {
    /* min-height: 500px; */
    position: relative;
}

.custom-carusel-allprojects {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.mt-5-sm {
    margin-top: 6rem !important;
}
/* Ensure other elements are above the overlay */
.swiper-slide .caption,
.swiper-slide .vertical-text,
.swiper-slide .hor-text {
    /* position: relative; */
    z-index: 3;
}

.border-dark {
    border-color: #32292a !important;
}

.progress-track {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    margin-bottom: 30px;
}

.progress-indicator {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); /* perfectly center on the line */
    width: 4px;
    height: 4px;
    background-color: #fff;
    /* border: 2px solid #000; */
    border-radius: 2px;
    transition: left 0.3s ease;
    z-index: 2;
}

.progress-percentage {
    position: absolute;
    bottom: 100%; /* place it above the square */
    transform: translateX(-50%);
    font-size: 0.8rem;
    white-space: nowrap;
    margin-bottom: 5px;
    z-index: 3;
}

.progress-label {
    position: absolute;
    top: 100%; /* under the line */
    left: 0;
    font-size: 0.8rem;
    white-space: nowrap;
    margin-top: 5px;
    z-index: 1;
    font-weight: normal;
}

.about-main {
    font-size: 24px;
}

.about-title {
    font-size: 42px;
}

.about-subtitle {
    font-size: 26px;
}
/* Rotated Type Label in the bottom-left corner */
.type-label {
    position: absolute;
    bottom: 60px;
    right: -12px;
    transform: rotate(90deg);
    transform-origin: bottom left;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 6px 10px;
    font-size: 0.9rem;
    white-space: nowrap;
    z-index: 2;
}

.container-map {
    width: 100% !important;
}
/* 
* {
  outline: 1px solid red;
} */

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-divider-desktop {
    width: 1px;
    height: 8rem; /* You can increase this */
    background-color: #efeae4; /* increase opacity if needed */
}

.footer-divider-mobile {
    border: 0;
    border-top: 1px solid #efeae4;
    width: 100%;
    margin: 0;
}

.nav-clean {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-clean li {
    margin-bottom: 10px;
}

.nav-clean li a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.nav-clean li a:hover {
    text-decoration: underline;
}

.nav-tabs {
    border-bottom: none; /* Remove bottom border of the entire tab list */
}

.nav-tabs .nav-link {
    border: none; /* Remove all borders */
    background: none; /* Remove default background */
    color: #32292a; /* Optional: make text white or your color */
    border-radius: 0; /* Remove rounded corners */
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    position: relative;
    border-bottom: none !important; /* Remove default */
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 52.5%;
    transform: translateX(-52.5%);
    width: 55%; /* Customize width */
    border-bottom: 2px solid #32292a; /* Customize color & thickness */
}

.navbar-nav .nav-item {
    font-size: 18px;
}

.nav-tabs .nav-link:hover {
    color: #32292a; /* Optional: slight hover color */
    background-color: transparent;
}

.badge-custom {
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    position: absolute;
    z-index: 2;
}

.text-white-theme {
    color: #fff !important;
}

.modal-content {
    background-color: #fff;
}

/* Active item in the dropdown */
/* .dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #32292a !important;
    color: #fff !important;               
} */

/* Remove border radius and default border */
.dropdown-menu {
    border-radius: 0 !important;
    border: none !important;
}

/* Set background and text color on hover/focus/active */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background-color: #32292a !important;
    color: white !important;
}

/* Make sure nav links and dropdowns have no text decoration */
.navbar .nav-link,
.dropdown-menu .dropdown-item {
    text-decoration: none !important;
}

/* Optional: Add smooth transition for hover effect */
.dropdown-menu .dropdown-item {
    transition: background-color 0.2s ease;
}

.modal-content h5,
.modal-content select {
    color: #32292a !important;
}

.modal-input {
    border: 1px solid #32292a;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #efeae4;
    color: #32292a;
}

.modal-input:focus {
    border: 1px solid #32292a;
    box-shadow: 0 0 0 0.25rem #32292a28;
    background: #efeae4;
    color: #32292a;
}

.modal option:hover,
.modal option:focus {
    background: #32292a28;
    color: #efefef;
}

.input-group-text {
    border: 1px solid #32292a;
    color: #efeae4;
    background-color: #32292a;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-newsletter {
    background-color: #32292a;
    color: #fff;
    width: 250px;
}

.btn-newsletter:hover {
    background-color: #32292a;
    color: #fff;
}

.btn-white-rasan {
    background-color: #fff;
    color: #32292a;
    width: 250px;
    border-radius: 1rem;
    border: 2px solid #32292a;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-white-rasan:hover {
    background-color: #32292a;
    color: #fff;
}

.btn-dark-rasan {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-viewall {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-dark-rasan:hover {
    background-color: #fff;
    color: #32292a !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-viewall:hover {
    background-color: #32292a;
    color: #fff !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.project-marker-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /* border: 3px solid transparent; */
    object-fit: cover;
    background-color: #32292a;
}

.info-window.card {
    overflow: hidden;
    border: none;
}

.status-border-img {
    border-radius: 8px;
}

.table-pricing {
    background-color: transparent !important;
    color: #32292a;
}
.table-pricing th,
.table-pricing td {
    background-color: transparent !important;
    border: none;
    color: #32292a;
}

.fs-13 {
    font-size: 26px;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-40 {
    font-size: 40px;
}

.bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%; /* Adjust this to control the fade height */
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}
/* Media query for larger screens */

.hover-reveal .caption,
.hover-reveal .vertical-text,
.hover-reveal .progress-track,
.hover-reveal .progress-percentage,
.hover-reveal .progress-indicator,
.hover-reveal .progress-label,
.hover-reveal .hover-img {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Show them on hover */
.hover-reveal:hover .caption,
.hover-reveal:hover .vertical-text,
.hover-reveal:hover .progress-track,
.hover-reveal:hover .progress-percentage,
.hover-reveal:hover .progress-indicator,
.hover-reveal:hover .progress-label,
.hover-reveal:hover .hover-img {
    opacity: 1;
    pointer-events: auto;
}

.hover-reveal:hover .header-image-overlay {
    opacity: 1;
}

.mySwiper2 .swiper-wrapper {
    margin-bottom: 45px;
}

.mySwiper4 .swiper-wrapper {
    margin-bottom: 35px;
}

/* .mySwiper3 .swiper-wrapper {
  margin-bottom: 30px;
} */

.dark-theme-text {
    color: #32292a !important ;
}

.custom-scrollbar {
    position: relative !important;
    width: 50% !important;
    /* left: 50% !important; */
    transform: translateX(-50%) !important;
}

.intro-image {
    height: 100vh !important;
    object-fit: cover;
}

.video-container {
    opacity: 1;
    width: 200px;
    left: 0%;
    padding: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-phone {
    text-decoration: none;
    cursor: default;
}

.footer-phone:hover {
    text-decoration: none;
    cursor: default;
}

.footer-phone:focus {
    text-decoration: none;
    cursor: default;
}

.bruchor-bg {
    background-color: #b3b3b3;
}

.text-theme-white {
    color: #fff !important;
}

.form-control.custom-bordered {
    border: none;
    border-bottom: 2px solid #9b858763;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    box-shadow: none;
}

.form-control.custom-bordered:focus {
    border-color: #32292a;
    box-shadow: none;
}

.input-group-text {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #32292a;
    border-radius: 0;
    color: #32292a;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Adjust if needed to align better */
}

.input-group {
    width: 100%;
}

.tab-content .card-footer {
    position: relative;
    border-top: none; /* remove default */
    background-color: #fff !important;
}

.tab-content .card-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 13.5%; /* adjust starting point */
    width: 75%; /* adjust width */
    height: 1px;
    background-color: rgba(
        0,
        0,
        0,
        0.175
    ); /* your rgba(0,0,0,1.75) was likely a typo, 0.175 is more standard */
}

.table-pricing th {
    font-weight: normal;
}

.w-22 {
    width: 22%;
}

.mt-10 {
    margin-top: 5rem;
}

.mt-9 {
    margin-top: 9rem;
}

@media (min-width: 600px) {
    .custom-carusel2 {
        width: 100%; /* Use auto to fit content on larger screens */
        left: 28%; /* Center it horizontally */
        transform: translateX(-50%); /* Adjust for centering */
    }
}

@media (max-width: 1200px) {
    .custom-carusel2 {
        bottom: -2rem;
    }

    .mt-7 {
        margin-top: 1rem;
    }

    .mt-10 {
        margin-top: 5rem;
    }
}
@media (max-width: 600px) {
    .custom-carusel2 {
        bottom: -7rem;
    }

    .mt-7 {
        margin-top: 9rem;
    }

    .mt-10 {
        margin-top: 2rem;
    }

    .filters a.filter-link {
        width: 100%; /* Full width on small screens */
        margin-bottom: 10px; /* Space between links */
        text-align: center; /* Center text */
    }

    .fs-13 {
        font-size: 16px;
    }

    .swiper-slide {
        width: 12rem !important;
        height: 18rem !important;
    }

    .video-container {
        opacity: 1;
        width: 140px;
        left: 0%;
        padding: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-outline-view:hover {
        background: transparent;
        color: #fff;
    }

    .btn-outline-view:focus {
        background: transparent;
        color: #fff;
    }

    .btn-outline-view:active {
        background: transparent;
        color: #fff;
    }

    .mt-5-sm {
        margin-top: 8rem !important;
    }

    .fs-40 {
        font-size: 35px;
    }
}
