/* Makanwale custom styles extracted from index.php */

.mw-price-box {
    background: #ffffff;
    border: 4px solid #f5dcd4;
    border-radius: 18px;
    padding: 15px 16px 16px;
    margin-top: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}

.mw-price-label {
    color: #8b94a5;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.mw-price-line {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-justify:2px ;
    color: #e94b0c;
     font-size: 15px;
    line-height: 1;
}

.mw-price-currency {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin-right: 1px;
}

.mw-price-number {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
}

.mw-price-unit {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin-left: 2px;
    letter-spacing: -0.3px;
}

@media (max-width: 576px) {
    .mw-price-number {
        font-size: 38px;
    }

    .mw-price-unit {
        font-size: 14px;
    }
}

.package-lead-overlay{
    display:none;
    position:fixed;
    inset:0;
    z-index:999999;
    background:rgba(0,0,0,.62);
    padding:20px;
    overflow-y:auto;
    align-items:center;
    justify-content:center;
}
.package-lead-overlay.is-open{display:flex;}
.package-lead-modal{
    width:min(920px,100%);
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    position:relative;
    box-shadow:0 25px 80px rgba(0,0,0,.30);
    animation:packageLeadIn .18s ease-out;
}
@keyframes packageLeadIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
.package-lead-close{
    position:absolute;
    top:12px;
    right:12px;
    z-index:5;
    width:34px;
    height:34px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:#222;
    font-size:25px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 2px 10px rgba(0,0,0,.12);
}
.package-lead-close:hover{background:#f15a29;color:#fff;}
.package-lead-grid{display:grid;grid-template-columns:1fr 1fr;min-height:585px;}
.package-lead-image{position:relative;min-height:585px;background:#222;overflow:hidden;}
.package-lead-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.package-lead-shade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.03) 30%,rgba(0,0,0,.78) 100%);}
.package-lead-image-text{position:absolute;left:30px;right:30px;bottom:30px;color:#fff;z-index:2;}
.package-lead-image-text>span{display:inline-block;background:#f15a29;color:#fff;padding:6px 10px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:1.2px;margin-bottom:12px;}
.package-lead-image-text h2{color:#fff!important;font-size:30px!important;line-height:1.2!important;font-weight:700!important;margin:0 0 10px!important;}
.package-lead-image-text p{color:#fff;margin:0;font-size:14px;}
.package-lead-form-side{padding:34px 34px 26px;}
.package-lead-eyebrow{color:#f15a29;font-size:10px;font-weight:800;letter-spacing:1.3px;margin-bottom:6px;}
.package-lead-form-side h3{font-size:28px!important;font-weight:700!important;color:#1d1d1d!important;margin:0 0 6px!important;}
.package-lead-subtitle{font-size:14px;color:#666;line-height:1.5;margin:0 0 15px;}
.package-lead-selected{display:flex;align-items:center;gap:11px;background:#fff0eb;border-radius:9px;padding:10px 12px;margin-bottom:16px;}
.package-lead-home{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffd9cb;color:#e64b17;font-size:17px;flex:0 0 38px;}
.package-lead-selected small{display:block;color:#555;font-size:11px;line-height:1.2;}
.package-lead-selected strong{display:block;color:#e64b17;font-size:17px;font-weight:700;line-height:1.25;}
.package-lead-field{margin-bottom:12px;}
.package-lead-field label{display:block;font-size:12px;font-weight:600;color:#222;margin-bottom:5px;}
.package-lead-field label span{color:#999;font-weight:400;}
.package-lead-field>input,
.package-lead-phone-wrap input{
    width:100%;
    height:43px;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
    color:#222;
    font-size:13px;
    padding:9px 12px;
    outline:none;
    box-sizing:border-box;
}
.package-lead-field>input:focus{border-color:#f15a29;box-shadow:0 0 0 2px rgba(241,90,41,.10);}
.package-lead-phone-wrap{display:flex;align-items:center;height:43px;border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff;}
.package-lead-phone-wrap:focus-within{border-color:#f15a29;box-shadow:0 0 0 2px rgba(241,90,41,.10);}
.package-lead-phone-wrap>span{height:100%;display:flex;align-items:center;padding:0 10px;border-right:1px solid #ddd;white-space:nowrap;font-size:12px;font-weight:600;}
.package-lead-phone-wrap input{height:100%;border:0;border-radius:0;box-shadow:none!important;min-width:0;}
.package-lead-error{display:none;color:#dc3545;font-size:11px;margin-top:4px;}
.package-lead-submit{width:100%;border:0;border-radius:7px;background:#f15a29;color:#fff;padding:13px 15px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin-top:2px;}
.package-lead-submit:hover{background:#d9481b;}
.package-lead-submit span{font-size:20px;line-height:1;}
.package-lead-submit:disabled{opacity:.7;cursor:not-allowed;}
.package-lead-privacy{text-align:center;color:#999;font-size:10px;line-height:1.5;margin:11px 0 0;}
.package-lead-privacy a{color:#f15a29;text-decoration:none;}
body.package-modal-open{overflow:hidden;}
@media(max-width:991px){
    .package-lead-overlay{align-items:flex-start;padding:12px;}
    .package-lead-modal{max-width:600px;margin:auto;}
    .package-lead-grid{grid-template-columns:1fr;min-height:0;}
    .package-lead-image{min-height:190px;}
    .package-lead-image-text{left:20px;bottom:18px;}
    .package-lead-image-text h2{font-size:22px!important;}
    .package-lead-image-text p{display:none;}
    .package-lead-form-side{padding:25px;}
}
@media(max-width:575px){
    .package-lead-overlay{padding:8px;}
    .package-lead-modal{border-radius:12px;}
    .package-lead-image{min-height:135px;}
    .package-lead-image-text{left:16px;bottom:12px;}
    .package-lead-image-text>span{font-size:8px;padding:4px 7px;margin-bottom:5px;}
    .package-lead-image-text h2{font-size:17px!important;margin-bottom:0!important;}
    .package-lead-form-side{padding:19px 16px;}
    .package-lead-form-side h3{font-size:22px!important;}
    .package-lead-subtitle{font-size:13px;margin-bottom:11px;}
    .package-lead-selected{margin-bottom:11px;}
    .package-lead-field{margin-bottom:9px;}
    .package-lead-field>input,.package-lead-phone-wrap{height:40px;}
}

/* Project Image */
      .project-img {
        width: 100%;
        height: 220px;
        overflow: hidden;
        border-radius: 12px 12px 0 0;
      }

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

      /* Card Styling */
      .project-card {
        border: none;
        border-radius: 12px;
        background: #fff;
        transition: all 0.4s ease;
        height: 100%;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        display: flex;
        flex-direction: column;
      }

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

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

      /* Text */
      .project-title {
        font-size: 18px;
        font-weight: 600;
        color: #222;
      }

      .project-info {
        font-size: 14px;
        color: #666;
      }

      .project-content {
        padding: 15px;
        text-align: center;
        flex-grow: 1;
      }

      /* Button */
      .project-btn {
        display: inline-block;
        padding: 8px 20px;
        font-size: 14px;
        border-radius: 30px;
        background: #FF8C00;
        color: #fff;
        transition: background 0.3s ease;
        text-decoration: none;
        margin-top: auto;
      }

      .project-btn:hover {
        background: #084298;
        color: #fff;
      }

.section-border {
        background: #f8f9fb;
      }

      /* Cards */
      .why-card {
        background: #fff;
        border-radius: 16px;
        padding: 30px 22px;
        text-align: center;
        height: 100%;
        box-shadow: 0 12px 30px rgba(0,0,0,0.08);
        transition: all 0.35s ease;
      }

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

      .why-card img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        margin-bottom: 18px;
        transition: transform 0.4s ease;
      }

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

  
      .why-card h6 {
        font-size: 15px;
        font-weight: 600;
        color: #222;
      }

      .why-desc {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
        margin-top: 8px;
      }

      .btn-shadow-brand {
        box-shadow: 0 10px 25px rgba(13,110,253,0.35);
      }

/* FAQ Styling */
#faq .accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

#faq .accordion-button {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    background: #fff;
    padding: 20px 24px;
    box-shadow: none;
}

#faq .accordion-button:not(.collapsed) {
    color: #e94b0c;
    background: #fff7f3;
}

#faq .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

#faq .accordion-body {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    padding: 20px 24px;
}

@media (max-width: 576px) {
    #faq .accordion-button {
        font-size: 15px;
        padding: 16px;
    }

    #faq .accordion-body {
        font-size: 14px;
        padding: 16px;
    }
}

/* =========================================
   YOUTUBE TESTIMONIAL SECTION
========================================= */

#video-testimonials {
    position: relative;
    overflow: hidden;
}


/* Card */

.youtube-testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}


.youtube-testimonial-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}


/* Video */

.youtube-testimonial-card iframe {
    border: 0;
    width: 100%;
    height: 100%;
}


/* Content */

.youtube-testimonial-content {
    position: relative;
    padding: 20px;
    text-align: center;
}


.youtube-testimonial-content h5 {
    margin: 5px 0;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}


.youtube-testimonial-content p {
    margin: 0;
    font-size: 13px;
    color: #888;
}


/* Quote */

.quote-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: -39px auto 12px;

    position: relative;

    border-radius: 50%;

    background: #f06530;
    color: #ffffff;

    border: 4px solid #ffffff;
}


/* =========================================
   SLIDER BUTTONS
========================================= */

.youtube-slider-prev,
.youtube-slider-next {

    width: 45px;
    height: 45px;

    top: 42%;

    background: #f06530;

    border-radius: 50%;

    opacity: 1;
}


.youtube-slider-prev {
    left: -20px;
}


.youtube-slider-next {
    right: -20px;
}


.youtube-slider-prev:hover,
.youtube-slider-next:hover {
    background: #222;
}


/* Make arrows smaller */

.youtube-slider-prev .carousel-control-prev-icon,
.youtube-slider-next .carousel-control-next-icon {
    width: 18px;
    height: 18px;
}


/* =========================================
   INDICATORS
========================================= */

.youtube-indicators {
    position: relative;
    margin-top: 35px;
    margin-bottom: 0;
}


.youtube-indicators [data-bs-target] {

    width: 10px;
    height: 10px;

    border: none;

    border-radius: 50%;

    background-color: #aaa;
}


.youtube-indicators .active {
    background-color: #f06530;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .youtube-slider-prev {
        left: 0;
    }

    .youtube-slider-next {
        right: 0;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .youtube-testimonial-card {
        margin: 0 15px;
    }

    .youtube-slider-prev,
    .youtube-slider-next {

        width: 38px;
        height: 38px;

        top: 38%;
    }

}

/* ==================================
   MAKANWALE REFERRAL SECTION
================================== */

.mw-referral-section {
    padding: 80px 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(240,101,48,.06), transparent 30%),
        #f8f9fb;
}


/* MAIN CARD */

.mw-referral-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}


/* ==================================
   LEFT CONTENT
================================== */

.mw-referral-content {
    padding: 60px 55px;
}

.mw-referral-badge {
    display: inline-block;
    background: #fff0ea;
    color: #f06530;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
    padding: 8px 13px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.mw-referral-content h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #202020;
    margin-bottom: 18px;
}

.mw-referral-content h2 span {
    display: block;
    color: #f06530;
}

.mw-referral-lead {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    max-width: 560px;
}

.mw-referral-lead strong {
    color: #f06530;
}


/* POINTS */

.mw-referral-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.mw-referral-point {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mw-referral-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff2ed;
    color: #f06530;
    font-size: 17px;
}

.mw-referral-point strong {
    display: block;
    color: #222;
    font-size: 14px;
    margin-bottom: 2px;
}

.mw-referral-point span {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
}


/* BUTTON */

.mw-referral-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: #f06530;
    color: #fff !important;
    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    padding: 15px 24px;
    border-radius: 10px;

    box-shadow: 0 10px 25px rgba(240,101,48,.25);

    transition: all .3s ease;
}

.mw-referral-btn:hover {
    background: #d94e1e;
    transform: translateY(-2px);
    color: #fff !important;
}

.mw-referral-btn span {
    font-size: 20px;
    transition: .3s;
}

.mw-referral-btn:hover span {
    transform: translateX(4px);
}

.mw-referral-note {
    font-size: 11px;
    color: #aaa;
    margin: 12px 0 0;
}


/* ==================================
   RIGHT VISUAL AREA
================================== */

.mw-referral-visual {
    position: relative;
    min-height: 580px;

    background:
        linear-gradient(135deg, #fff3ed, #fffaf7);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* DECORATION */

.mw-referral-circle {
    position: absolute;
    border-radius: 50%;
}

.mw-circle-one {
    width: 300px;
    height: 300px;
    background: rgba(240,101,48,.08);
    right: -100px;
    top: -90px;
}

.mw-circle-two {
    width: 180px;
    height: 180px;
    background: rgba(240,101,48,.06);
    left: -70px;
    bottom: -50px;
}


/* IMAGE */

.mw-referral-image {
    max-width: 80%;
    width: 100%;
    position: relative;
    z-index: 2;
    object-fit: contain;
}


/* OFFER BADGE */

.mw-referral-offer {
    position: absolute;
    top: 45px;
    right: 35px;
    z-index: 4;

    background: #fff;
    padding: 15px 18px;

    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);

    text-align: center;

    transform: rotate(2deg);
}

.mw-referral-offer small {
    display: block;
    color: #999;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mw-referral-offer strong {
    display: block;
    color: #f06530;
    font-size: 28px;
    line-height: 1.2;
}

.mw-referral-offer span {
    display: block;
    color: #666;
    font-size: 9px;
}


/* ==================================
   TABLET
================================== */

@media (max-width: 991px) {

    .mw-referral-content {
        padding: 45px 35px;
    }

    .mw-referral-content h2 {
        font-size: 34px;
    }

    .mw-referral-visual {
        min-height: 420px;
    }

    .mw-referral-image {
        max-width: 65%;
    }
}


/* ==================================
   MOBILE
================================== */

@media (max-width: 575px) {

    .mw-referral-section {
        padding: 50px 0;
    }

    .mw-referral-card {
        border-radius: 16px;
    }

    .mw-referral-content {
        padding: 32px 22px;
    }

    .mw-referral-content h2 {
        font-size: 28px;
    }

    .mw-referral-lead {
        font-size: 14px;
    }

    .mw-referral-point {
        align-items: flex-start;
    }

    .mw-referral-btn {
        width: 100%;
    }

    .mw-referral-visual {
        min-height: 300px;
    }

    .mw-referral-image {
        max-width: 78%;
    }

    .mw-referral-offer {
        top: 20px;
        right: 15px;
        padding: 10px 13px;
    }

    .mw-referral-offer strong {
        font-size: 22px;
    }
}

/* ==========================================================
   MAKANWALE TRUSTED BRANDS
========================================================== */

.mw-trusted-brands {

    position: relative;

    padding: 55px 0 45px;

    background:
        radial-gradient(
            circle at 5% 20%,
            rgba(240, 101, 48, .08),
            transparent 20%
        ),
        radial-gradient(
            circle at 95% 80%,
            rgba(255, 171, 120, .10),
            transparent 20%
        ),
        #fafafa;

    overflow: hidden;
}


/* ==========================================================
   HEADING
========================================================== */

.mw-brand-heading {

    max-width: 680px;

    margin:
        0 auto
        28px;
}


.mw-brand-small-title {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding:
        7px 14px;

    margin-bottom: 10px;

    border-radius: 50px;

    background: #fff0e9;

    color: #f06530;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.mw-brand-small-title i {

    font-size: 13px;
}


.mw-brand-heading h2 {

    margin:
        0 0 8px !important;

    color: #172033 !important;

    font-size: 34px !important;

    line-height: 1.2 !important;

    font-weight: 800 !important;
}


.mw-brand-heading h2 span {

    color: #f06530;
}


.mw-brand-heading p {

    max-width: 600px;

    margin: 0 auto;

    color: #7d8490;

    font-size: 13px;

    line-height: 1.6;
}



/* ==========================================================
   MAIN WHITE BRAND BOX
========================================================== */

.mw-brand-main-box {

    position: relative;

    width: 100%;

    background: #ffffff;

    border:
        1px solid
        #eceef1;

    border-radius: 16px;

    padding:
        17px 35px;

    box-shadow:
        0 8px 30px
        rgba(31, 38, 50, .06);

    overflow: visible;

    /*
    IMPORTANT:
    prevents huge empty space
    */

    height: auto !important;

    min-height: 0 !important;
}



/* ==========================================================
   IMPORTANT CAROUSEL HEIGHT FIX
========================================================== */

.mw-brand-main-box
.carausel-6-columns-cover {

    height: auto !important;

    min-height: 0 !important;

    margin: 0 !important;

    padding: 0 !important;
}


#carausel-6-columns-2 {

    height: auto !important;

    min-height: 0 !important;

    margin: 0 !important;

    padding: 0 !important;
}



/* ==========================================================
   SLICK FIX
========================================================== */

#carausel-6-columns-2.slick-slider {

    height: auto !important;

    min-height: 0 !important;

    margin-bottom: 0 !important;
}


#carausel-6-columns-2
.slick-list {

    height: auto !important;

    min-height: 0 !important;

    margin: 0 !important;

    padding:
        5px 0 !important;
}


#carausel-6-columns-2
.slick-track {

    height: auto !important;

    min-height: 0 !important;

    display: flex !important;

    align-items: center !important;

    margin:
        0 auto !important;

    padding: 0 !important;
}


#carausel-6-columns-2
.slick-slide {

    height: auto !important;

    min-height: 0 !important;

    float: none !important;
}


#carausel-6-columns-2
.slick-slide > div {

    height: auto !important;

    min-height: 0 !important;
}



/* ==========================================================
   INDIVIDUAL BRAND
========================================================== */

.mw-brand-slide {

    height: auto !important;

    min-height: 0 !important;

    padding:
        5px 7px;
}



/* ==========================================================
   BRAND CARD
========================================================== */

.mw-brand-card {

    position: relative;

    width: 100%;

    height: 95px !important;

    min-height: 95px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    padding:
        13px 15px;

    margin: 0 !important;

    background:
        #ffffff;

    border:
        1px solid
        #eceef1;

    border-radius: 11px;

    box-shadow:
        0 3px 12px
        rgba(0,0,0,.035);

    overflow: hidden;

    transition:
        all .3s ease;
}



/* ORANGE TOP LINE */

.mw-brand-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 50%;

    transform:
        translateX(-50%);

    width: 0;

    height: 3px;

    background:
        #f06530;

    border-radius:
        0 0 5px 5px;

    transition:
        width .3s ease;
}



/* ==========================================================
   BRAND IMAGE
========================================================== */

.mw-brand-card img {

    display: block !important;

    width: auto !important;

    height: auto !important;

    max-width: 88% !important;

    max-height: 58px !important;

    margin:
        0 auto !important;

    padding: 0 !important;

    object-fit:
        contain !important;

    /*
    COLORFUL LOGOS
    */

    filter:
        none !important;

    opacity:
        1 !important;

    transition:
        all .3s ease;
}



/* ==========================================================
   BRAND HOVER
========================================================== */

.mw-brand-card:hover {

    transform:
        translateY(-4px);

    border-color:
        rgba(
            240,
            101,
            48,
            .35
        );

    box-shadow:
        0 10px 25px
        rgba(
            31,
            38,
            50,
            .09
        );
}


.mw-brand-card:hover::before {

    width: 55%;
}


.mw-brand-card:hover img {

    transform:
        scale(1.06);
}



/* ==========================================================
   CAROUSEL ARROWS
========================================================== */

.mw-brand-main-box
.slider-arrow {

    z-index: 20;
}


.mw-brand-main-box
.slider-arrow button {

    width:
        38px !important;

    height:
        38px !important;

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    border:
        1px solid
        #eee !important;

    border-radius:
        50% !important;

    background:
        #ffffff !important;

    color:
        #f06530 !important;

    box-shadow:
        0 5px 15px
        rgba(0,0,0,.08);

    transition:
        .3s ease;
}


.mw-brand-main-box
.slider-arrow button:hover {

    background:
        #f06530 !important;

    color:
        #ffffff !important;

    border-color:
        #f06530 !important;
}



/* ==========================================================
   BOTTOM BENEFITS
========================================================== */

.mw-brand-bottom {

    display: flex;

    align-items: center;

    justify-content:
        center;

    gap: 25px;

    margin-top: 25px;

    padding:
        0 15px;
}


.mw-brand-bottom-item {

    display: flex;

    align-items: center;

    gap: 10px;
}


.mw-brand-bottom-icon {

    width: 38px;

    height: 38px;

    min-width: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        #fff0e8;

    color:
        #f06530;

    font-size:
        14px;
}


.mw-brand-bottom-icon.green {

    background:
        #eaf8ef;

    color:
        #28a745;
}


.mw-brand-bottom-icon.blue {

    background:
        #eaf3ff;

    color:
        #3486e3;
}


.mw-brand-bottom-icon.pink {

    background:
        #ffeaf0;

    color:
        #ef4770;
}


.mw-brand-bottom-item strong {

    display: block;

    color:
        #252a33;

    font-size:
        13px;

    line-height:
        1.2;
}


.mw-brand-bottom-item small {

    display: block;

    color:
        #9399a2;

    font-size:
        9px;

    margin-top:
        2px;
}


.mw-brand-bottom-divider {

    width: 1px;

    height: 35px;

    background:
        #e5e5e5;
}



/* ==========================================================
   BOTTOM TAGLINE
========================================================== */

.mw-brand-tagline {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    margin-top:
        22px;
}


.mw-brand-tagline span {

    width: 45px;

    height: 1px;

    background:
        #f06530;
}


.mw-brand-tagline p {

    margin:
        0 !important;

    color:
        #7d8490;

    font-size:
        9px;

    font-weight:
        600;

    letter-spacing:
        2px;
}



/* ==========================================================
   NO BRAND
========================================================== */

.mw-no-brand {

    padding:
        20px;

    color:
        #888;

    text-align:
        center;

    font-size:
        13px;
}



/* ==========================================================
   TABLET
========================================================== */

@media
(max-width: 991px) {

    .mw-trusted-brands {

        padding:
            45px 0;
    }


    .mw-brand-heading h2 {

        font-size:
            30px !important;
    }


    .mw-brand-main-box {

        padding:
            15px 25px;
    }


    .mw-brand-card {

        height:
            88px !important;

        min-height:
            88px !important;
    }


    .mw-brand-card img {

        max-height:
            52px !important;
    }


    .mw-brand-bottom {

        gap:
            15px;

        flex-wrap:
            wrap;
    }


    .mw-brand-bottom-divider {

        display:
            none;
    }

}



/* ==========================================================
   MOBILE
========================================================== */

@media
(max-width: 575px) {

    .mw-trusted-brands {

        padding:
            35px 0;
    }


    .mw-brand-heading {

        margin-bottom:
            20px;
    }


    .mw-brand-heading h2 {

        font-size:
            26px !important;
    }


    .mw-brand-heading p {

        padding:
            0 10px;

        font-size:
            12px;
    }


    .mw-brand-main-box {

        padding:
            12px 15px;

        border-radius:
            12px;
    }


    .mw-brand-card {

        height:
            80px !important;

        min-height:
            80px !important;

        padding:
            10px;
    }


    .mw-brand-card img {

        max-height:
            46px !important;
    }


    .mw-brand-bottom {

        display:
            grid;

        grid-template-columns:
            1fr 1fr;

        gap:
            15px;

        margin-top:
            20px;
    }


    .mw-brand-bottom-item {

        justify-content:
            flex-start;
    }


    .mw-brand-tagline {

        margin-top:
            20px;
    }


    .mw-brand-tagline span {

        width:
            20px;
    }


    .mw-brand-tagline p {

        font-size:
            8px;

        letter-spacing:
            1px;

        text-align:
            center;
    }

}

/* ========================================
   MAKANWALE - PREMIUM PROJECT CTA
======================================== */

.mw-project-cta {
    padding: 90px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(240, 101, 48, .07), transparent 25%),
        linear-gradient(180deg, #fafafa 0%, #f5f6f8 100%);
}


/* MAIN CONTAINER */

.mw-project-box {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(28, 35, 45, .10);
    border: 1px solid rgba(0,0,0,.05);
}


/* ========================================
   LEFT SIDE
======================================== */

.mw-project-content {
    padding: 65px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* SMALL LABEL */

.mw-project-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: fit-content;

    background: #fff1eb;
    color: #f06530;

    border-radius: 30px;

    padding: 8px 15px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;

    margin-bottom: 20px;
}

.mw-project-label i {
    font-size: 13px;
}


/* HEADING */

.mw-project-content h2 {
    color: #171c24 !important;

    font-size: 44px !important;
    line-height: 1.15 !important;

    font-weight: 800 !important;

    margin: 0 0 20px !important;
}

.mw-project-content h2 span {
    display: block;
    color: #f06530;
}


/* DESCRIPTION */

.mw-project-description {
    color: #68707d;

    font-size: 15px;
    line-height: 1.8;

    max-width: 530px;

    margin-bottom: 30px;
}


/* ========================================
   FEATURES
======================================== */

.mw-project-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 25px;

    margin-bottom: 35px;
}

.mw-project-feature {
    display: flex;
    align-items: center;
    gap: 11px;
}

.mw-check {
    width: 34px;
    height: 34px;
    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eaf8ef;
    color: #20a65a;

    font-size: 12px;
}

.mw-project-feature strong {
    display: block;

    color: #252a31;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 2px;
}

.mw-project-feature small {
    display: block;

    color: #9298a1;

    font-size: 10px;
}


/* ========================================
   BUTTON + PHONE
======================================== */

.mw-project-actions {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-bottom: 20px;
}


/* ORANGE BUTTON */

.mw-project-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    background: linear-gradient(135deg, #f06530, #e94b16);

    color: #fff !important;

    padding: 16px 24px;

    border-radius: 9px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 10px 25px rgba(240,101,48,.25);

    transition: all .3s ease;
}

.mw-project-btn:hover {
    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(240,101,48,.35);

    background: #dc4818;

    color: #fff !important;
}

.mw-project-btn i {
    transition: .3s;
}

.mw-project-btn:hover i {
    transform: translateX(4px);
}


/* CALL */

.mw-project-call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mw-call-icon {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff1eb;
    color: #f06530;

    font-size: 15px;
}

.mw-project-call small {
    display: block;

    color: #999;

    font-size: 10px;

    margin-bottom: 2px;
}

.mw-project-call a {
    color: #222 !important;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none !important;
}


/* TRUST */

.mw-project-trust {
    color: #9298a1;
    font-size: 10px;
}

.mw-project-trust i {
    color: #20a65a;
    margin-right: 5px;
}


/* ========================================
   RIGHT IMAGE
======================================== */

.mw-project-image {
    position: relative;

    height: 100%;
    min-height: 610px;

    overflow: hidden;

    background: #ddd;
}

.mw-project-image > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}

.mw-project-box:hover .mw-project-image > img {
    transform: scale(1.04);
}


/* IMAGE OVERLAY */

.mw-project-image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(10,20,30,.04) 25%,
            rgba(10,20,30,.55) 100%
        );

    z-index: 1;
}


/* ========================================
   IMAGE TOP BADGE
======================================== */

.mw-project-image-badge {
    position: absolute;

    top: 30px;
    left: 30px;

    z-index: 3;

    display: flex;
    align-items: center;
    gap: 11px;

    background: rgba(255,255,255,.94);

    padding: 11px 15px;

    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.mw-project-image-badge > span {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0e9;
    color: #f06530;

    border-radius: 9px;
}

.mw-project-image-badge small {
    display: block;

    color: #999;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 1px;
}

.mw-project-image-badge strong {
    display: block;

    color: #222;

    font-size: 13px;
}


/* ========================================
   FLOATING CONSULTATION CARD
======================================== */

.mw-project-floating-card {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 30px;

    z-index: 3;

    display: flex;
    align-items: center;

    background: rgba(255,255,255,.96);

    padding: 17px 18px;

    border-radius: 14px;

    box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.mw-floating-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f06530;
    color: #fff;

    border-radius: 11px;

    margin-right: 12px;

    font-size: 17px;
}

.mw-project-floating-card small {
    display: block;

    color: #888;

    font-size: 10px;

    margin-bottom: 2px;
}

.mw-project-floating-card strong {
    display: block;

    color: #20242a;

    font-size: 13px;
}

.mw-project-floating-card > a {
    width: 37px;
    height: 37px;

    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff0e9;

    color: #f06530 !important;

    text-decoration: none;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .mw-project-content {
        padding: 50px 40px;
    }

    .mw-project-content h2 {
        font-size: 36px !important;
    }

    .mw-project-image {
        min-height: 450px;
    }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 575px) {

    .mw-project-cta {
        padding: 50px 0;
    }

    .mw-project-box {
        border-radius: 16px;
    }

    .mw-project-content {
        padding: 35px 22px;
    }

    .mw-project-content h2 {
        font-size: 30px !important;
    }

    .mw-project-description {
        font-size: 14px;
    }

    .mw-project-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mw-project-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .mw-project-btn {
        width: 100%;
    }

    .mw-project-image {
        min-height: 380px;
    }

    .mw-project-image-badge {
        top: 18px;
        left: 18px;
    }

    .mw-project-floating-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

}




/* =====================================================
   PREMIUM PROJECT CARDS
===================================================== */

.premium-project-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,.05);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}

.premium-project-card:hover {
    transform: translateY(-8px);
    border-color: #fed7aa;
    box-shadow: 0 25px 50px rgba(0,0,0,.12);
}


/* IMAGE */

.project-image-wrap {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #f3f4f6;
}

.project-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .7s ease;
}

