.service-hero #heroImageWrapper {
	margin-top: -200px;
	position: relative;
	z-index: -1;
	left: 80px;
	bottom: 80px;
}
.service-hero p {
    max-width: 750px;
}
/* partner*/
section.partners{
    margin-top: -150px;
}

.build__website__img img.img-fluid {
	padding-top:24px;
    margin: 0 auto;
    display: table;
}
/* slider */

/* GRID */
.trusted-grid {
	display: grid;
	grid-template-columns: 424px 424px 424px;
	grid-auto-rows: minmax(200px, auto);
	gap: 24px;
	grid-template-columns: repeat(3, 424px);
	grid-template-rows: 237.5px 237.5px 234px;
}

/* CARD BASE */
.trusted-grid .card {
	padding: 24px;
	background: #141516;
	border-radius: 12px;
	border: 1px solid #1B1C1D;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	display: flex;
}

.ourService__card--bgimg {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
}

/* Glow */
.icon img {
    position: relative;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
}

/* ICON (top-right) */
.icon {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 6px;
	background: #1B1C1D;
	filter: drop-shadow(0px 0px 14.4px #000000);
}

.content {
    position: relative;   
    width: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: auto;
}

/* TEXT */
.content h4 {
	font-size: 20px;
	line-height:28px;
	margin-bottom: 8px;
	color: var(--color-text-primary);
	line-height: 24px;
}

.content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.card.wide.top .content p {
    width: 80%;
}
/* ===== GRID POSITIONING ===== */

/* Left Tall */
.tall {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* Top Wide */
.top {
	grid-column: 2 / 4;
	grid-row: 1;
}

/* Middle */
.mid-left {
	grid-column: 2;
	grid-row: 2;
}

.mid-right {
	grid-column: 3;
	grid-row: 2;
}

/* Bottom */
.bottom-left {
	grid-column: 1 / 3;
	grid-row: 3;
}

.bottom-right {
	grid-column: 3;
	grid-row: 3;
}

/* HOVER */
.trusted-grid .card:hover {
	transform: translateY(-5px);
	transition: 0.3s;
	border-color: rgba(255, 255, 255, 0.1);
}

/* hire */
.hire__wrapper {
	display: flex;
	gap: 60px;
}

.hire__img {
	position: sticky;
	top: 80px;
	height: fit-content;
}

.hire__img--content {
	position: absolute;
	top: 120px;
	left: 32px;
	width: 210px;	
}

.hire__img--content h3 {
	font-size: 25px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 16px;
	text-transform: uppercase;
	position:relative;
}
.hire__img--content:before {
   content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    right: 40px;
    top: 0px;
    background: #93EB58;
    filter: blur(86px);
}
.hire__img--content h3 span {
	color: #B1B9EB;
}

.hire__content--wrapper h4 {
	color: #fff;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 28px;
}
.hire__content--wrapper:first-child {
	padding-top: 0;
}
.hire__content--wrapper {
	padding: 32px 0;
	border-bottom: 1px solid #353737;
;
}
.hire__content--wrapper:last-child {
    border-bottom: 0px;
    padding-bottom: 0;
}

.revenue__section {
	position: relative;
}

/* THIS IS REQUIRED */
.sticky {
	position: sticky;
	top: 150px;
	overflow: hidden;
}

/* Slider */
.slider {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 20px;
	padding-left: 420px;
	padding-right: 220px;
	will-change: transform;
}

.card__image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	margin-bottom:46px;
}
/* Smooth only when needed */
.slider.smooth {
	transition: transform 0.5s ease;
}

/* Cards */
.slider .card {
	width: 313px;
	border-radius: 20px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 24px;
	color: #fff;
	background: #0F1011;
	border: 1px solid #1B1C1D;
}
.slider .card h4 {
	font-size: 20px;
	line-height:28px;
	margin-bottom: 8px;
	color: var(--color-text-primary);
	font-weight: 400;
}

.slider .card p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Arrows */
.slider-arrows {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 30px;
}

.arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #28282C;
	border: 1px solid #35353B;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
}

.arrow:hover {
	color: #000;
	background: #28282C;
	border: 1px solid #35353B;
	opacity: 0.5;
}
.arrow.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.arrow img {
	width: 8px;
	height: 10px;
}

button#prevBtn {
	transform: rotate(180deg);
}

button#prevBtn img {
    position: relative;
    top: -1px;
    left: 1px;
}
/* NEW-SERVICES */
/* ==================Service======================= */

.services .accordion-item {
    border: 0;
    border-bottom: 1px solid #333438;
    background: none;
    position: relative;
    padding: 0px;
    display: flex;
    flex-direction: column;
	padding-bottom: 16px;
}
.services .accordion-item:last-child{
    border-bottom: none;
}
.services .accordion-item.active {
    background: rgba(20, 21, 22, 0.56);
    border-radius: 16px;
    border-bottom: 1px solid transparent;
}
.services .accordion-item.is-above{
     border-bottom: 1px solid transparent;
}
.services button.accordion-button {
    display: flex;
    gap: 50px;
    background: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5%;
    padding: 30px 24px;
}
.services button.accordion-button.collapsed {
    font-size: 20px;
}
.services button.accordion-button:after{ 
    content: "";
    background-image: url(../../images/hire-php/btn.svg);
    width: 24px;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 50%;
    padding: 20px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.4s ease, background 0.3s ease, border 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(0.5);
}
.services .accordion-button:not(.collapsed)::after{
    content: ""; 
    filter: none;
    transform: translateY(-50%) rotate(-50deg) scale(1.1);   
    border-radius: 50%;
    border: 1px solid rgba(94, 106, 210, 1);
}
.services .accordion-collapse {
    padding-left: 100px;
}
.services .accordion-button:focus, .services .accordion-button:focus-visible{
    box-shadow: none;
    border:none;
}
.services .accordion-body{
    margin-bottom: 0;
     padding-bottom: 0;
}
/* industry */
  .industry__grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:25px;
    }

   .industry__card{
      height:250px;
      border-radius:14px;
      overflow:hidden;
      position:relative;
      cursor:pointer;
    }
    .industry__card:hover .industry__content{
      bottom:0;
    }
    /* IMAGE */

    .industry__image{
      width:100%;
      height:100%;
      overflow:hidden;
      position: relative;
    }
    .industry__image h2{
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 3;
    margin-bottom: 0;
    }
