#banner-2-section {
	padding-top: 150px;
	min-height: fit-content;
	padding-bottom: 250px;
}
#banner-2-section > div {
	width: 100%;
	position: unset;
	padding: unset;
	bottom: unset;
}
#banner-2-section > div h1 {
	max-width: 700px;
	margin: auto;
}
.web-dev-container { padding: 30px 70px; }
a.more-of {
	display: flex;
	margin: auto 0;
	text-decoration: none;
	color: var(--primary-500);
}
[dir="ltr"] #website-design-features a svg,
[dir="ltr"] #website-design-projects a svg {
	transform: rotate(180deg);
}
#website-design-features a svg,
#website-design-projects a svg {
	margin-inline-start: 5px;
}
#website-design-features .item h3 {
	font-size: 48px;
	color: var(--primary-500);
	margin-top: -10px;
}
#website-design-features .item {
	margin-top: 30px;
	border-bottom: 2px solid #E9E9EA;
}
#website-design-features .item details { flex: 1; }
#website-design-features .item summary {
	font-size: 36px;
}
#website-design-features summary {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	gap: 15px;
	list-style: none;
	padding: 0 20px;
}
#website-design-features summary::-webkit-details-marker {
	display: none;
}
#website-design-features summary::before {
	content: "";
	position: absolute;
	inset-inline-end: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #E9ECF3;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231F3C88' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	transition: all 0.3s ease-in-out;
}
#website-design-features details[open] summary::before {
	background-color: #1F3C88;
	transform: rotate(135deg); 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23E9ECF3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
#website-design-projects-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
#website-design-projects .card {
	flex: 1 600px;
	max-width: 600px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 4px 16px 0px #A7A7A740;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
		box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
#website-design-projects .card:hover {
	transform: translateY(-10px);
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}
#website-design-projects .card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	transition: transform 0.6s ease;
}
#website-design-projects .card:hover img { transform: scale(1.08); }
#website-design-projects .card-content {
	padding: 16px;
}
#website-design-projects .card a {
	text-decoration: none;
}
#website-design-projects .card a.category {
	display: block;
	margin: 15px 0;
}
#website-design-projects .card h3 {
	color: #000;
}
#website-design-projects .card p {
	color: #6A6D70;
}
#dynamic-images .img-container {
	height: 555px;
	width: 200px;
	position: relative;
	transition: all 0.5s ease;
	overflow: hidden;
}
#dynamic-images .img-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
	filter: grayscale(100%);
	transition: all 0.5s ease;
}
#dynamic-images .img-container:first-child {
	width: 540px;
}
#dynamic-images .img-container:first-child img {
	filter: grayscale(0%);
}
#dynamic-images {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
}
#dynamic-images .img-container h4 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	background: #212529;
	width: 90%;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 16px;
	margin: 0;
	white-space: nowrap;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
[dir="rtl"] #dynamic-images h4 {
	left: auto;
	right: 20px;
	direction: rtl;
}
#website-design-services-cards {
	display: flex;
	gap: 35px;
	overflow: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
