/*==================================
Font Variable
==================================*/

:root {
    --uc-primary-font: 'Urbanist', sans-serif;
}

:root {
    --uc-secondary-font: 'Arial', sans-serif;
}

:root {
    --uc-text-font: 'Roboto', sans-serif;
    ;
}

:root {
    --uc-accent-font: 'Urbanist', sans-serif;
}

:root {
    --uc-general-font: 'Roboto', sans-serif;
    ;
}



/*==================================
Theme Color All Codes Variable
==================================*/

:root {
    --uc-primary-color: #aa8453;
    /* theme primary color */
}

:root {
    --uc-secondary-color: #313145;
    /* theme secondary color */
}

:root {
    --uc-white-color: #fff;
    /* theme white font color */
}

:root {
    --uc-light-color: #f5f5f5;
    /* theme light gray color */
}

:root {
    --uc-light-gray-color: #f8f8f8;
    /* theme gray color */
}

:root {
    --uc-gray-color: #c0c0c0;
    /* theme gray color */
}

:root {
    --uc-dark-color: #12171f;
    /* theme dark color ok*/
}

:root {
    --uc-accent-color: #aa8453;
    /* theme accent color ok*/
}

:root {
    --uc-footer-color: #12171f;
    /* theme dark color ok*/
}

:root {
    --uc-primary-opacity-color: rgba(170, 132, 83, .8);
    /* theme secondary color */
}

:root {
    --uc-secondary-opacity-color: rgba(49, 49, 69, .8);
    /* theme secondary color */
}

:root {
    --uc-dark-opacity-color: rgba(24, 26, 29, .8);
    /* theme dark opacity color */
}

:root {
    --uc-white-opacity-color: rgba(255, 255, 255, 0.5);
    /* theme light color */
}

:root {
    --uc-default-color: #787878;
    /* theme gray color */
}

:root {
    --uc-text-gray-color: #b1b1b1;
    /* theme gray color */
}

:root {
    --uc-text-color2: #9b9b9b;
    /* text light color */
}

:root {
    --uc-text-color3: #c3c3c3;
    /* theme text gray color */
}

:root {
    --uc-text-color4: #ededed;
}

:root {
    --uc-primary-color-rgba: 170, 132, 83;
}

:root {
    --uc-secondary-color-rgba: 49, 49, 69;
}

:root {
    --uc-dark-color-rgba: 24, 26, 29;
}

/* Property Cards Equal Height Fix */
.property-grid-1.property-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-grid-1.property-block .entry-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-grid-1.property-block .entry-thumbnail {
    flex-shrink: 0;
}

.property-grid-1.property-block .entry-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.property-grid-1.property-block .entry-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.property-grid-1.property-block .entry-header {
    flex-shrink: 0;
}

.property-grid-1.property-block .entry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-grid-1.property-block .entry-footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* Ensure all cards in a row have equal height */
.row.row-cols-lg-4 .col,
.row.row-cols-md-2 .col,
.row.row-cols-1 .col {
    display: flex;
}

.row.row-cols-lg-4 .col>*,
.row.row-cols-md-2 .col>*,
.row.row-cols-1 .col>* {
    width: 100%;
}

/* Property Modal Styling */
.quick-view-modal .modal-content {
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: none;
}

.quick-view-modal .modal-body {
    padding: 30px;
}

.quick-view-modal .close.view-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quick-view-modal .close.view-close:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.property-gallery {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.property-gallery img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-gallery:hover img {
    transform: scale(1.05);
}

.thumbnail-gallery {
    margin-top: 15px;
}

.thumbnail-img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumbnail-img:hover,
.thumbnail-img.active {
    border-color: #ff6b35;
    transform: scale(1.05);
}

.property-id .badge {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 20px;
}

.entry-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
}

.entry-title a:hover {
    color: #ff6b35;
}

.listing-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.listing-location i {
    color: #ff6b35;
    margin-right: 5px;
}

