.about-rise-row {
    background-image: linear-gradient(106deg, #F9B1A0, #EE3D58);
}

.title-fw-100 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 100;
}

.title-fw-200 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 200;
}

.title-fw-300 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 300;
}

.title-fw-400 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 400;
}

.title-fw-500 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 500;
}
.title-fw-600 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 600;
}

.title-fw-700 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 700;
}

.title-fw-800 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 800;
}

.title-fw-900 :is(h1,h2,h3,h4,h5,h6) {
    font-weight: 900;
}

.image-br {
    overflow: hidden;
    border-radius: 10px;
}

/*.custom-button .vc_general.vc_btn3 {*/
/*    position: relative;*/
/*    background-image: none !important;*/
/*    font-family: var(--theme-font-family);*/
/*    font-size: var(--btn-font-size);*/
/*    border: var(--btn-border);*/
/*    border-radius: var(--btn-radius);*/
/*    padding: var(--btn-padding);*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease;*/
/*    z-index: 1;*/
/*}*/

.custom-arrow-button .vc_general.vc_btn3 {
        background-image: none !important;
}

.custom-arrow-button .vc_general.vc_btn3.vc_btn3-o-empty {
    padding: 0;
}

.custom-arrow-button .vc_general.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.custom-arrow-button .vc_general.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.custom-arrow-button .vc_general.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
    position: static;
    transform: none;
    display: inline-block;
}

.about-rise-row .vc_row.vc_inner .wpb_text_column {
    display: grid;
    transition: all 500ms ease-out;
    overflow: hidden;
    
}

.about-rise-row .vc_row.vc_inner .wpb_text_column:not(.expand) {
        grid-template-rows: 0fr;
        margin-bottom: 0 !important;
        height: 0;
        opacity: 0;
}

.image-br-full {
    border-radius: 50%;
    overflow: hidden;
}

.image-br-half-right {
    border-top-right-radius: 100vmax;
    border-bottom-right-radius: 100vmax;
    overflow: hidden;
}

.image-br-half-left {
    border-top-left-radius: 100vmax;
    border-bottom-left-radius: 100vmax;
    overflow: hidden;
}

.about-solution-background {
    aspect-ratio: 960 / 300;
        /*  width: 140vw !important;*/
        /*transform: translateX(-20vw);*/
        /*border-bottom-left-radius: 50%;*/
        /*border-bottom-right-radius: 50%;*/
        clip-path: ellipse(130% 150% at 50% -50%);
}

.column-inner-0.vc_row > div > div {
    padding-top: 0 !important;
}

