.donate-btn-header .dtbtn{
    font-size: 13px;
}
#map{
    width: 100%;
    height: 100%;
    min-height: 400px;
}

@media (max-width: 992px) {
    .zones-right-block{
        margin-top: 2rem;
    }
}
.zones-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.zones-list li{
    cursor: pointer;
}

.zones-list li:hover{
    color: #fe5a0e;
}

.big_h h1{
    line-height: 1.2;
    font-weight: 700;
    font-size: 50px;
    color: #000000;
}

.breadcumb-area::before {
    background: rgb(17 26 58 / 86%);
}

.breadcumb-area {
    background-position: center 70%;
}


.em-service2.all_color_service.p0{
    padding: 0;
}

.witr_section_title_inner h2 {
    font-size: 30px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(620px, 1fr));
    gap: 35px;
}

/* .services-grid.colums{
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
     gap: 15px;
} */

.pricing_plane_area {
    padding: 60px 0px 50px;
}

.contact1.hisfull_contact_area {
    padding: 80px 0px 80px;
}

.hisfull_working_process_area {
    padding: 70px 0;
}

.hisfull_service_area1{
    padding-top: 40px;
}

.hisfull_accordion_area {
    padding: 60px 0px 0px;
}

.hisfull_cursol2_area {
    padding: 60px 0px 50px;
}

.hisfull_team3_area {
    padding: 40px 0px 10px;
}

.hisfull_service_area.service_bg {
    padding: 60px 0px 72px;
}

.hisfull_counter_area {
    padding: 70px 0px 50px;
}

.hisfull_choose_area {
    padding: 500px 0px 20px 0px;
}

@media (min-width: 1365px) and (max-width: 1660px) {
    .hisfull_about_area{
        padding: 100px 51px 40px 10px;
    }
}

.apartment2_area .witr_text_area2 textarea {
    line-height: 25px;
}


.feature2_bg .medi_singleService i {
    font-size: 50px;
}
.service-card-modern {
    background: white;
    overflow: hidden;
    border-radius: 10px;
    padding: 30px 30px;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 35px rgba(19, 28, 59, 0.05);
    border: 1px solid rgba(19, 28, 59, 0.03);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.service-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(19, 28, 59, 0.12);
    /* border-color: rgba(254, 90, 14, 0.2); */
}

a.sub-item {
    position: relative;
    display: block;
}

a.sub-item:hover .h3 {
    color: #fe5a0e;
}

/* 
.service-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #fe5a0e, #ffad8a);
    border-radius: 32px 32px 0 0;
    opacity: 0.8;
} */

.service-description{
    margin-bottom: 0;
}

/* блок с цифрой service-number-modern. <span class="service-number-modern">1</span> */

.service-number-modern {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #131c3b;
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(19, 28, 59, 0.15);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
}

.service-card-modern:hover .service-number-modern {
    background: #fe5a0e;
    transform: scale(1.05) rotate(3deg);
    box-shadow: 0 15px 25px rgba(254, 90, 14, 0.25);
}

.service-title-modern {
    /* font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3; */
    margin-bottom: 15px;
    /* color: #131c3b; */
    color: #fe5a0e;
}

.service-subtitle-modern {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fe5a0e;
    margin-bottom: 10px;
    display: block;
}

/* .service-highlight {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fe5a0e;
    margin: 15px 0 12px;
    display: block;
    line-height: 1.4;
    border-left: 4px solid #fe5a0e;
    padding-left: 16px;
    background: rgba(254, 90, 14, 0.02);
} */


@media (max-width: 768px) {

    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .service-card-modern {
        padding: 30px 25px;
    }
}

/* Animation subtile au scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card-modern {
    animation: fadeInUp 0.6s ease forwards;
}

.service-card-modern:nth-child(1) { animation-delay: 0.1s; }
.service-card-modern:nth-child(2) { animation-delay: 0.2s; }
.service-card-modern:nth-child(3) { animation-delay: 0.3s; }
.service-card-modern:nth-child(4) { animation-delay: 0.4s; }
.service-card-modern:nth-child(5) { animation-delay: 0.5s; }

.decor-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fe5a0e;
    border-radius: 50%;
    margin-right: 8px;
    opacity: 0.7;
}

.light-text {
    font-weight: 400;
    color: #64748b;
    font-size: 1.1rem;
}
/* 
.witr_service_3d:hover .witr_single_service_3d {
    transform: none;
} */

.witr_service_front_3d, .witr_service_back_3d {
    height: 250px;
    position: relative
}

