

html, body {
    overflow-x: clip !important;
}

figure{
    margin:0;
}
.banner_main .carousel-item img{
    width:100%;
}
.banner_main .carousel-item .bnr_text_sec{
    position: absolute;
    top: 30%;
    left: max(15px, calc(50% - 570px));
    margin-left: 0;
}
@media (max-width: 991px) {
    .banner_main .carousel-item .bnr_text_sec {
        top: 15% !important;
        left: 5% !important;
        right: 5% !important;
        width: 90% !important;
    }
    .banner_main .carousel-item .bnr_text_sec span {
        font-size: 13px !important;
        margin-bottom: 8px !important;
    }
    .banner_main .carousel-item .bnr_text_sec h3 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }
    .banner_main .carousel-item .bnr_text_sec p {
        font-size: 12px !important;
        padding: 5px 0 !important;
    }
}
@media (max-width: 575px) {
    .banner_main .carousel-item .bnr_text_sec {
        top: 8% !important;
    }
    .banner_main .carousel-item .bnr_text_sec span {
        font-size: 11px !important;
        margin-bottom: 3px !important;
    }
    .banner_main .carousel-item .bnr_text_sec h3 {
        font-size: 15px !important;
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
    }
    .banner_main .carousel-item .bnr_text_sec p {
        font-size: 10px !important;
        padding: 2px 0 !important;
    }
}
.banner_main .carousel-item .bnr_text_sec span{
    color: #0e3e29;
    font-weight:bold;
    font-size:16px;
    margin-bottom:20px;
    display: block;
}
.banner_main .carousel-item .bnr_text_sec h3{
    font-size:50px;
    color:#0e3e29;
    font-weight:800;
    margin-bottom: 30px;
    line-height: 60px;
}
.banner_main .carousel-item .bnr_text_sec p{
    font-size:18px;
    color:#000;
    padding:10px 0;
    display: block;
}

.ODC.animate__animated.animate__fadeInRight{
    --animate-delay: 0.9s;
}
.Envit.animate__animated.animate__fadeInRight{
    --animate-delay: 1.9s;
}
.rec.animate__animated.animate__fadeInRight{
    --animate-delay: 2.5s;
}

/* ==========================================================================
   STICKY HEADERS (Desktop & Mobile)
   ========================================================================== */
.sticky-logo {
    display: none;
}
@media (min-width: 992px) {
    #site-header.sticked {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        background: #0e3e29 !important;
        animation: stickySlideDown 0.3s ease-out;
    }
    #site-header.sticked .main-header-top {
        display: none !important;
    }
    #site-header.sticked .main-header-bottom {
        background: #0e3e29 !important;
    }
    #site-header.sticked .sticky-logo {
        display: block !important;
    }
    #site-header.sticked .header-mainnav {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    #site-header.sticked .main-navigation {
        margin: 0 !important;
        float: none !important;
    }
}

@keyframes stickySlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    #site-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .header_mobile {
        background: #0e3e29 !important;
        width: 100%;
    }
    .header_mobile .mlogo_wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 15px !important;
    }
    .mobile_logo img {
        max-height: 42px !important;
        width: auto !important;
    }
    #mmenu_toggle {
        margin: 0 !important;
    }
}

/* ==========================================================================
   GLOBAL PADDING & HEIGHT REDUCTIONS
   ========================================================================== */
.section-padd {
    padding: 40px 0 !important;
}
.section-padd-2 {
    padding: 60px 0 !important;
}
.section-padd-top {
    padding-top: 40px !important;
}
.section-padd-bot {
    padding-bottom: 40px !important;
}
.padding-box {
    padding: 30px 20px !important;
}
.padding-box-3 > div {
    padding: 40px 30px !important;
}
.padding-box-60 {
    padding: 30px !important;
}
.empty_space_70, .empty_space_60, .empty_space_30, .empty_space_40 {
    height: 20px !important;
}

/* ==========================================================================
   BREADCRUMB / PAGE HEADER HEIGHT & STYLING
   ========================================================================== */
.page-header {
    padding: 35px 0 !important; /* Reduces page header/breadcrumb height */
}
.breadcrumbs li a {
    color: #faf8f2 !important;
    transition: color 0.3s ease;
}
.breadcrumbs li a:hover {
    color: #ffb606 !important;
    text-decoration: none;
}
.breadcrumbs li.active {
    color: #ffb606 !important;
    font-weight: 600;
}

/* ==========================================================================
   "PROBLEMS WE SOLVE" CARDS HOVER EFFECT
   ========================================================================== */
.hover-box {
    background: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 35px 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.hover-box:hover {
    background: #0e3e29 !important;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(14, 62, 41, 0.15) !important;
    border-color: #0e3e29 !important;
}
.hover-box:hover h4, 
.hover-box:hover .content-box h4 {
    color: #ffffff !important;
}
.hover-box:hover p, 
.hover-box:hover .content-box p {
    color: #faf8f2 !important;
}
.hover-box img {
    transition: all 0.3s ease;
}
.hover-box:hover img {
    filter: brightness(0) invert(1) !important;
}
.hover-box:hover .process-icon i {
    color: #ffffff !important;
}
.hover-box:hover .pagelink {
    color: #ffb606 !important;
    border-color: #ffb606 !important;
}

/* ==========================================================================
   OUR PROCESS CARDS AND FLEXBOX EQUAL HEIGHTS
   ========================================================================== */
@media (min-width: 768px) {
    .process-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .process-section .wpb_column {
        display: flex !important;
        flex-direction: column !important;
    }
    .process-section .column-inner,
    .process-section .wpb_wrapper {
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1 !important;
        width: 100% !important;
    }
}

.process-section .service-box.hover-box {
    height: 100% !important;
    min-height: 320px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    padding: 30px 20px !important;
    overflow: visible !important;
}

.process-section .service-box.hover-box figure {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.process-section .service-box.hover-box .content-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex-grow: 1 !important;
    width: 100% !important;
}

.process-section .service-box.hover-box h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 2.8em !important;
    line-height: 1.4 !important;
    width: 100% !important;
}

