/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
}

/* Container */
.cus_container_main {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero */
.cus_hero {
    background: url('https://bpconsultinggroup.com/wp-content/uploads/2026/03/banner.jpg') no-repeat center/cover;
    position: relative;
    padding: 40px 0 80px;
    color: #fff;
}

.cus_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}
img {
    max-width: 100%;
}
.cus_hero > * {
    position: relative;
    z-index: 2;
}

/* Header */
.cus_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cus_logo {
    width: 110px;
}
.cus_left h1 {
    color: #fff;
}
.cus_cta_box h2 {
    color: #fff;
}
/* Buttons */
.cus_btn {
    background: #A5622C;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    border:1px solid #A5622C;
}
.cus_btn:hover {
    background: #000;
    color: #fff;
    border:1px solid #ffffff;
}
/* Content Layout */
.cus_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    gap: 40px;
}

/* Left */
.cus_left {
    max-width: 50%;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cus_left p {
    color: #ddd;
    margin-bottom: 25px;
}
p {
    font-size: 16px;
    line-height: 1.6;
}
.cus_form_box {
    background: #0A0A0A;
    padding: 40px;
    border-radius: 20px;
    width: 50%;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    text-align: center;
    font-weight: 400;
}

.cus_features {
    margin-top: -30px;
    background: #A5622C;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 11;
    position: relative;
    color: #fff;
}

.cus_feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.cus_feature img {
    width: 16px;
}
.cus_features .cus_feature {
  padding: 0 40px 0 0;          
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}

.cus_features .cus_feature:last-child {
  border-right: none;
}
.cus_logos {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.cus_services_section {
    padding: 80px 0 0 0;
    font-family: 'DM Sans', sans-serif;
}
/* Card */
.cus_service_card {
    background: #e9e9e9;
    border-radius: 16px;
    padding: 10px;
    position: relative;
}
.cus_image_area {
    padding-top: 30px;
}

.cus_service_badge {
    position: absolute;
    top: -16px;
    left: 40px;
    background: #0A0A0A;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
}
/* Content Layout */
.cus_card_content {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Image */
.cus_image_area img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

/* Text */
.cus_text_area {
    flex: 1;
    color: #333;
}

.cus_text_area p {
    margin-bottom: 12px;
}

/* Right Black Box */
.cus_services_box {
    width: 350px;
    background: #0A0A0A;
    color: #fff;
    padding: 20px;
    border-radius: 18px;
}
.cus_services_box h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.cus_services_box .cus_btn {
    border: 1px solid #A5622C;
}
.cus_services_box .cus_btn:hover {
    border: 1px solid #fff;
}
/* List */
.cus_services_box ul {
    list-style: none;
    padding: 0;
}
.cus_services_box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 12px;
}

/* Tick Icon */
.cus_services_box ul li::before {
    content: "";
    width: 17px;
    height: 17px;
    background: url('https://bpconsultinggroup.com/wp-content/uploads/2026/03/tick.png') no-repeat center/contain;
    display: inline-block;
}
.cus_services_box ul {
    padding-bottom: 20px;
}
.cus_section_title {
    padding-bottom: 40px;
}
.cus_main_services {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.cus_p {
    padding-bottom: 50px;
}
.cus_services_box_last {
    padding: 60px 20px;
}
.cus_Choose {
    display: flex;
    justify-content: space-between;
}

.cus_Choose_icon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.cus_Choose_icon img {
    width: 100px;
    margin: 0 auto;
}
.cus_Choose_icon p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.cus_btn_center {
    text-align: center;
    padding-top: 40px;
}
/* Section */
.cus_projects_section {
    padding: 80px 0;
}

/* Layout */
.cus_projects_wrap {
    display: flex;
    gap: 40px;
}

/* Tabs */
.cus_tabs {
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cus_tab_btn {
    padding: 12px;
    border: 1px solid #A5622C;
    background: transparent;
    color: #A5622C;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}

.cus_tab_btn.cus_active {
    background: transparent;
    color: #A5622C;
    border: 1px solid #A5622C;
}
.cus_tab_btn:hover {
    background: transparent;
    color: #A5622C;
    border: 1px solid #A5622C;
}
.cus_tow_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

a.cus_btn_border {
    background: transparent;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}
a.cus_btn_border:hover {
    background: #A5622C;
    border: 1px solid #A5622C;
    color: #fff;
}

/* Content */
.cus_projects_gallery {
    flex: 1;
}

.cus_tab_content {
    display: none;
}
.cus_tab_content h3 {
    font-size: 23px;
    font-family: 'Playfair Display';
    font-weight: 500;
    padding-bottom: 20px;
}
.cus_tab_h3 {
    padding-top: 30px;
}
.cus_tab_content.cus_active {
    display: block;
}

/* Gallery */
.cus_gallery_top {
    display: flex;
    gap: 20px;
}

.cus_compare_slider {
    position: relative;
    width: 50%;
    height: 470px;
    overflow: hidden;
    border-radius: 10px;
}

.cus_compare_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* After */
.cus_img_after_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

/* Handle */
.cus_slider_handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #fff;
    cursor: ew-resize;
}
.cus_slider_handle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
    background: url('https://bpconsultinggroup.com/wp-content/uploads/2026/03/after-before.png') no-repeat center;
    background-size: 50px 50px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.cus_gallery_bottom {
    margin-top: 30px;
    text-align: center;
}

.cus_gallery_bottom img {
    width: 350px;
    max-width: 100%;
}
.cus_tabs button {
    font-size: 20px;
    font-weight: 500;
    background: #a5622c;
    color: #fff;
}

.cus_gallery_bottoms {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}



.cus_process_section {
    padding: 70px 0;
    background: #efefef;
    text-align: center;
}

.cus_process_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/* Line */
.cus_process_line {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 1px;
    border-top: 2px dashed #ccc;
    z-index: 0;
}

.cus_process_step {
    background: #FFF5EE;
    padding: 30px 20px;
    border-radius: 12px;
    width: 22%;
    position: relative;
    z-index: 2;
}
.cus_process_step p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: left;
}
.cus_step_number {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: -60px auto 15px;
    left: 30px;
    position: absolute;
}
.cus_review_section {
    padding: 80px 0;
    background: #f5f5f5;
}

.cus_review_wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}


/* Slider */
.cus_review_slider {
    position: relative;
    margin-left: -120px; /* overlap image */
}
.cus_review_card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.1);
}
.cus_review_slider .slick-slide {
    padding: 30px;
    margin: 30px 10px 30px 10px;
    height: unset !important;
}
.cus_review_slider .slick-track {
    display: flex;
}
/* CUSTOM ARROWS */
.cus_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.cus_arrow:hover {
    box-shadow: none;
}
/* arrow image */
.cus_arrow img {
    width: 44px;
}

