.pierian-menu-title h3{color:#ee413e;}
.pierian-menu-title .cfooter-sub-heading{color:#fff;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row, #mega-menu-wrap-global #mega-menu-global li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{width:85% !important; margin:auto !important;float:none !important;}
ul.mega-sub-menu{padding-left:0 !important; padding-right:0 !important; color:background:rgb(18,19,23) !important;}
/* #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:hover{height:400px !important;} */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-global #mega-menu-global li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{background:rgb(18,19,23);}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-global #mega-menu-global > li.mega-menu-item > a.mega-menu-link{padding:0 20px !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-global #mega-menu-global > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-global #mega-menu-global > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-global #mega-menu-global > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-global #mega-menu-global > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    text-decoration: underline !important;
    text-underline-offset: 10px !important; /* optional for spacing */
    text-decoration-thickness: 2px !important; /* optional for thickness */
}
.psubmenu li a{color:#fff;}
.psubmenu li a:hover{color:#ee413e;}

.header-image-wrap {
    display: none;
}
ul.sub-menu {background:#000;}
ul.slick-dots {
    text-align: right;
    margin-top: 20px;
    position: absolute;
    right: 97px;
    bottom: 40px;

  }
  .slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
color:#ee413e;

}

.slick-dots li button:before {
    display: none;
}

/* Common dot style */
.slick-dots li button {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background-color: #fff !important; /* white for inactive */
    border: 2px solid #007BFF; /* border for visibility */
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Active dot style */
.slick-dots li.slick-active button
 {
    background-color: #ee413e !important;
}
.ecommerce-slide {
  display: flex;
  justify-content: center;
  align-items: center;

  /* Background image */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  /* Make the slide height consistent (adjust as needed) */
  min-height: 500px;
  color: #fff; /* Text color for contrast */
  position: relative;
}

/* Add overlay to improve text readability */
/*.ecommerce-slide::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}*/

.ecommerce-slide-wrapper {
  display: flex;
    
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 550px;
    color: #fff;
    position: relative;
        
    margin: auto;
    z-index: 9999;
}

.ecommerce-text-content {
  	width: 40%;
  	color: #000;
	padding-bottom: 8%;
}

.ecommerce-text-content h1 {
  font-size: 55px;
  margin-bottom: 20px;
  color: #000 !important;
}

.ecommerce-text-content p {
  font-size: 24px;
    margin-bottom: 30px;
    
    font-weight: 300;
}
.ecom-section2 {
    
    background: #fff;
    
    margin-top: 0;
    margin-bottom: 10%;
}

.ecom-flex {
  display: flex;
/*   align-items: center; */
  flex-wrap: wrap;
  
}

.ecom-left {
    flex: 1;
    max-width: 50%;
    position: relative;
    padding-left: 7.5%;
	margin-top: 6%;    
}

  .ecom-text {
    max-width: 90%;
}

.ecom-text h2 {
    font-size: 60px;
/*     font-weight: bold; */
    margin-bottom: 20px;
        line-height: 1.1;
}

.ecom-description {
    font-size: 1rem;
    line-height: 1.6;
/*     margin-bottom: 160px; */
}
.ecom-decor {
	position: absolute;
    width: 41%;
    height: 50px;
    left: -41%;
    bottom: 2.3%;
}

/*.ecom-decor .box {
  width: 50px;
  height: 25px;
  position: absolute;
  left: 0;
}

.ecom-decor .gray {
  background-color: #444; 
  top: 0;
  z-index: 2;
}

.ecom-decor .red {
  background-color: #e53935; 
  top: 15px; 
  left: 20px; 
  z-index: 1;
}*/


.ecom-image {
	position:relative;
  	flex: 1;
  	max-width: 50%;
}

.ecom-image .img_style {
  width: 100%;
/*   height: 600px !important; */
  display: block;
}


@media (max-width: 768px) {
  .ecommerce-slide-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
  .ecom-description {
    text-align: left;
}
.section8-action-sec .case-study-image img{
    height:auto !important;
}
.map-section{
    min-height: 400px !important;
}
}


.ecom-description p {
    font-size: 18px;
    margin-bottom: 0;
}
.ecommerce-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;


}


.section3focusarea .section-heading
 {
    font-size: 60px;
    margin-bottom: 40px;
    text-align: left;
}

.section3focusarea .section-heading {
    font-size: 60px;
    margin-bottom: 40px;
}

.section3focusarea .box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
}

.section3focusarea .focus-box {
    background-color: #f2f2f2;
    padding: 30px;
    position: relative;
    transition: transform 0.3s ease;
    text-align: left;
    overflow: hidden;
    border: 1px solid #d2d2ce;
}

/* Title & description */
.section3focusarea .box-title {
/*     font-weight: 700; */
    font-size: 30px;
    margin-bottom: 15px;
}

.section3focusarea .box-desc {
   font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
}

/* Static red square bottom-left */
.section3focusarea .focus-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #e63946;
    z-index: 1;
}

/* Hover underline animation */
.section3focusarea .hover-underline {
    content: "";
    display: block;
    height: 15px;
    width: 0;
    background-color: #e63946;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.4s ease;
    z-index: 2;
}

.section3focusarea .focus-box:hover .hover-underline {
    width: 100%;
}


  .section4-industry-tabs {
  margin-top: 5%;

  background-color: #fff;
  
}

.section4-industry-tabs .container > h2 {
  font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
    color: #000;
    width:65%;
}

.section4-industry-tabs .tab-titles {
  display: flex;
  gap: 65px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #eee;
  overflow-x: auto;
  white-space: nowrap;
  
}
.no-select {
  user-select: none;
  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE10+/Edge */
}
.section4-industry-tabs .tab-title {
  cursor: pointer;
  padding: 10px 0;
/*   font-weight: 600; */
  color: #89898B;
  font-size: 20px;
  position: relative;
  transition: color 0.3s ease;
	font-family: 'Outfit-Medium';
}

.section4-industry-tabs .tab-title.active {
  color: #ee413e;
}

.section4-industry-tabs .tab-title.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #ee413e;
  border-radius: 2px;
}

