
/* Base CSS */
:root {
  --color-2: #fcfcfa;
  --color-8: #e6e7e1;
  --lightBg: #f2f7f5;
}

/*-- =================== BANNER SECTION  ==================== --*/

.banner-section {
    margin-top: -100px;
}

.bnr-2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-content {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 20px;
}

.banner-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: var(--second);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .single-banner {
        height: 65vh;
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .single-banner {
        height: 55vh;
        padding: 30px 15px;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}

.banner-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    width: 100%;
}

@media (max-width: 768px) {
    .banner-content {
        bottom: 35%;
        transform: translate(-50%, 40%);
    }
}

/*-- ============ Nav Links  ============= --*/

.breadcrumb-wrapper {
    margin: 40px 0;
    padding-left: 60px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
    padding: 0 8px;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #001a4d;
}

@media(max-width:767.5px){
    .breadcrumb-wrapper {
        margin: 40px 0 20px 0px;
    padding-left: 16px;
}

}
/* @media (max-width: 576px) {
    .breadcrumb-wrapper {
        padding-left: 20px;
        margin: 20px 0;
    }
} */

.industry .heading h1{
    font-size: 40px;
    font-weight: 700;
    color: var(--second);
    position: relative;
}

.industry .heading h1::before{
    position: absolute;
    content: '';
    background-color: #000;
    width: 120px;
    height: 3px;
    bottom: -8px;
    left: 0;

    
}

.industry .heading .para{
    margin-top: 20px;
    font-size: 16px;
    color: #000;
}

@media(max-width:576px){
    .industry .heading h1{
        font-size: 27px;
    }
}



 /* =========== Services section here ============ */
  .services .next-button:after,  .prev-button:after {
    display: none;
}
.services .prev-button:after, .next-buttont:after {
    display: none;
}


.services{
	background-image: url(../images/services-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.services .upper{
	font-size: 18px;
	color: black;
	font-weight: 700;
}

.services .upper i{
	color: #FFA500;
}

.services .top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.services .navi{
	display: flex;
	justify-content: space-between;
	width: 200px;
	position: relative;
	height: 40px;
}

.services .swiper-pagination-fraction{
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	font-weight: 900;
	font-size: 20px;
}

.services .swiper-button-next, .services .swiper-button-prev{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #A1C84F;
	display: grid;
	place-items: center;
	margin-top: 0;
	top: 0;
}
  
.services .swiper-button-prev:after, .services .swiper-button-next:after{
	font-size: 16px;
	color: white;
	font-weight: 900;
}

.services .top h3{
	font-size: 35px;
	font-weight: 700;
	color: var(--main-colour);
}

.services .services_slider .data{
	padding: 50px 30px;
	box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
	border-radius: 10px;
	background-color: white;
      /* Fixed height */
    height: 350px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.services  .swiper-slide .data .image{
	/* height: 350px !important; */
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.services .services_slider .swiper-slide .image img{
	height: 300px;
	width: 100%;
	object-fit: cover;
    object-position: top;
}

.services .services_slider .swiper-slide h4{
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
}

.services .services_slider .swiper-slide a{
	color: var(--black);
}

/* @media (max-width: 768px) {
    .services .services_slider .data {
        height: 350px;
    }
}
@media(max-width:576px){
    .services .top h3{
		font-size: 30px;
	}
	.services .services_slider .data{
		height: 80%;
	}
}
@media(max-width:400px){
    .services .services_slider .data{
		padding: 35px 15px;
	}
}



 */


 .services {
  padding: 30px 0;
  background: #f9f9f9;
}

.services .services_slider .swiper-wrapper {
  padding-bottom: 20px; /* ✅ space for shadow */
}

.services .services_slider .swiper-slide {
  overflow: visible !important; /* ✅ shadow cut fix */
}

.services .services_slider .data {
  background-color: #fff;
  box-shadow: 0px 10px 30px -5px rgba(109, 117, 143, 0.33);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  min-height: 320px;
  box-sizing: border-box;
  position: relative;
}

/* ✅ Image fixed height */
.services .services_slider .image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.services .services_slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ✅ Multi-line title */
.services .services_slider h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* desktop: 2 lines */
  line-height: 1.3;
  min-height: 2.6em;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .services .services_slider .data {
    min-height: 100px;
  }

  .services .services_slider .image {
    height: 160px;
  }

  .services .services_slider h4 {
    font-size: 16px;
    -webkit-line-clamp: 3; /* mobile: allow 3 lines */
    min-height: 3.9em;
  }
}

