/* =====================================================
   AJ Properties - Theme Override CSS
   Color Palette (Logo-Matched):
     Primary Red   : #C0392B  (logo coral/terracotta red)
     Dark Charcoal : #1a1a1a  (logo black script)
     Deep Maroon   : #8B1A1A  (hover / depth)
     Warm Cream    : #FAF8F5  (clean background)
     Warm Section  : #F5EDE8  (alternate sections)
     Gold Accent   : #C0392B  (luxury real estate touch)
   Fonts:
     Headings : Playfair Display (elegant serif, kept)
     Body     : Raleway (clean, modern, professional)
===================================================== */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,600&display=swap');

/* ── Body & Base Typography ── */
body {
    font-family: 'Raleway', sans-serif !important;
    color: #5a4f4a;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
    color: #1a1a1a;
    letter-spacing: 0.3px;
}

p {
    font-family: 'Raleway', sans-serif;
    color: #6a5f5a;
    font-size: 15px;
    line-height: 30px;
}

a, button {
    color: #C0392B;
}

/* ── Header Top Bar ── */
.second-header {
    background: #FAF8F5 !important;
    border-bottom: 1px solid #ede5de !important;
}

.wellcome-text p {
    color: #8a7a72;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.header-cta ul li i {
    color: #C0392B;
}

.header-cta ul li span {
    color: #5a4f4a;
    font-family: 'Raleway', sans-serif;
}

/* ── Navigation Bar ── */
.menu-area {
    /* background: #1a1a1a !important; */
    background-color: #fff!important;
}

.menu-area::before {
    background: #C0392B !important;
    display: block !important;
}

/* Reduce item spacing so all items fit */
.main-menu ul li {
    margin-left: 12px !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li a:active {
    color: #C0392B !important;
}
.main-menu ul li a:focus{
    color: #C0392B !important;
}
.main-menu ul li a


{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    color: #f5f0ec !important;
    font-size: 12.5px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    padding: 12px 8px !important;
    outline: none !important;
}

.main-menu ul li.active a {
    color: #C0392B !important;
}

.main-menu ul li:hover > a {
    color: #C0392B !important;
}

/* Dropdown text visibility */
.main-menu .ajp-dropdown li a {
    color: #3d3530 !important;
}
.main-menu .ajp-dropdown li a:hover {
    color: #C0392B !important;
}

/* Dropdown directly under About + center text */
@media (min-width: 1200px) {
    .main-menu ul li.has-dropdown > .ajp-dropdown {
        left: 0 !important;
        transform: none !important;
    }
}
.main-menu .ajp-dropdown li a {
    text-align: center;
}

/* Top header colors */
.header-top {
    background: #8B1A1A !important;
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,0.15) !important;
}
.header-top a,
.header-top .header-cta ul li,
.header-top .header-cta ul li a,
.header-top .header-social a {
    color: #fff !important;
}
.header-top .header-cta ul li i,
.header-top .header-top-cta ul li i {
    color: #ffe8e1 !important;
}
.header-top p,
.header-top span {
    color: #fff !important;
}
.header-top .header-social a:hover {
    color: #8B1A1A !important;
    background: #fff !important;
}

/* Location strip center align */
.location-strip-inner {
    justify-content: center;
    text-align: center;
}

/* Contact map visibility */
.map-area {
    line-height: 0;
}
.map-area iframe {
    width: 100%;
    height: 520px;
    min-height: 520px;
    display: block;
}

/* Mobile hamburger fix */
@media (max-width: 991px) {
    .responsive {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: auto;
        margin-top: 0 !important;
        color: #fff !important;
        background: #C0392B;
        border-radius: 8px;
        z-index: 5;
        position: relative;
        float: none !important;
    }
    .responsive i { display: none; }
    .responsive::before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 12px;
        height: 2px;
        background: #fff;
        box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
    }
    .second-menu .main-menu {
        display: block !important;
    }
    #mobile-menu {
        display: none;
    }
    .responsive {
        cursor: pointer;
    }
    .second-menu .row {
        align-items: center;
    }
    .second-menu .col-xl-2,
    .second-menu .col-lg-2 {
        flex: 0 0 auto;
        max-width: 65% !important;
    }
    .second-menu .col-xl-10,
    .second-menu .col-lg-9 {
        flex: 0 0 auto;
        max-width: 35% !important;
        display: flex;
        justify-content: flex-end;
    }
    .menu-area {
        padding: 0px 0 !important;
        position: relative;
    }
}

@media (max-width: 767px) {
    #mobile-menu {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }
    .sticky-menu #mobile-menu {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
    .menu-area .container {
        position: relative;
    }
}

/* 360px specific: force true full-width panel */
@media (max-width: 360px) {
    .menu-area .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #mobile-menu,
    .sticky-menu #mobile-menu {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
    }
}

/* Footer bottom text center on mobile */
@media (max-width: 767px) {
    .copyright-wrap .row {
        text-align: center;
    }
    .copyright-wrap .text-right {
        text-align: center !important;
    }
    .copyright-wrap .copyright-text {
        margin-bottom: 6px;
    }
}

