.service-single-hero {
	position: relative;
	overflow: hidden;       
	background: var( --yd-primary );
	font-family: var( --yd-font );
}

.service_single_hero__inner {
	display: grid;
	grid-template-columns: minmax( 0, 50% ) minmax( 0, 50% );
	align-items: center;
	min-height: 640px;
}

/* --- Left: content --- */
.service_single_hero__content {
	padding: clamp( 48px, 7vw, 96px ) 32px clamp( 48px, 7vw, 96px )
		max( 40px, calc( ( 100% - var( --yd-container, 1600px ) ) / 2 + 40px ) );
}
.service_single_hero__title {
	margin: 0 0 22px;
	max-width: 620px;
	color: #fff;
	font-family: var( --yd-font );
	font-weight: 800;
	font-size: clamp( 38px, 5.4vw, 82px );
	line-height: 1.04;
	letter-spacing: -1px;
}
.service_single_hero__desc {
	max-width: 460px;
	margin: 0 0 40px;
}
.service_single_hero__desc p {
	margin: 0 0 18px;
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 18px;
	line-height: 1.6;
}
.service_single_hero__desc p:last-child {
	margin-bottom: 0;
}

.service_single_hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	border-radius: 999px;
	background: var( --yd-black );
	color: #fff;
	font-family: var( --yd-font );
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.service_single_hero__cta:hover {
	background: #fff;
	color: var( --yd-black );
	transform: translateY( -2px );
}
.service_single_hero__cta-arrow {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.25s ease;
}
.service_single_hero__cta:hover .hero__cta-arrow {
	transform: translateX( 4px );
}

/* --- Right: hero image --- */
.service_single_hero__image {
	position: relative;
	align-self: stretch;
	height: 100%;
	min-height: 420px;
    opacity: 0;
	transform: translate3d(-100px, 0, 0) scale(0.96);
	will-change: transform, opacity;

	transition: background .3s,
				border .3s,
				border-radius .3s,
				box-shadow .3s;
}
.service_single_hero__image-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;  
	object-position: center center;
	border-radius: 0px 110px 0px 0px;
}


/* -----------------------------------------------------------------------------
   Responsive
----------------------------------------------------------------------------- */
@media ( max-width: 1100px ) {
	.service_single_hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.service_single_hero__content {
		padding: 56px 32px 40px;         /* stacked: equal gutters both sides */
	}
	.service_single_hero__image {
		height: 340px;
		min-height: 0;
	}
	.service_single_hero__image-img {
		border-radius: 0px 110px 0px 0px;
	}
}
@media ( max-width: 560px ) {
	.service_single_hero__content {
		padding: 40px 22px 32px;         /* matches the site's mobile gutter */
	}
	.service_single_hero__title {
		font-size: clamp( 32px, 9vw, 46px );
	}
	.service_single_hero__desc {
		max-width: 100%;
		margin-bottom: 32px;
	}
	.service_single_hero__image {
		height: 260px;
	}
	.service_single_hero__image-img {
		border-radius: 0px 110px 0px 0px;
	}
}

/* ============= second section ================= */
section.section.service-single-section.section-intro {
    padding: 160px 0px 80px 0px;
}
.service-single-section .section-intro__grid {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: normal;
}
.service-single-section .section-card{
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
}


/*======================================
  WHERE WE START
======================================*/

.where-start {
    padding: 120px 0px 0px 0px;
    background: var(--yd-primary);;
    overflow: hidden;
}

.where-start__header {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 90px;
    align-items: flex-start;
    margin-bottom: 70px;
}

/*==============================
LEFT
==============================*/

.where-start__title {
    margin: 0;
    font-family: var(--yd-font);
    font-size: clamp(58px, 7vw, 108px);
    font-weight: var(--fw-light, 300);
    line-height: .92;
    letter-spacing: -.04em;
    color: #fff;
}

.where-start__title span {
    display: block;
}

/*==============================
RIGHT
==============================*/

.where-start__heading {
    margin: 0 0 50px;
    font-family: var(--yd-font);
    font-size: clamp(34px, 3vw, 52px);
    font-weight: var(--fw-light, 300);
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    max-width: 760px;
}

.where-start__highlight {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.where-start__content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    max-width: 760px;
}

.where-start__text p {
    margin: 0;
    font-family: var(--yd-font);
    font-size: var(--text-size,18px);
    line-height: 1.75;
    font-weight: var(--fw-regular,400);
    color: #fff;
}

/*==============================
IMAGE
==============================*/

.where-start__image {
    margin: 0;
    overflow: hidden;
    border-radius: 70px 70px 0px 0px;
    transform: translateY(90px);
    opacity: 0;
    transition:
        transform 1.2s cubic-bezier(.22,1,.36,1),
        opacity 1.2s ease;
}

.where-start__image.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.where-start__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/*======================================
Large Desktop
======================================*/

