
@font-face {
    font-family: 'flaticon_celeste-properties';
    src: url('../font/flaticon_celeste-properties.ttf') format('truetype');
}

:root {
    --primary-orange: #ef6a5c;
    --primary-blue: #001E50;
}
body {
    font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Gilda Display", serif;
}
.row-gap {
    row-gap: 30px;
}
.text-black {
    color: #000000;
}
.overlay-dark .banner-image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

    .overlay-dark .banner-image:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #000;
        opacity: 0.6;
    }
.banner-home .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0 auto;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-home .slick-dots span {
        background: #fff;
        opacity: 1;
    }

    .banner-home .slick-dots .slick-active span {
        background: var(--primary-orange);
    }
.property_launch_sec .slick-slide {
    padding: 0;
    margin: 0px 20px;
}
.property-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
}
    .property-card img {
        width: 100%;
    }
    .property-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.image-container {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.property-card:hover .property-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.property-card:hover .image-overlay {
    opacity: 1;
}

.new-launch-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #000000;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.content {
    padding: 16px;
}

.content-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.property-details {
    flex: 1;
}

.property-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #000000;
}

.property-price {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: green;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2e2e2e;
    font-size: 14px;
    margin-bottom: 0;
}

.location-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.developer-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: contain;
    background: #f7fafc;
    padding: 8px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.property-card:hover .developer-logo {
    border-color: #667eea;
    transform: scale(1.05);
}

.shine-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.property-card:hover .shine-effect {
    left: 100%;
}
.our-clients .box {
    /*background: #fff !important;*/
    margin: 0 10px;
  /*  box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border: 1px solid #222;
    border-radius: 4px;*/
}

/* popular location */
.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.city-card {
    position: relative;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

    .city-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    }

.city-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.city-card:hover .city-image {
    transform: scale(1.1);
}

.city-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100% );
    transition: all 0.3s ease;
}

.city-card:hover .city-overlay {
    background: linear-gradient( 135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.2) 50%, rgba(0, 0, 0, 0.8) 100% );
}

.city-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px;
    z-index: 2;
}

.city-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.city-card:hover .city-name {
    transform: translateY(-4px);
}

.city-description {
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease 0.1s;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.city-card:hover .city-description {
    opacity: 1;
    transform: translateY(0);
}

.city-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease 0.2s;
}

.city-card:hover .city-icon {
    opacity: 1;
    transform: scale(1);
}

.arrow-icon {
    width: 16px;
    height: 16px;
    fill: white;
}

.shine-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
    transition: left 0.8s ease;
    z-index: 1;
}

.city-card:hover .shine-effect {
    left: 100%;
}

/* Special styling for first card (featured) */
.city-card:first-child {
    grid-column: span 2;
    height: 320px;
}

    .city-card:first-child .city-name {
        font-size: 2rem;
    }

    .city-card:first-child .city-content {
        padding: 40px 32px;
    }

