.webby-banner,
.webby-features,
.webby-services,
.webby-dream-ring,
.webby-import-export {
	box-sizing: border-box;
	padding: 56px 20px;
}

.webby-banner *,
.webby-features *,
.webby-services *,
.webby-dream-ring *,
.webby-import-export *,
.webby-available-shortcodes *,
.webby-faq * {
	box-sizing: border-box;
}

.webby-features__inner,
.webby-services__inner,
.webby-dream-ring__inner,
.webby-import-export__inner,
.webby-available-shortcodes__inner,
.webby-faq__inner {
	max-width: 1420px;
	margin: 0 auto;
}

.webby-banner__inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 32px;
	align-items: center;
}

.webby-banner__subtitle {
	color: #c8a45d;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.webby-banner__title {
	color: #ffffff;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 14px;
}

.webby-banner__description {
	color: #d7deeb;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 26px;
	max-width: 580px;
}

.webby-banner__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.webby-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 3px;
	background: #c8a45d;
	color: #0d2a52;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.webby-btn:hover {
	transform: translateY(-1px);
	opacity: 0.92;
}

.webby-banner__title-subtitle-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.webby-banner__title-subtitle-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: #eef2fa;
}

.webby-banner__title-subtitle-item strong {
	font-size: 15px;
}

.webby-banner__title-subtitle-item span {
	font-size: 13px;
	opacity: 0.92;
}

.webby-banner__right {
	position: relative;
	min-height: 320px;
}

.webby-banner__center-image {
	width: min(100%, 500px);
	border-radius: 10px;
	display: block;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.webby-banner__banner-image {
	position: absolute;
	right: -10px;
	bottom: -18px;
	top: 0;
	width: 46%;
}

.webby-features__title {
	color: #0d2a52;
	text-align: center;
	font-size: clamp(28px, 3.5vw, 42px);
	margin: 0 0 10px;
}

.webby-features__description {
	color: #425676;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
	line-height: 1.7;
	font-size: 16px;
}

.webby-features__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.webby-features__card {
	padding: 20px;
	background: #ffffff;
	border: 1px solid #d8dfea;
	border-radius: 8px;
	text-align: center;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.webby-features__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(12, 38, 77, 0.08);
}

.webby-features__image {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-bottom: 14px;
}

.webby-features__card-title {
	margin: 0;
	color: #112f5a;
	font-size: 17px;
}

.webby-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	justify-content: center;
	align-items: center;
}

.webby-services__card {
	text-align: center;
	border-radius: 10px;
	padding: 22px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.webby-services__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(12, 38, 77, 0.08);
}

.webby-services__image {
	width: 54px;
	height: 54px;
	object-fit: contain;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
}

.webby-services__title {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3;
}

.webby-services__description {
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.7;
}

.webby-dream-ring__inner {
	position: relative;
}

.webby-dream-ring__title {
	margin: 0 0 10px;
	text-align: center;
	color: #112f5a;
	font-size: clamp(28px, 3.5vw, 40px);
}

.webby-dream-ring__description {
	margin: 0 auto 26px;
	text-align: center;
	max-width: 820px;
	color: #4a5d7b;
	font-size: 16px;
	line-height: 1.7;
}

.webby-dream-ring__arrow-image {
	position: absolute;
	right: 0;
	top: 18px;
	width: 90px;
	height: auto;
	opacity: 0.9;
}

.webby-dream-ring__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.webby-dream-ring__card {
	background: #ffffff;
	border: 1px solid #d9e2ef;
	border-radius: 10px;
	padding: 22px;
}

.webby-dream-ring__number {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #0d2a52;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 14px;
}

.webby-dream-ring__card-title {
	margin: 0 0 8px;
	color: #112f5a;
	font-size: 20px;
}

.webby-dream-ring__card-description {
	margin: 0;
	color: #4a5d7b;
	font-size: 15px;
	line-height: 1.7;
}

.webby-dream-ring__buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.webby-btn--outline {
	background: transparent;
	color: #0d2a52;
	border: 1px solid #0d2a52;
}

.webby-import-export__title {
	margin: 0 0 10px;
	text-align: center;
	color: #112f5a;
	font-size: clamp(28px, 3.2vw, 40px);
}

.webby-import-export__description {
	margin: 0 auto 24px;
	max-width: 860px;
	text-align: center;
	color: #4a5d7b;
	font-size: 16px;
	line-height: 1.7;
}

.webby-import-export__feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.wp_export_functionlity .webby-import-export__feature-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.webby-import-export__feature-card {
	background: #ffffff;
	border: 1px solid #d9e2ef;
	border-radius: 10px;
	padding: 20px;
}