.about-solution-row .solution-icon img {
    height: 40px;
    width: auto;
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill {
    border-radius: 10px;
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill,
.about-solution-row .evc-counter .evc-c-digit,
.about-solution-row .evc-shortcode p,
.about-solution-row .solution-icon,
.about-solution-row .solution-button .vc_general.vc_btn3,
.about-solution-row .solution-button {
    transition: all 350ms ease-out !important;
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill:not(:hover) {
    background-color: white !important;
}

.about-solution-row .evc-counter .evc-c-digit {
    color: #414042 !important;
    font-size: 50px !important;
    font-family: var(--theme-font-family);
}

.about-solution-row .evc-counter .evc-c-digit::after {
    content: "\002b";
}

.about-solution-row .evc-shortcode p {
    font-size: 18px;
    font-weight: 500;
    color: #414042;
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill:hover .evc-counter .evc-c-digit,
.about-solution-row .vc_row.vc_inner.vc_row-has-fill:hover .evc-shortcode p {
    color: white !important;
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill:hover .solution-icon {
    filter: brightness(0) invert(1);
}

.about-solution-row .solution-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    filter: drop-shadow(7px 7px 5px rgb(0 0 0 / 0.2));
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill:hover .solution-button {
    transform: scale(1.4);
       bottom: -3px;
    right: -3px;
}

.about-solution-row .solution-button .vc_general.vc_btn3 {
    padding: 0 !important;
    width: 45px;
    height: 45px;
    position: relative;
    background-image: none !important;
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill:hover .solution-button .vc_general.vc_btn3 {
    color: #d32b40 !important;
    background-color: white !important;
}

.about-solution-row .solution-button .vc_general.vc_btn3 .vc_btn3-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.round-shape-texture {
    position: relative;
    isolation: isolate;
}

.round-shape-texture::before {
    content: "";
    width: 30vw;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
    display: block !important;
    position: absolute;
    bottom: var(--gap);
    right: 0;
    transform: translateX(calc(100% / 3));
    background-image: linear-gradient(to right, #F9B1A0, #EE3D58);
    max-width: 450px;
}

.solution-intro-row {
    background-image: linear-gradient(32deg, #FCD4B6, #F26470);
    position: relative;
    isolation: isolate;
}

.solution-intro-row::before,
.solution-intro-row::after {
    content: "";
    position: absolute;
    width: 11vw;
    height: auto;
    max-width: 160px;
    aspect-ratio: 176 / 181;
    z-index: -1;
    display: block !important;
    background: center / contain no-repeat url(https://8.inspiren.dev/sharp/wp-content/uploads/2024/01/round-shape-texture.png);
    opacity: 0.3;

}

.solution-intro-row::before {
       top: var(--gap);
    left: calc(var(--row-spacing) + 15px);
        transform: translate(50%, -50%);
}

.solution-intro-row::after {
          bottom: var(--gap);
    right: calc(var(--row-spacing) + 15px);
        transform: translate(-50%, 50%);
}

.solution-intro-row > .vc_col-sm-12 {
    float: none;
}

.solution-features-row .features-icon img {
    height: 50px;
    width: auto;
}

.solution-features-row .features-icon {
    filter: brightness(0) invert(1);
}

.solution-features-row .vc_row.vc_inner {
    border-radius: 10px;
    position: relative;
    isolation: isolate;
}

.solution-features-row .vc_row.vc_inner::before {
    content: "";
    position: absolute;
    inset: -2px;
    border: 4px dashed;
    z-index: -1;
    display: block !important;
    border-radius: inherit;
}

.solution-features-row .vc_row.vc_inner#smart-communication::before {
    border-color: #2b4b9a;
}

.solution-features-row .vc_row.vc_inner#smart-link::before {
    border-color: #8f4d96;
}

.solution-features-row .vc_row.vc_inner#smart-control::before {
    border-color: #21b2ac;
}

.solution-features-row .vc_row.vc_inner#smart-comfort::before {
    border-color: #5db4e6;
}

.solution-features-row .vc_row.vc_inner#smart-health::before {
    border-color: #e94d93;
}

.solution-features-row .vc_row.vc_inner#smart-security::before {
    border-color: #ee8017;
}

.ul-gap :is(ul, ol) :is(ul, ol) {
  padding-top: 7px;
}

.ul-gap :is(ul, ol) ul {
  list-style: none;
}

.ul-gap :is(ul, ol) ul > li {
    position: relative;
    isolation: isolate;
}

.ul-gap :is(ul, ol) ul > li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -20px;
}

.ul-gap :is(ul, ol) ul > li:last-child {
    padding-bottom: 0;
}

.ul-gap :is(ul, ol) > li {
  text-align: left;
}

.ul-gap ul > li::marker {
    color: #ff6961;
}

.solution-product-row .vc_row.vc_inner {
    border-radius: 10px;
    transition: all 350ms ease-out;
}

/*.solution-product-row .vc_row.vc_inner:not(:last-child) {*/
/*    display: none;*/
/*}*/

.solution-product-row .vc_row.vc_inner .wpb_raw_html {
    padding-right: 120px;
}

.solution-product-row .vc_row.vc_inner .wpb_raw_html i {
    margin-left: 10px;
    color: #d32b40;
}

.solution-product-row .vc_row.vc_inner .product-icon {
       position: absolute;
    top: 35px;
    right: 15px; 
}

.solution-product-row .vc_row.vc_inner .product-icon img {

    max-width: 80px;
    width: auto;
    max-height: 80px;
}

.solution-product-row .vc_row.vc_inner .wpb_text_column {
    padding-right: 180px;
}

.custom-brochure-button .vc_general.vc_btn3,
.brochure-tab .vc_tta-panel-body table a,
.quotation-btn {
    position: relative;
    isolation: isolate;
    background-image: none !important;
    font-family: var(--theme-font-family);
    font-size: var(--btn-font-size);
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
   
    z-index: 1;
    padding-bottom: 7px;
    transition: 300ms linear;
}

.custom-brochure-button .vc_general.vc_btn3::before,
.brochure-tab .vc_tta-panel-body table a:before,
.quotation-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--red-color);
    z-index: -1;
    display: block !important;
    transition: 300ms linear;
    border-bottom: 1px solid var(--red-color);
}

.custom-brochure-button .vc_general.vc_btn3:hover,
.brochure-tab .vc_tta-panel-body table td a:hover,
.quotation-btn:hover {
    padding: 7px 15px;
    color: white !important;
}

.custom-brochure-button .vc_general.vc_btn3:hover::before,
.brochure-tab .vc_tta-panel-body table a:hover:before,
.quotation-btn:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 100vmax;
}