.section4-industry-tabs .tab-content {
  display: none;
}

.section4-industry-tabs .tab-content.active {
  display: block;
}

.section4-industry-tabs .tab-flex {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.section4-industry-tabs .tab-image {
  flex: 1 1 40%;
}

.section4-industry-tabs .tab-image img {
  max-width: 100%;
  height: auto;
  
}

.section4-industry-tabs .tab-right {
  flex: 1 1 50%;
}
.tab-text {
    max-width: 70%;
}

.section4-industry-tabs .tab-text h3 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.section4-industry-tabs .tab-description {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}

.section4-industry-tabs .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background-color: #ee413e;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.section4-industry-tabs .cta-button:hover {
  background-color: #b41f28;
}

.section4-industry-tabs .cta-button::after {
  content: "→";
  font-size: 18px;
}
.tabs-scroll-container {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.tab-titles {
  display: flex;
  gap: 45px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.tab-titles::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.tab-title {
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
}
.section3focusarea .focus-box1
 {
    background-color: #fff;
    padding: 40px;
    position: relative;
    transition: transform 0.3s ease;
    text-align: left;
	height: 350px; 
    overflow: hidden;
    
    margin:0 10px;
}
.section55{
  background-color:#F2F2F2;
    margin-top: 5%;
    padding-top: 5%;
}
.section55 .box-title{
  margin-top: 35px;
}
.section55 img.magesec888-avatar {
    max-width: 35%;
}

/* Slick arrows */
.section55 .custom-arrow {
  background: linear-gradient(135deg, #f44336, #e53935);
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 9;
  transform: translateY(-50%);
}
.custom-arrows button {
    font-size: 25px;
    background: #ee413eab;
    border: none;
    color: #fff;
    padding: 20px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-arrows button:hover {
    background: #ee413e;
}
.custom-arrows button:active {
    background: #ee413e;
}

.section55-header {
    margin-bottom: 20px;
}


/* Red underline */
.section55-underline {
  height: 5px;
  width: 100px;
  background-color: #e53935;
  margin: 30px auto 0;
}
.section55-underline {
    height: 1px;
    width: 19%;
    background-color: transparent;
    margin: 6% 0 0 0;
    text-align: left;
}
.section11-underline {
/*     height: 15px;
    width: 15%;
    background-color: #ee413e; */
    text-align: left;
    position: absolute;
    bottom: 0;
}
.section6-excellencesec {
      margin-top: 5%;
}

.section6-main-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.section6-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}

.section6-box-image img {
  max-width: 100%;
  border-radius: 10px;
}

.section6-box-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section6-box-details {
  flex: 1 1 50%;
}

.section6-box-item {
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: 1px solid #D3D3D3;
    display: flex;
}
.section6-box-desc {
    vertical-align: middle;
	width:65%;
}

.section6-box-title {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #EF423E;
    width: 60%;
}

.section6-box-desc p {
    margin: 10px 10px;
    font-size: 19px;
    line-height: 1.6;
}

/* Logo Carousel Styles */
.section7 {
    margin-top: 5%;
	margin-bottom: 5%;
}

.carousel-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.logo-slider {
  display: flex;
/*   align-items: center; */
}

.logo-slide {
  background-color: #F7F7F7;
  padding: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 10px;
}

.logo-slide img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.section8-action-sec {
  	margin-top: 5%;
	padding-bottom:10%;
}

.section8-action-sec .section-heading h2 {
    background: #111;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    font-size: 50px;
    font-weight: 300;
}

.section8-action-sec .case-studies-slider {
    display: flex;
    gap: 30px;
    
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.section8-action-sec .case-study-card {
    display: flex !important;
    background: #fff;    
    scroll-snap-align: start;
    position: relative;
	margin-left: -1.5px; 
}
.section8-action-sec .case-study-content {
    width: 50%;
    margin: 50px 0 0 6px;
    padding-right: 30px;
}


.section8-action-sec .case-study-content h3 {
    font-size: 30px;
/*     font-weight: bold; */
    margin-bottom: 10px;
}
.case-study-content .description p{
    font-size: 18px;
}

.section8-action-sec .case-study-content .description {
    font-size: 14px;
    margin-bottom: 25px;
}

.section8-action-sec .cta-button {
    display: inline-block;
    background-color: #EF423E;
    color: #fff;
/*     padding: 12px 18px; */
    text-decoration: none;
    font-size: 19px;
}

.section8-action-sec .cta-button span {
    margin-left: 5px;
}

.section8-action-sec .case-study-image {
    width: 50%;
    display: flex;
    
}

.section8-action-sec .case-study-image img {
    width: 100%;
/*     height: 500px; */
}
.case-studies-controls {
    text-align: right;
    margin-bottom: 20px;
}



.case-studies-controls button:hover {
    background: #c62828;
}
.section8-heading {
    width: 50%;
    background: linear-gradient(90deg, rgba(239, 67, 63, 1) 0%, rgba(78, 17, 50, 1) 100%);
    padding: 2% 4vw 2% 7.5vw;
}
.section8-heading h2 {
    color: #fff;
    text-align:left;
	margin-left: 0;
	margin-bottom: 0;
}
.connect-section{
    padding: 60px 20px;
    color: white;
    position: relative;
    margin-top: 10%;
    margin-bottom: -15% !important;
}
.connect-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.connect-content {
    max-width: 500px;
    
    padding: 40px;
   
}

.connect-content h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}
.connect-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    padding: 14px 39px;
    background-color: #EF423E;
    color: white;
    border: none;
    text-decoration: none;
    transition: background 0.3s ease;
    
    font-size: 18px;
}

.cta-button:hover {
    background-color: #d32f2f;
}

.cta-button .arrow-icon {
    margin-left: 10px;
    font-size: 20px;
}
#colophon.footer-with-widget {
    margin: 0px 0 0 !important;
}


.section8-action-sec .container{padding:0!important;}


/* ---------- Tablet Screens ---------- */
@media (max-width: 1024px) {
  .ecommerce-text-content {
            width: 100%;
        margin: 40px auto;
  }
  .ecommerce-video video {
    width: 100%;
    height: 650px !important;
  }
  .map-section{
      min-height:530px !important;
  }
  .map-heading{
      width:100% !important;
  }
  .section3focusarea .box-title{
    font-size:25px;
}
.tab-text {
    max-width: 100%;
}

.ecom-section2{
    margin-top: 50px;
}
  .ecom-left, .ecom-image {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section4-industry-tabs .container > h2,
  .section6-box-title,
  .section3focusarea .section-heading {
    font-size: 40px;
  }

  .ecom-text h2 {
    font-size: 40px;
  }
}

/* ---------- Mobile Screens ---------- */
@media (max-width: 768px) {
  .ecommerce-slide-wrapper,
  .ecom-flex,
  .section4-industry-tabs .tab-flex {
    flex-direction: column;
    text-align: center;
  }
  .ecom-description{
    margin-bottom:30px;
  }
  .ecom-image{
    margin-top: 50px;
  }
  .ecom-description
 {
    text-align: left;
}
section.section3focusarea {
    padding: 0 30px;
}
  .ecommerce-text-content h1 {
    font-size: 48px;
  }
  .section4-industry-tabs .container > h2 {
    font-size: 35px;
/*     text-align: center; */
    width: 100%;
}
  .ecom-text

 {
    max-width: 100%;
}

  .ecom-decor{
    position: absolute;
    width: 41%;
    height: 50px;
    right: 0;
    bottom: 0;
    display:none;
  }

  .ecommerce-text-content p,
  .ecom-description,
  .section4-industry-tabs .tab-description,
  .section6-box-desc p {
    font-size: 18px;
    text-align:left;
  }
/* .section6-excellencesec {
    padding: 0 20px;
} */
  .section4-industry-tabs .tab-right,
  .section4-industry-tabs .tab-image,
  .tab-text,
  .section8-action-sec .case-study-content{
    width: 100%;
    flex: none;
    padding: 0 20px;
    max-width:100%;
  }
  .section55-header {
    padding-top: 40px;
}
/* section.section7.logo-carousel

 {
    padding: 0 20px;
} */
/* .section55 .custom-arrows {
    display: flex;
} */
.case-studies-controls.custom-arrows {
    margin-top: 20px;
}

  .section6-box-wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .section6-box-title {
    font-size: 40px;
    width: 50%;
  }

  .section6-box-desc p {
    font-size: 18px;
  }
	section.section7.logo-carousel{
		margin: 10% 0;
	}	
.section8-action-sec .cs-slider {
     padding-left: 0;
}
	
  .carousel-heading,
  .section6-main-heading {
    font-size: 28px;
  }

  .cta-button {
    font-size: 16px;
    padding: 12px 24px;
  }

  .section3focusarea .box-title {
    font-size: 24px;
  }

  .section3focusarea .box-desc {
    font-size: 16px;
  }
}

/* ---------- Small Mobile Screens ---------- */
@media (max-width: 480px) {
  .ecommerce-text-content h1 {
    font-size: 48px;
	text-align:left;
  }
  .homesec-5-content h2 {
    font-size: 40px !important;
  }
  .case-study-label{
/*       left:20px !important; */
  }
.homesec-5{
    padding: 60px 0 !important;
}
.homesec-5-overlay{
/*     padding:0 20px; */
}
.map-section{
background-size: cover;

    min-height: 310px !important;
    object-fit: cover;
    padding: 32px 0 30px 0 !important;
    
}
.homesec-5-content h2 {
    font-size: 40px;
    }
  .ecom-text h2,
  .section3focusarea .section-heading,
  .section6-main-heading {
    font-size: 28px;
  }

  .section4-industry-tabs .tab-title {
   	font-size: 16px;
	padding: 10px 0 30px;	  
  }

  .section4-industry-tabs .tab-text h3 {
    font-size: 28px;
	font-weight: 500;  
  }
.section6-box-title {
	font-size: 30px;
    width: 45%;
}

  .connect-content h2 {
    font-size: 36px;
  }

  .connect-content p {
    font-size: 16px;
  }

  .section4-industry-tabs .container > h2 {
    width: 100%;
    font-size: 28px;
	margin-bottom: 25px;  
/*     text-align: center; */
  }
	.section4-industry-tabs{
		margin-bottom: 10%; 
	}	
	.section4-industry-tabs .cta-button{
		padding: 10px 24px;
		font-size: 16px;
	}
  .section8-heading {
    width: 85%;
    padding: 20px;
  }

  .section55 img.magesec888-avatar {
    max-width: 80%;
  }
.visionary-content h2{width:90%;}
}



/* Ensure the banner section positions its children relatively */
.home-banner {
  position: relative;
  overflow: hidden;
}

/* Style desktop and mobile videos */
.ecommerce-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Desktop and mobile wrappers should fill the section */
.ecommerce-video.desktop,
.ecommerce-video.mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Ensure only one video is visible based on screen size */
.ecommerce-video.desktop {
  display: block;
}
.ecommerce-video.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .ecommerce-video.desktop {
    display: none;
  }
  .ecommerce-video.mobile {
    display: block;
  }
  .ecommerce-video.mobile video{
      height:600px;
  }
}

/* Overlay content styling */
.home-wrapper.container {
  position: relative;
  z-index: 2; /* Higher than video */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 100px 20px; /* Adjust as needed */
  color: #fff; /* Make sure text is visible on video */
}
.home-slide-wrapper{

    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 85vh;
    color: #fff;
    position: relative;
    margin: auto;
    z-index: 9999;

}

.home-section2 .ecom-description{
    margin-bottom:83px;
}
.homesec-3 h2.section-heading {
/*     text-align: center; */
	padding-bottom: 2%;
}
.homesec-3 .logo-slide {
    background-color: transparent;
}
.numdivbix {
    display: flex;
}

.numleft {
    margin-right: 20px;
}

.numtitle h3 {
    color: #EF423E;
    font-size: 42px !important;
}
.numdivbix p {
    font-size: 16px;
}
.case-study-right-container {
    position: relative;
    display: inline-block; /* Adjust if you're using flex/grid */
    width:50%;
}

.case-study-image img {
    display: block;
    width: 100%;
    height: auto;
}

.case-study-label {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #EE413E;
    color: #fff;
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    background-color: #EE413E;
    vertical-align: middle;
    display: flex;
    width: fit-content;
    align-items: center;
    font-family: 'Outfit-Regular';
    transition: transform 0.3s ease;
}
.case-study-right-container .case-study-image
 {
    width: 100%;
}


.homesec-5 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 8% 0;
    color: #000;
}