@media (min-width: 1200px) {
    .process-section .service-box.hover-box h4 {
        font-size: 14.5px !important;
    }
}

@media (min-width: 1400px) {
    .process-section .service-box.hover-box h4 {
        font-size: 16px !important;
    }
}

.process-section .service-box.hover-box .content-box p {
    flex-grow: 1 !important;
    margin-bottom: 20px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

.process-section .service-box.hover-box .pagelink {
    align-self: center !important;
    margin-top: auto !important;
}

@media (max-width: 767px) {
    .process-section .service-box.hover-box {
        height: auto !important;
    }
    .process-section .service-box.hover-box h4 {
        height: auto !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
        white-space: normal !important;
    }
}

/* ==========================================================================
   OUR KEY DIVISIONS SLIDER / CARDS STYLES
   ========================================================================== */
.project-list-2 {
    padding: 0 15px !important;
}

/* Ensure all slides are visible and active since we show 3 side-by-side */
.project-slider-2 .slick-slide {
    opacity: 1 !important;
    padding: 15px !important;
}

.project-slider-2 .slick-slide .inner {
    opacity: 1 !important;
    margin-top: 0 !important; /* Override standard style.css margin-top */
}

/* Style the card container */
.project-slider-2 .project-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.project-slider-2 .project-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Make image fit perfectly */
.project-slider-2 .slide-img {
    width: 100% !important;
    height: 200px !important; /* Reduced card image height */
    overflow: hidden !important;
}

.project-slider-2 .slide-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Cover the area perfectly without distortion */
    transition: transform 0.5s ease !important;
}

.project-slider-2 .project-item:hover .slide-img img {
    transform: scale(1.05) !important;
}

/* Inner content area */
.project-slider-2 .project-item .inner {
    padding: 20px 24px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: #fff !important;
    margin: 0 !important; /* Override standard row margins */
}

.project-slider-2 .project-item h4.service_head {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
}

.project-slider-2 .project-item h4.service_head a {
    color: #0b1c3f !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.project-slider-2 .project-item h4.service_head a:hover {
    color: #c8102e !important; /* Accent color on hover */
}

.project-slider-2 .project-item p {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex-grow: 1 !important; /* Pushes button to bottom if descriptions differ in height */
}

/* Modern "Read More" Button */
.project-slider-2 .project-item .btn_inx {
    display: inline-block !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #c8102e !important;
    border: 1px solid #c8102e !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    align-self: flex-start !important; /* Align left */
    background: transparent !important;
}

.project-slider-2 .project-item .btn_inx:hover {
    background: #c8102e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(200, 16, 46, 0.2) !important;
}

/* Ensure flex column for inner col-md-12 to push button to the bottom */
.project-slider-2 .project-item .inner .col-md-12 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-grow: 1 !important;
}

/* Compact list styling for service details inside slider cards */
.card-services-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 10px 0 18px 0 !important;
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.card-services-list li {
    margin-bottom: 6px !important;
    display: flex !important;
    align-items: flex-start !important;
}

.card-services-list li i {
    color: #c8102e !important;
    margin-right: 8px !important;
    margin-top: 4px !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
}

.card-services-list li span {
    display: inline-block !important;
}

/* Style and center the navigation arrows below the services slider */
.project-list-2 .arrows-slick {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 35px !important;
    position: static !important; /* Override absolute positioning */
    text-align: center !important;
}

.project-list-2 .slick-arrow {
    position: static !important; /* Override absolute positioning */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important; /* Perfectly round */
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #0b1c3f !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    outline: none !important;
}

.project-list-2 .slick-arrow i {
    font-size: 20px !important;
    margin-top: 0 !important; /* Fix misalignment */
    line-height: 1 !important;
}

.project-list-2 .slick-arrow:hover {
    background: #c8102e !important;
    border-color: #c8102e !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(200, 16, 46, 0.3) !important;
    transform: translateY(-2px) !important;
}

.project-list-2 .slick-arrow:active {
    transform: translateY(0) !important;
}

/* Why Choose Us Section Styles */
.why-choose-section {
    background-color: #f4f8fc !important; /* Soft premium light-blue background tint */
    padding: 85px 0 !important;
    color: #334155 !important; /* Dark slate text */
    font-family: inherit;
}

.why-choose-left {
    padding-right: 30px !important;
}

.why-sub-title {
    display: inline-block !important;
    color: #c8102e !important; /* Brand orange */
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
}

.why-main-title {
    color: #0b1c3f !important; /* Deep navy */
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 25px !important;
}

.why-description {
    color: #64748b !important; /* Slate gray */
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
}

.btn-learn-more {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0e3e29 !important; /* Brand primary blue */
    color: #ffffff !important; /* White text */
    font-weight: 700 !important;
    font-size: 14.5px !important;
    padding: 14px 28px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(14, 62, 41, 0.15) !important;
}

.btn-learn-more i {
    margin-left: 8px !important;
    font-size: 16px !important;
    transition: transform 0.3s ease !important;
}

.btn-learn-more:hover {
    background: #c8102e !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(200, 16, 46, 0.3) !important;
}

.btn-learn-more:hover i {
    transform: translateX(4px) !important;
}

/* Features Grid */
.why-choose-grid {
    padding-left: 15px !important;
}

.why-feature-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 35px !important;
}

