/** Shopify CDN: Minification failed

Line 18:114 Unexpected "/"

**/
  /* @font-face {
 font-family: "Archivo";
  src:url("/cdn/shop/files/Archivo-ExtraBold.ttf")
}
  /* @font-face {
  font-family: "Montserrat";
  src:url("/cdn/shop/files/Montserrat-SemiBold.ttf")
} */
  /* @font-face {
  font-family: "Montserrat_I";
  src:url("/cdn/shop/files/Montserrat-SemiBoldItalic.ttf")
} */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* h2, h3, .land_btn{
  font-family: "Archivo";
} */

body {
    font-family: "Roboto Condensed", sans-serif;
}
.land_btn{
    font-family: "Fjalla One", sans-serif;
}
/*  
body{
 font-family: "Montserrat", sans-serif;
} */
.bann_container {
    padding-left: 200px;
}
.land_bann{
    background-color: #f4f4f4;
    position: relative;
    background-image: url(/cdn/shop/files/rotate_r.png?v=1758185904);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 540px auto;
}
.ban_head_right {
    display: flex;
    gap: 20px;
    background: #000;
    color: #fff;
    width: 50%;
    max-width: 650px;
    margin-left: auto;
    padding: 25px 0 25px 30px;
}
.ladd_heading span {
    color: #3A3A3A;
}

.ban_head_right_in {
    display: flex;
    gap: 8px;
    color:#fff !important;
}

.ban_head_right_text {
    display: flex;
    flex-direction: column;
}

.ban_head_right_text label {
    color: #fff;
     font-size:22px;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Fjalla One", sans-serif;
}

.land_bann_head .logo_img {
    display: flex;
    align-items:center;
}

.logo_img_in img {
    max-width: 650px;
}
.land_btn{
    background-color: #000;
    padding: 12px 40px;
    height: unset;
    color: #fff;
    overflow: hidden;
    border: 1px solid #000;
    transition: .3s;
    position: relative;
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
    text-transform:uppercase;
    line-height:1.3;
  }
  .land_btn span{
    position:relative;
      z-index: 5;
  }
  .land_btn:before{
      content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    width: 125%;
    height: 100%;
    background: var(--bg-body);
    opacity: 0;
    z-index: 5;
    opacity: 1;
    border-radius: var(--button-border-radius, 0px);
    transform-origin: bottom left;
    backface-visibility: hidden;
    transform: rotate3d(0, 0, 1, 6deg) translate3d(-1.2em, 110%, 0);
    will-change: transform;
    transition: .3s;
    border-radius:7px;
  }
  .land_btn:hover{
      color: #000;
    }
    .land_btn:hover:before{
      transform: rotate3d(0, 0, 1, 0) translateZ(0);
    }
    .bann_subtext {
    padding: 10px 0;
}
.bann__row {
    display: flex;
    align-items: center;
}
.bann_main_text p {
    font-size: 24px;
    line-height: 1.2;
}
.bann__row .bann_main_text {
    flex: 0 0 40%;
    max-width: 40%;
}

.bann_main_img {
    background: #000;
    border-radius: 30px 0px 0 30px;
    flex: 0 0 60%;
    max-width: calc(60% - 30px);
    margin-left: auto;
}

.bann_main_img img {
    width: 100%;
    border-radius: 30px 100px 0 30px;
}
.ladd_heading {
    font-size: 35px;
    text-transform:uppercase;
}
.cst_container, .container {
    max-width: 1320px;
    justify-content: space-between;
    margin: 0 auto;
}
.cat_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_column {
    flex: 0 0 20%;
    max-width: calc(20% - 40px);
    gap: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cst_logo_img {
    border: 1px solid #D6D6D6;
    padding: 20px;
    border-radius: 10px;
}
.logo_sec{
    padding: 70px 0;
    text-align: center;
    display: block;
    background-image: url(/cdn/shop/files/rotate_r_-t.png?v=1758186193), url(/cdn/shop/files/Rectangle_37_1.png?v=1758185417);
    background-repeat: no-repeat;
    background-size:540px auto;
    background-position: top left, top right;
}
.logo_sec p{
    font-size: 24px;
    padding: 20px 0;
    line-height: 1.3;
    max-width: 985px;
    margin-left: auto;
    margin-right: auto;
}

section.testimonial_sec {
    background: #f2f2f2;
    padding: 70px 0;
    background-image: url(/cdn/shop/files/rotate_r.png?v=1758185904), url(/cdn/shop/files/rotate_r_-b.png?v=1758186193);
    background-position: bottom left, right bottom;
    background-repeat: no-repeat;
    background-size:540px auto;
}

.testimonial_content {
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    padding:0 5px;
}

.testimonial_left {
    background: #fff;
    flex: 0 0 auto;
    max-width: 65%;
    border-radius: 20px;
    padding-top: 50px;
}

.testimonial_right {
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 20px;
}

.testimonial_image img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.testimonial_brand {
    background: #fff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
}

.testimonial_brand_name {
    font-size: 24px;
    color: #000;
}

.testimonial_quote {
    font-size:32px;
    font-family: "Montserrat_I";
    color: #DC1E33;
    padding-bottom:20px;
    line-height: 1;
}

.testimonial_left blockquote:before {
    line-height: 1;
    top: 0;
    color: #F2F2F2;
}

.testimonial_subtext {
    font-size: 24px;
    text-align: center;
    padding: 0 70px;
    line-height: 1.4;
}

.feature-stats {
    padding: 70px 0;
    text-align: center;
    background-size: 540px auto;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/rotate_r_-t.png?v=1758186193), url(/cdn/shop/files/Rectangle_37_1.png?v=1758185417);
    background-position: top left, top right;
}