/* Mobile counter section: horizontal slide */
@media (max-width: 767px) {
    .counter-area .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding: 0 16px;
    }
    .counter-area .row > [class*="col-"] {
        flex: 0 0 82%;
        max-width: 82%;
        scroll-snap-align: center;
    }
    .counter-area .single-counter {
        margin-bottom: 0 !important;
    }
    .counter-area .row::-webkit-scrollbar {
        height: 6px;
    }
    .counter-area .row::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.25);
        border-radius: 6px;
    }
}

@media (max-width: 991px) {
    .logo img {
        width: 120px !important;
        height: auto;
        display: block;
    }
}
@media (max-width: 575px) {
    .logo img {
        width: 96px !important;
    }
}

/* Mobile menu panel styling */
@media (max-width: 991px) {
    #mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        background: #2b2420;
        padding: 12px 0 14px;
        border-radius: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
        z-index: 9999;
    }
    #mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        width: 100%;
    }
    #mobile-menu ul li {
        display: block;
        margin: 0 !important;
        border-top: 1px solid rgba(255,255,255,0.08);
        width: 100%;
    }
    #mobile-menu ul li:first-child {
        border-top: none;
    }
    #mobile-menu ul li a {
        display: block;
        padding: 12px 18px !important;
        color: #f7f1ed !important;
        font-size: 13px !important;
        letter-spacing: 0.6px;
        font-weight: 700;
        width: 100%;
    }
    #mobile-menu .ajp-dropdown {
        position: static !important;
        background: #241f1c;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0 !important;
        box-shadow: none;
        transition: all 0.25s ease;
        width: 100%;
    }
    #mobile-menu li.has-dropdown:hover > .ajp-dropdown {
        opacity: 1;
        visibility: visible;
        max-height: 200px;
        padding: 6px 0 10px;
    }
    #mobile-menu .ajp-dropdown li a {
        padding: 10px 16px !important;
        font-size: 12px !important;
        color: #f2e9e4 !important;
        text-align: center;
    }
    #mobile-menu .nav-enquire-item {
        border-top: none;
        padding: 12px 0 8px;
    }
    #mobile-menu .nav-enquire-btn.top-btn {
        margin: 0 auto;
        width: calc(100% - 36px);
        justify-content: center;
    }
}

/* ── Active Nav Item ── */
.main-menu ul li.nav-active > a {
      color: #ffb703 !important;
    position: relative;
}
.main-menu ul li.nav-active > a::after {
    content: '';
    position: absolute;
    bottom: 22px;
    left: 0; right: 0;
    height: 2px;
    background: #C0392B;
    border-radius: 2px;
}
.main-menu ul li.nav-active.has-dropdown > a::after { display: none; }

/* ── Enquire Now Button ── */
.nav-enquire-item { margin-left: 10px !important; }
.nav-enquire-btn.top-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: #C0392B !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 9px 18px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    transition: background 0.25s ease, box-shadow 0.25s ease !important;
    box-shadow: 0 4px 14px rgba(192,57,43,0.35);
    line-height: 1 !important;
    vertical-align: middle;
    transform: none !important;
}
.nav-enquire-btn.top-btn i {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}
.nav-enquire-btn.top-btn:hover {
    background: #a93226 !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(192,57,43,0.5) !important;
    padding: 9px 18px !important;
    transform: none !important;
}
  .nav-enquire-btn.top-btn:focus,
  .nav-enquire-btn.top-btn:active,
  .nav-enquire-btn.top-btn:focus-visible {
      background: #8f1f16 !important;
      color: #fff !important;
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) !important;
      padding: 9px 18px !important;
      transform: none !important;
      scale: 1 !important;
  }

/* Prevent any zoom/spread effect on click */
.nav-enquire-btn.top-btn,
.nav-enquire-btn.top-btn:hover,
.nav-enquire-btn.top-btn:active,
.nav-enquire-btn.top-btn:focus,
.nav-enquire-btn.top-btn:focus-visible {
    transform: none !important;
    scale: 1 !important;
}

/* Enquire button should not inherit nav active color */
.main-menu ul li.nav-enquire-item > a,
.main-menu ul li.nav-enquire-item > a:visited,
.main-menu ul li.nav-enquire-item > a:focus,
.main-menu ul li.nav-enquire-item > a:active,
.main-menu ul li.nav-enquire-item.active > a {
    color: #fff !important;
}
.main-menu ul li.nav-enquire-item.active > a,
.main-menu ul li.nav-enquire-item > a:active {
    background: #8f1f16 !important;
}

/* ── Enquire Modal ── */
.enquire-modal { z-index: 10050; }
.modal-backdrop { z-index: 10040; }