/* left arrow (over image) */
.cus_prev {
    left: -13px;
}

/* right arrow */
.cus_next {
    right: -13px;
}

/* remove default slick arrow */
.slick-prev:before,
.slick-next:before {
    display: none;
}

/* layout */
.cus_review_wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cus_review_image {
    width: 45%;
}

.cus_review_image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.cus_review_slider {
    width: 60%;
}
/* DOTS DESIGN CLEAN */
.cus_review_slider .slick-dots {
    bottom: -15px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}

/* remove default */
.cus_review_slider .slick-dots li button:before {
    display: none;
}

/* custom dot */
.cus_review_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2a679; /* light brown */
    border: none;
    padding: 0;
}

/* active dot */
.cus_review_slider .slick-dots li.slick-active button {
    background: #A5622C; /* main brown */
    transform: scale(1.2);
}
.cus_review_slider .slick-dots li {
    width: 0px;
    height: 0px;

}
.cus_review_card p {
    padding: 20px 0;
    color: #59585D;
}
.cus_review_stars {
    color: #FFC107;
    font-size: 30px;
}
.cus_review_card h4 {
    font-weight: 500;
}
.cus_btn_right {
    text-align: right;
    margin-top: -40px;
}
.cus_cta_section {
    padding: 60px 0;
}
.cus_cta_box {
    background-image: url('https://bpconsultinggroup.com/wp-content/uploads/2026/03/banner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 80px 40px;
    text-align: center;
    color: #fff;
}

/* reuse h2 but adjust */
.cus_cta_box h2 {
    margin-bottom: 15px;
}

/* text */
.cus_cta_box p {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #f5f5f5;
}

/* buttons */
.cus_cta_btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* NEW BLACK BUTTON */
.cus_btn_black {
    background: #000;
    color: #fff;
}

/* hover optional */
.cus_btn_black:hover {
    background: #222;
}
.cus_footer {
    background: #000;
    color: #fff;
    padding: 60px 0 20px;
    text-align: center;
}

/* inner layout */
.cus_footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/* logo */
.cus_footer_logo img {
    width: 120px;
}


.cus_footer_social img {
    width: 50px;
}
.cus_footer_phone a {
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
/* phone */
.cus_footer_phone {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    flex-direction: column;
    gap: 20px;
}
.cus_footer_phone span {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.cus_footer_phone img {
    width: 26px;
}

.cus_footer_line {
    border-top: 1px solid #4B2F18;
    margin: 40px 0 15px;
}
.cus_footer_bottom p {
    font-size: 16px;
    color: #fff;
}
.cus_footer_bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.cus_footer_bottom a:hover {
    text-decoration: underline;
    color: #fff;
}
.cus_form {
    background: #000;
    border-radius: 20px;
}

.cus_form h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
}

.cus_form .wpforms-field-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.cus_form #wpforms-1132-field_2-container,
.cus_form #wpforms-1132-field_3-container,
.cus_form #wpforms-1132-field_4-container,
.cus_form #wpforms-1132-field_5-container {
    grid-column: span 1;
    text-align: left;
}

.cus_form #wpforms-1132-field_7-container, .cus_form #wpforms-1132-field_6-container {
    grid-column: span 2;
    text-align: left;
}

