
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit;
  }
  
section{
    width: 100%;
    float: left;
}

.card{
    background-color: var(--gray);
    margin-bottom: 25px;
    border: solid 1px #e0e6f7;
    border-radius: 8px;
}
.card p span {
    color: #A0ABBB;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}
.card p, .numBox p{
    color: var(--text-color);
    font-size:14px;
    line-height: 20px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.card ul li {
    margin: 3px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    background: #000;
    background-color: #eff3fc;
    color: var(--text-color);
    padding: 7px 10px;
    border-radius: 5px;
    line-height: 20px;
}
.numBox span{
    line-height: inherit;
}
.numBox {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border: solid 1px #e0e6f7;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.clientLogo ul li {
    width: 23%;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border: solid 1px #e0e6f7;
    text-align: center;
}

.clientLogo ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.clientLogo ul li img {
    width: 90%;
}
.clientLogo ul li:last-child {
    width: 48%;
}

.swiper .numBox.p-3 {
    text-align: center;
}
.p-100{
    padding:100px 0;
}
.swiper .numBox.p-3 h6{
   margin-top: 10px;
}

.happyClient .numBox {
}
.happyClient{margin-bottom: 100px;}
.numBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
    background: #b83e3e;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background: #f0f0f0;
}
nav.nav.w-nav-menu {
    align-items: center;
}
.nav{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
}
.button-6:hover {
    color: #fff;
}
.div-block-55.gkgk.fhgf img {
    width: 25%;
    border: solid 5px #919191dd;
    margin-bottom: 15px;
}
.divnexBrands {
    display: flex;
    width: 80%;
    margin: auto;
    gap: 10px;
}
.divnexBrands .html-embed-3 {
    position: relative;
    width: 33.33%;
    height: 200px;
}
.newfelicitation {
    background: #000;
    width: 100%;
}

.newfelicitation img.image-39 {
    width: 32.33%;
    margin: 0.5%;
    float: left;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next{
    color:#000;
}

#photos {
  height: 1000px;
  position: relative;
}
#photos .posi_absolute {
  position: absolute;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
#photos .posi_absolute:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.98);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.98);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.98);
  transition: all 200ms ease-in;
  transform: scale(0.98);
}
#photos .posi_absolute a {
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
#photos .itemOne {
  width: 30%;
  height: 35%;
}
#photos .itemTwo {
  width: 30%;
  height: 35%;
  left: 30%;
}
#photos .itemThree {
  width: 20%;
  height: 63%;
  left: 60%;
}
#photos .itemFour {
  width: 15%;
  height: 28%;
  top: 35%;
  left: 30%;
}
#photos .itemFive {
  width: 20%;
  height: 60%;
  top: 0;
  right: 0;
}
#photos .itemSix {
  width: 30%;
  height: 28%;
  top: 35.1%;
}
#photos .itemSeven {
  width: 15%;
  height: 28%;
  top: 35%;
  left: 45%;
}
#photos .itemEight {
  width: 14%;
  height: 37%;
  top: 63%;
  left: 0;
}
#photos .itemNine {
  width: 36%;
  height: 37%;
  top: 63%;
  left: 44%;
}
#photos .itemTen {
  width: 20%;
  height: 40%;
  top: 60%;
  left: 80%;
}
#photos .itemEleven {
  width: 30%;
  height: 37%;
  top: 63%;
  left: 14%;
}
#photos .itemTwelve {
  width: 40%;
  height: 33.3333333333%;
  top: 66.6666666667%;
  left: 20%;
}
.rowLogo {
  
}
@media (max-width: 1366px) {
  #photos {
    height: 700px;
  }
}
@media (max-width: 991px) {
  #photos {
    height: 500px;
  }
}
#photosJourney {
  height: 2000px;
  position: relative;
}
#photosJourney .posi_absolute {
  position: absolute;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
#photosJourney .posi_absolute:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.98);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.98);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.98);
  transition: all 200ms ease-in;
  transform: scale(0.98);
}
#photosJourney .posi_absolute a {
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
#photosJourney .itemOne {
  width: 32%;
  height: 20%;
}
#photosJourney .itemTwo {
  width: 31%;
  height: 20%;
  left: 32%;
}
#photosJourney .itemThree {
  width: 37%;
  height: 20%;
  right: 0;
}
#photosJourney .itemFour {
  width: 36%;
  height: 19%;
  top: 20%;
  left: 34%;
}
#photosJourney .itemFive {
  width: 30%;
  height: 19%;
  top: 20%;
  right: 0;
}
#photosJourney .itemSix {
  width: 34%;
  height: 19%;
  top: 20%;
}
#photosJourney .itemSeven {
  width: 28%;
  height: 20%;
  top: 39%;
  left: 25%;
}
#photosJourney .itemEight {
  width: 25%;
  height: 15%;
  top: 39%;
  left: 0;
}
#photosJourney .itemNine {
  width: 30%;
  height: 18%;
  left: 25%;
  top: 59%;
}
#photosJourney .itemTen {
  width: 30%;
  height: 20%;
  left: 53%;
  top: 39%;
}
#photosJourney .itemEleven {
  width: 30%;
  height: 23%;
  left: 25%;
  bottom: 0;
}
#photosJourney .itemTwelve {
  width: 40%;
  height: 33.3333333333%;
  top: 66.6666666667%;
  left: 20%;
}

