/* ==================== Project Detail Styles ==================== */

/* ==================== Project Hero Section ==================== */
.project-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 0;
}

.project-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 77, 62, 0.3), rgba(26, 77, 62, 0.7));
}

.project-hero__content {
    position: relative;
    z-index: 10;
    height: 70vh;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #ffffff;
    padding-top: 80px;
}

.project-hero__title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.project-hero__subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.95;
}

/* ==================== Background Utilities ==================== */
.bg-light-cream {
    background-color: #faf8f5 !important;
}

/* ==================== Project Stats Section ==================== */
.project-stats {
    margin-top: -120px;
    position: relative;
    z-index: 20;
}

.stats-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a4d3e, #2d6a54, #e67e22);
    border-radius: 12px 12px 0 0;
}

.stat-item {
    padding: 0.3rem;
}

.stat-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 0.8rem;
    background: linear-gradient(135deg, #1a4d3e, #2d6a54);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 77, 62, 0.2);
}

.stat-item:hover .stat-icon {
    transform: scale(1.08) rotate(6deg);
    box-shadow: 0 8px 25px rgba(26, 77, 62, 0.3);
}

.stat-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a4d3e;
    margin-bottom: 0.25rem;
    line-height: 1.2;
    white-space: nowrap;
    padding: 0 0.2rem;
}

.stat-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #7f8c8d;
    margin: 0;
}

/* ==================== Modern Features Section ==================== */
.modern-features {
    overflow: hidden;
}

.feature-image-wrapper {
    position: relative;
}

.feature-image-main {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.feature-image-main img {
    width: 100%;
    transition: transform 0.5s ease;
}

.feature-image-main:hover img {
    transform: scale(1.05);
}

.feature-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #ffffff;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e67e22, #f39c12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
}

.badge-text h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a4d3e;
    margin: 0;
}

.badge-text p {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin: 0;
}

/* Editor Content Styling */

.editor-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.editor-content ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    background: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.6;
}

.editor-content ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 30px;
    height: 30px;
    background: #1a4d3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.editor-content ul li:hover {
    transform: translateX(5px);
}

/* ==================== Design Story Section ==================== */
.story-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.story-card__image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.story-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.story-card:hover .story-card__image img {
    transform: scale(1.1);
}

.story-card__content {
    padding: 2rem;
}

.story-card__content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a4d3e;
    margin-bottom: 1rem;
}

.story-card__content p {
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.7;
    margin: 0;
}

