:root {
    --black: #000000;
    --white: #ffffff;
    --green: #463c20;
    --yellow: #FAED25;
    --text_c: #46344E;
    --dr_primery: #212336;
    --primery_c: #292c4a;
    --secondery_c: #333333;
    --off_pink: #7573af;
    --cherry: #d32426;
    --Body-color: #676767;
    --zak-sidebar: #5B5561;
    --Inter: 'Inter';
    --Hangout: 'Hangout';
    --divgap: 100px;
    --regular: 400;
    --Medium: 500;
    --semibold: 600;
    --bold: 700;
    --sm: 16px;
    --mm: 18px;
    --lg: 36px;
    --ms: 17px;
    --big: 74px;
    --medium: 26px;
}

.landing-container {
    max-width: 1400px;
    margin: 0 auto;
}

@media(max-width: 1440px) {
    .landing-container {
        padding-inline: 15px;
    }
}


/****************** Additional Sections Padding CSS ******************/

.why-set-us-section {
    padding-block: 50px !important;
}

.testimonial-section {
    padding-block: 50px !important;
}

.why-us-title-section {
    padding-block: 50px 0 !important;
}

.why-us-content {
    padding-bottom: 0 !important;
}


/****************** Header Section CSS ******************/
header {
    position: sticky;
    top: 0;
}

.landing-header {
    border-bottom: 3px solid var(--yellow);
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 999;
}


.landing-header-inner {
    background: var(--green);
    padding-block: 15px;
}


.landing-header-inner .landing-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    @media (max-width: 768px) {
        justify-content: space-between;
    }
}

.landing-header .logo img {
    max-width: 140px;
}

.landing-header .cta-wrapper {
    display: flex;
    gap: 30px;
}



.cta-wrapper .btn-primary {
    font-weight: 500;
    background: var(--green);
    text-transform: uppercase;
    fill: white;
    color: white;
    border-style: solid;
    border-width: 2px;
    border-color: var(--yellow);
    border-radius: 3px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    i {
        font-size: 22px;
    }
}

.cta-wrapper .btn-primary:hover {
    background: var(--yellow);
    transform: translateY(-2px);
    color: var(--green);
}

.cta-wrapper.footer{
    display:none !important;
}

@media (max-width:768px) {
    .cta-wrapper.footer {
        position: fixed;
        bottom: 0;
        display:flex !important;
        /*background-color: #00b8da;*/
        width: 100%;
        left: 0;
        gap: 0;
    }

    .landing-header .cta-wrapper .call-btn {
        display: none !important;
    }
    
    .cta-wrapper.footer .call-btn {
        font-size:20px;
        border:none !important;
        border-radius:0px !important;
    }

    .cta-wrapper .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .cta-wrapper .btn-primary:first-child {
        border-right: 2px solid white;
    }
}


/****************** Hero Section CSS ******************/

.hero-section {
    padding-block: 50px !important;
    animation: changeBg 15s infinite;
    background-size: cover;
    background-position: center;
}

@keyframes changeBg {
    0% {
        background-image: url('https://stressfreepestcontrol.com.au/wp-content/uploads/2023/11/Banner2.png');
    }

    33% {
        background-image: url('https://stressfreepestcontrol.com.au/wp-content/uploads/2023/11/Banner-1.png');
    }

    66% {
        background-image: url('https://stressfreepestcontrol.com.au/wp-content/uploads/2023/10/Banner.png');
    }

    100% {
        background-image: url('https://stressfreepestcontrol.com.au/wp-content/uploads/2023/11/Banner2.png');
    }
}

.hero-section .content-col {
    @media (max-width: 1024px) {
        width: 100% !important;
    }
}

.hero-section .form-col {
    @media (max-width: 1024px) {
        width: 100% !important;
    }
}

.hero-section .content-col h1 {
    color: white;
    font-family: var(--Hangout);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 50px;
    font-size: calc(var(--lg) + 4px);

    @media (max-width: 576px) {
        font-size: 28px !important;
    }
}

.hero-section .content-col h3 {
    color: var(--yellow) !important;
    font-family: var(--Hangout) !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-size: calc(var(--medium) + 4px) !important;
    margin-block: 0 16px !important;

    @media (max-width: 576px) {
        font-size: 28px !important;
    }
}