.premium-project-card:hover .project-image-wrap img {
    transform: scale(1.07);
}


/* IMAGE OVERLAY */

.project-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(17,24,39,.65) 0%,
            rgba(17,24,39,.08) 55%,
            transparent 100%
        );
}


/* PROJECT NUMBER */

.project-number {
    position: absolute;
    top: 20px;
    right: 22px;

    font-size: 42px;
    font-weight: 800;
    line-height: 1;

    color: rgba(255,255,255,.35);
}


/* CATEGORY */

.project-category {
    position: absolute;
    left: 20px;
    bottom: 20px;

    padding: 7px 13px;

    background: #f97316;
    color: #fff;

    border-radius: 50px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;

    box-shadow: 0 7px 20px rgba(0,0,0,.15);
}


/* CONTENT */

.premium-project-content {
    padding: 27px;
}

.project-location {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 10px;

    color: #9ca3af;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .7px;
}

.project-location span {
    color: #f97316;
    font-size: 10px;
}

.premium-project-content h3 {
    margin-bottom: 10px;

    color: #111827;

    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.premium-project-content p {
    min-height: 50px;
    margin-bottom: 20px;

    color: #6b7280;

    font-size: 15px;
    line-height: 1.7;
}


/* BOTTOM */

.project-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 17px;

    border-top: 1px solid #f0f0f0;

    color: #4b5563;

    font-size: 13px;
    font-weight: 600;
}