/* ==================== Dream Living Section ==================== */
.dream-single-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.dream-single-image img {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dream-single-image:hover img {
    transform: scale(1.05);
}

/* Dream Features Marquee */
.dream-features-marquee {
    overflow: hidden;
    background: #faf8f5;
    border-radius: 100px;
    padding: 2rem 2rem;
    position: relative;
}

.dream-features-marquee::before,
.dream-features-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* When parent section has bg-light-cream */
.bg-light-cream .dream-features-marquee::before {
    left: 0;
    background: linear-gradient(to right, #faf8f5 0%, rgba(250, 248, 245, 0) 100%);
}

.bg-light-cream .dream-features-marquee::after {
    right: 0;
    background: linear-gradient(to left, #faf8f5 0%, rgba(250, 248, 245, 0) 100%);
}

/* When parent section is white (no bg class) */
.dream-living:not(.bg-light-cream) .dream-features-marquee::before {
    left: 0;
    background: linear-gradient(to right, #faf8f5 0%, rgba(250, 248, 245, 0) 100%);
}

.dream-living:not(.bg-light-cream) .dream-features-marquee::after {
    right: 0;
    background: linear-gradient(to left, #faf8f5 0%, rgba(250, 248, 245, 0) 100%);
}

.dream-marquee-track {
    display: flex;
    gap: 3rem;
    animation: marqueeScroll 30s linear infinite;
    width: fit-content;
}

.dream-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.dream-feature-item-minimal {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.5rem;
    background: #ffffff;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.dream-feature-item-minimal:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.dream-feature-item-minimal img {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1a4d3e, #2d6a54);
    border-radius: 50%;
    padding: 8px;
    color: #ffffff;
    flex-shrink: 0;
}

.dream-feature-item-minimal span {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
}

/* ==================== Floor Plans Section ==================== */
.floor-plans {
    overflow-x: hidden;
}

/* Tabs Navigation */
.floor-plan-tabs {
    border: none !important;
    gap: 1rem;
    flex-wrap: wrap;
}

.floor-plan-tabs .nav-item {
    margin: 0;
}

.floor-plan-tabs .nav-link {
    background: #ffffff;
    color: #2c3e50;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.floor-plan-tabs .nav-link:hover {
    background: #faf8f5;
    border-color: #1a4d3e;
    color: #1a4d3e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.floor-plan-tabs .nav-link.active {
    background: #1a4d3e;
    color: #ffffff;
    border-color: #1a4d3e;
    box-shadow: 0 10px 25px rgba(26, 77, 62, 0.3);
}

/* Tab Content */
.floor-plan-tab-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Floor Plan Image */
.floor-plan-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    min-height: 500px;
}

.floor-plan-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.floor-plan-image-wrapper:hover img {
    transform: scale(1.05);
}

.plan-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(26, 77, 62, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.plan-zoom-icon i {
    color: #ffffff;
    font-size: 2rem;
}

.floor-plan-image-wrapper:hover .plan-zoom-icon {
    opacity: 1;
}

/* Floor Plan Description */
.floor-plan-description h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a4d3e;
    margin-bottom: 2rem;
}

.plan-desc {
    font-size: 1.15rem;
    line-height: 2;
    color: #7f8c8d;
    margin: 0;
}

/* ==================== Project Gallery Section ==================== */
.project-gallery {
    overflow: hidden;
}

.gallery-slider-wrapper {
    position: relative;
    padding: 0 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallerySwiper {
    padding-bottom: 80px;
    margin-bottom: 20px;
}

.gallery-slide-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    height: 600px;
    width: 100%;
}

.gallery-slide-item a {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.gallery-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-slide-item:hover img {
    transform: scale(1.1);
}

.gallery-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 77, 62, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-slide-overlay i {
    color: #ffffff;
    font-size: 3.5rem;
}

.gallery-slide-item:hover .gallery-slide-overlay {
    opacity: 1;
}

/* Gallery Navigation Buttons */
.gallery-button-next,
.gallery-button-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-button-next {
    right: 5px;
}

.gallery-button-prev {
    left: 5px;
}

.gallery-button-next:hover,
.gallery-button-prev:hover {
    background: #1a4d3e;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(26, 77, 62, 0.3);
}

.gallery-button-next i,
.gallery-button-prev i {
    font-size: 1.5rem;
    color: #1a4d3e;
    transition: all 0.3s ease;
}

.gallery-button-next:hover i,
.gallery-button-prev:hover i {
    color: #ffffff;
}

.gallery-button-next.swiper-button-disabled,
.gallery-button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Gallery Pagination */
.gallery-pagination {
    bottom: 10px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.gallery-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #7f8c8d;
    opacity: 1;
    transition: all 0.3s ease;
}

.gallery-pagination .swiper-pagination-bullet-active {
    background: #1a4d3e;
    width: 40px;
    border-radius: 6px;
}

/* ==================== Similar Projects Section ==================== */
.similar-projects {
    overflow: hidden;
}

.projects-slider-wrapper {
    position: relative;
    padding: 0 70px 50px;
}

.projectsSwiper {
    padding-bottom: 50px;
}

.project-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.project-card__image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-card__image img {
    transform: scale(1.1);
}

.project-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e67e22;
    color: #ffffff;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.project-card__badge.badge-completed {
    background: #1a4d3e;
}

.project-card__content {
    padding: 2rem;
}

.project-card__content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a4d3e;
    margin-bottom: 0.8rem;
}

.project-card__content p {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.project-card__meta {
    margin-bottom: 1.5rem;
}

.project-card__meta span {
    font-size: 0.95rem;
    color: #7f8c8d;
}

.project-card__link {
    display: inline-flex;
    align-items: center;
    color: #1a4d3e;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.project-card__link:hover {
    color: #e67e22;
    gap: 0.5rem;
}

/* Projects Slider Navigation */
.projects-button-next,
.projects-button-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.projects-button-next {
    right: 0;
}

.projects-button-prev {
    left: 0;
}

.projects-button-next:hover,
.projects-button-prev:hover {
    background: #1a4d3e;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(26, 77, 62, 0.3);
}

.projects-button-next i,
.projects-button-prev i {
    font-size: 1.3rem;
    color: #1a4d3e;
    transition: all 0.3s ease;
}

.projects-button-next:hover i,
.projects-button-prev:hover i {
    color: #ffffff;
}

.projects-button-next.swiper-button-disabled,
.projects-button-prev.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Projects Slider Pagination */
.projects-pagination {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.projects-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #7f8c8d;
    opacity: 1;
    transition: all 0.3s ease;
}

.projects-pagination .swiper-pagination-bullet-active {
    background: #1a4d3e;
    width: 30px;
    border-radius: 5px;
}

/* ==================== CTA Contact Box ==================== */
.cta-contact-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.5rem;
}

.cta-contact-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-contact-item:last-child {
    border-bottom: none;
}

.cta-contact-item i {
    width: 50px;
    height: 50px;
    background: #1a4d3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.cta-contact-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a4d3e;
    margin-bottom: 0.3rem;
}

.cta-contact-item p {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin: 0;
}

/* ==================== Responsive Design ==================== */
@media (max-width: 991px) {
    .project-hero__title {
        font-size: 3rem;
    }

    .project-hero__subtitle {
        font-size: 1.2rem;
    }

    .project-stats {
        margin-top: -70px;
    }

    .stats-card {
        padding: 1.3rem 0.8rem;
    }

    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }

    .stat-number {
        font-size: 1rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .floor-plan-tabs .nav-link {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .floor-plan-tab-content {
        padding: 2rem;
    }

    .floor-plan-description h3 {
        font-size: 2rem;
    }

    .plan-desc {
        font-size: 1.05rem;
    }

    .floor-plan-image-wrapper {
        min-height: 400px;
    }

    .floor-plan-image-wrapper img {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .project-hero {
        height: 50vh;
        min-height: 400px;
    }

    .project-hero__content {
        height: 50vh;
        min-height: 400px;
    }

    .project-hero__title {
        font-size: 2.2rem;
    }

    .project-hero__subtitle {
        font-size: 1rem;
    }


    .project-stats {
        margin-top: -50px;
    }

    .stats-card {
        padding: 1.2rem 0.8rem;
    }

    .stat-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }

    .stat-number {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .feature-badge {
        bottom: 20px;
        left: 20px;
        padding: 1rem 1.5rem;
    }

    .badge-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .badge-text h4 {
        font-size: 1.1rem;
    }

    .editor-content ul li {
        gap: 0.8rem;
        font-size: 0.95rem;
    }

    .editor-content ul li:hover {
        transform: translateX(3px);
    }

    .editor-content ul li::before {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }

    .story-card__image {
        height: 220px;
    }

    .story-card__content {
        padding: 1.5rem;
    }

    .dream-single-image img {
        min-height: 350px;
    }

    .dream-features-marquee {
        padding: 1.5rem 2rem;
    }

    .dream-features-marquee::before,
    .dream-features-marquee::after {
        width: 50px;
    }

    .dream-marquee-track {
        gap: 2rem;
        animation: marqueeScroll 25s linear infinite;
    }

    .dream-feature-item-minimal {
        padding: 0.7rem 1.2rem;
        gap: 0.7rem;
    }

    .dream-feature-item-minimal img {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .dream-feature-item-minimal span {
        font-size: 0.9rem;
    }

    .floor-plan-tabs .nav-link {
        padding: 0.7rem 1.2rem;
        font-size: 0.95rem;
    }

    .floor-plan-tab-content {
        padding: 1.5rem;
    }

    .floor-plan-description h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .plan-desc {
        font-size: 1rem;
        line-height: 1.7;
    }

    .floor-plan-image-wrapper {
        min-height: 300px;
    }

    .floor-plan-image-wrapper img {
        min-height: 300px;
    }

    .gallery-slider-wrapper {
        padding: 0 60px;
    }

    .gallery-slide-item {
        height: 450px;
    }

    .gallery-button-next,
    .gallery-button-prev {
        width: 55px;
        height: 55px;
    }

    .gallery-button-next i,
    .gallery-button-prev i {
        font-size: 1.3rem;
    }

    .gallery-button-next {
        right: 3px;
    }

    .gallery-button-prev {
        left: 3px;
    }

    .project-card__image {
        height: 220px;
    }

    .projects-slider-wrapper {
        padding: 0 55px 50px;
    }

    .projects-button-next,
    .projects-button-prev {
        width: 50px;
        height: 50px;
    }

    .projects-button-next i,
    .projects-button-prev i {
        font-size: 1.1rem;
    }

    .cta-contact-box {
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .cta-contact-item {
        padding: 1rem 0;
    }
}

@media (max-width: 575px) {
    .project-hero__title {
        font-size: 1.8rem;
    }

    .project-stats {
        margin-top: -40px;
    }

    .stats-card {
        padding: 1rem 0.6rem;
    }

    .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .stat-number {
        font-size: 0.8rem;
        margin-bottom: 0.15rem;
    }

    .stat-label {
        font-size: 0.65rem;
    }

    .feature-badge {
        position: static;
        margin-top: 1rem;
    }

    .dream-features-marquee {
        padding: 1.2rem 1.5rem;
        border-radius: 60px;
    }

    .dream-features-marquee::before,
    .dream-features-marquee::after {
        width: 40px;
    }

    .dream-marquee-track {
        gap: 1.5rem;
    }

    .dream-feature-item-minimal {
        padding: 0.6rem 1rem;
        gap: 0.6rem;
    }

    .dream-feature-item-minimal img {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .dream-feature-item-minimal span {
        font-size: 0.85rem;
    }

    .gallery-slider-wrapper {
        padding: 0 50px;
    }

    .gallery-slide-item {
        height: 300px;
    }

    .gallery-button-next,
    .gallery-button-prev {
        width: 45px;
        height: 45px;
    }

    .gallery-button-next i,
    .gallery-button-prev i {
        font-size: 1rem;
    }

    .gallery-button-next {
        right: 2px;
    }

    .gallery-button-prev {
        left: 2px;
    }

    .projects-slider-wrapper {
        padding: 0 45px 50px;
    }

    .projects-button-next,
    .projects-button-prev {
        width: 40px;
        height: 40px;
    }

    .projects-button-next i,
    .projects-button-prev i {
        font-size: 1rem;
    }
}

/* ==================== Section Title Customization ==================== */
.section-title h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 1.8rem;
    }
}

/* ==================== Button Customization ==================== */
.btn--base {
    background: #1a4d3e;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn--base:hover {
    background: #2d6a54;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(26, 77, 62, 0.3);
}

.btn--base-two {
    background: #e67e22;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn--base-two:hover {
    background: #d35400;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(230, 126, 34, 0.3);
}

.btn--black {
    background: #2c3e50;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn--black:hover {
    background: #1a252f;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(44, 62, 80, 0.3);
}