.hero-section .content-col p {
    color: white !important;
    font-size: 20px !important;
}

.hero-section .usp-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px !important;
}

.hero-section .usp-container .usp-item {
    display: flex;
    align-items: center;
    gap: 10px !important;
    padding-inline: 5px;
}

.hero-section .usp-container .usp-item:not(:last-child) {
    border-right: 2px solid var(--yellow);
}

.hero-section .usp-container .usp-item p {
    margin: 0 !important;
}

.hero-section .usp-container .usp-item img {
    max-width: 50px;
}

.hero-section .content-col {
    width: 55% !important;
}

.hero-section .form-col {
    width: 45% !important;
}


.hero-section .call-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 50px !important;
    line-height: 40px !important;
    transition: all 0.5s ease-in-out;
    color: white;
    /*background: #fff;*/ 
    -webkit-text-stroke: 0;
    background-clip: text;
    font-weight: 800 !important;

    @media (max-width: 680px) {
        font-size: 35px !important;
    }
}

.hero-section .call-wrapper i {
    border-radius: 50%;
    height: 70px !important;
    width: 70px !important;
    font-size: 34px !important;
    display: flex;
    transition: all 0.3s ease-in-out;
    animation: ring 3s ease-in-out infinite;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    color: var(--yellow);
    border: 2px solid;

    @media (max-width: 680px) {
        height: 50px !important;
        width: 50px !important;
        font-size: 24px !important;
    }
}

.hero-section .hero_section_call {
    &:hover {
        .call-wrapper {
            -webkit-text-stroke: 2px #fff;
            color: transparent !important;
            background-color: transparent;
        }
    }
}

.hero-section .hero_section_call:hover .call-wrapper {
    background: transparent !important;
    -webkit-text-stroke: 2px #fff;
    color: transparent !important;

}

.hero-section .hero_section_call:hover .call-wrapper i {
    -webkit-text-stroke: 2px transparent;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39%,
    100% {
        transform: rotate(0);
    }
}

.hero-section .form-col>.elementor-widget-wrap {
    max-width: 500px;
    margin: 0 auto;
}

.hero-section .form-col .form-holder.row {
    display: grid !important;
    margin: 0 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 20px;
}

.hero-section .form-col .form-holder.row .col-md-6 {
    width: 100% !important;
}

.hero-section .form-col form {
    padding: 15px;
}

.hero-section .form-col form .input-button {
    grid-column: 1/-1 !important;
}


.hero-section .form-col .form-holder.row .textarea {
    grid-column: 1/-1 !important;
}

.hero-section .form-col .form-holder.row p {
    margin-bottom: 15px !important;
}

