:root {
    --olme-primary: #d4a017;
    --olme-primary-deep: #9c6500;
    --olme-primary-glow: #f2c94c;
    --olme-secondary: #228b0f;
    --olme-secondary-deep: #145a05;
    --olme-secondary-glow: #39a935;
    --olme-gold-gradient: linear-gradient(135deg, var(--olme-primary-glow), var(--olme-primary) 48%, var(--olme-primary-deep));
    --olme-green-gradient: linear-gradient(135deg, var(--olme-secondary-glow), var(--olme-secondary) 48%, var(--olme-secondary-deep));
    --olme-dark: #111827;
    --olme-muted: #667085;
}

body {
    color: #273142;
    background: #fff;
}

.olme-page-loader {
    align-items: center;
    background: linear-gradient(135deg, rgba(6, 43, 18, .98), rgba(20, 90, 5, .96));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .45s ease, visibility .45s ease;
    visibility: hidden;
    z-index: 99999;
}

.olme-page-loader.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.olme-loader-card {
    align-items: center;
    color: #fff;
    display: grid;
    justify-items: center;
    max-width: min(88vw, 420px);
    padding: 34px 28px;
    text-align: center;
}

.olme-loader-card img {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    max-height: 92px;
    max-width: 220px;
    object-fit: contain;
    padding: 10px 16px;
}

.olme-loader-card strong {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 22px;
}

.olme-loader-card span {
    color: rgba(255, 255, 255, .78);
    display: block;
    font-size: 15px;
    margin-top: 8px;
}

.olme-loader-ring {
    animation: olme-loader-spin 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, .22);
    border-top-color: var(--olme-primary);
    border-radius: 999px;
    height: 48px;
    margin-top: 24px;
    width: 48px;
}

@keyframes olme-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.bg-primary,
.btn-primary {
    background-color: var(--olme-primary) !important;
    border-color: var(--olme-primary) !important;
}

.text-primary {
    color: var(--olme-primary) !important;
}

.bg-secondary,
.btn-secondary {
    background-color: var(--olme-secondary) !important;
    border-color: var(--olme-secondary) !important;
}

.text-secondary {
    color: #b8860b !important;
}

.navbar-brand img {
    max-height: 56px;
    width: auto;
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
}

.dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 16px 35px rgba(16, 24, 40, .14);
}

.carousel-item {
    height: 680px;
    background: #111827;
}

.carousel-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.86);
}

.carousel-caption {
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
}

.carousel-content {
    max-width: 900px;
    text-align: left;
}

.carousel-content h1 {
    font-size: clamp(2.35rem, 6vw, 5.4rem);
    line-height: 1.02;
}

.carousel-content p {
    max-width: 760px;
}

.slider-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px;
    top: 52% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 16px;
    height: 16px;
}

.olme-fact {
    border-left: 1px solid rgba(255,255,255,.18);
    min-height: 92px;
}

.olme-section-kicker {
    font-weight: 700;
    color: var(--olme-primary);
    text-transform: uppercase;
    letter-spacing: 0;
}

.home-welcome-intro {
    background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.welcome-intro-panel {
    align-items: center;
    background: linear-gradient(135deg, rgba(6, 43, 18, .96), rgba(20, 90, 5, .88)), url('../../storage/pages/nigerian-real-estate-banner.png') center/cover no-repeat;
    border-radius: 8px;
    box-shadow: 0 24px 56px rgba(16, 24, 40, .16);
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 44px;
}

.welcome-intro-panel .olme-section-kicker {
    color: var(--olme-primary-glow);
}

.welcome-intro-panel h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.3rem);
    margin-bottom: 16px;
}

.welcome-intro-copy {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.8;
    max-width: 880px;
}

.welcome-intro-copy p:last-child,
.welcome-intro-copy ul:last-child {
    margin-bottom: 0;
}

.about-image-stack img {
    min-height: 330px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(16,24,40,.14);
}

.about-image-stack .stacked {
    border: 8px solid #fff;
}

.services .services-item,
.property-card,
.value-card,
.testimonial-card,
.faq-item {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16,24,40,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.services .services-item:hover,
.property-card:hover,
.value-card:hover,
.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(16,24,40,.14);
}

.services-content-icon i {
    font-size: 54px;
}

.property-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.property-card .badge {
    top: 16px;
    left: 16px;
    border-radius: 999px;
}

.property-card h4 a {
    color: var(--olme-dark);
    text-decoration: none;
}

.property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-actions .btn,
.property-actions .tf-btn {
    flex: 1 1 140px;
    justify-content: center;
    text-align: center;
}

.property-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--olme-muted);
    font-size: 14px;
    margin-right: 14px;
}

