:root { --primary-color: #D7D7D7; --secondary-color: #1C1C1C; --text-color: #A0A0A0; --accent-color: #FFC60C; --bg-color: #161616; --white-color: #FFFFFF; --divider-color: #FFFFFF1A; --dark-divider-color: #1C1C1C33; --error-color: rgb(230, 87, 87); --default-font: "Montserrat", serif; }

body { font-family: var(--default-font); font-size: 16px; font-weight: 400; line-height: 1em; background-color: var(--bg-color); color: var(--text-color); }

p { line-height: 1.7em; margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: 600; line-height: 1.2em; color: var(--primary-color); }

figure { display: block; margin: 0px; }

img { max-width: 100%; }

a { text-decoration: none; }

a:hover { text-decoration: none; outline: 0px; }

a:focus { text-decoration: none; outline: 0px; }

html, body { width: 100%; overflow-x: clip; }

.container { max-width: 1300px; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-right: 15px; padding-left: 15px; }

.image-anime { position: relative; overflow: hidden; }

.image-anime::after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, 0.3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }

.image-anime:hover::after { height: 250%; transition: 600ms linear; background-color: transparent; }

.row { margin-right: -15px; margin-left: -15px; }

.row > * { padding-right: 15px; padding-left: 15px; }

.btn-default { position: relative; display: inline-block; background: var(--accent-color); border-radius: 14px; font-size: 16px; font-weight: 600; line-height: 1em; text-transform: capitalize; color: var(--bg-color); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 18px 54px 18px 20px; transition: 0.5s ease-in-out; overflow: hidden; z-index: 0; }

.btn-default:hover { background: transparent; }

.btn-default::before { content: ""; position: absolute; top: 50%; right: 0px; width: 24px; height: 24px; background-image: url("../images/arrow-dark.svg"); background-repeat: no-repeat; background-position: center center; background-size: cover; transform: translate(-20px, -50%); transition: 0.4s ease-in-out; }

.btn-default:hover::before { transform: translate(-17px, -50%); }

.btn-default::after { content: ""; display: block; position: absolute; inset: 0px 0px 0px -15%; width: 0px; height: 106%; background: var(--white-color); transform: skew(45deg); transition: 0.4s ease-in-out; z-index: -1; }

.btn-default:hover::after { width: 100%; transform: skew(0deg); left: 0px; }

.preloader { position: fixed; inset: 0px; z-index: 1000; background-color: var(--accent-color); display: flex; align-items: center; justify-content: center; }

.loading-container, .loading { height: 100px; position: relative; width: 100px; border-radius: 100%; }

.loading-container { margin: 40px auto; }

.loading { border-width: 1px; border-style: solid; border-image: none; border-color: transparent var(--bg-color) transparent var(--bg-color); animation: 1.5s linear 0s infinite normal none running rotate-loading; transform-origin: 50% 50%; }

.loading-container:hover .loading, .loading-container .loading { transition: 0.5s ease-in-out; }

#loading-icon { position: absolute; top: 50%; left: 50%; max-width: 66px; transform: translate(-50%, -50%); }

.bg-section { width: 100%; max-width: 1540px; border-radius: 40px; margin: 0px auto; }

.section-row { margin-bottom: 80px; }

.section-row .section-title { margin-bottom: 0px; }

.section-title { margin-bottom: 30px; }

.section-title h3 { position: relative; display: inline-block; font-size: 16px; text-transform: capitalize; color: var(--primary-color); padding-left: 30px; margin-bottom: 15px; }

.section-title h3::before { content: ""; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); background: url("../images/icon-sub-heading.svg") left center / cover no-repeat; width: 18px; height: 18px; }

.section-title h1 { font-size: 70px; font-weight: 700; line-height: 1.4em; margin-bottom: 0px; cursor: none; }

.section-title h2 { font-size: 54px; margin-bottom: 0px; cursor: none; }

.section-title h1 span, .section-title h2 span { color: var(--accent-color); }

.section-title p { margin-top: 20px; margin-bottom: 0px; }

header.main-header { position: relative; border-bottom: 1px solid var(--divider-color); z-index: 100; }

header.main-header .header-sticky { position: relative; top: 0px; z-index: 100; background: rgba(22, 22, 22, 0.48); backdrop-filter: blur(14px); transition: background-color 0.3s, backdrop-filter 0.3s, transform 0.3s ease-in-out; }

header.main-header .header-sticky.hide { transform: translateY(-100%); transition: transform 0.3s ease-in-out; border-radius: 0px; }

header.main-header .header-sticky.active { position: fixed; top: 0px; left: 0px; right: 0px; border-radius: 0px; transform: translateY(0px); background-color: rgba(22, 22, 22, 0.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--divider-color); }

.navbar { padding: 25px 0px; align-items: center; }

.navbar-brand { padding: 0px; margin: 0px; }

.main-menu .nav-menu-wrapper { flex: 1 1 0%; text-align: center; margin: 0px 20px; }

.main-menu .nav-menu-wrapper > ul { align-items: center; display: inline-flex; }

.main-menu ul li { position: relative; margin: 0px; }

.main-menu ul li a { font-size: 16px; font-weight: 600; line-height: 1.2em; color: var(--primary-color); text-transform: capitalize; transition: 0.3s ease-in-out; padding: 14px 20px !important; }

.main-menu ul li a:hover, .main-menu ul li a:focus { color: var(--accent-color); }

.main-menu ul li.highlighted-menu { display: none; }

.header-btn { text-align: end; }

.responsive-menu, .navbar-toggle { display: none; }

.responsive-menu { top: 0px; position: relative; }

.slicknav_btn { background: var(--accent-color); padding: 0px; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin: 0px; border-radius: 8px; }

.slicknav_icon .slicknav_icon-bar { display: block; height: 3px; width: 22px; background-color: var(--bg-color); border-radius: 6px; transition: 0.1s ease-in-out; margin: 4px auto !important; }

.slicknav_icon .slicknav_icon-bar:first-child { margin-top: 0px !important; }

.slicknav_icon .slicknav_icon-bar:last-child { margin-bottom: 0px !important; }

.slicknav_menu { position: absolute; width: 100%; padding: 0px; background: var(--accent-color); }

.slicknav_menu ul { margin: 5px 0px; }

.slicknav_nav .slicknav_row, .slicknav_nav li a { position: relative; font-size: 16px; font-weight: 600; text-transform: capitalize; padding: 8px 20px; color: var(--bg-color); line-height: normal; margin: 0px; transition: 0.3s ease-in-out; border-radius: 0px !important; }

.slicknav_nav a:hover, .slicknav_nav a:focus, .slicknav_nav .slicknav_row:hover { background-color: transparent; color: var(--white-color); }

.hero { position: relative; padding: 206px 0px 100px; margin-top: -106px; }

.hero::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(0, 0, 0, 0.4) -7.15%, rgb(22, 22, 22) 100.25%); width: 100%; height: 100%; z-index: 1; }

.hero .hero-bg-video { position: absolute; inset: 0px; width: 100%; height: 100%; }

.hero .hero-bg-video video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); }

.hero-content { position: relative; margin-right: 40px; z-index: 2; }

