.slider-wrapper .owl-theme .owl-controls .owl-buttons div{color:#FFF;margin:5px;padding:6px 28px;font-size:18px; opacity:.8;}
.slider-wrapper{margin-bottom:10px;width:100%;float:left;position:relative;}
.slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    margin-left:0;
    display: block !important;
    border:0px solid black;
	font-size:x-large;
	padding:3px 10px 10px 5px;

}

.slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    right:0;
    display: block !important;
    border:0px solid black;
	font-size:x-large;
	padding:3px 5px 10px 10px;
	
}
.services {
  width: 100%;
  float: left;
  padding: 50px 0;
  position: relative;
  background: #fff;
  font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
}

.services h1 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.services > p {
  text-align: center;
  padding: 0 20px 30px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services ul li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 30px 20px;
  margin: 10px;
  height: auto;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

.services ul li:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Icon */
.services ul li img {
  width: 103px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  border-radius: 0;
}

/* Title */
.services ul li h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  padding: 0;
  float: none;
}

.services ul li h2 a{
  color: #000;
}

/* Description */
.services ul li p {
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Learn More Link */
.services ul li .circle-arrow-btn {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.services ul li .circle-arrow-btn:hover {
  text-decoration: underline;
}

/* Red Arrow */
.services ul li .circle-arrow-btn::after {
  content: "";
  background: url('../images/circle-arrow-button.png') no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* Owl Carousel Controls */
.services .owl-theme .owl-controls {
  padding: 5px 0;
  margin-bottom: 5px;
}

.services .owl-theme .owl-controls .owl-buttons .owl-prev,
.services .owl-theme .owl-controls .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  font-size: x-large;
  background: transparent;
  border: none;
  color: #000;
}

.services .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -40px;
}

.services .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -40px;
}
.image-grid-area{width:100%;float:left; background:#f6f6f6;}
.image-grid-content{width:1200px; margin:25px auto; text-align:center;}
.image-grid-content h3{ font-size: 38px; font-weight: 600; text-align: center; margin-bottom: 15px;}
.image-grid-content p{text-align:center; text-align:justify;}
.image-grid {
  max-width: 1200px;
  margin: 0 auto;
  column-count: 4;
  column-gap: 15px;
  margin-bottom:35px;
}

.image-grid img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  break-inside: avoid;
  display: block;
}

#lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.8);
}

#lightbox-img {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
}

#lightbox .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.industry-block {
  text-align: center;
  width: 100%;
  background-color: #f8f8f8;
  float:left;
  padding:35px 0;
}

.industry-block h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  color:#000;
}

.industry-block p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  max-width:100%;
  margin: 0 auto 40px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-align:center;
}

.industry-box {
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}


.owl-carousel .industry-box {
  display: flex !important;
}

.industry-box li,
.owl-carousel .item.industry-block-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 20px;
  width: 280px;
  flex-shrink: 0;
  transition: border-color 0.3s ease;
}

.industry-box li:hover,
.industry-block-item:hover {
  border-color: #9d9d9d;
}

.industry-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.industry-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 17px 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.industry-box h5 a {
  color: #000;
  text-decoration: none;
}

