/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://example.com/twentytwentyone-child
Description: A child theme for the Twenty Twenty-One theme.
Author: Your Name
Author URI: https://example.com
Template: twentytwentyone
Version: 1.0.0
Text Domain: twentytwentyone-child
*/

/* Add custom styles below this line */


.elementor-widget-text-editor :last-child {
    margin-bottom: 0 !important;
}
.pd100 {
    padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
    padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
}
.inner-banner-pd100 {
    padding-bottom: clamp(40px, 30px + 2.7778vw, 70px) !important;
    padding-top: clamp(40px, 30px + 2.7778vw, 70px) !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdlr {
    padding-left: 12% !important; /*change as per figma */
    padding-right: 12% !important; /*change as per figma */
}
.elementor-element img {
    height: 100% !important;
}
.footer-link a, .contact-pagelink a {
    transition: 0.5s all;
}
.footer-link a:hover, .contact-pagelink .elementor-icon-box-description a:hover {
    color: #ee7832 !important;
    transition: 0.5s all;
}
.quote-btn, .footer-menu li.quote-btn {
    display: none;
}
.footer-link a {
    color: #ffffff;
}
.contact-pagelink .elementor-icon-box-description a {
    color: #DADADA !important;
}
.footer-sec1 {
    padding-right: clamp(0px, -46.67px + 12.963vw, 140px) !important;
}
.banner-Realtext svg {
    width: clamp(32px, 4vw, 50px) !important;
}
.footer-icon-box .elementor-icon-box-icon {
    position: relative;
    top: 5px;
}
.sub-heading-orange span {
    color: #ee7832;
}
.common-letter-spacing span, .common-letter-spacing h2 {
    letter-spacing: 2px;
}
/* .helping-bgimg:after {
    content: "";
    background-image: url(http://rackingsi.csweb.ca/wp-content/uploads/2025/12/Boxes-design-new.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 550px;
    height: 550px;
    top: 0px !important;
    right: 0px !important;
    z-index: 10!important;
} */

.home-testimonial .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
}
.home-testimonial .elementor-icon-box-title {
    order: 2 !important;
}
.home-testimonial .elementor-icon-box-description {
    order: 1 !important;
    margin-bottom: 10px;
}
.company-logos img.swiper-slide-image {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
}
.company-logos img.swiper-slide-image:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-body p {
    margin-top: 0;
    margin-bottom: 0em !important;
}
.single-services img.attachment-full {
    max-width: 100% !important;
    /* height: 610px !important; */
}
.single-services::after {
    content: "";
    position: absolute;
    border-radius: 10px !important;
    inset: 0;
    background: linear-gradient(
    to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.8) 100%
    );
    z-index: 1;
}
.sevices-icons-hover {
    transform: translateY(75%);
    opacity: 1;
    transition: all 0.45s ease !important;
}
.single-services:hover .sevices-icons-hover {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.45s ease !important;
}
.sevices-btn {
    margin-bottom: 40px !important;
    
}
.single-services:hover .sevices-btn {
    margin-bottom: 10px !important;
    transition: all 0.45s ease;
}
.elementor-widget-loop-carousel {
    --swiper-pagination-spacing: 0px !important;
}
.home-post-grid, .home-testimonial-scroll, .home-faqs {
    max-height: 640px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}
.home-post-grid::-webkit-scrollbar, .home-testimonial-scroll::-webkit-scrollbar, .home-faqs::-webkit-scrollbar {
    width: 6px !important;
}
.helping-sec .elementor-widget-text-editor {
    min-height: 170px;
}
.home-sect-01 {
    position: relative !important;
}
.sec-01-content {
    position: absolute !important;
    right: 46.5% !important;
    top: -727px !important;
    transform: rotate(270deg);
}
.post-link-border a {
    text-decoration: underline !important;
}
.post-link-border a:hover {
    color: #ffffff !important;
    transition: all 0.5s ease;
}
#back-to-top {
    position: fixed;
    bottom: 26px;
    right: 20px;
    color: white;
    padding: 10px;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
    font-size: 24px;
}
#back-to-top img {
    width: 40px;
}
#back-to-top:hover {
    background-color: transparent;
}