.hero-content .section-title h1 span { position: relative; display: inline-block; color: var(--bg-color); padding: 10px 15px 15px 10px; }

.hero-content .section-title h1 span::before { content: ""; position: absolute; inset: 0px; background: var(--accent-color); border: 0px; border-radius: 26px; clip-path: none; transform: rotate(-4deg); box-shadow: rgba(255, 198, 12, 0.22) 0px 0px 18px, rgba(255, 198, 12, 0.1) 0px 8px 24px; width: 100%; height: 100%; z-index: -1; }

.hero-content .section-title p { font-size: 18px; }

.hero-person-visual { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: center; min-height: 560px; isolation: isolate; }

.hero-person-visual::before { content: ""; position: absolute; left: 50%; bottom: 5%; width: 82%; aspect-ratio: 1 / 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 198, 12, 0.16) 0%, rgba(255, 198, 12, 0.04) 52%, transparent 72%); transform: translateX(-50%); z-index: -1; }

.hero-person-visual img { position: relative; z-index: 2; display: block; width: min(100%, 520px); height: auto; filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 24px 34px); animation: 6s ease-in-out 0s infinite normal none running hero-person-float; }

.hero-floating-icon { position: absolute; z-index: 3; width: 164px; height: 164px; background-color: transparent; background-repeat: no-repeat; background-position: center center; background-size: contain; filter: drop-shadow(rgba(0, 0, 0, 0.38) 0px 18px 26px); will-change: transform; }

.hero-floating-icon::after { content: ""; position: absolute; inset: 16%; border-radius: 50%; background: rgba(255, 198, 12, 0.13); filter: blur(22px); z-index: -1; }

.hero-floating-icon-one { top: 20.5%; right: 1%; background-image: url("../images/hero-icon-growth.png"); animation: 0.7s ease-out 0.45s 1 normal both running hero-icon-reveal, 6s ease-in-out 1.15s infinite normal none running hero-icon-float; }

.hero-floating-icon-two { left: -1%; bottom: 1%; background-image: url("../images/hero-icon-social.png"); animation: 0.7s ease-out 0.7s 1 normal both running hero-icon-reveal, 7s ease-in-out 1.4s infinite normal none running hero-icon-float-alt; }

.hero-floating-icon-three { right: -15%; bottom: 5%; background-image: url("../images/hero-icon-design.png"); animation: 0.7s ease-out 0.9s 1 normal both running hero-icon-reveal, 7.5s ease-in-out 1.6s infinite normal none running hero-icon-float; }

@media (max-width: 991px) {
	.hero-person-visual { min-height: 0px; margin: 45px auto 0px; }

	.hero-person-visual img { width: min(80%, 480px); }

	.hero-floating-icon-one { top: 7%; right: 10%; }

	.hero-floating-icon-two { left: 7%; bottom: 7%; }

	.hero-floating-icon-three { right: 6%; bottom: 22%; }
}

@media (max-width: 575px) {
	.hero-person-visual img { width: min(92%, 420px); }

	.hero-floating-icon { width: 100px; height: 100px; }

	.hero-floating-icon-one { top: 6%; right: 3%; }

	.hero-floating-icon-two { left: 1%; bottom: 4%; }

	.hero-floating-icon-three { right: 1%; bottom: 23%; }
}

.hero-content { animation: 0.8s ease-out 0s 1 normal both running hero-content-fade; }

.hero-btn .btn-default { transition: color 0.35s, background-color 0.35s, border-color 0.35s, transform 0.35s, box-shadow 0.35s; }

.hero-btn .btn-default:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 24px; }

@media (prefers-reduced-motion: reduce) {
	.hero-content, .hero-images .hero-img, .hero-person-visual img { animation: auto ease 0s 1 normal none running none !important; }

	.hero-btn .btn-default:hover { transform: none; }
}

.hero-stats { padding: 28px 0px; }

.hero-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 26px 18px; border: 1px solid rgba(255, 198, 12, 0.12); border-radius: 28px; background: rgba(255, 255, 255, 0.024); }

.hero-stat-item { position: relative; padding: 4px 28px; text-align: center; }

.hero-stat-item:not(:last-child)::after { content: ""; position: absolute; top: 10%; right: 0px; width: 1px; height: 80%; background: var(--divider-color); }

.hero-stat-item h3 { margin-bottom: 8px; color: var(--accent-color); font-size: 38px; line-height: 1; }

.hero-stat-item p { margin: 0px; color: var(--primary-color); font-size: 15px; font-weight: 500; }

@media (max-width: 767px) {
	.hero-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0px; }

	.hero-stat-item:nth-child(2)::after { display: none; }

	.hero-stat-item h3 { font-size: 30px; }
}

