/*
Theme Name: MTC-E-waste-recycling
Theme URI: https://www.mtc-ewaste.com/
Author: Pulseplaydigital
Description: A custom WordPress theme for MTC E-Waste Recycling.
Version: 1.0
*/

/*font-family*/
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/sf-pro-display/SFProDisplay-Regular.woff2') format('woff2'),
        url('fonts/sf-pro-display/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/sf-pro-display/SFProDisplay-Bold.woff2') format('woff2'),
        url('fonts/sf-pro-display/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
	    font-family: 'SF Pro Display';
}
/* Apply font */
p {
    text-align: justify;
}
h1 {
    font-size: 48px;
    line-height: 41px;
    font-weight: 800;
    color: #191815;
}
h2 {
    font-size: 33px;
    font-weight: 800;
    color: #191815;
}
h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 38px;
    color: #191815;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}
h4 {
    font-size: 28px;
    font-weight: 800;
    color: #191815;
}
p {
    font-size: 18px;
    line-height: 27px;
    color: #191815;
}
span, button, .tag{
     font-size:16px;
}
p.small-big {
    font-size: 38px;
    font-weight: 800;
	line-height: 51px;
}
.top-space {
    padding: 100px 10px;
}
.top-padding{
	padding-top:100px;
}
.page-template-about .bottom-heading{
	background:#35A1CF1A;
}
.bottom-space{
    padding-bottom: 100px;
}  
    .text-fill-sec {
      min-height: 54vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 2px;
    }
.page-template-solutions .slider-texts div {
    color: #212529;
}
.recaptcha {
    display: flex;
    justify-content: center;
}
.mc4wp-alert.mc4wp-success p {
    color: green !important;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 9px;
}
a.header-link {
    color: #35A1CF;
    border: 0 !important;
    padding: 0 !important;
}
.header-link.active {
    color: #35A1CF;
}

.waste-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.breadcrumbs a {
    color: #35A1CF;
    text-decoration: none;
}
.waste-dropdown::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 44%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid #19181578;
    border-bottom: 2px solid #19181578;
    pointer-events: none;
}

    .text-fill {
      font-size: 57px;
      font-weight: 800;
    font-family: 'SF Pro Display' !important;	
		background: linear-gradient(to right, black 50%, white 50%);
      background-size: 220% 100%;
      background-position: 100% 0;
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px black;
    }

   .image-quteo {
    max-width: 74px;
    margin-bottom: 20px;
}

span.dropdown-icon {
    display: none;
}