/* Book Now modal z-index fix */
.prop-modal { z-index: 10050; }
.prop-modal + .modal-backdrop { z-index: 10040; }
.enquire-modal .modal-dialog { max-width: 520px; }
.enquire-modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.22);
}
.enquire-modal-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    background: linear-gradient(135deg, #C0392B, #922b21);
}
.enquire-modal-icon {
    width: 46px; height: 46px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff; flex-shrink: 0;
}
.enquire-modal-title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 3px;
}
.enquire-modal-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 12px; color: rgba(255,255,255,0.75); margin: 0; font-weight: 500;
}
.enquire-modal-close {
    background: rgba(255,255,255,0.18); border: none; color: #fff;
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; cursor: pointer; margin-left: auto; flex-shrink: 0;
    transition: background 0.2s ease;
}
.enquire-modal-close:hover { background: rgba(255,255,255,0.3); }

.enquire-modal-body { padding: 24px 24px 20px; background: #fff; }

.enq-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.enq-form-group { margin-bottom: 14px; }
.enq-form-group label {
    font-family: 'Raleway', sans-serif;
    font-size: 11px; font-weight: 700; color: #555;
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 6px; display: block;
}
.enq-form-group label span { color: #C0392B; }
.enq-input-wrap { position: relative; }
.enq-input-wrap > i {
    position: absolute; left: 13px; top: 50%;
    transform: translateY(-50%);
    font-size: 12px; color: #bbb; pointer-events: none;
}
.enq-textarea-wrap > i { top: 14px; transform: none; }
.enq-select-wrap > i { z-index: 1; }
.enq-input-wrap input,
.enq-input-wrap select,
.enq-input-wrap textarea {
    width: 100%;
    padding: 10px 13px 10px 36px;
    font-family: 'Raleway', sans-serif;
    font-size: 13.5px; color: #333;
    border: 1.5px solid #e8e6e2;
    border-radius: 8px; outline: none;
    transition: border-color 0.25s, box-shadow 0.25s;
    background: #fafaf8; resize: none;
    appearance: none;
}
.enq-input-wrap input:focus,
.enq-input-wrap select:focus,
.enq-input-wrap textarea:focus {
    border-color: #C0392B;
    box-shadow: 0 0 0 3px rgba(192,57,43,0.10);
    background: #fff;
}
.enq-submit-btn {
    width: 100%; padding: 13px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px; font-weight: 700; color: #fff;
    background: linear-gradient(135deg, #C0392B, #922b21);
    border: none; border-radius: 8px; cursor: pointer;
    letter-spacing: 0.5px; text-transform: uppercase;
    transition: opacity 0.25s, transform 0.2s;
    margin-top: 4px;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.enq-submit-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.enq-modal-note {
    font-family: 'Raleway', sans-serif;
    font-size: 11px; color: #bbb; text-align: center; margin: 10px 0 0;
}
.enq-modal-note i { margin-right: 4px; }

@media (max-width: 575px) {
    .enq-form-row { grid-template-columns: 1fr; }
    .enquire-modal .modal-dialog { margin: 10px; }
}

/* ── Sticky Menu ── */
.sticky-menu {
    background: #1a1a1a !important;
    box-shadow: 0 3px 25px rgba(0,0,0,0.3) !important;
}

/* ── Main Buttons ── */
.btn {
    background: #C0392B !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    border-radius: 3px !important;
}

.btn:hover {
    background: #8B1A1A !important;
    color: #fff !important;
}

.btn.ss-btn {
    background: #C0392B !important;
    color: #fff !important;
}

.btn.ss-btn:hover {
    background: #fff !important;
    color: #C0392B !important;
}

/* Scroll Up */
#scrollUp {
    background: #C0392B !important;
    border-radius: 3px !important;
}

#scrollUp:hover {
    background: #8B1A1A !important;
}

/* ── Hero Slider ── */
.slider-content > span {
    color: #C0392B !important;
    letter-spacing: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.slider-content h2 {
    font-family: 'Playfair Display', serif !important;
    letter-spacing: 0.5px;
}

.slider-content h2 span {
    color: #C0392B !important;
}

.slider-content p span {
    background: #C0392B !important;
}

.slider-content {
    border-color: #C0392B !important;
}

.slider-content::after,
.slider-content::before {
    background: #C0392B !important;
}

.slider-content ul li i {
    color: #C0392B !important;
}

.slider-price h2 {
    color: #C0392B !important;
}

.slider-btn .btn {
    background: #C0392B !important;
    color: #fff !important;
    box-shadow: 3px 3px 0 0 #8B1A1A !important;
}

.slider-btn .btn:hover {
    background: #fff !important;
    color: #C0392B !important;
    box-shadow: none !important;
}

.slider-active .slick-arrow {
    color: #C0392B !important;
}

.slider-active .slick-arrow:hover {
    box-shadow: 4px 2px 0 0 #C0392B !important;
}

/* Slider bg2 */
.slider-bg2 .slider-content > span {
    color: #C0392B !important;
}

.slider-bg2 .video-i:hover {
    background: #C0392B !important;
}

.slider-bg .video-i {
    color: #C0392B !important;
}

.slider-bg .video-i:hover {
    background: #C0392B !important;
}

/* ── About Section ── */
.about-text {
    background: #C0392B !important;
    box-shadow: 5px 5px 0 0 #8B1A1A !important;
}

.about-title > span {
    background: #C0392B !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-title p span {
    background: #C0392B !important;
}

.second-atitle > span {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

/* ── Section Titles ── */
.section-title span {
    color: #C0392B !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
}

.section-title h2 {
    font-family: 'Playfair Display', serif !important;
}

.section-title h2::before {
    background: #C0392B !important;
}

/* ── Gray Background → Warm Cream ── */
.gray-bg {
    background: #FAF8F5 !important;
}

/* ── Services ── */
.services-content span {
    background: #C0392B !important;
}

.services-content h4:hover a {
    color: #C0392B !important;
}

.single-services::before {
    background: #C0392B !important;
    opacity: 0.08 !important;
}

.single-services:hover::before {
    opacity: 1 !important;
}

.services-active .slick-dots li button {
    background: #C0392B !important;
}

.services-active .slick-dots li.slick-active button {
    background: #C0392B !important;
}

.s-btn:hover {
    background: #C0392B !important;
    border-color: #C0392B !important;
}

.s-single-services:hover .second-services-content h5,
.s-single-services:hover .second-services-content a {
    color: #C0392B !important;
}

.s-single-services.active {
    border-color: #fdf0ee !important;
    background: #fdf0ee !important;
}

.s-single-services.active .services-icon i,
.s-single-services.active .second-services-content h5,
.s-single-services.active .second-services-content a,
.s-single-services.active .second-services-content2 a,
.s-single-services.active .second-services-content2 h5 {
    color: #C0392B !important;
}

.s-single-services.active .services-ico2 i {
    background: #C0392B !important;
}

/* ── Features ── */
.s-features:hover .features-icon img {
    border-color: #C0392B !important;
}

/* ── Video Section ── */
.video-img::before {
    background: #1a1a1a !important;
    opacity: 0.5 !important;
}

.video-img a {
    color: #C0392B !important;
}

.s-video-content a {
    color: #C0392B !important;
}

.v-list ul li i {
    color: #C0392B !important;
}

/* ── Choose Section ── */
.choose-list ul li i {
    color: #C0392B !important;
}

/* ── Work Process ── */
.w-title h2::before {
    background-color: #C0392B !important;
}

.wp-list {
    background: #1a1a1a !important;
    box-shadow: 0px 10px 30px 0px rgba(192, 57, 43, 0.25) !important;
}

/* ── Team ── */
.single-team:hover .team-info {
    background: #C0392B !important;
}

/* ── Counter ── */
.single-counter i {
    background: #C0392B !important;
}

.counter small {
    color: #C0392B !important;
    font-family: 'Playfair Display', serif;
}

/* ── Testimonial ── */
.testimonial-active .slick-arrow:hover {
    color: #C0392B !important;
}

/* ── Offcanvas Menu ── */
.menu-close:hover i {
    color: #C0392B !important;
}

.offcanvas-menu ul li:hover a {
    color: #C0392B !important;
}

.side-social a:hover {
    color: #C0392B !important;
}

.offcanvas-menu form button {
    background: #C0392B !important;
}

/* ── Breadcrumb ── */
.breadcrumb > .active {
    color: #C0392B !important;
}

/* ── Contact / Forms ── */
.contact-field input,
.contact-field textarea {
    font-family: 'Raleway', sans-serif;
    border-radius: 2px;
    border: 1px solid #e8ddd9;
    background: #FDFBFA;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #C0392B;
    box-shadow: 0 0 0 3px rgba(192,57,43,0.08);
}

/* ── Header Social ── */
.header-social a {
    color: #C0392B !important;
    background: #fdf0ee !important;
}

.header-social a:hover {
    color: #fff !important;
    background: #C0392B !important;
}

/* ── Footer ── */
.footer-top {
    background: #1a1a1a !important;
}

.footer-bg {
    background: #111111 !important;
}

.footer-widget .f-widget-title h5 {
    font-family: 'Playfair Display', serif !important;
    color: #fff;
}

.footer-link ul li a:hover,
.footer-social a:hover {
    color: #fff !important;
}

/* ── Selection highlight ── */
::selection {
    background: #C0392B !important;
    color: #fff !important;
}

::-moz-selection {
    background: #C0392B !important;
    color: #fff !important;
}

/* ── Theme overlay ── */
.theme-overlay::before {
    background: #C0392B !important;
}

/* ── Menu tigger (hamburger) ── */
.menu-area .menu-tigger span {
    background: #C0392B !important;
}

/* ── Second Header Btn ── */
.second-header-btn .btn {
    border-color: #C0392B !important;
    color: #1a1a1a !important;
    background: transparent !important;
    font-family: 'Raleway', sans-serif !important;
}

.second-header-btn .btn:hover {
    background: #C0392B !important;
    color: #fff !important;
}

/* ── Luxury Real Estate Enhancements ── */

/* Subtle red left-border accent on service/feature cards */
.single-services,
.s-single-services {
    border-left: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.single-services:hover,
.s-single-services:hover {
    border-left-color: #C0392B;
}

/* Clean underline on nav links */
.main-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 0;
    height: 0px;
    background: #C0392B;
    transition: width 0.3s ease;
}

.main-menu ul li:hover > a::after,
.main-menu ul li.active > a::after {
    width: 100%;
}

/* Section title font size refinement */
.section-title h2 {
    font-size: 48px !important;
}

/* Gold accent on counter plus sign */
.counter small {
    font-family: 'Playfair Display', serif !important;
}

/* Testimonial quote icon color */
.testi-quote-icon {
    color: #C0392B;
}

/* CTA button contrast */
.cta-btn .btn {
    background: #C0392B !important;
    border: 2px solid #fff !important;
}

.cta-btn .btn:hover {
    background: #fff !important;
    color: #C0392B !important;
}

/* Breadcrumb active */
.breadcrumb li a {
    color: #C0392B;
}

/* Primary color overrides */
.primary-bg { background: #C0392B !important; }
.theme-bg   { background: #1a1a1a !important; }
.theme-color { color: #C0392B !important; }
.primary-color { color: #C0392B !important; }


/* =====================================================
   ISSUE FIXES
===================================================== */

/* ── FIX 1: Nav hover - white text (not invisible red on red strip) ── */
.main-menu ul li:hover > a {
    color: #ffffff !important;
}
.main-menu ul li.active a {
    color: #C0392B !important;
}
.main-menu ul li a::after {
    background: #ffffff !important;
}
.main-menu ul li.active > a::after {
    background: #C0392B !important;
}

/* ── FIX 2: Logo visibility on dark navbar ── */
.menu-area {
    position: relative;
}
.logo {
    position: relative;
    z-index: 50;
    margin-top: 5px;
}
.logo a {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1;
}
.logo img {
    display: block;
    max-height: 35px;
    width: auto !important;
}

/* ── FIX 3: Section-wise image fitting ── */

/* About / Choose section images */
.s-about-img img {
    width: 100% !important;
    height: 460px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 4px;
    display: block;
}

/* Breadcrumb background */
.breadcrumb-area {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 350px;
    position: relative;
}
.breadcrumb-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 5, 0.65);
    z-index: 0;
}
.breadcrumb-area .container {
    position: relative;
    z-index: 1;
}

/* ── FIX 4: Background image overlays ── */

/* Counter section */
.counter-area {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.counter-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 5, 0.78);
    z-index: 0;
}
.counter-area .container {
    position: relative;
    z-index: 1;
}
.count, .single-counter p {
    color: #ffffff !important;
}

/* Counter cards redesign */
.counter-area .single-counter {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    padding: 30px 22px;
    backdrop-filter: blur(6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.counter-area .single-counter:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}
.counter-area .single-counter i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #C0392B !important;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(192, 57, 43, 0.5);
    margin-bottom: 14px;
}
.counter-area .counter {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.1;
}
.counter-area .counter .count {
    color: #fff !important;
}
.counter-area .single-counter p {
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-top: 6px;
}

/* CTA section overlay */
.cta-area.cta-bg {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.cta-area.cta-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 5, 0.72);
    z-index: 0;
}
.cta-area.cta-bg .container {
    position: relative;
    z-index: 2;
}

/* ══════════════════════════════════════════
   AJP Testimonial — Elegant Auto-Slide
   ══════════════════════════════════════════ */

/* Section wrapper */
.ajp-testi-section {
    position: relative;
    background-image: url('../img/ajp/ajp13.jpg');
    background-size: cover;
    background-position: center;
    background-color: #0c0202;
    padding: 100px 0 120px;
}
.ajp-testi-section-inner {
    position: relative;
    z-index: 2;
}
.ajp-testi-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(5,2,2,0.94) 0%, rgba(20,5,5,0.90) 100%);
    z-index: 1;
}

/* ── Eyebrow ── */
.ajp-eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}
.ajp-eline {
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #C9A84C;
    opacity: 0.7;
}
.ajp-elabel {
    color: #C9A84C;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* ── Section title ── */
.ajp-th2 {
    color: #ffffff !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
}
.ajp-tdesc {
    color: rgba(255,255,255,0.50);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}

/* ── Slider container ── */
.ajp-tslider {
    position: relative;
    min-height: 300px;
}

/* ── Individual slide ── */
.ajp-slide {
    display: none;
    animation: ajpFadeIn 0.7s ease forwards;
}
.ajp-slide-active {
    display: block;
}
@keyframes ajpFadeIn {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0);    }
}

