/* Header Design */
body {
	/* font-family: "Kanit", sans-serif; */
	font-family:
		-apple-system, BlinkMacSystemFont, "Kanit", "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif;
}

/* DBD Modal */
.dbd-modal {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.dbd-modal-content {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 15px;
	border-radius: 12px;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transform: scale(0.7);
	transition: transform 0.3s ease;
}

.dbd-modal-content img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	clear: both;
}

.dbd-close {
	position: sticky;
	top: 5px;
	right: 5px;
	float: right;
	font-size: 28px;
	cursor: pointer;
	color: #aaa;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: all 0.2s ease;
}

.dbd-close:hover,
.dbd-close:focus {
	color: #000;
	background: #fff;
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.dbd-modal-content {
		margin: 20px;
		padding: 15px;
	}
}

.beeze-head-bg {
	background: linear-gradient(135deg, #0036cf, #002b9f);
	position: relative;
}

.beeze-bg {
	background: linear-gradient(135deg, #0036cc, #002a96);
	position: relative;
}

.world-map-bg {
	background-image: url(https://beezecloud.com/wp-content/uploads/2025/06/map@2x.png);
	background-size: 640px auto;
	width: 100%;
	height: 100%;
	flex-direction: column;
	display: flex;
	text-align: center;
	align-items: center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	background-position: 50% 30%;
	position: absolute;
}

.beeze-section-bg {
	background: linear-gradient(135deg, #0036cc, #002a96);
}

@keyframes mapFloat {
	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-5px);
	}
}

.nav-dropdown {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
	z-index: 999999 !important;
	position: absolute !important;
}

.nav-container {
	position: relative;
	z-index: 99998;
}

.nav-item {
	position: relative;
	z-index: 99997;
}

.nav-item:hover .nav-dropdown,
.nav-dropdown:hover {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
	pointer-events: auto !important;
	transition-delay: 0s !important;
}

.nav-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	right: -10px;
	bottom: -15px;
	background: transparent;
	z-index: -1;
}

.nav-item::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 15px;
	background: transparent;
	z-index: 99997;
}

.nav-link {
	position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
}

.nav-link::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -8px;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.nav-link:hover::after {
	width: 80%;
}

.menu-highlight .nav-link {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 8px 16px;
}

.btn-order {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.btn-order:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-login {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.btn-login:hover {
	background: white;
	transform: translateY(-1px);
}

/* Dropdown Text Styling */
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	hyphens: auto;
}

.service-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	margin-right: 12px;
	flex-shrink: 0;
	border: 1px solid #898989;
}

.nav-dropdown .flex-1 {
	min-width: 0;
}

.nav-dropdown h4 {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 2px;
}

.nav-dropdown p {
	font-size: 13px;
	line-height: 1.4;
	max-width: 220px;
}

/* .vps-icon {
        background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    }

    .dedicated-icon {
        background: linear-gradient(135deg, #10b981, #059669);
    }

    .cloud-icon {
        background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    }

    .hosting-icon {
        background: linear-gradient(135deg, #f59e0b, #d97706);
    }

    .support-icon {
        background: linear-gradient(135deg, #6366f1, #4f46e5);
    }

    .security-icon {
        background: linear-gradient(135deg, #ef4444, #dc2626);
    }

    .domain-icon {
        background: linear-gradient(135deg, #06b6d4, #0891b2);
    }

    .application-icon {
        background: linear-gradient(135deg, #10b981, #047857);
    }

    .cdn-icon {
        background: linear-gradient(135deg, #ec4899, #be185d);
    } */

