/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* ================================
   Project Status Badge
.status-badge {
  display: inline-block !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  color: #fff !important;
  text-transform: capitalize !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}

.status-badge.under_construction {
  background-color: #f59e0b !important;
}

.status-badge.completed {
  background-color: #10b981 !important;
}

.status-badge.sold_out {
  background-color: #ef4444 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .status-badge {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .status-badge {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .status-badge {
    font-size: 9px !important;
    padding: 3px 7px !important;
  }
}



/* ================================
   Building Amenities Grid
================================ */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background-color: #f3f4f6;
  border-radius: 16px;
  padding: 16px;
}

.amenity-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

@media (max-width: 768px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}


/* ================================
   Investment Amenities Grid
================================ */
.investment-amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 80px;
    padding-top: 48px;
}

.elementor .amenity-card,
.elementor-widget-container .amenity-card {
    background-color: #F0FBEF !important;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-top: 36px;
    transition: box-shadow 0.3s ease;
}


.elementor .amenity-card__icon,
.elementor-widget-container .amenity-card__icon {
    width: 72px;
    height: 72px;
    background-color: #8DC63F !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
}

.amenity-card:hover .amenity-card__icon {
    transform: translateX(-50%) scale(1.2);
}

.amenity-card__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.amenity-card:hover .amenity-card__icon img {
    transform: scale(1.1);
}

.amenity-card__title {
	font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.amenity-card__desc {
	font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Small desktops - 3 columns */
@media (max-width: 1199px) and (min-width: 900px) {
    .investment-amenities-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 24px;
        row-gap: 80px;
    }
}

/* Tablets portrait - 2 columns */
@media (max-width: 899px) and (min-width: 560px) {
    .investment-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 80px;
    }
    .amenity-card__title {
        font-size: 15px;
    }
}

/* Mobile - 2 columns */
@media (max-width: 559px) {
    .elementor .investment-amenities-grid,
    .elementor-widget-container .investment-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 60px;
        column-gap: 12px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        width: 100%;
    }

    .elementor .amenity-card,
    .elementor-widget-container .amenity-card {
        width: 100%;
        box-sizing: border-box;
        padding: 16px 10px;
        padding-top: 48px;
        margin-top: 28px;
    }

    .amenity-card__icon {
        width: 56px;
        height: 56px;
        top: -28px;
    }

    .amenity-card__icon img {
        width: 26px;
        height: 26px;
    }

    .amenity-card__title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .amenity-card__desc {
        font-size: 12px;
        line-height: 1.4;
    }
}


/* ================================
   Investment Gallery
================================ */
.investment-gallery {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-swiper {
    width: 100%;
    overflow: hidden;
}

.gallery-swiper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    opacity: 0.4;
    filter: blur(1.5px);
    transform: scale(0.85);
    transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
    height: 520px;
}

.gallery-swiper .swiper-slide-active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* Navigation */
.gallery-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.gallery-prev,
.gallery-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #77C143 !important;
    background: transparent !important;
    color: #77C143 !important;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.gallery-prev:hover,
.gallery-next:hover {
    background: #77C143 !important;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-swiper .swiper-slide {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .gallery-swiper .swiper-slide {
        height: 220px;
    }
}


/* ================================
   Project Documentation
================================ */
.elementor .project-documentation-grid,
.elementor-widget-container .project-documentation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 20px 0;
}

.elementor .doc-card,
.elementor-widget-container .doc-card {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.doc-card__icon {
    width: 24px;
    height: 24px;
    color: #77C143;
    margin-bottom: 16px;
}

.doc-card__icon svg {
    width: 24px;
    height: 24px;
}

.doc-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.doc-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
}

.doc-card__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.doc-download {
    font-size: 14px;
    font-weight: 600;
    color: #77C143;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    transition: opacity 0.2s ease;
}

.doc-download:hover {
    color: #77C143;
}

/* Small desktops - 3 columns */
@media (max-width: 1199px) and (min-width: 900px) {
    .elementor .project-documentation-grid,
    .elementor-widget-container .project-documentation-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* Tablets portrait - 2 columns */
@media (max-width: 899px) and (min-width: 560px) {
    .elementor .project-documentation-grid,
    .elementor-widget-container .project-documentation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .doc-card__title {
        font-size: 15px;
    }
}

/* Mobile - 2 columns */
@media (max-width: 559px) {
    .elementor .project-documentation-grid,
    .elementor-widget-container .project-documentation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        width: 100%;
    }

    .elementor .doc-card,
    .elementor-widget-container .doc-card {
        width: 100%;
        box-sizing: border-box;
        padding: 16px 10px;
    }

    .doc-card__title {
        font-size: 13px;
    }

    .doc-card__desc {
        font-size: 12px;
        line-height: 1.4;
    }

    .doc-download {
        font-size: 12px;
    }
}
/* ================================
   Development Timeline
================================ */
.development-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.timeline-item__number {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #eef7e6;
    color: #77C143;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.timeline-item__content {
    flex: 1;
}