.project-arrow {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff7ed;
    color: #f97316;

    border-radius: 50%;

    font-size: 18px;

    transition: .3s;
}

.premium-project-card:hover .project-arrow {
    background: #f97316;
    color: #fff;
    transform: translateX(3px);
}


/* RESPONSIVE */

@media(max-width: 767px) {

    .project-image-wrap {
        height: 260px;
    }

    .premium-project-content {
        padding: 23px;
    }

    .premium-project-content p {
        min-height: auto;
    }
}


/* =====================================================
   ARCHITECTURE PROCESS
===================================================== */

.architecture-process {
    position: relative;
    text-align: center;
    height: 100%;
}


/* STEP NUMBER */

.process-circle {
    position: relative;
    z-index: 5;

    width: 96px;
    height: 96px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f97316;
    color: #fff;

    border: 8px solid #fff;
    border-radius: 50%;

    font-size: 22px;
    font-weight: 800;

    box-shadow:
        0 12px 30px rgba(249,115,22,.25);

    transition: .35s ease;
}

.architecture-process:hover .process-circle {
    transform: scale(1.08);
    background: #111827;
}


/* CARD */

.process-card {
    position: relative;

    height: calc(100% - 121px);
    min-height: 245px;

    padding: 30px 23px;

    background: #f8fafc;

    border: 1px solid #edf0f3;
    border-radius: 24px;

    overflow: hidden;

    transition: .35s ease;
}