/* ── Card ── */
.ajp-slide-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 18px;
    padding: 50px 60px 42px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}
/* Red top accent bar */
.ajp-slide-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #C0392B 0%, #e8604a 100%);
}
/* Faint red glow bottom-right corner */
.ajp-slide-card::after {
    content: '';
    position: absolute;
    bottom: -40px; right: -40px;
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(192,57,43,0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Big decorative quote mark ── */
.ajp-slide-qmark {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 120px;
    line-height: 0.65;
    color: rgba(192,57,43,0.20);
    display: block;
    margin-bottom: -6px;
    user-select: none;
    letter-spacing: -2px;
}

/* ── Stars ── */
.ajp-slide-stars {
    color: #C9A84C;
    font-size: 20px;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 22px;
}

/* ── Quote text ── */
.ajp-slide-text {
    color: rgba(255,255,255,0.88) !important;
    font-size: 17px !important;
    line-height: 32px !important;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin: 0 auto 30px !important;
    max-width: 540px;
}

/* ── Gold divider bar ── */
.ajp-slide-bar {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #C9A84C, #f0d87a);
    margin: 0 auto 28px;
    border-radius: 2px;
}

/* ── Author area ── */
.ajp-slide-author {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}
.ajp-slide-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C0392B, #8B1A1A);
    border: 2px solid #C9A84C;
    box-shadow: 0 0 0 4px rgba(201,168,76,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    letter-spacing: 0;
}
.ajp-slide-name {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.3;
}
.ajp-slide-role {
    color: #C9A84C;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ── Controls (arrows + dots) ── */
.ajp-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
}
.ajp-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(192,57,43,0.70);
    border: 2px solid rgba(201,168,76,0.40);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
    flex-shrink: 0;
    line-height: 1;
    padding: 0;
}
.ajp-arrow:hover {
    background: #C0392B;
    border-color: #C9A84C;
    transform: scale(1.10);
}
.ajp-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ajp-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}
.ajp-dot-active {
    background: #C9A84C;
    transform: scale(1.35);
}
.ajp-dot:hover {
    background: rgba(201,168,76,0.55);
}