@media (max-width: 420px) {
	.hero-stat-item { padding: 4px 12px; }

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

.our-services { position: relative; padding: 100px 0px; }

.homepage-services .section-row { margin-bottom: 40px; }

.homepage-services .our-services-boxes { align-items: flex-start; }

.homepage-services .our-services-nav { position: sticky; top: 110px; align-self: flex-start; z-index: 2; }

.homepage-services .service-box-item { border: 1px solid rgba(255, 255, 255, 0.24); }

.homepage-services .service-box-item-content h3, .homepage-services .service-box-item-content h3 a, .homepage-services .service-box-item-content p { color: rgb(255, 255, 255); }

@media only screen and (max-width: 991px) {
	.homepage-services .our-services-nav { position: static; }
}

.our-services-boxes { display: flex; flex-wrap: wrap; align-items: center; gap: 70px; }

.our-services-nav { width: calc(40% - 35px); }

.our-services-nav ul { list-style: none; text-align: center; display: flex; align-items: center; padding: 0px; margin: 0px; background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; overflow: hidden; }

.our-services-nav ul li { width: 100%; position: relative; display: inline-block; margin-bottom: 30px; }

.our-services-nav ul li:last-child { margin-bottom: 0px; }

.our-services-nav ul li .nav-link { width: 100%; display: block; text-align: left; background: var(--bg-color); border: 1px solid var(--divider-color); border-radius: 30px; color: var(--primary-color); font-size: 20px; font-weight: 600; line-height: 1.2em; text-transform: capitalize; padding: 30px 75px 30px 30px; margin: 0px; transition: 0.3s ease-in-out; }

.our-services-nav ul li .nav-link.active, .our-services-nav ul li .nav-link:hover { background: var(--accent-color); color: var(--secondary-color); border-color: var(--bg-color); }

.our-services-nav ul li .nav-link::before { content: ""; position: absolute; top: 50%; bottom: 0px; right: 24px; transform: translateY(-50%) rotate(-45deg); width: 48px; height: 48px; border-radius: 50%; background-color: var(--secondary-color); background-image: url("../images/arrrow-light.svg"); background-repeat: no-repeat; background-position: center center; background-size: 24px; transition: 0.4s ease-in-out; }

.our-services-nav ul li .nav-link.active::before, .our-services-nav ul li .nav-link:hover::before { transform: translateY(-50%) rotate(0deg); }

.our-services-nav ul li .nav-link span { margin-right: 24px; }

.our-service-box { position: relative; width: calc(60% - 35px); }

.service-box-image figure { border-radius: 40px; overflow: hidden; }

.service-box-image img { aspect-ratio: 1 / 0.834; object-fit: cover; border-radius: 40px; transition: 0.4s ease-in-out; }

.our-service-box:hover .service-box-image img { transform: scale(1.05); }

.service-box-item { position: absolute; bottom: 40px; left: 40px; right: 40px; backdrop-filter: blur(6px); border-radius: 30px; overflow: hidden; padding: 40px; transition: 0.4s ease-in-out; }

.our-service-box:hover .service-box-item { bottom: 50px; }

.service-box-item::before { content: ""; position: absolute; inset: 0px; background: var(--bg-color); opacity: 0.08; width: 100%; height: 100%; }

.service-box-item .icon-box { position: relative; width: 60px; height: 60px; background: var(--accent-color); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; overflow: hidden; z-index: 1; }

.service-box-item .icon-box::before { content: ""; position: absolute; inset: 0px; background-color: var(--primary-color); border-radius: 18px; height: 100%; width: 100%; transform: scale(0); transition: 0.4s ease-in-out; }

.service-box-item:hover .icon-box::before { transform: scale(1); }

.service-box-item .icon-box img { position: relative; max-width: 30px; z-index: 1; }

.service-box-item-content { position: relative; z-index: 1; margin-bottom: 20px; }

.service-box-item-content h3 { font-size: 20px; text-transform: capitalize; margin-bottom: 15px; }

.service-box-item-content h3 a { color: inherit; }

.service-box-item-content p { color: var(--primary-color); margin: 0px; }

.our-work { background-color: var(--secondary-color); padding: 100px 0px 70px; }

.portfolio-slider { overflow: hidden; }

.portfolio-slider .swiper-slide { height: auto; }

.portfolio-slider .work-item { height: 100%; margin-bottom: 0px; }

.work-item { position: relative; border-radius: 40px; overflow: hidden; height: calc(100% - 30px); margin-bottom: 30px; padding: 24px; transition: 0.4s ease-in-out; }

.work-item:hover { transform: translateY(-5px); }

.work-item::before { content: ""; position: absolute; inset: 0px; background: var(--white-color); opacity: 0.05; width: 100%; height: 100%; z-index: 0; }

.work-image a { display: block; border-radius: 30px; overflow: hidden; }

.work-image { position: relative; display: block; border-radius: 30px; overflow: hidden; margin-bottom: 30px; z-index: 1; }

.work-image a { display: block; cursor: none; }

.work-image img { aspect-ratio: 1 / 0.76; object-fit: cover; border-radius: 30px; transition: 0.4s ease-in-out; }

.work-image .fine-dining-frame { width: 100%; margin: 0px; }

.work-image img.fine-dining-portfolio-image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center center; transform: scale(1); transform-origin: center center; background: rgb(5, 5, 5); }

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

.work-body { position: relative; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; z-index: 1; }

.work-content { width: calc(100% - 68px); }

.work-content h3 { font-size: 20px; text-transform: capitalize; margin-bottom: 15px; }

.work-content h3 a { color: inherit; }

.work-content p { margin: 0px; }

.work-btn a { background-color: var(--bg-color); border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transition: 0.4s ease-in-out; }

.work-item:hover .work-btn a { background-color: var(--accent-color); }

.work-btn a img { max-width: 24px; transform: rotate(-45deg); transition: 0.4s ease-in-out; }

.work-item:hover .work-btn a img { filter: brightness(0) invert(0); transform: rotate(0deg); }

.creative-tools { position: relative; padding: 100px 0px; }

.creative-tools-box { display: flex; flex-wrap: wrap; gap: 30px; }

.creative-tool-item { position: relative; width: calc(25% - 22.5px); background-color: var(--bg-color); border: 1px solid var(--divider-color); border-radius: 20px; display: flex; align-items: center; padding: 30px; overflow: hidden; transition: 0.4s ease-in-out; }

.creative-tool-item:hover, .creative-tool-item.active { border-color: var(--secondary-color); }

.creative-tool-item::before { content: ""; position: absolute; inset: 0px; width: 100%; height: 0px; background: var(--secondary-color); z-index: 0; transition: 0.4s ease-in-out; }

.creative-tool-item:hover::before, .creative-tool-item.active::before { top: auto; height: 100%; }

.creative-tool-item .icon-box { position: relative; background-color: var(--secondary-color); border-radius: 12px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; margin-right: 30px; transition: 0.4s ease-in-out; z-index: 1; }

.creative-tool-item:hover .icon-box, .creative-tool-item.active .icon-box { background-color: var(--divider-color); }

.creative-tool-item .icon-box img { max-width: 32px; }

.creative-tool-item .icon-box img.tool-illustrator-logo { width: 40px; height: 40px; max-width: 40px; object-fit: contain; }

.creative-tool-item .icon-box img.tool-adobe-express-logo { width: 36px; height: 36px; max-width: 36px; border-radius: 9px; object-fit: cover; }

.creative-tool-item .icon-box img.tool-google-ads-logo { width: 36px; height: 36px; max-width: 36px; object-fit: contain; }

.creative-tool-item .icon-box img.tool-meta-ads-logo { width: 36px; height: 36px; max-width: 36px; object-fit: contain; }

.creative-tool-item .icon-box img.tool-vscode-logo { width: 32px; height: 32px; max-width: 32px; object-fit: contain; }

.creative-tool-item .icon-box i, .creative-tool-item .icon-box .tool-letter { position: relative; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; line-height: 1; z-index: 1; }

.creative-tool-item .icon-box .tool-github { color: rgb(255, 255, 255); }

.creative-tool-item-content { position: relative; width: calc(100% - 78px); z-index: 1; }

.creative-tool-item-content h3 { font-size: 20px; text-transform: capitalize; margin-bottom: 5px; }

.creative-tool-item-content p { margin: 0px; }

.how-it-work { background-color: var(--secondary-color); padding: 100px 0px; }

.how-it-work-images { position: relative; margin-right: 20px; }

.how-work-image-circle.process-orbit { position: relative; width: 100%; aspect-ratio: 1 / 1; border: 2px solid rgba(255, 198, 12, 0.18); border-radius: 50%; animation: 24s linear 0s infinite normal none running processOrbitRotate; }

.process-orbit-icon { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; color: var(--accent-color); font-size: 21px; background: rgb(36, 36, 36); border: 1px solid rgba(255, 198, 12, 0.25); border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 24px; }

.process-orbit-icon i { animation: 24s linear 0s infinite normal none running processIconCounterRotate; }

.process-orbit-discovery { top: -26px; left: calc(50% - 26px); animation-delay: -0.5s; }

.process-orbit-strategy { top: calc(14.645% - 26px); right: calc(14.645% - 26px); animation-delay: -1s; }

.process-orbit-design { top: calc(50% - 26px); right: -26px; animation-delay: -1.5s; }

.process-orbit-creative { right: calc(14.645% - 26px); bottom: calc(14.645% - 26px); animation-delay: -2s; }

.process-orbit-development { bottom: -26px; left: calc(50% - 26px); animation-delay: -2.5s; }

.process-orbit-growth { bottom: calc(14.645% - 26px); left: calc(14.645% - 26px); animation-delay: -3s; }