/*404-page*/
.error-404 {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error-404 h1 {
    font-size: 80px !important;
    color: #35A1CF !important;
}
.error-404 h2 {
    font-size: 24px !important;
}
/*about*/
.timeline-step::before {
    content: "";
    position: absolute;
    top: 174px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 78px;
    background: #ccc;
    z-index: 2;
}
.timeline-box {
    background: #fff;
    border: 2px solid #2fa8ff;
    border-radius: 10px;
    padding: 50px 10px 10px 10px;
    margin-top: -44px;
    max-width: 249px;
    font-size: 14px;
    display: none;
    text-align: left;
}
.slider-sec .card-body:hover {
    background: #35a1cfab;
}
.timeline-step::after {
    content: "";
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 3;
}
.timeline-slider::before {
    content: "";
    position: absolute;
    top: 277px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2fa8ff;
    z-index: 1;
}
    .timeline-slider {
      width: 100%;
      padding: 60px 0;
      position: relative;
    }

    .timeline-wrapper-sec {
		text-align:center;
      position: relative;
    }
.timeline-step {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-top: 21px;
}

    .timeline-step .icon {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #FCFCFE;
      display: flex;
		box-shadow: 0px 0px 15px 0px #0000001A;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      border: 2px solid transparent;
      transition: 0.3s;
    }
.timeline-step:hover .icon {
    border: 2px solid #2fa8ff;
    background: #ffffff;
}

.timeline-step svg path {
    fill: #999; 
    transition: 0.3s;
}

.timeline-step:hover svg path {
    fill: #2fa8ff; 
}

.timeline-step:hover svg path {
    fill: #2fa8ff;
}
    .timeline-step .year {
      background: #ffffff;
      display: inline-block;
      box-shadow: 0px 0px 15px 0px #0000001A;
      padding: 8px 18px;
      border-radius: 8px;
      color: #A1A1A1;
      z-index: 2;
      font-weight: 600;
      margin-top: 60px;
      margin-bottom: 25px;
      position: relative;
      transition: 0.3s;
    }

    .timeline-step:hover .year {
      color: #2fa8ff;
    }

    /* Connector */

    .timeline-step:hover::before,
    .timeline-step:hover::after {
      background: #2fa8ff;
    }
.timeline-box p{
	font-size:14px;
}
.timeline-box {
    opacity: 0;
    transform: translateY(20px); 
    transition: all 0.4s ease;
    display: block; 
}

.timeline-step:hover .timeline-box {
    opacity: 1;
    transform: translateY(0); 
}
    .timeline-box h5 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .timeline-step:hover .timeline-box {
      display: block;
    }
.mySwiper-timeline .swiper-slide-active .icon {
    border: 2px solid #2fa8ff;
    background: #ffffff;
}

.mySwiper-timeline .swiper-slide-active svg path {
    fill: #2fa8ff;
}

.mySwiper-timeline .swiper-slide-active .year {
    color: #2fa8ff;
}

.mySwiper-timeline .swiper-slide-active .timeline-step::before,
.mySwiper-timeline .swiper-slide-active .timeline-step::after {
    background: #2fa8ff;
}

.mySwiper-timeline .swiper-slide-active .timeline-box {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.custom-form-wrapper {
    width: 86%;
margin:auto;
}
.hex-box {
    position: relative;
    width: 239px;
    height: 270px;
    cursor: pointer;
    z-index: 2;
}
.hex-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-wrapper:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -46px;
    transform: translateY(-50%);
    width: 94px;
    height: 2px;
    background: #00823626;
    z-index: 0;
}
.hex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; 
}
.hex-shape {
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 0.3s ease;
}

/* Content common */
.hex-front,
.hex-back {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: opacity 0.3s ease;
}

/* Front (default visible) */
.hex-front {
  opacity: 1;
}

/* Back (hidden by default) */
.hex-back {
  opacity: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Hover effect */
.hex-box:hover .hex-shape path {
  fill: #008236
}

.hex-box:hover .hex-front {
  opacity: 0;
}

.hex-box:hover .hex-back {
  opacity: 1;
}



.page-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(0, 0, 0, 0.75) 35%, 
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.about-banner-text {
  max-width: 550px; 
  text-align: left;
}

.about-banner-text h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
}

.about-banner-text h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 100%;
}

.about-banner-text p {
    font-size: 20px;
    line-height: 100%;
}
.kpi-card {
  position: relative;
  height: 216px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.kpi-card video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}

.kpi-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    width: 100%;
    background: #191815A6;
    padding: 20px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.kpi-value {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.kpi-text {
  font-size: 20px;
  margin: 0;
}
.business-card {
	height: 263px !important;
}

/*header-css*/
    .hamburger {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    display: none;
}
.pulse-sec{
	font-size:12px;
}
span.texh-small-text {
    font-size: 36px;
}
span.tomorrow-text {
    font-size: 27px;
}
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  transform: translateY(0); /* Normal state */
  box-shadow: none;
    box-shadow: 0px 4px 10px 0px #00000026;
}
.kpi-section .kpi-title {
    margin-top: 10px;
    font-size: 24px;
    color: #2ca5d8;
}
.custom-header.sticky-animate {
  transform: translateY(0); /* Slide in */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow */
}
.custom-header {
  transform: translateY(-10px); /* Slightly above */
}
.custom-header.sticky-animate {
  transform: translateY(0); /* Smooth slide down */
}
a.pulseplay-link:hover {
    color: #191815 !important;
}


.main-menu li {
    position: relative;
}

