/* ============================================
   Template Styles - Consolidated CSS
   ============================================ */

/* ============================================
   Header Submenu Styles - Matching Existing Template Design
   ============================================ */

/* Desktop Submenu */
@media (min-width: 768px) {
	/* Allow submenu to overflow all parent containers */
	header {
		overflow: visible !important;
		z-index: 1000 !important;
	}

	.header-content-area {
		overflow: visible !important;
		z-index: 1001 !important;
	}

	.header-content-area .containerXL {
		overflow: visible !important;
		z-index: 1002 !important;
	}

	.menu-area {
		overflow: visible !important;
		z-index: 1003 !important;
	}

	/* Allow submenu to overflow the rounded menu container */
	.menu-area ul {
		overflow: visible !important;
		z-index: 1004 !important;
	}

	.menu-area ul li.menu-item-has-children {
		position: relative;
		overflow: visible !important;
		z-index: 1005 !important;
	}

	/* Dropdown arrow for parent items */
	.menu-area ul li.menu-item-has-children > a .dropdown-arrow,
	.menu-area ul li.menu-item-has-children .dropdown-arrow {
		display: inline-block !important;
		margin-left: 6px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid currentColor;
		vertical-align: middle;
		transition: transform 0.3s ease;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.menu-area ul li.menu-item-has-children:hover > a .dropdown-arrow,
	.menu-area ul li.menu-item-has-children:hover .dropdown-arrow {
		transform: rotate(180deg);
	}

	/* Submenu container */
	.menu-area ul li .sub-menu {
		position: absolute !important;
		top: calc(100% + 15px) !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		background: #ffffff !important;
		min-width: 200px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
		border-radius: 12px !important;
		padding: 8px 0 !important;
		margin: 0 !important;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 99999 !important;
		list-style: none !important;
		display: block !important;
		border: none !important;
		width: auto !important;
		max-width: none !important;
		overflow: visible !important;
	}

	.menu-area ul li:hover > .sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}

	/* Submenu items - override parent menu styles */
	.menu-area ul li .sub-menu li {
		position: relative !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		background: transparent !important;
		border-radius: 0 !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		gap: 0 !important;
		overflow: visible !important;
	}

	.menu-area ul li .sub-menu li a {
		display: block !important;
		padding: 10px 20px !important;
		color: #181818 !important;
		text-decoration: none !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		text-transform: none !important;
		transition: all 0.3s ease;
		position: relative;
		text-align: left !important;
		line-height: 1.5 !important;
		width: 100% !important;
		font-family: "Pretendard Variable" !important;
		white-space: nowrap;
	}

	.menu-area ul li .sub-menu li a:hover {
		background: #f5f5f5 !important;
		color: #3E27CC !important;
		font-weight: 600 !important;
		text-decoration: none !important;
	}

	.menu-area ul li .sub-menu li.active > a {
		color: #3E27CC !important;
		font-weight: 800 !important;
		background: #f5f5f5 !important;
	}

	/* Hide circleGren in submenu */
	.menu-area ul li .sub-menu li span.circleGren {
		display: none !important;
	}

	/* Nested Submenu (Third Level) */
	.menu-area ul li .sub-menu li.menu-item-has-children {
		position: relative;
	}

	.menu-area ul li .sub-menu li.menu-item-has-children > a {
		padding-right: 35px !important;
	}

	.menu-area ul li .sub-menu li .dropdown-arrow {
		position: absolute !important;
		right: 15px !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		border-top: 4px solid currentColor !important;
		border-left: 4px solid transparent !important;
		border-right: 4px solid transparent !important;
		border-bottom: none !important;
		margin-left: 0 !important;
		display: inline-block !important;
	}

	.menu-area ul li .sub-menu li:hover .dropdown-arrow {
		transform: translateY(-50%) rotate(180deg) !important;
	}

	.menu-area ul li .sub-menu li .sub-menu {
		top: 0 !important;
		left: 100% !important;
		margin-left: 10px !important;
		transform: translateX(0) !important;
	}

	.menu-area ul li .sub-menu li:hover > .sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
		transform: translateX(0) !important;
	}
}

/* Mobile Submenu Styles */
@media (max-width: 767px) {
	.menu-area ul li .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: transparent;
		padding: 0;
		margin: 0;
		margin-left: 20px;
		margin-top: 10px;
		border-left: 2px solid rgba(0, 0, 0, 0.1);
		padding-left: 15px;
		border-radius: 0;
		display: block;
		border: none;
		width: auto;
		max-width: none;
	}

	.menu-area ul li .sub-menu li {
		max-width: 100%;
		justify-content: flex-start;
		background: transparent;
		border-radius: 0;
		padding: 0;
		margin: 0;
	}

	.menu-area ul li .sub-menu li a {
		padding: 8px 15px;
		font-size: 14px;
		color: #181818;
		text-align: left;
		text-transform: none;
	}

	.menu-area ul li .sub-menu li a:hover {
		background: transparent;
		color: #3E27CC;
		padding-left: 20px;
	}

	.menu-area ul li .sub-menu li .sub-menu {
		position: static;
		margin-left: 15px;
		transform: none;
	}

	.menu-area ul li .sub-menu li span.circleGren {
		display: none;
	}
}

/* ============================================
   Contact Form 7 Styles
   ============================================ */
.wpcf7-form {
	margin: 0;
}

.wpcf7-form .from-area {
	margin-top: 20px;
}

/* Remove extra space above checkbox parent div */
.wpcf7-form .from-area.padT40 {
	padding-top: 0;
	margin-top: 0;
}

.wpcf7-form .from-area .cols2.marB60 {
	margin-top: 0;
}

.wpcf7-form .from-area .cols2.mb24 {
	margin-top: 0;
}

.wpcf7-form .from-area .cols2.txtBx {
	margin-top: 0;
}