.vision-mission {
    background: linear-gradient(135deg, rgba(6, 43, 18, .88), rgba(156, 101, 0, .72)), url('../../storage/pages/olme-nigeria-residential-estate.png') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.vision-mission .bg-white {
    background: rgba(255, 255, 255, .95) !important;
    border: 1px solid rgba(255, 255, 255, .32);
    box-shadow: 0 22px 52px rgba(0, 0, 0, .2);
}

.value-card i {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(200,30,30,.1);
    color: var(--olme-primary);
    font-size: 28px;
}

.home-values-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(5, 12, 8, .9), rgba(25, 109, 6, .78)), url('../../storage/pages/nigerian-real-estate-banner.png') center/cover no-repeat;
}

.home-values-section .container {
    position: relative;
    z-index: 1;
}

.home-values-section .olme-section-kicker {
    color: var(--olme-primary);
}

.home-values-section h1 {
    color: #fff;
}

.home-values-section .value-card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .34);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .22);
}

.home-values-section .value-card h4 {
    color: #102015;
}

.home-contact-section .contact-detail::before {
    background: linear-gradient(135deg, var(--olme-secondary), var(--olme-primary));
}

.home-contact-section .contact-map,
.contact-page-map-section .contact-map,
.home-contact-section .contact-form {
    background: linear-gradient(135deg, rgba(25, 109, 6, .95), rgba(184, 134, 11, .92));
}

.home-contact-section .contact-address-card,
.contact-page-map-section .contact-address-card {
    background: #f8fafc;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .1);
}

.home-contact-section .contact-detail a,
.contact-page-map-section a {
    color: #111827;
    word-break: break-word;
}

.contact-info-row {
    align-items: flex-start;
    border-top: 1px solid #e6e8ee;
    display: flex;
    gap: 14px;
    padding: 18px 0;
}

.contact-info-row i {
    align-items: center;
    background: var(--olme-green-gradient);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    margin-top: 2px;
    width: 42px;
}

.contact-info-row strong {
    color: var(--olme-dark);
    display: block;
    margin-bottom: 4px;
}

.contact-info-row a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}

.home-contact-section .contact-form .form-control {
    box-shadow: none;
}

.testimonial-card img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
}

.faq-item {
    border: 1px solid #edf0f5;
    padding: 18px 22px;
    margin-bottom: 14px;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--olme-dark);
}

.faq-support-panel {
    background: linear-gradient(145deg, rgba(20, 90, 5, .96), rgba(156, 101, 0, .92)), url('../../storage/pages/about-us-contact.jpg') center/cover no-repeat;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    overflow: hidden;
    padding: 42px;
    position: relative;
    box-shadow: 0 20px 48px rgba(16, 24, 40, .16);
}

.faq-support-panel h2 {
    color: #fff;
    font-size: 32px;
    margin: 18px 0 14px;
}