.feature-icon {
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.feature-icon i {
    color: #c8102e !important; /* Orange check circle */
    font-size: 24px !important;
    line-height: 1 !important;
}

.feature-text h4 {
    color: #0b1c3f !important; /* Deep navy */
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.feature-text p {
    color: #64748b !important; /* Slate gray */
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    .display-flex-md {
        display: flex !important;
        align-items: center !important;
    }
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .why-choose-section {
        padding: 60px 0 !important;
    }
    .why-choose-left {
        padding-right: 0 !important;
        margin-bottom: 50px !important;
        text-align: center !important;
    }
    .why-main-title {
        font-size: 30px !important;
    }
    .why-choose-grid {
        padding-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .why-feature-item {
        margin-bottom: 30px !important;
    }
}

/* Mobile adjustments for the services section and card layout */
@media (max-width: 767px) {
    /* Center headings and links on mobile */
    .text-center-mobile {
        text-align: center !important;
    }
    
    .text-center-mobile h2,
    .text-center-mobile p,
    .text-center-mobile a {
        text-align: center !important;
        float: none !important;
    }
    
    /* View All Services spacing on mobile */
    .text-center-mobile p {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }

    /* Reduce vertical padding of global section classes on mobile */
    .section-padd-top {
        padding-top: 20px !important;
    }
    
    .section-padd-bot {
        padding-bottom: 20px !important;
    }
    
    /* Reduce vertical padding of slick slides on mobile */
    .project-slider-2 .slick-slide {
        padding: 5px 10px !important;
    }
    
    /* Give cards tight margins on mobile so they don't touch screen edges or create large gaps */
    .project-slider-2 .project-item {
        margin: 5px 10px !important;
    }
    
    /* Hide dots on mobile to prevent clutter with the new premium arrows */
    .project-list-2 .slick-dots {
        display: none !important;
    }
    
    /* Tighten bottom margin for the arrows below slider */
    .project-list-2 .arrows-slick {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
}

/* ==========================================================================
   SERVICES PAGE ALTERNATING ROW DESIGN
   ========================================================================== */
.services-modern-list {
    margin-top: 40px !important;
}

.service-row {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 90px !important;
}

.service-row:last-child {
    margin-bottom: 20px !important;
}

/* Image styling */
.service-image-wrapper {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(14, 62, 41, 0.08) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.service-image-wrapper img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.service-image-wrapper:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(14, 62, 41, 0.15) !important;
}

.service-image-wrapper:hover img {
    transform: scale(1.04) !important;
}

/* Text box styling */
.service-content-box {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.service-num {
    display: block !important;
    font-size: 54px !important;
    font-weight: 800 !important;
    color: rgba(200, 16, 46, 0.09) !important; /* Brand orange faint number */
    line-height: 1 !important;
    margin-bottom: -15px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.service-sub {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #c8102e !important; /* Brand orange */
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
}

.service-title {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #0b1c3f !important; /* Deep navy */
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    line-height: 1.3 !important;
}

.service-desc {
    font-size: 15px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
}

/* Features Grid inside Row */
.service-features-grid {
    margin-bottom: 25px !important;
}

.feature-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    color: #334155 !important;
    line-height: 1.5 !important;
}

.feature-item i {
    color: #c8102e !important; /* Orange check-circle */
    font-size: 16px !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
    flex-shrink: 0 !important;
}

.feature-item strong {
    color: #0b1c3f !important;
}

/* Plus Frameworks Highlight box */
.plus-frameworks {
    background: #f0f7ff !important; /* Light brand blue tint */
    border-left: 4px solid #0e3e29 !important; /* Brand blue border */
    padding: 12px 18px !important;
    border-radius: 0 8px 8px 0 !important;
    font-size: 13.5px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
}

/* Responsive fixes */
@media (max-width: 991px) {
    .service-row {
        margin-bottom: 70px !important;
    }
    
    .service-row.flex-lg-row-reverse {
        flex-direction: column !important; /* Keep image on top for alternating rows */
    }
    
    .service-content-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 25px !important;
    }
    
    .service-title {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }
    
    .service-num {
        font-size: 42px !important;
        margin-bottom: -10px !important;
    }
}

/* ==========================================================================
   FOOTER MOBILE OPTIMIZATIONS
   ========================================================================== */
@media (max-width: 767px) {
    #footer-main {
        padding: 50px 0 30px !important; /* Reduce vertical padding on mobile */
    }
    
    .footer-brand-section {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        margin-bottom: 35px !important;
        padding-bottom: 20px !important;
    }
    
    .footer-brand-img {
        text-align: center !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    
    .footer-brand-img img {
        width: auto !important;
        max-width: 90% !important;
        max-height: 50px !important;
        margin-bottom: 0 !important;
        display: inline-block !important;
    }
    
    .footer-brand-social {
        text-align: center !important;
        margin: 10px 0 0 0 !important;
        width: 100% !important;
    }
    
    .footer-brand-social a {
        margin: 5px 6px !important;
        display: inline-block !important;
    }
    
    /* Optimize spacing of the footer columns on mobile */
    #footer-main .row > div {
        margin-bottom: 30px !important;
    }
    
    #footer-main .row > div:last-child {
        margin-bottom: 0 !important;
    }
    
    #footer-main h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
}

/* ==========================================================================
   NEAT BRAND-COLLATERAL OVERRIDES (FOREST GREEN, CRIMSON RED & GOLD)
   ========================================================================== */
:root {
    --brand-green: #0e3e29;
    --brand-green-hover: #072216;
    --brand-red: #c8102e;
    --brand-red-hover: #a60d26;
    --brand-gold: #e5a93b;
    --bg-white: #ffffff;
    --bg-ivory: #faf8f2;
    --border-color: #cbd5e1;
    --text-dark: #0a2e1e;
    --text-main: #2d3748;
    --text-muted: #5e6b7e;
    --text-white: #ffffff;
}

/* Base Body Styles */
body {
    background-color: var(--bg-white) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Ensure global p elements have high contrast but DO NOT override dark section text */
p {
    font-size: 15px !important;
    line-height: 1.7 !important;
}
/* For normal text inside white/light backgrounds */
body:not(#footer-main) p:not(.text-white) {
    color: var(--text-main);
}
body:not(#footer-main) .text-light p,
body:not(#footer-main) .text-light * p {
    color: var(--text-white) !important;
}

/* Header & Menu (Deep Forest Green Background) */
#site-header {
    background-color: var(--brand-green) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 3px solid var(--brand-gold) !important;
}
.header_mobile, .main-header-bottom, #site-header.sticked, #site-header.sticked .main-header-bottom {
    background-color: var(--brand-green) !important;
}
#site-header.sticked {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    border-bottom: 3px solid var(--brand-gold) !important;
}

/* Navigation Links (White Links, Gold Hover) */
.main-navigation ul li a, .header-mainnav a, .header_mobile a {
    color: var(--text-white) !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a {
    color: var(--brand-gold) !important;
}

/* Dropdown Menu (Clean White Container) */
.main-navigation ul ul {
    background-color: var(--bg-white) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;
}
.main-navigation ul ul li a {
    color: var(--text-main) !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.main-navigation ul ul li a:hover {
    background-color: #f1f5f9 !important;
    color: var(--brand-green) !important;
}

/* Page Header & Breadcrumbs (Dark Green Background with White Text) */
.page-header {
    background-color: var(--brand-green) !important;
    border-bottom: 3px solid var(--brand-gold) !important;
}
.page-header h1, .page-header h2 {
    color: var(--text-white) !important;
}
.breadcrumbs li a {
    color: #e2e8f0 !important;
}
.breadcrumbs li.active, .breadcrumbs li a:hover {
    color: var(--brand-gold) !important;
}

/* Buttons (Crimson Red with white text, Hovering to Deep Green with white text) */
.btn, .btn-primary, .brochure-btn, .btn-admin {
    background-color: var(--brand-red) !important;
    border-color: var(--brand-red) !important;
    color: var(--text-white) !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(200, 16, 46, 0.2) !important;
    transition: all 0.25s ease !important;
}
.btn:hover, .btn-primary:hover, .brochure-btn:hover, .btn-admin:hover {
    background-color: var(--brand-green) !important;
    border-color: var(--brand-green) !important;
    color: var(--text-white) !important;
    box-shadow: 0 4px 12px rgba(14, 62, 41, 0.3) !important;
}

.btn-learn-more {
    background-color: var(--brand-green) !important;
    border-color: var(--brand-green) !important;
    color: var(--text-white) !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    transition: all 0.25s ease !important;
}
.btn-learn-more:hover {
    background-color: var(--brand-red) !important;
    border-color: var(--brand-red) !important;
    color: var(--text-white) !important;
}

/* Outline Action Buttons */
.btn_inx {
    color: var(--brand-red) !important;
    border: 2px solid var(--brand-red) !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
}
.btn_inx:hover {
    background-color: var(--brand-red) !important;
    color: var(--text-white) !important;
}

/* Cards & Hover Boxes (Neat White Cards with Green Hover) */
.hover-box {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hover-box:hover {
    background-color: var(--brand-green) !important;
    border-color: var(--brand-green) !important;
    box-shadow: 0 10px 25px rgba(14, 62, 41, 0.08) !important;
    transform: translateY(-4px) !important;
}
.hover-box:hover h4, .hover-box:hover .content-box h4 {
    color: var(--text-white) !important;
}
.hover-box:hover p, .hover-box:hover .content-box p {
    color: #faf8f2 !important;
}

.service-box.hover-box:hover .link-box {
    color: var(--brand-gold) !important;
    border-color: var(--brand-gold) !important;
}
.service-box.hover-box:hover .link-box:hover {
    color: var(--text-white) !important;
    border-color: var(--brand-gold) !important;
    background-color: var(--brand-gold) !important;
}

/* Why Choose Us Section (Clean Ivory Background) */
.why-choose-section {
    background-color: var(--bg-ivory) !important;
    border-top: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
}
.why-main-title {
    color: var(--text-dark) !important;
}
.why-sub-title {
    color: var(--brand-green) !important;
}
.feature-icon i {
    color: var(--brand-green) !important;
}

/* STRICT READABILITY FOR DARK CARDS / BANNER BOXES (Image 3 & 4 Fixes) */
/* The dark box next to handshake, and the active process card in grid */
.about-box-theme-bg, 
.process-box-theme-bg,
[style*="background-color:#0e3e29"],
[style*="background-color:#072216"],
[style*="background-color:#135e3c"],
.process-box.active,
.bg-theme,
.theme-bg {
    background-color: var(--brand-green) !important;
}
.about-box-theme-bg *, 
.process-box-theme-bg *,
[style*="background-color:#0e3e29"] *,
[style*="background-color:#072216"] *,
[style*="background-color:#135e3c"] *,
.process-box.active *,
.bg-theme *,
.theme-bg * {
    color: var(--text-white) !important;
}
.process-box.active p {
    color: #e2e8f0 !important;
}

/* STRICT READABILITY FOR FOOTER (Image 2 Fix) */
#footer-main {
    background-color: var(--brand-green-hover) !important;
}
#footer-main p,
#footer-main a,
#footer-main span,
#footer-main li,
#footer-main div,
.footer-links a,
.footer-add p,
.footer-gen a,
.footer-copy p,
.footer-copy span,
.footer-copy a {
    color: #cbd5e1 !important;
}
#footer-main a:hover,
.footer-links a:hover,
.footer-gen a:hover {
    color: var(--brand-gold) !important;
}
#footer-main h1,
#footer-main h2,
#footer-main h3,
#footer-main h4,
#footer-main h5,
#footer-main h6,
.footer-head h3 {
    color: var(--text-white) !important;
}

/* Inputs & Form Elements (Crisp Clean Controls) */
.form-control, input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    color: var(--text-main) !important;
    background-color: var(--bg-white) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 6px !important;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    border-color: var(--brand-green) !important;
    box-shadow: 0 0 0 3px rgba(14, 62, 41, 0.15) !important;
}

/* ==========================================================================
   WHY-WHAT-HOW CARDS OVERLAP REDUCTION
   ========================================================================== */
@media (min-width: 992px) {
    .top-70 .wpb_column {
        margin-top: -35px !important; /* Reduces the card overlap on the banner (original was -70px) */
    }
}

/* ==========================================================================
   NEAT FOOTER SOCIAL ICONS EFFECT
   ========================================================================== */
.footer-brand-social a {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important; /* Elegant circular shape */
    width: 44px !important;
    height: 44px !important;
    line-height: 42px !important; /* Adjusted for border */
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important; /* Nice bouncy effect */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer-brand-social a i {
    font-size: 18px !important;
    margin: 0 !important;
    color: #ffffff !important;
    transition: transform 0.35s ease !important;
}

.footer-brand-social a:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4) !important;
}

.footer-brand-social a:hover i {
    transform: scale(1.15) !important;
}

/* Platform-specific brand colors on hover */
.footer-brand-social a.social-tw:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.footer-brand-social a.social-fb:hover {
    background-color: #1877f2 !important;
    border-color: #1877f2 !important;
}

.footer-brand-social a.social-in:hover {
    background-color: #0a66c2 !important;
    border-color: #0a66c2 !important;
}

.footer-brand-social a.social-ig:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
    border-color: #d6249f !important;
}