@media (max-width: 768px) {
    .cities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .city-card:first-child {
        grid-column: span 1;
        height: 280px;
    }

        .city-card:first-child .city-name {
            font-size: 1.5rem;
        }

        .city-card:first-child .city-content {
            padding: 32px 24px;
        }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .cities-grid {
        gap: 16px;
    }

    .city-card {
        height: 240px;
    }

    .city-content {
        padding: 24px 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}
/* ==========================================================================
           PROPERTY CARD COMPONENT
           ========================================================================== */

        .property-card {
            background-color: #ffffff;
            border-radius: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
            width: 100%;
            position: relative;
        }

        .property-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        /* Property Card Header (Image Section)
           ========================================================================== */

        .property-card__header {
            position: relative;
            height: 280px;
            overflow: hidden;
        }

        .property-card__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .property-card:hover .property-card__image {
            transform: scale(1.08);
        }

        .property-card__overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }

        .property-card:hover .property-card__overlay {
            opacity: 1;
        }

        .property-card__shine {
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s ease;
            z-index: 1;
        }

        .property-card:hover .property-card__shine {
            left: 100%;
        }

        /* Property Card Tag
           ========================================================================== */

        .property-card__tag {
            position: absolute;
            top: 16px;
            right: 16px;
            background: linear-gradient(135deg, #ff6b6b 0%, #ee5253 100%);
            color: #ffffff;
            padding: 6px 14px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 10px rgba(238, 82, 83, 0.3);
            z-index: 2;
        }

        .property-card__tag--new-launch {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 4px 10px rgba(102, 126, 234, 0.3);
        }

        .property-card__tag--featured {
            background: linear-gradient(135deg, #feca57 0%, #ff9ff3 100%);
            box-shadow: 0 4px 10px rgba(254, 202, 87, 0.3);
        }

        /* Property Card Body
           ========================================================================== */

        .property-card__body {
            padding: 20px;
        }

.property-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
    color: #000000;
}

        .property-card:hover .property-card__title {
            color: #4a5568;
        }

        .property-card__location {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            margin-bottom: 16px;
        }

        .property-card__location-icon {
            width: 14px;
            height: 14px;
            fill: currentColor;
            flex-shrink: 0;
        }
.property-card__location-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
        /* Property Card Features
           ========================================================================== */

.property-card__features {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

        .property-feature {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 13px;
            color: #718096;
        }

        .property-feature__icon {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .property-feature__text {
            font-weight: 500;
        }

        /* Property Card Footer
           ========================================================================== */

        .property-card__footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 20px;
            border-top: 1px solid #e2e8f0;
            background-color: #fafafa;
        }

        .property-card__price {
            font-size: 20px;
            font-weight: 700;
            color: #2d3748;
            display: flex;
            align-items: center;
        }

.property-card__currency {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-right: 4px;
}

.property-card__price-value {
    color: #000000;
}

        /* Property Card Actions
           ========================================================================== */

        .property-card__actions {
            display: flex;
            gap: 8px;
        }

        .property-card__action {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .property-card__action:hover {
            background-color: #667eea;
            border-color: #667eea;
            color: #ffffff;
        }

        .property-card__action-icon {
            width: 14px;
            height: 14px;
            fill: currentColor;
        }

        /* ==========================================================================
           RESPONSIVE DESIGN
           ========================================================================== */

        @media screen and (max-width: 768px) {
            .property-card {
                max-width: 100%;
            }
            
            .property-card__header {
                height: 200px;
            }
        }

        @media screen and (max-width: 480px) {
            .property-card__header {
                height: 180px;
            }
            
            .property-card__title {
                font-size: 16px;
            }
            
            .property-card__price {
                font-size: 18px;
            }

            .property-card__features {
                flex-wrap: wrap;
                gap: 12px;
            }
        }

/* ==========================================================================
           ABOUT US SECTION
           ========================================================================== */

.about-section {
    padding: 80px 0;
    background: var(--primary-blue);
    color: #fff;
}

.about-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.about-section__subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.about-section__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.about-section__description {
    font-size: 1.1rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* About Content Grid */
.about-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 0;
}

.about-section__text {
    padding: 20px 0;
}

.about-section__text-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-section__text-content {
    margin-bottom: 24px;
    line-height: 1.7;
}

.about-section__features {
    list-style: none;
    margin-bottom: 32px;
}

.about-section__feature {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #4a5568;
}

.about-section__feature-icon {
    width: 20px;
    height: 20px;
    fill: #48bb78;
    margin-right: 12px;
    flex-shrink: 0;
}

.about-section__image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-section__image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-section__image-container:hover .about-section__image {
    transform: scale(1.05);
}

/* Stats Section */
.about-section__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.about-stat {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .about-stat:hover {
        transform: translateY(-4px);
    }

.about-stat__number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-orange);
    margin-bottom: 8px;
    display: block;
}

.about-stat__label {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--primary-blue);
}

/* CTA Button */
.about-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

    .about-section__cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    }

.about-section__cta-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ==========================================================================
           RESPONSIVE DESIGN
           ========================================================================== */

