/*
 Theme Name:   Kadence Child Theme
 Theme URI:    https://uzairulhasan.pages.dev/
 Description:  Kadence Child Theme
 Author:       Uzair ul Hasan
 Author URI:   https://uzairulhasan.pages.dev/
 Template:     kadence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child-theme
 Text Domain:  kadencechildtheme
*/

.tmarquee{
    position: relative;
  width: 100%;
  max-width: 100%;
  height: 60px;
  overflow-x: hidden;
}

.tmmt-track {
    display: flex;
    align-items:center;
  
  white-space: nowrap; 
   will-change: transform; 
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-80%); }
}
.tmmt-track .carousel-item{
    box-shadow: none;
}

.tmmt-track .carousel-item img{
    width:20%;
    max-width: 50px;
}
.tmmt-track .carousel-item p{
    font-weight: 200 !important;
}

.tmmt-track .carousel-item{
    position: relative;
}
.tmmt-track .carousel-item::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #b1b1b1;
    right: -25px; 
    top:0;
}

@media(max-width: 500px){
    .tmmt-track {
        gap: 80px;
    }
    .tmmt-track .carousel-item{
        display:flex !important;;
        flex-direction: row !important;
        margin: 0px 50px 0px 50px;
    }
    .tmmt-track .carousel-item img{
    width:50%;
    max-width: 90px;
}
    .tmmt-track .carousel-item::before{
    
    height: 60%;
    right: -90%; 
    top:20%;
}
}



.header-cta {
    display:flex;
    gap:20px;
    
}
.header-cta_email,
.header-cta_phone{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px
    
}
.cta-right p{
    margin:0 ;
}

.ttm-homr-boxes{
    position: relative;
    transition: .7s all;
    cursor: pointer;
}
.ttm-homr-boxes:hover{
    transform: translateY(-10px);
}
.ttm-homr-boxes:hover h4{
    color: var(--global-palette1) !important
}
/* hero text */
 .tmmt-main-heading {
    display: inline-block;
    overflow: hidden;
    white-space: pre-wrap;
  }

  .tmmt-main-heading span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px); /* slide up effect */
    animation: fadeUp 0.6s forwards;
  }

  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

 .carousel {
      width: 100%;
/*       max-width: 1000px; */
      overflow: hidden;
      position: relative;
      background: #fff;
      padding: 20px 0;
      border-radius: 12px;
/*       box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
    }

    .carousel-track {
      display: flex;
      animation: scroll 20s linear infinite;
    }

    .carousel-item {
      flex: 0 0 auto;
			display:flex;
      width: 300px;
      text-align: center;
      margin: 0 20px;
	  gap: 10px;
    }

    .carousel-item img {
      width: 80px;
      height: auto;
      display: block;
      margin: 0 auto 10px;
    }

    .carousel-item p {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      color: #333;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


/* services section */
.service-box .kt-inside-inner-col{
    position: relative;
    overflow:hidden;
  transition: .7s all;
}
.service-box .kt-inside-inner-col:hover{
  border-color: var(--global-palette1);
  background-color:#CCEBFF;
  cursor: pointer;
  transform: translateY(-10px);
}
.service-box .kt-inside-inner-col:hover h4{
  color: var(--global-palette1);
}
.service-box .kt-inside-inner-col:hover p{
  color: var(--global-palette1);
}
.service-box .kt-inside-inner-col::after{
    content: "";
    position: absolute;
    width:100%;
    height: 50%;
    left:0;
    bottom:0;
    
}

.service-box.box-1 .kt-inside-inner-col::after{
	content:"";
     background-image: url(/wp-content/uploads/2025/09/Mask-group.png);
    background-repeat: no-repeat;
     background-size: 100% 100%;
}
.service-box.box-2 .kt-inside-inner-col::after{
	content:"";
	background-image: url(/wp-content/uploads/2025/09/Mask-group2.png);
    background-repeat: no-repeat;
     background-size: 100% 100%;
}
.service-box.box-3 .kt-inside-inner-col::after{
	content:"";
     background-image: url(/wp-content/uploads/2025/09/Mask-group-3.png);
    background-repeat: no-repeat;
     background-size: 100% 100%;
}
.service-box.box-4 .kt-inside-inner-col::after{
	content:"";
     background-image: url(/wp-content/uploads/2025/09/Mask-group-4.png);
    background-repeat: no-repeat;
     background-size: 100% 100%;
}
.work-box{
    position:relative;
}
svg.arrow-up,
svg.arrow-down,
svg.arrow-up2{
    position:absolute;
    top: 25%;
    right: -50px;
}
/***************************************************
 * Generated by SVG Artista on 9/29/2025, 5:25:38 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .arrow1-1 {
  stroke-dashoffset: 220.98110961914062px;
  stroke-dasharray: 220.98110961914062px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .arrow1-1 {
  stroke-dashoffset: 441.96221923828125px;
}


/***************************************************
 * Generated by SVG Artista on 9/29/2025, 5:43:35 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .arrow2-1 {
  stroke-dashoffset: 196.70623779296875px;
  stroke-dasharray: 196.70623779296875px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .arrow2-1 {
  stroke-dashoffset: 393.4124755859375px;
}

.home-list {
  list-style: disc inside;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.home-list li {
  position: relative;
  margin: 10px 0;
  padding-bottom: 3px;
  overflow: hidden;
}

/* underline element */
.home-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #0074d9;
  width: 0;
  animation: underline 10s infinite;
}