.industry__card:hover  .industry__image h2{
    opacity: 0;
}
    .industry__image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:0.7s ease;
    }

    /* DARK OVERLAY */

     .industry__card::before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to top, rgb(0 0 0 / 72%) 5%, rgb(0 0 0 / 83%) 45%, rgb(0 0 0 / 0%) 100%);
		z-index: 1;
	}   
	
	.industry__content {
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		z-index: 2;
		color: var(--color-text-primary);
		background: #242424d6;
		height: 100%;
		bottom: -100%;
		padding: 20px;
		padding-top: 30px;
		transition: 0.50s ease;
	}
	.industry__title {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 15px;
		line-height: 1.1;
		opacity: 1;
		transition: 0.6s ease;
		letter-spacing: 0.1px;
		color: var(--color-text-primary);
	}
	.industry__desc {
		font-size: 14px;
		line-height: 1.5;
		color: var(--color-text-secondary);
		opacity: 1;
		transition: 0.8s ease;
		margin-bottom: 0;
	}

    /* HOVER EFFECT */

    .industry__card:hover img{
      transform:scale(1.08);
    }
/* RESPONSIVE */
@media (max-width: 1500px){
	.trusted-grid {
		display: grid;
		grid-template-columns: 1.1fr 1fr 1fr;
		grid-template-rows: 200px 250px 240px; 
		gap: 24px;
		
	}
}
@media (max-width: 1399px) {
	  /* services */
    .services button.accordion-button{
        font-size: 20px;
        line-height: 30px;
        padding: 24px;
    }
    .services button.accordion-button.collapsed {
        font-size: 18px;
        line-height: 26px;
    }
    .services .accordion-collapse {
        padding-left: 96px;
    } 
}
@media (max-width: 1199px) {
	.industry__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
	.service-hero #heroImageWrapper{
		display: none;	
	}
	.icon img {
		position: relative;
		top: -2px;
		right: -4px;
		width: 16px;
	}
	section.partners{
		margin-top: 0;
	}
	.hire__img {
		position: relative;
		top: auto;
		height: auto;
	}

	.trusted-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	/* Reset all custom positioning */
	.tall,
	.top,
	.mid-left,
	.mid-right,
	.bottom-left,
	.bottom-right {
		grid-column: auto;
		grid-row: auto;
	}

	/* Optional: better spacing */
	.trusted-grid .card {
		min-height: 180px;
	}

	.icon {
		right: auto;
        position: relative;
        top: 0;
        margin-bottom: 16px;
	}
	.content {
		position: relative;
		bottom: 0;
		left: 0;
		width: auto;
	}

	.content p br {
		display: none;
	}

	.hire__img {
		width: 330px;
		margin: 0 auto;
		display:table;
	}

	.hire__wrapper {
		display: flex;
		gap: 40px;
		flex-direction: column;
	}
	.card.wide.top .content p{
		width: 100%;
	}
	p.build__website--desc.section__desc br {
    	display: none;
	}
	.why__hire__section p.section__desc br {
		display: none;
	}
	   /* =========services======== */
    .services button.accordion-button {
        font-size: 16px;
        line-height: 24px;
        padding: 16px;
        gap:24px;
    }
    .services button.accordion-button.collapsed {
        font-size: 15px;
        line-height: 24px;
    }
    .services .accordion-collapse {
        padding-left: 60px;
    }
	.services button.accordion-button::after {
        width: 10px;
        height: 8px;
        background-position: 5px 8px;
        background-size: 60%;
        padding: 14px;
    }
	.services .accordion-button:not(.collapsed)::after {
        transform: translateY(-50%) rotate(-27deg) scale(1.1);
		width: 10px;
        height: 8px;
        background-position: 5px 8px;
        background-size: 60%;
        padding: 14px;
    }
	.industry__grid {
        grid-template-columns: 1fr 1fr;
    }	
}

@media (max-width: 767px) {
	.partners {
		padding-top: 50px !important; /*to override internal style  */
	}
	.hero-img{
		padding-bottom:50px !important;
	}
	.content h4 {
		font-size: 16px;
		line-height: 24px;
	}
	.content p{
		font-size: 14px;
		line-height:21px;
	}
	.industry__grid {
        grid-template-columns: 1fr;
    }
	 #skill-stack {
        flex-wrap: wrap;
    }
	 .skill__logo--card{
        width: 230px;
    }
	.services button.accordion-button{
		padding-right:40px;
	}
}

@media (max-width: 575px) {
	.trusted-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.trusted-grid .card {
		grid-column: auto;
		grid-row: auto;
		height: auto;
		width: 100%;
		padding: 16px;
	}
	html, body {
        overflow-x: unset;
    }
	.slider .card{
		width:320px;
	}
	h2.section__title br {
		display: none;
	}
	.hire__img img {
		width: 100%;
	}
	.hire__img--content {
		left: 24px;
	}
}