/* ── Slick dots inside ajp-testi-wrap ── */
.ajp-testi-wrap .slick-dots {
    display: flex !important;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ajp-testi-wrap .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}
.ajp-testi-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    transition: background 0.3s, transform 0.3s;
}
.ajp-testi-wrap .slick-dots li.slick-active button {
    background: #C9A84C;
    transform: scale(1.35);
}
.ajp-testi-wrap .slick-dots li button:hover {
    background: rgba(201,168,76,0.55);
}

/* mb-50 utility */
.mb-50 { margin-bottom: 50px; }

/* ── Mobile ── */
@media (max-width: 767px) {
    .ajp-testi-section { padding: 70px 0 90px; }
    .ajp-slide-card { padding: 38px 24px 32px; }
    .ajp-th2 { font-size: 28px !important; }
    .ajp-slide-text { font-size: 15px !important; line-height: 28px !important; }
    .ajp-slide-qmark { font-size: 90px; }
}

/* Contact section overlay */
.contact-area.contact-bg {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.contact-area.contact-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 5, 0.78);
    z-index: 0;
}
.contact-area.contact-bg .container {
    position: relative;
    z-index: 1;
}
/* Contact info box on dark background */
.contact-info {
    background: rgba(192, 57, 43, 0.9) !important;
    border-radius: 4px;
    border-left: 4px solid #fff;
}
.contact-info h5 {
    color: #ffffff !important;
}
/* ── Contact Form Redesign ── */
.contact-form-wrap {
    background: #ffffff;
    border-radius: 12px;
    padding: 45px 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.contact-form-header h3 {
    font-family: 'Playfair Display', serif !important;
    color: #1a1a1a !important;
    font-size: 24px !important;
    margin-bottom: 8px !important;
}
.contact-form-header p {
    color: #888 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}
.contact-field label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.required-star {
    color: #C0392B;
}
/* ── Contact field icons ── */
.contact-field::after {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    position: absolute !important;
    left: 14px !important;
    right: auto !important;
    top: auto !important;
    bottom: 13px !important;
    transform: none !important;
    color: #C0392B !important;
    font-size: 14px !important;
    line-height: 1 !important;
    pointer-events: none;
}
/* textarea icon */
.contact-field.c-message::after {
    bottom: auto !important;
    top: 42px !important;
}
/* phone icon */
.contact-field.c-phone::after {
    content: "\f095" !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
    -webkit-font-smoothing: antialiased;
    position: absolute !important;
    left: 14px !important;
    bottom: 13px !important;
    top: auto !important;
    transform: none !important;
    color: #C0392B !important;
    font-size: 14px !important;
}

/* Inputs: left padding for icon space */
.contact-field input,
.contact-field textarea {
    background: #f8f5f3 !important;
    border: 1.5px solid #e0d8d2 !important;
    border-radius: 6px !important;
    padding: 11px 14px 11px 40px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    width: 100%;
    transition: border-color 0.25s, box-shadow 0.25s;
    height: 46px;
    box-sizing: border-box;
}
.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #C0392B !important;
    box-shadow: 0 0 0 3px rgba(192,57,43,0.12) !important;
    outline: none;
    background: #fff !important;
}
/* Textarea: smaller height, icon top-aligned */
.contact-field textarea {
    height: 110px !important;
    min-height: unset !important;
    resize: none;
    padding-top: 12px !important;
    line-height: 1.6;
}
.contact-submit-btn {
    background: #C0392B !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 38px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.2s;
}
.contact-submit-btn:hover {
    background: #8B1A1A !important;
    transform: translateY(-2px);
}
.contact-submit-btn i {
    margin-right: 8px;
}

/* ── FIX 5: Footer redesign handled in footer.php ── */
/* Footer base colors */
.footer-bg {
    background: #111111 !important;
}
.footer-top {
    background: #111111 !important;
    /* border-top: 4px solid #C0392B; */
}
.footer-text p {
    color: #b0a8a4 !important;
    font-size: 14px;
    line-height: 26px;
}
.f-widget-title h5 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 2px solid #C0392B;
    position: relative;
}
.f-widget-title h5::before {
    display: none !important;
}
.footer-link ul li a {
    color: #b0a8a4 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding-left: 0;
    position: relative;
    transition: all 0.3s;
}
.footer-link ul li a::before {
    content: '›';
    margin-right: 7px;
    color: #C0392B;
}
.footer-link ul li a:hover {
    color: #C0392B !important;
    padding-left: 5px;
}
.footer-social a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 36px !important;
    width: 36px !important;
    border-radius: 50% !important;
    background: #C0392B !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-right: 8px !important;
    transition: all 0.3s;
}
.footer-social a:hover {
    background: #8B1A1A !important;
    transform: translateY(-3px);
}
.footer-social span {
    color: #fff !important;
    font-family: 'Raleway', sans-serif !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.copyright-wrap {
    background: #0a0a0a !important;
    padding: 18px 0;
    border-top: 1px solid rgba(192,57,43,0.3);
}
.copyright-text p {
    color: #888 !important;
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}
/* Footer contact info items */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #b0a8a4;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.footer-contact-item i {
    color: #C0392B;
    font-size: 16px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}
