/* Hero section - Start */
section.section-hero {
	padding-bottom: 50px;
}

.container-hero-1 {
	margin-bottom: 50px;
}

.container-hero-2 {
	margin-bottom: 50px;
}

.hero-banner img,
.hero-banner-2 img {
	width: 100%;
	height: auto;
	border-radius: var(--border-radius);
}

.hero-person {
	width: 100%;
	height: auto;
	border-radius: var(--border-radius);
}

.section-hero .h3 {
	margin-bottom: 20px;
}

.section-hero p {
	margin-bottom: 30px;
	color: #737373;
}

@media (max-width: 1480px) {
	section.section-hero {
		padding-bottom: 40px;
	}

	.container-hero-1 {
		margin-bottom: 40px;
	}

	.container-hero-2 {
		margin-bottom: 40px;
	}
}

@media (max-width: 1279px) {
	section.section-hero {
		padding-bottom: 0px;
	}
	picture.image.hero-banner img {
		max-height: 50vh;
	}

	.container-hero-1 {
		margin-bottom: 50px;
	}

	.container-hero-2 {
		margin-bottom: 50px;
	}

	.section-hero .col-25,
	.section-hero .col-40,
	.section-hero .col-35 {
		width: 100%;
	}

	.section-hero .col-35 {
		margin-top: 20px;
		order: 3;
	}

	.section-hero .col-40 {
		order: 2;
	}

	.section-hero .col-25 {
		order: 1;
		margin-bottom: 10px;
	}

	.hero-person {
		max-width: 100%;
		margin: 0 auto;
	}
}
/* Hero section - End */

/* Why section - Start */
section.why-slider {
	padding-top: 75px;
	padding-bottom: 40px;
}

.why-head {
	margin-bottom: 50px;
}

.why-slider .col-50 p {
	color: var(--gray);
	margin-top: 25px;
}

.why-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}


.why-swiper {
	width: 100%;
}
.why-swiper .swiper-wrapper {
	padding: 20px 30px;
}
.why-slide {
	display: flex !important;
	flex-direction: column;
	padding: 35px;
	width: 23vw !important;
	max-width: fit-content !important;
	height: 23vw !important;
	background: var(--light-gray);
	border-radius: 15px;
	height: auto;
	transition: all 0.3s ease;
}

.why-slide:nth-child(odd) {
	transform: rotate(3deg)!important;
}

.why-slide:nth-child(even) {
	transform: rotate(-3deg)!important;
	background: #FFF5D4;
}

.slide-number {
	position: absolute;
	top: 35px;
	left: 35px;
}

.card-icon {
	margin-bottom: auto;
}

.card-icon img {
	object-fit: contain;
	margin-left: auto;
	max-height: 200px;
}

.why-title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: var(--black);
}

.why-text {
	margin-top: 20px;
	color: #73413A;
}

.swiper-pagination-why {
	bottom: 0;
}


@media (max-width: 1675px) {
	.why-head {
		margin-bottom: 40px;
	}
	.why-title {
		font-size: 20px;
		line-height: 24px;
	}
	.why-slide {
		padding: 25px;
		width: 25vw !important;
		height: 28vw !important;
	}
}
@media (max-width: 1400px) {
	.why-slide {
		height: 33vw !important;
	}
}
@media (max-width: 1279px) {
	.why-slide {
		padding: 25px;
		width: 38vw !important;
		height: 43vw !important;
	}
	.card-icon img {
		max-height: 180px;
	}
}
@media (max-width: 1023px) {
	.why-slide {
		width: 38vw !important;
		height: 58vw !important;
	}
}
@media (max-width: 767px) {
	section.why-slider {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.why-slider .col-50 p {
		max-width: 260px;
	}
	.why-head {
		margin-bottom: 30px;
	}

	.why-slider .col-40,
	.why-slider .col-60 {
		width: 100%;
	}

	.why-slider .col-60 {
		margin-top: 15px;
	}
	.why-swiper .swiper-wrapper {
		padding: 10px 0px;
	}
	.why-slide {
		padding: 25px;
		width: 80vw !important;
		height: 100vw !important;
	}

	.slide-number {
		font-size: 20px;
		line-height: 24px;
	}

	.card-icon img {
		max-height: 150px;
	}

	.why-slide:nth-child(1) .card-icon img {
		max-height: 90px;
	}

	.why-title {
		font-size: 18px;
		line-height: 22px;
	}

	.why-text {
		font-size: 14px;
		line-height: 20px;
	}
	.why-slider-wrapper {
		padding-bottom: 35px;
	}
	section.why-slider .swiper-buttons.outside {
		gap: 10px;
		margin-left: 10px;
		margin-right: auto;
	}
}
@media (max-width: 359px) {
     .why-slide {
        height: 135vw !important;
    }
}
/* Why section - End */

/* Form section - Start */
section.section-form {
	padding-top: 75px;
	padding-bottom: 150px;
	background: #f9f9f9
}

.form-col {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
}

.form-title {
	margin-bottom: 20px;
}

.section-form .form-description {
	margin-bottom: 30px;
	color: var(--gray);
	display: flex;
	max-width: 700px;
	color: var(--black);
	line-height: 20px;
}

.form-image {
	width: 100%;
	height: 100%;
}

.form-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border-radius);
}

.form-fields textarea {
	height: 120px;
	resize: none;
	margin-bottom: 15px;
}

@media (max-width: 1480px) {
	section.section-form {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 1279px) {
	section.section-form {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	section.section-form  .form-data-group:not(:last-child) {
		margin-bottom: 0;
	}
	.form-col {
		padding: 35px 25px!important;
	}

	.section-form .col-50 {
		width: 100%;
	}

	.section-form .image-col {
		margin-top: 30px;
		order: 2;
	}

	.section-form .form-col {
		order: 1;
	}

	.form-image {
		height: 300px;
	}

	.form-image img {
		object-fit: cover;
	}
}
/* Form section - End */