.timeline-item__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
}

.timeline-item__date {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.timeline-status {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
}

.timeline-status--completed {
    background: #e8f4fd;
    color: #2563eb;
}

.timeline-status--in-progress {
    background: #e6f9ee;
    color: #16a34a;
}

.timeline-status--upcoming {
    background: #f3f4f6;
    color: #6b7280;
}

.timeline-status--scheduled {
    background: #FFFAEB;
    color: #DC6803;
}

/* Responsive */
@media (max-width: 560px) {
    .timeline-item {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px;
    }

    .timeline-item__content {
        flex: 1;
        min-width: 0;
    }

    .timeline-status {
        margin-left: auto;
        font-size: 12px;
    }
}


/* ================================
   Investment Plans
================================ */
.investment-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 20px 0;
	align-items: stretch;
}

.plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1.5px solid #f0f0f0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plan-card--featured {
    border-color: #77C143;
    box-shadow: 0 4px 24px rgba(119, 193, 67, 0.15);
}

.plan-card__badge {
    position: absolute;
    top: -14px;
    right: 20px;
    background: #fff;
    color: #77C143;
    border: 1.5px solid #77C143;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
}

.plan-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.plan-card__name {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1.5px solid #ddd;
    padding: 4px 12px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
}

.plan-card__price {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    font-family: 'Inter', sans-serif;
}

.plan-card__roi {
    font-size: 14px;
    color: #666;
    font-family: 'Inter', sans-serif;
}

.plan-card__roi strong {
    color: #77C143;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.plan-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #444;
    font-family: 'Inter', sans-serif;
}

.plan-feature__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    color: #77C143;
}

.plan-card__btn {
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    background: #77C143;
    color: #fff;
    transition: opacity 0.2s ease;
    margin-top: 8px;
}

.plan-card__btn:hover {
    opacity: 0.85;
    color: #fff;
}

.plan-card__btn--featured {
    background: #77C143;
    color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .investment-plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .investment-plans-grid {
        grid-template-columns: 1fr;
    }

    .plan-card__price {
        font-size: 26px;
    }
}


/* ================================
   Investment Floor Plans Gallery
================================ */
.plans-gallery {
    width: 100%;
    padding: 20px 0;
}

.plans-swiper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.plans-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f9f9f9;
}

.plans-swiper .swiper-slide img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.plans-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.plans-prev,
.plans-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #77C143 !important;
    background: transparent !important;
    color: #77C143 !important;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.plans-prev:hover,
.plans-next:hover {
    background: #77C143 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .plans-swiper .swiper-slide img {
        max-height: 320px;
    }
}

@media (max-width: 480px) {
    .plans-swiper .swiper-slide img {
        max-height: 220px;
    }
}

/* ================================
   Investment Videos
================================ */
.elementor .investment-videos-grid,
.elementor-widget-container .investment-videos-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	padding: 20px 0;
}

.video-card {
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	background: #111;
	aspect-ratio: 16 / 9;
}

.video-card__thumbnail {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
}

.video-card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease;
	z-index: 1;
}

.video-card:hover .video-card__overlay {
	background: rgba(0, 0, 0, 0.15);
}

.video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	transition: transform 0.3s ease;
	z-index: 2;
}

.video-card__play svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.video-card:hover .video-card__play {
	transform: translate(-50%, -50%) scale(1.15);
}

/* Modal */
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.video-modal.active {
	display: flex;
}

.video-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
}

.video-modal__content {
	position: relative;
	width: 90%;
	max-width: 900px;
	z-index: 1;
	border-radius: 16px;
	overflow: hidden;
	background: #000;
}

.video-modal__close {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	line-height: 1;
	z-index: 2;
	transition: color 0.2s ease;
}

.video-modal__close:hover {
	color: #77C143;
}

.video-modal__player {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.video-modal__player iframe,
.video-modal__player video {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

/* Small desktops - 2 columns */
@media (max-width: 1199px) and (min-width: 900px) {
	.elementor .investment-videos-grid,
	.elementor-widget-container .investment-videos-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

/* Tablets portrait - 2 columns */
@media (max-width: 899px) and (min-width: 560px) {
	.elementor .investment-videos-grid,
	.elementor-widget-container .investment-videos-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.video-card__play {
		width: 52px;
		height: 52px;
	}

	.video-modal__content {
		width: 95%;
	}
}

/* Mobile - 1 column */
@media (max-width: 559px) {
	.elementor .investment-videos-grid,
	.elementor-widget-container .investment-videos-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.video-card__play {
		width: 48px;
		height: 48px;
	}

	.video-modal__content {
		width: 95%;
		border-radius: 8px;
	}

	.video-modal__close {
		font-size: 26px;
		top: -36px;
	}
}