@media (max-width: 1366px) {
  #photosJourney {
    height: 1220px;
  }
}
@media (max-width: 991px) {
  #photosJourney {
    height: 500px;
  }
}
.div-block-213 .swiper-wrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.div-block-213 .swiper-wrapper .swiper-slide {
    width: 11%;
}
.item12.posi_absolute {width: 17%;height: 30%;right: 0;top: 39%;}
.item13.posi_absolute {
    width: 25%;
    height: 16%;
    left: 0;
    top: 54%;
}
.item16.posi_absolute {bottom: 0;width: 28%;height: 41%;right: 17%;}

.item15.posi_absolute {
    bottom: 0;
    width: 17%;
    height: 31%;
    right: 0;
}

.item14.posi_absolute {
    bottom: 0;
    width: 25%;
    height: 30%;
    left: 0;
}
.hngfssyt .div-block-59 {
    margin: 0;
}

.hngfssyt .div-block-59 .div-block-55.gkgk.fhgf {
    margin: 0;
}
.collage {
  position: relative;
  width: 100%;
 float:left;
}

.collage img {
  
   /* Keep size constant */
  height: 150px;
  opacity: 0.8; /* Slight transparency */
   /* Slight tilt for collage effect */
  transition: transform 0.3s ease, opacity 0.3s ease;
   /* Small margin around each image */
}
/* Click to enlarge the image */
.collage img:active {
  transform: scale(2) rotate(0deg); /* Enlarge the image by 2x and reset rotation */
  z-index: 100; /* Bring the image to the front */
  opacity: 1; /* Make it fully opaque */
}
/* Updated positions with increased space 
.collage img:nth-child(1) { top: 10px; left: 20px; z-index: 1; }
.collage img:nth-child(2) { top: 80px; left: 150px; z-index: 2; transform: rotate(4deg); }
.collage img:nth-child(3) { top: 150px; left: 250px; z-index: 3; }
.collage img:nth-child(4) { top: 230px; left: 50px; z-index: 4; transform: rotate(-8deg); }
.collage img:nth-child(5) { top: 50px; left: 380px; z-index: 5; }
.collage img:nth-child(6) { top: 300px; left: 200px; z-index: 6; transform: rotate(6deg); }
.collage img:nth-child(7) { top: 350px; left: 450px; z-index: 7; }
.collage img:nth-child(8) { top: 250px; left: 600px; z-index: 8; transform: rotate(-2deg); }
.collage img:nth-child(9) { top: 130px; left: 700px; z-index: 9; }
.collage img:nth-child(10) { top: 420px; left: 100px; z-index: 10; transform: rotate(5deg); }
.collage img:nth-child(11) { top: 480px; left: 250px; z-index: 11; transform: rotate(-5deg); }
.collage img:nth-child(12) { top: 530px; left: 400px; z-index: 12; }
.collage img:nth-child(13) { top: 580px; left: 520px; z-index: 13; transform: rotate(4deg); }
.collage img:nth-child(14) { top: 630px; left: 150px; z-index: 14; }
.collage img:nth-child(15) { top: 280px; left: 680px; z-index: 15; transform: rotate(-6deg); }
.collage img:nth-child(16) { top: 180px; left: 850px; z-index: 16; }
.collage img:nth-child(17) { top: 530px; left: 620px; z-index: 17; transform: rotate(3deg); }
.collage img:nth-child(18) { top: 480px; left: 750px; z-index: 18; }
.collage img:nth-child(19) { top: 590px; left: 850px; z-index: 19; transform: rotate(-3deg); }
.collage img:nth-child(20) { top: 200px; left: 780px; z-index: 20; }
.collage img:nth-child(21) { top: 700px; left: 250px; z-index: 21; }
.collage img:nth-child(22) { top: 380px; left: 850px; z-index: 22; transform: rotate(4deg); }
.collage img:nth-child(23) { top: 650px; left: 500px; z-index: 23; }
.collage img:nth-child(24) { top: 750px; left: 100px; z-index: 24; transform: rotate(-4deg); }
.collage img:nth-child(25) { top: 600px; left: 900px; z-index: 25; transform: rotate(5deg); }

/* Hover effect */
.collage img:hover {
  transform: scale(1.5); /* Scale up on hover */
  opacity: 1; /* Increase opacity on hover */
  background: #fff;
  z-index:999999;
  position:relative;
}
.div-block-36.fsg.fg.hjj.mm{
padding:0 !important;    
height:auto !important;
}
.div-block-36.fsg.fg.hjj.mm .div-block-70{
    margin:50px 0;
}

.div-block-55.gkgk.fhgf .collage img {
    width: 23%;
    margin: 0.5%;
    border: none;
    box-shadow: 3px 3px 10px #e1e1e1;
    border: solid 1px #ededed;
}
p, ul {
            color: #555;
        }
        ul {
            list-style-type: disc;
            padding-left: 20px;
        }
        a {
            color: #007BFF;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        .contantWebsite h1 {
    font-size: 30px;
    line-height: 40px;
}

.section-title {
    font-size: 22px;
    line-height: 30px;
}

.contantWebsite h3 {
    font-size: 17px;
    line-height: 22px;
}

.contantWebsite {
    padding: 50px 0;
}

.html-embed-1.w-embed {
    width: 100%;
    height: 580px;
    margin: auto;
}
.mobilefixbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 99999;
    background: #000;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
}
.desktop-show{
           display:block;
    }
    .mobile-show{
     display:none;
    }
@media (max-width:768px) {
    .mobilefixbtn {
 display: flex;
}
    .desktop-show{
        display:none;
    }
    .mobile-show{
        display:block;
    }
        .swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
    top: 54%;
}
.heading-31.fff.fsf{
    margin-bottom:100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}
        .div-block-55.gkgk.fhgf .collage img{
            width:100%;
            margin-bottom:10px;
        }
.happyClient{
    margin:0;
}
    .p-100{
        padding:50px 0;
    }
}