.about_dxn_sec {
    padding: 100px 0 0px;
    background: #ffffff;
}

/*==============================
Left Side
==============================*/

.about_left_box {
    padding-right: 40px;
}

.about_small_title {

    display: inline-block;

    color: #006df2;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 20px;

}

.about_main_title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d1d1d;
    margin-bottom: 12px;
}

.about_line {
    width: 109px;
    height: 2.5px;
    background: linear-gradient(63deg, rgb(234 5 68) 39%, rgb(233 5 67) 45%, rgb(233 5 68 / 62%) 49%, rgb(233 5 67 / 5%) 100%);
    border-radius: 20px;
    margin-bottom: 30px;
}

.about_desc {

    font-size: 17px;

    color: #666;

    line-height: 1.9;

    margin-bottom: 20px;

}

/*==============================
Buttons
==============================*/

.about_btn_group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.about_btn_primary {
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: .35s;
    font-weight: 600;
    background: #006df2;
}

.about_btn_primary:hover {
    background: #006df2;
    color: #fff !important;
}

.about_btn_outline {
    border: 2px solid #006df2;
    color: #006df2;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
}

.about_btn_outline:hover {
    background: #006df2;
    color: #fff !important;
}

/*==============================
Right Card
==============================*/

.about_info_card {
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background: #f5fbfc;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about_info_card::before {
    position: absolute;
}

/*==============================
Map
==============================*/

.about_map_box {

    position: relative;

    text-align: center;

}

.map_img {

    width: 100%;

    max-width: 330px;

}

.map_pin {

    position: absolute;

    left: 50%;

    top: 42%;

    transform: translate(-50%, -50%);

    width: 70px;

    height: 70px;

    background: #006df2;

    color: #fff;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 30px;

    box-shadow: 0 10px 25px rgba(233, 30, 99, .35);

}

.focus_box {
    border-radius: 18px;
    text-align: left;
}

.focus_box h2 {
    font-size: 35px;
    color: #006df2;
    font-weight: 700;
    margin-bottom: 8px;
}

.focus_box span {
    font-size: 21px;
    color: #090909;
    font-weight: 600;
    line-height: 1.3;
}

/*==============================
Feature List
==============================*/

.about_feature_list {

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.about_feature_item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid #ededed;
}

.feature_icon {}

.feature_icon img {

    width: 34px;

}

.about_feature_item h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #222;
}

.about_feature_item:hover .feature_icon {



    transition: .35s;

}

.about_feature_item:hover {

    transform: translateX(8px);

    transition: .35s;

}

/*==========================
Responsive
==========================*/

@media (max-width:991px) {

    .about_left_box {

        padding-right: 0;

        margin-bottom: 50px;

    }

    .about_main_title {

        font-size: 42px;

    }

    .about_info_card {

        padding: 30px;

    }

    .about_feature_item {

        padding: 18px 0;

    }

}


@media (max-width:767px) {

    .about_dxn_sec {

        padding: 70px 0;

    }

    .about_main_title {

        font-size: 32px;

        line-height: 1.3;

    }

    .about_desc {

        font-size: 15px;

    }

    .about_btn_group {

        flex-direction: column;

    }



    .about_info_card {

        padding: 20px;

    }

    .map_pin {

        width: 55px;

        height: 55px;

        font-size: 22px;

    }

    .focus_box {

        margin-top: 20px;

    }

    .focus_box h2 {

        font-size: 34px;

    }

    .about_feature_item {

        padding: 16px 0;

    }

    .feature_icon {

        width: 55px;

        height: 55px;

    }

    .feature_icon img {

        width: 28px;

    }

    .about_feature_item h5 {

        font-size: 16px;

    }

}

.map_pin {

    animation: pinPulse 2s infinite;

}

@keyframes pinPulse {

    0% {

        transform: translate(-50%, -50%) scale(1);

        box-shadow: 0 0 0 0 rgba(233, 30, 99, .5);

    }

    70% {

        transform: translate(-50%, -50%) scale(1.08);

        box-shadow: 0 0 0 18px rgba(233, 30, 99, 0);

    }

    100% {

        transform: translate(-50%, -50%) scale(1);

    }

}

.feature_icon svg {
    width: 34px;
    color: #006df2;
}

.bread_crumb {
    position: relative;
    background: url('../../assets/img/residential.jpg');
    padding: 120px 0px 60px;
}

.bread_crumb:before {
    position: absolute;
    content: '';
    background: radial-gradient(circle at 18% 40%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 22%, rgba(255, 255, 255, .75) 40%, rgba(255, 255, 255, .35) 58%, rgba(255, 255, 255, 0) 72%), linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .90) 18%, rgba(255, 255, 255, .72) 35%, rgba(255, 255, 255, .40) 52%, rgba(255, 255, 255, .10) 65%, rgba(255, 255, 255, 0) 78%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.bread_crumb .wrap_sec_bread {
    position: relative;
}

.bread_crumb .wrap_sec_bread h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bread_crumb .wrap_sec_bread ul {
    display: flex;
    gap: 10px;
}

.bread_crumb .wrap_sec_bread ul li {
    font-weight: 600;
    font-size: 16px;
}

.bread_crumb .wrap_sec_bread ul a {}

.bread_crumb .wrap_sec_bread ul a.active {
    color: #006df2;
}

.about_btn_group a {
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.zoom_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            #4facfe,
            #0066ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.about_btn_group a i {
    font-size: 20px;
}


.dnx_stats_section {
    padding: 50px 0 0px;
    background: #fff;
}

.dnx_stats_wrapper {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #efefef7d;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    overflow: hidden;
    padding: 18px 0 15px;
}

.dnx_stats_item {
    text-align: center;
    padding: 18px 15px;
    border-right: 1px solid #ecececc2;
    transition: .35s;
}

.dnx_stats_item:hover {
    transform: translateY(-4px);
}