@media screen and (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }

    .about-section__title {
        font-size: 2rem;
    }

    .about-section__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-section__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .about-section__container {
        padding: 0 16px;
    }

    .about-section__title {
        font-size: 1.8rem;
    }

    .about-section__stats {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
           BLOG SECTION
           ========================================================================== */

.blog-section {
    padding: 80px 0;
    background-color: #f5f9ff;
}

.blog-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-section__header {
    margin-bottom: 30px;
}

.blog-section__subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.blog-section__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.blog-section__description {
    font-size: 1.1rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Blog Grid */
.blog-section__grid {
    display: flex;
    gap:10px;
    padding:10px 0px;
    flex-direction:column;
    margin-bottom: 0;
}

  
.blog-section__grid .blog-card {
    width: 100%;
}
/* Blog Card Component */
.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    margin:10px;
}

    .blog-card:hover {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.blog-card__header {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image {
    transform: scale(1.05);
}

.blog-card__category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, var(--primary-orange) 0%, #0048c0 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card__body {
    padding: 24px;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #434343;
}

.blog-card__date {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-card__author {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-card__meta-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.blog-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card:hover .blog-card__title {
    color:var(--primary-orange);
}

.blog-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.blog-card__read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease;
}

    .blog-card__read-more:hover {
        gap: 8px;
        color: var(--primary-orange)
    }

.blog-card__read-more-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.blog-card__reading-time {
    font-size: 13px;
    color: #718096;
}

/* Featured Blog Card */
.blog-card--featured {
    grid-column: span 2;
}

    .blog-card--featured .blog-card__header {
        height: 280px;
    }

    .blog-card--featured .blog-card__body {
        padding: 32px;
    }

    .blog-card--featured .blog-card__title {
        font-size: 1.5rem;
    }

/* Blog Section CTA */
.blog-section__cta {
    text-align: center;
}

.blog-section__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

    .blog-section__cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    }

.blog-section__cta-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ==========================================================================
           RESPONSIVE DESIGN
           ========================================================================== */

@media screen and (max-width: 768px) {
    .blog-section {
        padding: 60px 0;
    }

    .blog-section__title {
        font-size: 2rem;
    }

    .blog-section__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-card--featured {
        grid-column: span 1;
    }

        .blog-card--featured .blog-card__header {
            height: 220px;
        }

        .blog-card--featured .blog-card__body {
            padding: 24px;
        }

        .blog-card--featured .blog-card__title {
            font-size: 1.25rem;
        }
}

@media screen and (max-width: 480px) {
    .blog-section__container {
        padding: 0 16px;
    }

    .blog-section__title {
        font-size: 1.8rem;
    }

    .blog-card__body {
        padding: 20px;
    }
}


.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%); position: relative;
    overflow: hidden;
}



.testimonials-section__header {
    /*text-align: center;*/
    margin-bottom: 60px;
}

.testimonials-section__subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.testimonials-section__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.testimonials-section__description {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Testimonials Grid */
.testimonials-section__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}