.process-orbit-launch { top: calc(50% - 26px); left: -26px; animation-delay: -3.5s; }

.process-orbit-optimization { top: calc(14.645% - 26px); left: calc(14.645% - 26px); animation-delay: -4s; }

.how-it-work-image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 450px; height: 450px; }

.how-it-work-image figure { border-radius: 50%; overflow: hidden; }

.how-it-work-image img { width: 100%; border-radius: 50%; transition: 0.4s ease-in-out; }

.how-it-work-images:hover .how-it-work-image img { transform: scale(1.05); }

.work-faq-accordion .work-accordion-item { border-bottom: 1px solid var(--divider-color); margin-bottom: 30px; padding-bottom: 30px; }

.work-faq-accordion .work-accordion-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; margin-bottom: 0px; padding-bottom: 0px; }

.work-faq-accordion .accordion-header { padding: 10px 0px; }

.work-faq-accordion .accordion-header .accordion-button { font-size: 20px; font-weight: 500; line-height: 1.4em; color: var(--primary-color); padding-right: 55px; transition: 0.3s ease-in-out; }

.work-faq-accordion .accordion-button:not(.collapsed) { margin-bottom: 20px; }

.work-faq-accordion .work-accordion-item .accordion-button::after, .work-faq-accordion .work-accordion-item .accordion-button.collapsed::after { content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%) rotate(-45deg); background-color: var(--bg-color); background-image: url("../images/arrrow-light.svg"); background-repeat: no-repeat; background-position: center center; background-size: 24px; border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transition: 0.4s ease-in-out; }

.work-faq-accordion .accordion-button:not(.collapsed)::after { transform: translateY(-50%) rotate(0deg); }

.work-accordion-item .accordion-body { padding-right: 55px; }

.work-accordion-item .accordion-body p { margin-bottom: 15px; }

.work-accordion-item .accordion-body p:last-child { margin-bottom: 0px; }

.our-achievements { position: relative; padding: 100px 0px; }

.our-achievements-content { position: sticky; top: 30px; margin-right: 55px; }

.our-achievements-box { display: flex; flex-wrap: wrap; }

.achievements-item { width: 50%; }

.achievements-item { padding: 40px; border-bottom: 1px solid var(--divider-color); border-right: 1px solid var(--divider-color); }

.achievements-item:nth-of-type(2n+2) { padding: 40px; border-bottom: 1px solid var(--divider-color); border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }

.achievements-item:nth-last-child(-n+2) { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.achievements-item h3 { position: relative; display: inline-block; font-size: 16px; text-transform: capitalize; color: var(--primary-color); padding-left: 30px; margin-bottom: 10px; }

.achievements-item h3::before { content: ""; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); background: url("../images/icon-sub-heading.svg") left center / cover no-repeat; width: 18px; height: 18px; }

.achievements-item p { margin-bottom: 0px; }

.cta-section { background-color: var(--accent-color); padding: 100px 0px; }

.cta-box { display: flex; flex-wrap: wrap; gap: 60px; }

.cta-box-content { margin-bottom: 50px; }

.cta-box-content p { font-size: 20px; font-weight: 600; color: var(--bg-color); }

.our-testimonial { padding: 100px 0; background: url('../images/our-testimonial-bg.png'), var(--secondary-color); background-repeat: no-repeat; background-position: center center; background-size: contain; }

.home-page .achievements-item h3 { font-size: 20px; margin-bottom: 20px; }

.cta-testimonial-gap { height: 85px; }

.testimonial-slider .swiper-wrapper { cursor: none; }

.testimonial-item { position: relative; background-color: var(--bg-color); border-radius: 40px; padding: 40px 35px; overflow: hidden; }

.testimonial-header { margin-bottom: 15px; }

.testimonial-rating i { color: var(--accent-color); font-size: 16px; margin-right: 3px; }

.testimonial-rating i:last-child { margin-right: 0px; }

.testimonial-content { border-bottom: 1px solid var(--divider-color); margin-bottom: 30px; padding-bottom: 30px; }

.testimonial-content p { margin: 0px; }

.testimonial-author { display: flex; align-items: center; }

.testimonial-avatar { flex: 0 0 48px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; margin-right: 12px; color: rgb(42, 42, 42); font-size: 18px; background: rgb(216, 216, 216); border-radius: 50%; }

.author-content { width: calc(100% - 60px); }

.author-content h3 { color: var(--primary-color); font-size: 20px; text-transform: capitalize; }

.author-content p { text-transform: capitalize; margin: 0px; }

.testimonial-slider .testimonial-pagination { position: relative; margin-top: 40px; text-align: center; }

.testimonial-slider .testimonial-pagination .swiper-pagination-bullet { height: 6px; width: 6px; background: var(--divider-color); opacity: 1; margin: 0px 6px; }

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active { position: relative; background-color: var(--accent-color); }

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid var(--accent-color); height: 16px; width: 16px; border-radius: 50%; }

.footer-section { position: relative; }

.footer-section::before { content: ""; display: block; position: absolute; left: -90px; top: -200px; transform: translateY(-50%) rotate(44deg); background: url("../images/section-bg-shape-2.png") left center / contain no-repeat; width: 242px; height: 132px; animation: 12s linear 0s infinite alternate none running tuberotate2; z-index: -1; }

.footer-box { background: var(--accent-color); margin-bottom: 50px; }

.footer-title { border-bottom: 1px solid var(--dark-divider-color); padding: 30px 0px; }

.footer-title-content { text-align: center; }

.footer-title-content h2 { font-size: 150px; font-weight: 700; text-transform: uppercase; color: var(--bg-color); }

.footer-title-content h2 a { color: inherit; }

.main-footer { padding: 80px 0px; }

.footer-inner { width: 100%; max-width: 1350px; margin-right: auto; margin-left: auto; }

.footer-columns { width: 100%; margin: 0px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); align-items: start; gap: 0px 64px; }

.main-footer > .footer-inner.footer-columns { box-sizing: border-box; width: calc(100% - 40px); max-width: 1200px; margin-right: auto; margin-left: auto; padding-right: 0px; padding-left: 0px; }

.footer-columns > [class*="col-"] { width: auto; max-width: none; padding-right: 0px; padding-left: 0px; }

.main-footer .footer-columns > :last-child { width: 100%; max-width: 100%; justify-self: stretch; }

.main-footer .footer-columns > :first-child { position: relative; left: -2px; }

.main-footer .footer-columns > :nth-child(n+2) { position: relative; left: 5px; }

.main-footer .footer-columns > :last-child { left: 21px; }

.about-footer { width: 100%; max-width: none; }

.footer-logo { margin-bottom: 25px; }

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

.about-footer-content { margin-bottom: 25px; }

.about-footer-content p { color: var(--bg-color); margin: 0px; }

.footer-social-links ul { list-style: none; padding: 0px; margin: 0px; }

.footer-social-links ul li { display: inline-flex; margin-right: 20px; }

.footer-social-links ul li:last-child { margin-right: 0px; }

.footer-social-links ul li a i { color: var(--bg-color); font-size: 24px; transition: 0.3s ease-in-out; }

.footer-social-links ul li:hover a i { color: var(--white-color); }