.homesec-5-overlay {
    width: 100%;
    height: 100%;
    position: relative;
}

.homesec-5-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.homesec-5-content {
    max-width: 45%;
}

.homesec-5-content h2 {
    font-size: 48px;
/*     font-weight: 700; */
    margin-bottom: 20px;
/*     font-family: 'Outfit', sans-serif; */
}

.homesec-5-content h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Outfit-SemiBold';
    color: #000;
}

.homesec-5-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.home-sec6service {
padding: 90px 0 0;
    background-color: #121317;
    position: relative;
}

.home-sec6service .home-sec6service-heading {
    text-align: left;
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
}
.home-sec6service .home-sec6service-subheading {
 text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
    color: #868D9C;
}

.home-sec6service-grid {
  display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    padding-bottom: 55px;
}

.headdboxx
 {
    width: 50%;
}
.home-sec6service-card {
 	padding: 25px 50px 25px 0;
    max-width: 32%;
    text-align: left;
    transition: transform 0.3s;
}



.home-sec6service-card h3 {
  font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
    text-align: left;    
    min-height: 65px;
}

.home-sec6service-card p {
  font-size: 17px;
    margin-bottom: 20px;
    color: #868D9C;
    text-align: left;
    min-height: 200px;
}
section.section7.logo-carousel.homesec-3 {
    margin-top: 0;
}

