body {
    font-size: 20px;
}
.block_service_contact  .col {
    padding-bottom: 0;
}
.col_contact_service .img img {
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
    height: 300px;
    object-fit: contain;
}

.col_contact_service:hover .img img{
    filter: grayscale(80%);
}
.inner_form input:not([type=submit]), .inner_form textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid;
    padding: 15px 15px 15px 15px;
    width: 100%;
    height: 55px;
}

.inner_form input:focus, .inner_form textarea:focus {
    box-shadow: none;
}
section.service_single_1 {
    padding: 100px 0;
}
.col_single_category .inner_box {border-radius: 40px;padding: 30px;border: 1px solid #12223B30;}

.list_items_service {
    list-style: none;
}

.list_items_service li {
    padding-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #12223B30;
}

.list_items_service li a {
    justify-content: start;
    text-align: start;
    display: flex;
    gap: 11px;
}

.list_items_service li span.service_item--icon {
    display: flex;
}

.list_items_service li:last-of-type {
    border-bottom: none;
}

.list_items_service li:first-child {
    margin-top: 0;
}
.inner_slider .swiper-button-next:after,.inner_slider .swiper-button-prev:after{
    display: none;
}
.service_single_1 .row {
    justify-content: space-between;
}
.col_single_gallery .inner_slider {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
.col_single_gallery .inner_column {
    padding: 0;
    margin-left: 40px;
}
.img_ani {
    position: relative;
    overflow: hidden;
}

.img_ani:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.img_ani:hover:before {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
.row_single_service .col-inner {
    background: var(--fs-color-secondary);
    border-radius: 40px;
    background-image: url(https://demo.awaikenthemes.com/builtup/wp-content/uploads/2024/06/service-sidebar-cta-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px !important;
    margin-top: 40px;
    color: #fff;
}
.row_single_service .col-inner h3 {
    color: #fff;

}
.col_contact >.col-inner{
    overflow: hidden;
}
.row_single_service .icon_box_white {
    background: #fff;
    padding: 8px 12px 8px 12px;
    border-radius: 99px 99px 99px 99px;
    align-items: center;
}
.row_contact .col-inner {
    height: 100%;
}
.icon-box-text.last-reset {}

.row_single_service .icon_box_white .icon-box-text p {
    color: #000 !important;
    font-size: 20px;
}

.icon-box-img {}

.row_single_service .col {
    padding: 0;
}

.row_single_service {
    margin: 0 !important;
}
.service_single_1 .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.service_single_1 .content ul li {
    width: calc(50% - 30px);
    margin-left: 20px;
    position: relative;
}

.service_single_1 .content ul li:before {
    content: '';
    position: absolute;
    background-image: url('../../../../uploads/2026/04/Vector-3.svg');
    width: 16px;
    height: 16px;
    left: -22px;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.service_single_1 .content {
    color: #000;
}

.col_single_category .col-inner {
    position: sticky;
    top: 140px;
}
.parallax {
    position: relative;
    overflow: hidden;
    padding-bottom: 40%;
    z-index: 3;
}
.section_parallax .parallax_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip: rect(0, auto, auto, 0);
    /* padding-bottom: 35%; */
}
.section_parallax .parallax_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    transition: all 0.5s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}
.section_parallax .parallax_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(18 34 59 / 70%);
}
.section_parallax {
    padding: 0;
}
.list_block_service .block_item {
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    border: 1px solid #12223B30;
}
.list_block_service {
    display: flex;
    gap: 30px;
}
.list_block_service .block_item h3 {
    margin: 25px 0;
}
.service_single_3 .box_text {
    margin-bottom: 30px;
}
.service_single_3 {
    padding: 100px 0;
}
.list_block_service .block_item .block_count {
    color: var(--primary-color);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
}

h4.sub_title_yellow_color {
    color: var(--fs-color-secondary);
}

h2.title_3 {
    color: var(--primary-color);
    font-size: 2.7rem;
}
.content_section_3 {
    max-width: 65%;
    margin:0px auto;
}
.custom-banner-flatsome .divider { margin: 0 10px; opacity: 0.7; } .custom-banner-flatsome a { color: #fff; opacity: 0.8; } .custom-banner-flatsome a:hover { opacity: 1; } .custom-banner-flatsome .current { color: var(--primary-color) ; font-weight: bold; } .service_banner .page-title .page-title-inner h1 { color: #fff; font-size: 4.5rem; font-weight: bold; }

.list_item_services {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.list_item_services .item_service {
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.list_item_services .item_service:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.list_item_services .item_service .item_service_content {
    position: absolute;
    position: absolute;
    bottom: 75%;
    right: 40px;
    left: 40px;
    text-align: left;
    z-index: 2;
    transform: translateY(70%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

.list_item_services .item_service .item_service_content h3.item_service_title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
}

/*.list_item_services .item_service:hover .item_service_content {*/
/*    transform: translateY(0%);*/
/*    bottom: 20px;*/
/*}*/

.list_item_services .item_service .item_service_img img {
    transition: all 0.5s;
    transform: scale(1);
}

.list_item_services .item_service:hover .item_service_img img {
    transform: scale(1.3);
}

.list_item_services .item_service .item_service_content .item_service_desc {
    color: #fff;
}

.list_item_services .item_service .item_service_img img {
    height: 400px;
    object-fit: cover;
}
.col_contact_form .inner_form input:not([type=submit]),.col_contact_form  .inner_form textarea {
    background: #fff;
    border-radius: 14px;
}

.col_contact_form input#msgSubmit {
    width: 100%;
}

span.wpcf7-spinner {
    position: absolute;
}
.view_more {
    color: #fff;
}
.wrapper {
    position: relative;
    z-index: 3;
}
.wrapper a.cover_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.service_video .video_wrapper video {
    width: 100%;
}
.service_video {
    padding: 50px 0;
    position: relative;
    z-index: 45;
}
.service_video .box_text {
    margin: 0 auto 50px;
    max-width: 75%;
}
.service_video .video_wrapper {
    border-radius: 20px;
    border: 9px solid #FFF;
    box-shadow: 3px 7px 21.9px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 5;
}
.service_video:before {
    position: absolute;
    content: '';
    background-image: url('../../../../uploads/2026/04/bg-video.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    top: 50px;
    left: 0;
    background-size: contain;
}
.item_service_content--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_service_content--flex h3.item_service_title {
    width: calc(100% - 45px);
    margin-bottom: 0 !important;
}

.item_service_content--flex .view_more {
    display: flex;
    align-items: center;
    white-space: pre;
    gap: 10px;
}
 @media screen and (max-width: 767px) {

     .list_block_service .block_item {
            width: 100%;
     }
 }