.hero-section .form-col .form-holder.row label {
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.hero-section .form-col .form-holder.row .input-button p {
    margin: 0 !important;
    width: 100% !important;
}

.hero-section .form-col .form-holder.row .input-button>p>span {
    display: flex !important;
    gap: 10px !important;
}

.hero-section .form-col .form-holder.row .input-button input[type="submit"] {
    max-width: 200px;
    background: var(--green);
    color: var(--yellow);
    padding: 12px;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase !important;
}


.hero-section .form-col .form-holder.row :is(input, textarea) {
    width: 100% !important;
    border-color: #ac9da0 !important;
    border-radius: 6px !important;

    &:focus {
        border-color: black !important;
    }
}

.hero-section .form-col .form-holder.row textarea:focus {
    border-color: black !important;
}

.hero-section .form-col .form-holder.row input:focus {
    border-color: black !important;
}

.hero-section .form-col h2.elementor-heading-title {
    text-align: center;
    padding: 10px;
    background: var(--yellow);
    border-top-left-radius: 15px;
    margin-bottom: 0 !important;
    border-top-right-radius: 15px;
    font-size: var(--medium);
    border-bottom: 2px solid var(--green);
}

.hero-section .form-col .elementor-widget-heading {
    margin: 0 !important;
}

.hero-section .form-col .elementor-widget-shortcode {
    background: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


/****************** Services Section CSS ******************/
.services-section .yello-text h2 {
    color: var(--yellow) !important;
}

.services-section .service-row>.elementor-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px !important;
}

.services-section .service-row>.elementor-container .single-service {
    width: 100%;
    background-color: var(--white);
    border-radius: 20px;
    transition: all 0.3s ease-out;
    box-shadow: none;
}

.services-section .service-row>.elementor-container .single-service:hover {
    background-color: var(--green);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px 1px;
}

.services-section .service-row>.elementor-container .single-service:hover h2 {
    color: white !important;
}


.services-section .service-row .single-service .services-content {
    padding-inline: 10px;
}

.services-section .service-row .single-service .services-content h2 {
    font-family: var(--Inter);
    font-size: calc(var(--mm) + 4px);
    font-style: normal;
    color: var(--secondery_c);
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    display: block;
}

.services-section .service-row .single-service .services-content h2:hover {
    color: var(--yellow) !important;
}

.services-section .service-row .single-service .elementor-widget-image {
    padding-top: 26px;
    margin: 0 !important;
}

.services-section .service-row .single-service .elementor-widget-image img {
    width: 149px;
    height: 149px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
}

.services-section .service-row .single-service .service_icon {
    width: 63px;
    height: 63px;
    background-color: var(--yellow);
    border: 4px solid var(--white);
    border-radius: 50%;
    margin: -2.33em auto 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-out;
}

.services-section .service-row>.elementor-container .single-service:hover .service_icon {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


/****************** Footer Contact Form Section CSS ******************/

.footer-cotnact-form-section {
    background: #f9f9f9;
    border-top: 2px solid var(--green);
}

.footer-cotnact-form-section .form-col {
    padding: 40px 40px !important
}

.footer-cotnact-form-section .image-col {
    position: relative;
}

.footer-cotnact-form-section .image-col::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.footer-cotnact-form-section .image-col * {
    height: 100% !important;
}

.footer-cotnact-form-section {
    padding: 0 !important;
}

.footer-cotnact-form-section .image-col img {
    object-fit: cover !important;
}

.footer-cotnact-form-section .form-col .form-holder.row {
    display: grid !important;
    margin: 0 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 20px;
}

.footer-cotnact-form-section .form-col .form-holder.row .col-md-6 {
    width: 100% !important;
}

.footer-cotnact-form-section .form-col form {
    padding: 15px;
}

.footer-cotnact-form-section .form-col form .input-button {
    grid-column: 1/-1 !important;
}

.footer-cotnact-form-section .form-col .form-holder.row .textarea {
    grid-column: 1/-1 !important;
}

.footer-cotnact-form-section .form-col .form-holder.row p {
    margin-bottom: 15px !important;
}

.footer-cotnact-form-section .form-col .form-holder.row label {
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.footer-cotnact-form-section .form-col .form-holder.row .input-button p {
    margin: 0 !important;
    width: 100% !important;
}

.footer-cotnact-form-section .form-col .form-holder.row .input-button>p>span {
    display: flex !important;
    gap: 10px !important;
}

.footer-cotnact-form-section .form-col .form-holder.row .input-button input[type="submit"] {
    max-width: 200px !important;
    background: var(--green) !important;
    color: var(--yellow) !important;
    padding: 12px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.footer-cotnact-form-section .form-col .form-holder.row :is(input, textarea) {
    width: 100% !important;
    border-color: #ac9da0 !important;
    border-radius: 6px !important;
}

.footer-cotnact-form-section .form-col .form-holder.row textarea:focus {
    border-color: black !important;
}

.footer-cotnact-form-section .form-col .form-holder.row input:focus {
    border-color: black !important;
}

.footer-cotnact-form-section .form-col h2.elementor-heading-title {
    text-align: center !important;
    padding: 10px !important;
    background: var(--yellow) !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    font-size: var(--medium) !important;
    border-bottom: 2px solid var(--green) !important;
}

.footer-cotnact-form-section .form-col .elementor-widget-heading {
    margin: 0 !important;
}

.footer-cotnact-form-section .form-col .elementor-widget-shortcode {
    background: white !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.footer-cotnact-form-section .form-col .elementor-form-fields-wrapper {
    padding: 25px 20px 20px !important;
}

/****************** Completed Treatment Gallery CSS ******************/

.completed-treatment {
    padding-block: 50px !important;
}

.completed-treatment .industries {
    margin-bottom: 25px !important;
}

.completed-treatment .industries>.elementor-container {
    display: grid !important;
    grid-gap: 25px !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.completed-treatment .industries>.elementor-container .elementor-column {
    width: 100% !important;
}

.completed-treatment .industries .elementor-image-box-img {
    width: 100% !important;
    overflow: hidden;
    margin: 0 !important;
}

.completed-treatment .industries .elementor-image-box-img img {
    width: 100% !important;
    max-height: 350px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.completed-treatment .industries .elementor-image-box-img:hover img {
    transform: scale(1.1) !important;
}

.completed-treatment .industries .elementor-image-box-wrapper {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.completed-treatment .industries .elementor-image-box-content {
    border-top: 4px solid #5b5561;
    padding: 15px;
}

.completed-treatment .industries .elementor-image-box-title {
    margin: 0 !important;
    color: var(--green) !important;
    font-family: var(--Hangout);
    font-weight: 500 !important;
}

/****************** Footer Section CSS ******************/


/* Footer Section */
.site-footer {
    background: #111 !important;
    color: #fff !important;
    padding: 40px 20px !important;
    text-align: center !important;
}

.site-footer .footer-heading {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.footer-contact {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-contact {
    display: flex;
    gap: 30px;
    justify-content: space-between
}

.footer-contact li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    background: linear-gradient(45deg, var(--e-global-color-astglobalcolor0), var(--primaryBlue)) !important;
    padding: 10px;
    border-radius: 10px;
}

.footer-contact li a {
    color: white;
}

.footer-contact i {
    color: white !important;
    margin-right: 10px !important;
    font-size: 18px !important;
}

.landing-footer {
    background: var(--green);

    @media (max-width:768px) {
        margin-bottom: 45px;
    }
}

.landing-footer .landing-footer-container {
    max-width: 1530px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;

    @media (max-width:1024px) {
        max-width: 100%;
    }
}

.landing-footer .landing-footer-top {
    display: flex;
    justify-content: space-between;
    padding-block: 30px;
    gap: 80px !important;

    @media (max-width:1024px) {
        flex-wrap: wrap;
    }

    @media (max-width:680px) {
        flex-direction: column;
    }
}

.landing-footer .landing-footer-top .footer-locations {
    display: flex;
    flex-direction: row !important;
    gap: 25px;
    flex-wrap: wrap;

    @media (max-width:680px) {
        display: block;
    }
}

.landing-footer .footer-contact {
    display: flex;
    gap: 20px
}

.landing-footer .footer-group {
    width: max-content;
}

.landing-footer .footer-title {
    color: white;
    font-weight: 700;
    margin-bottom: 15px !important;
    font-size: 22px;
}

.landing-footer .footer-locations {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.landing-footer .footer-location {
    margin-bottom: 0;
}

.landing-footer .footer-loc-title {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background: var(--yellow) !important;
    padding: 10px;
    color: var(--green);
    border-radius: 10px;
}

.landing-footer .footer-loc-title+span {
    display: block;
    margin-left: 10px;
}

.landing-footer .footer-location i {
    margin-right: 5px;
    color: var(--green);
}

.landing-footer .footer-location i::before {
    font-family: 'FontAwesome';
}

.landing-footer .footer-copyright {
    padding: 15px;
    text-align: center;
}

.landing-footer .footer-copyright p {
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.footer-contact li {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background: var(--yellow) !important;
    padding: 10px;
    color: var(--green);
    border-radius: 10px;
}

.footer-contact li a {
    color: var(--green);
    font-size: 18px !important;
    font-weight: 500 !important;
}

.footer-group h4 {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}

.footer-contact i {
    color: var(--green) !important
}

.landing-footer .footer-copyright {
    border-top: 1px solid white !important;
}

.why-us-content .elementor-widget-text-editor {
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    display: inline !important;
}




@media(max-width: 1440px) {
    .hero-section>.elementor-container {
        padding-inline: 15px;
    }
}

@media(max-width: 1024px) {
    .hero-section {
        padding-block: 20px !important;
    }

    .hero-section :is(.content-col, .form-col) {
        width: 100% !important;
    }

    .hero-section .form-col {
        margin-top: 15px !important;
    }

    .hero-section .form-col>.elementor-widget-wrap {
        max-width: 100% !important;
    }
}

@media(max-width: 767px) {
    .hero-section>.elementor-container {
        padding: 0 !important;
    }

    /*.landing-header .cta-wrapper .btn-primary {*/
    /*    border: none;*/
    /*    border-radius: 0;*/
    /*    transform: unset !important;*/
    /*}*/

    .landing-footer .footer-group {
        width: 100% !important;
    }

    .why-set-us-section {
        padding-inline: 15px !important;
    }
}

@media(max-width: 576px) {
    .hero-section .content-col h1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .hero-section .content-col h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .hero-section .usp-container .usp-item:not(:last-child) {
        border: none !important;
    }

    .hero-section .call-wrapper {
        font-size: 35px !important;
    }

    .hero-section .call-wrapper i {
        font-size: 30px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .hero-section .form-col .form-holder.row {
        grid-template-columns: 1fr !important;
    }

    .hero-section .form-col .form-holder.row .textarea textarea {
        max-height: 80px;
    }

    .services-section .service-row>.elementor-container {
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .services-section .service-row .single-service .services-content h2 {
        font-size: 16px !important;
    }

    .services-section .service-row .single-service .elementor-widget-image img {
        width: 130px !important;
        height: 130px !important;
    }

    .services-section .service-row .single-service .service_icon {
        width: 50px !important;
        height: 50px !important;
        margin: -2.0em auto 1em !important;
        ;
    }
}




@media(max-width: 1360px) {
    .completed-treatment .industries>.elementor-container {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .services-section .service-row>.elementor-container {
        grid-template-columns: repeat(6, 1fr) !important;
    }

    .landing-footer .landing-footer-top {
        gap: 30px !important;
    }

    .landing-footer .landing-footer-top {
        flex-wrap: wrap !important;
    }

    .landing-footer .footer-group {
        width: 100% !important;
    }

    .why-us-content {
        padding-inline: 15px !important;
    }
}

@media (max-width: 1024px) {
    .completed-treatment .industries>.elementor-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .services-section .service-row>.elementor-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .footer-cotnact-form-section>.elementor-container>.elementor-col-50 {
        width: 100% !important;
    }

    .why-us-content>.elementor-container .elementor-col-25 .elementor-widget-text-editor {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media(min-width:767px) and (max-width: 1024px) {
    .why-us-content>.elementor-container {
        flex-flow: wrap-reverse !important;
        gap: 30px !important;
    }

    .why-us-content>.elementor-container .elementor-col-50 .elementor-widget-image {
        width: 100%;
        max-width: 100%;
    }

    .why-us-content>.elementor-container .elementor-col-50 {
        align-content: center !important;
        flex: 1 1 100% !important;
    }

    .why-us-content>.elementor-container .elementor-col-25 {
        flex: 1 1 calc(50% - 30px) !important;
    }
}

@media(max-width: 992px) {
    .why-set-us-section {
        padding-block: 30px !important;
    }

    .why-us-title-section {
        padding-top: 30px !important;
    }

    .completed-treatment {
        padding-block: 30px !important;
    }

    .testimonial-section {
        padding-block: 30px !important;
    }
}

@media(max-width: 767px) {
    .why-us-content>.elementor-container .elementor-widget-button {
        display: none !important;
    }

    .completed-treatment {
        padding-inline: 15px !important;
    }

    .completed-treatment .industries>.elementor-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .footer-cotnact-form-section .form-col {
        padding: 15px !important;
    }

    .footer-cotnact-form-section .form-col .form-holder.row {
        grid-template-columns: 1fr !important;
    }

    .footer-cotnact-form-section .form-col .form-holder.row .textarea textarea {
        max-height: 80px !important;
    }

    .testimonial-section .sp-testimonial-item {
        margin-bottom: 10px !important;
    }

    .services-section .service-row>.elementor-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .landing-footer .footer-group {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-group h4 {
        text-align: center;
    }

    .landing-header .logo img {
        max-width: 120px !important;
    }
}