.mobile-menu {
	transform: translateX(-100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.active {
	transform: translateX(0);
}

.client-logo {
	opacity: 0.7;
	transition: all 0.3s ease;
	filter: brightness(0) invert(1) contrast(1);
	max-height: 85px;
	width: auto;
	object-fit: contain;
	padding: 10px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.client-logo:hover {
	opacity: 1;
	transform: translateY(-3px) scale(1.05);
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.provider {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

/* Logo Image */
.logo-img {
	width: 200px;
	height: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* Custom Logo Support */
.custom-logo {
	width: 200px;
	height: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* Badge Animations */
@keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.8;
	}
}

.animate-pulse {
	animation: pulse 2s infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
	.provider {
		gap: 15px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		max-width: 350px;
		justify-items: center;
		align-items: center;
	}

	.client-logo {
		max-height: 45px;
		padding: 8px;
		width: 100%;
		max-width: 100px;
	}

	.logo-img,
	.custom-logo {
		width: 200px;
	}
}

@media (max-width: 480px) {
	.provider {
		gap: 12px;
		max-width: 300px;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}

	.client-logo {
		max-height: 40px;
		padding: 6px;
		width: 100%;
		max-width: 85px;
	}

	.logo-img,
	.custom-logo {
		width: 200px;
	}
}

/* Footer Design */
.site-footer {
	background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
	position: relative;
}

.footer-logo-img {
	max-width: 180px;
	height: auto;
	filter: brightness(0) invert(1);
}

.footer-title {
	color: #ffffff;
	position: relative;
	padding-bottom: 8px;
}

.footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
}

.footer-link {
	color: #d1d5db;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

.footer-link:hover {
	color: #3b82f6;
	transform: translateX(4px);
}

.footer-link::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 4px;
	height: 4px;
	background: #3b82f6;
	border-radius: 50%;
	transition: transform 0.3s ease;
}

.footer-link:hover::before {
	transform: translateY(-50%) scale(1);
}

.social-links {
	margin-top: 1.5rem;
}

.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

/* .social-link::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.2));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: exclude;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
    } */

.social-link:hover {
	transform: translateY(-3px) scale(1.1);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.social-link.facebook {
	background: linear-gradient(135deg, #1877f2, #0d5dc7);
}

/* .social-link.twitter {
        background: linear-gradient(135deg, #1da1f2, #0d8bd9);
    } */

.social-link.line {
	background: linear-gradient(135deg, #00b900, #009900);
}

/* .social-link.youtube {
        background: linear-gradient(135deg, #ff0000, #cc0000);
    }

    .social-link.instagram {
        background: linear-gradient(135deg, #e4405f, #fd1d1d, #fcb045);
    }  */

.contact-item {
	margin-bottom: 1rem;
}

.footer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
}

.footer-btn.primary {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	border: 1px solid transparent;
}

.footer-btn.primary:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}

.footer-btn.secondary {
	background: transparent;
	color: #d1d5db;
	border: 1px solid #4b5563;
}

.footer-btn.secondary:hover {
	background: rgba(59, 130, 246, 0.1);
	color: #3b82f6;
	border-color: #3b82f6;
	transform: translateY(-2px);
}

.footer-legal-link {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-legal-link:hover {
	color: #3b82f6;
}

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	transform: translateY(-3px) scale(1.1);
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.trust-badges {
	background: #f9fafb;
	border-top: 1px solid #e5e7eb;
}

.trust-badges img {
	max-height: 32px;
	width: auto;
	object-fit: contain;
	transition: all 0.3s ease;
}

.trust-badges img:hover {
	transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
	.footer-main {
		padding: 3rem 0;
	}

	.footer-section {
		margin-bottom: 2rem;
	}

	.footer-logo-img {
		max-width: 150px;
	}

	.social-links .flex {
		justify-content: flex-start;
	}

	.social-link {
		width: 36px;
		height: 36px;
	}

	.footer-legal ul {
		flex-direction: column;
		space-y: 2;
		text-align: center;
	}

	.footer-legal ul li {
		margin: 0.5rem 0;
	}

	.back-to-top {
		bottom: 50px;
		right: 20px;
		width: 45px;
		height: 45px;
	}

	.trust-badges .flex {
		flex-wrap: wrap;
		gap: 1rem;
	}

	.trust-badges img {
		max-height: 24px;
	}
}

@media (max-width: 480px) {
	.footer-main {
		padding: 2rem 0;
	}

	.footer-section {
		margin-bottom: 1.5rem;
	}

	.contact-info {
		font-size: 0.875rem;
	}

	.footer-legal ul {
		font-size: 0.75rem;
	}

	.trust-badges {
		padding: 1rem 0;
	}

	.trust-badges p {
		font-size: 0.75rem;
	}
}

/* Animation for footer elements */
.footer-section {
	animation: fadeInUp 0.6s ease-out;
}

.footer-section:nth-child(2) {
	animation-delay: 0.1s;
}

.footer-section:nth-child(3) {
	animation-delay: 0.2s;
}

.footer-section:nth-child(4) {
	animation-delay: 0.3s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hover effects for contact items */
.contact-item:hover svg {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}

/* Footer newsletter (if needed) */
.footer-newsletter {
	background: rgba(59, 130, 246, 0.1);
	border-radius: 12px;
	padding: 1.5rem;
	margin-top: 1.5rem;
}

.x-newsletter-input {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 10px 12px;
	color: white;
	width: 100%;
	margin-bottom: 1rem;
}

.x-newsletter-input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.x-newsletter-btn {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.x-newsletter-btn:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	transform: translateY(-2px);
}