@media (max-width:1440px){

    .where-start{
        padding: 120px 0px 0px 0px;
    }

    .where-start__header{
        gap:70px;
    }

}

/*======================================
Laptop
======================================*/

@media (max-width:1200px){

    .where-start__header{
        grid-template-columns:1fr;
        gap:60px;
    }

    .where-start__content{
        max-width:100%;
    }

}

/*======================================
Tablet
======================================*/

@media (max-width:991px){

    .where-start{
        padding:80px 0;
    }

    .where-start__header{
        margin-bottom:50px;
    }

    .where-start__heading{
        margin-bottom:40px;
    }

    .where-start__content{
        grid-template-columns:1fr;
        gap:25px;
    }

    .where-start__image{
        border-radius:42px;
    }

}

/*======================================
Mobile
======================================*/

@media (max-width:767px){

    .service-single-section .section-intro__grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .where-start{
        padding: 60px 0px 0px 0px;
    }

    .where-start__header{
        gap:40px;
        margin-bottom:35px;
    }

    .where-start__title{
        line-height:.95;
    }

    .where-start__heading{
        margin-bottom:30px;
    }

    .where-start__text p{
        font-size:16px;
        line-height:1.7;
    }

    .where-start__image{
        border-radius: 80px 80px 0px 0px;
    }

}

/* =========== 3 cards design ========== */
.three-cards-wrapper .container {
    padding: 0 8px;
}
.three-cards-wrapper {
    padding: 120px 0;
    background: #FFEDEC;
    overflow: hidden;
}

.three-cards__header {
    max-width: 915px;
    margin: 0 auto 80px;
    text-align: center;
}

.three-cards__title {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.5px;
    color: var(--yd-heading);
}
.three-cards__title span {
    color: var(--yd-primary);
}


.three-cards__subtitle {
    margin: 18px auto 0;
    max-width: 760px;
    color: var(--yd-heading);
}

.three-cards__grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:0px;
    row-gap:0px;
    align-items:start;
}

.development-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 390px;
   padding: 42px 42px 0px 42px;
}

.development-card--white {
    background: #ffffff;
}

.development-card__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--yd-primary);
    color: var(--yd-primary);
    border-color: var(--yd-primary);
}

.development-card__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.development-card__title {
    margin: 0 0 18px;
    color: var(--yd-primary);
}

.development-card__description {
    margin: 0;
    font-family: var(--yd-font);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--text-color);
}


@media (max-width: 991px) {

    .three-cards {
        padding: 90px 0;
    }

    .three-cards__header {
        margin-bottom: 60px;
    }

    .three-cards__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }

    .development-card {
        min-height: auto;
        padding: 50px 35px;
    }

}

@media (max-width: 767px) {

    .three-cards {
        padding: 70px 0;
    }

    .three-cards__header {
        margin-bottom: 45px;
    }

    .three-cards__grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .development-card {
        padding: 40px 28px;
    }

    .development-card__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 24px;
    }

}

/* ===================="How We Help" — 3x2 card grid====================================================== */
.service-help {
	padding: 120px 0;
	background: #fff;
	font-family: var( --yd-font );
}

.service-help__header {
	max-width: 780px;
	margin: 0 auto 70px;
	text-align: center;
}
.service-help__title {
	margin: 0;
	font-size: clamp( 30px, 4vw, 52px );
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: var( --yd-heading );
}
h2.service-help__title span {
    color: var(--yd-primary);
}
.service-help__lead {
	margin: 20px 0 0;
	font-size: clamp( 18px, 2vw, 24px );
	line-height: 1.4;
	font-weight: 600;
	color: var( --yd-heading );
}
.service-help__text {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.6;
	color: var( --yd-body );
}

.service-help__grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 32px;
}

.service-help__card {
	display: flex;
	flex-direction: column;
	padding: 44px 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 24px 55px -34px rgba( 20, 20, 43, 0.22 );
}
.service-help__line {
	display: block;
	width: 28px;
	height: 3px;
	margin: 0 0 22px;
	border-radius: 3px;
	background: var( --yd-primary );
}
.service-help__card-title {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: var( --yd-heading );
}
.service-help__card p {
	margin: 0;
	flex: 1 1 auto;
	font-size: 16px;
	line-height: 1.7;
	color: var( --yd-body );
}

/* -----------------------------------------------------------------------------
   Responsive — same breakpoints as .three-cards__grid on this same page.
----------------------------------------------------------------------------- */
@media ( max-width: 991px ) {
	.service-help {
		padding: 90px 0;
	}
	.service-help__header {
		margin-bottom: 56px;
	}
	.service-help__grid {
		grid-template-columns: repeat( 2, 1fr );
		gap: 28px;
	}
}
@media ( max-width: 767px ) {
	.service-help {
		padding: 70px 0;
	}
	.service-help__header {
		margin-bottom: 44px;
	}
	.service-help__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.service-help__card {
		padding: 36px 28px;
	}
}

.industry-content {
    padding-bottom: 20px;
}