.footer-contact-item a {
    color: #b0a8a4;
    text-decoration: none;
}
.footer-contact-item a:hover {
    color: #C0392B;
}
/* Footer logo box */
.footer-logo-wrap img {
    max-width: 200px;
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* ── FIX 6: Gallery image fitting ── */

/* Gallery page masonry grid */
.grid-item {
    overflow: hidden;
}
.grid-item .gallery-image {
    overflow: hidden;
    position: relative;
}
.grid-item .gallery-image img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 0.5s ease;
}
.grid-item:hover .gallery-image img {
    transform: scale(1.07);
}
.grid-item .gallery-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(192, 57, 43, 0.88);
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.grid-item:hover .gallery-image figcaption {
    transform: translateY(0);
}

/* Services section gallery (Interior Views on homepage) */
.services-thumb {
    overflow: hidden;
    height: 250px;
}
.services-thumb img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 0.4s ease;
}
.single-services:hover .services-thumb img {
    transform: scale(1.05);
}

/* Blog / Latest News images */
.blog-thumb {
    overflow: hidden;
    height: 220px;
}
.blog-thumb img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block;
    transition: transform 0.4s ease;
}
.single-post:hover .blog-thumb img {
    transform: scale(1.05);
}

/* ── FIX 7: General polish ── */