.footer-links h3, .footer-contact h3 { font-size: 20px; text-transform: capitalize; color: var(--bg-color); margin-bottom: 40px; line-height: 1.2; }

.footer-links ul { margin: 0px; padding: 0px; list-style: none; }

.footer-links ul li { text-transform: capitalize; margin-bottom: 20px; }

.footer-links ul li:last-child { margin-bottom: 0px; }

.footer-links ul li a { display: block; color: var(--bg-color); transition: 0.3s ease-in-out; }

.footer-links ul li:hover a { color: var(--white-color); }

.footer-contact-details .footer-info-box { display: flex; align-items: center; margin-bottom: 20px; }

.footer-contact-details .footer-info-box:last-child { margin-bottom: 0px; }

.footer-info-box .icon-box { margin-right: 10px; }

.footer-info-box .icon-box i { font-size: 20px; color: var(--bg-color); }

.footer-info-box-content p { color: var(--bg-color); margin-bottom: 0px; }

.footer-info-box-content p a { color: inherit; }

.footer-copyright { border-top: 1px solid var(--dark-divider-color); padding: 40px 0px; }

.footer-copyright-text { text-align: center; }

.footer-copyright-text p { color: var(--bg-color); margin: 0px; }

.page-header { background-color: var(--secondary-color); padding: 60px 0px; margin-top: 60px; }

.page-header-box h1 { font-size: 70px; color: var(--primary-color); display: inline-block; margin-bottom: 10px; cursor: none; }

.page-header-box h1 span { color: var(--accent-color); }

.page-header-box ol { margin: 0px; }

.page-header-box ol li.breadcrumb-item { font-size: 16px; font-weight: 600; text-transform: capitalize; color: var(--text-color); }

.page-header-box ol li.breadcrumb-item a { color: inherit; }

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before { color: var(--text-color); }

.page-about-us { position: relative; padding: 100px 0px; }

.page-contact-us { position: relative; padding: 100px 0px 50px; }

.contact-us-content { margin-right: 30px; }

.contact-info-item { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--divider-color); padding-bottom: 30px; margin-bottom: 30px; }

.contact-info-item:last-child { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding-bottom: 0px; margin-bottom: 0px; }

.contact-info-item .icon-box { position: relative; background-color: var(--accent-color); border-radius: 50%; height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; margin-right: 20px; transition: 0.5s ease-in-out; }

.contact-info-item:hover .icon-box { background-color: transparent; }

.contact-info-item .icon-box::before { content: ""; display: block; position: absolute; inset: 0px; background: var(--white-color); border-radius: 50%; width: 100%; height: 100%; transform: scale(0); transition: 0.4s ease-in-out; z-index: 0; }

.contact-info-item:hover .icon-box::before { transform: scale(1); }

.contact-info-item .icon-box img { position: relative; width: 100%; max-width: 20px; z-index: 1; }

.contact-info-content { width: calc(100% - 60px); }

.contact-info-content h3 { font-size: 20px; font-weight: 600; text-transform: capitalize; margin-bottom: 5px; }

.contact-info-content p { margin-bottom: 0px; }

.contact-us-form { background: var(--secondary-color); padding: 40px; border-radius: 30px; }

.contact-form .form-label { color: var(--primary-color); font-size: 16px; text-transform: capitalize; margin-bottom: 8px; }

.contact-form .form-control { font-size: 16px; font-weight: 400; line-height: normal; color: var(--primary-color); background: var(--divider-color); border: 1px solid var(--divider-color); border-radius: 8px; padding: 15px; box-shadow: none; }

.contact-form .form-control::placeholder { color: var(--text-color); }

.error-page { position: relative; padding: 50px 0px; }

.error-page-image { width: 100%; max-width: 70%; aspect-ratio: 2.25 / 1; overflow: hidden; margin: 0px auto 20px; }

.error-page-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }

.error-page-content { text-align: center; }

.error-page-content .section-title { margin-bottom: 20px; }

.error-page-content-body p { margin-bottom: 20px; }

@media only screen and (max-width: 1540px) {
	.bg-section { max-width: 100%; width: calc(100% - 60px); margin-left: 30px; margin-right: 30px; }

	.footer-box { margin-bottom: 30px; }
}

@media only screen and (max-width: 1300px) {
	.bg-section { width: calc(100% - 30px); margin-left: 15px; margin-right: 15px; }

	.footer-box { margin-bottom: 15px; }

	.footer-title-content h2 { font-size: 110px; }
}