.home-sec6service-button {
  display: inline-block;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
    text-transform: uppercase;
}
a.home-sec6service-button:active, a.home-sec6service-button:focus, a.home-sec6service-button:focus-visible, a.cta-button.lifebutton:hover{
	color:#fff;
}
.home-sec6service-button span.arrow-icon {
    color: #EF423E;
    margin-left: 15px;
    font-size: 25px;
    vertical-align: middle;
}
.home-sec6service-button span.arrow-icon {
    color: #EF423E;
    margin-left: 15px;
    font-size: 25px;
    vertical-align: middle;
}

.home-sec6service-button:hover {
  color:#EF423E;
}


/* Home page vertical tabs css */

.homeverticaltab {
  padding: 0;
    margin-top: 0;
}

.homeverticaltab .homeverticaltab-header h2 {
  font-size: 48px;
/*   font-weight: 700; */
  
}
.homeverticaltab-header p {
    font-size: 20px;
}

.homeverticaltab .homeverticaltab-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.homeverticaltab .homeverticaltab-left {
width: 25%;
    min-width: 220px;
    margin-top: 5%;
    margin-left: 7%;
}

.homeverticaltab .vertical-tab-titles {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

.homeverticaltab .vertical-tab-titles .tab-title {
    padding: 25px 0px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #C3C7D0;
    transition: all 0.3s ease;
	margin-bottom: 0;
	font-size: 24px; 
}
.homeverticaltab .vertical-tab-titles .tab-title:last-child{
	border-bottom: 0px solid #C3C7D0;
}
section.section4-industry-tabs.homeverticaltab .tab-title.active::after{
    display:none !important;
}

.homeverticaltab .vertical-tab-titles .tab-title.active {
  color: #EF423E;
   
}

.homeverticaltab .homeverticaltab-right {
  flex: 1;
}

.homeverticaltab .tab-content {
  display: none;
}

.homeverticaltab .tab-content.active {
  display: block;
}

.homeverticaltab .tab-inner-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.homeverticaltab .tab-text-content {
  flex: 1;
  min-width: 280px;
}

.homeverticaltab .tab-text-content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.homeverticaltab .tab-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.homeverticaltab .cta-button {
    background: #EF423E;
    color: white;
    padding: 14px 28px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s ease;
}
.homeverticaltab .tab-description p span {
    font-size: 18px;
}

.homeverticaltab .cta-button:hover {
  background: #c51e24;
}

.homeverticaltab .tab-image-content {
  position: relative;
  flex: 1;
  min-width: 280px;
}

.homeverticaltab .tab-image-content img {
  max-width: 100%;
  border-radius: 4px;
}

.homeverticaltab .industries-label {
  position: absolute;
    top: 0px;
    left: 0;
    background: #EF423E;
    color: white;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
}
.homeverticaltab .tab-description p {
    font-size: 18px;
}
/* Base styling for the section */
.testimonial-section {
  padding: 6% 0;
  background-color: #ffffff;
}

.container {
  	max-width: 85%;
  	margin:auto;
	position: relative;
}

/* Flex container: header + slider */
.testimonial-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
}

