.cart-product-name {
            display: inline;
            max-width: 70px;
            white-space: normal;
            /* word-wrap: break-word; */
            vertical-align: top;
        }

        #mailchimp-subscription-form1 {
            position: relative;
        }

        #mailchimp-subscription-form1 .icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
        }

        @media (max-width: 700px) {
            .cart_buttons {

                margin-bottom: 10px;
            }

            #ftco-navbar {
                background: #fff !important;
            }

            #ftco-navbar .nav-link,
            #ftco-navbar .fa {
                color: #000 !important;
                padding: 0.3rem 0.3rem;
            }

            #ftco-nav .fa-shopping-cart,
            #ftco-nav .fa-search {
                display: none !important;
            }

        }

        @media(max-width: 768px) {

            .cart_buttons {

                margin-bottom: 10px;
            }

            #ftco-navbar {
                background: #fff !important;
            }

            #ftco-navbar .nav-link,
            #ftco-navbar .fa {
                color: #000 !important;
            }

            #ftco-nav .fa-shopping-cart,
            #ftco-nav .fa-search {
                display: none !important;
            }
        }

        .custom-nav button {
            background: #405487;
            color: #fff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 5px;
            font-size: 18px;
        }

        .custom-nav button:hover {
            background: #405487;
        }

        .testimony-section .owl-dots .owl-dot.active,
        .testimony-section .owl-dots .owl-dot:focus {
            background: #405487 !important;
        }

        .right-sidebar {
            position: fixed;
            top: 0;
            right: -400px;
            width: 400px;
            height: 100vh;
            background: #fff;
            z-index: 99999;
            padding: 20px;
            transition: all 0.4s ease;
            overflow-y: auto;
            box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
        }

        .right-sidebar.active {
            right: 0;
        }

        .close-btn {
            font-size: 30px;
            cursor: pointer;
            float: right;
        }

        .sidebar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .overlay1 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 9999;
            display: none;
        }

        .overlay1.active {
            display: block;
        }



        .project-wrap .img .price1 {
            position: absolute;
            bottom: -8px;
            right: 20px;
            display: inline-block;
            background: #4986fc;
            color: #fff;
            padding: 2px 10px;
            font-size: 16px;
            font-weight: 500;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .card-box {
            background: #fff;
            border-radius: 10px;
            padding: 15px;
            text-align: center;
            height: 265px;
        }

        .img-box {
            width: 100%;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .school-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

        .name {
            font-size: 16px;
            font-weight: 600;
        }


        .floating-buttons {
            position: fixed;
            bottom: 80px;
            right: 20px;
            z-index: 99999;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .call-btn {
            width: 55px;
            height: 55px;
            background: #0dc152;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            text-decoration: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
            transition: 0.3s ease;
            animation: pulse 1.8s infinite;
        }

        .whatsapp-btn {
            width: 55px;
            height: 55px;
            background: #25d366;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            text-decoration: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
            transition: 0.3s ease;
            animation: pulse 1.8s infinite;
        }

        .call-btn:hover,
        .whatsapp-btn:hover {
            transform: scale(1.15) rotate(4deg);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.5);
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0px rgba(37, 211, 102, 0.4);
            }

            50% {
                transform: scale(1.06);
                box-shadow: 0 0 18px rgba(37, 211, 102, 0.6);
            }

            100% {
                transform: scale(1);
                box-shadow: 0 0 0px rgba(37, 211, 102, 0.4);
            }
        }

        @media (max-width: 768px) {
    .call-btn,
    .whatsapp-btn {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

        .swiper-button-next,
        .swiper-button-prev {
            color: #fff;
            background-color: #0000002e;
        }

.mypublishSlider .swiper-slide{
    display:flex;
    justify-content:center;
}

/*.publisher-name-box {
    margin-top: 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;

    width: 200px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #333;
}*/


.img-wrap {
        position: relative;
    }

    .img-wrap .badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 10;
        background-color: #198754;
        border-radius: 20px !important;
        padding: 4px 10px;
        color: #fff;
    }

    .img-wrap .img {
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        border-radius: 5px;
    }

    .block-27 {
        display: flex;
        justify-content: center;
    }

    .block-27 ul {
        display: flex;
        gap: 15px;
        padding: 0;
        list-style: none;
    }

    .block-27 ul li a,
    .block-27 ul li span {
        border: 1px solid #ddd;
        background-color: #f1f1f1;
        color: #333;
        border-radius: 50px;
        text-decoration: none;
        font-size: 14px;
    }

    .block-27 ul li a:hover {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }

    .block-27 ul li.active span {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }


    @media(max-width:768px) {
        .sticky-sidebar {
            display: none !important;
        }
    }

    @media(max-width:700px) {
        .sticky-sidebar {
            display: none !important;
        }
    }

    .left-sidebar {
        width: 0;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }

    .left-sidebar.open {
        width: 260px;
    }

    .close-btn {
        font-size: 28px;
        cursor: pointer;
    }


    .sticky-sidebar {
        position: sticky;
        top: 75px;
        height: calc(100vh - 75px);
        overflow-y: auto;
    }

    .tm-owl-thumbs {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 10px;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0;
      }

      .tm-owl-thumb-item {
        border: 2px solid transparent;
        cursor: pointer;
        transition: border-color 0.3s ease, transform 0.3s ease;
      }

      .tm-owl-thumb-item.active {
        /*      border: 2px solid #ff7b00;*/
        transform: scale(1.05);
        border-radius: 4px;
      }

      .tm-owl-thumb-item img {
        width: 70px;
        height: 70px;
        object-fit: cover;
      }

      .tm-owl-thumb-carousel div {
        display: none;
      }

      .tm-owl-thumb-carousel div.active {
        display: block;
      }

      .tm-owl-thumb-carousel img {
        width: 100%;
        height: auto;
        border-radius: 5px;
      }

      .product-image-layout {
        display: flex;
        align-items: flex-start;
        float: right;
      }

      .left-thumbs {
        width: 120px;
      }

      .tm-owl-thumbs {
        display: flex;
        flex-direction: column;
        gap: 15px;
      }

      .tm-owl-thumbs li {
        list-style: none;
      }

      .tm-owl-thumbs li img {
        width: 65%;
        height: auto;
        border-radius: 6px;
        border: 2px solid transparent;
        cursor: pointer;
        transition: 0.3s;
      }

      .tm-owl-thumbs li img:hover {
        border-color: #000;
      }

      .right-main-image {
        flex: 1;
        max-width: 400px;
      }

      .right-main-image img {
        border-radius: 12px;
        width: 350px;

      }

      @media(max-width: 768px) {

        .right-main-image img {
          border-radius: 12px;
          width: 250px;

        }

        .left-thumbs {
          width: 22%;
          display: flex;
          flex-direction: row;
          gap: 5px;
        }

        .tm-owl-thumbs {
          flex-direction: row;
        }
      }

      .star-rating .star {
        font-size: 28px;
        cursor: pointer;
        color: #ccc;
      }

      .star-rating .star.selected,
      .star-rating .star.hover {
        color: gold;
      }

      #mailchimp-subscription-form1 {
        position: relative;
      }

      #mailchimp-subscription-form1 .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
      }

      .custom-gallery-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.92);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        color: #fff;
      }

      .custom-gallery-wrapper {
        max-width: 90vw;
        max-height: 90vh;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .custom-gallery-image {
        max-width: 100%;
        max-height: 78vh;
        object-fit: contain;
        border-radius: 4px;
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.6);
        background: #111;
      }

      .cg-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.45);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
        transition: background .12s ease;
      }

      .cg-btn:hover {
        background: rgba(0, 0, 0, 0.65);
      }

      .cg-prev {
        left: -70px;
      }

      .cg-next {
        right: -70px;
      }

      .cg-close {
        position: absolute;
        top: -45px;
        right: 0;
        width: 44px;
        height: 44px;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.45);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }

      .cg-icon {
        width: 18px;
        height: 18px;
        fill: #fff;
      }

      .cg-counter {
        position: absolute;
        left: 12px;
        top: -60px;
        font-size: 14px;
        opacity: .9;
      }

      .cg-thumbs {
        margin-top: 12px;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 6px 4px;
        max-width: 90vw;
      }

      .cg-thumb {
        width: 70px;
        height: 70px;
        flex: 0 0 auto;
        object-fit: cover;
        border-radius: 4px;
        cursor: pointer;
        opacity: .6;
        border: 2px solid transparent;
      }

      .cg-thumb.active {
        opacity: 1;
        border-color: #eee;
      }

      @media (max-width: 700px) {
        .cg-prev {
          left: 8px;
        }

        .cg-next {
          right: 8px;
        }

        .cg-btn {
          width: 44px;
          height: 44px;
        }

        .custom-gallery-image {
          max-height: 60vh;
        }

        .cg-thumbs {
          max-width: 95vw;
        }

        .cg-thumb {
          width: 56px;
          height: 56px;
        }
      }

      .star {
        cursor: pointer;
        font-size: 22px;
        color: #ccc;
        user-select: none;
      }

      .star.selected {
        color: #f2b01e;
      }

      .star:hover,
      .star.hover {
        color: #f2b01e;
      }


      .img.align-self-stretch {
        background-size: cover;
        background-position: center;

        border-radius: 8px;
    }

    .staff {
        width: 100%;
    }

    .custom-project {
              width: 850px;
              max-width: 100%;
              background: #fff;
              margin: 0 auto;
              display: block;
            }

            .title-full {
              display: block;
              width: 100%;
              background: #fff;
            }

            @media (max-width: 768px) {
              .project-wrap {
                width: 100% !important;
                margin: 10 !important;
              }

              .order_mode {
                margin-right: 85px;
              }

            }

            .blog-desc{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.6;
max-height: 3.2em;
}