@media only screen and (max-width: 991px) {
	.navbar { padding: 20px 0px; }

	.main-menu ul li.highlighted-menu { display: block; }

	.slicknav_nav li, .slicknav_nav ul { display: block; }

	.responsive-menu, .navbar-toggle { display: block; }

	.header-btn { display: none; }

	.btn-default { padding: 16px 54px 16px 20px; }

	.bg-section { width: 100%; margin: 0px; border-radius: 0px; }

	.section-row { margin-bottom: 40px; }

	.section-title { margin-bottom: 30px; }

	.section-title h1 { font-size: 50px; }

	.section-title h2 { font-size: 40px; }

	.section-title h3 { margin-bottom: 10px; }

	.section-title p { margin-top: 10px; }

	.hero { padding: 130px 0px 50px; margin-top: -81px; }

	.hero .hero-bg-video video { object-position: left center; }

	.hero-content { margin-right: 0px; margin-bottom: 30px; }

	.hero-content .section-title p { font-size: 16px; }

	.our-services { padding: 50px 0px; }

	.our-services-boxes { gap: 30px; }

	.our-service-box, .our-services-nav { width: 100%; }

	.our-services-nav ul { gap: 20px; }

	.our-services-nav ul li { width: calc(50% - 10px); margin-bottom: 0px; }

	.our-services-nav ul li .nav-link { font-size: 18px; border-radius: 18px; padding: 20px 55px 20px 20px; }

	.our-services-nav ul li .nav-link::before { right: 20px; width: 38px; height: 38px; }

	.our-services-nav ul li .nav-link span { margin-right: 5px; }

	.service-box-image figure { border-radius: 26px; }

	.service-box-image img { aspect-ratio: 1 / 0.7; border-radius: 26px; }

	.service-box-item { bottom: 30px; left: 30px; right: 30px; padding: 30px; }

	.our-service-box:hover .service-box-item { bottom: 40px; }

	.service-box-item-content h3 { font-size: 18px; margin-bottom: 10px; }

	.our-work { padding: 50px 0px 20px; }

	.work-item { border-radius: 26px; padding: 14px; }

	.work-image { margin-bottom: 20px; }

	.work-image img { border-radius: 18px; }

	.work-body { gap: 10px; }

	.work-content { width: calc(100% - 48px); }

	.work-content h3 { font-size: 18px; margin-bottom: 10px; }

	.work-btn a { width: 38px; height: 38px; }

	.work-btn a img { max-width: 20px; }

	.creative-tools { padding: 50px 0px; }

	.creative-tool-item { width: calc(33.33% - 20px); padding: 20px; }

	.how-it-work { padding: 50px 0px; }

	.how-it-work-images { width: 100%; max-width: 600px; margin: 0px auto 30px; }

	.work-faq-accordion .work-accordion-item { margin-bottom: 20px; padding-bottom: 20px; }

	.work-faq-accordion .accordion-header { padding: 5px 0px; }

	.work-faq-accordion .accordion-button:not(.collapsed) { margin-bottom: 15px; }

	.work-faq-accordion .work-accordion-item .accordion-button::after, .work-faq-accordion .work-accordion-item .accordion-button.collapsed::after { width: 38px; height: 38px; background-size: 20px; }

	.our-achievements { padding: 50px 0px; }

	.our-achievements-content { position: initial; top: 0px; margin-right: 0px; margin-bottom: 30px; }

	.achievements-item { padding: 30px; }

	.achievements-item:nth-of-type(2n+2) { padding: 30px; }

	.cta-section { padding: 50px 0px; }

	.cta-box { gap: 30px; }

	.cta-box-content { margin-bottom: 30px; }

	.cta-box-content p { font-size: 18px; }

	.our-testimonial { padding: 50px 0px; }

	.testimonial-item { border-radius: 26px; padding: 25px; }

	.testimonial-content { margin-bottom: 20px; padding-bottom: 20px; }

	.author-content h3 { font-size: 18px; }

	.footer-box { margin-bottom: 0px; }

	.footer-section::before { left: -70px; top: -150px; width: 202px; height: 92px; opacity: 0.2; }

	.footer-title { padding: 20px 0px; }

	.footer-title-content h2 { font-size: 70px; }

	.main-footer { padding: 40px 0px; }

	.footer-columns { width: 100%; grid-template-columns: minmax(0px, 380px) minmax(0px, 300px); justify-content: center; gap: 40px 64px; }

	.main-footer > .footer-inner.footer-columns { width: calc(100% - 30px); padding-right: 15px; padding-left: 15px; }

	.about-footer { max-width: 100%; margin-bottom: 30px; }

	.about-footer-content, .footer-logo { margin-bottom: 15px; }

	.footer-social-links ul li { margin-right: 15px; }

	.footer-social-links ul li a i { font-size: 20px; }

	.footer-links h3, .footer-contact h3 { margin-bottom: 30px; }

	.footer-copyright { padding: 20px 0px; }

	.page-header { background-color: var(--secondary-color); padding: 30px 0px; margin-top: 0px; }

	.page-header-box h1 { font-size: 50px; }

	.page-header-box ol li.breadcrumb-item { font-size: 14px; }

	.page-about-us { padding: 50px 0px; }

	.page-contact-us { padding: 50px 0px 25px; }

	.contact-us-content { margin-right: 0px; margin-bottom: 30px; }

	.contact-info-item { margin-bottom: 20px; padding-bottom: 20px; }

	.contact-info-content h3 { font-size: 18px; }

	.contact-us-form { padding: 30px; border-radius: 18px; }

	.error-page { padding: 50px 0px; }

	.error-page-image { margin-bottom: 20px; }

	.error-page-image { max-width: 80%; }
}

@media only screen and (max-width: 767px) {
	.section-row { margin-bottom: 30px; }

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

	.section-title h3 { padding-left: 25px; }

	.section-title h1 { font-size: 34px; }

	.section-title h2 { font-size: 26px; }

	.hero-content .section-title h1 span { padding: 6px; }

	.hero-content .section-title h1 span::before { border-radius: 18px; }

	.our-services-nav ul li { width: 100%; margin-bottom: 0px; }

	.service-box-image img { aspect-ratio: 1 / 1.1; }

	.service-box-item { bottom: 20px; left: 20px; right: 20px; padding: 20px; }

	.our-service-box:hover .service-box-item { bottom: 25px; }

	.service-box-item .icon-box { width: 50px; height: 50px; border-radius: 10px; margin-bottom: 15px; }

	.service-box-item-content { margin-bottom: 15px; }

	.service-box-item-content p { font-size: 14px; }

	.creative-tools-box { gap: 20px; }

	.creative-tool-item { width: 100%; }

	.creative-tool-item-content h3 { font-size: 18px; }

	.creative-tool-item .icon-box { margin-right: 20px; }

	.creative-tool-item-content { width: calc(100% - 68px); }

	.how-it-work-image { width: 265px; height: 265px; }

	.work-faq-accordion .work-accordion-item { margin-bottom: 15px; padding-bottom: 15px; }

	.work-faq-accordion .accordion-button:not(.collapsed) { margin-bottom: 10px; }

	.work-faq-accordion .accordion-header .accordion-button { font-size: 18px; padding-right: 45px; }

	.work-accordion-item .accordion-body { padding-right: 0px; }

	.achievements-item { width: 100%; border-bottom: 1px solid var(--divider-color); border-right-width: medium; border-right-style: none; border-right-color: currentcolor; margin-bottom: 20px; padding: 0px 0px 20px; }

	.achievements-item:nth-of-type(2n+2) { padding: 0px 0px 20px; }

	.achievements-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--divider-color); padding-bottom: 20px; }

	.achievements-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; padding-bottom: 0px; margin-bottom: 0px; }

	.cta-box-content p { font-size: 16px; }

	.testimonial-item { padding: 20px; }

	.footer-title { padding: 15px 0px; }

	.footer-title-content h2 { font-size: 40px; }

	.main-footer { padding: 30px 0px; }

	.footer-columns { width: 100%; grid-template-columns: minmax(0px, 380px); justify-content: center; gap: 30px; }

	.footer-links { margin-bottom: 30px; }

	.footer-links h3, .footer-contact h3 { font-size: 18px; margin-bottom: 20px; }

	.footer-links ul li { margin-bottom: 15px; }

	.footer-contact-details .footer-info-box { margin-bottom: 15px; }

	.footer-info-box .icon-box i { font-size: 18px; }

	.footer-copyright { padding: 15px 0px; }

	.page-header-box h1 { font-size: 34px; }

	.contact-info-item .icon-box { margin-right: 10px; }

	.contact-info-content { width: calc(100% - 50px); }

	.contact-us-form { padding: 20px; }

	.contact-form .form-control { padding: 12px; }
}

.hero-btn { display: flex; flex-wrap: wrap; gap: 15px; }

.hero-agency-badge { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px; padding: 10px 22px; border: 1px solid rgba(255, 198, 12, 0.55); border-radius: 999px; color: var(--primary-color); font-size: 18px; font-weight: 500; line-height: 1.3; box-shadow: rgba(255, 198, 12, 0.05) 0px 0px 18px inset; }

.hero-agency-badge img { width: 24px; height: 24px; flex: 0 0 24px; }

@media (max-width: 575px) {
	.hero-agency-badge { gap: 10px; padding: 9px 16px; font-size: 15px; }

	.hero-agency-badge img { width: 20px; height: 20px; flex-basis: 20px; }
}

.hero-btn .hero-btn-outline { background: transparent; border: 1px solid var(--primary-color); color: var(--primary-color); }

.hero-btn .hero-btn-outline::before { background-image: url("../images/arrrow-light.svg"); }

.hero-btn .hero-btn-outline::after { background: var(--primary-color); }

.hero-btn .hero-btn-outline:hover { color: var(--bg-color); }

.hero-btn .hero-btn-outline:hover::before { background-image: url("../images/arrow-dark.svg"); }

html, body, body * { cursor: auto !important; }

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

