
.manrope-regular {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .manrope-medium {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .manrope-bold {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  body{
    font-family: "Manrope", sans-serif; line-height: 1.4;
    font-size: 16px; color: #000; font-weight:400;
    box-sizing: border-box; margin: 0; padding:0;
  }

  a{
    font-family: "Manrope", sans-serif;
    font-size: 16px; color: #000; font-weight:400; text-decoration:none;
  }
p{
    margin-bottom: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1,
h2,
h3, h4, h5, h6{
font-family: "Manrope", sans-serif;
font-weight:600;
color: #000; line-height:1.4; margin:0;

}

header{
    background-color:#f0f2f4; padding:20px;
    position: sticky; top: 0; z-index: 2000;
    transition: transform 0.35s cubic-bezier(.22,.61,.36,1);
}
header.header--hidden {
    transform: translateY(-110%);
}

.page-width{
    max-width:1400px;
    margin:auto; padding: 0 15px;
}

section{
    padding: 4rem 0;
}

img{
    max-width: 100%;
}

.anusmentbar p{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.anusmentbar p a{
    color: #fff;
    font-weight: bold;
}

.anusmentbar {
    background-color:#5b5b5b;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px; align-items: center;
}
.anusmentbar svg,
.anusmentbar img{
    width: 30px; height: 30px;
}
.right_anusmentbar {
    display: flex;
    align-items: center;
    gap: 10px;
}


.anusmentbar{
    background-image: url(../image/banner-anu.webp);
    background-repeat: no-repeat; background-size: contain; background-position: center left;
}






/*  header*/
.header_part {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center; gap: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.menu_part ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    gap: 40px;
    margin: 0;
}
.socel_icon {
    display: grid;
    align-items: center;
    gap: 0px;
    grid-template-columns: 1fr 2fr;
    padding-right: 20px;
}

.socel_icon  img{
    mix-blend-mode: multiply;
    max-width: 50px;
}


.button {
    display: block;
    padding: 15px 20px;
    background: #e95821;
    text-align: center;
    color: #fff;
    border-radius:10px;
    font-weight: 600;
}
.button:hover{
    background:#5a5a5a;

}
.button_g {
    display: block;
    padding: 15px 20px;
    background:#5a5a5a;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}
.button_g:hover{

    background: #e95821;

}

.menu_part a {
    font-weight: 600;
}

/* Desktop dropdown for Services */
.menu_part .has-dropdown { position: relative; }
.menu_part .has-dropdown > a { display: inline-flex; align-items: center; gap:8px; }
.menu_part .has-dropdown .dropdown {
    position: absolute; left: 0; top: calc(100% + 8px);
    background: #fff; border-radius: 8px; box-shadow: 0 6px 18px rgba(10,10,10,0.12);
    min-width: 220px; display: none; padding: 8px 0; z-index: 2100;
}
.menu_part .has-dropdown .dropdown li { padding: 0; }
.menu_part .has-dropdown .dropdown li a {
    display: block; padding: 10px 18px; color: #333; white-space: nowrap; font-weight: 600;
}
.menu_part .has-dropdown .dropdown li a:hover { background: #f6f6f6; color: #000; }
.menu_part .has-dropdown:focus-within .dropdown,
.menu_part .has-dropdown:hover .dropdown { display: block; animation: fade-slide 180ms ease; }

@keyframes fade-slide { from { opacity: 0; transform: translateY(-6px);} to { opacity:1; transform: translateY(0); } }

/* Prevent dropdown from affecting small screens (touch devices use mobile submenu) */
@media (max-width: 900px) {
  .menu_part .has-dropdown .dropdown { display: none !important; }
}





.menu_part .active {
    display: block;
    padding: 10px 20px;
    background: #e95821;
    color: #fff;
    border-radius: 20px;
}


.menu_part .active:hover{
    background:#5a5a5a;
}

/*  slider*/

.slider_seaction {
    position: relative;
}
.slider_midea img,
.slider_midea video {
    border-radius: 20px; position: relative; display: block; width: 100%; height: 650px; object-fit: cover;
}
.slider_midea{
    position: relative;
}
.slider_seaction_main {
    position: absolute;
    background-color: #00000070;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; border-radius: 20px;
}
.slider_part_contant{
    position: absolute;
    top:50%; left: 50%; transform: translate(-50%,-50%); max-width:800px;
}

.slider_button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.h2{
    font-size:48px;
}



.slider_seaction p:first-child{
    font-size: 26px;
    margin: 0;
}
h1.h2,
.slider_seaction ,
.slider_seaction h2,
.slider_seaction h6{
    color: #fff;
}

.slider_slider{
    position: relative;
}
.slider_slider::after{
    content: "";
    position: absolute; top:50%; right: 0; transform: translate(0,-50%);
    background-image: url(../image/arrow_right.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100px;
    height: 200px; z-index: 1;
    transform: translate(0%, -50%) rotate(180deg);
}
.slider_slider::before{
    content: "";
    position: absolute; top:50%; left: 0; transform: translate(0,-50%);
    background-image: url(../image/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100px;
    height: 200px; z-index: 1;
}



.slick-prev {
    left: 20px;
    z-index: 1;
    background: #f0f2f4 url(../image/reshot-icon-left-CEPF64N82T.svg)!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width:40px; height: 40px; z-index: 2;

}
.slick-next {
    right: 20px;
    z-index: 1;
    background: #f0f2f4 url(../image/reshot-icon-right-KQRGYBXEH9.svg)!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width:40px; height: 40px;
    z-index: 2;
}

.slick-prev::before,
.slick-next::before{
   display:none;
}


.autoplay_slider{
    padding: 10px 25px;
}

 /* marque */

 .marque_items{
    max-width: fit-content;
 }

 .marque_items img {
    object-fit: contain;
    max-width: 200px;
    height: 100px;
    margin: 0 30px;
}


/* test scrolling */

.brarrrper span{
    color: #e95821; font-size: 40px;
}


.brarrrper h3 {
    color: #e95821;
    font-size: 40px;
    min-width: fit-content;
    margin: 0 20px;
    font-weight: 600; position: relative; padding-right: 40px;
}
.brarrrper h3:nth-child(odd){
    color:transparent;     -webkit-text-stroke: 2px #e95821;
}



.brarrrper h3::after{
    content: "";
    position: absolute; right:0; top: 50%; transform: translate(0,-50%); width: 30px; height: 4px; background-color:#e95821;
}






.counter-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;    background-color: #f0f2f4;
    border-radius: 20px;
}

.counter-item {
    text-align: center;
}

.counter {
    font-size: 48px;
    font-weight: bold;
    color:transparent;     -webkit-text-stroke: 2px #e95821;
}
.counter-container p{
    font-size: 22px; font-weight: 600;
}
.mobile__menu_top {
    display: none;
}
.mobile__menu{
    display: none;
}
.mobile_menu{display:none;}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/




@media screen and (max-width:667px) {




.slider_midea img,
.slider_midea video {
   height: 450px; object-fit: cover;
}


    .mobile_menu{display:block; overflow: hidden;}
    .anusmentbar svg, .anusmentbar img {
        width: 18px;
        height: 18px;
    }

    .anusmentbar p {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-weight: bold;
        margin: 0;
    }

    .anusmentbar p a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

    .anusmentbar {
        background-size: 65% 100%;
        background-position: left;
    }

    .slick-prev {
        left: 5px;
        width: 20px;
        height: 20px;
        z-index: 2;
    }
    .slick-next {
        right: 5px;
        width: 20px;
        height: 20px;
        z-index: 2;
    }
    .slider_slider::after,
    .slider_slider::before {
        width: 45px;
        height: 60px;
        z-index: 1;
    }
    .slider_midea video {
        border-radius: 20px;
        height: 428px;
        object-fit: cover;
    }

    .h2 {
        font-size: 20px;
    }
    .slider_seaction p:first-child {
        font-size: 12px;
        margin: 0;
    }
    .slider_part_contant {
        position: absolute;
        top: 50%;
        left: 35px;
        transform: translate(-20px,-50%);
    }

    .brarrrper h3 {
        font-size: 16px;
        margin: 0 20px;
        font-weight: 400;
    }
    .brarrrper h3:nth-child(odd){
      font-weight: normal;
    }
    .marque_items img {
        object-fit: contain;
        max-width: 100px;
        height: 100px;
        margin: 0 30px;
    }

    .counter-container {
        flex-wrap: wrap;
        margin: 10px;
    }
    .counter-item {
        text-align: center;
        width: 50%;
    }
    .counter {
        font-size: 36px;
    }
    .counter-container p {
        font-size: 16px;
    }
    .socel_icon,
    .menu_part {
        display: none;
    }


    .header_part {
        display: grid;
        grid-template-columns: 1fr  1fr;
       padding: 0 10px;
    }
    .mobile_menu{text-align: right;}
    .mobile_menu img{max-width: 25px;}



    .mobile__menu_top{
    position: fixed;
        top: 0; /* JS will set exact top to sit below the header */
        left: 0;
        width:100%;
        height: 100%;
        z-index: 2000; background-color: rgba(90,90,90,0.55); display: none;
        -webkit-overflow-scrolling: touch;
}




    body .mobile__menu {
        position: absolute; /* positioned inside overlay */
        top: 0; left: 0;
        width: 85%;
        height: 100%;
        z-index: 2001;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: #fff;
        box-shadow: 6px 0 24px rgba(0,0,0,0.12);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile__menu ul {
        padding: 0;
        list-style: none;
        /* position: fixed;
        top: 130px;
        left: 0; */
        width: 100%;
        background: #fff;
        width: 100%;
        height: fit-content;
        z-index: 9;
    }

    .mobile__menu ul li a {
        padding: 10px 20px;
        display: block;
        font-weight: bold;
        color: #5b5b5b;
    }

    /* mobile submenu toggle */
   .mobile__menu .has-dropdown > a::after {
    content: '';
    width:28px;
    height: 28px;
    float: right;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
    .mobile__menu .mobile-submenu { display: none; padding-left: 12px; }
    .mobile__menu .has-dropdown.open > .mobile-submenu { display: block; }

    .mobile__menu ul li .active {
        background: #e95821;
        color: #fff;
    }

    .mobile__menu ul li a {
        padding: 10px 20px;
        display: block;
        font-weight: bold;
        color: #5b5b5b;
    }

    .mobile_socel_icon {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        background-color: #5b5b5b;
        padding: 10px;
        width: 100%;
        height: 45px;
        position: sticky;
        bottom: 0;
        flex-shrink: 0;
        margin-top: auto;
        z-index: 10;
    }

    .mobile_socel_icon img {
        max-width: 30px;
    }
    .button {
        padding: 10px 20px;
        border-radius: 5px;

    }
.close_btn {
    position: fixed;
    right: 16px;
    top: 16px;
    border-radius: 6px;
    width: 40px;
    height: 40px; display: flex; align-items: center; justify-content: center; background-color: #fff; z-index: 2100; box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.close_btn img { max-width: 18px; display: block; }
body.mobile-menu-open { overflow: hidden; }
body.mobile-menu-open .anusmentbar { display: none; }

/* Ensure only the menu content scrolls when open */
body.mobile-menu-open .mobile__menu { overflow-y: auto; }


  }

/* ===== Tablet: show hamburger menu (668px – 1024px) ===== */
@media screen and (min-width:668px) and (max-width:1024px) {
    .mobile_menu { display: block; overflow: hidden; text-align: right; }
    .mobile_menu img { max-width: 25px; }
    .socel_icon, .menu_part { display: none; }
    .header_part { display: grid; grid-template-columns: 1fr 1fr; padding: 0 10px; }

    .mobile__menu_top {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        z-index: 2000;
        background-color: rgba(90,90,90,0.55);
        display: none;
        -webkit-overflow-scrolling: touch;
    }
    body .mobile__menu {
        position: absolute;
        top: 0; left: 0;
        width: 75%; max-width: 380px;
        height: 100%;
        z-index: 2001;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: #fff;
        box-shadow: 6px 0 24px rgba(0,0,0,0.12);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile__menu ul {
        padding: 0; list-style: none;
        width: 100%; background: #fff;
        height: fit-content; z-index: 9;
    }
    .mobile__menu ul li a {
        padding: 12px 24px; display: block;
        font-weight: bold; color: #5b5b5b;
        font-size: 16px;
    }
    .mobile__menu .has-dropdown > a::after { content: '\25BC'; float: right; font-size: 12px; margin-left: 8px; transform: translateY(2px); }
    .mobile__menu .mobile-submenu { display: none; padding-left: 12px; }
    .mobile__menu .has-dropdown.open > .mobile-submenu { display: block; }
    .mobile__menu ul li .active { background: #e95821; color: #fff; }
    .mobile_socel_icon {
        display: flex; align-items: center; gap: 15px;
        justify-content: center; background-color: #5b5b5b;
        padding: 10px; width: 100%; height: 55px;
        position: sticky; bottom: 0;
        flex-shrink: 0; margin-top: auto; z-index: 10;
    }
    .mobile_socel_icon img { max-width: 30px; }
    .close_btn {
        position: fixed; right: 16px; top: 16px;
        border-radius: 6px; width: 40px; height: 40px;
        display: flex; align-items: center; justify-content: center;
        background-color: #fff; z-index: 2100;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }
    .close_btn img { max-width: 18px; display: block; }
    body.mobile-menu-open { overflow: hidden; }
    body.mobile-menu-open .mobile__menu { overflow-y: auto; }
}

/* industries*/

p.line_industries {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}


.industries_part h2 b{
    -webkit-text-stroke: 3px #e9582100;
    -webkit-text-stroke-width: 3px;
    text-stroke: 3px #11214600;
    -webkit-text-stroke-width: 3px;
    background-image: linear-gradient(262deg,#112146 0%,#e95821 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: 500;
}


/* .experts */


.experts_main .slick-track {
    display: flex;
    align-items: center;
}


.experts_item {
    position: relative; margin:0 10px;

}

.experts_contant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    border-radius: 20px;
    display: none;
    align-content: center;
    text-align: center;
    color: #fff;
}
.experts_item:nth-child(even) .experts_contant{
    display: block;
}
.experts_item:hover .experts_contant{
    display: block;
}

.experts_contant h3{
    color: #fff;
}


.experts_item img {
    border-radius: 20px; display: block; width: 100%;

}


/* Client Testimonials */


.client_testimonials{
    background-color: #5b5b5b;
    padding: 20px;
    border-radius: 20px;  margin: 0 25px;
}


.client_testimonials_part {
    padding: 40px 0;
    color: #fff;
}

.client_testimonials_part h2{
    color: #fff;
}

.client_testimonials_item_bottom_image {
    display: grid;
    grid-template-columns: 1fr 8fr;
    align-items: flex-start;
}
.client_testimonials_left_image img {
    display: block;
    border-radius: 20px 0;
    max-width: 100px;
}

.client_testimonials_right_image p{
    color: #e95821;
}

.client_testimonials_left_image {
    background-color: #5b5b5b;
    border-radius: 0px 0px 20px 0px;
}
.client_cont_clnt p{
    margin: 0 0 15px;
}

.client_cont_clnt_img {
    text-align: right;
    padding-right: 25px; display: flex; justify-content: end; position: absolute;
    right:15px; bottom: 15px; top: auto;
}
.client_testimonials_item_bottom_part {
    color: #000;
 background-color: #fff; border-radius:20px ; margin:0 15px; height: 300px; position: relative;
}

.client_testimonials_contant {
    padding: 0 25px 25px;
    border-radius: 20px 0 20px 20px;
}
.client_testimonials_right_image {
    padding:8px 20px;
    border-radius: 20px 20px 0px 0px;
}
.client_testimonials_item_bottom .client_testimonials_item_bottom_part:nth-child(even) .client_testimonials_right_image h3,
.client_testimonials_item_bottom .client_testimonials_item_bottom_part:nth-child(even) .client_testimonials_right_image p {color: #fff;}

.client_testimonials_item_bottom_part:nth-child(even){
    background-color: #e95821; color: #fff;
}

.client_testimonials h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}





                                                    /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
                                                                                            contact
                                                    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.contact_us_deatls {
    margin: 10px 0;
    background: linear-gradient(185deg,#00294700,#033662);
    border-radius: 10px;
    padding: 30px 10px 20px;
}


.contact_us_deatls ul {
    list-style: none;
    text-align: center;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
}

.contact_us_deatls ul li span {
    background: red;
    display: block;
    width: 50px;
    height: 50px;
    align-content: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    margin: auto;
    border: 5px solid #fff;
}

.contact_us_deatls ul li{
    position: relative;
}
.contact_us_deatls ul li:first-child::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -70px;
    background-image: url(../image/firsti.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 40px;
    z-index:1;
    display: block;
}
.contact_us_deatls ul li:last-child:after {
    content: "";
    position: absolute;
    top:0px;
    left: -75px;
    background-image: url(../image/secondi.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 40px;
    z-index: 1;
    display: block;
}






.contact_us h2,
.contact_us{
    color: #fff;
}
.contact_us_right h2{
    margin:0 0 20px; color: #e95821; font-size: 36px;
}

.contact_us_d_contant ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center; gap: 30px; margin: 60px 0 30px;
}

.contact_us_d_contant ul li{
    background: linear-gradient(185deg,#00294700,#033662); border-radius: 20px; padding-bottom: 10px;
}

.image__q {
    text-align: left;
    margin-top: -25px;
    padding-left: 30px;
}


.contact_us_part {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.elementor-grid-item {
    width: 40px;
}
.elementor-grid-item svg {
    color: #e95821; fill:#e95821;
}


.contact_us_foram_part form {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 8px;
}
.contact_us_foram_part form select,
.contact_us_foram_part form textarea,
.contact_us_foram_part form input {
    padding: 15px;
    border-radius: 8px;
    border:1px solid #5a5a5a; width: 100%;
}

.contact_us_foram_part form textarea{
    width:100%; height: 120px;
}
.contact_us_foram_part form button{
    width: 100%;
}
.contact_us_foram_part form div{ flex-wrap: wrap;
    display: flex; align-items: center; gap: 15px;
}

.contact_us_foram_part form div input{
    max-width: 100%;
}


.contact_us_foram_part {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    margin:0 30px;
    padding: 30px;
}


/*  .let_get_touch_part*/

.let_get_touch_part ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; margin: 30px 0;
}

.let_get_touch_part ul li {
    background-color: #fff;
    padding: 10px; display: block; align-content: center;
}
.let_get_touch_item {
    display: grid;
    grid-template-columns: 2fr 8fr;
    align-items: center;
    padding: 10px 15px;
}

.let_get_touch_part ul li:hover{
    outline: 2px solid #e95821;
}



.have_question_part {
    background-color: #ecf1fd;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    max-width: 1000px;
    margin: auto; margin-top: -170px;

}
.let_get_touch_main{
    padding-bottom: 200px;
}

.have_question_items p span{
    color: #e95821;
}
.have_question_items p {
    font-weight:bold; font-size: 18px;
}
.have_question_items .button{
    max-width: 200px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%contact%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


@media screen and (max-width:667px) {

    .contact_us_part {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .contact_us_foram_part {
        margin: 0;

    }
    .contact_us_d_contant ul {

        gap: 8px;

    }
    .image__q {

        margin-top: -25px;
        padding-left: 0;
        text-align: center;
    }


.let_get_touch_part ul{
    grid-template-columns: 1fr;
}
.contact_us_deatls ul
 {
    overflow: auto;
    min-width: 100%; display: flex;
}
.contact_us_deatls ul li
{
    min-width: 80%;
}

.let_get_touch_item {
    display: flex;
   gap: 15px; align-items: flex-start;
}
.let_get_touch_image{
    width: 30%;
}
.let_get_touch_contant{
    width: 70%;
}

.have_question_part {
    grid-template-columns: 1fr;
    gap: 20px;
}
.have_question .h2,
.let_get_touch .h2{
font-size: 26px;
}
.contact_us .h2 {
    font-size: 30px;
}


}



/* potfilo page */


/* Portfolio filter — see the segmented-control rules below. */





/* These filters are <button>s, so the UA border must be cleared explicitly —
   otherwise they render as grey outlined boxes. */
.potfilo_items_nav .tab{
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #5b5b5b;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: color .28s ease;
}
.potfilo_items_nav .tab:hover{
    color: #112146;
    transform: none;
    box-shadow: none;
}
.potfilo_items_nav .tab.active,
.potfilo_items_nav .tab.active:hover{ color: #fff; }
.potfilo_items_nav .tab:focus-visible{
    outline: 2px solid #112146;
    outline-offset: 2px;
}

/* How many projects sit behind each filter. Written by app.js; the :empty rule
   keeps the layout clean if the script never runs. */
.potfilo_items_nav .tab_count{
    padding: 2px 7px;
    border-radius: 999px;
    background: #e2e7ee;
    color: #6b7688;
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    transition: background-color .28s ease, color .28s ease;
}
.potfilo_items_nav .tab.active .tab_count{
    background: rgba(255,255,255,.24);
    color: #fff;
}
.potfilo_items_nav .tab_count:empty{ display: none; }

/* The travelling highlight. Position is measured in JS and passed in as
   --tab-x / --tab-w. */
.potfilo_items_nav__thumb{
    position: absolute;
    top: 5px;
    left: 0;
    width: var(--tab-w, 0);
    height: calc(100% - 10px);
    border-radius: 999px;
    background: #e95821;
    box-shadow: 0 3px 10px rgba(233,88,33,.3);
    transform: translateX(var(--tab-x, 0));
    transition: transform .42s cubic-bezier(.36,.66,.2,1),
                width .42s cubic-bezier(.36,.66,.2,1);
    opacity: 0;
    pointer-events: none;
}
.potfilo_items_nav.has-thumb .potfilo_items_nav__thumb{ opacity: 1; }

/* Fallback when JS can't measure the thumb: colour the active pill directly so
   the control still reads correctly. */
.potfilo_items_nav:not(.has-thumb) .tab.active{ background: #e95821; }

@media (prefers-reduced-motion: reduce){
    .potfilo_items_nav__thumb{ transition: none; }
}





.container_part {
    padding: 0  50px;
}
.potfilo_items_nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
    width: fit-content;
    max-width: 100%;
    margin: 26px auto 32px;
    padding: 5px;
    border: 1px solid #e4e9ef;
    border-radius: 999px;
    background: #f1f4f8;
    box-shadow: inset 0 1px 2px rgba(17,33,70,.05);
}


.potfilo_items_contant ul {
    list-style: none;
    display: grid; padding: 0; gap: 15px; row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}



.potfilp_image {
    height: 350px;
    overflow: hidden; border-radius: 10px; position: relative; z-index: 2;
}




.potfilp_image_main{

background-repeat: no-repeat;
 background-size: cover; padding: 30px; border-radius: 10px; position: relative;
}

.potfilp_image img{
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
    width: 100%;
    height: 100%;  inset: 0%;
    transition: object-position 2.0s ease-in-out !important;
}
.potfilp_image:hover img{
    object-position: bottom;
    transition: object-position 2.0s ease-in-out !important; cursor: pointer;
}




.potfilo_items_contant ul li:nth-child(odd)
.potfilp_image_main::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e9582191;
    border-radius: 10px;
}


.potfilo_items_contant ul li:nth-child(even)
.potfilp_image_main::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#5b5b5bcf;
    border-radius: 10px;

}


.potfilo_items_contant h3 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 26px;
    text-transform: capitalize;
}

.other_name{
    color: #e95821; display: inline-flex; gap: 5px; align-items: center; margin-top: 0;
}
.other_name span{
    display: block; width:7px; height: 7px; border-radius: 50%; background-color: #e95821; margin: 0 2px;
}


.potfilo_items_contant{
    display: none;
}
.potfilo_items_contant.active{
    display:block;
}

.potfilo__page section{
    overflow: hidden;
}


/* (cursor + transition for .potfilo_items_nav .tab are set with the
   segmented-control rules above — a blanket `transition:0.3s` here used to
   override them.) */








                                                        /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                                                                            footer
                                                        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.footer_part {
    display: flex;
    gap: 20px; padding: 20px;
}

.footer_items{
    width: 33%;
}

.footer_image {
    max-width: 250px;
    margin: auto;
}


.footer__bottom_part p {
    text-align: center;
}
.footer__bottom_part p b a{

    color: #e95821; font-weight: bold;
}


.container_part_footer {
    margin: 30px;
    background-color: #ffffff;
    border-radius: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    /* background-image: url(../image/image_footer.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;  */
}




footer{
    background-color: #f0f2f4; padding: 50px 0;
}


.footer__bottom_part p {
    text-align: center;
    margin: 0;
    padding: 25px;
    background-color: #5b5b5b24;

    border-radius: 0 0 20px 20px;
}

.footer_items h2 {
    color:#e95821;
    font-weight: bold;
    margin: 10px 0;
}

.footer_items {
    padding: 20px;
}
.footer_items ul {
    padding: 0;
    list-style: none;
}

.footer_items:nth-child(2){
    padding-left:80px;
}

.footer_items ul li{
    padding: 10px 0;
}
.footer_items h3,
.footer_items ul li a{
    color: #5b5b5b; font-weight: bold; display: block;
}
.footer_items ul li .active,
.footer_items ul li a:hover{
    color: #e95821; font-weight: bolder;
}

.footer_right_anusmentbar {
    display: flex; align-items: center; gap: 10px;
}
.footer_right_anusmentbar a img {
    width: 30px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


@media screen and (max-width:667px) {
    .footer_part {
        display: flex;
        gap: 0px;
        padding:10px;
        flex-wrap: wrap;
    }

    .footer_items:nth-child(1){
        width:100%;
    }
    .footer_items:nth-child(2),
    .footer_items:nth-child(3){
        width:43%;
    }
    .footer_items:nth-child(2){
        padding: 0px;
    }

    .container_part_footer {
        margin: 15px; margin-bottom: 0;

    }
    footer{
        padding-bottom: 0;
    }
    .footer_items{
        padding:0px;
    }

    .footer_items h3{
        font-size: 18px;
    }
    .footer_items p,
    .footer_items p a{
        font-size: 14px;
    }
    .footer_items ul li {
        padding: 8px 0;
    }
    .footer_items h2 {
        font-size: 20px;
    }

    .client_testimonials_item_bottom_image {
        align-items: flex-start;
    }
    .client_testimonials {
        padding: 0;
        margin: 0 10px;
    }
    .client_testimonials_contant {
        padding: 15px;

    }
    .client_testimonials_right_image {
        padding: 10px;

    }
    .client_cont_clnt p {
        margin: 0;
    }
    .footer_right_anusmentbar a img {
        width:20px;
    }

    section{
        padding: 2rem 0;
    }
}




/*-------------------------------------------------------about-----------------------------------------------------------*/

.about_main img{
    background-image: url(../image/about-thumb-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.about_main {
    position: relative;
}
.about_part {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    transform: translate(10px, -50%);
}

.about_items {
    display: grid;
    gap: 10px; align-items: center;
    grid-template-columns: 1fr 1fr;
}
.about_right {
    text-align: center;
}

.about_right span {
    font-size: 220px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background: url(../image/about-thumb-1.webp);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: 75%;
}

.about_left .button{
    width: fit-content;
}

.about_items_linktwo {
    color: #5b5b5b;
    display: flex;
    align-items: center;
    gap: 12px; font-weight: bold;
}

.about_items_linktwo svg {
    background-color: #5b5b5b;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
}

.about_about_contant .industries_part{
    display: grid; align-items: center; gap: 10px;  grid-template-columns: 2fr 1fr;
}
.about_about_contant .industries_part .line_industries svg {
    background-color: #5b5b5b2b;
    max-width: 100%;
    padding: 10px;
    border-radius: 50%;
}

.multipal_part {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.multipal_items {
    background-color: #f2f2f2;
    border-radius: 20px;
    position: relative;
    padding:60px 30px 40px;
    text-align: center;  position: relative;
}
.multipal_items::after{
content: "";
position: absolute;
top: 0; left: 0;
right: 0; bottom: 0;
background-color: #f2f2f2;
width: 100%;
border-radius: 20px;z-index: -1; transition:1s;

}
.multipal_items:hover:after{
  top: -15px;  transition:1s; box-shadow: 0px 2px 10px 0px rgba(21, 36, 34, 0.1);

}



.multipal_top_part {
    background-color: #f2f2f2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid #ffff;
    display: block;
    align-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0%); transition:1s;
}


.multipal_items:hover .multipal_top_part{
    /* width:65px;
    height:65px;  */
    border: 15px solid #ffff;
    transition:1s;
}



.multipal_top_part h3{
    font-weight: bold;
}





/* ----------------------------------------------------------- */

.mission_and_values_di_part{

    height: 100%;
    width: 100%;
    mask-repeat: no-repeat;
    overflow: hidden;
    border-radius: 6px;
    background-position: center center;
    /* -webkit-mask-position-x: right;    */
      -webkit-mask-size: cover;
}

.mission_and_values_d_i {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color:#fff;
    border-radius: 20px; margin-bottom:30px;
}

.mission_and_values_di_part {
    width: 50%; padding: 25px;
}
.mission_and_values_di_part:last-child{
    width: 50%; padding: 0;
}

.mission_and_values_di_part h2 {
    font-weight: bold;
    font-size: 26px;
}

.mission_and_values_di_part .button {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px; transition:1s;
}
.mission_and_values_di_part .button:hover{
    gap: 15px; transition:1s;
}

.mission_and_values_part {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}

.mission_and_values_d_i img{
    display: block; width: 100%;
}


.left-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;

  }

  .mission_and_values_itemstwo {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto; scrollbar-width: none;
  }


  /* ---------------------------------------------------------------------------------------------------------------------------------- */
  .meet_our_team_image {
    background-color:#e95821;
    padding: 5px 15px 0;
    border-radius: 20px; position: relative;
}

  .meet_our_team_items {
    padding: 88px 0  0; position: relative; margin: 0 10px;
}

.meet_our_team_image img {
    margin-top: -80px;
    display: block;
}

.meet_our_team_contant {
    width: 80%;
    background: #fff;
    position: absolute;
    top: auto;
    left: 50%;
    padding: 8px 15px;
    transform: translate(-50%, 0);
    border-radius: 20px;
    bottom:30px;
    text-align: center;
}
.meet_our_team_contant p {
    margin:8px 0;
}

.meet_our_team_part {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; */
    margin: 60px 0 40px;
}


.meet_our_team_image img {
    margin-top: -80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.meet_our_team_contant h3 a {
    font-weight: bold;
    font-size: 20px;
}

.meet_our_team .h2 b {
    color:#e95821; position: relative;
}

.meet_our_team .h2 b::after{
    content: "";
    position:absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    width: 100%;
    height:100%;
    background-image: url(../image/c5iqeow5h8gm8iopf81.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.meet_our_team_items:nth-child(even) .meet_our_team_image{
    background-color: #5a5a5a;
}


/* ------------- blink dott  */
.meet_our_team .h2{
    position: relative; z-index: 1;
}
.heding_section_hover {
    position: absolute;
    left: -30px;
    z-index: -1;
}

.circle {
    border-radius: 50%;
    background-color:#e95821;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    display: block!important;
    animation: scaleIn 4s infinite cubic-bezier(.36,.11,.89,.32);
}

@keyframes scaleIn {
	from {
		transform: scale(.5, .5);
		opacity: .5;
	}

	to {
		transform: scale(2.0, 2.0);
		opacity: 0;
	}
}


/* --------------------------------------------------about responcive------------------------------------- */

@media screen and (max-width:667px) {

    .about_about_contant .industries_part {
        gap: 0;
        grid-template-columns: 1fr;
    }
    .multipal_part {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .mission_and_values_part {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .left-sidebar {
        position: inherit;
        top: 0;
        height: auto;
    }
    .mission_and_values_d_i {
        gap: 0; flex-direction: column-reverse;
    }
    .mission_and_values_di_part {
        width: 100%;
        padding: 25px;
    }
    .mission_and_values_di_part:last-child {
        width: 100%;
        padding: 0;
    }
    .mission_and_values_di_part p,
    .mission_and_values_di_part h2 {
        padding: 0 20px;
    }
    .mission_and_values_di_part a{
        margin-left: 20px;
    }

    .about_part {
        position:inherit;
        transform: translate(0); padding: 20px 0;
    }

    .about_items {
        gap: 0;
        grid-template-columns: 1fr;
    }
    section.about_about_contant {
        padding-top: 0;
    }
    .about_right span {
        font-size: 120px;

    }
    .mission_and_values {
        overflow: hidden;
    }

}




/*--------------------------------------------------------------------*/
.services_part {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; padding: 25px 0;
}


.services_items {
  background-color: #fff;
    padding:30px;
    color: #5b5b5b;
    border-radius: 20px;
    position: relative; overflow: hidden;  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.services_items:hover{
   background-color: #e95821; color: #fff; cursor: pointer;
}

.service_dot {
    position: absolute;
    top: -30px;
    right: 15px;
    z-index: 1; display: none;
}

.services_items:hover .service_dot{
    display: block;
}
.services_items svg {
    margin-bottom: 10px;
}
.services_items svg path{
    fill:#5b5b5b;
}

.services_items:hover svg path{
    fill:#fff;
}
.services_items h2,
.services_items h4{
    color: #5b5b5b; margin: 8px 0 10px; font-weight: bold;
}
.services_items a{
    color: #5b5b5b; display: flex; align-items: center; gap: 5px; width: 100%; display: block;
}
.services_items a svg{
    margin: 0;
}
.services_items a:hover svg{
margin-left: 8px; transition:1s;
}

.services_items:hover a{
    color: #fff;
}
.services_items:hover h2,
.services_items:hover h4{
color: #fff;
}
.services_main .h2{
    position: relative; z-index: 2;
}
.services_main .heding_section_hover{
    z-index: 1;
}



.services_main .service_dot .circle {
    border-radius: 50%;
    background-color:#fff;
    width:100px;
    height: 100px;
    position: absolute;
    opacity: 0;
    display: block!important;
    animation: scaleIn 4s infinite cubic-bezier(.36,.11,.89,.32);
}

/* ---------------------------------------------------------------- */

@media screen and (max-width:1199px) {
    .services_part {
   grid-template-columns: 1fr 1fr;

    }




}


@media screen and (max-width:667px) {

    .services_part {
        grid-template-columns: 1fr;
    }
    .services_main .h2 {
        text-align: center;
        font-size: 30px;
    }
    .services_main .h2 .heding_section_hover {
        position: absolute;
        left: -5px;
    }
    .services_main .h2 .heding_section_hover .circle{
        width: 30px; height: 30px; background-color: #e95821;
    }


}

/* ----------------------------Technologies we work with---------------------------------- */

h2.h2 {
    position: relative;
}
.technologies_nav {
    display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    border-bottom: 2px solid #f4f4f4; margin:40px 0 25px;
}

.technologies_nav a {
    padding: 15px;
    display: block;
    font-size: 20px;
    font-weight: 600; display: block; position: relative; text-align: center;
}

.technologies_nav a::after{
    content: "";
    position: absolute;
    top: auto; bottom: 0; left: 0; right: 0;
    border-bottom:2px solid #e95821;
    width: 100%; height: 2px; display: none;
}
.technologies_nav a.active,
.technologies_nav a:hover{
    color: #e95821;
}
.technologies_nav a.active::after,
.technologies_nav a:hover:after{
    display: block;
}
.technologies_nav a:hover{
    color: #e95821;
}

.technologies_logo_part {
    align-items: center;
    display: flex; justify-content: center; padding: 25px 0;
    flex-wrap: wrap;
}

.technologies_logo_part  .logo_part{
    width: 16.66%;
    padding:30px 15px; text-align: center; background: transparent;
}
.technologies_logo_part  .logo_part h3 {
    margin-top: 15px;
}


.technologies_logo_part  .logo_part:hover h3 {
    color: #e95821;
}

.technologies_logo_part  .logo_t img {
    width: 120px;
    height: 70px;
    object-fit: contain;
    filter: grayscale(1);
}
.technologies_logo_part  .logo_part:hover img{
    filter: inherit;
}

.technologies_logo_part  .logo_part:hover{
    background: #fbfbfb; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; border-radius:10px;
}



.technologies_logo_part {
    display: none;
}
.technologies_logo_part.active{
    display:flex;
}

.technologies_main{
    overflow: hidden;
}


.technologies_logo_part  .tab {
    cursor: pointer;
    transition: 0.1s;
  }


/* ----------------------------------------------------------------- */
@media screen and (max-width:667px) {

  .technologies_nav a {
    padding: 10px  10px;
    font-size: 16px;
    text-align: left;
    min-width: fit-content;
    width: fit-content;
}

.technologies_nav {
    display: flex;
    margin:25px 0;
    overflow: auto;
}
.technologies_logo_part  .logo_t img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: grayscale(1);
}
.technologies_logo_part {
    padding: 0;
}
.technologies_logo_part  .logo_part {
    width: fit-content;
    padding: 15px;
    text-align: center;
    background: transparent;
}

.technologies_main .h2 {
    font-size: 30px;
}

}




/*services_main_part  */
.services_main_part,
.services__services {
  position: relative;
}

.services__services::before {
    content: "";
    position: absolute;
    top: 50px;
    left:45%;
    background-image: url(../image/shopify-logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1; cursor: pointer;
    width: 100px;
    height: 100px;  animation: move 8s linear infinite alternate;
}
.services__services::after{
    content: "";
    position: absolute;
    bottom: 50px;
 top: auto;    left: 80px;
    background-image: url(../image/wordpress__logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    width: 100px; cursor: pointer;
    height: 100px;   animation: moveAndRotate 8s linear infinite alternate;
}

@keyframes move {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    100% {
        transform: translateX(80px) rotate(360deg);
    }
  }

  @keyframes moveAndRotate {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(70px) rotate(360deg);
    }
  }



.services_main_part::before{
    content: "";
    position: absolute;
    top: 50px;
    right:-45px;
    background-image: url(../image/magento-logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1; cursor: pointer;
    width: 100px;
    height: 100px;  animation: move 8s linear infinite alternate;
}

.services_main_part::after{
    content: "";
    position: absolute;
    bottom: 50px;
 top: auto;    right: -80px;
    background-image: url(../image/salesforce-logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    width: 100px; cursor: pointer;
    height: 100px;  animation: movee 8s linear infinite alternate;
}


@keyframes movee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100px);
    }
  }






.services_main_part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.services_main_item img {
    max-width: 100%;
     border-radius: 20px;
}

.services_main_item:last-child{
    text-align: center;
}
.services_main_item .h2 {
     z-index: 1;
}

.services__services  svg {
    background-color:#e95821;
    max-width: 100%;
    padding: 10px;
    border-radius: 50%; stroke: #fff; animation: rotate 2s linear infinite;
}





.services__services b i{
    color: #e95821;
}
.services__services h2 b {
    color: #e95821;
}

.line_industries svg,
.services__services svg {
    animation: rotateAnimation 5s linear infinite;
  }

  @keyframes rotateAnimation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }



/* work_way_main */
section.work_way_main {
    text-align: center;
}

.work_way_main .h2{
    color: #e95821; font-weight: bold; text-align: center;
}


.top__part_title {
    background-color: #000000bd;
    padding: 50px;
    color: #fff;
}

.top__part_title h2 {
    font-size: 70px;
    color:#e95821;
}

section.let__contact .contact_us_right {
    max-width: 800px;
    margin: 50px auto;
}

.services_main_item .h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ----------------------------------------------------------------- */
@media screen and (max-width:667px) {

.services_main_part {
    display: grid;
    grid-template-columns: 1fr;
    gap:15px;
    align-items: center;
}
.services_main_part::before {
    top: 20px;
    right: 15px;
}
.services_main_part::after {
    right:0px;

}
.services__services::after{
    left: 0;
}


@keyframes move {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    100% {
        transform: translateX(30px) rotate(360deg);
    }
  }

  @keyframes moveAndRotate {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    100% {
      transform: translateX(30px) rotate(360deg);
    }
  }
  .services__services::before {
    top: 50%;
    left: 0;

}

.services_main_item:first-child {
    padding: 50px 15px 0;
}
.services_main_item:last-child img {
    max-width: 200px;
    display: block;
    margin: auto;
}
.services_main_item .h2 b {
    font-size: 36px;
}
.top__part_title h2 {
    font-size: 30px;
}
section.let__contact .contact_us_right {
    margin: 0px auto;
}


.let__contact .contact_us_foram_part{
    padding: 30px 15px;
}

.services__services{
    background-position: left;
}


}



/* -------------------------------image width text-------------------------- */
.image_width_text_items {
    display: flex;
    flex-wrap: wrap; align-items: center;
}
.image_width_text_right,
.image_width_text_left {
    width: 50%;
}

.image_width_text_right {
    text-align: center;
}

.image_width_text_right_image {
    position: relative;
}

.image_image_contant {
    position: absolute;
    top:14px;
    left:0;
     animation: dance3 8s ease-in-out infinite alternate; width: 100%; height: 100%;
}
.image_width_text_left .h2 {
    font-size: 40px;
    font-weight: bold;
}




@keyframes dance3 {
    0% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }

  .image_width_text_right_image img {
    max-width: 600px;
    max-height: 600px;
}

/* ----------------------------------------------------------------- */
@media screen and (max-width:667px) {

.image_width_text_items {
 flex-wrap: nowrap;
    flex-direction: column;
}
.image_width_text_right,
.image_width_text_left {
    width: 100%;
}
.image_width_text_right_image img {
    max-width: 100%;
    max-height: fit-content;
}

.services_main_part::before,
.services_main_part::after,
.services__services::after,
.services__services::before{
  width: 60px; height: 60px;
}

.potfilo_items_contant ul {
    display: block;
}
.potfilp_image_main {
    padding: 10px ;
}

.container_part {
    padding: 0  15px;
}
.potfilo_items_nav {
    width: auto;
    margin: 18px 0 22px;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.potfilo_items_nav::-webkit-scrollbar{ display: none; }
.potfilo_items_nav .tab{ padding: 10px 15px; font-size: 14px; }
/* ---- Accessibility / production utilities (added in audit) ---- */
.visually-hidden{
    position:absolute !important;
    width:1px;height:1px;
    padding:0;margin:-1px;
    overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);
    white-space:nowrap;border:0;
}
.button{cursor:pointer;}
img{height:auto;}
:focus-visible{outline:2px solid #e95821;outline-offset:2px;}
} /* close @media (max-width:667px) */


/* =============================================
   SHOPIFY TIPS — BLOG SECTION
   Scoped to #shopify-tips so ID specificity (1,0,0)
   beats all conflicting global element rules like
   img{height:auto} or a{color:#000} — no !important.
============================================= */

#shopify-tips {
    background: #ffffff;
    padding: 64px 24px 72px;
}



#shopify-tips .blog-section__heading {
    margin-bottom: 44px;
}

#shopify-tips .blog-section__title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

/* max-width:unset beats enhancements.css  svg{max-width:100%} */
#shopify-tips .title-underline {
    display: block;
    width: 170px;
    height: 14px;
    max-width: unset;
}

/* Grid — mobile-first: 1 → 2 → 3 columns */
#shopify-tips .blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 640px) {
    #shopify-tips .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    #shopify-tips .blog-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Card */
#shopify-tips .blog-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

#shopify-tips .blog-card:hover {
    border-color: #F4821F;
    box-shadow: 0 8px 32px rgba(244, 130, 31, 0.18);
    transform: translateY(-4px);
}

#shopify-tips .blog-card[data-hidden="true"] {
    display: none;
}

@keyframes cardFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0);    }
}

#shopify-tips .blog-card.is-visible {
    animation: cardFadeIn 0.4s ease both;
}

/* Card image — height:100% wins over img{height:auto} via ID specificity */
#shopify-tips .blog-card__img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    flex-shrink: 0;
    display: block;
}

#shopify-tips .blog-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform 0.45s ease;
}

#shopify-tips .blog-card:hover .blog-card__img-wrap img {
    transform: scale(1.05);
}

/* Card body */
#shopify-tips .blog-card__body {
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
}

#shopify-tips .blog-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.55;
    margin: 0;
    flex: 1;
}

/* color + font-size beat  a{color:#000; font-size:16px}  via ID specificity */
#shopify-tips .blog-card__read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #F4821F;
    text-decoration: none;
    letter-spacing: 0.3px;
}

#shopify-tips .read-more-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #F4821F;
    border-radius: 50%;
    flex-shrink: 0;
}

/* See More / See Less button */
#shopify-tips .blog-section__cta {
    text-align: center;
    margin-top: 48px;
}

#shopify-tips .btn-toggle {
    background: #F4821F;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.25s ease, transform 0.2s ease;
}

#shopify-tips .btn-toggle:hover  { background: #d96e0f; transform: scale(1.04); }
#shopify-tips .btn-toggle:active { transform: scale(0.97); }





/* =============================================
   OUR WORK — PORTFOLIO SECTION
   Scoped to #our-work via ID for high specificity
============================================= */

#our-work {

    padding: 60px 0px;
}



#our-work .our-work__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 36px;
}

#our-work .our-work__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    #our-work .our-work__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    #our-work { padding: 60px 40px; }
    #our-work .our-work__grid { grid-template-columns: repeat(3, 1fr); }
}

#our-work .portfolio-card {
    cursor: pointer;
    transition: transform 0.3s ease;
}

#our-work .portfolio-card:hover {
    transform: scale(1.02);
}