/* ==========================================================================
   FOOTER HEIGHT REDUCTION & ALIGNMENT OVERRIDES
   ========================================================================== */
#footer-main {
    padding: 60px 0 40px !important; /* Reduces vertical height/padding (original was 100px) */
}

.footer-brand-section {
    margin-bottom: 40px !important; /* Reduces vertical gap to column links (original was 100px) */
    padding-bottom: 25px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-head {
    margin-left: 0 !important; /* Aligns heading text perfectly with the column lists below */
    margin-bottom: 15px !important;
}

.footer-add,
.footer-links {
    margin-top: 15px !important;
}

.footer-add img,
.footer-links img {
    margin-right: 8px !important;
}

.footer-add p,
.footer-gen a {
    margin: 0 !important;
}

.footer-copy {
    padding: 10px 0 !important; /* Tighter copyright footer padding */
}

@media (max-width: 767px) {
    #footer-main {
        padding: 45px 0 30px !important;
    }
    .footer-brand-section {
        margin-bottom: 30px !important;
    }
}

/* ==========================================================================
   PREMIUM OUR PROCESS TIMELINE CARDS
   ========================================================================== */
.process-step-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
    overflow: visible !important;
    min-height: 330px !important;
    align-items: center !important;
}

.process-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-gold), var(--brand-green));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 16px 16px 0 0;
}