/*.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover
{
    color: #000;
}*/
.mediaSwiper {
width:100%;
height:auto;
}

.mediaSwiper .swiper-slide{
text-align:center;
display:flex;
justify-content:center;
align-items:center;
}

.mediaSwiper img,
.mediaSwiper video{
width:100%;
max-height:500px;
object-fit:contain;
}


.project-wrap .img-fullwidth {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.project-wrap .faded {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity .22s ease-in-out;
    z-index: 2;
    pointer-events: none;
}

.project-wrap:hover .faded {
    opacity: 1;
    pointer-events: auto;
}

.project-wrap .faded ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrap .faded ul li a {
    display: inline-block;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 16px;
    color: #000 !important;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

    .contact_map{
        height: 400px;
        width: 100%;
    }

    @media (max-width: 700px) {

        .contact_map{
        height: 400px;
        width: 100%;
    }
        }

        @media(max-width: 768px) {

            .contact_map{
        height: 400px;
        width: 100%;
    }
        }

.ftco-about .skill-imgs {
    border: 15px solid #f5f3f3 !important;
}

.phone-view{
    display:none;
}

.systeam-iew{
    display:block;
}

@media (max-width: 767px){
    .phone-view{
        display:block !important;
    }

    .systeam-iew{
        display:none !important;
    }
}

@media (min-width: 768px){
    .phone-view{
        display:none !important;
    }

    .systeam-iew{
        display:block !important;
    }
}


.testimony-sections{
position:relative;
}

/* .testimony-sections .overlay{
position:absolute;
right:0;
top:0;
width:66.6666%;
height:320px;
background-size:cover;
background-position:center;
} */
 .testimony-sections .overlay{
position:absolute;
right:0;
top:0;
width:66.6666%;
/* height:100%; */
min-height:320px;
background-size:cover;
background-position:center;
}

.testimony-sections .heading-section{
width:33.3333%;
}

.container-details{
width:100%!important;
max-width:100%!important;
margin-top:0px;
position:relative;
z-index:2;
overflow:visible;
}




.carousel-testimony{
overflow:hidden!important;
}


.owl-nav{
position:absolute;
top:-60px;
right:20px;
}

.owl-nav button{
width:40px;
height:40px;
background:#fff!important;
border-radius:50%;
margin-left:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.owl-nav button span{
font-size:22px;
color:#333;
}

@media (max-width: 768px){

.testimony-sections .overlay{
width:100%;
height:200px;
display: none;
}

.container-2{
margin-top:-40px;
}





.owl-nav{
top:-45px;
right:10px;
}

}

@media (max-width: 480px){

.testimony-sections .heading-section{
width:100%;
}



.carousel-testimonys .testimony-wrap p{
font-size:14px;
}

.user-img{
width:35px!important;
height:35px!important;
}

}
.testimony-sections{
position:relative;
padding-bottom:80px;
}
.systeam-iew{
position:relative;
z-index:1;
/*margin-top:40px;*/
margin-top:70px;
}


/*Website Search Modal*/

.suggestion-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    z-index: 99999;
    margin-top: 100px !important;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    color: #000;
}

.suggestion-item:hover {
    background: #f1f1f1;
}
.modal-content {
    overflow: visible !important;
}
#modalSearch {
    position: relative;
    z-index: 100000;
    border: 5px solid rgb(131 124 124);
}


        .banner-wrapper {
            position: relative;
            width: 100%;
        }

        .banner-wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        .banner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #e449ad;
            opacity: 0.6;
        }

        .banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            z-index: 2;
            color: #fff;
        }

        .banner-content h2 {
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .banner-content .btn {
            margin-top: 90px;
        }


.mypublishSlider {
    display: none;
}

@media (max-width: 767px) {

    .mypublishSlider {
        display: block !important;
    }

    .publisherTopSlider,
    .publisherBottomSlider {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .mypublishSlider {
        display: none !important;
    }

    .publisherTopSlider,
    .publisherBottomSlider {
        display: block !important;
    }
}
.publisherTopSlider,
.publisherBottomSlider {
    width: 100%;
    padding: 20px 40px;
}

.swiper-wrapper {
    display: flex !important;
}

.publisherTopSlider .swiper-slide,
.publisherBottomSlider .swiper-slide {
    width: calc((100% - 80px) / 5) !important;
}

.swiper-slide {
    flex-shrink: 0 !important;
    height: auto;
}

.publisher-card {
    text-align: center;
    background: #ffffff;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    height: 100%;
}

.publisher-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.publisher-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: block;
}

.publisher-card p {
    margin-top: 5px;
    font-size: 14px;
}
    .board-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.board-card:hover {
    transform: translateY(-5px);
}

.board-img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.board-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.home-slides {
    position: relative;
}

.home-slides .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
    pointer-events: none;
}