#home, #about, #services, #portfolio, #contact { scroll-margin-top: 100px; }

.landing-contact .contact-info-content a { color: inherit; }

.home-page .footer-section::before { content: none; display: none; }

.landing-contact .contact-info-content a:hover { color: var(--accent-color); }

.landing-contact .contact-form .form-label { margin-bottom: 14px; }

a, button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"] { cursor: pointer !important; }

.home-page { --homepage-section-space: 85px; }

@media only screen and (min-width: 992px) {
	.home-page .homepage-services, .home-page .homepage-about, .home-page .our-work, .home-page .creative-tools, .home-page .how-it-work, .home-page .our-achievements, .home-page .cta-section, .home-page .our-testimonial, .home-page .landing-contact { padding-top: var(--homepage-section-space); padding-bottom: var(--homepage-section-space); }

	.home-page .cta-testimonial-gap { height: var(--homepage-section-space); }
}

@media only screen and (max-width: 991px) {
	.home-page { --homepage-section-space: 50px; }

	.home-page .homepage-services, .home-page .homepage-about, .home-page .our-work, .home-page .creative-tools, .home-page .how-it-work, .home-page .our-achievements, .home-page .cta-section, .home-page .our-testimonial, .home-page .landing-contact { padding-top: var(--homepage-section-space); padding-bottom: var(--homepage-section-space); }

	.home-page .cta-testimonial-gap { height: var(--homepage-section-space); }
}

.home-page .homepage-about-btn { margin-top: 32px; }

.home-page .homepage-about { overflow: hidden; }

.home-page .homepage-about-grid { display: grid; grid-template-columns: minmax(0px, 1.05fr) minmax(0px, 0.95fr); gap: 56px; align-items: center; }

.home-page .homepage-about-visual { position: relative; min-height: 680px; padding: 0px; background: transparent; border: 0px; border-radius: 0px; overflow: visible; }

.home-page .homepage-about-visual::before, .home-page .homepage-about-visual::after { content: none; }

.home-page .about-motion-icon { position: absolute; z-index: 2; display: block; object-fit: contain; pointer-events: none; user-select: none; }

.home-page .about-sunburst-icon { top: 3%; left: 11%; width: 96px; height: 96px; animation: 12s linear 0s infinite normal none running aboutSunburstRotate; }

.home-page .about-sparkle-icon { right: 14%; bottom: 9%; width: 106px; height: 106px; animation: 1.6s ease-in-out 0s infinite normal none running aboutSparklePulse; }

@media (prefers-reduced-motion: reduce) {
	.home-page .about-sunburst-icon, .home-page .about-sparkle-icon, .home-page .homepage-about-visual figure { animation: auto ease 0s 1 normal none running none; }
}

.home-page .homepage-about-visual figure { position: absolute; inset: 0px; z-index: 1; margin: 0px; background: transparent; border-radius: 0px; overflow: visible; animation: 5s ease-in-out 0s infinite normal none running aboutImageFloat; }

.home-page .homepage-about-visual figure img { display: block; width: 100%; height: 100%; padding: 0px; object-fit: contain; object-position: center center; transform: scale(1.08); transform-origin: center center; filter: drop-shadow(rgba(0, 0, 0, 0.22) 0px 22px 28px); }

@media (prefers-reduced-motion: reduce) {
	.home-page .homepage-about-visual figure { animation: auto ease 0s 1 normal none running none; }
}

.home-page .homepage-about-content .section-title { margin-bottom: 0px; }

.home-page .homepage-about-content .section-title h2 { max-width: 660px; }

.home-page .homepage-about-content .section-title p { max-width: 680px; }

.home-page .homepage-about-expertise { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 10px; margin-top: 24px; }

.home-page .about-expertise-card { display: flex; align-items: flex-start; gap: 12px; min-height: 106px; padding: 15px; background: rgba(255, 255, 255, 0.024); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 18px; transition: transform 0.3s, border-color 0.3s, background-color 0.3s; }

.home-page .about-expertise-card:hover { transform: translateY(-4px); background: rgba(255, 198, 12, 0.043); border-color: rgba(255, 198, 12, 0.36); }

.home-page .about-expertise-icon { flex: 0 0 38px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: var(--secondary-color); font-size: 15px; background: var(--accent-color); border-radius: 12px; }

.home-page .about-expertise-card h4 { margin: 0px 0px 6px; color: var(--white-color); font-size: 16px; font-weight: 600; line-height: 1.35; }

.home-page .about-expertise-card p { margin: 0px; color: var(--text-color); font-size: 13px; line-height: 1.55; }

.home-page .homepage-about-action { display: flex; align-items: center; gap: 24px; margin-top: 28px; }

.home-page .homepage-about-action .homepage-about-btn { flex: 0 0 auto; margin-top: 0px; }

@media only screen and (max-width: 1199px) {
	.home-page .homepage-about-grid { gap: 42px; }

	.home-page .homepage-about-visual { min-height: 620px; }

	.home-page .about-expertise-card { min-height: 114px; }
}

@media only screen and (max-width: 991px) {
	.home-page .homepage-about-grid { grid-template-columns: 1fr; gap: 42px; }

	.home-page .homepage-about-visual { min-height: 720px; }
}

@media only screen and (max-width: 767px) {
	.home-page .homepage-about-visual { min-height: 470px; padding: 0px; border-radius: 0px; }

	.home-page .homepage-about-visual figure { inset: 0px; border-radius: 0px; }

	.home-page .homepage-about-visual figure img { transform: scale(1.05); }

	.home-page .about-sunburst-icon { top: 5%; left: 8%; width: 68px; height: 68px; }

	.home-page .about-sparkle-icon { right: 8%; bottom: 10%; width: 76px; height: 76px; }

	.home-page .homepage-about-expertise { grid-template-columns: 1fr; }

	.home-page .about-expertise-card { min-height: auto; }

	.home-page .homepage-about-action { align-items: flex-start; flex-direction: column; gap: 16px; }
}