.solution-product-row .custom-toggle-button {
    font-family: var(--theme-font-family);
    font-size: var(--btn-font-size);
    color: #d32b40;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}

.solution-product-row .custom-toggle-button i {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
}

.solution-product-row .vc_row.vc_inner.active .custom-toggle-button i {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}

.solution-product-row .custom-toggle-button * {
    transition: all 350ms ease-out;
}

.solution-product-row .custom-toggle-button span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: all 350ms ease-out, width 350ms ease-out 350ms;
}

.solution-product-row .vc_row.vc_inner.active .custom-toggle-button span {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.solution-product-row .vc_row.vc_inner .custom-brochure-button {
    transition: all 350ms ease-out;
    margin-bottom: 25px !important;
}

.solution-product-row .vc_row.vc_inner.active .custom-brochure-button {
    margin-top: 20px;
}

.solution-product-row .product-image {
    position: absolute;
    /*bottom: -35px;*/
    /*top: 80px;*/
    bottom: 54px;
    right: 5px;
}

.solution-product-row .product-image img {
    max-height: 200px;
    width: auto;
    max-width: 200px;
}

.solution-product-sec.pb-100 {
    padding-bottom: calc(var(--gap) + 35px) !important;
}

body.single-post.postid-263 .round-shape-texture::before {
    background-image: linear-gradient(to right, #f594c0, #ba2b6d);
}

body.single-post.postid-268 .round-shape-texture::before {
    background-image: linear-gradient(to right, #974d88, #5c0761);
        opacity: 0.7;
}

body.single-post.postid-270 .round-shape-texture::before {
    background-image: linear-gradient(to right, #274eab, #0e265e);
    opacity: 0.5;
}

body.single-post.postid-272 .round-shape-texture::before {
    background-image: linear-gradient(to right, #41aae6, #1b4f6c);
    opacity: 0.7;
}

body.single-post.postid-284 .round-shape-texture::before {
    background-image: linear-gradient(to right, #60f4e6, #60f4e6);
    opacity: 0.7;
}

body.single-post.postid-301 .round-shape-texture::before {
    background-image: linear-gradient(to right, #fdb168, #f68b26);
    opacity: 0.7;
}

#footer [data-row*=middle] [data-column*=widget-area-1] #custom_html-3 .widget-title a {
        color: var(--red-color);
}

#footer [data-row*=middle] [data-column*=widget-area-1] #nav_menu-3 {
    margin-top: 0;
}

.custom-hide-product {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0 !important;
}

.pum-theme-887 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0;
}

.pum-theme-887 .pum-container .wpcf7-response-output {
    color: white;
}

@media screen and (min-width: 768px) {
    .about-package-row .package-image img {
        max-height: 65vh;
        width: auto;
    }
    .solution-product-row .with-logo .product-image {
        bottom: -35px !important;
    }
    .solution-product-row .with-logo .product-image img {
        max-height: 180px;
    }
    
    .solution-intro-row.oval-shape-background::before {
    left: calc(20vw + var(--row-spacing) + 15px);
}

    .solution-intro-row.oval-shape-background::after {
    right: calc(20vw + var(--row-spacing) + 15px);
}
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .solution-product-row {
        display: flex;
        flex-direction: column;
    }
    
      .solution-product-row > div {
          width: 100%;
    }
    
    .solution-product-row[class*="col-gap-"] > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .about-solution-row {
        display: flex;
        flex-wrap: wrap;
    }
    
        .about-solution-row > div {
            width: 100%;
            float: none;
            margin-top: 0 !important;
    }
    
    .about-solution-row > .wpb_column:not(:last-child) .vc_row.vc_inner {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 992px) {
    .oval-shape-background {
        width: min(140vw, calc(var(--screen-width) * 1.4)) !important;
        /*transform: translateX(max(-20vw, calc(var(--screen-width) * -0.2)));*/
            left: calc((min(20vw, calc(var(--screen-width) * 0.2)) + var(--row-spacing)) * -1) !important;
        border-radius: 50%;
        padding-left: calc(min(20vw, calc(var(--screen-width) * 0.2)) + var(--row-spacing)) !important;
        padding-right: calc(min(20vw, calc(var(--screen-width) * 0.2)) + var(--row-spacing)) !important;
    }
    
    .shape-move-top {
        margin-top: calc(var(--gap) * -1) !important;
        overflow: initial !important;
        /*z-index: 1;*/
    }
    
      body:not(.home) .shape-move-top {
          z-index: 1;
    }
    
    .bottom-reverse-curve {
    position: relative;
    isolation: isolate;
}

.bottom-reverse-curve::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 580%;
    height: auto;
    aspect-ratio: 1;
    background: white;
    border-radius: 50%;
    display: block !important;
    z-index: 1;
}

.bottom-reverse-curve::after {
    bottom: 0;
    transform: translate(-50%, 99.25%);
}

.single.single-success-story .bottom-reverse-curve::after {
    bottom: 0;
    transform: translate(-50%, 98.25%);
}


.solution-product-row .vc_row.vc_inner .wpb_text_column:last-child,
.solution-product-row .vc_row.vc_inner .wpb_text_column:nth-last-child(2) {
    margin-bottom: 35px !important;
}
}

@media screen and (min-width: 1000px) {
    #footer [data-row*=middle] [data-column*=widget-area-1] #nav_menu-3 ul {
        display: grid;
    grid-template-columns: 1fr 1fr;
    }
    
    #footer [data-row*=middle] [data-column*=widget-area-1] #nav_menu-3 ul li {
        padding-bottom: 7px;
    }
    
    #footer [data-row*=middle] [data-column*=widget-area-1] #nav_menu-3 ul li:before {
        content: '>';
    padding-right: 5px;
    }
}

@media screen and (min-width: 1200px) {
        .shape-move-top {
        margin-top: calc(var(--gap) * -1.3) !important;
    }
    
    .oval-shape-background:is(.row-gap,.row-gap-t) {
        padding-top: calc(var(--gap) * 1.5) !important;
    }
    
    .home .oval-shape-background:is(.row-gap,.row-gap-t) {
        padding-top: calc(var(--gap) * 2) !important;
    }
    
        .oval-shape-background:is(.row-gap,.row-gap-b) {
        padding-bottom: calc(var(--gap) * 1.5 - 35px) !important;
    }
    
    .solution-intro-row::before {
        top: calc(var(--gap) * 2);
       
    }
    
        .solution-intro-row::after {
        /*top: calc(var(--gap) * 2);*/
        top: calc(var(--gap) * 1);
    }
    
    .solution-features-row .vc_row.vc_inner {
        position: absolute;
        width: 450px;
        transition: all 500ms ease-out;
        scale: 0;
        opacity: 0;
        transform: translateY(-30px);
    }
    
    .solution-features-row .vc_row.vc_inner.active {
        scale: 1;
        opacity: 1;
        transform: none;
        transition: transform 500ms ease-out, opacity 500ms ease-out;
    }
    
      .solution-features-row .vc_row.vc_inner:not(.active) {
          transition: transform 500ms ease-out, opacity 500ms ease-out, scale 500ms ease-out 500ms;
    }
    
    .solution-features-row .vc_row.vc_inner#smart-communication {
        left: 17.5px;
        bottom: calc(35px + (100% - 35px) * 0.8);
    }
    
        .solution-features-row .vc_row.vc_inner#smart-link {
        left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.61);
        bottom: calc(35px + (100% - 35px) * 0.93);
    }
    
           .solution-features-row .vc_row.vc_inner#smart-control {
        left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.67);
        bottom: calc(35px + (100% - 35px) * 0.55);
    }
    
               .solution-features-row .vc_row.vc_inner#smart-comfort {
        right: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.5);
        bottom: calc(35px + (100% - 35px) * 0.39);
    }
    