.testimonial_heading {
    text-align: center;
    margin-bottom:40px;
}


.product-offering {
    background: #000;
    color: #fff;
    padding: 70px 20px;
    text-align: center;
    background-image: url(/cdn/shop/files/balc_t_l.png?v=1758187321), url(/cdn/shop/files/balc_t_r.png?v=1758187322), url(/cdn/shop/files/balc_b_l.png?v=1758187322), url(/cdn/shop/files/balc_b_r.png?v=1758187322);
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 540px auto;
}
.benefits-section {
    padding: 70px 20px;
    background: #fff;
    text-align: center;
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/rotate_r_-t.png?v=1758186193), url(/cdn/shop/files/Rectangle_37_1.png?v=1758185417);
    background-size: 540px auto;
}
.feature-stats .feature-stat {
  height:184px;
}
.feature-stat strong {
    font-size: 90px;
    line-height: 1;
}
.feature-stat strong  p{
    display:inline-block;
}
.feature-stat p {
    font-size: 22px;
    margin-bottom:0px;
        line-height: 1;
}
.feature-card h3 {
    font-size:27px;
}
.feature-card h3 br{
    display:none;
}
.feature-card p {
    font-size: 17px;
    padding-bottom: 15px;
    max-width:290px;
    margin-left: auto;
    margin-right: auto;
}
.design-contact-form .cstm_heading {
    text-align: center;
}
.design-contact-form {
    padding: 70px 0 0;
    background: #f2f2f2;
    background-position:bottom left, bottom right;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/rotate_r.png?v=1758185904), url(/cdn/shop/files/rotate_r_-b.png?v=1758186193);
    background-size: 540px auto;
}

.cpright {
    padding: 20px;
    border-top: 1px solid #D9D9D9;
}

.cpright p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
}

.footer_social .section_socal_text {
    display: flex;
    flex-direction: column;
}

.footer_social .section_socal {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    border-radius: 16px;
    height: 110px;
}

.footer_social, .design-contact-form iframe {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 50px auto;
}
section.design-contact-form iframe{
    margin-top:0px;
    margin-bottom:0px;
}
.footer_social .section_socal img {
    width: 40px;
}

.footer_social .ban_head_right_in {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_social .section_socal_text span {
    color: #000;
    font-size: 18px;
}

.footer_social label {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
}

.mobcatrow{
    display:none;
}
.testimonial_brand img {
    width: 70%;
    max-width: 120px;
}
.testimonial_brand.for_mob {
    display: none;
}
.offering-image {
    padding: 10px 10px 0;
}
section.product-offering .offering-content h3, .benefits-section .benefit-title{
    font-size:27px;
    font-weight: unset;
}
.benefits-section .benefit-description {
    font-size: 17px;
}
section.product-offering .offering-content h3 br{
    display:none;
}
section.product-offering .offering-content p{
    font-size:17px;
}
.bann_main_text .ladd_heading {
    max-width: 500px;
}
.mobimgcrop{
    display:none
}
@media(max-width:1500px){
    .cst_container, .container {
    max-width: 1100px;
}
.bann_main_text .ladd_heading {
    max-width: 390px;
}
    .logo_img_in img {
    max-width: 460px;
}
.ladd_heading {
    font-size:30px;
}
.bann_subtext {
    padding: 0px 0;
}
.bann_main_img img {
    min-height: 500px;
    object-fit: cover;
}
.ban_head_right_text label {
    font-size: 20px;
}
.ban_head_right_text span {
    font-size: 16px;
}
.bann_container {
    padding-left: 70px;
}
.land_btn {
    padding: 8px 30px;
}
.bann_main_text p {
    font-size: 24px;
}
.land_bann, .logo_sec, section.testimonial_sec, .feature-stats, .product-offering, .benefits-section, .design-contact-form {
    background-size: 380px auto;
}
.logo_column {
    flex: 0 0 20%;
    max-width: calc(20% - 25px);
    gap: 20px;
}
.testimonial_quote {
    font-size: 24px;
}
.testimonial_subtext {
    font-size: 19px;
}
.feature-card h3 {
    font-size: 27px;
    line-height: 1.3;
}

.feature-stat strong {
    font-size: 77px;
}
.feature-stats .feature-stat {
    height: 148px;
}
section.product-offering .offering-content h3 {
    font-size: 24px;
    line-height: 1.3;
}
section.product-offering .offering-content p {
    font-size: 17px;
}
.benefits-section .benefit-title {
    font-size: 21px;
}
.benefits-section .benefit-description {
    font-size: 18px;
    line-height: 1.3;
}
.benefits-section .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 10px), 1fr));
    gap: 15px;
}
.footer_social label {
    font-size: 25px;
}
.footer_social .section_socal_text span {
    font-size: 18px;
}
.footer_social, .design-contact-form iframe {
    max-width: 1000px;
}
.footer_social .section_socal {
    width: 95px;
    border-radius: 12px;
    height: 95px;
}
.cpright p {
    font-size: 18px;
}
.testimonial_left {
    padding-top: 25px;
}
.testimonial_brand_name {
    font-size: 20px;
}
.design-contact-form{
    padding-bottom:0px;
}
}