.home-page .cta-section { padding-top: var(--homepage-section-space); padding-bottom: var(--homepage-section-space); background-color: var(--accent-color); background-image: url("../images/cta-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.home-page .cta-copy-box { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 56px; }

.home-page .cta-copy-content { flex: 1 1 auto; min-width: 0px; max-width: 1120px; margin: 0px; }

.home-page .cta-rotating-button { display: block; flex: 0 0 250px; width: 250px; border-radius: 50%; }

.home-page .cta-rotating-button img { display: block; width: 100%; height: auto; animation: 16s linear 0s infinite normal none running cta-button-rotate; filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 14px 20px); }

.home-page .cta-copy-content h2 { max-width: 1000px; margin: 0px 0px 22px; color: var(--bg-color); font-size: clamp(42px, 4.2vw, 60px); font-weight: 800; line-height: 1.12; letter-spacing: -0.035em; }

.home-page .cta-copy-content p { margin: 0px 0px 14px; color: var(--bg-color); font-size: 18px; font-weight: 400; line-height: 1.5; }

.home-page .cta-copy-content .cta-closing-line { margin: 18px 0px 0px; font-weight: 700; }

@media only screen and (max-width: 991px) {
	.home-page .cta-section { padding-top: var(--homepage-section-space); padding-bottom: var(--homepage-section-space); }

	.home-page .cta-copy-content h2 { font-size: clamp(36px, 6vw, 48px); }

	.home-page .cta-copy-content p { font-size: 17px; }

	.home-page .cta-copy-box { gap: 32px; }

	.home-page .cta-rotating-button { flex-basis: 185px; width: 185px; }
}

@media only screen and (max-width: 575px) {
	.home-page .cta-section { padding-top: var(--homepage-section-space); padding-bottom: var(--homepage-section-space); }

	.home-page .cta-copy-content h2 { margin-bottom: 18px; font-size: 32px; }

	.home-page .cta-copy-content p { font-size: 16px; }

	.home-page .cta-copy-content p br { display: none; }

	.home-page .cta-copy-box { flex-wrap: wrap; }

	.home-page .cta-rotating-button { flex-basis: 150px; width: 150px; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	.home-page .cta-rotating-button img { animation: auto ease 0s 1 normal none running none; }
}

.privacy-page-header { border-bottom: 1px solid var(--divider-color); }

.privacy-page-header .page-header-box { text-align: left; }

.privacy-page-header .page-header-box h1 { max-width: 900px; }

.privacy-page-header .breadcrumb { justify-content: flex-start; }

.privacy-page-header .breadcrumb-item + .breadcrumb-item::before { content: "/" !important; }

.privacy-policy-section { padding: 110px 0px; }

.privacy-policy-layout { display: grid; grid-template-columns: 280px minmax(0px, 1fr); gap: 80px; align-items: start; }

.privacy-policy-aside { position: sticky; top: 125px; }

.privacy-policy-nav { background: rgb(28, 28, 28); border: 1px solid var(--divider-color); border-radius: 24px; padding: 28px; }

.privacy-policy-label { display: block; color: var(--white-color); font-size: 18px; font-weight: 700; margin-bottom: 20px; }

.privacy-policy-nav nav { display: flex; flex-direction: column; gap: 5px; }

.privacy-policy-nav a { position: relative; color: var(--text-color); font-size: 14px; line-height: 1.45; padding: 9px 12px; border-radius: 10px; transition: 0.3s; }

.privacy-policy-nav a:hover { color: rgb(17, 17, 17); background: var(--accent-color); transform: translateX(3px); }

.privacy-policy-content { min-width: 0px; }

.privacy-policy-content > p { font-size: 18px; max-width: 930px; margin-bottom: 55px; }

.privacy-policy-intro { display: flex; justify-content: space-between; gap: 35px; align-items: flex-end; padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--divider-color); }

.privacy-policy-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-color); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px; }

.privacy-policy-intro h2 { font-size: 58px; line-height: 1.08; margin: 0px; }

.privacy-policy-intro h2 span { color: var(--accent-color); }

.privacy-effective-date { min-width: 155px; color: var(--text-color); font-size: 13px; line-height: 1.55; text-align: right; margin: 0px; }

.privacy-effective-date strong { color: var(--white-color); font-size: 15px; }

.privacy-policy-block { display: grid; grid-template-columns: 58px minmax(0px, 1fr); gap: 25px; scroll-margin-top: 130px; padding: 44px 0px; border-top: 1px solid var(--divider-color); }

.privacy-policy-block:first-of-type { border-top: 0px; }

.privacy-section-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--accent-color); border-radius: 14px; color: rgb(17, 17, 17); font-size: 14px; font-weight: 800; }

.privacy-policy-block h3, .privacy-contact-card h3 { color: var(--white-color); font-size: 27px; line-height: 1.2; margin-bottom: 18px; }

.privacy-policy-block p { margin-bottom: 18px; }

.privacy-policy-block p:last-child { margin-bottom: 0px; }

.privacy-policy-block ul { list-style: none; margin: 0px 0px 20px; padding: 0px; }

.privacy-policy-block li { position: relative; line-height: 1.65; padding: 5px 0px 5px 25px; }

.privacy-policy-block li::before { content: ""; position: absolute; left: 0px; top: 15px; width: 7px; height: 7px; background: var(--accent-color); border-radius: 50%; }

.privacy-contact-card { position: relative; overflow: hidden; scroll-margin-top: 130px; background: var(--accent-color); border-radius: 28px; padding: 42px; margin-top: 40px; }

.privacy-contact-card::after { content: ""; position: absolute; right: -75px; top: -85px; width: 220px; height: 220px; border: 1px solid rgba(17, 17, 17, 0.18); border-radius: 50%; }

.privacy-contact-card .privacy-policy-kicker, .privacy-contact-card h3, .privacy-contact-card p, .privacy-contact-card a, .privacy-contact-card span { position: relative; z-index: 1; color: rgb(17, 17, 17); }

.privacy-contact-card p { max-width: 690px; margin-bottom: 26px; }

.privacy-contact-links { display: flex; flex-wrap: wrap; gap: 12px 26px; }

.privacy-contact-links a, .privacy-contact-links span { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }

.privacy-footer { margin-top: 0px; }

@media only screen and (max-width: 991px) {
	.privacy-policy-section { padding: 80px 0px; }

	.privacy-policy-layout { grid-template-columns: 1fr; gap: 42px; }

	.privacy-policy-aside { position: static; }

	.privacy-policy-nav nav { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); }

	.privacy-policy-intro h2 { font-size: 48px; }
}

@media only screen and (max-width: 767px) {
	.privacy-policy-section { padding: 60px 0px; }

	.privacy-policy-nav { padding: 22px; }

	.privacy-policy-nav nav { grid-template-columns: 1fr; }

	.privacy-policy-intro { align-items: flex-start; flex-direction: column; }

	.privacy-policy-intro h2 { font-size: 38px; }

	.privacy-effective-date { text-align: left; }

	.privacy-policy-content > p { font-size: 16px; margin-bottom: 35px; }

	.privacy-policy-block { grid-template-columns: 1fr; gap: 18px; padding: 34px 0px; }

	.privacy-policy-block h3, .privacy-contact-card h3 { font-size: 23px; }

	.privacy-contact-card { padding: 30px 24px; border-radius: 22px; }

	.privacy-contact-links { flex-direction: column; align-items: flex-start; }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.main-menu .nav-menu-wrapper { margin: 0px 8px; }

	.main-menu ul li a { font-size: 14px; white-space: nowrap; padding: 14px 9px !important; }
}

@keyframes rotate-loading {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes hero-person-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

@keyframes hero-icon-reveal {
	0% { opacity: 0; transform: translateY(18px) scale(0.82); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-icon-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

@keyframes hero-icon-float-alt {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(14px); }
}

@keyframes hero-content-fade {
	0% { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
}

@keyframes processOrbitRotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes processIconCounterRotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}

@keyframes tuberotate2 {
	0% { transform: translateY(0) rotate(0deg); }
	100% { transform: translateY(-150px) rotate(-360deg); }
}

@keyframes aboutSunburstRotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes aboutSparklePulse {
	0%, 100% { opacity: 0.72; transform: scale(0.86); }
	50% { opacity: 1; transform: scale(1.08); }
}

@keyframes aboutImageFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes cta-button-rotate {
	100% { transform: rotate(360deg); }
}