.wpcf7-form .cols2 {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7-form .cols2 > div {
	flex: 1;
}

.wpcf7-form .input-wrapper {
	position: relative;
}

.wpcf7-form .input-wrapper.nomarked input {
	background: none !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	font-size: 14px;
}

/* Hide placeholder completely when typing - CSS approach */
.wpcf7-form input[type="text"]:not(:placeholder-shown)::placeholder,
.wpcf7-form input[type="tel"]:not(:placeholder-shown)::placeholder,
.wpcf7-form input[type="email"]:not(:placeholder-shown)::placeholder {
	opacity: 0 !important;
	color: transparent !important;
}

.wpcf7-form input[type="text"]:focus::placeholder,
.wpcf7-form input[type="tel"]:focus::placeholder,
.wpcf7-form input[type="email"]:focus::placeholder {
	opacity: 0 !important;
	color: transparent !important;
}

/* Hide placeholder when input has value */
.wpcf7-form input[type="text"][value]:not([value=""])::placeholder,
.wpcf7-form input[type="tel"][value]:not([value=""])::placeholder,
.wpcf7-form input[type="email"][value]:not([value=""])::placeholder {
	opacity: 0 !important;
	color: transparent !important;
}

/* Additional: hide placeholder on any input with text */
.wpcf7-form input[type="text"]:valid::placeholder,
.wpcf7-form input[type="tel"]:valid::placeholder,
.wpcf7-form input[type="email"]:valid::placeholder {
	opacity: 0 !important;
	color: transparent !important;
}

.wpcf7-form .label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.wpcf7-form .checkBxRound label {
	cursor: pointer;
	user-select: none;
}

/* Prevent form submission on checkbox/label click */
.wpcf7-form .checkBxRound * {
	pointer-events: auto;
}

/* Fix checkbox checked state - handle different HTML structures */
.wpcf7-form .checkBxRound {
	position: relative;
}

.wpcf7-form .checkBxRound input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
	z-index: 2;
}

.wpcf7-form .checkBxRound label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

.wpcf7-form .checkBxRound label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #4C4C4C;
	border-radius: 4px;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	z-index: 1;
}

/* Show checkmark when checkbox is checked - multiple selector options */
.wpcf7-form .checkBxRound input[type="checkbox"]:checked + label::after,
.wpcf7-form .checkBxRound input[type="checkbox"]:checked ~ label::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #181818;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: block;
	z-index: 3;
}

/* For label:has() support (modern browsers) */
.wpcf7-form .checkBxRound label:has(input[type="checkbox"]:checked)::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #181818;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: block;
	z-index: 3;
}

/* Ensure span inside label doesn't interfere */
.wpcf7-form .checkBxRound label span {
	position: relative;
	z-index: 1;
}

/* Show checkmark using class-based approach (JavaScript fallback) */
.wpcf7-form .checkBxRound.checkbox-checked label::after,
.wpcf7-form .checkBxRound label.checkbox-checked::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #181818;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: block !important;
	z-index: 3;
}

.wpcf7-form .linkTxt {
	margin-top: 10px;
}

.wpcf7-form .linkTxt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.wpcf7-form .cols2.just-center {
	justify-content: center;
	margin-top: 40px;
}

.wpcf7-form .submitBtn {
	padding: 15px 30px;
	background: #3E27CC;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.wpcf7-form .cols2 {
		flex-direction: column;
		gap: 0;
	}
}

/* ============================================
   Footer Modal Styles
   ============================================ */
#myModalprivecy .modal-dialog {
	max-width: 820px;
}

@media (max-width: 767px) {
	#myModalprivecy .modal-dialog {
		margin-top: 50%;
	}
}

.customModals .modal-dialog {
	max-width: 540px;
}

.customModals .modal-dialog .mini-modals {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 10px 40px;
}

.customModals .modal-dialog .mini-modals .icon-holder {
	margin-bottom: 15px;
}

.customModals .modal-dialog .mini-modals .btn-holder .modalBtn {
	padding: 15px 30px;
	background: #3E27CC;
	color: #fff;
}

.customModals .modal-dialog .mini-modals .btn-holder .modalBtn:hover {
	color: #fff;
	text-decoration: none;
}

.customModals .modal-dialog .mini-modals h3 {
	font-family: "Pretendard Variable", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 39px;
	letter-spacing: -0.403315px;
	color: #181818;
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 640px) {
	.customModals .modal-dialog .mini-modals h3 {
		font-size: 18px;
	}
}

.customModals .modal-dialog .mini-modals p {
	font-family: "Pretendard Variable", sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.403315px;
	color: #181818;
	margin: 0;
	text-align: center;
	display: block;
	width: 100%;
}

.customModals .modal-dialog .mini-modals .btn-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
	gap: 24px;
}

@media only screen and (max-width: 767px) {
	.customModals .modal-dialog .mini-modals .btn-holder {
		flex-direction: column;
		width: 70%;
		gap: 24px;
	}
}

.customModals .modal-dialog .mini-modals .btn-holder .btns {
	margin-left: 5px;
	width: 205px;
	height: 45px;
	font-size: 15px;
	line-height: 22px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customModals .modal-dialog .mini-modals .btn-holder .btn:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 425px) {
	.customModals .modal-dialog .mini-modals .btn-holder .btn {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
}

/* ============================================
   Page Template Styles (page.php)
   ============================================ */
.site-main {
	padding: 100px 20px 80px;
	background: #ffffff;
	min-height: 60vh;
}

.site-main article {
	max-width: none;
	width: 100%;
	margin: 0;
}

.entry-header {
	margin-bottom: 40px;
}

.entry-title {
	font-size: 42px;
	font-weight: 700;
	color: #181818;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.entry-content {
	font-size: 18px;
	line-height: 1.8;
	color: #181818;
	margin-bottom: 40px;
}

.entry-content p {
	margin-bottom: 24px;
}

.entry-content h2 {
	font-size: 32px;
	font-weight: 700;
	color: #181818;
	margin: 40px 0 20px;
	line-height: 1.3;
}

.entry-content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #181818;
	margin: 32px 0 16px;
	line-height: 1.4;
}

.entry-content h4 {
	font-size: 20px;
	font-weight: 600;
	color: #181818;
	margin: 28px 0 14px;
	line-height: 1.4;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 24px;
	padding-left: 30px;
}

.entry-content li {
	margin-bottom: 12px;
}

.entry-content a {
	color: #3B82F6;
	text-decoration: none;
	transition: color 0.3s ease;
}

.entry-content a:hover {
	color: #2563eb;
	text-decoration: underline;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 24px 0;
}

.entry-content blockquote {
	border-left: 4px solid #3B82F6;
	padding-left: 24px;
	margin: 32px 0;
	font-style: italic;
	color: #666;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
}