@media(max-width:1199px){
    .logo_sec, section.testimonial_sec, .section.testimonial_sec, .feature-stats, .product-offering, .benefits-section, .design-contact-form {
    padding: 60px 0;
}
.testimonial_content {
    margin-bottom: 20px;
}
.testimonial_heading {
    margin-bottom: 20px;
}
        .cst_container, .container {
        max-width: 900px;
    }

        .bann_container {
        padding-left: 45px;
    }

        .ladd_heading {
        font-size: 27px;
        line-height: 1.2;
    }
    .bann_main_img img {
        min-height: 400px;
    }
    .ban_head_right_text label {
        font-size: 18px;
    }
    .land_bann_head .ban_head_right_img img {
    width: 25px;
}
    .ban_head_right_text span {
        font-size: 14px;
    }
        .bann_main_text p {
        font-size: 17px;
    }
    .logo_sec p {
    padding-top: 0;
}
       .testimonial_left blockquote {
        padding: 72px 5% 20px;
    }
        .testimonial_quote {
        font-size: 24px;
    }
        .testimonial_subtext {
        font-size: 16px;
        padding: 0 35px;
    }
    .testimonial_brand img {
    max-width: 80px;
}
    .feature-card h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
        .feature-stats .feature-stat {
        height: 125px;
    }
    section.feature-stats .feature-card {
    padding: 8px;
    padding-top:50%;
}
        .feature-stat strong {
        font-size: 64px;
    }
        .feature-card p {
        font-size: 14px;
    }
        section.product-offering .offering-content h3 {
        font-size: 21px;
    }
        section.product-offering .offering-content p {
        font-size: 15px;
        margin-bottom: 0;
    }
        .benefits-section .benefit-title {
        font-size:18px;
    }
        .benefits-section .benefit-description {
        font-size: 15px;
    }
        .benefits-section .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 7px), 1fr));
        gap: 10px;
    }
    .benefits-section .benefit-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
    .footer_social, .design-contact-form iframe {
        max-width: 800px;
    }
    .bann_main_img img {
    border-radius: 20px 80px 0 20px;
}
    .logo_img_in img {
        max-width: 390px;
    }
    .footer_social .section_socal img {
    width: 32px;
}
    .footer_social .section_socal {
        width: 85px;
        border-radius: 8px;
        height: 85px;
    }
    .footer_social .ban_head_right_in {
    gap: 10px;
}
.footer_social label {
        font-size: 20px;
    }
        .footer_social .section_socal_text span {
        font-size: 16px;
    }
}

@media(max-width:990px){
    .bann_main_img {
    border-radius: 0px 0px 30px 30px;
}
        .testimonial_quote {
        font-size: 20px;
    }
    .logo_column {
        max-width: calc(20% - 12px);
        gap: 10px;
    }
    .testimonial_brand img {
    width: 50%;
    max-width: 75px;
}
    .land_bann_head .logo_img {
    flex-direction: column;
}

.logo_img_in, .ban_head_right {
    width: 100%;
    max-width: 100%;
}

.logo_img_in {
    text-align: center;
    padding: 10px 0;
}

.ban_head_right {
    justify-content: center;
}

.bann__row {
    flex-direction: column-reverse;
    gap: 30px;
}

.logo_img_in img {
    max-width: 350px;
}

.bann_main_img img {
    border-radius: 20px;
}

.bann_main_img {
    flex: 0 0 auto;
    max-width: 100%;
}

.bann__row .bann_main_text {
    flex: 0 0 auto;
    width: 100%;
}
.cst_container, .container, .bann__row .bann_main_text{    
    max-width:740px;
}
    .bann_container {
        padding-left: 0;
    }

.land_bann {
    padding-bottom: 60px;
    background-image: url(/cdn/shop/files/rotate_r.png?v=1758185904), url(/cdn/shop/files/rotate_r_-b.png?v=1758186193);
    background-position: left bottom, bottom right;
}
    .ban_head_right {
    padding: 25px 30px 25px 30px;
}

}