.process-step-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(14, 62, 41, 0.1) !important;
    border-color: #cbd5e1 !important;
}

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

/* Decorative Number Badge */
.process-step-badge {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    color: rgba(14, 62, 41, 0.06) !important;
    line-height: 1 !important;
    font-family: 'Montserrat', sans-serif !important;
    transition: all 0.4s ease !important;
    user-select: none !important;
}

.process-step-card:hover .process-step-badge {
    color: rgba(229, 169, 59, 0.25) !important;
    transform: scale(1.1) !important;
}

/* Icon Wrap */
.process-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f0fdf4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: all 0.4s ease;
}

.process-step-card:hover .process-icon-wrap {
    background: var(--brand-green);
    transform: scale(1.05);
}

.process-icon-wrap img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
    transition: all 0.4s ease;
}

.process-step-card:hover .process-icon-wrap img {
    filter: brightness(0) invert(1) !important;
}

/* Titles and Description */
.process-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0e3e29 !important;
    margin-bottom: 12px !important;
    line-height: 1.45 !important;
    height: 2.9em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: color 0.3s ease;
}

.process-step-card:hover .process-title {
    color: var(--brand-green) !important;
}

.process-desc {
    font-size: 13px !important;
    color: #5e6b7e !important;
    line-height: 1.65 !important;
    margin-bottom: 20px !important;
    flex-grow: 1 !important;
    text-align: center !important;
}

/* Read more Link */
.process-link {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--brand-green) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.3s ease !important;
    margin-top: auto !important;
}

.process-link i {
    font-size: 11px !important;
    transition: transform 0.3s ease !important;
}

.process-step-card:hover .process-link {
    color: var(--brand-red) !important;
}

.process-step-card:hover .process-link i {
    transform: translateX(4px) !important;
}