.cus_form .wpforms-submit-container {
    grid-column: span 2;
}

.cus_form label {
    color: #fff !important;
    font-size: 14px;
}

.cus_form input, .cus_form select {
    width: 100% !important;
    height: 52px !important;
    border-radius: 30px !important;
    border: none !important;
    padding: 0 18px !important;
    background: #eaeaea !important;
    margin-top: 8px !important;
    max-width: 100% !important;
}
.cus_form .wpforms-field {
    padding: 0 !important;
}
.cus_form input::placeholder,
.cus_form textarea::placeholder {
    color: #919191;
}

.cus_form select {
    color: #919191 !important;
}
.cus_form_box h2 {
    color: #fff;
}

.cus_form select option {
    color: #000;
}
.cus_form .wpforms-submit {
    width: 100%;
    height: 56px !important;
    border-radius: 30px !important;
    background: #A5622C !important;
    color: #fff !important;
    font-weight: 500 !important;
    border: none !important;
    margin-top: 10px;
    font-size: 16px !important;
    text-transform: uppercase;
}
/* Tablet */
@media (max-width: 1024px) {

h1 {
        font-size: 44px;
    }

    .cus_container {
        flex-direction: column;
        text-align: center;
    }

    .cus_left {
        max-width: 100%;
    }

    .cus_form_box {
        width: 100%;
        max-width: 100%;
    }

    .cus_features {
        justify-content: center;
    }
      .cus_features .cus_feature:nth-child(2) {
    border-right: none;
  }
 

    .cus_image_area img {
        width: 100%;
        height: auto;
    }
    .cus_card_content {
    gap: 20px;
}
.cus_service_badge {
    left: 10px;
    font-size: 16px;
}
.cus_Choose {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.cus_projects_wrap {
        flex-direction: column;
    }

    .cus_tabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .cus_tab_btn {
        flex: 1 1 45%;
    }
     .cus_process_wrap {
        flex-wrap: wrap;
        gap: 60px;
        justify-content: center;
    }

    .cus_process_step {
        width: 45%;
    }

    .cus_process_line {
        display: none;
    }
.cus_btn_right {
    text-align: center;
    margin-top: 20px;
}
}
@media (max-width: 992px) {
    .cus_review_wrap {
        flex-direction: column;
    }

    .cus_review_slider {
        margin-left: 0;
        width: 100%;
    }

    .cus_review_image {
        width: 100%;
    }

    .cus_prev {
        left: 0px;
    }

    .cus_next {
        right: 0px;
    }
    .cus_arrow img {
    width: 30px;
}
}
@media (max-width: 768px) {

    .cus_card_content {
        flex-direction: column;
        align-items: center;
    }
.cus_service_badge {
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.cus_services_box_last {
    padding: 20px;
}
.cus_review_wrap {
    gap: 10px;
}
.cus_arrow img {
    width: 30px;
}
}

/* Mobile */
@media (max-width: 767px) {
    .cus_services_section {
    padding: 50px 0 0 0;
}
    .cus_logo {
    width: 90px;
}
.cus_container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin-top: 40px;
}
    .cus_hero {
    padding: 10px 0 80px;
}
h1 {
        font-size: 32px;
    }

    .cus_btn {
        padding: 8px 16px;
        font-size: 13px;
        width: max-content;
    }

    .cus_form_box {
        padding: 25px;
    }

h2 {
        font-size: 28px;
    }
.cus_features {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.cus_features .cus_feature {
    border-right: none;
    border-bottom: 1px solid #ffffff3d;
    padding: 20px 0;
    width: 100%;
}     

  .cus_features .cus_feature:last-child {
    border-bottom: none;
  }
  .cus_features {
    padding: 10px 20px;
}
.cus_service_card {
        padding: 25px;
    }

    .cus_service_badge {
        left: 20px;
        font-size: 12px;
    }
    p {
        font-size: 16px;
    }
    .cus_image_area {
    padding-top: 10px;
}
.cus_compare_slider {
        width: 100%;
        height: 300px;
    }
    
    .cus_gallery_top {
        flex-direction: column;
        align-items: center;
    }
     .cus_process_step {
        width: 100%;
    }
    .cus_projects_section {
    padding: 50px 0;
}
    .cus_process_section {
    padding: 50px 0;
}
    .cus_cta_box {
    padding: 50px 40px;
}
.cus_review_section {
    padding: 50px 0;
}
 .cus_footer {
        padding: 40px 0 15px;
    }

    .cus_footer_logo img {
        width: 90px;
    }

    .cus_footer_phone {
        font-size: 18px;
    }

    .cus_footer_phone img {
        width: 22px;
    }
    .cus_footer_line {
    margin: 30px 0 15px;
}
.cus_footer_social img {
    width: 40px;
}
.cus_form {
        padding: 25px;
    }

    .cus_form h2 {
        font-size: 28px;
    }

    .cus_form .wpforms-field-container {
        grid-template-columns: 1fr !important;
    }

    .cus_form #wpforms-1132-field_7-container, .cus_form #wpforms-1132-field_6-container,
    .cus_form .wpforms-submit-container {
        grid-column: span 1;
    }
    .cus_btn_borde {
    padding: 10px 20px;
    font-size: 13px;
    width: max-content;
}
.cus_tow_btn {
    gap: 10px;
}
.cus_btn_border{
    padding: 8px 16px;
    font-size: 13px;
    width: max-content;
}


}

@media (max-width: 425px) {
    .cus_footer_phone span {
    font-size: 14px;
}
.cus_cta_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
            align-items: center;
}
}