/*ABOUT US*/
.breadcrumb-right-icon li:not(:first-child)::before {
    content: "";
    background-image: url(http://rackingsi.csweb.ca/wp-content/uploads/2025/12/breadcrumb-right-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 8px;
    width: 12px;
    height: 11px;
    left: -24px;
    top: 10px;
    color: #ffffff !important;
}
.about-icon1::after {
    content: "";
    background-image: url(http://rackingsi.csweb.ca/wp-content/uploads/2025/12/bottom-half-round.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 170px;
    width: 170px;
    height: 39px;
    left: 28px;
    top: 96px;
}
.about-icon2::after {
    content: "";
    background-image: url(http://rackingsi.csweb.ca/wp-content/uploads/2025/12/Top-half-round.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 170px;
    width: 170px;
    height: 39px;
    left: 15px;
    top: -56px;
}
.about-icon3::after {
    content: "";
    background-image: url(http://rackingsi.csweb.ca/wp-content/uploads/2025/12/bottom-half-round-left.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 170px;
    width: 170px;
    height: 39px;
    left: 28px;
    top: 96px;
}

/*SERVICES*/
.services-page-loop .service-list-text {
    display: none;
}
.services-page-loop  .single-services:hover .service-list-text {
    display: block !important;
}
.services-page-loop .sevices-btn {
    margin-bottom: 130px !important;
}
.services-page-loop .single-services {
    z-index: 9;
}
.single-tabs button {
    color: #5B5B5B !important;
}
.single-tabs button[aria-selected="true"] {
    color: #ee7832 !important;
}
a.e-gallery-item.elementor-gallery-item.elementor-animated-content:hover {
    color: #000000CC !important;
}

/*FAQ'S*/
.faqs-border .elementskit-card-body.ekit-accordion--content {
    border: 1px solid #DADADA1A;
}

/*Gallery*/
.gallery-tabs .elementor-gallery-item__overlay::before, .attraction-tabs .elementor-gallery-item__overlay::before {
    content: "";
    position: absolute;
    right: 0px;
    left: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    border-radius: 0px;
    padding: 20px !important;
    display: table;
    margin: auto;
    transition: all 0.8s !important;
    border: 1px solid rgb(255 255 255 / 20%);
}
.gallery-tabs .elementor-gallery-item__overlay:hover::before, .attraction-tabs .elementor-gallery-item__overlay:hover::before {
    opacity: 1;
    transition: all 0.8s !important;
}
.gallery-tabs .elementor-gallery-item__overlay:after, .attraction-tabs .elementor-gallery-item__overlay:after {
    content: "";
    background-image: url('http://rackingsi.csweb.ca/wp-content/uploads/2025/12/zoom-icon.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    transition: all 0.9s !important;
}
.gallery-tabs .elementor-gallery-item__overlay:hover::after, .attraction-tabs .elementor-gallery-item__overlay:hover::after {
    opacity: 1;
    transition: all 0.9s !important;
}

/* Common Button Hover Css */
.btn-hover-slide .elementor-button {
    position: relative;
    overflow: hidden;
    background: #2c508c;
}
.btn-hover-slide .elementor-button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 24px;
    background: #EE7832;
    transform: translateX(0);
    transition: transform 0.2s ease;
    z-index: 0;
}
.btn-hover-slide .elementor-button::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 100%;
    height: 24px;
    background: #EE7832;
    transform: translateX(0);
    transition: transform 0.2s ease;
    z-index: 0;
}
.btn-hover-slide .elementor-button:hover::before {
    transform: translateX(100%);
}
.btn-hover-slide .elementor-button:hover::after {
    transform: translateX(-100%);
}
.btn-hover-slide .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
}

/* Contact us */
.ninja-form-css h3, span.ninja-forms-req-symbol, .ninja-form-css .nf-form-fields-required {
    display: none;
}
.ninja-form-css label {
    font-family: 'PT Sans' !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
    color: #000000 !important;
}
.ninja-form-css .label-above .nf-field-label {
    margin-bottom: 8px;
}
.ninja-form-css input, .ninja-form-css textarea {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 8px;
    font-family: var(--e-global-typography-3dd8428-font-family), Sans-serif;
    font-size: var(--e-global-typography-3dd8428-font-size);
    font-weight: var(--e-global-typography-3dd8428-font-weight);
    text-transform: var(--e-global-typography-3dd8428-text-transform);
}
.ninja-form-css input::placeholder, .ninja-form-css textarea::placeholder {
    color: #9BA0A6 !important;
}
.ninja-form-css input:focus, .ninja-form-css textarea:focus {
    border-color: #000000 !important;
}
.ninja-form-css .submit-wrap input {
    width: 100% !important;
    color: #ffffff !important;
    background-color: #EE7832 !important;
    transition: 0.5s all !important;
}
.ninja-form-css .submit-wrap input:hover {
    background-color: #2c508c !important;
    transition: 0.5s all !important;
}
.ninja-form-css .submit-wrap {
    margin-top: 40px !important;
}
.ninja-form-css .nf-after-field .nf-error-msg {
    margin-right: 10px;
    font-size: 14px;
}
.ninja-form-css .nf-error-msg.nf-error-field-errors {
    font-size: 16px;
}
.ninja-form-css .nf-field-container {
    margin-bottom: 5px;
}
.ninja-form-css .nf-field-element textarea {
    height: 100px;
}
.ninja-form-css textarea:focus-visible {
    outline: 5px !important;
}
.ninja-form-css option, .ninja-form-css select {
    font-size: 18px !important;
    font-family: 'PT Sans' !important;
    line-height: 30px !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, select:focus, input[type="submit"]:focus {
    outline: 0px dotted var(--form--border-color) !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea, .ninja-form-css select {
    border: 1px solid #DADADA !important;
    border-radius: 10px !important;
}
.ekit-wid-con a:focus-visible, .ekit-wid-con button:focus-visible, .ekit-wid-con input:focus-visible, .ekit-wid-con textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.service-list-text {
    opacity: 0 !important;
}
.single-services:hover .service-list-text {
    opacity: 1 !important;
}
/* .home-testimonial-scroll {
    max-height: 640px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}
.home-testimonial-scroll::-webkit-scrollbar {
    width: 6px !important;
} */



/*=========================================================================================================================
                                                    RESPONSIVE CSS
=========================================================================================================================*/

@media screen and (max-width: 1700px) and (min-width: 1600px) {  
    .service-list-text {
        min-height: 150px !important;
    }
    .sevices-btn {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 1600px) {    
    .header-build {
        width: 15% !important;
    }
    .banner-Realtext {
        width: 53% !important;
    }
    .single-tab-content p.elementor-icon-box-description {
        min-height: 90px;
    }
    .sec1-text-trnasform {
        --e-con-transform-translateX: -153px !important;
        --e-con-transform-translateY: -148px !important;
    }
    .sec2-text-trnasform {
        --e-con-transform-translateX: -190px !important;
        --e-con-transform-translateY: 43px !important;
    }
    .sec3-text-trnasform {
        --e-con-transform-translateX: 0px !important;
        --e-con-transform-translateY: 1250px !important;
    }
    .sec4-text-trnasform {
        --e-con-transform-translateX: 264px !important;
        --e-con-transform-translateY: 1084px !important;
    }
    .sec5-text-trnasform {
        --e-con-transform-translateX: -260px !important;
        --e-con-transform-translateY: 49px !important;
    }
    .sec6-text-trnasform {
        --e-con-transform-translateX: -305px !important;
        --e-con-transform-translateY: -148px !important;
    }
    .sec7-text-trnasform {
        --e-con-transform-translateX: 85px !important;
        --e-con-transform-translateY: 1316px !important;
    }
    /* .sevices-btn {
        margin-bottom: 52px !important;
    } */
}
@media (max-width: 1440px) {
    .header-build {
        width: 16% !important;
    }
    .banner-Realtext {
        width: 54% !important;
    }
    /* .helping-sec .elementor-widget-text-editor {
        min-height: 272px;
    } */
    .single-services img.attachment-full {
        max-width: 100% !important;
        /* width: auto !important; */
        height: 100% !important;
    }
    .sec1-text-trnasform {
        --e-con-transform-translateX: -161px !important;
        --e-con-transform-translateY: -133px !important;
    }
    .sec2-text-trnasform {
        --e-con-transform-translateX: -197px !important;
        --e-con-transform-translateY: 49px !important;
    }
    .sec3-text-trnasform {
        --e-con-transform-translateX: 0px !important;
        --e-con-transform-translateY: 1085px !important;
    }
    .sec4-text-trnasform {
        --e-con-transform-translateX: 230px !important;
        --e-con-transform-translateY: 935px !important;
    }
    .sec5-text-trnasform {
        --e-con-transform-translateX: -260px !important;
        --e-con-transform-translateY: 49px !important;
    }
    .sec6-text-trnasform {
        --e-con-transform-translateX: -305px !important;
        --e-con-transform-translateY: -125px !important;
    }
    .sec7-text-trnasform {
        --e-con-transform-translateX: 78px !important;
        --e-con-transform-translateY: 1149px !important;
    }   
    .about-icon1::after {
        background-size: 150px;
        width: 150px;
        height: 39px;
        left: 12px;
        top: 96px;
    }
    .about-icon2::after {
        background-size: 150px;
        width: 150px;
        height: 39px;
        left: 15px;
        top: -46px;
    }
    .about-icon3::after {
        background-size: 150px;
        width: 150px;
        height: 39px;
        left: 12px;
        top: 96px;
    }
    .home-helping {
        width: 55% !important;
    }
    .service-list-text {
        min-height: 152px;
    }
    .sevices-btn {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 1366px) {
    #back-to-top img {
        width: 30px;
    }
    .header-build {
        width: 17% !important;
    }
    .sec1-text-trnasform {
        --e-con-transform-translateX: -163px !important;
        --e-con-transform-translateY: -123px !important;
    }
    .sec2-text-trnasform {
        --e-con-transform-translateX: -198px !important;
        --e-con-transform-translateY: 39px !important;
    }
    .sec3-text-trnasform {
        --e-con-transform-translateX: 0px !important;
        --e-con-transform-translateY: 1020px !important;
    }
    .sec4-text-trnasform {
        --e-con-transform-translateX: 244px !important;
        --e-con-transform-translateY: 878px !important;
    }
    .sec5-text-trnasform {
        --e-con-transform-translateX: -261px !important;
        --e-con-transform-translateY: 49px !important;
    }
    .sec6-text-trnasform {
        --e-con-transform-translateX: -303px !important;
        --e-con-transform-translateY: -114px !important;
    }
    .sec7-text-trnasform {
        --e-con-transform-translateX: 75px !important;
        --e-con-transform-translateY: 1080px !important;
    }
    .about-icon1::after {
        background-size: 130px;
        width: 130px;
        height: 32px;
        left: 17px;
        top: 92px;
    }
    .about-icon2::after {
        background-size: 130px;
        width: 130px;
        height: 39px;
        left: 15px;
        top: -38px;
    }
    .about-icon3::after {
        background-size: 130px;
        width: 130px;
        height: 32px;
        left: 24px;
        top: 92px;
    }
    .services-page-loop .sevices-btn {
        margin-bottom: 210px !important;
    }
}

@media (max-width: 1280px) {
    .header-build {
        width: 18% !important;
    }
    .banner-Realtext {
        width: 58% !important;
    }
    .sec1-text-trnasform {
        --e-con-transform-translateX: -166px !important;
        --e-con-transform-translateY: -113px !important;
    }
    .sec2-text-trnasform {
        --e-con-transform-translateX: -200px !important;
        --e-con-transform-translateY: 40px !important;
    }    
    .sec3-text-trnasform {
        --e-con-transform-translateX: 0px !important;
        --e-con-transform-translateY: 935px !important;
    }
    .sec4-text-trnasform {
        --e-con-transform-translateX: 247px !important;
        --e-con-transform-translateY: 804px !important;
    }
    .sec5-text-trnasform {
        --e-con-transform-translateX: -261px !important;
        --e-con-transform-translateY: 49px !important;
    }
    .sec6-text-trnasform {
        --e-con-transform-translateX: -300px !important;
        --e-con-transform-translateY: -105px !important;
    }
    .sec7-text-trnasform {
        --e-con-transform-translateX: 71px !important;
        --e-con-transform-translateY: 998px !important;
    }
    .breadcrumb-right-icon li:not(:first-child)::before {
        background-size: 8px;
        width: 12px;
        height: 12px;
        left: -25px;
        top: 10px;
        color: #ffffff !important;
    }
    .home-helping {
        width: 64% !important;
    }
    .helping-sec .elementor-widget-text-editor {
        min-height: 0px;
    }
    .service-list-text {
        min-height: 169px;
    }
    .home-testimonial-scroll {
        max-height: 370px !important;
    }
    .home-faqs {
        max-height: 450px !important;
    }
}

@media (max-width: 1024px) {
    .quote-btn {
        display: block;
    }
    .header-build {
        width: 22% !important;
    }
    #back-to-top img {
        width: 30px;
    }
    #back-to-top {
        bottom: 25px;
        right: 20px;
    }
    .banner-Realtext {
        width: 70% !important;
    }
    .helping-sec .elementor-widget-text-editor {
        min-height: 156px;
    }
    .home-post-grid::-webkit-scrollbar, .home-testimonial-scroll::-webkit-scrollbar, .home-faqs::-webkit-scrollbar {
        width: 0px !important;
    }
    .sec1-text-trnasform {
        --e-con-transform-translateX: -168px !important;
        --e-con-transform-translateY: -83px !important;
    }
    .sec2-text-trnasform {
        --e-con-transform-translateX: -201px !important;
        --e-con-transform-translateY: 40px !important;
    }
    .sec3-text-trnasform {
        --e-con-transform-translateX: 0px !important;
        --e-con-transform-translateY: 690px !important;
    }
    .sec4-text-trnasform {
        --e-con-transform-translateX: 245px !important;
        --e-con-transform-translateY: 589px !important;
    }
    .sec5-text-trnasform {
        --e-con-transform-translateX: -259px !important;
        --e-con-transform-translateY: 49px !important;
    }
    .sec6-text-trnasform {
        --e-con-transform-translateX: -292px !important;
        --e-con-transform-translateY: -74px !important;
    }
    .sec7-text-trnasform {
        --e-con-transform-translateX: 63px !important;
        --e-con-transform-translateY: 750px !important;
    }
    .about-icon1::after {
        background-size: 100px;
        width: 100px;
        height: 24px;
        left: 17px;
        top: 92px;
    }
    .about-icon2::after {
        background-size: 100px;
        width: 100px;
        height: 24px;
        left: 17px;
        top: -32px;
    }
    .about-icon3::after {
        background-size: 100px;
        width: 100px;
        height: 24px;
        left: 17px;
        top: 92px;
    }
    .services-page-loop .sevices-btn {
        margin-bottom: 140px !important;
    }
    .company-logos img.swiper-slide-image {
        filter: unset;
        opacity: 1;
    }
    .home-helping {
        width: 74% !important;
    }
    .service-list-text {
        min-height: 154px;
    }
}

@media (max-width: 880px) {
    .quote-btn {
        display: block;
    }
    .header-build {
        width: 12% !important;
    }
    .banner-Realtext {
        width: 42% !important;
    }
    .single-services img.attachment-full {
        max-width: 100%;
        width: auto !important;
        height: 470px !important;
    }
    .about-icon1::after {
        background-size: 140px;
        width: 140px;
        height: 33px;
        left: 29px;
        top: 92px;
    }
    .about-icon2::after {
        background-size: 140px;
        width: 140px;
        height: 33px;
        left: 15px;
        top: -42px;
    }
    .about-icon3::after {
        background-size: 140px;
        width: 140px;
        height: 33px;
        left: 29px;
        top: 92px;
    }
}

@media (max-width: 768px) {
    /* .header-build {
        width: 14% !important;
    }
    .banner-Realtext {
        width: 46% !important;
    } */
    .banner-Realtext, .header-build {
        width: auto !important;
    }
    .sec1-text-trnasform {
        --e-con-transform-translateX: -164px !important;
        --e-con-transform-translateY: -53px !important;
    }
    .sec2-text-trnasform {
        --e-con-transform-translateX: -195px !important;
        --e-con-transform-translateY: 40px !important;
    }
    .sec3-text-trnasform {
        --e-con-transform-translateX: 0px !important;
        --e-con-transform-translateY: 445px !important;
    }
    .sec4-text-trnasform {
        --e-con-transform-translateX: 236px !important;
        --e-con-transform-translateY: 372px !important;
    }
    .sec5-text-trnasform {
        --e-con-transform-translateX: -252px !important;
        --e-con-transform-translateY: 40px !important;
    }
    .sec6-text-trnasform {
        --e-con-transform-translateX: -285px !important;
        --e-con-transform-translateY: -52px !important;
    }
    .sec7-text-trnasform {
        --e-con-transform-translateX: 64px !important;
        --e-con-transform-translateY: 501px !important;
    }
    .breadcrumb-right-icon li:not(:first-child)::before {
        background-size: 8px;
        width: 12px;
        height: 12px;
        left: -21px;
        top: 8px;
        color: #ffffff !important;
    }
    .home-play-icon {
        bottom: -18% !important;
    } 
    .single-tab-content p.elementor-icon-box-description {
        min-height: unset;
    }
    .home-helping {
        width: 84% !important;
    }
    .helping-sec .elementor-widget-text-editor {
        min-height: 95px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
    .elementor-element img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
    .home-play-icon {
        bottom: 45% !important;
    }
}

@media (max-width: 767px) {
    .pd100, .inner-banner-pd100 {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .pdlr {
        padding-left: 25px !important; /*change as per need */
        padding-right: 25px !important; /*change as per need */
    }
    .pdb0 {
        padding-bottom: 0 !important;
    }
    .sec1-text-trnasform, .sec2-text-trnasform, .sec3-text-trnasform, .sec4-text-trnasform, .sec5-text-trnasform, .sec6-text-trnasform, .sec7-text-trnasform, .about-icon1::after, .about-icon2::after, .about-icon3::after  {
        display: none !important;
    }
    .helping-sec .elementor-widget-text-editor {
        min-height: auto;
    }
    .single-services::after {
        display: none;
        content: "";
        position: absolute;
        border-radius: 10px !important;
        inset: 0;
        background: linear-gradient(
        to bottom,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.8) 100%
        );
        z-index: 1;
    }
     .img-overlay .elementor-element {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
    .img-overlay .elementor-element img.attachment-full.size-full {
        width: 100% !important;
        display: block;
    }
    .img-overlay .elementor-element.elementor-widget-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.8) 100%
        );
        z-index: 2;
    }
    .home-post-grid, .home-faqs {
        max-height: 490px !important;
        overflow-y: auto !important;
        overflow-x: hidden;
    }
    .home-testimonial-scroll {
        display: inline-block !important;
        max-height: 490px !important;
        overflow-y: auto !important;
        overflow-x: hidden;
    }
    .home-testimonial-scroll .home-testimonial {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 450px) {
.banner-Realtext, .header-build {
    width: auto !important;
}
}
@media (max-width: 414px) {
    .header-build {
        width: 26% !important;
    }
    .banner-Realtext {
        width: 74% !important;
    }
    .home-play-icon {
        bottom: -9% !important;
    }
    #back-to-top {
        bottom: 10px;
        right: 10px;
    }
    #back-to-top img {
        width: 26px;
    }
    .ninja-form-css div.one-half.first, .ninja-form-css div.one-half {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .ninja-form-css label {
        font-size: 16px;
        line-height: 26px;
    }
    .ninja-form-css .label-above .nf-field-label {
        margin-bottom: 0px;
    }
    .ninja-form-css option, .ninja-form-css select {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .home-helping {
        width: 100% !important;
    }

}

@media (max-width: 360px) {
    .home-play-icon {
        bottom: -8% !important;
    }
    .hdr-video {
        top: 8% !important;
    }
    .home-play-icon {
        right: 41% !important;
    }
    .header-build h2.elementor-heading-title.elementor-size-default {
        width: 98px;
        text-align: center !important;
    }
}