/* Image styling */
.testimonial-header img {
  width: 125px;
  height: 125px;
  object-fit: contain;
}

/* Heading styling */
.testimonial-header h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    flex-grow: 1;
}

/* Slider container (flex to align with header) */
.testimonial-slider {
  flex: 1;
  min-width: 600px;
}

/* Individual slide styling */
.testimonial-slide {
  
  padding: 20px;
  border-radius: 10px;
  min-height: 120px;
  width:600px !important;
}
.testimonial-slider .slick-list.draggable {
    overflow: hidden;
    min-width: 400px !important;
}
.testimonial-slider ul.slick-dots

 {
    bottom: 0;
}
.testimonial-text {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
}

.testimonial-from {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}




/* === Life @ Pierian Section === */



.lifeat-section .container {
  display: flex;
  flex-direction: column;
  
}

/* Box Wrapper */
.onebox {
  display: flex;
  
}

/* Left section (text heading or image) */
.lifeat-left {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .lifeat-heading-box
 {
    min-height: 282px;
    background-color: #EF3E3E;
} */
.lifeat-heading-box {
    background-color: #EF3E3E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twobox .lifeat-left
 {
    flex: 1 1 30%;
}

.lifeat-heading-box h2 {
  color: white;
    padding: 110px 30px;
    font-size: 48px;
/*     font-weight: 600; */
    margin: 0;
    vertical-align: middle;
    text-align: center;
}

/* Right image (first block) */
.left-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  
}

/* Second block - top image */
.right-top-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
 
}
a.cta-button.lifebutton {
    width: fit-content;
}