/* Equal Height Grid for Process Section */
@media (min-width: 768px) {
    .process-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .process-section .wpb_column {
        display: flex !important;
        flex-direction: column !important;
    }
    .process-section .column-inner,
    .process-section .wpb_wrapper {
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1 !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .process-step-card {
        height: auto !important;
        min-height: unset !important;
    }
    .process-title {
        height: auto !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
    }
}

/* ==========================================================================
   SCROLL-TRIGGERED ANIMATIONS
   ========================================================================== */
.animate-on-scroll {
    opacity: 0 !important;
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.animate-fade-in-left {
    transform: translateX(-50px) !important;
}

.animate-fade-in-right {
    transform: translateX(50px) !important;
}

.animate-fade-in-up {
    transform: translateY(40px) !important;
}

/* Active State */
.animate-on-scroll.animate-active {
    opacity: 1 !important;
    transform: translate(0) !important;
}

/* ==========================================================================
   ABOUT US GREEN BOX STYLING
   ========================================================================== */
.about-us-green-box {
    background: #0e3e29 !important; /* Forest Green */
    border: 1px solid #0e3e29 !important;
    border-left: none !important; /* Seamlessly merge with the image side on desktop */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 16px 16px 0 !important; /* Elegant rounded corners */
    transition: all 0.4s ease !important;
}

/* Rounded corners for the handshake image on desktop */
@media (min-width: 768px) {
    .custom-padd-1 {
        border-radius: 16px 0 0 16px !important;
        overflow: hidden !important;
        box-shadow: -10px 15px 40px rgba(0, 0, 0, 0.08) !important;
    }
}

@media (max-width: 767px) {
    .about-us-green-box {
        border-left: 1px solid #0e3e29 !important;
        border-radius: 0 0 16px 16px !important; /* Rounded bottom on mobile */
    }
    .custom-padd-1 {
        border-radius: 16px 16px 0 0 !important;
    }
}

/* Color Overrides for readability on Green Background */
.about-us-green-box .section-title {
    color: #ffffff !important; /* White Heading */
}

.about-us-green-box .section-title::after {
    background: #ffb606 !important; /* Gold line accent */
}

.about-us-green-box p {
    color: rgba(255, 255, 255, 0.9) !important; /* Soft White Paragraphs */
}

.about-us-green-box li {
    color: #ffffff !important; /* White Lists */
}

.about-us-green-box li i {
    color: #ffb606 !important; /* Gold Checkmarks for contrast on green */
}

/* Premium Button style for Read More */
.about-us-readmore-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    color: #0e3e29 !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 14px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.about-us-readmore-btn i {
    font-size: 12px !important;
    transition: transform 0.3s ease !important;
}

.about-us-readmore-btn:hover {
    background: #ffb606 !important; /* Gold Hover */
    border-color: #ffb606 !important;
    color: #0e3e29 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(255, 182, 6, 0.3) !important;
}

.about-us-readmore-btn:hover i {
    transform: translateX(4px) !important;
}

/* ==========================================================================
   CONTACT PAGE CARDS STYLING
   ========================================================================== */
.contact-info-card {
    background: #0e3e29 !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    padding: 35px 25px !important;
    box-shadow: 0 10px 30px rgba(14, 62, 41, 0.08) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    border: 1px solid #0e3e29 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.contact-info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(14, 62, 41, 0.18) !important;
    background: #0a2f1f !important;
    border-color: #0a2f1f !important;
}
.contact-icon-circle {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
}
.contact-info-card:hover .contact-icon-circle {
    background: #ffb606 !important;
}
.contact-info-card:hover .contact-icon-circle i {
    color: #0e3e29 !important;
}

/* Contact Submit Button Gold Hover */
.btn-contact-submit {
    background-color: #0e3e29 !important;
    border-color: #0e3e29 !important;
    padding: 12px 45px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(14, 62, 41, 0.15) !important;
    border: 1px solid #0e3e29 !important;
}
.btn-contact-submit:hover {
    background-color: #ffb606 !important;
    border-color: #ffb606 !important;
    color: #0e3e29 !important;
    box-shadow: 0 6px 15px rgba(255, 182, 6, 0.3) !important;
}



/* ==========================================================================
   ABOUT US HANDSHAKE GREEN BOX & READ MORE CONTRAST FIXES
   ========================================================================== */
.about-us-green-box {
    background-color: var(--brand-green) !important;
}
.about-us-green-box,
.about-us-green-box p,
.about-us-green-box span,
.about-us-green-box li,
.about-us-green-box h2,
.about-us-green-box h3,
.about-us-green-box div {
    color: var(--text-white) !important;
}
.about-us-green-box li::before {
    color: var(--brand-gold) !important;
}
.about-us-readmore-btn {
    color: var(--text-white) !important;
    background-color: var(--brand-red) !important;
    border: 2px solid var(--brand-red) !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 10px rgba(200, 16, 46, 0.2) !important;
}
.about-us-readmore-btn:hover {
    background-color: var(--brand-green-hover) !important;
    border-color: var(--brand-green-hover) !important;
    color: var(--text-white) !important;
    box-shadow: 0 4px 12px rgba(14, 62, 41, 0.3) !important;
}

/* ==========================================================================
   GLOBAL HEADER & APTS BRANDING STYLES
   ========================================================================== */
.brochure-btn {
    display: inline-flex;
    align-items: center;
    background: #e84e1b;
    color: #ffffff !important;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: 2px solid #e84e1b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.brochure-btn i {
    margin-right: 8px;
    font-size: 15px;
}

.brochure-btn:hover {
    background: transparent;
    color: #e84e1b !important;
    border-color: #e84e1b;
    box-shadow: 0 4px 12px rgba(232, 78, 27, 0.2);
}

/* APTS Logo Layout Styles */
.site-logo-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.apts-header-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.apts-logo-badge {
    background: #e84e1b;
    color: #ffffff;
    font-family: 'Arial Black', Impact, sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding: 3px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 1;
}
.apts-logo-text {
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.apts-logo-caption {
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-style: italic;
    margin-top: 4px;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.apts-logo-subcaption {
    color: #ffb606;
    font-size: 10px;
    font-weight: 700;
    margin-top: 2px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.logo-divider {
    width: 1px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
}

/* Sticky header APTS logo styles */
.sticky-logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.apts-sticky-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.apts-sticky-badge {
    background: #e84e1b;
    color: #ffffff;
    font-family: 'Arial Black', Impact, sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 1px 5px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    line-height: 1;
}
.apts-sticky-text {
    color: #0e3e29;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}
.apts-sticky-caption {
    color: #666666;
    font-size: 8px;
    font-style: italic;
    margin-top: 1px;
    white-space: nowrap;
}
.sticky-logo-divider {
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.mobile-apts-topbar {
    display: none !important;
}

/* Mobile styles */
@media (max-width: 991px) {
    .mobile-apts-topbar {
        display: flex !important;
    }
    .mobile-header-brochure-container {
        float: right;
        margin-right: 15px;
        margin-top: 10px;
    }

    .mobile-header-brochure-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: #e84e1b;
        color: #ffffff !important;
        font-weight: 700;
        padding: 6px 14px;
        border-radius: 30px;
        text-decoration: none !important;
        font-size: 12px;
        letter-spacing: 0.3px;
        border: 2px solid #e84e1b;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
    }

    .mobile-header-brochure-btn i {
        margin-right: 6px;
        font-size: 13px;
    }

    .mobile-header-brochure-btn:hover,
    .mobile-header-brochure-btn:focus {
        background: transparent;
        color: #e84e1b !important;
        border-color: #e84e1b;
    }
}

@media (max-width: 480px) {
    .mobile-header-brochure-container {
        margin-right: 10px;
        margin-top: 12px;
    }

    .mobile-header-brochure-btn {
        padding: 5px 8px;
        font-size: 10px;
    }

    .mobile-header-brochure-btn span {
        display: none;
    }

    .mobile-header-brochure-btn i {
        margin-right: 0;
        font-size: 14px;
    }
}

/* ==========================================================================
   ABOUT US REDESIGN STYLES
   ========================================================================== */
.about-header-bg {
    background-image: url('../images/index/service1.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}
.about-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 62, 41, 0.85);
}
.about-intro-section {
    padding: 80px 0;
    background: #fdfdfd;
}
.about-who-title {
    color: #0e3e29;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-desc-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
}
.about-desc-text p {
    margin-bottom: 20px;
}

/* Color-coded flat cards for ODC and APTS */
.brand-card-odc {
    border-radius: 12px;
    background: #f4f9f6; /* Soft green */
    border: none;
    border-top: 5px solid #0e3e29;
    box-shadow: 0 4px 12px rgba(14, 62, 41, 0.05);
    height: 100%;
}
.brand-card-apts {
    border-radius: 12px;
    background: #fffaf0; /* Soft gold */
    border: none;
    border-top: 5px solid #ffb606;
    box-shadow: 0 4px 12px rgba(255, 182, 6, 0.05);
    height: 100%;
}
.brand-icon-wrapper-odc {
    background: #e1efe7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.brand-icon-wrapper-apts {
    background: #fdf2d9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.brand-card-title-odc {
    font-size: 22px;
    font-weight: 700;
    color: #0e3e29;
    margin-bottom: 20px;
}
.brand-card-title-apts {
    font-size: 22px;
    font-weight: 700;
    color: #d97706; /* Warmer contrast gold/orange */
    margin-bottom: 20px;
}

/* Mission & Vision flat blocks */
.mission-block {
    padding: 30px;
    background: #ffffff; /* Clean white */
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #0e3e29;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    height: 100%;
}
.vision-block {
    padding: 30px;
    background: #ffffff; /* Clean white */
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #ffb606;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    height: 100%;
}

/* Core services section */
.core-services-container {
    background: #f8fafc;
    border-radius: 16px;
    padding: 50px 30px;
}
.service-flat-card-1 {
    padding: 30px 20px;
    background: #ffffff; /* White background */
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0e3e29;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: none;
}
.service-flat-card-2 {
    padding: 30px 20px;
    background: #ffffff; /* White background */
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #ffb606;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: none;
}
.service-flat-card-3 {
    padding: 30px 20px;
    background: #ffffff; /* White background */
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #c8102e;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: none;
}

/* PDCA Cycle Styling */
.pdca-outer-wrapper {
    display: inline-block;
    background: #fff;
    padding: 40px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 2px dashed #0e3e29;
    position: relative;
}
.pdca-circle-main {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #0e3e29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.pdca-badge-plan {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffb606;
    color: #111;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.pdca-badge-check {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffb606;
    color: #111;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.pdca-badge-do {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    background: #ffb606;
    color: #111;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.pdca-badge-act {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    background: #ffb606;
    color: #111;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

@media (max-width: 575px) {
    .pdca-outer-wrapper {
        padding: 25px;
    }
    .pdca-circle-main {
        width: 180px;
        height: 180px;
    }
    .pdca-circle-main h4 {
        font-size: 20px !important;
    }
    .pdca-circle-main span {
        font-size: 9px !important;
    }
    .pdca-badge-plan, .pdca-badge-check, .pdca-badge-do, .pdca-badge-act {
        font-size: 11px;
        padding: 4px 12px;
    }
    .pdca-badge-plan { top: 5px; }
    .pdca-badge-check { bottom: 5px; }
    .pdca-badge-do { right: -10px; }
    .pdca-badge-act { left: -10px; }
    
    .core-services-container {
        padding: 30px 15px;
    }
}

/* ==========================================================================
   FAQ PAGE REDESIGN STYLES
   ========================================================================== */
.faq-header-bg {
    background-image: url('../images/index/service2.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}
.faq-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 62, 41, 0.85);
}
.faq-intro-section {
    padding: 80px 0;
    background: #ffffff;
}
.faq-who-title {
    color: #0e3e29;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.faq-tab-btn {
    border: 1px solid #e2e8f0;
    background: #ffffff; /* Clean white */
    color: #475569;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14.5px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    border-left: 4px solid transparent;
}
.faq-tab-btn:hover {
    background: #f4f9f6; /* Soft green */
    color: #0e3e29;
    border-color: #e2e8f0;
    border-left-color: #0e3e29;
}
.faq-tab-btn.active {
    background: #0e3e29; /* Dark green */
    color: #ffffff;
    border-color: #0e3e29;
    border-left-color: #ffb606; /* Gold accent */
}
.faq-tab-btn.active i {
    color: #ffb606;
}
details.faq-item {
    background: #ffffff; /* Clean white */
    border: 1px solid #e2e8f0;
    border-left: 4px solid #e2e8f0; /* Accent indicator */
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 15px 20px;
}
details.faq-item:hover {
    border-color: #cbd5e1;
    border-left-color: #0e3e29;
}
details.faq-item[open] {
    background: #ffffff;
    border-color: #0e3e29;
    border-left-color: #ffb606; /* Gold/Orange brand accent */
    box-shadow: 0 4px 12px rgba(14, 62, 41, 0.04);
}
summary.faq-summary {
    font-weight: 700;
    font-size: 15px;
    color: #111111;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 30px;
}
summary.faq-summary::-webkit-details-marker {
    display: none;
}
summary.faq-summary::after {
    content: '\f0fe'; /* fa-plus-square */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0e3e29;
    font-size: 16px;
}
details.faq-item[open] summary.faq-summary::after {
    content: '\f146'; /* fa-minus-square */
    color: #ffb606;
}
.faq-content-box {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    border-top: 1px solid #edf2f7;
    padding-top: 15px;
}
.faq-content-box ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.faq-content-box li {
    margin-bottom: 5px;
}
.faq-category-section {
    display: none;
}
.faq-category-section.active {
    display: block;
}

/* ==========================================================================
   USEFUL LINKS PAGE REDESIGN STYLES
   ========================================================================== */
.page-header.links-header-bg {
    background: linear-gradient(rgba(14, 62, 41, 0.85), rgba(14, 62, 41, 0.85)), url('../images/index/service3.jpg') no-repeat center center !important;
    background-size: cover !important;
    padding: 65px 0 !important;
    border-bottom: 3px solid #ffb606 !important;
    position: relative;
}
.links-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
.links-intro-section {
    padding: 80px 0;
    background: #fafbfc;
}
.links-who-title {
    color: #0e3e29;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.links-intro-text {
    color: #475569;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Category cards */
.links-category-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 30px;
    height: 100%;
    border: 1px solid #edf2f7;
}
.links-card-odc {
    border-top: 4px solid #0e3e29;
}
.links-card-apts {
    border-top: 4px solid #ffb606;
}
.links-category-title {
    font-size: 20px;
    font-weight: 700;
    color: #0e3e29;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.links-category-title i {
    font-size: 18px;
    color: #ffb606;
}
.links-card-apts .links-category-title i {
    color: #0e3e29;
}

/* Resource Box Styles */
.resource-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}
.resource-box-odc {
    border-left: 3px solid #0e3e29;
}
.resource-box-apts {
    border-left: 3px solid #ffb606;
}
.resource-box:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(14, 62, 41, 0.05);
}
.resource-box-odc:hover {
    border-color: #0e3e29;
}
.resource-box-apts:hover {
    border-color: #ffb606;
}
.resource-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}
.resource-desc {
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}

/* Resource Link Buttons */
.resource-link-btn {
    font-size: 12px;
    font-weight: 700;
    color: #0e3e29;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 6px;
    background: #e1efe7;
    transition: all 0.2s ease;
}
.resource-box-apts .resource-link-btn {
    color: #b45309;
    background: #fffbeb;
}
.resource-link-btn i {
    font-size: 10px;
    transition: transform 0.2s ease;
}
.resource-link-btn:hover {
    background: #0e3e29;
    color: #ffffff;
}
.resource-box-apts .resource-link-btn:hover {
    background: #ffb606;
    color: #111111;
}
.resource-link-btn:hover i {
    transform: translateX(2px);
}

/* Bottom Cards */
.links-bottom-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #edf2f7;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.links-bottom-title {
    font-size: 18px;
    font-weight: 700;
    color: #0e3e29;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.links-bottom-title i {
    color: #ffb606;
}
.links-card-apts .links-bottom-title i {
    color: #0e3e29;
}
.links-bottom-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* List Groups & Items */
.links-list-group {
    padding-left: 0;
    margin-bottom: 0;
}
.links-list-item.list-group-item {
    border: 1px solid #f1f5f9;
    border-radius: 8px !important;
    margin-bottom: 8px;
    background: #f8fafc;
    padding: 12px 16px;
    transition: all 0.2s ease;
}
.links-list-item.list-group-item:last-child {
    margin-bottom: 0;
}
.links-list-item.list-group-item a {
    color: #334155;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}
.links-list-item.list-group-item i {
    margin-right: 12px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transition: all 0.2s ease;
}
/* ODC Left side list styles */
.links-card-odc .links-list-item.list-group-item i {
    background: #e1efe7;
    color: #0e3e29;
}
/* APTS Right side list styles */
.links-card-apts .links-list-item.list-group-item i {
    background: #fffbeb;
    color: #ffb606;
}
/* Hover interactions */
.links-card-odc .links-list-item.list-group-item:hover {
    background: #0e3e29;
    border-color: #0e3e29;
}
.links-card-odc .links-list-item.list-group-item:hover a {
    color: #ffffff;
}
.links-card-odc .links-list-item.list-group-item:hover i {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.links-card-apts .links-list-item.list-group-item:hover {
    background: #ffb606;
    border-color: #ffb606;
}
.links-card-apts .links-list-item.list-group-item:hover a {
    color: #111111;
}
.links-card-apts .links-list-item.list-group-item:hover i {
    background: rgba(17, 17, 17, 0.1);
    color: #111111;
}

/* Footer note & link */
.links-footer-note {
    color: #64748b;
    font-size: 13.5px;
    margin-top: 25px;
}
.links-footer-link {
    color: #0e3e29;
    font-weight: 700;
    text-decoration: underline !important;
}
.links-footer-link:hover {
    color: #ffb606;
}

/* Footer APTS Logo Styles */
.footer-brand-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-logo-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}
.apts-footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.apts-footer-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.apts-footer-logo .apts-logo-badge {
    background: #e84e1b;
    color: #ffffff;
    font-family: 'Arial Black', Impact, sans-serif;
    font-size: 14px;
    font-weight: 900;
    padding: 2px 7px;
    border-radius: 4px;
    letter-spacing: 0.8px;
    line-height: 1;
}
.apts-footer-logo .apts-logo-text {
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.apts-footer-logo .apts-logo-caption {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-style: italic;
    margin-top: 3px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.apts-footer-logo img {
    max-height: 48px !important;
    width: auto !important;
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
}
.apts-footer-logo .apts-logo-subcaption {
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-top: 1px;
    letter-spacing: 0.3px;
    text-transform: none !important;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .footer-brand-logos {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .footer-logo-divider {
        display: none;
    }
    .apts-footer-logo .apts-logo-caption,
    .apts-footer-logo .apts-logo-subcaption {
        white-space: normal;
    }
}

/* Callback Submit Button Hover color change (Gold style) */
#callbackForm .wpcf7-submit {
    transition: all 0.3s ease !important;
}
#callbackForm .wpcf7-submit:hover {
    background-color: #ffb606 !important;
    border-color: #ffb606 !important;
    color: #0e3e29 !important;
    box-shadow: 0 6px 15px rgba(255, 182, 6, 0.3) !important;
}