.solution-features-row .vc_row.vc_inner#smart-health {
    right: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.07);
    top: calc((100% - 35px) * 0.78);
}

.solution-features-row .vc_row.vc_inner#smart-security {
    right: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.65);
    top: calc((100% - 35px) * 0.93);
}
    
    .solution-features-row .features-image {
        padding-left: calc(var(--gap) / 2);
        padding-right: calc(var(--gap) / 2);
    }
    
    .solution-features-row .features-line {
        position: absolute;
        top: 0;
        width: calc(100% - 30px);
        opacity: 0;
        transition: all 500ms ease-out;
        transform: translateY(-30px);
    }
    
    .solution-features-row .features-line.active {
        opacity: 1;
        transform: none;
    }
    
    .solution-features-sec:is(.row-gap,.row-gap-t) {
        padding-top: calc(var(--gap) * 3) !important;
    }
    
        .solution-features-sec:is(.row-gap,.row-gap-b) {
        padding-bottom: calc(var(--gap) * 3 - 35px) !important;
    }
    
    .solution-features-row .wpb_raw_html {
        position: absolute;
           height: auto;
    }
    
.solution-features-row .wpb_raw_html#smart-link-hover {
    top: 0;
    left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.213);
    width: calc((100% - 30px - var(--gap)) * 0.4);
    aspect-ratio: 36 / 23;
}