.main-menu li a {
    text-decoration: none;
    color:#191815;
    padding: 10px 15px;
    display: block;
    border-bottom: 2px solid #ffffff;
}
.main-menu li a:hover
 {
    border-bottom: 2px solid #35A1CF;
    color:#35A1CF;
}
.kpi-title {
    color: #35A1CF;
}
span.counter {
    font-size: 40px;
}
span.kpi-suffix {
    font-size: 40px;
 font-family: 'SF Pro Display';
}
/* Submenu Hidden by Default */

.main-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 999;
}

.footer-bottom-sec {
    font-size: 12px;
}
a.pulseplay-link {
    font-size: 12px;
}
/* Hide on tablets and mobiles (screen width 1024px and below) */
/*scroll-top*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    background-color: #2ca5d8;
    border: none;
    outline: none;
    padding: 12px 14px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
#myBtn i {
    display: block;
    margin: auto;
    color: #fff;
}
/* Show Submenu on Hover */
.main-menu li:hover > ul {
    display: block;
}
.custom-logo {
    max-width: 150px;
    height: auto;
}
/* Submenu Links */.tab-btn {
    padding: 31px 10px;
    font-size: 24px;
    font-weight: 800;
}
.main-menu li ul li a {
    padding: 10px 15px;
    width: 200px;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.main-menu li ul li a:hover {
    background: #f0f0f0;
}
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a {
    border-bottom: 2px solid #35A1CF;
    color: #35A1CF;
}
.video-style-btn i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.video-style-btn:hover i {
    transform: rotate(40deg);
}

.video-style-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  background-color: #002346;          /* Normal background color */
  color: #fff;                        /* Normal text color */
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #002346;
  transition: color 0.4s ease, background-color 0.4s ease;
}

.video-style-btn span {
  position: relative;
  z-index: 2;
}

.video-style-btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -17px;
    width: 0px;
    height: 100%;
    background-color: #fff;
    transform: skewx(76deg);
    transform-origin: bottom;
    transition: width 0.5s ease;
    z-index: 1;
}

.video-style-btn:hover::before {
  width: 200%;
}

.video-style-btn:hover {
  color: #002346;                     /* Text becomes blue */
}


i.fa-solid.fa-arrow-right {
    rotate: 317deg;
}
/*end-header-css*/

/*home-page*/
.text-slider-wrapper {
    display: flex;
      font-size: 38px;
    font-weight: bold;
    align-items: baseline;
    justify-content: flex-start;
    margin-top: 12px;
}
   .static-text {
    margin-right: 8px;
    color: #fff;
}
    .slider-container {
      height: 36px;
      overflow: hidden;
      position: relative;
    }

    .slider-texts {
      display: flex;
      flex-direction: column;
      transition: transform 0.6s ease;
    }

    .slider-texts div {
      color: #fff;
      height: 36px;
      line-height: 31px;
      text-align: left;
      white-space: nowrap;
    }

    .slider-texts div.active {
      color: #fff;
    }

/*footer-css*/
.custom-footer{
    background:#F0F0F0;
}
.news-btns {
    width: 190px;
    margin: 5px;
}
.footer-nav ul#menu-menu-2 {
    list-style: none;
    display: flex;
    justify-content: space-between;
flex-direction: row !important;
    
}
.social-icon {
  background-color: #35A1CF;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.social-icon:hover {
    background-color: #333;
    color: #fff !important;
}

.footer-nav li a {
    color: #191815;
    text-decoration: none;
}
.footer-nav li a:hover {
    color: #35A1CF;
}
.footer-nav li a:active {
    color: #191815;
    font-weight: 800;
}
.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*end-footer-css*/
.tab-pane-content .video-style-btn{
    width: 173px;
}
 .tab-btn.active { 
     background: #35A1CF; 
     color: #fff; 
 }
.tab-pane-content {
    display: none;
    }
.tab-pane-content.active { 
    display: flex; 
}
.tab-pane-content img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.secondary-menu li.current-menu-item > a,
.secondary-menu li.current_page_item > a {
  border-bottom: 2px solid #35A1CF;
    color: #35A1CF;
}

.tab-btn {
    padding: 31px 10px;
    font-size: 20px;
    font-weight: 800;
    border:0;
}
.tab-btn:hover{
background: #35A1CF; 
     color: #fff; 
}
    .slider-sec{
        background-color:#35A1CF1A;
    }
    
    /* Base styles */