.dnx_stats_icon {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.dnx_stats_icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.dnx_stats_item h2 {
    font-size: 25px;
    font-weight: 700;
    color: #070713;
    margin: 20px 0 20px;
    line-height: 1;
    letter-spacing: 0px;
}

.dnx_stats_item p {
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.dnx_stats_note {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: #8d8d8d;
    font-weight: 500;
    margin-bottom: 10px;
}

@media(max-width:991px) {

    .dnx_stats_item {
        border-right: none;
        border-bottom: 1px solid #ececec;
    }

    .dnx_stats_item h2 {
        font-size: 32px;
    }

}

@media(max-width:576px) {

    .dnx_stats_wrapper {
        padding: 10px 0;
    }

    .dnx_stats_item {
        padding: 20px 10px;
    }

    .dnx_stats_item h2 {
        font-size: 28px;
    }

    .dnx_stats_item p {
        font-size: 14px;
    }

}

.dnx_stats_icon svg {
    width: 45px;
    color: #006df2;
}


.dnx_focus_section {
    padding: 60px 0 0px;
    background: #fff;
}

.dnx_section_tag {color: #006df2;font-size: 14px;font-weight: 700;letter-spacing: 2px;text-transform: uppercase;margin-bottom: 15px;}

.dnx_section_title {
    font-size: 30px;
    font-weight: 700;
    color: #1f2433;
    line-height: 1.25;
    margin-bottom: 20px;
}

.dnx_right_column {
    border-left: 1px solid #ececec;
    padding-left: 40px;
}

.dnx_service_box {
    text-align: center;
    padding: 45px 20px;
    border-right: 1px solid #ececec;
    transition: .35s;
}

.dnx_service_box:hover {

    background: #fff;
    transform: translateY(-6px);

}

.border_right_none {

    border-right: none;

}

.border_bottom_none {

    border-bottom: none;

}

.dnx_icon_circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 18px;
    background: #deeffe;
    box-shadow: 0 0 30px rgba(255, 45, 115, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dnx_icon_circle img {

    width: 34px;

}

.dnx_service_box h6 {
    font-size: 16px;
    color: #232323;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.dnx_focus_list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.dnx_focus_list li {
    position: relative;
    margin-bottom: 15px;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 1.8;
}



.dnx_counter_box {

    display: flex;
    border: 1px solid #ececec;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 40px;

}

.dnx_counter {
    flex: 1;
    padding: 20px 20px;
    border-right: 1px solid #ececec;
}

.dnx_counter:last-child {

    border-right: none;

}

.dnx_counter h3 {
    color: #006df2;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dnx_counter p {
    margin: 0;
    color: #201e1e;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
}

@media(max-width:991px) {

    .dnx_right_column {

        border-left: none;
        padding-left: 15px;
        margin-top: 60px;

    }

    .dnx_section_title {

        font-size: 34px;

    }

    .dnx_counter_box {

        flex-direction: column;

    }

    .dnx_counter {

        border-right: none;
        border-bottom: 1px solid #ececec;

    }

    .dnx_counter:last-child {

        border-bottom: none;

    }

}

@media(max-width:767px) {

    .dnx_service_box {

        border-right: none;

    }

    .dnx_section_title {

        font-size: 28px;

    }

}

.dnx_icon_circle svg {
    color: #006df2;
    width: 33px;
}

.dnx_choose_section {
    padding: 60px 0 0px;
    background: #fff;
}

.dnx_choose_heading {
    text-align: center;
    margin-bottom: 20px;
}

.dnx_choose_heading span {
    display: block;
    color: #ff2d73;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dnx_choose_heading h2 {
    font-size: 35px;
    font-weight: 700;
    color: #22273a;
    margin: 0;
}

.dnx_choose_card {

    background: #fff;
    border: 1px solid #ededed;
    border-radius: 18px;
    padding: 42px 30px;
    text-align: center;
    height: 100%;
    transition: .35s;

}

.dnx_choose_card:hover {

    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);

}

.dnx_choose_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 35px rgba(255, 45, 115, .08);
    color: #006df2;
}

.dnx_choose_icon img {

    width: 42px;

}

.dnx_choose_card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: #232838;
    margin-bottom: 18px;
}

.dnx_choose_card p {
    font-size: 15px;
    color: #666;
    line-height: 1.3;
    margin: 0;
}

@media(max-width:991px) {

    .dnx_choose_heading h2 {

        font-size: 34px;

    }

    .dnx_choose_card {

        padding: 35px 20px;

    }

}

@media(max-width:576px) {

    .dnx_choose_heading h2 {

        font-size: 28px;

    }

}

.dnx_mission_section {
    padding: 60px 0;
    background: #fff;
}

.dnx_mission_box {
    background: #fefafb;
    border: 1px solid #ececec;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
    padding: 45px;
}

.dnx_mission_left {

    display: flex;
    align-items: flex-start;
    gap: 22px;

}

.dnx_mission_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dnx_mission_icon img {

    width: 40px;

}

.dnx_small_title {color: #006df2;font-size: 14px;font-weight: 700;letter-spacing: 2px;text-transform: uppercase;display: block;margin-bottom: 12px;}

.dnx_mission_left h2 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    color: #222;
}

.dnx_stat_box {
    text-align: center;
    border-left: 1px solid #ececec;
    padding: 10px 10px;
}

.dnx_stat_box h3 {
    color: #006df2;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dnx_stat_box p {
    margin: 0;
    color: #444;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 600;
}

.dnx_mission_box hr {
    margin: 15px 0;
    border-color: #ececec;
}

.dnx_cta_text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dnx_cta_text p {

    color: #666;
    margin: 0;

}

.dnx_btn_group {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.dnx_whatsapp_btn,
.dnx_zoom_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
    padding: 12px 14px;
}

.dnx_whatsapp_btn {background: #006df2;}

.dnx_zoom_btn {

    background: #2f80ed;

}

.dnx_whatsapp_btn:hover,
.dnx_zoom_btn:hover {

    transform: translateY(-5px);
    color: #fff;

}

.dnx_btn_group img {

    width: 24px;

}

@media(max-width:991px) {

    .dnx_mission_box {

        padding: 30px;

    }

    .dnx_mission_left {

        flex-direction: column;

    }

    .dnx_stat_box {

        border-left: none;
        border-top: 1px solid #ececec;
        padding-top: 25px;

    }

    .dnx_btn_group {

        margin-top: 30px;
        flex-direction: column;

    }

    .dnx_whatsapp_btn,
    .dnx_zoom_btn {

        width: 100%;

    }

}

.dnx_mission_icon img {
    width: 107px;
}




/*==========================
Hero Section
==========================*/

.yx_expressway_section {
    position: relative;
    background: url(../../assets/img/banner2.jpg);
    background-size: cover;
    padding: 0px 0px 52px;
    background-repeat: no-repeat;
}

.yx_expressway_section .row {}

/*==========================
Left Content
==========================*/

.yx_exp_content {
    z-index: 2;
    color: #fff;
    position: relative;
}

.yx_tag {color: #ff0d72;font-size: 14px;/* letter-spacing: 2px; */text-transform: uppercase;font-weight: 500;margin-bottom: 17px;display: block;}

.yx_exp_content h1 {line-height: 1.05;color: #151414;margin-bottom: 25px;font-weight: 600;font-size: 45px!important;}

.yx_exp_content p {font-size: 16px;line-height: 1.8;color: #232a2a;max-width: 650px;}

/*==========================
Buttons
==========================*/

.yx_btn_group {
    display: flex;
    gap: 20px;
    margin-top: 23px;
    margin-bottom: 55px;
}

.yx_btn_primary {background: #ff0d72;color: #fff;text-decoration: none;padding: 12px 30px;border-radius: 12px;font-size: 18px;font-weight: 600;transition: .35s;}

.yx_btn_primary:hover {background: #ff2d88;color: #fff!important;transform: translateY(-3px);}

.yx_btn_primary i {

    margin-left: 10px;

}

.yx_btn_outline {padding: 12px 30px;border: 2px solid rgb(255 13 114);color: #ff0d72;border-radius: 12px;text-decoration: none;transition: .35s;font-size: 16px;font-weight: 600;}

.yx_btn_outline:hover {
    background: #fff;
}

.yx_btn_outline i {

    margin-right: 10px;

}

/*==========================
Right Image
==========================*/

.yx_exp_image {

    height: 700px;

    position: relative;

}

.yx_exp_image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

/* Dark Overlay */

.yx_exp_image::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(to right,
            rgba(0, 0, 0, .30),
            rgba(0, 0, 0, 0));

}

/*==========================
Floating Stats
==========================*/

.yx_stats_box {
    /* margin-top:-70px; */
    position: relative;
    z-index: 10;
    background: #071220f5;
    border-radius: 18px;
    overflow: hidden;
    height: auto;
    margin-bottom: -106px;
}

.yx_stat {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px 10px;
    border-right: 1px solid rgba(255, 255, 255, .10);
}

.yx_stat i {
    color: #ff0d72;
    font-size: 30px;
    min-width: 30px;
}

.yx_stat h4 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 700;
}

.yx_stat p {
    color: #d7d7d7;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}

/*==========================
Hover Effects
==========================*/

.yx_exp_image {

    overflow: hidden;

}

.yx_exp_image img {

    transition: 1.2s;

}

.yx_expressway_section:hover .yx_exp_image img {

    transform: scale(1.05);

}

.yx_stat {

    transition: .35s;

    cursor: pointer;

}

.yx_stat:hover {/* background: #101d2d; */}

.yx_stat:hover i {

    transform: translateY(-6px);

    color: #ff2c84;

}

.yx_stat i {

    transition: .35s;

}

.yx_stat:hover h4 {

    color: #ff2c84;

}

/*==========================
Buttons Hover
==========================*/

.yx_btn_primary,
.yx_btn_outline {

    position: relative;

    overflow: hidden;

}

.yx_btn_primary::before,
.yx_btn_outline::before {

    content: "";

    position: absolute;

    left: -100%;

    top: 0;

    width: 100%;

    height: 100%;

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

    transition: .5s;

}

.yx_btn_primary:hover::before,
.yx_btn_outline:hover::before {

    left: 100%;

}

/*==========================
Image Fade Left
==========================*/

.yx_exp_image::after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 180px;

    height: 100%;

    background: linear-gradient(90deg,
            rgba(8, 16, 28, .70),
            rgba(8, 16, 28, 0));

}

/*==========================
Stats Animation
==========================*/

.yx_stats_box {
    animation: statsUp .8s ease;
}

@keyframes statsUp {

    0% {

        transform: translateY(80px);

        opacity: 0;

    }

    100% {

        transform: translateY(0);

        opacity: 1;

    }

}

/*==========================
Responsive
==========================*/

@media(max-width:1400px) {

    .yx_exp_content {padding: 103px 0px 7px 15px;}

    .yx_exp_content h1 {

        font-size: 60px;

    }

}


@media(max-width:1200px) {

    .yx_exp_content {

        height: 650px;

        padding: 60px;

    }

    .yx_exp_image {

        height: 650px;

    }

    .yx_exp_content h1 {

        font-size: 52px;

    }

    .yx_exp_content p {

        font-size: 18px;

    }

    .yx_stat {

        padding: 25px 18px;

    }

    .yx_stat h4 {

        font-size: 24px;

    }

}


@media(max-width:991px) {

    .yx_exp_content {

        height: auto;

        padding: 70px 40px;

        background: #08131f;

    }

    .yx_exp_image {

        height: 500px;

    }

    .yx_btn_group {

        flex-direction: column;

    }

    .yx_stats_box {

        margin-top: 30px;

    }

    .yx_stat {

        border-right: 0;

        border-bottom: 1px solid rgba(255, 255, 255, .08);

    }

}


@media(max-width:768px) {

    .yx_exp_content {

        padding: 50px 25px;

    }

    .yx_exp_content h1 {

        font-size: 40px;

        line-height: 1.15;

    }

    .yx_exp_content p {

        font-size: 16px;

    }

    .yx_exp_image {

        height: 350px;

    }

    .yx_btn_primary,
    .yx_btn_outline {

        width: 100%;

        text-align: center;

    }

    .yx_stat {

        padding: 20px;

    }

    .yx_stat i {

        font-size: 32px;

    }

    .yx_stat h4 {

        font-size: 22px;

    }

}


@media(max-width:576px) {

    .yx_exp_content h1 {

        font-size: 34px;

    }

    .yx_tag {

        font-size: 12px;

    }

    .yx_exp_content {

        padding: 40px 20px;

    }

    .yx_exp_image {

        height: 280px;

    }

    .yx_stat {

        flex-direction: column;

        text-align: center;

        gap: 15px;

    }

    .yx_stat p {

        font-size: 13px;

    }

}

section.yx_expressway_section:before {
    position: absolute;
    content: '';
    background: radial-gradient(circle at 18% 40%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 22%, rgba(255, 255, 255, .75) 40%, rgba(255, 255, 255, .35) 58%, rgba(255, 255, 255, 0) 72%), linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 18%, rgb(255 255 255 / 0%) 35%, rgba(255, 255, 255, .40) 52%, rgba(255, 255, 255, .10) 65%, rgba(255, 255, 255, 0) 78%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

/*====================================
SECTION
====================================*/

.dxn_powerhouse_sec{padding: 90px 0 15px;background:#fff;overflow:hidden;}

.dxn_powerhouse_left{padding-right: 15px;border-right:1px solid #ececec;height:100%;}

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

.dxn_small_title{

    display:block;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    color:#1d1d1d;

    margin-bottom:20px;

}

.dxn_powerhouse_left h2{font-size: 18px;font-weight:700;color:#111;margin-bottom: 5px;}

.dxn_powerhouse_left p{font-size: 14px;line-height:1.9;color:#666;margin-bottom: 10px;}

/*====================================
CHECK LIST
====================================*/

.dxn_list{

    margin:0;

    padding:0;

    list-style:none;

}

.dxn_list li{display:flex;align-items:flex-start;gap:12px;margin-bottom: 7px;font-size: 14px;color:#444;line-height:1.7;}

.dxn_list i{

    color:#ff1666;

    font-size:18px;

    margin-top:3px;

}

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

.dxn_powerhouse_right{padding-left: 6px;position:relative;}

.dxn_powerhouse_right h3{font-size:18px;font-weight:700;letter-spacing:.8px;color:#111;margin-bottom: 20px;}

/*====================================
LINE
====================================*/

.dxn_progress_line{position:absolute;left:60px;right:40px;top: 28%;height: 1px;background: #d8d8ffd1;z-index:1;}

.dxn_progress_line::before{content:"";position:absolute;inset:0;background-image: linear-gradient(to right, #5f52ff52 50%, transparent 50%);background-size: 8px 2px;}

/*====================================
ITEM
====================================*/

.dxn_item{position:relative;z-index:2;text-align:center;padding: 0 6px;}

.dxn_icon{

    width:68px;

    height:68px;

    border-radius:50%;

    margin:0 auto 22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#6a5cff,#5146e7);

    color:#fff;

    font-size:28px;

    box-shadow:0 10px 30px rgba(92,76,255,.25);

}

.dxn_item h5{font-size: 14px;line-height: 1.2;font-weight:700;color:#111;margin-bottom:14px;}

.dxn_item p{font-size:14px;line-height: 1.5;color:#666;margin:0;}

/*=========================================
ITEM HOVER
=========================================*/

.dxn_item{

    transition:.35s ease;

}

.dxn_item:hover{

    transform:translateY(-8px);

}

.dxn_item:hover .dxn_icon{

    transform:scale(1.08);

    box-shadow:0 18px 35px rgba(91,78,255,.35);

}

.dxn_icon{

    transition:.35s ease;

}

/*=========================================
CONNECTOR DOTS
=========================================*/

.dxn_item::before{

    content:"";

    position:absolute;

    width:10px;

    height:10px;

    border-radius:50%;

    background:#5b4eff;

    top:30px;

    left:50%;

    transform:translateX(-50%);

    z-index:-1;

}

.dxn_item:first-child::before{

    display:none;

}

/*=========================================
TITLE EFFECT
=========================================*/

.dxn_powerhouse_right h3{

    position:relative;

    display:inline-block;

}

.dxn_powerhouse_right h3::after{content:"";position:absolute;}

/*=========================================
ICON CIRCLE
=========================================*/

.dxn_icon::after{

    content:"";

    position:absolute;

    width:82px;

    height:82px;

    border-radius:50%;

    border:1px solid rgba(91,78,255,.15);

}

.dxn_icon{

    position:relative;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1200px){

.dxn_powerhouse_left{

padding-right:30px;

}

.dxn_powerhouse_right{

padding-left:30px;

}

.dxn_item h5{

font-size:15px;

}

.dxn_item p{

font-size:13px;

}

}


@media(max-width:991px){

.dxn_powerhouse_left{

border-right:0;

padding-right:0;

margin-bottom:50px;

}

.dxn_powerhouse_right{

padding-left:0;

}

.dxn_progress_line{

display:none;

}

.dxn_item{

margin-bottom:40px;

}

}


@media(max-width:768px){

.dxn_powerhouse_sec{

padding:70px 0;

}

.dxn_powerhouse_left h2{

font-size:18px;

}

.dxn_item{

padding:0 20px;

}

.dxn_icon{

width:60px;

height:60px;

font-size:24px;

}

}


@media(max-width:576px){

.dxn_small_title{

font-size:11px;

}

.dxn_powerhouse_right h3{

font-size:16px;

}

.dxn_item h5{

font-size:15px;

}

.dxn_item p{

font-size:13px;

}

}

/*=========================================
SECTION
=========================================*/

.growth_sector_section{padding: 20px 0px 0px;background:#ffffff;}

.growth_sector_heading{text-align:center;margin-bottom: 20px;}

.growth_sector_heading h2{font-size: 25px;font-weight: 700;color:#101828;letter-spacing: -1px;margin-bottom:8px;}

.growth_sector_heading p{

    font-size:14px;

    font-weight:600;

    color:#555;

    margin:0;

    text-transform:uppercase;

}

/*=========================================
GRID
=========================================*/

.growth_sector_grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:14px;

}

.sector_large{

    grid-column:span 2;

}

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

.sector_card{position:relative;overflow:hidden;border-radius:12px;height: 198px;/* min-height: 133px; */background:#000;box-shadow:0 10px 35px rgba(0,0,0,.12);}

.sector_large{

    min-height:220px;

}

.sector_card img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:1s;

}

/*=========================================
OVERLAY
=========================================*/

.sector_overlay{position:absolute;inset:0;background: linear-gradient(90deg, rgb(8 16 35 / 88%) 0%, rgb(8 16 35 / 42%) 40%, rgb(8 16 35 / 1%) 100%);}

.sector_overlay.light{

    background:linear-gradient(

    90deg,

    rgba(255,255,255,.92) 0%,

    rgba(255,255,255,.55) 45%,

    rgba(255,255,255,.05) 100%

    );

}

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

.sector_content{

    position:absolute;

    left:20px;

    top:18px;

    right:20px;

    bottom:18px;

    display:flex;

    flex-direction:column;

}

.sector_icon{width: 29px;height: 27px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;font-size: 18px;color:#111;margin-bottom:16px;box-shadow:0 5px 15px rgba(0,0,0,.15);}

.sector_dark{

    color:#fff;

}

.sector_light{

    color:#101828;

}

.sector_content h4{

    font-size:20px;

    font-weight:700;

    line-height:1.35;

    margin-bottom:14px;

}

.sector_content p{font-size:15px;line-height:1.75;max-width:85%;margin-top:auto;color: #fff;}

.wrap_icy {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wrap_icy h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
/*=====================================
SECTION
=====================================*/

.dxn_growth_driver_section{

    padding:40px 0;

    background:#ffffff;

}

.dxn_growth_driver_section .row{

    --bs-gutter-x:16px;

}

/*=====================================
COMMON BOX
=====================================*/

.dxn_growth_box,
.dxn_india_stats_box,
.dxn_counter_box{

    background:#fff;

    border:1px solid #e9e9ee;

    border-radius:14px;

    padding:24px;

    height:100%;

    box-shadow:0 4px 15px rgba(0,0,0,.04);

}

/*=====================================
HEADINGS
=====================================*/

.dxn_growth_box h3,
.dxn_india_stats_box h3{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom: 20px;letter-spacing: -0.6px;}

/*=====================================
LEFT ITEMS
=====================================*/

.dxn_growth_item{

    display:flex;

    gap:14px;

    align-items:flex-start;

}

.dxn_growth_icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4d4cff;font-size: 23px;/* background:#f6f6ff; *//* border:1px solid rgba(77,76,255,.15); */}

.dxn_growth_item h5{font-size: 15px;font-weight:700;color:#1c1c1c;margin-bottom:6px;}

.dxn_growth_item p{font-size: 14px;color:#666;line-height: 1.4;margin:0;font-weight: 500;}

/*=====================================
CENTER LIST
=====================================*/

.dxn_stats_list{

    list-style:none;

    padding:0;

    margin:0;

}

.dxn_stats_list li{display:flex;justify-content:space-between;align-items:center;padding: 4px 0;}

.dxn_stats_list li:last-child{

    border-bottom:none;

}

.dxn_stats_list span{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:14px;

    color:#444;

}

.dxn_stats_list span i{

    color:#4d4cff;

    width:18px;

    text-align:center;

}

.dxn_stats_list strong{

    font-size:14px;

    color:#111;

    font-weight:700;

}

/*=========================================
RIGHT COUNTER BOX
=========================================*/

.dxn_counter_box{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    min-height:100%;

    transition:.35s ease;

}

.dxn_counter_icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#f3f2ff;

    color:#4d4cff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:18px;

    transition:.35s;

}

.dxn_counter_box small{display:block;font-size: 9px;font-weight:700;color:#4d4cff;margin-bottom: 8px;line-height:1.5;text-transform:uppercase;}

.dxn_counter_box h2{font-size: 25px;font-weight: 600;color:#4d4cff;line-height:1;margin:0 0 15px;}

.dxn_counter_box p{

    margin:0;

    font-size:16px;

    color:#555;

    font-weight:500;

}

/*=========================================
HOVER EFFECT
=========================================*/

.dxn_growth_box,
.dxn_india_stats_box,
.dxn_counter_box{

    transition:.35s ease;

}

.dxn_growth_box:hover,
.dxn_india_stats_box:hover,
.dxn_counter_box:hover{

    transform:translateY(-6px);

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

}

.dxn_growth_item{

    transition:.3s ease;

}

.dxn_growth_item:hover{

    transform:translateX(6px);

}

.dxn_growth_item:hover .dxn_growth_icon{

    background:#4d4cff;

    color:#fff;

    transform:rotate(-8deg);

}

.dxn_growth_icon{

    transition:.3s ease;

}

.dxn_stats_list li{

    transition:.3s ease;

}

.dxn_stats_list li:hover{

    padding-left:8px;

}

.dxn_stats_list li:hover strong{

    color:#4d4cff;

}

.dxn_counter_box:hover .dxn_counter_icon{

    background:#4d4cff;

    color:#fff;

    transform:scale(1.08);

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

    .dxn_growth_box,
    .dxn_india_stats_box,
    .dxn_counter_box{

        margin-bottom:20px;

    }

    .dxn_counter_box h2{

        font-size:42px;

    }

}

@media(max-width:767px){

    .dxn_growth_driver_section{

        padding:30px 0;

    }

    .dxn_growth_box,
    .dxn_india_stats_box,
    .dxn_counter_box{

        padding:20px;

    }

    .dxn_growth_box h3,
    .dxn_india_stats_box h3{

        font-size:16px;

        margin-bottom:20px;

    }

    .dxn_growth_item{

        margin-bottom:18px;

    }

    .dxn_counter_box h2{

        font-size:36px;

    }

}

@media(max-width:575px){

    .dxn_growth_item{

        gap:10px;

    }

    .dxn_growth_icon{

        width:40px;

        height:40px;

        font-size:18px;

    }

    .dxn_growth_item h5{

        font-size:14px;

    }

    .dxn_growth_item p{

        font-size:12px;

    }

    .dxn_stats_list span{

        font-size:13px;

    }

    .dxn_stats_list strong{

        font-size:13px;

    }

    .dxn_counter_icon{

        width:60px;

        height:60px;

        font-size:28px;

    }

    .dxn_counter_box h2{

        font-size:32px;

    }

}

.cli_o_wrap ul li {
    width: 35%;
    padding: 10px;
}

.cli_o_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
}

.cli_o_wrap ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cli_o_wrap h2 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.wrap_brose {
    border: 1px solid #b7b6b6;
    border-radius: 9px;
    padding: 0 0 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ty_ti {
    margin-bottom: 20px;
    margin: -17px auto 30px;
    padding: 0 10px;
}

.ty_ti h2 {
    font-size: 25px;
    font-weight: 600;
    display: inline;
    background: #fff;
    padding: 0 6px;
}

/*=========================================
SECTION
=========================================*/

.industry_employment_section{

    padding:40px 0;

    background:#ffffff;

}

.industry_employment_box{

    background:#fff;

    border:1px solid #ececf4;

    border-radius:14px;

    padding:22px 24px;

    box-shadow:0 5px 18px rgba(0,0,0,.05);

}

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

.industry_heading{margin-bottom: 15px;}

.industry_heading h2{font-size:18px;font-weight:700;color:#1c1c1c;letter-spacing:.5px;margin:0;}

/*=========================================
ROWS
=========================================*/

.employment_item{display:grid;grid-template-columns:280px 1fr 90px;align-items:center;gap:18px;padding: 6px 0;}

.employment_item:not(:last-child){

    border-bottom:1px solid #f3f3f7;

}

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

.employment_left{

    display:flex;

    align-items:center;

    gap:12px;

}

.employment_icon{width: 14px;height: 14px;display:flex;align-items:center;justify-content:center;color:#5b4eff;font-size: 12px;flex-shrink:0;}

.employment_left span{font-size: 12px;font-weight:600;color:#2d2d2d;}

/*=========================================
PROGRESS
=========================================*/

.employment_progress{

    width:100%;

    height:6px;

    background:#ececf4;

    border-radius:20px;

    overflow:hidden;

    position:relative;

}

.employment_bar{

    height:100%;

    border-radius:20px;

    background:linear-gradient(90deg,#5b4eff,#7c6dff);

}

.employment_value {
    font-size: 12px;
}


/*=========================================
SECTION
=========================================*/

.edu_ecosystem_section{padding: 40px 0 0px;background:#ffffff;}

.edu_ecosystem_wrapper{

    background:#fff;

    border:1px solid #ECECF3;

    border-radius:14px;

    padding:18px 20px;

    box-shadow:0 6px 20px rgba(0,0,0,.05);

}

/*=========================================
LEFT IMAGE
=========================================*/

.edu_image_box{

    height:170px;

    overflow:hidden;

    border-radius:10px;

}

.edu_image_box img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/*=========================================
CENTER
=========================================*/

.edu_content_box{

    padding:0 20px;

}

.edu_heading{

    font-size:18px;

    font-weight:700;

    color:#202020;

    margin-bottom:28px;

    text-transform:uppercase;

    letter-spacing:.5px;

}

/*=========================================
LOGOS
=========================================*/

.edu_logo_box{

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.edu_logo_box img{

    max-width:150px;

    max-height:42px;

    width:auto;

    height:auto;

    object-fit:contain;

    filter:grayscale(0);

    transition:.35s;

}

.edu_logo_box:hover img{

    transform:scale(1.08);

}

/*=========================================
COUNTER CARD
=========================================*/

.edu_counter_box{

    background:#f7f4ff;

    border-radius:12px;

    height:170px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    transition:.35s;

}

.edu_counter_icon{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#ffffff;

    color:#6a4dff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:15px;

}

.edu_counter_box small{display:block;font-size: 14px;font-weight:700;color:#444;line-height:1.5;margin-bottom:10px;}

.edu_counter_box h2{margin:0;font-size: 22px;font-weight:800;color:#7b2cff;}

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

.edu_ecosystem_wrapper{

    transition:.35s;

}

.edu_ecosystem_wrapper:hover{

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

}

.edu_counter_box:hover{

    transform:translateY(-4px);

}

.edu_counter_box:hover .edu_counter_icon{

    background:#6a4dff;

    color:#fff;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

    .edu_image_box{

        margin-bottom:20px;

    }

    .edu_counter_box{

        margin-top:20px;

        height:150px;

    }

}

@media(max-width:767px){

    .edu_heading{

        text-align:center;

        font-size:16px;

    }

    .edu_content_box{

        padding:20px 0;

    }

    .edu_logo_box{

        height:55px;

    }

    .edu_counter_box{

        height:140px;

    }

    .edu_counter_box h2{

        font-size:34px;

    }

}

@media(max-width:576px){

    .edu_ecosystem_wrapper{

        padding:15px;

    }

    .edu_image_box{

        height:140px;

    }

    .edu_logo_box img{

        max-width:120px;

    }

    .edu_counter_icon{

        width:50px;

        height:50px;

        font-size:24px;

    }

    .edu_counter_box h2{

        font-size:30px;

    }

}

/*=========================================
SECTION
=========================================*/

.growth_cta_section{padding: 0px 0 30px;background:#ffffff;}

.growth_cta_wrapper{
    position:relative;
    overflow:hidden;
    border-radius:14px;
    padding:35px 40px;
    background: linear-gradient(rgb(8 14 38), rgb(8 14 38 / 42%)), url(../../assets/img/banner2.jpg);
    background-size:cover;
    background-position:center;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    }

/* RIGHT IMAGE FADE */

.growth_cta_wrapper::after{

    content:"";

    position:absolute;

    right:0;

    top:0;

    width:40%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.05)
    );

}

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

.growth_cta_content{

    position:relative;

    z-index:2;

}

.growth_cta_content h2{color:#fff;font-size: 24px;font-weight:700;margin-bottom:15px;line-height:1.2;}

.growth_cta_content p{color: rgb(255 255 255 / 85%);font-size: 15px;line-height: 1.5;margin:0;max-width:520px;}

/*=========================================
BUTTON WRAPPER
=========================================*/

.growth_cta_buttons{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:15px;

    flex-wrap:wrap;

    position:relative;

    z-index:2;

}

/*=========================================
COMMON BUTTON
=========================================*/

.growth_btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding: 12px 15px;border-radius:10px;font-size: 16px;font-weight:600;text-decoration:none;transition:.35s ease;border:1px solid rgba(255,255,255,.18);color:#fff;white-space:nowrap;}

/*=========================================
PINK BUTTON
=========================================*/

.explore_btn{

    background:linear-gradient(90deg,#ff006a,#ff2c78);

    border:none;

    box-shadow:0 10px 25px rgba(255,0,106,.35);

}

.explore_btn:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:0 18px 35px rgba(255,0,106,.45);

}

/*=========================================
WHATSAPP BUTTON
=========================================*/

.whatsapp_btn{

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

}

.whatsapp_btn i{

    color:#25D366;

    font-size:20px;

}

.whatsapp_btn:hover{

    background:#25D366;

    border-color:#25D366;

    color:#fff;

    transform:translateY(-4px);

}

.whatsapp_btn:hover i{

    color:#fff;

}

/*=========================================
VISIT BUTTON
=========================================*/

.visit_btn{

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

}

.visit_btn i{

    font-size:18px;

}

.visit_btn:hover{

    background:#fff;

    color:#111827;

    transform:translateY(-4px);

}

.visit_btn:hover i{

    color:#111827;

}

/*=========================================
COMMON HOVER
=========================================*/

.growth_btn i{

    transition:.3s;

}

.growth_btn:hover i{

    transform:translateX(4px);

}

.growth_cta_wrapper{

    transition:.4s;

}

.growth_cta_wrapper:hover{

    box-shadow:0 25px 60px rgba(0,0,0,.22);

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1199px){

    .growth_cta_content h2{

        font-size:34px;

    }

}

@media(max-width:991px){

    .growth_cta_wrapper{

        padding:30px;

    }

    .growth_cta_content{

        margin-bottom:25px;

        text-align:center;

    }

    .growth_cta_content p{

        margin:auto;

    }

    .growth_cta_buttons{

        justify-content:center;

    }

}

@media(max-width:767px){

    .growth_cta_wrapper{

        padding:25px 20px;

    }

    .growth_cta_content h2{

        font-size:28px;

    }

    .growth_cta_content p{

        font-size:15px;

        line-height:1.7;

    }

    .growth_cta_buttons{

        flex-direction:column;

        align-items:stretch;

    }

    .growth_btn{

        width:100%;

    }

}

@media(max-width:576px){

    .growth_cta_content h2{

        font-size:24px;

    }

    .growth_btn{

        padding:14px 18px;

        font-size:14px;

    }

}

.wrap_brose .row .col-md-3:nth-child(2) {
    border-left: 1px solid #b7b2b294;
}

.wrap_brose .row .col-md-3:nth-child(3) {
    border-left: 1px solid #b7b2b294;
    border-right: 1px solid #b7b2b294;
}



.project-listing-wrapper{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:30px;
    align-items:start;
}

/* SIDEBAR */

.project-filter-sidebar{
    position: sticky;
    background: #f3f3f3;
    border-radius: 15px;
    padding: 18px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
    border: 1px solid #e5e5e5;
    top: 85px;
}

/* TOP */

.filter-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:35px;
}

.filter-top h3{
    font-size:30px;
    color:#111;
    font-weight:700;
}

.filter-top a{
    text-decoration:none;
    color: #27538b;
    font-weight:600;
}

/* FILTER BOX */

.filter-box{
    margin-bottom:35px;
}

.filter-box h4{
    font-size: 18px;
    color:#111;
    font-weight: 700;
    margin-bottom: 15px;
}

/* SEARCH */

.search-input{
    position:relative;
}

.search-input input{
    width:100%;
    height:60px;
    border-radius:18px;
    border:1px solid #e7e7e7;
    background:#f8f8f8;
    padding:0 20px 0 55px;
    outline:none;
    transition:.4s;
}

.search-input input:focus{
    border-color:#163832;
    background:#fff;
}

.search-input i{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#777;
}

/* BUDGET */

.budget-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.budget-grid select{
    height:58px;
    border-radius:16px;
    border:1px solid #e7e7e7;
    padding:0 15px;
    outline:none;
    background:#f8f8f8;
}

/* FILTER HEADING */

.filter-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}

.filter-heading span{
    color:#777;
    font-size:14px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* TAGS */

.location-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.location-tags a{
    padding: 5px 18px;
    border-radius:50px;
    background:#f5f7f8;
    border:1px solid #ececec;
    text-decoration:none;
    color:#222;
    font-size:14px;
    transition:.4s;
}

.location-tags a:hover{
    background: #006df2;
    color: #fff!important;
    transform:translateY(-3px);
}

/* RIGHT */

.project-listing-content{
    width:100%;
}

/* TOPBAR */

.project-listing-topbar{
    background: #545452;
    border-radius: 14px;
    padding: 13px 25px;
    margin-bottom: 40px;
    box-shadow:0 20px 60px rgba(0,0,0,.05);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.project-listing-topbar h2{
    font-size: 20px;
    color: #ffffff;
    margin-bottom:8px;
    font-weight: 600;
}

.project-listing-topbar p{
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.project-sort{
    min-width:220px;
    height: 47px;
    border-radius: 11px;
    border:1px solid #e7e7e7;
    padding:0 18px;
    outline:none;
    background:#f8f8f8;
    font-size: 14px;
    width: 50%;
}

/* GRID */

.project-listing-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* CARD */

.project-listing-card{
    background:#fff;
    border-radius: 15px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
    transition:.5s;
    border:1px solid #f1f1f1;
}

.project-listing-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

/* IMAGE */

.project-listing-image{
    position:relative;
    overflow:hidden;
    height: 192px;
}

.project-listing-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;
}

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

/* BADGE */

.project-listing-badge{
    position:absolute;
    top:20px;
    left:20px;
    background:#fff;
    color:#111;
    padding: 5px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
}

/* INFO */

.project-listing-info{
    padding: 15px 15px;
}

.project-listing-info h3{
    font-size: 20px;
    color:#111;
    margin-bottom: 10px;
    font-weight: 700;
}

.project-listing-info ul{
    padding:0;
    margin:0;
    list-style:none;
}

.project-listing-info ul li{
    display:flex;
    align-items:center;
    gap:12px;
    color:#666;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    width: 47%;
}

.project-listing-info ul li i{
    color: #343233;
}

/* BOTTOM */

.project-listing-bottom{
    margin-top: 16px;
    padding-top: 14px;
    border-top:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.project-price{
    font-size: 16px;
    font-weight:700;
    color: #2b2d2c;
}

.project-listing-bottom a{
    border-radius:14px;
    background: #006df2;
    color:#fff;
    text-decoration:none;
    display:flex;
    font-size: 14px;
    align-items:center;
    padding: 8px 16px;
    justify-content:center;
    transition:.4s;
    font-weight: 500;
}

.project-listing-bottom a:hover{
    background: #006df2;
    color: #fff!important;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .project-listing-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:991px){

    .project-listing-wrapper{
        grid-template-columns:1fr;
    }

    .project-filter-sidebar{
        position:relative;
        top:0;
    }

}

@media(max-width:768px){

    .project-listing-grid{
        grid-template-columns:1fr;
    }

    .project-listing-topbar{
        flex-direction:column;
        align-items:flex-start;
    }

    .project-listing-topbar h2{
        font-size:28px;
    }

    .project-filter-sidebar{
        padding:25px 20px;
    }

}
select.filter-select {
    padding: 7px 6px;
    border-radius: 10px;
    color: #7a7a7a;
    border: 1px solid #bec2c4;
    font-size: 14px;
    width:100%;
}
section.project_lis {
    padding: 60px 30px;
}


.filter-box .budget-filter{
    max-width:500px;
    /* padding:20px; */
    font-family:Arial,sans-serif;
}

.filter-box .price-display{
    font-size:18px;
    font-weight:600;
    /* margin-bottom:20px; */
}

.filter-box #price-range{
    color:#333;
    font-weight: 500;
    font-family: 'Figtree';
    font-size: 16px;
}

.filter-box .range-slider{
    position:relative;
    height:40px;
}

.filter-box .slider-track{
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    width:100%;
    height:4px;
    background:#dcdcdc;
    border-radius:10px;
}

.filter-box .range-slider input[type="range"]{
    position:absolute;
    width:100%;
    top: 29%;
    transform:translateY(-50%);
    background:none;
    pointer-events:none;
    -webkit-appearance:none;
}

.filter-box .range-slider input[type="range"]::-webkit-slider-thumb{
    pointer-events:auto;
    -webkit-appearance:none;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    border:3px solid #006df2;
    cursor:pointer;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
}

.filter-box .range-slider input[type="range"]::-moz-range-thumb{
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    border:3px solid #006df2;
    cursor:pointer;
}

.filter-box .range-slider input[type="range"]::-webkit-slider-runnable-track{
    height:4px;
    background:transparent;
}

.filter-box .range-slider input[type="range"]::-moz-range-track{
    height:4px;
    background:transparent;
}



.filter-box .location-filter{
    max-width:280px;
    font-family:'Poppins',sans-serif;
}

.filter-box .heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.filter-box .heading h3{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#222;
}

.filter-box .heading span{
    color:#888;
    font-size:16px;
    font-weight:600;
}

.filter-box .location-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.filter-box .location-item{
    position:relative;
    cursor:pointer;
}

.filter-box .location-item input{
    position:absolute;
    opacity:0;
}

.filter-box .location-item span{
    display:flex;
    align-items:center;
    justify-content:center;
    height:46px;
    border:1px solid #e7e7e7;
    border-radius:30px;
    background:#fff;
    color:#444;
    font-size:16px;
    transition:.3s;
}

.filter-box .location-item:hover span{
    border-color:#006df2;
}

.filter-box .location-item input:checked + span{
    background:#006df2;
    color:#fff;
    border-color:#006df2;
    box-shadow: 0 8px 20px rgb(166 199 65 / 34%);
}


ul.n_ew {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.tg_lie i {
    color: #262626;
    margin-right: 5px;
}

p.tg_lie {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: red;
}

.project-listing-info span {
    color: #262626;
}

.imgg_ab {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 11px;
}

.imgg_ab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}