.process-card::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 0;
    height: 4px;

    background: linear-gradient(
        90deg,
        #ea580c,
        #fb923c
    );

    transition: width .4s ease;
}

.architecture-process:hover .process-card {
    background: #fff;

    border-color: #fed7aa;

    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(0,0,0,.08);
}

.architecture-process:hover .process-card::after {
    width: 100%;
}


/* ICON */

.process-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #fff7ed;
    color: #f97316;
}

.process-icon.dark {
    background: #111827;
    color: #fff;
}


/* CONTENT */

.process-card h3 {
    margin-bottom: 11px;

    color: #111827;

    font-size: 19px;
    font-weight: 800;
}

.process-card p {
    margin: 0;

    color: #6b7280;

    font-size: 14px;
    line-height: 1.7;
}


/* =====================================================
   PREMIUM CTA
===================================================== */

.architecture-cta {
    position: relative;

    padding: 55px 50px;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #111827 0%,
            #171717 65%,
            #21170f 100%
        );

    border-radius: 30px;

    box-shadow:
        0 22px 55px rgba(0,0,0,.16);
}


/* ORANGE GLOW */

.cta-orange-circle {
    position: absolute;

    width: 360px;
    height: 360px;

    right: -140px;
    top: -190px;

    border-radius: 50%;

    background:
        rgba(249,115,22,.16);
}


/* Subtle Architecture Pattern */

.cta-grid-pattern {
    position: absolute;

    width: 280px;
    height: 280px;

    right: 7%;
    bottom: -170px;

    border: 1px solid rgba(249,115,22,.15);

    transform: rotate(45deg);
}


/* LABEL */

.cta-label {
    color: #fb923c;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.2px;
}


/* RESPONSIVE */

@media(max-width: 991px) {

    .process-card {
        height: auto;
        min-height: 225px;
    }

    .architecture-cta {
        padding: 45px 35px;
    }
}


@media(max-width: 767px) {

    .process-card {
        min-height: auto;
    }

    .architecture-cta {
        padding: 38px 24px;
        border-radius: 24px;
    }

    .process-circle {
        width: 85px;
        height: 85px;
    }
}