.tab-slider-sec {
  display: flex;
  flex-wrap: wrap;
}

.tab-one-sec .tab-btn {
  width: 100%;
  text-align: left;
	font-family:'SF Pro Display'
}

.p-bg {
    font-size: 53px;
	line-height:100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #35A1CF40;
}
    
    /*logo*/
    .logo-marquee-wrapper {
        overflow: hidden;
        white-space: nowrap;
        background: #fff;
        padding: 20px 0;
        position: relative;
    }

    .logo-marquee-track {
        display: inline-block;
        animation: scroll-left 40s linear infinite;
    }

    .logo-marquee-track:hover {
        animation-play-state: paused;
    }

    .logo-marquee-track img {
        height: 80px;
        margin-right: 60px;
        vertical-align: middle;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .hover-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      cursor: pointer;
    }
.image-quteo {
    width: 119px;
}
    .hover-card img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 15px;
    }

   .hover-card .title-text {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 2;
    font-size: 24px;
    font-family: 'Sora';
}
.overlay p {
    color: #ffff;
}
   .hover-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #35a1cfab;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
    .hover-card:hover .overlay {
      opacity: 1;
    }
section.banner-space {
    padding-top: 169px;
}
/*mobile*/
.secondary-menu a {
    text-decoration: none;
    color: #191815;
    line-height: 65px;	
	border-bottom: 2px solid #fff;	
}
.secondary-menu a:hover {
    border-bottom: 2px solid #35A1CF;
    color: #35A1CF;
}
.news-letter-sec {
    padding: 40px 10px !important;
    background: #35A1CF !important;
}
.news-button {
    width: 214px;
    text-align: center;
    margin: 5px;
}
.newsletter-button {
    background: #F0F0F0;
    color: #000;
}
.newsletter-button:hover {
    background: #000 !important;
}
.footer-bottom-sec a {
    color: #212529 !important;
    text-decoration: none;
}
.footer-bottom-sec a:hover{
    color: #35A1CF !important;
}
.img-box-sec{
	display:none !important;
}
/*privacy-policy*/
  .privacy-container h1,
    .privacy-container h2 {
        color: #191815;
    }
    .privacy-container h1 {
        margin-bottom: 20px;
    }
    .privacy-container h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .privacy-container p, .privacy-container li {
        margin-bottom: 8px;
		    font-size: 18px;
    }
    .privacy-container ul {
        margin-left: 20px;
    }
/*media-query*/
@media(min-width: 1200px) and (max-width: 1400px){
    .main-menu li a {
    padding: 10px 11px;
    font-size: 15px;
}
.header-btn {
    font-size: 15px;
}
	.tab-pane-content img {
    width: 100% !important;
    height: 472px;
    object-fit: cover;
}
}
@media(min-width: 1300px) and (max-width: 1600px){
    .core-services {
    flex: 3;
    margin-left: 84px !important;
    padding: 30px;
}

}
@media(min-width: 1200px) and (max-width: 1450px){
	.mySwiper-multi .card-slider{
		    height: 390px !important;
	}
}
@media(min-width: 1000px) and (max-width: 1300px){
      .core-services {
    flex: 3;
    margin-left: 22px !important;
    padding: 30px;
}
}
@media(min-width: 992px) and (max-width: 1200px){
    .header-btn {
    font-size: 12px;
}
    .main-menu li a {
        padding: 10px 7px;
        font-size: 11px;
    }
	
	.news-button {
    width: 242px;
    text-align: center;
    margin: 5px;
}
}
@media(min-width: 1000px) and (max-width: 1200px){
	.tab-pane-content img {
    width: 100% !important;
    height: 565px;
    object-fit: cover;
}
}
 @media (min-width: 768px) and (max-width: 1199px) {
  .hex-wrapper {
    flex: 1 1 25%; 
    max-width: 25%; 
  }

  .hex-box {
    width: 180px; 
    height: 200px;
  }
	  .hex-front h5 {
    font-size: 14px !important;
}
	  .hex-back p {
    font-size: 12px;
    line-height: 17px;
}
	  .hex-front img {
    width: 36px;
}
	 .contact-form-sec {
    padding: 0 10px !important;
}
}