.home-slides .owl-nav button.owl-prev,
.home-slides .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
    background: #405487 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.home-slides .owl-nav button.owl-prev {
    left: 15px;
}

.home-slides .owl-nav button.owl-next {
    right: 15px;
}

    #categorySuggestion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-top: 5px;
    max-height: 250px;
    overflow-y: auto;
}


/*Other Page Banners Phone View*/

@media (max-width:768px) {

        .hero-wrap.hero-wrap-2 {
            height: 200px !important;
            overflow: hidden;
        }

        .hero-wrap.hero-wrap-2 img {
            position: absolute !important;
            top: 0 !important;
            left: 0;
            width: 100%;
            height: 200px !important;
            object-fit: cover;
        }

        .hero-wrap .slider-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: auto !important;
            width: 100%;
        }

        .hero-wrap .bread {
            font-size: 20px;
        }

        .hero-wrap .breadcrumbs {
            font-size: 12px;
        }

    }

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .scrolled.awake img {
    max-height: 75px;
    padding-left: 10px !important;
    
}
}

.block-23 ul li .icon,
        .block-23 ul li .text-contact {
            font-size: 20px !important;
        }
@media (max-width: 991px) {
    .floating-buttons {
        display: none !important;
    }
}
    @media (max-width: 767px) {

    .custom-counter-fix .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .custom-counter-fix .col-md-3 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        margin-bottom: 15px !important;
    }

    .custom-counter-fix .block-18 {
        justify-content: center !important;
        text-align: center !important;
        padding: 10px !important;
    }

    .custom-counter-fix .icon img {
        width: 40px !important;
        height: auto !important;
    }

    .custom-counter-fix .number {
        font-size: 18px !important;
    }

    .custom-counter-fix span {
        font-size: 14px !important;
    }
}
.product-line-result{
    color: #405487;
}

@media (max-width: 767.98px) {
    .heading-section .heading-title {
        
        float: left;
    }

    .heading-section .heading-btns{
        float: right;
    }
}

@media (max-width: 767px) {
    .about-images {
        display: none !important;
    }

    .foot-logo{
       display: none !important; 
    }

}

.carousel-testimonys {
    position: relative;
}

.carousel-testimonys .owl-nav {
    position: absolute;
    top: -60px;
    right: 20px;
    display: flex !important;
    gap: 10px;
}

.carousel-testimonys .owl-nav.disabled {
    display: flex !important;
}

.carousel-testimonys .owl-nav button {
    background: #fff !important;
    color: #405487 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-testimonys .owl-prev,
.carousel-testimonys .owl-next {
    position: static !important;
}

@media (min-width: 768px) {
    .carousel-testimonys .owl-nav {
        display: block !important;
    }
}