.webby-import-export__feature-image {
	width: 52px;
	height: 52px;
	object-fit: contain;
	margin-bottom: 10px;
}

.webby-import-export__feature-title {
	margin: 0 0 8px;
	color: #112f5a;
	font-size: 19px;
}

.webby-import-export__feature-description {
	margin: 0 0 10px;
	color: #4a5d7b;
	line-height: 1.7;
	font-size: 15px;
}

.webby-import-export__highlight {
	display: inline-block;
	padding: 4px 10px;
	background: #e8edf7;
	color: #0d2a52;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.webby-import-export__editor-list {
	display: grid;
	gap: 14px;
}

.webby-import-export__editor-item {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 14px;
	align-items: start;
	background: #ffffff;
	border: 1px solid #d9e2ef;
	border-radius: 10px;
	padding: 16px;
}

.webby-import-export__editor-number {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #0d2a52;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.webby-import-export__editor-main {
	color: #122f59;
	font-size: 16px;
	line-height: 1.65;
}

.webby-import-export__editor-sub {
	grid-column: 2;
	color: #4a5d7b;
	font-size: 14px;
	line-height: 1.7;
	margin-top: -4px;
}

.webby-available-shortcodes__title {
	margin: 0 0 10px;
	text-align: center;
	color: #112f5a;
	font-size: clamp(28px, 3.2vw, 38px);
}

.webby-available-shortcodes__description {
	margin: 0 auto 24px;
	max-width: 820px;
	text-align: center;
	color: #4a5d7b;
	font-size: 16px;
	line-height: 1.7;
}

.webby-available-shortcodes__card {
	background: #ffffff;
	border: 1px solid #d9e2ef;
	border-radius: 10px;
	padding: 22px;
	display: flex;
	gap: 25px;
}


.webby-available-shortcodes__grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 16px;
}

.webby-available-shortcodes__card-title {
	margin: 0 0 12px;
	color: #112f5a;
	font-size: 22px;
}

.webby-available-shortcodes__image {
	max-width: 64px;
	height: auto;
	display: block;
	margin-bottom: 12px;
}

.webby-available-shortcodes__card-description {
	margin: 0 0 12px;
	color: #4a5d7b;
	font-size: 15px;
	line-height: 1.7;
}

.webby-available-shortcodes__code {
	display: inline-block;
	padding: 8px 10px;
	border-radius: 6px;
	background: #f2f5fb;
	color: #0d2a52;
	font-family: monospace;
	word-break: break-word;
}

.webby-faq__title {
	margin: 0 0 10px;
	text-align: center;
	color: #112f5a;
	font-size: clamp(28px, 3.2vw, 38px);
}

.webby-faq__description {
	margin: 0 auto 24px;
	max-width: 860px;
	text-align: center;
	color: #4a5d7b;
	font-size: 16px;
	line-height: 1.7;
}

.webby-faq__item {
	background: #ffffff;
	border: 1px solid #d9e2ef;
	border-radius: 10px;
	padding: 20px;
}

.webby-faq__list {
	display: grid;
	gap: 12px;
	max-width: 900px;
	margin: 0 auto;
}

.webby-faq__question {
	color: #112f5a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
}

.webby-faq__answer {
	color: #4a5d7b;
	font-size: 15px;
	line-height: 1.8;
}

@media (max-width: 991px) {
	.webby-banner__inner {
		grid-template-columns: 1fr;
	}

	.webby-banner__right {
		min-height: 0;
	}

	.webby-banner__banner-image {
		position: relative;
		right: 0;
		bottom: 0;
		width: 60%;
		margin: 14px auto 0;
		display: block;
	}

	.webby-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webby-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webby-dream-ring__arrow-image {
		position: static;
		display: block;
		margin: 0 auto 18px;
	}

	.webby-dream-ring__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webby-import-export__feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webby-available-shortcodes__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.webby-banner,
	.webby-features,
	.webby-services,
	.webby-dream-ring,
	.webby-import-export,
	.webby-available-shortcodes,
	.webby-faq {
		padding: 42px 16px;
	}

	.webby-features__grid {
		grid-template-columns: 1fr;
	}

	.webby-services__grid {
		grid-template-columns: 1fr;
	}

	.webby-dream-ring__grid {
		grid-template-columns: 1fr;
	}

	.webby-import-export__feature-grid {
		grid-template-columns: 1fr;
	}

	.webby-import-export__editor-item {
		grid-template-columns: 1fr;
	}

	.webby-import-export__editor-sub {
		grid-column: auto;
		margin-top: 0;
	}
}
.webby-faq__item {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.webby-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	text-align: left;
}