@media (max-width: 1024px) {
  
	.img-box-sec{
	display:block !important;
}
	.img-section-one img {
    width: 100%;
    padding: 24px;
    rotate: 12deg;
    margin-bottom: 30px;
}
	h1 {
    font-size: 46px;
	}
	.hover-card .title-text {
    font-size: 20px;
}
	section.banner-space {
    padding-top: 112px;
    padding-bottom: 50px;
}
	.news-btns {
    width: 100%;
    margin: 5px;
    text-align: center;
	}
	.tab-pane-content img {
    width: 100% !important;
    height: 561px;
    object-fit: cover;
}
	p.small-big {
    font-size: 37px;
    font-weight: 800;
           line-height: 48px;
}
	    .text-slider-wrapper {
			    font-size: 37px;
	}
}

@media(min-width: 992px) {
    .navbar-nav {
        flex-direction: row;
    }
    .footer-nav ul#menu-menu-2 {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	    section.banner-space {
        padding-top: 187px;
        padding-bottom: 50px;
    }	
}

@media(min-width: 770px) and (max-width: 999px){
	.tab-btn {
    font-size: 15px;
}
	.tab-pane-content img {
    width: 100% !important;
    height: 768px;
    object-fit: cover;
}
	.service-preview-text {
    width: 328px !important;
}
	
}
/* Desktop Layout */
@media (min-width: 768px) {
  .tab-slider-sec {
    flex-direction: row;
  }

  .tab-one-sec:first-child {
    flex: 0 0 20%;
  }

  .tab-one-sec:last-child {
    flex: 0 0 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .tab-pane-content {
    display: none;
    flex-direction: row;
  }

  .tab-pane-content.active {
    display: flex;
  }

  .tab-pane-content > div {
    flex: 1 1 50%;
  }
	
      section.banner-space {
        padding-top: 187px;
        padding-bottom: 50px;
    }
}

/* Mobile/Tablet Layout */
@media (max-width: 768px) {

            .service-content .col-md-4,
            .service-content .col-md-3,
            .service-content .col-md-5 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .service-box {
                display: flex;
                justify-content: space-between;
                flex-direction: column;
            }

            .service-content .service-image {
                margin-top: 10px;
            }

            .toggle-icon {
                position: absolute;
                top: 20px;
                right: 20px;
            }
        }
@media (max-width: 767px) {
  .tab-slider-sec {
    flex-direction: column;
  }

  .tab-one-sec {
    width: 100%;
  }

  .tab-one-sec .tab-btn {
    width: 100%;
  }

  .tab-pane-content {
    display: none;
    flex-direction: column;
  }

  .tab-pane-content.active {
    display: flex;
  }

  .tab-pane-content > div {
    width: 100% !important;
  }
  .tab-slider-sec {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: scroll;
}

  .video-style-btn {
    align-self: start;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 27px;
    font-weight: 800;
}
h2{
    font-size:20px;
        font-weight:800;
}
h3{
     font-size:18px;
        font-weight:800;
}
h4{
    font-size:18px;
        font-weight:800;
}
p{
    font-size:16px;
    line-height:25px;
}
	.text-slider-wrapper {
        font-size: 20px;
		    margin-top: 17px;
      }
	section.banner-space {
    height: 80vh !important;
}
	.banner-space .bg-video {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
	.error-404 h1 {
    font-size: 50px !important;
    color: #35A1CF !important;
}
	.error-404 h2 {
    font-size: 17px !important;
}
	.top-padding{
	padding-top:130px;
}
      .slider-container {
        height: 20px;
      }

      .slider-texts div {
        height: 20px;
        line-height: 20px;
      }
	.tab-pane-content img {
    width: 100% !important;
    height: 359px;
    object-fit: cover;
}
.tab-btn {
    font-size: 15px;
    text-align: center !important;
	        font-family: 'Sora';
}
            .main-menu {
                display: none;
                flex-direction: column;
                background: #f8f9fa;
                padding: 15px;
                margin-top: 10px;
            }

            .main-menu.active {
                display: flex;
            }

            .hamburger {
                display: inline-block;
            }
            .custom-logo {
    max-width: 104px;
    height: auto;
}
    .footer-nav ul#menu-menu-2 {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 18px;
        padding:0;
    }
.top-space {
    padding: 50px 10px !important;
}
.bottom-space {
    padding-bottom: 50px !important;
}
.text-fill {
    font-size: 24px;
}
	

.text-fill-sec {
    min-height: 26vh;
	gap: 4px;
}
.service-image {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}
.case-study-slide-inner img.rounded.wp-post-image {
    width: 100%;
    height: 100%;
}
.news-btns {
    width: 212px;
    margin: 5px;
}
.p-bg {
    font-size: 32px;
    line-height: 100%;
        }
        .offcanvas.offcanvas-top{
            min-height:1000px !important;
            height:1000px !important;
        }
        .slide-caption{
            font-size:18px !important;
        }
	
	.img-box-sec{
	display:block !important;
}
	.img-section-one img {
    width: 100%;
    padding: 24px;
    rotate: 12deg;
    margin-bottom: 30px;
}
	.hover-card .title-text {
    font-size: 20px;
}
	.image-quteo {
    width: 72px;
}
	section.banner-space {
    padding-top: 112px;
    padding-bottom: 50px;
}
	    .custom-logo {
        max-width: 104px;
        height: auto;
        width: 74px;
    }
	.video-style-btn span {
    font-size: 12px !important;
}
	.video-style-btn {
    padding: 12px 19px;
}
	span.counter {
    font-size: 24px;
}
	span.kpi-suffix {
    font-size: 24px;
    font-family: 'SF Pro Display';
}
	.map-form select {
    padding: 8px;
    margin: 4px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}
.map {
    position: relative;
    border-radius: 12px;
    height: 100% !important;
    overflow: hidden;
    margin-top: 40px;
}
	.tooltip {
    display: none;
}
	.tab-pane-content .video-style-btn {
    width: 126px;
}
	div#explore-our-core-services {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
button.accordion-button {
    font-size: 20px !important;
   }
.service-preview-text {
     font-size: 16px !important;
    width: 100% !important;
}
	.service-title{
		     font-size: 20px !important;

	}
	.kpi-box {
}

	.footer-nav li a {
    color: #191815;
    text-decoration: none;
    padding-right: 24px;
}
	.footer-bottom-sec p {
    font-size: 14px;
}
	span.texh-small-text {
    font-size: 18px;
}
span.tomorrow-text {
    font-size: 17px;
}
	p.small-big {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
}
    .text-slider-wrapper {
        font-size: 18px;
		        margin-top: 3px;

}
	.page-template-Contact-Us p {
    font-size: 16px !important;
    line-height: 18px;
}
.blinking-text {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1px !important;
}
	.cursor {
    display: inline-block;
    width: 2px;
    height: 28px !important;
    background-color: #ffffff;
    animation: blink 1s step-start infinite;
    margin-left: 2px;
    height: 1em;
}
	 .hex-row {
    flex-direction: column;
    gap: 20px;
  }

  .hex-wrapper {
    margin-bottom: 20px;
  }

 .hex-wrapper:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -59px;
    transform: translateX(-50%);
    width: 2px !important;
    height: 59px !important;
    background: #00823626;
}
	.about-banner-text h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}
.about-banner-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 100%;
}
.about-banner-text p {
    font-size: 16px;
    line-height: 100%;
}
	.kpi-value {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.kpi-text {
    font-size: 16px;
    margin: 0;
}
	.contact-form-sec {
    padding: 0 10px !important;
}
	.custom-form-wrapper {
    width: 100%;
    margin: auto;
    padding: 10px !important;
}
	div#blog-type-filters {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-left: 0px;
    justify-content: start !important;
}
	#filtered-posts {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr !important;
}
	.mySwiper-multi .card-slider {
    height: 362px !important;
}
	h1.post-title {
    line-height: 35px !important;
}
	.single-post-page .post-content .wp-block-list li {
    margin-bottom: 0.6rem;
    font-size: 16px !important;
    line-height: 18px !important;
    text-align: justify !important;
}
    }

 