#website-design-services-cards::-webkit-scrollbar {
	display: none;
}
#website-design-services-cards .card {
	width: 540px;
	min-width: 540px;
	height: 300px;
	margin-bottom: 17px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 7px 4px 16px 0px #A7A7A740;
	opacity: 0.7;
	transform: scale(0.95);
}
[dir="rtl"] #website-design-services-cards .card { box-shadow: -7px 4px 16px 0px #A7A7A740; }
#website-design-services-cards .card.active {
	height: 500px;
	opacity: 1;
	transform: scale(1);
}
#website-design-services-cards .card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
#website-design-services-cards .card.active .card-content {
	padding: 10px;
}
#website-design-services-cards .card a { text-decoration: none; }
#website-design-services-cards .card h3 {
	color: #000;
	margin: 10px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#website-design-services-cards .card p {
	margin: 10px 15px;
	color: #5C6272;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5; 
	height: 4.5em;
}
#website-design-services-cards .card .classic-btn {
	display: block;
	text-align: center;
	margin: 10px;
}
#web-design-slider-nav {
	display: inline-block;
	position: absolute;
	inset-inline-start: 850px;
	bottom: 80px;
}
#web-design-slider-nav button {
	background: none;
	border: none;
	cursor: pointer;
}
#web-design-slider-nav button svg {
	color: #4D5154;
}
#web-design-slider-nav button svg:hover {
	color: #000;
}
[dir="rtl"] #web-design-slider-nav button svg,
[dir="ltr"] .ltr-flip {
	transform: rotate(180deg);
}
.mt-40 { margin-top: 40px; }
.inline-flex { display: inline-flex; }
.relative { position: relative; }
@media (min-width: 1024px) {
	#dynamic-images .img-container:hover {
		width: 540px;
	}
	#dynamic-images .img-container:hover img {
		filter: grayscale(0%);
	}
	#dynamic-images:hover .img-container:first-child:not(:hover) {
		width: 200px;
		filter: grayscale(100%);
	}
	#dynamic-images:hover .img-container:first-child:not(:hover) img {
		filter: grayscale(100%);
	}
}
@media (max-width: 1100px) {
	#web-design-slider-nav {
		position: unset;
		display: block;
		text-align: center;
	}
	#website-design-services-cards .card {
		width: 100%;
		min-width: 100%;
	}
}
@media (max-width: 1023px) {
	#dynamic-images {
		flex-direction: column;
		align-items: center;
	}
	#dynamic-images .img-container {
		width: 100% !important;
		height: 180px;
		transition: height 0.4s ease;
	}
	#dynamic-images .img-container:first-child {
		height: 250px;
	}
	#dynamic-images .img-container img {
		filter: grayscale(0%); 
	}
}
@media screen and (max-width: 768px) {
	.web-dev-container {
		padding: 30px 10px;
	}
	#website-design-features .item h3 {
		font-size: 36px;
	}
	#website-design-features .item summary {
		font-size: 24px;
	}
}


.web-design-main-slider {
    position: relative;
    width: 100%;
    margin-top: -250px;
	direction: ltr;
}

.web-design-main-slider .slider-viewport {
    width: 100%;
    overflow: hidden;
	padding-bottom: 40px;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
}
.web-design-main-slider .slider-viewport::-webkit-scrollbar { display: none; }
.web-design-main-slider .slider-viewport:active { cursor: grabbing; }

.web-design-main-slider .slider-track {
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
	padding: 0 30px;
    width: max-content;
}

.web-design-main-slider .project-card {
    flex: 0 0 930px;
    height: 460px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	--card-accent: #F47A1F;
}

.web-design-main-slider .card-info {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	box-sizing: border-box;
}

.web-design-main-slider .card-info .classic-btn {
	width: fit-content;
}

[dir="rtl"] .web-design-main-slider .card-info {
    direction: rtl;
}

.web-design-main-slider .card-info h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--card-accent);
    margin: 0;
}
.web-design-main-slider .card-info .classic-btn {
	background-color: var(--card-accent);
}

.web-design-main-slider .card-info p {
    color: #666;
    margin-bottom: 25px;
}

.web-design-main-slider .card-image {
    flex: 1;
    height: 100%;
	box-sizing: border-box;
}

.web-design-main-slider .card-image img {
    object-fit: cover;
	-webkit-user-drag: none;
    user-drag: none;
    display: block;

	height: 100%;
    width: auto;
	max-width: 100%;
    margin: auto;
}

[dir="rtl"] .web-design-main-slider .project-card {
    flex-direction: row-reverse;
}

@media (max-width:1024px) {
    .web-design-main-slider .project-card {
        flex: 0 0 750px;
    }
}

@media (max-width:768px) {
    .web-design-main-slider .project-card {
        flex: 0 0 85vw;
        flex-direction: column !important;
        height: auto;
    }
    .web-design-main-slider .card-info {
        order: 2;
		width: 100%;
        padding: 30px 20px;
    }
    .web-design-main-slider .card-image {
        order: 1;
        height: 250px;
        flex: none;
    }
}