/* Right description + CTA */
.lifeat-description-box {
  flex: 1 1 48%;
/*   background-color: #1D1D1D; */
  color: #ffffff;
  padding: 10% 8%;
/*   display: flex; */
  flex-direction: column;
  justify-content: center;
  
}

.lifeat-description-box p
 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #868D9C;
}

/* CTA Button */
.lifeat-cta {
  display: inline-block;
  background-color: #EF3E3E;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.lifeat-cta:hover {
  background-color: #c93030;
}

#specialization{
	padding: 6% 0; 
}
.special-slide-wrap {
    position: relative;
    background-color: #F7F7F7;
    margin-right: 5%;
}
.spl-content-wrap {
    padding: 10% 8%;
}
.spl-content-wrap h4{
	height: 55px;
	font-family: 'Outfit-SemiBold';
}
.spl-content-wrap p{
	height: 100px;
}
.spl-cta {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.spl-heading-wrap {
    padding-bottom: 3%;
}
.spl-heading-wrap p{
	font-size: 20px;
}


/* Responsive Design */
@media (max-width: 768px) {
  .onebox {
    flex-direction: column;
  }
.onebox.twobox {
    margin-top: 10px;
}
.headdboxx {
    width: 100%;
}
.homeverticaltab {
    padding: 40px 20px 0;
}
.homeverticaltab .cl-heading-wrap p{
	font-size: 22px;
}	
.homeverticaltab .acc-accordion-header span{
	font-size: 20px; 
}	
.homeverticaltab .acc-accordion-header{
	padding: 0;
}	
.homeverticaltab .acc-accordion-header span{
	padding: 15px 0;
}	
.homeverticaltab .homeverticaltab-left {
    width: 100%;
    margin-left: 0;
}
.homeverticaltab .acc-accordion-inner{
	padding-bottom: 10%;
}	
.map-heading{
    width:100% !important;
    padding:0;
	font-size: 36px; 
}
	.map-section{
		margin: 15% 0;
	}	
a.cta-button.lifebutton {
    width: 40%;
	padding: 12px 13px;
}
.ecom-text h2{
    text-align:left;
}
.testimonial-slider {
    flex: 1;
    min-width: 100%;
}
.testimonial-slide{
   padding: 20px;
        border-radius: 10px;
        width: 600px !important;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-text {
    font-size: 18px;
}
.testimonial-slider .slick-list.draggable{
    overflow: hidden;
  width: 100% !important; /* Fix overflow */
  min-width: unset !important;
}
.home-sec6service .home-sec6service-heading{
    font-size:35px;
}
.home-sec6service .home-sec6service-subheading{
    font-size:18px;
}
.home-sec6service
 {
    padding: 65px 10px 0;
 }
 .home-sec6service-card{
     padding:0;
	 max-width: 100%;
 }
.home-section2 .ecom-description{
    margin-bottom:0;
}
.case-study-right-container{
    width:100%;
}
.ecom-image img
 {
    width: 100%;
    height: auto !important;
 }
  .lifeat-left,
  .lifeat-description-box {
    flex: 1 1 100%;
  }

  .lifeat-heading-box h2 {
    font-size: 26px;
    text-align: center;
	padding: 30px;  
  }
}


/* === MAP SECTION === */
.map-section {
    position: relative;
    color: white;
    padding: 5% 0;
    background-color: #121317;
    margin: 5% 0 0;
}


.map-heading {
  	font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
    width: 100%;
}
.insight-card{
	border: 0px !important;
	background: none !important;
}
.insight-card-content h3 {
    font-size: 22px !important;
    font-weight: inherit !important;
}


@media(max-width: 767.98px){
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{width:100%;}
	button#mobile-menu-toggle{display:none;}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{top:100% !important;}
	#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before{display:none !important;}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {background: rgb(18, 19, 23);}
	    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{color:none; background:none;}
	.ecommerce-slider .ecommerce-slide.slick-slide{height:750px!important;}
	.ecom-flex{display:block;}
	.ecommerce-slide-wrapper{flex-direction:column-reverse;min-height:670px;}
	.ecommerce-text-content {  margin: 20px auto; position: absolute; bottom: 0%; }
	#ecommerce_banner .container{ width: 85%; }
	.page-id-221  .os-sec2-content-wrap {  padding: 15% 7.5% 10%; }
	.ecommerce-text-content p{ font-size: 22px; }
	.page-id-221 section#os-sec2 { margin: -6px 8px 30px 0; }
	.page-id-221 .cs-slider { padding-left: 0; }
	.section8-action-sec{ padding-bottom: 15%; }
	.homesec-5-content { max-width: 100%; }
	.home-sec6service-card p{ min-height: auto; font-size: 16px; }
	.home-sec6service-card h3{ min-height: auto; }
	.homeverticaltab .homeverticaltab-header h2{ font-size: 36px; }
	.recent-posts{ padding: 10% 0 !important; }
	.card h3{ margin-top: 0 !important; font-weight: 500 !important; }
	.card { margin-bottom: 10px !important; }
	.page-id-221 .connect-content{ padding: 40px 0; }
	.section3focusarea .focus-box{ height: 275px; margin: 0 5px; }
	.testimonial-section { padding: 15% 0; }
	.connect-content { max-width: 100%; padding: 40px 0px; }
	.section6-box-desc p{ margin: 10px 15px; }
	.section8-heading { width: 85%; padding: 25px 0px 25px 30px; }
	.section6-box-desc{width:100%;}
	.section4-industry-tabs .tab-content.active{ padding-left: 0; }
	
}
@media(max-width: 767px) and (min-width: 575px){
	.home-sec6service-card h3{ font-size: 24px; }
	.serv-content-wrap{padding: 0 2% 0;}
	#sl2-sec9 .row, #csr-sec2 .row, #csr-sec3 .csr-card1-wrap .row,  #csr-sec3 .row.equal-height, #csr-sec4 .row{display:block;}
	#sl2-sec9 .row .col-md-6,  #csr-sec2 .row .col-sm-7,  #csr-sec3 .csr-card1-wrap .row .col-sm-5,   #csr-sec3 .csr-card1-wrap .row .col-sm-7, #csr-sec3 .row.equal-height .col-sm-8, #csr-sec3 .row.equal-height .col-sm-4,  #csr-sec4 .row .col-sm-5,  #csr-sec4 .row .col-sm-7{width:100%;}
	.rel-serv-wrap{padding-bottom:0;}
	.serv-content-wrap {padding: 3% 0;}
	.sl2-sec6-headingg-wrap{padding:0;}
	#os-sec7{padding:5% 0;}
	.excelence-logos img{width: 85% !important;}
	#csr-sec4 .row img.full-wdith{width:100%;}
}

@media(max-width: 480px){

}
@media(max-width: 420px){

}
@media(max-width: 380px){

}
@media(max-width: 320px){

}
@media(max-width: 1024px) and (min-width: 768px){
	.container, .tg-container{max-width:92%;}
	#menu-wrapper .main-nav .menu li a, .top-nav-items ul li a{font-size:15px!important;}
	#menu-wrapper .main-nav .menu li{margin-left:0;}
	.ecom-text h2{font-size:30px;}
	.ecom-description p{font-size:16px;}
	.ecom-left{margin-top:0;padding-left:35px;}
	.section3focusarea .focus-box, .section3focusarea .focus-box1{padding:15px;}
	.ecom-decor { position: absolute; left: -37%; bottom: -1%; }
	.ecom-description, .section6-box-item{margin-bottom:0;}
	.section3focusarea .focus-box1{height:455px;}
	.section8-action-sec .case-study-content{margin:20px 0;}
	.connect-content h2, .section6-excellencesec h2{font-size:40px;}
	.connect-content{padding:0 20px;}
	.section4-industry-tabs .tab-text h3{font-size:28px;margin-bottom:15px;}
/* 	.section3focusarea .focus-box{display:flex;} */
	.tab-text{max-width:100%;}
	.section8-action-sec .case-study-content h3{ font-size: 26px; }
	.homesec-5-content h2{ font-size: 48px; font-weight: 500; font-family: 'Outfit-SemiBold'; }
	.home-sec6service-card{ padding: 25px 25px 25px 0; max-width: 31%; }
	.headdboxx { width: 80%; }
	.home-sec6service .home-sec6service-subheading{ font-size: 18px; }
	.homeverticaltab .homeverticaltab-header h2{ font-size: 36px; }
	.homeverticaltab .homeverticaltab-wrapper{ gap: 40px; }
	.homeverticaltab .homeverticaltab-left{ min-width: 30%; margin-left: 5%; }
	.homeverticaltab .tab-inner-content{ flex-direction: column-reverse; gap: 0px; }
	.homeverticaltab .tab-text-content { margin-top: 0% !important; }
	.home-sec6service-card h3{ min-height: 65px; }
	.home-sec6service .home-sec6service-heading{ font-size: 36px; }
	.cards { gap: 10px !important; }
	.card{ margin-bottom: 5%; }
	.recent-posts h2{ font-size: 36px; }
	.feedback-heading-wrap img{ width: 35%; }
	.testimonial-section{ padding: 10% 0; }
	.lifeat-heading-box h2{ padding: 10%; font-size: 36px; }
	.map-section{ padding: 10% 0; }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {  padding: 0 18px !important; }
	.home-sec6service-card p{min-height:235px;}
	
}
@media(max-width: 1024px) and (min-width: 992px){

}
@media(max-width: 1200px) and (min-width: 1025px){
	.ecom-text h2, .section3focusarea .section-heading, .section4-industry-tabs .container > h2, .section3focusarea .section-heading, .section6-excellencesec h2, .connect-content h2, .section6-box-title{font-size:40px;}
	.ecom-decor{position:unset;}
	.ecom-description{margin-bottom:0;}
	.section3focusarea .focus-box1{height:460px;}
	.section3focusarea .box-grid{display:flex;}
	.tab-text{max-width:100%;}
	.section6-box-item{margin-bottom:0;}
	.home-slide-wrapper{ min-height: 570px; }
	.headdboxx { width: 80%; }
	.homeverticaltab .tab-text-content { margin-top: 33% !important; }
	.map-heading{ width: 75%; }
	.section3focusarea .box-title{font-size:24px;}
	.section3focusarea .focus-box{width:33.333%;}
	
	
}
@media(max-width: 1300px) and (min-width: 1201px){
	.ecom-text h2, .section3focusarea .section-heading, .section4-industry-tabs .container > h2, .section3focusarea .section-heading, .section6-excellencesec h2, .connect-content h2, .section6-box-title{font-size:45px;}
	.ecom-left{margin-top:4%;}
	.ecom-description{margin-bottom:0;}
	.ecom-decor{bottom:0;}
	.ecom-description p{font-size:17px;}
	.tab-text{max-width:80%;}
	.section3focusarea .focus-box1{height:400px;}
	.homeverticaltab .vertical-tab-titles .tab-title{ font-size: 22px; }
	.ecom-text h2{ font-size: 48px; }
	.ecom-decor { width: 30%; height: 50px; left: -29.9%; bottom: -1.5%; }
	.ecom-description p{ font-size: 16px; }
}
@media(max-width: 1400px) and (min-width: 1301px){
		.ecom-flex .ecom-text h2{font-size:50px;}
		.ecom-text h2, .section3focusarea .section-heading, .section4-industry-tabs .container > h2, .section3focusarea .section-heading, .section6-excellencesec h2, .connect-content h2, .section6-box-title{font-size:48px;}
	.ecom-description p{font-size:17xp;}
	.section3focusarea .focus-box1{height:380px;}
	.homeverticaltab .vertical-tab-titles .tab-title{ font-size: 22px; }
	
	
}
@media (max-width: 1799px) and (min-width: 1400px){
	.section3focusarea .focus-box1{height:380px;}
	.home-slide-wrapper{ min-height: 90vh; height: 90vh; }
}
@media(min-width: 1800px){
	.homesec-3 h2.section-heading{ padding-bottom: 40px; }
	.case-study-content .description p, .numdivbix p, .homesec-5-content p, .home-sec6service-card p, .homeverticaltab .tab-description p, .section4-industry-tabs .tab-title, .lifeat-description-box p, .connect-content p { font-size: 24px; }
	.section8-action-sec .case-study-content h3{ margin-bottom: 30px; }
	.homesec-5-content {  max-width: 45%; }
	.homeverticaltab .tab-text-content { margin-top: 20%; }
	.section4-industry-tabs .tab-title{ font-size: 28px; }
	.lifeat-description-box{ padding: 6%; }
	.lifeat-description-box, .home-sec6service .home-sec6service-heading, .homesec-5-content h2, .homeverticaltab .homeverticaltab-header h2{ font-size: 56px; }
	.map-heading{ font-size: 56px; width: 50%; }
	.home-slide-wrapper{ min-height: 850px; }
	#masthead .header-wrapper .logo img{ transform: scale(1) !important; }
	.ecommerce-text-content h1{ font-size: 70px; }
	.section8-action-sec .case-study-content h3{ font-size: 48px; }
	.os-sec2-content-wrap p, .home-sec6service .home-sec6service-subheading{ font-size: 24px; }
	.homesec-5-content h4{ font-size: 28px; }
	.headdboxx { width: 60%; }	
	.home-sec6service-card p{ height: 255px; }	
	.home-sec6service-button{ font-size: 20px; }	
	.card h3{ margin: 5% 0; }
	.home-slide-wrapper{ min-height: 90vh; height: 90vh;}
	.section3focusarea .focus-box1{height:450px;}
	.insight-card-content h3{font-size:35px!important;}
	
}