.entry-content table th,
.entry-content table td {
	padding: 12px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.entry-content table th {
	background: #f5f5f5;
	font-weight: 600;
}

.page-links {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
}

.page-links a {
	color: #3B82F6;
	text-decoration: none;
	margin: 0 8px;
	transition: color 0.3s ease;
}

.page-links a:hover {
	color: #2563eb;
	text-decoration: underline;
}

.entry-footer {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.edit-link a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.edit-link a:hover {
	color: #3B82F6;
}

@media (max-width: 768px) {
	.site-main {
		padding: 80px 20px 60px;
	}

	.entry-title {
		font-size: 32px;
	}

	.entry-content {
		font-size: 16px;
	}

	.entry-content h2 {
		font-size: 28px;
	}

	.entry-content h3 {
		font-size: 22px;
	}

	.entry-content h4 {
		font-size: 18px;
	}
}

/* ============================================
   Single Post Styles (single.php)
   ============================================ */
.blog-detail-section {
	padding: 100px 20px 80px;
	background: #ffffff;
}

.blog-detail-article {
	max-width: 900px;
	margin: 0 auto;
}

.blog-detail-header {
	margin-bottom: 40px;
}

.blog-detail-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	font-size: 14px;
}

.blog-date {
	color: #666;
}

.blog-category {
	color: #3B82F6;
	font-weight: 600;
}

.blog-detail-title {
	font-size: 42px;
	font-weight: 700;
	color: #181818;
	line-height: 1.3;
	margin: 0;
}

.blog-detail-image {
	margin-bottom: 40px;
	border-radius: 12px;
	overflow: hidden;
}

.blog-detail-image img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-detail-content {
	margin-bottom: 60px;
}

.blog-detail-body {
	font-size: 18px;
	line-height: 1.8;
	color: #181818;
	margin-bottom: 40px;
}

.blog-detail-body p {
	margin-bottom: 24px;
}

.blog-detail-body h2 {
	font-size: 32px;
	font-weight: 700;
	color: #181818;
	margin: 40px 0 20px;
}

.blog-detail-body h3 {
	font-size: 24px;
	font-weight: 600;
	color: #181818;
	margin: 32px 0 16px;
}

.blog-detail-body ul,
.blog-detail-body ol {
	margin-bottom: 24px;
	padding-left: 30px;
}

.blog-detail-body li {
	margin-bottom: 12px;
}

.blog-detail-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.tags-label {
	font-weight: 600;
	color: #181818;
}

.tag-item {
	display: inline-block;
	padding: 6px 16px;
	background: #f5f5f5;
	border-radius: 20px;
	color: #181818;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.tag-item:hover {
	background: #3B82F6;
	color: #ffffff;
}

.blog-detail-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}

.nav-previous,
.nav-next {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	transition: background 0.3s ease;
}

.nav-previous:hover,
.nav-next:hover {
	background: #f0f0f0;
}

.nav-previous a,
.nav-next a {
	display: block;
	text-decoration: none;
	color: #181818;
}

.nav-label {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}

.nav-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.nav-next {
	text-align: right;
}

@media (max-width: 768px) {
	.blog-detail-section {
		padding: 80px 20px 60px;
	}

	.blog-detail-title {
		font-size: 32px;
	}

	.blog-detail-body {
		font-size: 16px;
	}

	.blog-detail-navigation {
		grid-template-columns: 1fr;
	}

	.nav-next {
		text-align: left;
	}
}

/* ============================================
   Blog List Styles (page-blog.php)
   ============================================ */
.blog-list-section {
	padding: 100px 20px 80px;
	background: #ffffff;
}

.blog-list-header {
	text-align: center;
	margin-bottom: 60px;
}

.blog-list-header h1 {
	font-size: 48px;
	font-weight: 700;
	color: #181818;
	margin-bottom: 16px;
}

.blog-list-header p {
	font-size: 18px;
	color: #666;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 60px;
}

.blog-item {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-item-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.blog-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-item:hover .blog-item-image img {
	transform: scale(1.05);
}

.blog-item-content {
	padding: 24px;
}

.blog-item-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 14px;
}

.blog-item .blog-date {
	color: #666;
}

.blog-item .blog-category {
	color: #3B82F6;
	font-weight: 600;
}

.blog-item-title {
	font-size: 20px;
	font-weight: 600;
	color: #181818;
	margin-bottom: 12px;
	line-height: 1.4;
}

.blog-item-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-item-title a:hover {
	color: #3B82F6;
}