.color-primary.font-primary.fw-semibold.fs-3 {
    color: #ff6b35 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}

.product-status {
    background: #e8f5e8;
    color: #2d5a2d;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.product-offers {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.product-offers-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-offer-item {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
}

.product-offer-item:last-child {
    border-bottom: none;
}

.product-offer-item strong {
    color: #333;
    font-weight: 600;
}

.quantity ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.quantity li {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.quantity li span {
    color: #666;
    font-weight: 400;
}

.contact-section {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    padding: 20px;
    border-radius: 12px;
    color: white;
    margin: 20px 0;
}

.contact-section h6 {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-section .d-flex {
    gap: 15px;
    align-items: center;
}

.btn-outline-primary {
    border-color: white;
    color: #323145;
    background: transparent;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: white;
    color: #ff6b35;
    border-color: white;
    transform: translateY(-2px);
}

.badge.bg-success {
    background: #28a745 !important;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
}

.text-secondary.my-3 {
    color: #666;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.features-container {
    margin-top: 20px;
}

.features-trigger {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    border-radius: 25px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.features-trigger:hover {
    background: #e9ecef;
    color: #333;
}

#property-features {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

#property-features li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

#property-features li:last-child {
    border-bottom: none;
}

#property-features li i {
    color: #28a745;
    margin-right: 8px;
}

/* Construction Gallery Styling */
.construction-gallery-slider {
    margin-top: 40px;
}

.gallery-item {
    padding: 0 15px;
}

.project-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.project-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

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

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

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.9), rgba(255, 140, 66, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-status {
    text-align: center;
    color: white;
}

.status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.status-badge.under-construction {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.status-badge.foundation {
    background: rgba(52, 144, 220, 0.8);
    border: 2px solid rgba(52, 144, 220, 0.9);
}

.status-badge.framing {
    background: rgba(255, 193, 7, 0.8);
    border: 2px solid rgba(255, 193, 7, 0.9);
}

.status-badge.design {
    background: rgba(108, 117, 125, 0.8);
    border: 2px solid rgba(108, 117, 125, 0.9);
}

.progress-text {
    font-size: 14px;
    font-weight: 500;
}

.project-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.project-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.project-location i {
    color: #ff6b35;
    margin-right: 6px;
}

.project-progress {
    margin-bottom: 20px;
}

.progress {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.progress-bar {
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.project-progress small {
    font-size: 12px;
    color: #888;
}

.project-features {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-tag {
    background: #f8f9fa;
    color: #666;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e9ecef;
}

.project-price {
    font-size: 24px;
    font-weight: 700;
    color: #ff6b35;
    margin-top: auto;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

/* Owl Carousel Customization for Construction Gallery */
.construction-gallery-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;
}

.construction-gallery-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff6b35;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.construction-gallery-slider .owl-nav button:hover {
    background: #e55a2b;
    transform: scale(1.1);
}

.construction-gallery-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.construction-gallery-slider .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.construction-gallery-slider .owl-dots button.active {
    background: #ff6b35;
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .project-content {
        padding: 20px;
    }

    .project-title {
        font-size: 18px;
    }

    .project-price {
        font-size: 20px;
    }

    .construction-gallery-slider .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Testimonial Section Styling */
.testimonial-carousel {
    margin-top: 40px;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-content {
    flex: 1;
    margin-bottom: 25px;
}

.quote-icon {
    text-align: center;
    margin-bottom: 20px;
}

.quote-icon i {
    font-size: 40px;
    color: #ff6b35;
    opacity: 0.3;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-rating {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-rating i {
    font-size: 18px;
    margin: 0 2px;
    color: #ffc107;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: auto;
}

.author-image {
    flex-shrink: 0;
}

.author-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
    transition: transform 0.3s ease;
}

.testimonial-card:hover .author-image img {
    transform: scale(1.1);
}

.author-info {
    text-align: left;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.2;
}

.author-title {
    font-size: 14px;
    color: #ff6b35;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}

.author-company {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

/* Legacy Testimonial Block Styling */
.testimonial-block-1 {
    background: #fff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-block-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
}

.testimonial-block-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-block-1 .quote-icon {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-block-1 .quote-icon i {
    font-size: 40px;
    color: #ff6b35;
    opacity: 0.3;
}

.testimonial-block-1 p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-block-1 .image-avata img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
}

.testimonial-block-1 .about-avata {
    flex: 1;
}

.testimonial-block-1 .name {
    font-size: 16px;
}

/* About Page Styling */
.about-page {
    overflow-x: hidden;
}

/* Hero Section Styling */
.about-hero {
    background: var(--uc-primary-color);
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.about-hero .hero-content {
    position: relative;
    z-index: 2;
}

.about-hero .hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}

.about-hero .hero-content .lead {
    font-size: 1.4rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}

.about-hero .hero-stats {
    gap: 2rem;
}

.about-hero .stat-item {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.about-hero .stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}

.about-hero .stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.about-hero .stat-item small {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
}

.about-hero .hero-image {
    position: relative;
    z-index: 2;
}

.about-hero .hero-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.about-hero .hero-image img:hover {
    transform: scale(1.05);
}

/* Mission & Vision Cards */
.mission-vision-card {
    background: #fff;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.mission-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #f4d03f);
}

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

.mission-vision-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.mission-vision-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.mission-vision-card .card-icon i {
    font-size: 2rem;
    color: white;
}

.mission-vision-card .card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

.mission-vision-card .card-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Values Section */
.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.1);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #f4d03f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-card .value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #d4af37, #f4d03f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(10deg);
}

.value-card .value-icon i {
    font-size: 1.8rem;
    color: white;
}

.value-card .value-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.value-card .value-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Team Section */
.team-section-single {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.1);
    max-width: 400px;
    width: 100%;
}

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

.team-card .team-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.team-card .team-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-card .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(244, 208, 63, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-card .team-social {
    display: flex;
    gap: 1rem;
}

.team-card .social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.team-card .social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: white;
}

.team-card .team-content {
    padding: 2rem;
    text-align: center;
}

.team-card .team-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.team-card .team-position {
    font-size: 1rem;
    color: var(--uc-primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.team-card .team-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Achievements Section */
.achievements-section {
    background: var(--uc-primary-color);
    position: relative;
    overflow: hidden;
}

.achievements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.achievement-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.achievement-card:hover::before {
    opacity: 1;
}

.achievement-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
}

.achievement-card .achievement-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.achievement-card:hover .achievement-icon {
    transform: scale(1.1) rotate(10deg);
    background: rgba(255, 255, 255, 0.3);
}

.achievement-card .achievement-icon i {
    font-size: 2rem;
    color: white;
}

.achievement-card .achievement-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.achievement-card .achievement-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin: 0;
}

/* Story Section */
.story-content {
    padding-right: 2rem;
}

.story-content .tagline {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.story-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.story-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1.5rem;
}

.story-features {
    margin-top: 2rem;
}

.story-features .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #555;
}

.story-features .feature-item i {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.story-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.story-image img:hover {
    transform: scale(1.02);
}

/* CTA Section */
.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.cta-buttons .btn-primary {
    background: var(--uc-primary-color);
    border: none;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}

.cta-buttons .btn-outline-primary {
    border: 2px solid var(--uc-primary-color);
    color: var(--uc-primary-color);
    background: transparent;
}

.cta-buttons .btn-outline-primary:hover {
    background: var(--uc-primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.cta-buttons .btn-outline-secondary {
    border: 2px solid #6c757d;
    color: #6c757d;
    background: transparent;
}

.cta-buttons .btn-outline-secondary:hover {
    background: #6c757d;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero .hero-content h1 {
        font-size: 2.5rem;
    }

    .about-hero .hero-content .lead {
        font-size: 1.2rem;
    }

    .about-hero .hero-stats {
        gap: 1rem;
    }

    .about-hero .stat-item {
        padding: 0.75rem;
    }

    .about-hero .stat-item h3 {
        font-size: 2rem;
    }

    .mission-vision-card,
    .value-card,
    .team-card {
        margin-bottom: 2rem;
    }

    .story-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .story-content h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}


.testimonial-block-1 .designation {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

/* Owl Carousel Customization for Testimonials */
.testimonial-carousel.nav-top-right .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;
}

.testimonial-carousel.nav-top-right .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff6b35;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.testimonial-carousel.nav-top-right .owl-nav button:hover {
    background: #e55a2b;
    transform: scale(1.1);
}

.testimonial-carousel.dot-disable .owl-dots {
    display: none;
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 25px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .author-name {
        font-size: 16px;
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .author-info {
        text-align: center;
    }

    .testimonial-carousel.nav-top-right .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Why Choose Us Section Styling */
.why-choose-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.why-choose-card:hover::before {
    transform: scaleX(1);
}

.why-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.why-choose-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.why-choose-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.why-choose-card:hover .why-choose-icon::before {
    opacity: 1;
}

.why-choose-icon i {
    font-size: 32px;
    color: white;
    z-index: 1;
    position: relative;
}

.why-choose-card:hover .why-choose-icon {
    transform: scale(1.1) rotate(5deg);
}

.why-choose-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.why-choose-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
    flex: 1;
}

/* Additional Features Styling */
.why-choose-feature {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.why-choose-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff6b35, #ff8c42);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.why-choose-feature:hover::before {
    transform: scaleY(1);
}

.why-choose-feature:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.why-choose-feature:hover .feature-icon {
    transform: scale(1.1);
}

.feature-icon i {
    font-size: 24px;
    color: white;
}

.feature-content {
    flex: 1;
}

.feature-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Responsive Design for Why Choose Us */
@media (max-width: 768px) {
    .why-choose-card {
        padding: 30px 20px;
    }

    .why-choose-icon {
        width: 70px;
        height: 70px;
    }

    .why-choose-icon i {
        font-size: 28px;
    }

    .why-choose-title {
        font-size: 20px;
    }

    .why-choose-description {
        font-size: 14px;
    }

    .why-choose-feature {
        padding: 25px 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

    .feature-icon i {
        font-size: 20px;
    }

    .feature-content h5 {
        font-size: 16px;
    }

    .feature-content p {
        font-size: 13px;
    }
}

/* Properties Page Template Styling */
.inner-page-banner {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    border-bottom: 1px solid #dee2e6;
}

.page-title-wrapper {
    text-align: center;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ff6b35;
}

.breadcrumb-item.active {
    color: #495057;
    font-weight: 500;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Quick Search Form */
.quick-search {
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-group.field-icon {
    position: relative;
}

.form-group.field-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff6b35;
    z-index: 2;
}

.form-group.field-icon .form-control {
    padding-left: 45px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.form-group.field-icon .form-control:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.form-select {
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.form-select:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

/* Listing Filter Bar */
.listing-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 30px;
}

.result-wrapper .ordering-pages {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
}

.short-by-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.listing-ordering label {
    font-size: 14px;
    color: #6c757d;
    margin-right: 10px;
    font-weight: 500;
}

.makeMeList {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    background: white;
    min-width: 150px;
}

.view-style {
    display: flex;
    gap: 5px;
}

.view-style button {
    width: 40px;
    height: 40px;
    border: 1px solid #e9ecef;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.view-style button:hover,
.view-style button.current {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.view-style button i {
    font-size: 16px;
}

/* Property Grid 5 Styling */
.property-grid-5 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-grid-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.property-grid-5 .entry-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-grid-5 .entry-thumbnail {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.property-grid-5 .entry-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-grid-5:hover .entry-thumbnail img {
    transform: scale(1.05);
}

.property-grid-5 .type {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.property-grid-5 .type span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 5px;
}

.property-grid-5 .type .sale {
    background: #28a745;
}

.property-grid-5 .type .rent {
    background: #007bff;
}

.property-grid-5 .type .featured {
    background: #ff6b35;
}

.property-grid-5 .quick-meta {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
}

.property-grid-5 .quick-meta li a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.property-grid-5 .quick-meta li a:hover {
    background: #ff6b35;
    color: white;
    transform: scale(1.1);
}

.property-grid-5 .entry-content-wrapper {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.property-grid-5 .entry-header {
    margin-bottom: 15px;
}

.property-grid-5 .listing-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.property-grid-5 .listing-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.property-grid-5 .listing-title a:hover {
    color: #ff6b35;
}

.property-grid-5 .listing-location {
    font-size: 14px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 6px;
}

.property-grid-5 .entry-content {
    flex: 1;
}

.property-grid-5 .property-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    gap: 8px;
}

.property-grid-5 .property-info li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    flex: 1;
    justify-content: center;
}

.property-grid-5 .property-info li span {
    background: #f8f9fa;
    color: #6c757d;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.property-grid-5 .entry-status {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.property-grid-5 .entry-status li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
}

.property-grid-5 .entry-status li:last-child {
    border-bottom: none;
}

.property-grid-5 .entry-status li span {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.property-grid-5 .entry-status li .font-medium {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.property-grid-5 .entry-footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.property-grid-5 .listing-price {
    font-size: 20px;
    font-weight: 700;
    color: #ff6b35;
    display: block;
}

.property-grid-5 .listing-price small {
    font-size: 12px;
    color: #6c757d;
    font-weight: 400;
}

/* Pagination */
.pagination-wrap {
    margin-top: 40px;
}

.pagination {
    gap: 5px;
}

.page-link {
    border: 1px solid #e9ecef;
    color: #6c757d;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.page-item.active .page-link {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.page-item.disabled .page-link {
    background: #f8f9fa;
    border-color: #e9ecef;
    color: #adb5bd;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .quick-search {
        padding: 20px;
    }

    .listing-filter-bar {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .short-by-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .property-grid-5 .entry-content-wrapper {
        padding: 20px;
    }

    .property-grid-5 .property-info {
        flex-wrap: wrap;
        gap: 10px;
    }

    .property-grid-5 .property-info li {
        flex: 1;
        min-width: calc(50% - 5px);
    }
}

/* Mobile Navigation Fix - Uniland Style */
@media (max-width: 991px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        flex: 0 0 auto;
    }

    .navbar .d-flex {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .navbar-toggler {
        margin-left: 15px;
        border: none;
        padding: 4px 8px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--uc-secondary-color);
        z-index: 1000;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-login {
        margin-top: 1rem;
        text-align: center;
    }
}

/* Force Inline Block Display for Mobile Navigation */
@media (max-width: 991px) {
    .navbar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .navbar .container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    .navbar-brand {
        display: inline-block !important;
        flex: 0 0 auto !important;
        margin-right: auto !important;
    }

    .navbar .d-flex {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
    }

    .navbar-toggler {
        display: inline-block !important;
        margin-left: 15px !important;
        border: none !important;
        padding: 4px 8px !important;
        background: transparent !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 24px !important;
        height: 24px !important;
    }
}