.solution-features-row .wpb_raw_html#smart-communication-hover {
    top: calc((100% - 35px) * 0.346);
    left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.015);
    width: calc((100% - 30px - var(--gap)) * 0.297);
    aspect-ratio: 134 / 83;
}

.solution-features-row .wpb_raw_html#smart-control-hover {
    top: calc((100% - 35px) * 0.327);
    left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.483);
    width: calc((100% - 30px - var(--gap)) * 0.286);
     aspect-ratio: 326 / 207; 
}

.solution-features-row .wpb_raw_html#smart-comfort-hover {
    top: calc((100% - 35px) * 0.56);
    left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.348);
    width: calc((100% - 30px - var(--gap)) * 0.234);
    aspect-ratio: 265 / 168;
}

.solution-features-row .wpb_raw_html#smart-health-hover {
    top: calc((100% - 35px) * 0.525);
    left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.686);
    width: calc((100% - 30px - var(--gap)) * 0.274);
     aspect-ratio: 312 / 205; 
}

.solution-features-row .wpb_raw_html#smart-security-hover {
    top: calc((100% - 35px) * 0.705);
    left: calc(var(--gap) / 2 + 15px + (100% - 30px - var(--gap)) * 0.129);
    width: calc((100% - 30px - var(--gap)) * 0.287);
     aspect-ratio: 107 / 69; 
}

.about-solution-row .vc_row.vc_inner.vc_row-has-fill > div > div {
    padding-left: 35px;
    padding-right: 35px;
}

.solution-features-row .vc_row.vc_inner.vc_row-has-fill > div > div {
    padding-left: 35px;
    padding-right: 35px;
}

.solution-product-row .vc_row.vc_inner.vc_row-has-fill > div > div {
        padding-left: 35px;
    padding-right: 35px;
}
}

@media screen and (max-width: 1199.98px) {
    .solution-features-row .features-line,
    .solution-features-row .wpb_raw_html {
        display: none;
    }
    
    .solution-features-sec:is(.row-gap,.row-gap-b) {
        padding-bottom: var(--gap) !important;
    }
    
    .solution-features-row .vc_row.vc_inner[id]:not(:last-child) {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 991.98px) {
    .solution-product-row .vc_row.vc_inner.expand:not(.active) .custom-brochure-button {
        height: 0;
        opacity: 0;
        margin-bottom: 0 !important;
    }

.solution-product-row .vc_row.vc_inner .wpb_text_column {
/*.solution-product-row .vc_row.vc_inner .custom-brochure-button {*/
    margin-bottom: 0 !important;
}

.solution-product-row .vc_row.vc_inner .wpb_text_column > .wpb_wrapper > ul > li {
    transition: all 350ms ease-out;
}

.solution-product-row .vc_row.vc_inner:not(.active) .wpb_text_column > .wpb_wrapper > ul > li:nth-child(4) ~ * {
    height: 0;
    opacity: 0;
    padding-bottom: 0;
}

.story-desc-row {
    padding-top: var(--gap);
} 
}

@media screen and (max-width: 767.98px) {
    .about-env-row .vc_row.vc_inner {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .about-env-row .vc_row.vc_inner > div:first-child {
        flex: 1;
    }
    
        .about-env-row .vc_row.vc_inner > div:last-child {
        flex: 2;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .about-env-row > div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .about-solution-background {
        aspect-ratio: 1;
        max-height: 350px;
    }
    
    .solution-product-row .vc_row.vc_inner .wpb_text_column {
        padding-right: 0;
        /*padding-bottom: 45px;*/
        padding-bottom: 80px;
    }
    
       .solution-product-row .vc_row.vc_inner .wpb_text_column:nth-last-child(2) {
        padding-bottom: 120px;
    }
    
        .solution-product-row .vc_row.vc_inner.active .wpb_text_column {
        padding-bottom: 20px;
    }
    
    .solution-product-row .vc_row.vc_inner .wpb_raw_html {
        padding-right: 0;
    }
    
    .solution-product-row .product-image {
        top: auto;
        bottom: -35px;
    }
    
    .solution-product-row .product-image img {
        max-height: 160px;
        width: auto;
        max-width: 160px;
    }
    /*.solution-product-row .product-image img {*/
    /*    max-height: 150px;*/
    /*    width: auto;*/
    /*    max-width: 150px;*/
    /*}*/
    
    .round-shape-texture::before {
        bottom: calc(var(--gap) / 2);
    }
}

.forminator-custom-form #textarea-1 textarea {
    display: none;
}