@media(max-width:767px){
    
    .mobimgcrop{
        display:block;
    }
    .deskimgcrop{
        display:none;
    }
    .bann_main_text .ladd_heading {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}
    .cst_container, .container, .bann__row .bann_main_text {
        max-width: 540px;
    }
    .cat_row.deskcatrow{
        display:none
    }
    .mobcatrow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mobcatrow .mob_logocolumn {
    flex: 0 0 auto;
    max-width: calc(50% - 10px);
    width: 50%;
}
.testimonial_content {
    flex-direction: column-reverse;
}

.testimonial_content .testimonial_right, .testimonial_content .testimonial_left {
    flex: 0 0 auto;
    max-width: 100%;
}

.testimonial_brand.for_desk {
    display: none;
}

.testimonial_brand.for_mob {
    display: flex;
    margin-top: 20px;
    border-radius: 12px;
}

.testimonial_left {
    background: transparent;
    padding: 0;
}

.testimonial_left_in {
    background: #fff;
    border-radius: 12px;
    padding-bottom: 15px;
}

.testimonial_right {
    padding: 0;
}

.testimonial_image img {
    border-radius: 12px;
}
.logo_column {
    justify-content: unset;
}
.product-offering .offering-card {
    max-width: calc(50% - 12px);
}
    .benefits-section .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 5px), 1fr));
    }
        .footer_social .section_socal {
        width: 70px;
        height: 70px;
    }
   section.product-offering .offering-card {
    max-width: calc(50% - 8px);
}
section.product-offering .offering-grid {
    gap: 15px;
}
    .land_bann, .logo_sec, section.testimonial_sec, .feature-stats, .product-offering, .benefits-section, .design-contact-form {
        background-size: 280px auto;
    }
    .bann_main_text {
    text-align: center;
}
    .feature-card p, .section.product-offering .offering-content p, .benefits-section .benefit-description {
        font-size: 16px;
    }
        .logo_sec p {
        font-size: 16px;
    }
    .logo_sec, section.testimonial_sec {
    background-image: url(/cdn/shop/files/rotate_r_-t.png?v=1758186193), url(/cdn/shop/files/Rectangle_37_1.png?v=1758185417), url(/cdn/shop/files/rotate_r.png?v=1758185904), url(/cdn/shop/files/rotate_r_-b.png?v=1758186193);
    background-position: top left, top right, bottom left, bottom right;
}
.cst_logo_img {
    background: #fff;
}
.offering-image {
    padding: 7px 7px 0;
}
.bann_main_img img {
    min-height: unset;
}
}


@media(max-width:575px){
    .bann_main_img img {
    min-height: unset;
}
        .land_bann {
        padding-bottom: 40px;
    }
        .ban_head_right_text label {
        font-size: 15px;
    }
        .bann_main_text p {
        font-size: 16px;
    }
        .cst_container, .container, .bann__row .bann_main_text {
        padding:0 15px;
    }
       section.product-offering .offering-card {
    max-width: 100%;
}

        .land_bann, .logo_sec, section.testimonial_sec, .feature-stats, .product-offering, .benefits-section, .design-contact-form {
        background-size: 50% auto;
    }
    .logo_sec, section.testimonial_sec, .section.testimonial_sec, .feature-stats, .product-offering, .benefits-section, .design-contact-form {
        padding: 40px 0;
    }
    .footer_social .ban_head_right_in {
    flex-direction: column;
    align-items: unset;
}
    .cpright p {
        font-size: 15px;
    }
    .footer_social label {
        font-size: 18px;
    }
    .footer_social .section_socal_text span {
        font-size: 15px;
    }
    .ladd_heading {
        font-size: 24px;
    }
    .benefits-section .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
.benefits-section .benefit-item {
    text-align: center;
}
    .benefits-section .benefit-icon {
        width: 60px;
        height: 60px;
    }
        section.product-offering .offering-content h3, .benefits-section .benefit-title {
        font-size: 18px;
    }
        .logo_img_in img {
        max-width: 325px;
        width: 100%;
    }
    .design-contact-form{
        padding-bottom:0px;
    }
}

@media(max-width:400px){
    .ban_head_right {
    gap: 10px;
}
    .ban_head_right {
        padding: 25px 12px 25px 12px;
    }
}