.blog-item-excerpt {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-read-more {
	display: inline-block;
	color: #3B82F6;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-read-more:hover {
	color: #2563eb;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.blog-pagination ul {
	display: flex;
	list-style: none;
	gap: 8px;
	padding: 0;
	margin: 0;
}

.blog-pagination li a,
.blog-pagination li span {
	display: block;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	color: #181818;
	background: #f5f5f5;
	transition: all 0.3s ease;
}

.blog-pagination li a:hover,
.blog-pagination li .current {
	background: #3B82F6;
	color: #ffffff;
}

.no-posts {
	text-align: center;
	padding: 60px 20px;
	color: #666;
}

@media (max-width: 1024px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.blog-list-section {
		padding: 80px 20px 60px;
	}

	.blog-list-header h1 {
		font-size: 36px;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.blog-item-image {
		height: 200px;
	}
}

/* ============================================
   Home Banner Styles (template-parts/home-banner.php)
   ============================================ */
.banner-area {
	position: relative;
	width: 100%;
	height: 100vh; /* Full viewport height */
	overflow: hidden;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0; /* Hide all videos by default */
	visibility: hidden;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.video-background video.active {
	opacity: 1;
	visibility: visible;
}

.banner-content-area {
	position: relative;
	z-index: 2;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers content vertically */
	padding: 0 20px; /* Add some horizontal padding */
}

/* Optional overlay to darken video */
.banner-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
	z-index: 1; /* Ensure overlay is between video and content */
}

.banner-text {
	position: static;
	z-index: 3;
	text-align: center;
	opacity: 1;
	visibility: visible;
	display: none;
}

.banner-text.active {
	display: block;
}

.banner-text .bnr_txt {
	padding: 20px;
}

.TxtDiv1 {
	margin-bottom: 15px;
}

.TxtDiv1 h3 {
	color: #FFF;
	text-align: center;
	font-family: "Pretendard Variable";
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 130%; /* 80px */
}

.TxtDiv1 span {
	color: #FFF;
	text-align: center;
	font-family: "Pretendard Variable";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}

/* Updated button styling */
.banner-btn2 {
	font-family: "Pretendard Variable";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	padding: 15px 30px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 50px;
	margin-top: 20px;
	transition: all 0.3s ease;
	position: relative;
	padding-right: 45px; /* Increased right padding to accommodate arrow */
}

.banner-btn2::after {
	content: '→';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	transition: transform 0.3s ease;
}

.banner-btn2:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.banner-btn2:hover::after {
	transform: translateY(-50%) translateX(5px); /* Arrow moves right on hover */
}

/* Navigation dots */
.banner-nav {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 4;
}

.nav-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.nav-dot.active {
	background: #fff;
	width: 30px;
	border-radius: 6px;
}

/* Mobile */
@media screen and (max-width: 767px) {
	.TxtDiv1 h3 {
		font-size: 32px;
		line-height: 120%;
	}

	.TxtDiv1 span {
		font-size: 14px;
		line-height: 140%;
		word-break: keep-all; /* Prevents breaking words in Korean text */
	}

	.banner-btn2 {
		font-size: 14px;
	}
}

/* Small Mobile */
@media screen and (max-width: 480px) {
	.TxtDiv1 h3 {
		font-size: 32px;
		line-height: 130%;
	}

	.TxtDiv1 span {
		font-size: 14px;
		line-height: 140%;
	}

	.banner-btn2 {
		font-size: 14px;
	}
}

/* ============================================
   Front Page Logo Slider Styles (front-page.php)
   ============================================ */
.slide-track {
	animation: scroll 37s linear infinite !important;
}

.slide-track2 {
	animation: scroll 32s linear infinite !important;
}

/* ============================================
   AI Agent Page Styles (page-ai-agent.php)
   ============================================ */
/* Hero Section */
.ai-hero-section {
	padding-top: 150px;
	background: #5c73e5;
	overflow-x: hidden;
	width: 100%;
}

.ai-hero-bottom-section {
	padding-top: 40px !important;
	padding-bottom: 40px;
}

.ai-hero-bottom-section .ai-hero-content {
	min-height: 350px;
}

.ai-hero-content {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
	background: #ffffff;
	border: 1px solid #e0b3ff;
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	max-width: 100%;
	overflow: hidden;
	min-height: 528px;
}

.ai-hero-image {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 0;
}

.ai-hero-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ai-hero-buttom-image {
	display: block;
	min-height: 350px;
}

.ai-hero-buttom-image img {
	height: 100% !important;
}

.ai-hero-text {
	flex: 2;
	background: #ffffff;
	padding: 53px;
	border-radius: 0;
	min-width: 0;
}

.ai-hero-bottom-text {
	padding: 15px 0px 5px 34px;
}

.ai-hero-text h1 {
	font-size: 64px;
	font-weight: 700;
	color: #181818;
	line-height: 1.3;
	margin-bottom: 40px;
}

.ai-hero-bottom-section h1 {
	font-size: 50px !important;
	font-weight: 700;
	color: #181818;
	line-height: 1.2;
	margin-bottom: 8px !important;
}

.ai-hero-text p {
	font-size: 24px;
	color: #181818;
	line-height: 1.8;
	margin-bottom: 21px;
}

.ai-hero-bottom-section p {
	font-size: 24px;
	color: #181818;
	line-height: 1.5;
	margin-bottom: 1px;
}

/* Divii Intro Section */
.divii-intro-section {
	padding: 40px 20px;
	background: #5c73e5;
}

.containerXL {
	max-width: 1854px !important;
}

.divii-intro-section .containerXL {
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
	padding: 40px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.divii-intro-section .heading-text {
	text-align: center;
}

.divii-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
}

.logo-d {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #6B46C1, #3B82F6);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	position: relative;
}

.logo-d::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.divii-logo h2 {
	font-size: 32px;
	color: #181818;
	margin: 0;
}

.divii-intro-section .heading-text h3 {
	font-size: 36px;
	color: #181818;
	margin-bottom: 50px;
	font-weight: 700;
	text-align: center;
}

.divii-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.feature-item {
	text-align: center;
	padding: 30px 20px;
	background: #f9f9f9;
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}

.feature-icon svg {
	width: 40px;
	height: 40px;
	color: #181818;
}

.feature-item h4 {
	font-size: 20px;
	color: #181818;
	margin: 0 0 16px 0;
	font-weight: 600;
}

.feature-item p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* AI Agent & Workflow Sections */
.ai-agent-section {
	background: #5c73e5;
}

.workflow-section {
	padding-top: 40px;
	background: #5c73e5;
}

.section-content-wrapper {
	display: flex;
	align-items: stretch;
	gap: 0;
}

/* AI Agent Section Specific Styles */
.ai-agent-section .section-content-wrapper {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ai-agent-section .section-text-content {
	flex: 2;
	background: #ffffff;
	padding: 40px;
	border-radius: 0;
}

.ai-agent-section .section-text-content .heading-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin: 0 0 0 0;
}

.ai-agent-section .section-image-content {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 0;
}

.ai-agent-section .section-image-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Workflow Section Styles */
.workflow-section .section-content-wrapper {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.workflow-section .section-text-content {
	flex: 2;
	background: #ffffff;
	padding: 40px;
	border-radius: 0;
}

.workflow-section .section-text-content .heading-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin: 0 0 12px 0;
}

.workflow-subtitle {
	font-size: 18px;
	color: #666;
	margin: 0 0 40px 0;
	line-height: 1.6;
}

.workflow-section .section-image-content {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 0;
}

.workflow-section .section-image-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ai-agent-features,
.workflow-features {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.agent-feature-box {
	padding: 24px;
	background: #E3F2FD;
	border-radius: 16px;
}

.workflow-feature-box {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	background: #ffffff;
	border-radius: 16px;
}

.workflow-icon-wrapper {
	flex-shrink: 0;
}

.workflow-icon {
	width: 60px;
	height: 60px;
	background: #E3F2FD;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3B82F6;
}

.workflow-icon svg {
	width: 32px;
	height: 32px;
}

.workflow-content {
	flex: 1;
}

.agent-feature-box h4,
.workflow-feature-box h4 {
	font-size: 20px;
	color: #181818;
	margin: 0 0 8px 0;
	font-weight: 600;
}

.agent-feature-box p,
.workflow-feature-box p {
	font-size: 16px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

.workflow-conclusion {
	font-size: 16px;
	color: #181818;
	line-height: 1.8;
	margin-top: 40px;
	padding-top: 30px;
}

/* Tool Sections (DeepSeek, ChatGPT, Claude, n8n) */
.deepseek-section,
.chatgpt-section,
.claude-section,
.n8n-section {
	padding-top: 40px;
	background: #5c73e5;
}

.deepseek-section {
	background: #5c73e5;
}

.chatgpt-section {
	background: #5c73e5;
}

.chatgpt-content-wrapper {
	background: #ffffff;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	margin: 0 auto;
}

.chatgpt-header {
	text-align: center;
	margin-bottom: 50px;
}

.chatgpt-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.chatgpt-logo-wrapper img {
	height: 200px;
	width: auto;
}

.chatgpt-header h2 {
	font-size: 36px;
	color: #181818;
	margin: 0 0 20px 0;
	font-weight: 700;
}

.chatgpt-intro {
	font-size: 16px;
	color: #181818;
	line-height: 1.8;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.chatgpt-features-section,
.chatgpt-case-section {
	margin-top: 50px;
}

.chatgpt-section-title {
	font-size: 24px;
	color: #181818;
	margin: 0 0 30px 0;
	font-weight: 600;
	text-align: left;
}

.chatgpt-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.chatgpt-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	background: #ffffff;
	border-radius: 12px;
}

.chatgpt-feature-icon {
	width: 60px;
	height: 60px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.chatgpt-feature-icon svg {
	width: 32px;
	height: 32px;
}

.chatgpt-feature-item h4 {
	font-size: 18px;
	color: #181818;
	margin: 0 0 8px 0;
	font-weight: 600;
}

.chatgpt-feature-item p {
	font-size: 16px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

.chatgpt-case-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.chatgpt-case-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	background: #ffffff;
	border-radius: 12px;
}

.chatgpt-case-icon {
	width: 60px;
	height: 60px;
	background: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.chatgpt-case-icon svg {
	width: 32px;
	height: 32px;
}

.chatgpt-case-item h4 {
	font-size: 18px;
	color: #181818;
	margin: 0 0 8px 0;
	font-weight: 600;
}

.chatgpt-case-item p {
	font-size: 16px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

.chatgpt-case-conclusion {
	font-size: 16px;
	color: #181818;
	line-height: 1.8;
	margin: 0;
	padding-top: 20px;
}

.claude-content-wrapper {
	background: #ffffff;
	border: 1px solid #e0b3ff;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 4px 20px rgba(156, 136, 255, 0.25), 0 8px 30px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

.claude-header {
	text-align: center;
	margin-bottom: 60px;
}

.claude-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
}

.claude-logo-wrapper img {
	height: 200px;
	width: auto;
}

.claude-header h2 {
	font-size: 36px;
	color: #181818;
	margin: 0;
	font-weight: 700;
}

.claude-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.claude-feature-item {
	text-align: center;
	padding: 0;
}

.claude-feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9C88FF;
}

.claude-feature-icon svg {
	width: 40px;
	height: 40px;
}

.claude-feature-item h4 {
	font-size: 20px;
	color: #181818;
	margin: 0 0 12px 0;
	font-weight: 600;
}

.claude-feature-item p {
	font-size: 16px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

.deepseek-content-wrapper {
	background: #ffffff;
	border: 1px solid #E0F2FE;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	margin: 0 auto;
}

.deepseek-header {
	text-align: center;
	margin-bottom: 60px;
}

.deepseek-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
}

.deepseek-logo-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.deepseek-logo-icon svg {
	width: 100%;
	height: 100%;
}

.deepseek-logo-text {
	font-size: 32px;
	font-weight: 600;
	color: #3B82F6;
	text-transform: lowercase;
}

.deepseek-header h2 {
	font-size: 36px;
	color: #181818;
	margin: 0 0 16px 0;
	font-weight: 700;
}

.deepseek-subtitle {
	font-size: 18px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

.deepseek-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.deepseek-feature-item {
	text-align: center;
	padding: 0;
}

.deepseek-feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.deepseek-feature-icon svg {
	width: 40px;
	height: 40px;
}

.deepseek-feature-item h4 {
	font-size: 20px;
	color: #181818;
	margin: 0 0 12px 0;
	font-weight: 600;
}

.deepseek-feature-item p {
	font-size: 16px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

.tool-intro-header {
	text-align: center;
	margin-bottom: 60px;
}

.tool-logo {
	margin-bottom: 20px;
}

.tool-logo img {
	height: 60px;
	width: auto;
}

.tool-intro-header h2 {
	font-size: 32px;
	color: #181818;
	margin-bottom: 10px;
}

.tool-intro-header h3 {
	font-size: 24px;
	color: #666;
	margin: 0;
}

.tool-features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.tool-feature-item {
	text-align: center;
	padding: 30px 20px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tool-feature-icon {
	font-size: 40px;
	margin-bottom: 20px;
}

.tool-feature-item h4 {
	font-size: 18px;
	color: #181818;
	margin: 0;
	line-height: 1.4;
}

/* n8n Section Styles */
.n8n-content-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	margin: 0 auto;
}

.n8n-header {
	margin-bottom: 30px;
}

.n8n-logo-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
	justify-content: center;
}

.n8n-logo-wrapper img {
	height: 200px;
	width: auto;
}

.n8n-logo-text {
	font-size: 32px;
	font-weight: 700;
	color: #181818;
}

.n8n-main-content {
	text-align: center;
	margin-bottom: 50px;
}

.n8n-main-content h2 {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin: 0 0 20px 0;
}

.n8n-description {
	font-size: 16px;
	color: #181818;
	line-height: 1.8;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.n8n-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.n8n-feature-item {
	text-align: left;
	padding: 0;
}

.n8n-feature-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
}

.n8n-feature-icon svg {
	width: 32px;
	height: 32px;
}

.n8n-feature-item h4 {
	font-size: 20px;
	font-weight: 600;
	color: #181818;
	margin: 0 0 12px 0;
}

.n8n-feature-item p {
	font-size: 16px;
	color: #181818;
	line-height: 1.6;
	margin: 0;
}

/* n8n Usage Section */
.n8n-usage-section {
	padding-top: 40px;
	background: #5c73e5;
}

.n8n-usage-section .section-content-wrapper {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}

.n8n-usage-section .section-text-content {
	flex: 1;
	background: #ffffff;
	padding: 40px;
	border-radius: 0;
}

.n8n-usage-section .section-text-content .heading-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin: 0 0 40px 0;
}

.n8n-usage-section .section-image-content {
	flex: 1;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border-radius: 0;
	background: #f5f5f5;
}

.n8n-usage-section .section-image-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.usage-steps {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 0;
}

.usage-step-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	background: #ffffff;
	border-radius: 12px;
}

.step-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 8px;
	flex-shrink: 0;
	color: #181818;
}

.step-icon svg {
	width: 24px;
	height: 24px;
}

.step-content {
	flex: 1;
}

.usage-step-item h4 {
	font-size: 18px;
	color: #181818;
	margin: 0 0 8px 0;
	font-weight: 600;
}

.usage-step-item p {
	font-size: 16px;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

/* AI Effects Section */
.ai-effects-section {
	padding: 0;
	background: #ffffff;
}

.effects-visual {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	border-radius: 20px 20px 0 0;
}

.effects-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.effects-stats-section {
	padding-top: 40px;
	background: #5c73e5;
}

.effects-stats-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	overflow: hidden;
}

.effects-stats-content {
	text-align: center;
	background: #f5f5f5;
	padding: 60px 40px;
	border-radius: 0 0 20px 20px;
}

.effects-stats-content .heading-text {
	margin-bottom: 50px;
}

.effects-stats-content .heading-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin: 0;
}

.effects-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	margin-top: 50px;
}

.stat-item {
	text-align: center;
}

.stat-number {
	font-size: 72px;
	font-weight: 700;
	color: #181818;
	margin-bottom: 16px;
	line-height: 1;
}

.stat-item h4 {
	font-size: 20px;
	font-weight: 600;
	color: #181818;
	margin: 0 0 12px 0;
}

.stat-item p {
	font-size: 16px;
	color: #181818;
	margin: 0;
	line-height: 1.6;
}

/* Divii Partner Section */
.divii-partner-section {
	padding-top: 40px;
	background: #5c73e5;
}

.partner-content-wrapper {
	background: #ffffff;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.divii-partner-section .heading-text {
	text-align: center;
	margin-bottom: 50px;
}

.divii-partner-section .heading-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin: 0;
}

.partner-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 0;
}