.faq-support-panel p {
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.faq-support-icon {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 48px;
    height: 98px;
    justify-content: center;
    width: 98px;
}

.faq-support-contact {
    display: grid;
    gap: 12px;
}

.faq-support-contact a {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border-radius: 8px;
    color: #111827;
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    padding: 13px 16px;
    text-decoration: none;
    word-break: break-word;
}

.faq-support-contact a i {
    color: var(--olme-secondary);
}

.faq-list-panel {
    height: 100%;
}

.footer {
    background: linear-gradient(135deg, #062b12, #0f3f18 58%, #145a05);
}

.footer a {
    text-decoration: none;
}

.wow {
    visibility: visible !important;
}

@media (max-width: 991.98px) {
    .carousel-item {
        height: 590px;
    }

    .navbar-brand img {
        max-height: 46px;
    }

    .carousel-content {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .carousel-item {
        height: 540px;
    }

    .carousel-content h1 {
        font-size: 2.2rem;
    }

    .carousel-content p {
        font-size: 1rem !important;
    }
}

/* OLME header color and menu polish */
.container-fluid.bg-primary {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    box-shadow: 0 8px 24px rgba(17, 24, 39, .06);
}

.navbar {
    min-height: 82px;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(200, 30, 30, .25);
    background: var(--olme-primary);
}

.olme-logo-brand {
    padding: 10px 0;
    min-width: 118px;
}

.olme-logo-brand img,
.navbar-brand img {
    max-height: 62px;
    width: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.olme-main-menu {
    gap: 4px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1f2937;
    font-weight: 700;
    font-size: 15px;
    padding: 30px 13px;
    text-transform: capitalize;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: var(--olme-primary);
}

.navbar-dark .navbar-nav .nav-link i {
    color: var(--olme-secondary);
}

.olme-contact-menu {
    background: var(--olme-primary);
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 22px !important;
    margin-left: 8px;
    box-shadow: 0 10px 22px rgba(200, 30, 30, .24);
}

.olme-contact-menu i,
.olme-contact-menu:hover i {
    color: #fff !important;
}

.olme-contact-menu:hover {
    background: #a91515;
    color: #fff !important;
}

.dropdown-item {
    color: #253041;
    font-weight: 600;
    padding: 11px 18px;
}

.dropdown-item i {
    width: 18px;
    color: var(--olme-primary);
}

.dropdown-item:hover {
    color: var(--olme-primary);
    background: rgba(200, 30, 30, .08);
}

#phone-tada .fa-phone-alt {
    color: var(--olme-primary) !important;
}

.border-end {
    border-color: rgba(17, 24, 39, .16) !important;
}

.navbar .text-white-50 {
    color: #667085 !important;
}

.navbar .text-secondary {
    color: #b8860b !important;
}

@media (max-width: 1199.98px) {
    .olme-main-menu {
        align-items: stretch !important;
        padding: 14px 0 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .olme-contact-menu {
        margin-left: 0;
        margin-top: 8px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        min-height: 72px;
    }

    .olme-logo-brand img,
    .navbar-brand img {
        max-height: 52px;
    }
}
/* Mobile about section order */
@media (max-width: 767.98px) {
    .olme-about-copy {
        order: 1;
    }

    .olme-about-media {
        order: 2;
        margin-top: 24px;
    }

    .about-image-stack {
        min-height: 390px;
    }
}
/* End mobile about section order */
/* HighTech inner pages */
.olme-inner-page-header,
.page-title {
    background: linear-gradient(rgba(0, 1, 3, .72), rgba(0, 1, 3, .72)), url('../../storage/pages/nigerian-real-estate-banner.png') center/cover no-repeat !important;
    min-height: 330px;
    display: flex;
    align-items: center;
}

.page-title > .container {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.page-title h1,
.page-title .display-2 {
    color: #fff;
}

.page-title p,
.page-title .kicker {
    color: #f8fafc;
}

.breadcrumb-item a {
    color: #fff;
}

.olme-page-content p {
    color: #667085;
    line-height: 1.8;
}

.about-why-icon {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 24px;
}

.search-tabs-wrap {
    background: #f8fafc;
    padding: 34px 0;
}

.search-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.search-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(16,24,40,.08);
}

.search-tabs a.active,
.search-tabs a:hover {
    background: var(--olme-primary);
    color: #111827;
}

.simple-search {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}

.simple-search input {
    flex: 1;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 12px 18px;
}

.property-grid,
.services-grid,
.staff-grid,
.values-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.section-pad {
    padding: 80px 0;
}

.alt {
    background: #f8fafc;
}

.tf-btn,
.service-link,
.about-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
    text-decoration: none;
}

.tf-btn.primary,
.service-link {
    background: var(--olme-primary);
    color: #111827;
}

@media (max-width: 991.98px) {
    .property-grid,
    .services-grid,
    .staff-grid,
    .values-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .property-grid,
    .services-grid,
    .staff-grid,
    .values-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .simple-search {
        flex-direction: column;
    }

    .page-title,
    .olme-inner-page-header {
        min-height: 260px;
    }
}
/* End HighTech inner pages */
/* HighTech details */
.property-detail-main {
    min-height: 460px;
    object-fit: cover;
    box-shadow: 0 18px 42px rgba(16,24,40,.12);
}

.property-detail-thumb {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.property-detail-list li {
    padding: 10px 0;
    border-bottom: 1px solid #edf0f5;
    color: #475467;
}
/* End HighTech details */

/* Footer logo */
.hightech-footer-logo {
    max-height: 70px;
    width: auto;
    background: #fff;
    border-radius: 6px;
    padding: 8px 12px;
}
.footer-logo-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}
/* End footer logo */

/* HighTech blog posts */
.hightech-blog-card h4 a {
    color: #111827;
    text-decoration: none;
}

.hightech-blog-card h4 a:hover {
    color: var(--olme-primary);
}

.hightech-blog-detail > img {
    max-height: 520px;
    object-fit: cover;
}

.hightech-blog-content {
    color: #475467;
    font-size: 1.04rem;
    line-height: 1.85;
}

.hightech-blog-content h1,
.hightech-blog-content h2,
.hightech-blog-content h3,
.hightech-blog-content h4 {
    margin-top: 1.5rem;
    color: #111827;
}

.hightech-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
/* End HighTech blog posts */

/* Homepage tighter spacing */
.home-about-tight {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.home-services-tight {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
    margin-bottom: 1rem !important;
}
.home-vision-tight {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.home-about-tight + .container-fluid.bg-secondary {
    margin-top: 0 !important;
}
.home-featured-section,
.home-values-section,
.home-testimonial-section,
.home-faq-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
@media (max-width: 767.98px) {
    .welcome-intro-panel {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }

    .home-about-tight {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .home-services-tight,
    .home-vision-tight,
    .home-featured-section,
    .home-values-section,
    .home-testimonial-section,
    .home-faq-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}
/* End homepage tighter spacing */