.webby-faq__question-text {
	flex: 1;
}

.webby-faq__icon {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
}

.webby-faq__answer {
	display: none;
	padding-top: 15px;
}

.webby-faq__item.active .webby-faq__answer {
	display: block;
}

.webby-faq__icon {
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	flex-shrink: 0;
}

.webby-faq__icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.webby-faq__close-icon {
	display: none;
}

.webby-faq__item.active .webby-faq__open-icon {
	display: none;
}

.webby-faq__item.active .webby-faq__close-icon {
	display: block;
}

.webby-available-shortcodes__copy-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #f5f5f5;
	padding: 12px 15px;
	border-radius: 8px;
	margin-top: 15px;
}

.webby-available-shortcodes__code {
	font-size: 14px;
	word-break: break-all;
}

.webby-available-shortcodes__copy-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.webby-available-shortcodes__copy-btn svg {
	width: 18px;
	height: 18px;
}

.webby-available-shortcodes__copy-btn.copied svg {
	transform: scale(1.1);
}



.webby-banner {
	position: relative;
	overflow: hidden;
	background: #0d2a52;
	padding: 0;
}

.webby-banner__inner {
	display: flex;
	align-items: stretch;
	min-height: 720px;
	position: relative;
}

/* Left Content */
.webby-banner__left {
	width: 50%;
	padding: 80px 70px;
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Right Image */
.webby-banner__right {
	width: 50%;
	position: relative;
}

.webby-banner__banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 1;
}

/* Center Transparent Image */
.webby-banner__center-image {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	width: 100%;
	max-width: 120px;
	height: auto;
	object-fit: contain;
	z-index: 4;
	pointer-events: none;
	opacity: 0.9;
}

/* Subtitle Badge */
.webby-banner__subtitle {
	display: inline-flex;
	list-style: none;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.15);
	color: #d4af37;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 100px;
	width: max-content;
	margin-bottom: 30px;
}
/* Title */
.webby-banner__title {
	font-size: 72px;
	line-height: 1.05;
	font-weight: 700;
	color: #fff;
	margin: 0 0 24px;
	max-width: 620px;
	letter-spacing: -2px;
}

/* Description */
.webby-banner__description {
	font-size: 18px;
	line-height: 1.9;
	color: rgba(255,255,255,0.72);
	max-width: 580px;
	margin-bottom: 40px;
}

/* Buttons */
.webby-banner__buttons {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.webby-banner .webby-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.3s ease;
	background: #d4af37;
	color: #0d2a52;
	border: 1px solid #d4af37;
}

.webby-banner .webby-btn:hover {
	transform: translateY(-2px);
}

.webby-banner .webby-btn:nth-child(2),
.webby-banner .webby-btn:nth-child(3) {
	background: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
}

/* Stats List */
.webby-banner__title-subtitle-list {
	display: flex;
	align-items: flex-start;
	gap: 45px;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.webby-banner__title-subtitle-item {
	display: flex;
	flex-direction: column;
}

.webby-banner__title-subtitle-item strong {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}

.webby-banner__title-subtitle-item span {
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,0.65);
}

/* Responsive */
@media (max-width: 1200px) {

	.webby-banner__title {
		font-size: 58px;
	}

	.webby-banner::after {
		font-size: 100px;
	}

}

@media (max-width: 991px) {

	.webby-banner__inner {
		flex-direction: column;
		min-height: auto;
	}

	.webby-banner__left,
	.webby-banner__right {
		width: 100%;
	}

	.webby-banner__left {
		padding: 60px 25px;
	}

	.webby-banner__title {
		font-size: 42px;
		max-width: 100%;
	}

	.webby-banner__description {
		max-width: 100%;
		font-size: 16px;
	}

	.webby-banner__title-subtitle-list {
		gap: 25px;
	}

	.webby-banner__title-subtitle-item strong {
		font-size: 34px;
	}

	.webby-banner__right {
		height: 500px;
	}

	.webby-banner__center-image {
		right: 50%;
		top: auto;
		bottom: -40px;
		transform: translateX(50%);
		width: 140px;
		max-width: 140px;
	}

	.webby-banner::after {
		display: none;
	}

	.webby-banner__right::before {
		width: 120px;
	}

}

@media (max-width: 767px) {

	.webby-banner__buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.webby-banner .webby-btn {
		width: 100%;
	}

	.webby-banner__right {
		height: 380px;
	}

	.webby-banner__title {
		font-size: 36px;
	}

	.webby-banner__title-subtitle-list {
		gap: 20px;
	}

}