.industry-box p {
  text-align:justify;		
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding: 0 17px;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.results-section {
  width: 100%;
  float: left;
  padding: 35px 20px 60px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.results-section h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.results-section > p {
  width:95%;
  margin: 0 auto 2.5%;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align:center;
}

/* Prevent horizontal overflow */
.results-section .owl-carousel {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Override owl-item padding globally inside this section only */
.results-carousel .owl-item {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* Main box styling */
.results-carousel li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0; /* vertical spacing */
}

/* Hover effect */
.results-carousel li:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Image styling */
.results-carousel-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

/* Headline inside box */
.results-carousel li h5 {
  font-size: 20px;
  margin: 20px 20px 10px;
  font-weight: 600;
  color: #111;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.results-carousel li h5 a {
  color: inherit;
  text-decoration: none;
}

.results-carousel li h5 a:hover {
  text-decoration: underline;
}

/* Description inside box */
.results-carousel li .desc1,
.results-carousel li p {
  font-size: 15px;
  margin: 0 20px 20px;
  color: #444;
  line-height: 1.6;
}

.blog-home {
  width: 100%;
  float: left;
  padding: 0 20px 35px 20px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden; /* Prevents scroll due to padding/margin overflow */
  position: relative; /* Required for absolute positioning of nav */
}

.blog-home h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.blog-home > p {
  width:95%;
  margin: 0 auto 2.5%;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align:center;
  z-index: 1;
}

.blog-home-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0; /* ✅ removed -25px margin that was causing overflow */
  z-index: 1;
}

.blog-home-grid .owl-item {
  padding: 0 12px 20px;
  box-sizing: border-box;
}


/* Box spacing fix: removed margin that combines with owl-item padding */
.blog-home-grid li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 400px; /* ✅ slightly reduced for better fit */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.blog-home-grid li:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.blog-home-grid-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.blog-home-grid li h6 {
  font-size:18px;	
  margin: 20px 20px -10px;
  font-weight: 600;
  color: #111;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.blog-home-grid li h6 a {
  color: inherit;
  text-decoration: none;
}

.blog-home-grid li h6 a:hover {
  text-decoration: underline;
}

.blog-home-grid li .blog-home-date {
  display: block;
  margin: 15px 20px 15px;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Paragraph styling inside each blog card */
.blog-home-grid li p {
  font-size: 14px;
  margin: 0 20px 10px;
  color: #444;
  line-height: 1.6;
}

.blog-home-excerpt {
  font-size: 15px;
  margin: 0 20px 10px;
  color: #444;
  line-height: 1.6;
}

.blog-home-readmore {
  font-size: 14px;
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  margin: 0 20px 20px;
  display: inline-block;
}

.blog-home-readmore:hover {
  text-decoration: underline;
}

/* Buttons wrapper */
.blog-home .owl-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none; /* 🔐 block pointer on container itself */
}

/* Base button style */
.blog-home .owl-prev,
.blog-home .owl-next {
  pointer-events: auto; 	
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px!important;           /* bigger arrow */
  text-align: center;
  line-height: 48px;         /* matches height for vertical centering */
  cursor: pointer;
  user-select: none;
  z-index: 999;
  transition: background 0.3s ease;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}

/* Left and right position */
.blog-home .owl-prev {
  left: 20px;
}

.blog-home .owl-next {
  right: 20px;
}

/* Optional hover effect */
.blog-home .owl-prev:hover,
.blog-home .owl-next:hover {
  background:#000;
}


.package-plan{width:100%;float:left;margin-bottom:20px;}
.package-plan h1{text-align:center;font-size:26px;font-weight:normal;}
.package-plan ul{width:100%;float:left;margin:2% 0 0;border:1px solid #cecece;}
.package-plan ul li{width:24.9%;margin-right:0%;padding:1% 0;float:left;min-height:200px;background:#F6F6F6;border-right:1px solid #E6E1E1;}
.package-plan ul li:nth-child(4n+4){margin-right:0;border-right:none;}
.package-plan ul li h3{text-align:center;padding:10px 0;font-size:18px;}
.package-plan ul li h4{background:#EA0001;color:#fff;text-align:center;padding:35px 0;font-size:24px;}
.package-plan ul li h5{color:#555;text-align:center;margin:20px 0 5px 0;font-size:14px;text-transform:uppercase;}
.package-plan ul li p{color:#555;text-align:center;padding:0 0 10px;font-size:13px;font-weight:normal;}
.package-plan ul ul{width:100%;margin-bottom:5px;border:none;}
.package-plan ul ul li{width:90%;float:none;border:none;text-align:center;min-height:inherit !important;margin-bottom:5px;padding:0 5% 5px;color:#515050;}
.package-plan .view-details{float:left;padding:8px 0;width:100%;}
.package-plan .view-details a{padding:0px;width:100%;text-align:center;display:block;background:#EA0001;border-radius:5px;width:160px;margin:0 auto;color:#fff;padding:10px 0;}
.package-plan .view-details a:hover{text-decoration:none;background:#313538;}
.vertical-divider{float:left;width:100%;}
.vertical-divider h3{padding:2% 0 5%;}
.project{float:left;width:100%; padding:4% 0 3% 0;}
.project-text{width:56%; padding:0 2% 0 2%; float:left;}
.project-text h4{width:85%; padding:0 15% 3% 0; font-size:38px; line-height:35px; font-weight:600;}
.project-text ul, .project-text ol{margin:0 0 2% 2%; float:left; width:98%;}
.project-text ul li{list-style:disc; margin:0 0 0.3% 4%; padding:0 0 0 1%; width:94%; float:left;}
.project-text ol li{list-style-type:decimal; margin:0 0 2% 2%; padding:0 0 0 2%; width:96%; float:left;}
.project-image{width:40%; text-align:right; float:right;}
.project-image img{width:100%;}
.experience{float:left;width:100%;padding:3% 0 3% 0;background:#f6f6f6; margin-bottom:2%;}
.experience h5{text-align:center;font-size:38px;font-weight:600;width:70%;padding:0 15% 3% 15%;line-height:35px;}
.experience p{width:1200px; margin:0 auto;}
.experience-image{width:80%; text-align:center; padding:3% 10% 0 10%;}
.experience-image img{width:100%;}
.testimonials{float:left;width:100%;position:relative;}
.testimonials h6{width:70%; padding:2% 15%; font-size:38px;font-weight:600;text-align:center;line-height:35px;}
.testimonials ul li{width:75%; margin:2% 7.5%;text-align:center;background-color:#e71d27;border-radius:25px;color:#fff; padding:5%;}
.testimonials ul li p{text-align:center;color:#fff;}
.testimonials ul li p strong{color:#fff; font-weight:400;}
.author{float:left;padding:20px 0 14px 0;color:#e71d27;width:100%;font-weight:bold;}
.testimonials a.read-more{color:#e71d27;font-size:12px;line-height:12px;}
.testimonials a.read-more:hover{text-decoration:underline;}
.testimonials .owl-buttons{margin-top:-15px;margin-right:0;}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 65%;
    margin-left:0;
    display: block !important;
    border:0px solid black;
	font-size:x-large;
	padding:3px 10px 10px 5px;

}

.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 65%;
    right:0;
    display: block !important;
    border:0px solid black;
	font-size:x-large;
	padding:3px 5px 10px 10px;
	
}
.technology{float:left;width:100%; margin:3% 0 3% 0; position:relative}
.technology h6{font-size:38px;font-weight:600; width:60%; padding:2% 20%; line-height:35px; text-align:center;}
.technology ul{width:100%; padding:2.5% 0;}
.technology ul li{margin:0 0.2%;}
.technology ul li img{border:#cecece 1px solid;max-width:100%; border-radius:10px;}
.technology .owl-item{margin-right:1px;}
.technology-home .owl-buttons{margin-top:25px;}
.technology-home .owl-theme .owl-controls{padding-bottom:0 !important;}
.technology .owl-theme .owl-controls .owl-buttons .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 57%;
    margin-left: -50px;
    display: block !important;
    border:0px solid black;
	font-size:x-large;
	padding:3px 10px 10px 5px;

}

.technology .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 57%;
    right: -60px;
    display: block !important;
    border:0px solid black;
	font-size:x-large;
	padding:3px 5px 10px 10px;
	
}

.shadow{margin-bottom:0;}
.client-protfolio{padding:2% 0;}
.client-protfolio li{width:200px; height:auto;}
.client-protfolio li h2{margin-top:5px;color:#808080 !important;font-size:12px;}
.client-protfolio li img{border:#cecece 1px solid; width:100%;}
.portfolio-more .owl-theme .owl-controls {margin-top:-45px;}
.portfolio-more .owl-buttons{margin-top:-170px;float:right;margin-right:-1px;}
.portfolio-more .owl-theme .owl-controls .owl-buttons div{color:#000;margin:5px;padding:2px 10px 5px 9px;font-size:20px;border-radius:0px;background:none repeat scroll 0% 0% #869791;opacity:.7; top:-10px;}
.case-study-page h2{margin-bottom:15px;padding:5px;border-bottom:1px solid #ddd;}
.case-study-page .client-name{color:#555;}
.case-study-page p{margin-bottom:10px;}
.case-study-page .right-panel-list{width:100%;}
.case-study-page .right-panel-list ul{width:100%;}
.case-study-page .right-panel-list ul li{width:90%;background:none;padding:1% 5%;}
.case-study-page .right-panel-list h3{color:#555;font-size:18px !important;}
.case-study-page .inner-detail-right{border:none;}
.case-study-page .news-letter{float:left;width:90%;padding:3% 5% 2%;margin-bottom:25px;background:#ea0101;border:1px solid #ea0101;height:86px;}
.case-study-page .news-letter .istyle1{float:left;margin:5px 0 0px 0px;width:170px;height:26px;padding:5px 5px 5px 7px;background:url(../images/newsletter-input.jpg) no-repeat left 0;border:0;color:#fff;opacity:0.7;}
.case-study-page .news-letter .submit{float:left;background:url(../images/newsletter-input.jpg) no-repeat right 0;margin:5px 0 0 5px;width:38px;height:36px;border:0;cursor:pointer;color:transparent;}
.case-study-page .box-full ul{width:90%;margin:0 5%;margin-bottom:15px;}
.case-study-page .box-full ul li{color:#808080;}