/* Testimonial Card Component */
.testimonial-card {
    background: white;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px 10px;
}


    .testimonial-card::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(135deg, #667eea, #764ba2, #667eea);
        border-radius: 22px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .testimonial-card:hover::before {
        /*opacity: 1;*/
    }

.testimonial-card__quote-icon {
    width: 40px;
    height: 40px;
    fill: var(--primary-orange);
    margin-bottom: 20px;
    opacity: 0.8;
}

.testimonial-card__content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-card__rating {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.testimonial-card__star {
    width: 18px;
    height: 18px;
    fill: #fbbf24;
}

.testimonial-card__star--empty {
    fill: #e5e7eb;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f7fafc;
}

.testimonial-card__author-info {
    flex: 1;
}

.testimonial-card__author-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

.testimonial-card__author-title {
    font-size: 0.9rem;
    color: #718096;
}

.testimonial-card__author-location {
    font-size: 0.85rem;
    color: #a0aec0;
    margin-top: 2px;
}

/* Featured Testimonial */
.testimonial-card--featured {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .testimonial-card--featured .testimonial-card__content {
        font-size: 1.25rem;
        margin-bottom: 32px;
    }

    .testimonial-card--featured .testimonial-card__author {
        gap: 20px;
    }

    .testimonial-card--featured .testimonial-card__avatar {
        width: 80px;
        height: 80px;
    }

    .testimonial-card--featured .testimonial-card__author-name {
        font-size: 1.25rem;
    }

/* Statistics Section */
.testimonials-section__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.testimonial-stat {
    text-align: center;
    color: white;
}

.testimonial-stat__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonial-stat__label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
           RESPONSIVE DESIGN
           ========================================================================== */

@media screen and (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-section__title {
        font-size: 2rem;
    }

    .testimonials-section__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .testimonial-card--featured {
        grid-column: span 1;
    }

    .testimonial-card {
        padding: 24px;
    }

    .testimonials-section__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media screen and (max-width: 480px) {
    .testimonials-section__container {
        padding: 0 16px;
    }

    .testimonials-section__title {
        font-size: 1.8rem;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonials-section__stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.hemsby-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
/* ==========================================================================
           FOOTER SECTION
           ========================================================================== */

.footer {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

    .footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
        opacity: 0.5;
    }

.footer__main {
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer__content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

/* Footer Brand Section */
.footer__brand {
    padding-right: 20px;
}

.footer__logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
}

.footer__description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Social Media Section */
.footer__social {
    margin-bottom: 32px;
}

.footer__social-title {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
}

.footer__social-links {
    display: flex;
    gap: 12px;
}

.footer__social-link {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .footer__social-link:hover {
        background: var(--primary-orange);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    }

.footer__social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Address Section */
.footer__addresses {
    margin-top: 20px;
}

.footer__address {
    margin-bottom: 24px;
}

.footer__address-title {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.footer__address-content {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Footer Columns */
.footer__column {
    /* Base styles for all columns */
}

.footer__column-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

    .footer__column-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 2px;
        background: var(--primary-orange);
        border-radius: 1px;
    }

.footer__links {
    list-style: none;
    padding: 0;
}

.footer__link-item {
    margin-bottom: 12px;
}
.footer__logo img {
    width: 200px;
}
.footer__link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
}

    .footer__link:hover {
        color: var(--primary-orange);
        transform: translateX(4px);
    }

    .footer__link::before {
        content: '';
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        background: var(--primary-orange);
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .footer__link:hover::before {
        opacity: 1;
    }

/* Footer Bottom */
.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    position: relative;
    z-index: 1;
}

.footer__bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer__legal-links {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__legal-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

    .footer__legal-link:hover {
        color: var(--primary-orange);
    }

.footer__copyright {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.footer__copyright-year {
    font-weight: 600;
}

/* Newsletter Section (Optional Enhancement) */
.footer__newsletter {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__newsletter-title {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.footer__newsletter-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
}

.footer__newsletter-form {
    display: flex;
    gap: 8px;
}

.footer__newsletter-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

    .footer__newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .footer__newsletter-input:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
    }

.footer__newsletter-button {
    padding: 10px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .footer__newsletter-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    }

/* ==========================================================================
           RESPONSIVE DESIGN
           ========================================================================== */

@media screen and (max-width: 992px) {
    .footer__content {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer__brand {
        grid-column: span 2;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer__main {
        padding: 40px 0 30px;
    }

    .footer__content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer__brand {
        grid-column: span 1;
    }

    .footer__bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .footer__legal-links {
        order: 2;
    }

    .footer__copyright {
        order: 1;
    }
}

@media screen and (max-width: 480px) {
    .footer__container {
        padding: 0 16px;
    }

    .footer__social-links {
        justify-content: center;
    }

    .footer__newsletter-form {
        flex-direction: column;
    }

    .footer__legal-links {
        flex-direction: column;
        gap: 12px;
    }
}
.banner-content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
    .banner-content h1 {
        font-size: 70px;
        line-height: normal;
        text-shadow: 0 0 2px rgba(0,0,0,0.8);
        color: #fff;
    }
    .banner-content .heading > span {
        background: var(--primary-orange);
        display: inline-block;
        padding: 2px 10px;
        border-radius: 4px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .banner-content a {
        margin-top: 20px;
    }
.banner .banner-video:before {
    /*content: "";*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.home-search-section {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--primary-blue);
}

    .home-search-section .home-search-area {
        /*margin: 0 auto;
        max-width: 760px;
        background: #fff;
        border-radius: 12px 12px 0 0;
        padding: 20px 20px;*/
    }
.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-title {
    margin-bottom:30px;
}

/* ==========================================================================
           CONTACT SECTION
           ========================================================================== */

.contact-section {
    padding: 80px 0;
    position: relative;
}


.contact-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.contact-section__header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-section__subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.contact-section__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 16px;
    line-height: 1.2;
}

.contact-section__description {
    font-size: 1.1rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Contact Content Grid */
.contact-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Contact Information Side */
.contact-info {
    padding: 20px 0;
}

.contact-info__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.contact-info__description {
    font-size: 1rem;
    margin-bottom: 32px;
    line-height: 1.7;
}

/* Contact Cards */
.contact-info__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-card {
    background: white;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid #c8c9c9;
}

    .contact-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        border-color: #667eea;
    }

.contact-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.contact-card__icon {
    width: 48px;
    height: 48px;
    background: var(--primary-orange);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

    .contact-card__icon svg {
        width: 24px;
        height: 24px;
        fill: white;
    }

.contact-card__title {
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-card__content {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-card__link {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .contact-card__link:hover {
        color: var(--primary-orange);
        text-decoration: underline;
    }

/* Office Hours */
.contact-info__hours {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.contact-info__hours-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info__hours-icon {
    width: 20px;
    height: 20px;
    fill: #667eea;
}

.contact-info__hours-list {
    list-style: none;
}

.contact-info__hours-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f7fafc;
    font-size: 0.9rem;
}

    .contact-info__hours-item:last-child {
        border-bottom: none;
    }

.contact-info__hours-day {
    color: #4a5568;
    font-weight: 500;
}

.contact-info__hours-time {
    color: #718096;
}

/* Contact Form Side */
.contact-form {
    background: white;
    border-radius: 4px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

    .contact-form::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--primary-blue);
    }

.contact-form__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.contact-form__subtitle {
    font-size: 0.95rem;
    color: #718096;
    margin-bottom: 32px;
}

.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-form__group {
    display: flex;
    flex-direction: column;
}

.contact-form__group--row {
    flex-direction: row;
    gap: 16px;
}

    .contact-form__group--row .contact-form__field {
        flex: 1;
    }

.contact-form__field {
    display: flex;
    flex-direction: column;
}

.contact-form__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.contact-form__input,
.contact-form__textarea {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #2d3748;
    background-color: #fafafa;
    transition: all 0.3s ease;
    font-family: inherit;
}

    .contact-form__input:focus,
    .contact-form__textarea:focus {
        outline: none;
        border-color: #667eea;
        background-color: white;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

.contact-form__textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form__button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .contact-form__button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    }

    .contact-form__button:active {
        transform: translateY(0);
    }

    .contact-form__button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .contact-form__button:hover::before {
        left: 100%;
    }

/* Success Message */
.contact-form__success {
    background: #f0fff4;
    border: 1px solid #9ae6b4;
    color: #276749;
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
    display: none;
}

.contact-form__success--show {
    display: block;
}

/* ==========================================================================
           RESPONSIVE DESIGN
           ========================================================================== */

@media screen and (max-width: 992px) {
    .contact-section__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form {
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-section__title {
        font-size: 2rem;
    }

    .contact-form {
        padding: 32px 24px;
    }

    .contact-form__group--row {
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 480px) {
    .contact-section__container {
        padding: 0 16px;
    }

    .contact-section__title {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 24px 20px;
    }

    .contact-card {
        padding: 20px;
    }
}
.bootstrap-select .dropdown-toggle .filter-option {
    color: #000000;
}

.new-home-serch {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    max-width: 650px;
    margin: 0 auto;
}
.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
}

    .main-header .sticky-area {
        background: transparent;
    }
    .main-header .navbar .nav-link {
        color: #fff;
    }
    .main-header.inner-header {
        position: relative;
    }

        .main-header.inner-header .navbar .nav-link {
            color: #000;
        }
.blog-card {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px;
}

    .blog-card .blog-card__header {
        width: 180px;
    }

    .blog-card .blog-card__body {
        width: calc(100% - (180px + 16px));
        padding: 0;
    }

        .blog-card .blog-card__body .blog-card__excerpt {
            /*display: none;*/
        }

    .blog-card .blog-card__header img {
        border-radius: 14px;
    }

    .blog-card .blog-card__author {
        display: none;
    }
.testimonials-section__grid .slick-arrow {
    position: absolute;
    top: unset;
    bottom: -80px;
}

    .testimonials-section__grid .slick-arrow.slick-prev {
        left: calc(50% - 72px) !important;
    }

    .testimonials-section__grid .slick-arrow.slick-next {
        right: calc(50% - 72px) !important;
    }
.hashtags {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}
.visible-text {
    text-shadow: 0 0 10px white;
    font-weight: 400;
}
.popular-locations .card-img-overlay h2 {
    color: #ffffff !important;
    padding: 0 !important;
    display: inline-flex;
    border-radius: 4px;
    width: auto;
    width: max-content;
    line-height: 26px !important;
}
.popular-location-row .popular-location-col .card {
    border-radius: 0;
}

    .popular-location-row .popular-location-col .card img, .popular-location-row .popular-location-col .card video {
        border-radius: 0;
    }
.popular-location-row .popular-location-col .card-img-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black 5%, transparent 50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-cta {
    background: #fff;
    border-color: #fff;
    color: var(--primary-blue);
}

    .banner-cta:hover {
        border-color: var(--primary-blue);
        background: var(--primary-blue);
        color: #fff;
    }
.banner-content p {
    backdrop-filter: blur(5px);
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.text-shadow-black {
    text-shadow: 0 0 4px black;
}
.text-shadow-white {
    text-shadow: 0 0 5px white;
}
.banner-image .container {
    height: 100%;
}

.about-section-hemsby .container {
    max-width: 1140px;
}

.about-section-hemsby {
    padding: 80px 0;
}

    .about-section-hemsby .about-content p {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        font-weight: 300;
        padding-left: 20px;
        border-left: 1px solid #ddd;
        margin-top: 30px;
        opacity: 0.8;
    }
.about-content {
    padding-right: 40px;
    margin-bottom: 0;
}

.property_launch_sec .slick-slide .property-card {
    transform: scale(0.95);
}


.property_launch_sec .slick-slide.slick-center .property-card {
    transform: scale(1);
    border: 2px solid #cacaca;
}

.popular-location-row {
    display: flex;
    gap: 10px;
}

    .popular-location-row .popular-location-col {
        width: calc(70%/4);
    }

        .popular-location-row .popular-location-col:nth-child(3) {
            width: 30%;
        }
        .popular-location-row .popular-location-col .card img, .popular-location-row .popular-location-col .card video {
            height: 400px;
            object-fit: cover;
        }
        .popular-location-row .popular-location-col .card {
            border-radius: 0;
        }

            .popular-location-row .popular-location-col .card img, .popular-location-row .popular-location-col .card video {
                border-radius: 0;
            }
.about-section {
    position: relative;
    z-index: 1;
}

    .about-section .skyline-vector {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        filter: invert(1);
        opacity: 0.4;
    }

        .about-section .skyline-vector img {
            max-width: 500px;
        }
.parallex-br-new {
    background-image: url(../images/why-dubai-banner.jpg);
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 1;
}
    .parallex-br-new:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: -1;
        /*backdrop-filter: blur(3px);*/
    }
.inner-banner {
    padding: 30px 0;
}

    .inner-banner.listing-page {
        background: #001e50;
        color: #ffffff;
    }

        .inner-banner.listing-page .breadcrumb-item a {
            color: #fff;
        }

        .inner-banner.listing-page .breadcrumb-item.active {
            color: #ffffff;
            font-weight: 300;
        }
        .inner-banner.listing-page .breadcrumb-item {
            font-size: 12px !important;
        }
    .inner-banner h1 {
        font-size: 40px;
        font-weight: 600;
    }
.form-group button {
    border-radius: 0;
    min-height: 44px;
}

.search-box-sec .form-control-lg {
    border-radius: 0;
}
.text-green{
    color: green;
}
.amenities-list li i {
    color: green;
}

.property-detail-leftsec h4 {
    font-weight: 600;
}
.about-banner-image {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

    .about-banner-image:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: #0d1b33;
        z-index: -1;
    }

    .about-banner-image video {
        max-height: 570px;
        display: block;
        width:100%;
    }
.about-us-page-content {
    padding-left: 20px;
    border-left: 1px solid #ddd;
}


.why-banner-bg {
    background-image: url('../images/dubai1.png');
}
    .why-banner-bg .nlp-banner-text{
        bottom:50%;
    }

    .why-banner-bg .main-head{
        font-size:42px;
    }

.objective-section{
    padding:60px 0px;
}
.career-bg {
    background-image: url('../images/banner/1.png') !important;
    background-position:bottom bottom !important; 
}

.mamagemnt-bg {
    background-image: url('../images/banner/2.png') !important;
    background-position: bottom bottom !important;
}
.service-bg {
    background-image: url('../images/banner/3.png') !important;
    background-position: bottom bottom !important;
}
.contact-bg {
    background-image: url('../images/banner/4.png') !important;
    background-position: bottom bottom !important;
}
.policy-bg {
    background-image: url('../images/banner/5.png') !important;
    background-position: bottom bottom !important;
}
.dubai-bg {
    background-image: url('../images/banner/6.png') !important;
    background-position: bottom bottom !important;
}
.world-map-section {
    padding: 60px 0px;
}


.dubai-process {
    background:Var(--primary-blue);
    padding:60px 0px;
}

.process-title {
    font-size: 2.5rem;
    text-align:center;

    font-weight: bold;
    margin-bottom: 30px;
    color:#fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.timeline-info {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.time-card {
    background:#fff;
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    min-width: 200px;
}

    .time-card h2 {
        font-size: 24px;
        color: var(--primary-blue);
        margin-bottom: 0.5rem;
    }

    .time-card p {
        font-size: 1rem;
        line-height: 1.4;
        opacity: 0.9;
    }

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.process-card {
    background: rgba(255,255,255,0.95);
    color: #333;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .process-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    }

    .process-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #4a7c7c, #5a8a8a, #6a9a9a);
    }
    .process-card .card-header{
        background:unset;
        padding:20px 50px 20px 20px;
    }

    .card-header {
        display: flex;
        align-items: center;
    }

.card-number {
    width: 48px;
    height: 48px;
    background:var(--primary-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    flex-shrink: 0;
}

.card-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    color: #2c5555;
    margin-bottom:0px;
}

.card-description {
    font-size:16px;
    color: #000;
    line-height: 1.5;
    margin-top: 1rem;
}

.process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    flex-wrap: wrap;
    gap: 1rem;
}

.flow-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid rgba(255,255,255,0.8);
    transform: rotate(90deg);
}

.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    flex-wrap: wrap;
    gap: 1rem;
}

.step-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    transition: all 0.3s ease;
}

    .step-dot.active {
        background: #ffd700;
        transform: scale(1.5);
    }

.step-line {
    width: 40px;
    height: 2px;
    background: rgba(255,255,255,0.4);
}

/* Special styling for key steps */


@media (max-width: 768px) {

    .blog-card {
     
        margin: unset !important;
    }
    .process-title {
        font-size: 2rem;
    }

    .timeline-info {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .time-card {
        min-width: auto;
        width: 100%;
        max-width: 300px;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .process-card {
        padding: 1.5rem;
    }

    .card-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .card-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
   
    .card-header {
        flex-direction: column;
        text-align: center;
    }

    .card-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.growth-section{
    padding:60px 0px;
}
.dubai-future{
    padding:40px 0px 0px;
}

.dubain-measure-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);

}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
    border-radius: 10px !important;
}

.future-card {

    padding:30px 50px 30px 30px
}


    .future-card h5 {
        color: #fff;
        font-size:24px;
        font-weight:600;
    }
    .future-card p {
        color: #f5f5f5;
      
    }
.future-bg {
    background: #001E50;
}

.investors-section{
    padding:60px 0px;
}
.us-dollor-section {
    padding: 0px 0px 60px;
}

.counter-section{

    border:1px solid var(--primary-blue);

}
.counter-card{
    text-align:center;
    padding:40px 20px;
}
.counter-card h4 {
    font-size:24px;
    color:var(--primary-blue);
    font-weight:700;
}
    .counter-card p{
        font-weight:700;
    }
    .border-right-count {
        border-right: 1px solid var(--primary-blue);
    }
.World-map{
   border:2px dotted var(--primary-blue);
   padding:10px;
}
.box-one h3{
    font-weight:700;
}
.box-one p {
    font-weight: 600;
    font-size:16px;
}
.growth-content h4{
    font-size:24px;
    font-weight:700;
    color:var(--primary-blue);
}
.growth-content ul{
 padding-left:18px;
}