.partner-feature-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.partner-image {
	margin-bottom: 24px;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.partner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partner-feature-item h4 {
	font-size: 24px;
	font-weight: 600;
	color: #181818;
	margin: 0 0 16px 0;
}

.partner-feature-item p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* Contact Section - Now uses ai-hero-section styles */
.contact-details {
	margin-bottom: 5px;
	margin-top: 10px;
}

.contact-details p {
	font-size: 15px;
	color: #181818;
	line-height: 1.8;
}

.consultation-btn {
	display: inline-block;
	padding: 16px 40px;
	background: #3B82F6;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s;
}

.consultation-btn:hover {
	background: #2563eb;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for AI Agent Page */
@media (max-width: 1024px) {
	.ai-hero-content {
		flex-direction: column;
		padding: 30px;
		gap: 30px;
	}

	.ai-hero-image {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
		display: block !important;
		min-height: 300px;
		height: auto;
	}

	.ai-hero-image img {
		position: relative !important;
		height: auto !important;
		object-fit: contain !important;
	}

	.ai-hero-buttom-image {
		display: block !important;
		min-height: 300px;
		height: auto;
	}

	.ai-hero-buttom-image img {
		position: relative !important;
		height: auto !important;
	}

	.ai-hero-text {
		padding-left: 0;
		padding-top: 30px;
		max-width: 100%;
	}

	.section-content-wrapper,
	.contact-content-wrapper {
		flex-direction: column;
	}

	.ai-agent-section .section-image-content,
	.workflow-section .section-image-content,
	.n8n-usage-section .section-image-content {
		display: block !important;
		min-height: 300px;
		height: auto;
		flex: 0 0 auto;
	}

	.ai-agent-section .section-image-content img,
	.workflow-section .section-image-content img,
	.n8n-usage-section .section-image-content img {
		position: relative !important;
		height: auto !important;
		object-fit: contain !important;
	}

	.tool-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.n8n-content-card {
		padding: 40px 30px;
	}

	.n8n-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.deepseek-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.deepseek-content-wrapper {
		padding: 40px 30px;
	}

	.claude-content-wrapper {
		padding: 40px 30px;
	}

	.claude-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.chatgpt-content-wrapper {
		padding: 40px 30px;
	}

	.chatgpt-features-grid,
	.chatgpt-case-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.effects-stats-section {
		padding: 60px 0;
	}

	.effects-visual {
		height: 350px;
		border-radius: 16px 16px 0 0;
	}

	.effects-stats-card {
		border-radius: 16px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	}

	.effects-stats-content {
		padding: 50px 30px;
		border-radius: 0 0 16px 16px;
	}

	.effects-stats {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.stat-number {
		font-size: 64px;
	}
}

@media (max-width: 768px) {
	.ai-hero-content {
		padding: 20px;
		gap: 20px;
	}

	.ai-hero-image {
		display: block !important;
		min-height: 250px;
		height: auto;
	}

	.ai-hero-image img {
		position: relative !important;
		height: auto !important;
		object-fit: contain !important;
	}

	.ai-hero-buttom-image {
		display: block !important;
		min-height: 250px;
		height: auto;
	}

	.ai-hero-buttom-image img {
		position: relative !important;
		height: auto !important;
	}

	.ai-hero-text h1 {
		font-size: 32px;
	}

	.ai-hero-text p {
		font-size: 16px;
	}

	.divii-features,
	.partner-features {
		grid-template-columns: 1fr;
	}

	.ai-agent-section .section-image-content,
	.workflow-section .section-image-content,
	.n8n-usage-section .section-image-content {
		display: block !important;
		min-height: 250px;
		height: auto;
		flex: 0 0 auto;
	}

	.ai-agent-section .section-image-content img,
	.workflow-section .section-image-content img,
	.n8n-usage-section .section-image-content img {
		position: relative !important;
		height: auto !important;
		object-fit: contain !important;
	}

	.partner-content-wrapper {
		padding: 40px 20px;
	}

	.divii-partner-section .heading-text h2 {
		font-size: 28px;
	}

	.tool-features-grid {
		grid-template-columns: 1fr;
	}

	.n8n-content-card {
		padding: 40px 20px;
	}

	.n8n-main-content h2 {
		font-size: 28px;
	}

	.n8n-description {
		font-size: 14px;
	}

	.n8n-features-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.n8n-logo-text {
		font-size: 24px;
	}

	.n8n-logo-wrapper img {
		height: 30px;
	}

	.chatgpt-content-wrapper {
		padding: 40px 20px;
	}

	.chatgpt-header h2 {
		font-size: 28px;
	}

	.chatgpt-features-grid,
	.chatgpt-case-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.chatgpt-feature-item,
	.chatgpt-case-item {
		flex-direction: column;
		text-align: center;
	}

	.chatgpt-feature-icon,
	.chatgpt-case-icon {
		margin: 0 auto 16px;
	}

	.deepseek-features-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.deepseek-content-wrapper {
		padding: 40px 20px;
	}

	.claude-content-wrapper {
		padding: 40px 20px;
	}

	.claude-features-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.claude-header h2 {
		font-size: 28px;
	}

	.deepseek-header h2 {
		font-size: 28px;
	}

	.deepseek-subtitle {
		font-size: 16px;
	}

	.deepseek-logo-text {
		font-size: 24px;
	}

	.deepseek-logo-icon {
		width: 25px;
		height: 25px;
	}

	.usage-steps {
		grid-template-columns: 1fr;
	}

	.effects-stats-section {
		padding: 40px 0;
	}

	.effects-visual {
		height: 300px;
		margin-bottom: 0;
		border-radius: 12px 12px 0 0;
	}

	.effects-stats-card {
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	}

	.effects-stats-content {
		padding: 40px 20px;
		border-radius: 0 0 12px 12px;
	}

	.effects-stats-content .heading-text h2 {
		font-size: 28px;
	}

	.effects-stats {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.stat-number {
		font-size: 56px;
	}

	.stat-item h4 {
		font-size: 18px;
	}

	.stat-item p {
		font-size: 14px;
	}
}

/* ============================================
   IT Outsourcing Page Styles - Optimized
   ============================================ */

.it-outsourcing-page {
	padding: 0;
	margin: 0;
}

.it-outsourcing-content-wrapper {
	width: 100%;
}

/* Hero Section */
.ito-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom right, #f9fafb, rgba(239, 246, 255, 0.3));
}

.ito-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background-image: radial-gradient(circle, #e5e7eb 1px, transparent 1px);
	background-size: 24px 24px;
}

.ito-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}

.ito-hero .ito-container {
	padding-top: 64px;
	padding-bottom: 96px;
}

@media (min-width: 768px) {
	.ito-hero .ito-container {
		padding-top: 96px;
	}
}

.ito-grid {
	display: grid;
	gap: 48px;
	align-items: center;
}

@media (min-width: 768px) {
	.ito-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ito-hero-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ito-hero-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #111827;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.ito-hero-title {
		font-size: 3rem;
	}
}

@media (min-width: 1024px) {
	.ito-hero-title {
		font-size: 3.75rem;
	}
}

.ito-hero-subtitle {
	font-size: 1.125rem;
	color: #374151;
	line-height: 1.75;
}

@media (min-width: 768px) {
	.ito-hero-subtitle {
		font-size: 1.25rem;
	}
}

.ito-hero-text {
	font-size: 1rem;
	color: #4b5563;
	line-height: 1.75;
}

.ito-btn {
	background: linear-gradient(to right, #5B4FE9, #4F9CF9);
	color: white;
	padding: 16px 32px;
	border-radius: 9999px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: box-shadow 0.3s;
	margin-top: 16px;
	display: inline-block;
	text-decoration: none;
}

.ito-btn:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ito-hero-image {
	position: relative;
	display: none;
}

@media (min-width: 768px) {
	.ito-hero-image {
		display: block;
	}
}

.ito-image-wrapper {
	position: relative;
	width: 100%;
	height: 500px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.ito-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ito-image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top right, rgba(168, 85, 247, 0.1), rgba(59, 130, 246, 0.1));
}

/* Section Styles */
.ito-section {
	padding: 64px 0;
}

@media (min-width: 768px) {
	.ito-section {
		padding: 96px 0;
	}
}

.ito-section-white {
	background: white;
}

.ito-section-gray {
	background: #f3f4f6;
	position: relative;
	overflow: hidden;
}

.ito-section-gray::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.3;
	background-image: radial-gradient(circle, #9ca3af 1.5px, transparent 1.5px);
	background-size: 20px 20px;
}

.ito-section-dark {
	background: linear-gradient(to bottom right, #000, #111827, #1e3a8a);
	position: relative;
	overflow: hidden;
}

.ito-section-dark::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px);
	background-size: 32px 32px;
}