/* stagger delays */
.home-list li:nth-child(1)::after { animation-delay: 0s; }
.home-list li:nth-child(2)::after { animation-delay: 2s; }
.home-list li:nth-child(3)::after { animation-delay: 4s; }
.home-list li:nth-child(4)::after { animation-delay: 6s; }
.home-list li:nth-child(5)::after { animation-delay: 8s; }

@keyframes underline {
  0%   { width: 0; }
  10%  { width: 100%; }
  20%  { width: 0; }
  100% { width: 0; }
}

/* bottom carousel */

.carousel {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      /* background: #f8f8f8; */
      padding: 20px 0;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .carousel-item {
      flex: 0 0 23%; /* 5 items per view = 100/5 */
      max-width: 23%;
      padding: 10px;
	  box-shadow: 0px 0px 10px #cacaca;
		border-radius:10px;
		display:flex;
		justify-content:center;
		align-items:center;
    }
.carousel-item img{
	margin-bottom: 0px;
}
   

    .carousel-item .img-container {
      background: #fff;
      /* border: 1px solid #ddd; */
      display: flex;
      justify-content: center;
      align-items: center;
      height: 110px; /* fixed height for all */
      
    }

    .carousel-item img {
		width:100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    .carousel-dots {
      text-align: center;
      margin-top: 50px;
    }

    .carousel-dots button {
      width:  10px ;
      height: 10px ;
      margin: 5px;
      border: none;
		padding:0;
      border-radius: 100%;
      background: #bbb;
      cursor: pointer;
    }

    .carousel-dots button.active {
      background: #333;
    }

.carousel.top-car .carousel-item{
    box-shadow:none;
}

.carousel.top-car .carousel-item img{
     width: 80px;
      height: auto;
      display: block;
      margin: 0 auto 10px;
}

/* contact us page */
#fluentform_1 input,
#fluentform_1 textarea{
    background: #D6F2FF !important;
    padding: 20px;
    margin-bottom: 20px;
}

#fluentform_1 .ff-btn-submit{
    background-color: var(--global-palette1);
    padding:16px 46px;
    text-transform: uppercase;
    font-weight: 600;
}
.tmmt-list ul{
    margin-top: 20px !important;
}
.tmmt-list ul li{
    position:relative;
    transition: .6s all;
    margin-bottom:3px;
}
.tmmt-list ul li::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height: 1px;
    background:var(--global-palette1);
    transition: .6s all;
}
.tmmt-list ul li:hover{ 
    font-size: 17px;
    cursor:pointer;
    font-weight: 800;
}
.tmmt-list ul li:hover:before{
    width:100%;
}

.efame {
    height: 2380px; width: 100%; margin: 0; padding: 0;
    
}
@media(max-width: 500px){
	.service-box .kt-inside-inner-col::after{
		height: 43%;
	}
	svg.arrow-up,
	svg.arrow-down,
	svg.arrow-up2{
		display:none !important;
	}
/*     .tmmt-trusted .carousel-item{
        flex: 0 0 25%;
        max-width: 25%;
        
    }
    .tmmt-trusted .kt-inside-inner-col .carousel.top-car .carousel-item img{
        width:60% !important
    }
    .tmmt-trusted .kt-inside-inner-col .carousel.top-car .carousel-item p{
        font-size: 8px !important;
    } */
	  .page-hero-section .entry-hero-container-inner {
    background-position: 82% 87% !important;
    background-size: 130% !important;
        }
	.efame {
    height: 4200px;
    }
}