#our-work .portfolio-card__box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    height: 420px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

#our-work .portfolio-card:hover .portfolio-card__box {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.20);
}

#our-work .portfolio-card__hero {
    flex: 0 0 55%;
    overflow: hidden;
}

#our-work .portfolio-card__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

#our-work .portfolio-card:hover .portfolio-card__hero img {
    transform: scale(1.05);
}

#our-work .portfolio-card__strip {
    flex: 1;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

#our-work .portfolio-card__strip-img {
    flex: 1;
    overflow: hidden;
}

#our-work .portfolio-card__strip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

#our-work .portfolio-card:hover .portfolio-card__strip-img img {
    transform: scale(1.05);
}

#our-work .portfolio-card__label {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(10, 10, 10, 0.72);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 6px;
    z-index: 10;
}

#our-work .portfolio-card__category {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 14px;
    padding-left: 2px;
}

/* Mobile horizontal scroll for Our Work */
@media (max-width: 767px) {
    #our-work .our-work__grid {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        padding-bottom: 16px;
        padding-right: 10%;
        scrollbar-width: none;
        grid-template-columns: unset;
    }
    #our-work .our-work__grid::-webkit-scrollbar {
        display: none;
    }
    #our-work .our-work__grid .portfolio-card {
        flex: 0 0 80%;
        scroll-snap-align: start;
        min-width: 80%;
    }
}