/* Choose section background */
section.choose-area {
    background: #FAF8F5 !important;
}

/* Slider background */
.slider-bg {
    background-size: cover !important;
    background-position: center center !important;
}

/* Services background area */
.services-bg {
    background-size: cover !important;
    background-position: center !important;
}

/* Nav underline color on active */
.main-menu ul li a {
    position: relative;
}

/* Contact info box border */
.single-cta {
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    padding-bottom: 18px;
    margin-bottom: 5px;
}
.f-cta-icon i {
    background: #C0392B !important;
}

/* Responsive logo fix */
@media (max-width: 991px) {
    .logo a {
        padding: 4px 8px;
    }
    .logo img {
        max-height: 35px !important;
    }
}


/* =====================================================
   MISSION / VISION / VALUES  (About Page)
===================================================== */

/* Shared image style */
.mission-img img,
.vision-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
    box-shadow: 12px 12px 0 #C0392B;
}

/* Section icon bubble */
.mvv-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #C0392B;
    border-radius: 50%;
    margin-bottom: 20px;
}
.mvv-icon-wrap i {
    font-size: 28px;
    color: #fff;
}

/* Bullet list */
.mvv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mvv-list li {
    display: flex;
    align-items: flex-start;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #5a4f4a;
    margin-bottom: 14px;
    line-height: 24px;
}
.mvv-list li i {
    color: #C0392B;
    font-size: 16px;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Left-align section title */
.section-title.left-align h2::before {
    margin: 0;
}

/* ── Value Cards ── */
.value-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-top: 4px solid #C0392B;
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.35s ease;
    height: 100%;
}
.value-card:hover {
    background: rgba(192, 57, 43, 0.12);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.value-icon {
    width: 80px;
    height: 80px;
    background: #C0392B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: background 0.3s;
}
.value-card:hover .value-icon {
    background: #fff;
}
.value-icon i {
    font-size: 30px;
    color: #fff;
    transition: color 0.3s;
}
.value-card:hover .value-icon i {
    color: #C0392B;
}
.value-card h4 {
    font-family: 'Playfair Display', serif !important;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}
.value-card p {
    color: #b0a8a4;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

/* mb-50 helper */
.mb-50 { margin-bottom: 50px; }


/* =====================================================
   WHY CHOOSE US  (Home Page)
===================================================== */

.why-choose-area {
    background: #fdf0ee;
    position: relative;
}

/* Left image with badge */
.wcu-img {
    position: relative;
    display: inline-block;
    width: 100%;
}
.wcu-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    box-shadow: 12px 12px 0 #C0392B;
}
.wcu-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 110px;
    height: 110px;
    background: #C0392B;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 25px rgba(192,57,43,0.45);
    border: 4px solid #fff;
}
.wcu-badge-number {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.wcu-badge-text {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    line-height: 1.3;
    margin-top: 3px;
}

/* Feature boxes */
.wcu-feature-box {
    display: flex;
    align-items: flex-start;
    padding: 22px 20px;
    border: 1px solid #ede5de;
    border-left: 4px solid #C0392B;
    border-radius: 4px;
    background: #FAF8F5;
    transition: all 0.3s ease;
    height: 100%;
}
.wcu-feature-box:hover {
    background: #fff;
    box-shadow: 0 10px 35px rgba(192,57,43,0.12);
    transform: translateY(-4px);
    border-left-color: #C0392B;
}
.wcu-feature-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #C0392B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    transition: background 0.3s;
}
.wcu-feature-box:hover .wcu-feature-icon {
    background: #8B1A1A;
}
.wcu-feature-icon i {
    font-size: 20px;
    color: #fff;
}
.wcu-feature-content h5 {
    font-family: 'Playfair Display', serif !important;
    font-size: 17px !important;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.wcu-feature-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #6a5f5a;
    line-height: 22px;
    margin-bottom: 0;
}