.ito-section-gradient {
	background: linear-gradient(to right, #5B4FE9, #4F9CF9);
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

@media (min-width: 768px) {
	.ito-section-gradient {
		padding: 128px 0;
	}
}

.ito-section-gradient::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px);
	background-size: 40px 40px;
}

.ito-card {
	background: white;
	border-radius: 24px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border: 1px solid #f3f4f6;
	padding: 32px;
}

@media (min-width: 768px) {
	.ito-card {
		padding: 48px;
	}
}

.ito-card-grid {
	display: grid;
	gap: 32px;
}

@media (min-width: 768px) {
	.ito-card-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 48px;
	}
}

.ito-card-col-2 {
	grid-column: span 2;
}

.ito-card-col-3 {
	grid-column: span 3;
}

.ito-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ito-section-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.ito-section-title {
		font-size: 2.25rem;
	}
}

.ito-section-title-center {
	text-align: center;
	margin-bottom: 48px;
}

@media (min-width: 768px) {
	.ito-section-title-center {
		margin-bottom: 64px;
	}
}

.ito-section-title-white {
	color: white;
}

.ito-section-subtitle {
	color: #6b7280;
	text-align: center;
	margin-bottom: 48px;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.ito-text {
	color: #374151;
	line-height: 1.75;
}

.ito-text-light {
	color: #4b5563;
	line-height: 1.75;
}

.ito-spacing {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ito-spacing-sm {
	gap: 16px;
}

.ito-spacing-lg {
	gap: 24px;
}

/* Services Grid */
.ito-services-grid {
	display: grid;
	gap: 24px;
	position: relative;
	z-index: 10;
}

@media (min-width: 768px) {
	.ito-services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

.ito-service-card {
	background: white;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	border: 1px solid #f3f4f6;
	cursor: pointer;
}

.ito-service-card:hover {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	border-color: #e9d5ff;
}

.ito-service-icon {
	width: 64px;
	height: 64px;
	background: linear-gradient(to bottom right, #f3e8ff, #dbeafe);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	transition: transform 0.3s;
}

.ito-service-card:hover .ito-service-icon {
	transform: scale(1.1);
}

.ito-service-icon svg {
	width: 32px;
	height: 32px;
	color: #5B4FE9;
}

.ito-service-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 16px;
}

.ito-service-text {
	color: #4b5563;
	line-height: 1.75;
}

/* Process Section */
.ito-process-grid {
	display: grid;
	gap: 48px;
	align-items: start;
}

@media (min-width: 768px) {
	.ito-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ito-process-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ito-process-item {
	display: flex;
	align-items: center;
	gap: 24px;
	cursor: pointer;
	transition: opacity 0.3s;
	opacity: 0.5;
}

.ito-process-item.active {
	opacity: 1;
}

.ito-process-item:hover {
	opacity: 0.75;
}

.ito-process-number {
	font-size: 3.75rem;
	font-weight: 700;
	background: linear-gradient(to right, #60a5fa, #22d3ee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.ito-process-content {
	flex: 1;
}

.ito-process-header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ito-process-check {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.ito-process-item.active .ito-process-check {
	background: #00FF87;
	border-color: #00FF87;
}

.ito-process-item:not(.active) .ito-process-check {
	border-color: rgba(255, 255, 255, 0.3);
}

.ito-process-check svg {
	width: 16px;
	height: 16px;
	color: #111827;
}

.ito-process-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
}

.ito-process-detail {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	border-radius: 24px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
	.ito-process-detail {
		padding: 48px;
	}
}

.ito-process-step {
	font-size: 0.875rem;
	font-weight: 600;
	color: #00FF87;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.ito-process-detail-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: white;
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.ito-process-detail-title {
		font-size: 1.875rem;
	}
}

.ito-process-detail-text {
	color: #e5e7eb;
	line-height: 1.75;
	font-size: 1.125rem;
}

/* Technologies Section */
.ito-tech-grid {
	display: grid;
	gap: 48px;
}

@media (min-width: 1024px) {
	.ito-tech-grid {
		grid-template-columns: 1fr 350px;
	}
}

.ito-tech-category {
	margin-bottom: 32px;
}

.ito-tech-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.ito-tech-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ito-tech-tag {
	background: linear-gradient(to right, #f3e8ff, #dbeafe);
	border: 1px solid #e9d5ff;
	padding: 12px 24px;
	border-radius: 9999px;
	color: #1f2937;
	font-weight: 500;
	cursor: default;
	transition: all 0.3s;
}

.ito-tech-tag:hover {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	border-color: #c084fc;
}

.ito-tech-sidebar {
	display: none;
}

@media (min-width: 1024px) {
	.ito-tech-sidebar {
		display: block;
	}
}

.ito-tech-sidebar-card {
	background: linear-gradient(to bottom right, #f3e8ff, #dbeafe);
	border-radius: 24px;
	padding: 32px;
	border: 1px solid #e9d5ff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ito-tech-sidebar-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 24px;
}

.ito-tech-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.ito-tech-dot {
	width: 8px;
	height: 8px;
	background: #5B4FE9;
	border-radius: 50%;
	margin-top: 8px;
	flex-shrink: 0;
}

.ito-tech-feature-text {
	color: #374151;
	line-height: 1.75;
}

.ito-tech-feature-text strong {
	font-weight: 600;
}

/* Industries Section */
.ito-industries-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 640px) {
	.ito-industries-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.ito-industries-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ito-industry-card {
	background: white;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	border: 1px solid #f3f4f6;
	text-align: center;
	cursor: pointer;
}

.ito-industry-card:hover {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	border-color: #e9d5ff;
}

.ito-industry-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(to bottom right, #f3e8ff, #dbeafe);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	transition: transform 0.3s;
}

.ito-industry-card:hover .ito-industry-icon {
	transform: scale(1.1);
}

.ito-industry-icon svg {
	width: 40px;
	height: 40px;
	color: #5B4FE9;
}

.ito-industry-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 12px;
}

.ito-industry-text {
	color: #4b5563;
	line-height: 1.75;
	font-size: 0.875rem;
}

/* CTA Section */
.ito-cta {
	position: relative;
	text-align: center;
}

.ito-cta::before,
.ito-cta::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
}

.ito-cta::before {
	top: 40px;
	left: 40px;
	width: 256px;
	height: 256px;
	background: rgba(255, 255, 255, 0.1);
}

.ito-cta::after {
	bottom: 40px;
	right: 40px;
	width: 384px;
	height: 384px;
	background: rgba(147, 51, 234, 0.2);
}

.ito-cta-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}

.ito-cta-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: white;
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.ito-cta-title {
		font-size: 3rem;
	}
}

.ito-cta-text {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 40px;
	line-height: 1.75;
}

.ito-cta-btn {
	background: #18bf64;
	color: white;
	padding: 20px 40px;
	border-radius: 9999px;
	font-weight: 700;
	font-size: 1.125rem;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	display: inline-block;
	text-decoration: none;
}

.ito-cta-btn:hover {
	background: #15a557;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	transform: scale(1.05);
}

/* Utility Classes */
.ito-relative {
	position: relative;
}

.ito-z-10 {
	position: relative;
	z-index: 10;
}

.ito-hidden-md {
	display: none;
}

@media (min-width: 768px) {
	.ito-hidden-md {
		display: block;
	}
}

.ito-text-center {
	text-align: center;
}

.ito-mb-4 {
	margin-bottom: 16px;
}

.ito-mb-6 {
	margin-bottom: 24px;
}

.ito-mb-12 {
	margin-bottom: 48px;
}

@media (min-width: 768px) {
	.ito-mb-12 {
		margin-bottom: 64px;
	}
}