/* ---- Footer ---- */
footer.footer-home-page { background-color: #f0f2f4 !important; padding: 50px 0 0; }
.footer-hp__container { margin: 30px; background-color: #ffffff; border-radius: 20px; margin-bottom: 0; }
.footer-hp__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1.2fr; gap: 0; padding: 20px; align-items: start; }
.footer-hp__col { padding: 20px; }
.footer-hp__logo-img { max-width: 200px; height: auto; display: block; margin: auto; margin-bottom: 16px; }
.footer-hp__col h2 { color: #e95821 !important; font-weight: bold; margin: 10px 0; }
.footer-hp__col h2.footer-hp__dark { color: #5b5b5b !important; }
.footer-hp__col h3 { color: #5b5b5b !important; font-weight: bold; }
.footer-hp__col p { color: #5b5b5b; font-size: 14px; font-weight:bold; }
.footer-hp__col p a { color: #5b5b5b; text-decoration: none; font-size: 14px; display:flex; font-weight:bold; }
.footer-hp__col p a:hover { color: #e95821; }
.footer-hp__col ul { list-style: none; padding: 0; margin: 0; }
.footer-hp__col ul li { padding: 10px 0; }
.footer-hp__col ul li a { color: #5b5b5b; font-weight: bold; display: block; text-decoration: none; }
.footer-hp__col ul li a:hover { color: #e95821; font-weight: bolder; }
.footer-hp__social { display: flex; gap: 10px; margin-top: 16px; }
.footer-hp__social a img { width: 30px; height: 30px; }
.footer-hp__cta-btn {
    display: block; background: #e95821; color: #fff !important; text-align: center;
    padding: 14px 16px; border-radius: 6px; font-size: 15px; font-weight: 600;
    text-decoration: none; margin: 14px 0; transition: background 0.2s;
}
.footer-hp__cta-btn:hover { background: #c9481a; color: #fff !important; }
.footer-hp__clutch { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.footer-hp__clutch-reviewed { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: #888; font-weight: 700; display: block; margin-bottom: 2px; }
.footer-hp__clutch-name { font-size: 24px; font-weight: 900; color: #111 !important; letter-spacing: -1px; line-height: 1; display: block; }
.footer-hp__clutch-stars { color: #e8202d; font-size: 13px; display: block; }
.footer-hp__clutch-reviews { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #888; font-weight: 700; display: block; }
.footer-hp__bottom { text-align: center; margin: 0; padding: 25px; background-color: rgba(91,91,91,0.14); border-radius: 0 0 20px 20px; }
.footer-hp__bottom p { margin: 0; color: #5b5b5b; }
.footer-hp__bottom a { color: #5b5b5b; text-decoration: none; }
.footer-hp__bottom a.footer-hp__brand { color: #e95821 !important; font-weight: bold; }
@media screen and (max-width: 900px) { .footer-hp__grid { grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 600px) {
    .footer-hp__grid { grid-template-columns: 1fr; padding: 10px; }
    .footer-hp__container { margin: 15px; margin-bottom: 0; }
    footer.footer-home-page { padding-bottom: 0; }
    .footer-hp__col h3 { font-size: 18px; }
    .footer-hp__col p, .footer-hp__col p a { font-size: 14px; }
    .footer-hp__col ul li { padding: 8px 0; }
    .footer-hp__col h2 { font-size: 20px !important; }
}

/* ---- Premium CTA Banner ---- */
section.pcta {
    padding: 60px 24px;
   
}
section.pcta .pcta__card {
    background: #5a5a5a;
    border-radius: 30px;
    padding: 40px 56px;
    display: grid;
    grid-template-columns: 180px 280px 1fr auto;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    transition: opacity 0.6s ease, transform 0.6s ease;
}
section.pcta .pcta__card.pcta--ready {
    opacity: 0;
    transform: translateY(40px);
}
section.pcta .pcta__card.pcta--visible {
    opacity: 1;
    transform: translateY(0);
}
section.pcta .pcta__card::before { display: none; }
section.pcta .pcta__card::after { display: none; }
section.pcta .pcta__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
section.pcta .pcta__logo-badge {
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: none;
}
section.pcta .pcta__logo img {
    width: 44px;
    height: auto;
    display: block;
}
section.pcta .pcta__logo-text {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}
section.pcta .pcta__media {
    display: flex;
    align-items: center;
}
section.pcta .pcta__media img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    border-radius: 20px;
    display: block;

}
section.pcta .pcta__body { padding: 0 8px; }
section.pcta .pcta__heading {
    font-size: 32px ;
    font-weight: 800 ;
    color: #fff ;
    line-height: 1.2 ;
    margin: 0 0 10px ;
    letter-spacing: -0.5px;
}
section.pcta .pcta__sub {
    font-size: 15px;
    color: #fff ;
    margin: 0;
    line-height: 1.6;
}
section.pcta .pcta__action { display: flex; align-items: center; }
section.pcta .pcta__btn {
    display: inline-block;
    background: #e95821;
    color: #ffffff ;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 38px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(233,88,33,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
section.pcta .pcta__btn:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 28px rgba(233,88,33,0.4);
    background: #c9481a;
    color: #ffffff ;
}
@media (max-width: 1024px) {
    section.pcta .pcta__card {
        grid-template-columns: 150px 1fr auto;
        gap: 28px; padding: 36px 36px;
    }
    section.pcta .pcta__media { display: none; }
    section.pcta .pcta__heading { font-size: 26px ; }
}
@media (max-width: 640px) {
    section.pcta { padding: 30px 16px; }
    section.pcta .pcta__card {
        grid-template-columns: 1fr;
        padding: 30px 24px; gap: 20px;
        text-align: center; border-radius: 20px;
    }
    section.pcta .pcta__logo { justify-content: center; }
    section.pcta .pcta__heading { font-size: 22px ; }
    section.pcta .pcta__sub { font-size: 14px; }
    section.pcta .pcta__action { justify-content: center; }
    section.pcta .pcta__btn { width: 100%; text-align: center; padding: 16px 24px; }
}

/* ----------------------------Shopify services (build / grow)---------------------------------- */

.shopify_services_section{ background:#ffffff; }
.shopify_services_grid{
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 40px;
    align-items: start;
}
.services_badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fdece3;
    color: #e95821;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .03em;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
}
.shopify_services_heading{
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 18px;
}
.shopify_services_heading .hl{
    background-image: linear-gradient(262deg,#112146 0%,#e95821 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.shopify_services_intro p{ color: #5a5a5a; margin-bottom: 26px; }
.shopify_services_cta{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: auto;
}
.shopify_services_cta .cta_arrow{
    width: 30px; height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex; align-items: center; justify-content: center;
    flex: 0 0 auto;
}
.shopify_trust_row{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}
.shopify_trust_icon{
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    flex: 0 0 auto;
}
.shopify_trust_icon img{ width: 100%; height: 100%; object-fit: contain; }
.shopify_trust_stars{ display: flex; gap: 2px; margin-bottom: 4px; }
.shopify_trust_row p{ margin: 0; color: #5a5a5a; font-size: 14px; }
.shopify_trust_row p b{ color: #000; }

.shopify_services_cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.shopify_service_card{
    position: relative;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(17,33,70,0.06);
}
.shopify_service_num{
    position: absolute;
    top: 18px; right: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #e95821;
    background: #fdece3;
    padding: 3px 9px;
    border-radius: 20px;
}
.shopify_service_icon{
    width: 58px; height: 58px;
    border-radius: 50%;
    background: #fdece3;
    color: #e95821;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
    flex: 0 0 auto;
}
.shopify_service_icon svg{ width: 28px; height: 28px; stroke: #e95821 !important; stroke-width: 1.8; color: #e95821; }
.shopify_service_card h3{ font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.shopify_service_card p{ color: #5a5a5a; font-size: 14px; margin-bottom: 18px; }
.shopify_service_link{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #e95821;
    font-size: 14px;
}
.shopify_service_link .link_arrow{
    width: 26px; height: 26px;
    border-radius: 50%;
    background: #fdece3;
    display: flex; align-items: center; justify-content: center;
    flex: 0 0 auto;
}
.shopify_service_link .link_arrow svg{ width: 11px; height: 11px; }

.shopify_stats_strip{
    margin-top: 50px;
    background: #fdece3;
    border-radius: 20px;
    padding: 40px 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.shopify_stat_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    position: relative;
}
.shopify_stat_item:not(:last-child)::after{
    content: "";
    position: absolute;
    right: -10px; top: 10%;
    height: 80%; width: 1px;
    background: #f3c7ad;
}
.shopify_stat_icon{
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #e95821;
    display: flex; align-items: center; justify-content: center;
}
.shopify_stat_icon svg{ width: 28px; height: 28px; stroke: #e95821 !important; stroke-width: 1.8; color: #e95821; }
.shopify_stat_item strong{ font-size: 18px; font-weight: 800; display: block; }
.shopify_stat_item span{ font-size: 13px; color: #5a5a5a; }

@media (max-width: 1024px){
    .shopify_services_grid{ grid-template-columns: 1fr; gap: 30px; }
    .shopify_services_cards{ grid-template-columns: 1fr 1fr; }
    .shopify_services_heading{ font-size: 30px; }
    .shopify_stats_strip{ grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
    .shopify_stat_item:nth-child(3n)::after{ display: none; }
}
@media (max-width: 667px){
    .shopify_services_cards{ grid-template-columns: 1fr; }
    .shopify_services_heading{ font-size: 26px; }
    .shopify_stats_strip{ grid-template-columns: repeat(2, 1fr); padding: 30px 20px; }
    .shopify_stat_item:nth-child(2n)::after{ display: none; }
}

/* ----------------------------Trusted By brands marquee---------------------------------- */

.trusted_by_section{ background:#ffffff; }
.trusted_by_grid{
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    gap: 40px;
}
.trusted_by_content{ max-width: 520px; }
.trusted_by_label{
    color: #000;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 6px;
}
.trusted_by_heading{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
}
.trusted_by_heading span{
    background-image: linear-gradient(262deg,#112146 0%,#e95821 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.trusted_by_content p{ color: #5a5a5a; }
.trusted_by_content .button{ display: inline-block; }

.trusted_by_marquee_wrap{ overflow: hidden; }

.mockup_columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    height: 620px;
}
.mockup_col{
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
@keyframes pis-mockup-scroll-up{
    from{ transform: translate3d(0, 0, 0); }
    to{   transform: translate3d(0, -50%, 0); }
}
.mockup_col_track{
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    animation: pis-mockup-scroll-up var(--mockup-col-duration, 30s) linear infinite;
}
.mockup_col--1 .mockup_col_track{ --mockup-col-duration: 26s; margin-top: -60px; }
.mockup_col--2 .mockup_col_track{ --mockup-col-duration: 34s; animation-direction: reverse; }
.mockup_col--3 .mockup_col_track{ --mockup-col-duration: 30s; margin-top: -30px; }

@media (hover: hover) and (pointer: fine){
    .mockup_col:hover .mockup_col_track{ animation-play-state: paused; }
}

.mockup_card{
    flex: 0 0 auto;
    width: 100%;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 4px rgba(17,33,70,0.14);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.mockup_card--short{ height: 220px; }
.mockup_card--medium{ height: 300px; }
.mockup_card--tall{ height: 380px; }
.mockup_card_bar{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f2f4;
    flex: 0 0 auto;
}
.mockup_dot{
    width: 8px; height: 8px; border-radius: 50%;
    background: #d8dbe2;
    display: inline-block;
}
.mockup_card_url{
    margin-left: 8px;
    font-size: 11px;
    color: #9aa0ab;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mockup_card_img{
    flex: 1 1 auto;
    overflow: hidden;
}
.mockup_card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

@media (max-width: 1024px){
    .trusted_by_grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .trusted_by_content{ max-width: 100%; text-align: center; }
    .trusted_by_content .button{ margin: 0 auto; }
    .trusted_by_heading{ font-size: 32px; }
    .mockup_columns{ height: 520px; }
}
@media (max-width: 667px){
    .trusted_by_label{ font-size: 20px; }
    .trusted_by_heading{ font-size: 26px; }
    .mockup_columns{ grid-template-columns: 1fr 1fr; height: 440px; }
    .mockup_col--3{ display: none; }
    .mockup_card--short{ height: 170px; }
    .mockup_card--medium{ height: 220px; }
    .mockup_card--tall{ height: 280px; }
}

.visually-hidden {
    display: none;
}