/* =====================================================
   FOOTER POLISH FIXES
===================================================== */

/* Remove extra margin from footer top */
.footer-bg {
    border-top: 4px solid #C0392B;
}
.pt-80 { padding-top: 80px; }
.pb-50 { padding-bottom: 50px; }

/* mb-40 helper for footer columns */
.mb-40 { margin-bottom: 40px; }
.mt-20 { margin-top: 20px; }

/* Footer logo */
.footer-logo-wrap {
    margin-bottom: 22px;
}
.footer-logo-wrap img {
    max-width: 180px !important;
    background: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

/* Footer text */
.footer-text p {
    font-size: 14px;
    line-height: 26px;
    color: #a09890 !important;
    margin-bottom: 0;
}

/* Widget title underline = red */
.f-widget-title {
    margin-bottom: 0;
}
.f-widget-title h5 {
    font-size: 18px !important;
    padding-bottom: 14px;
    border-bottom: 2px solid #C0392B !important;
    margin-bottom: 25px !important;
}

/* Footer links arrow */
.footer-link ul li {
    margin-bottom: 10px;
}
.footer-link ul li a {
    font-size: 14px;
    color: #a09890 !important;
    transition: all 0.25s;
    display: flex;
    align-items: center;
}
.footer-link ul li a::before {
    content: '›';
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #C0392B;
    margin-right: 9px;
    transition: margin 0.2s;
    flex-shrink: 0;
}
.footer-link ul li a:hover {
    color: #C0392B !important;
    padding-left: 0;
}
.footer-link ul li a:hover::before {
    margin-right: 13px;
}

/* Contact items in footer */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #a09890;
}
.footer-contact-item i {
    color: #C0392B;
    font-size: 15px;
    margin-right: 13px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
}
.footer-contact-item a {
    color: #a09890;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact-item a:hover {
    color: #C0392B;
}

/* Social icons */
.footer-social {
    margin-top: 22px;
}
.footer-social span {
    display: block;
    color: #fff !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    margin-right: 0 !important;
}
.footer-social a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(192,57,43,0.2) !important;
    border: 1px solid rgba(192,57,43,0.4) !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-right: 8px !important;
    transition: all 0.3s;
}
.footer-social a:hover {
    background: #C0392B !important;
    border-color: #C0392B !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(192,57,43,0.4);
}

/* Copyright bar */
.copyright-wrap {
    background: #0d0d0d !important;
    padding: 16px 0;
    border-top: 1px solid rgba(192,57,43,0.25) !important;
}
.copyright-text p {
    margin-bottom: 0;
    color: #777 !important;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}
.copyright-text p i {
    color: #C0392B;
    margin: 0 3px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .mission-img img,
    .vision-img img {
        height: 320px;
        box-shadow: 6px 6px 0 #C0392B;
    }
    .wcu-img img {
        height: 320px;
        box-shadow: 6px 6px 0 #C0392B;
    }
    .wcu-badge {
        right: 10px;
        bottom: 10px;
    }
    .pl-50 { padding-left: 15px !important; }
    .pr-50 { padding-right: 15px !important; }
    .mb-50 { margin-bottom: 30px; }
}