.witr_service_front_3d, .witr_service_back_3d img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.medi_singleService i {
    border: none;
}

.banner-mobile-img{
    display: none;
}

.banner-inside{
    max-width: 85%;
}

.witr_btn.btn_orange{
    background: #ff5e14;
}

.top-right-menu ul.social-icons li{
    color: #fff;
    -webkit-transition: 0;
    transition: 0;
}
.top-right-menu ul.social-icons li a:hover, .top-right-menu ul.social-icons li a:hover i{
    color: #fe5a0e !important;
}
    

@media(max-width: 992px){
    .witr_ds_content_inner {
        top: 43%;
    }
    .banner-mobile-img{
        display: block;
    }
    .witr_ds_content_area{
        background: none !important;
    }
    .banner-inside {
        max-width: 100%;
    }
    .witr_btn {
        margin-bottom: 0px;
    }
    .witr_ds_content {
        height: 450px;
    }
}

.witr_ds_content_inner h2 {
    font-size: 30px;
    color: #131c3b;
    font-weight: 500;
     text-shadow: 
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.5);
}

.witr_ds_content_inner h1 {
    font-size: 58px;
    color: #131c3b;
}

.witr_ds_content {
    height: 550px;
}

.feature2_bg {
    box-shadow: none;
    margin-top: 0;
}

.mobile_menu_logo svg{
    max-width: 130px;
    margin: 0 auto;
}

.witr_feature_13.sub-border-2.all_feature_color .sub-item img{
    max-width: 150px;
}

.map_area{
    display: flex;
    min-height: 100%;
    align-items: stretch;
    height: 100%;
}

.mean-container .mean-bar::before {
    content: "";
    
    display: inline-block;
    
    width: 100px;
    height: 30px;
    
    background-image: url('/assets/images/logo-white.svg');
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}

p.form-messege {
    color: #000;
    margin-top: 2rem;
}

/*  */
 .wir_title span:before, .wir_title span:after{
    display: none;
}
/*
.wir_title span{
    position: relative;
    padding-bottom: 10px;
}

.wir_title span::after {
    content: '';
    position: absolute;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fe5a0e 0%, #fe5a0e 50%, transparent 100%);
    border-radius: 4px;
}

.wir_title.wir_title1 {
    text-align: left;
    margin-left: 0;

} */

.wir_title.wir_title1 {
    margin-left: 0px;
    text-transform: uppercase;
}

.service_top_image{
    margin-bottom: 2rem;
}

.breadcumb-inner{
    font-size: 22px;
}

.serv-item h3{
    min-height: 60px;
}

.wir_title span {
    background: linear-gradient(
        90deg,
        #fe5a0e,
        #ff8c5a,
        #131c3b,
        #2a3a6b,
        #fe5a0e
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shine 3s linear infinite;
}

.hisfull_about_area .witr_section_title_inner.text-left p {
    width: 98%;
    margin-bottom: 1rem;
    margin-top: 0;
}

.hisfull-header-top {
    background: #131c3b;
}

.witr_pricing_icon img {
    color: #fe5a0e;
    font-size: 40px;
    padding-top: 40px;
    display: block;
    margin: 0 auto;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}


@media (max-width: 992px) {
    .hisfull_feature_area {
        padding: 60px 0px 30px;
    }
    .singleService.boxTop {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .feature51 .col-lg-4:last-child .singleService.text-center.clearfix.all_feature_color {
        margin-bottom: 0px;
    }
    .feature5 .col-lg-4:last-child .singleService p {
        margin-bottom: 30px;
    }
    .sub-item .h3 {
        font-size: 21px;
    }
    .apartment_area {
        padding: 40px 15px 0px;
    }
    .btn {
        white-space: normal;
    }
    .apartment2_area.apartment3 {
        margin-top: 3rem;
    }
    .faq-wrap{
        padding-top: 0;
    }
    .accordion_area {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about_top {
        margin-top: 60px;
    }
    a.dtbtn {
        padding: 10px 10px;
    }
}

.faq-page .accordion_area {
    margin-top: 2rem;
}

.h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 25px;
    color: #000000;
    margin: 0 0 10px;
    transition: .5s;
    display: block;
}

.alert_title{
    position: relative;
}

.alert_title .close{
    position: absolute;
    top: -10px;
    margin: 0;
    right: -10px;
    cursor: pointer;
}

.alert_title .close:not(:disabled):not(.disabled):hover{
    color: #fff;
}

.video-page .em-service2.all_color_service {
    padding: 0;
    box-shadow: none;
}