/*
theme name: Roc Design Workshop
author: childthemewp.com
author uri: https://child.com/hello-elementor/
description: hello elementor wordpress child theme.
template: hello-elementor
text domain: hello-elementor-child
*/

/*=============================
	1. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
	--tg-body-font-family: 'Outfit', sans-serif;
	--tg-heading-font-family: 'Plus Jakarta Sans', sans-serif;
	--tg-primary-color: #44A08D;
	--tg-secondary-color: #0F101E;
	--tg-body-font-color: #92939E;
	--tg-heading-font-color: #FFFFFF;
	--tg-paragraph-color: #92939E;
	--tg-body-font-size: 16px;
	--tg-body-font-weight: 400;
	--tg-heading-font-weight: 600;
	--tg-body-line-height: 1.62;
	--tg-heading-line-height: 1.2;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}
:root {
	scroll-behavior: auto;
	--spacer: 3rem 0;
}


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0b0f19;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.wp-block-column p,
.wp-block-image figcaption {
	font-family: "Space Grotesk", sans-serif;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background {
	opacity: 0;
	transition: all 0.5s ease;
	cursor: pointer;
}
.wp-block-cover:hover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image:hover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]):hover,
.wp-block-cover.has-background-dim:not([class*=-background-color]):hover,
.wp-block-cover:hover .wp-block-cover__background,
.wp-block-cover:hover .wp-block-cover__gradient-background,
.wp-block-cover-image:hover .wp-block-cover__background,
.wp-block-cover-image:hover .wp-block-cover__gradient-background {
	opacity: 0.95;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #d4dbe0;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* List style and Order style
--------------------------------------------- */
dd, dl, dt, li, ol, ul {
	margin-bottom: 1rem;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

.wp-block-calendar td,
.wp-block-calendar th {
	padding: 15px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

article.post {
	padding: 0 0 2rem;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.entry-title {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 40px;
	line-height: 1.125em;
	letter-spacing: -.025em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 1.5rem;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.page-header .entry-title {
	margin: 0;
}
.project-title {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: -.025em;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus {
	background-color: transparent;
	border-width: 1px;
	box-shadow: none;
}
.navbar a,
.navbar-nav a {
	color: #111;
}

/* Page Header Black
---------------------------------------------------------------------------- */
/* body.page .header-main {
	background-color: #000;
}
body.page.banner-thumbnail .header-area .navbar-expand-md .offcanvas-start:not(.show) .main-top-menu > ul > li > a {
	color: #fff;
}
body.page.banner-thumbnail .header-area .site-title a {
	color: #fff;
}
body.page.banner-thumbnail .header-area .offcanvas-start:not(.show) ul > li > .arrow-sub-menu {
	border-top-color: #fff;
}
body.page.banner-thumbnail .header-area.sticky .navbar-hamburger-icon,
body.page.banner-thumbnail .header-area.sticky .navbar-hamburger-icon::before {
	border-color: #fff;
} */


/* Navigation Menu
--------------------------------------------- */
.navbar {
	padding: 0;
}
.site-branding {
	height: 80px;
	display: flex;
	align-items: center;
}
.navbar .main-top-menu {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}
.navbar .offcanvas-body .main-top-menu {
	height: inherit;
}
.navbar ul.navbar-nav li {
	font-size: 16px;
	font-family: "Space Grotesk", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
}
.navbar ul.dropdown-menu,
.navbar ul.sub-menu-depth {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.5s ease;
	margin-bottom: -20px;
}
.navbar ul.dropdown-menu li {
	padding: 10px 15px;
}
.navbar ul.dropdown-menu.show,
.navbar ul.sub-menu-depth.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.navbar ul.sub-menu-depth {
	display: none;
}
.navbar ul.sub-menu-depth.show {
	display: block;
}
.navbar ul.sub-menu-depth li {
	list-style: upper-roman;
	text-transform: capitalize;
}

.arrow-sub-menu {
	width: 10px;
	height: 0;
	margin-left: .255em;
	padding-bottom: 5px;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	cursor: pointer;
	display: inline-block;
}

/* Footer Menu
--------------------------------------------- */
.navbar .menu-footer {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.navbar .menu-footer {
	justify-content: center;
}
.navbar .menu-footer ul.navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.navbar .menu-footer ul.navbar-nav li a {
	font-size: 14px;
}
.navbar .menu-footer ul.navbar-nav li .arrow-sub-menu {
	border-top-color: #000;
}
.navbar .menu-footer ul.navbar-nav > li > .dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.175);
	position: absolute;
	left: 0;
	bottom: 200%;
}
.navbar .menu-footer ul.navbar-nav > li > .dropdown-menu li {
	list-style: none;
}

/* Hamberger Menu
--------------------------------------------- */
.navbar-toggler {
	border-radius: 0;
	border: none;
	padding: 0;
}
.navbar-hamburger-icon {
	width: 45px;
	height: 22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	display: block;
}
.navbar-hamburger-icon::before {
	content: ' ';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 0;
}
.offcanvas-header .btn-close,
.offcanvas-header .btn-close:hover {
	opacity: 1;
	background-color: transparent;
}


/* offcanvas Menu
--------------------------------------------- */
.offcanvas-header {
	border-bottom: 1px solid #d4d4d4;
}

.navbar .offcanvas-start.show .main-top-menu .dropdown-menu,
.navbar:not(.navbar-expand-md) .dropdown-menu {
	border: none;
	background-color: transparent;
	min-width: auto;
	padding: 0 20px;
}
.navbar .offcanvas-start.show .main-top-menu .dropdown-menu > li,
.navbar:not(.navbar-expand-md) .dropdown-menu > li {
	list-style: disc;
}

/* Banner Menu
--------------------------------------------- */
.navbar .banner-menu ul.navbar-nav li {
	color: #fff;
	padding: 8px 0;
}
.navbar .banner-menu ul.navbar-nav li a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
}


/* Site Header
---------------------------------------------------------------------------- */
.header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all 0.4s ease;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.27);
	background-color: #fff;
}
body.page.banner-thumbnail .header-main:not(.sticky),
body.page-template-template-homepage .header-main {
	top: inherit;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
body.page-template-template-homepage .header-main.sticky {
	backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.6);
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}
.blog-main {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
body.page.banner-thumbnail .blog-main {
	margin-top: 0;
}
body.page.banner-thumbnail .header-area:not(.sticky) .site-title a,
body.page-template-template-homepage .header-main:not(.sticky) .site-title a {
	color: #fff;
}
body.page.banner-thumbnail .header-main:not(.sticky) .navbar-hamburger-icon,
body.page.banner-thumbnail .header-main:not(.sticky) .navbar-hamburger-icon::before,
body.page-template-template-homepage .header-main:not(.sticky) .navbar-hamburger-icon,
body.page-template-template-homepage .header-main:not(.sticky) .navbar-hamburger-icon::before {
	border-color: #fff;
}
@media (min-width: 768px) {
	body.page.banner-thumbnail .header-area:not(.sticky) .navbar ul.navbar-nav > li > a {
		color: #fff;
	}
	body.page.banner-thumbnail .header-area:not(.sticky) .navbar ul.navbar-nav > li > .arrow-sub-menu {
		border-top-color: #fff;
	}
}
.container-small {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
	.style-item-list {
		display: grid;
		grid-template-columns: 300px auto;
		gap: 3rem;
		margin-bottom: 20px;
		align-items: start;
	}
	.container-small {
		max-width: 992px;
		margin: 0 auto;
	}
}

/* Banner
--------------------------------------------- */
.header-banner-page {
	height: 100vh;
	/* height: calc(100vh - 100px); */
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #262724;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Homepage banner
--------------------------------------------- */
.home-slide-banner {
	position: relative;
}

.banner-content-bg {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
body.admin-bar .banner-content-bg {
	height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar .banner-content-bg {
		height: calc(100vh - 46px);
	}
}
.banner-content {
	padding: 0 3rem;
}
.banner-left-block {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: flex-end;
	padding-bottom: 3rem;
}


@media (max-width: 768px) {
	.banner-content {
		padding: 0;
	}
	.banner-content .row {
		display: flex;
		align-items: flex-end;
		align-content: flex-end;
		height: 100vh;
		max-width: 540px;
		margin: 0 auto;
	}
	.banner-left-block {
		height: auto;
	}
}

/* Banner Right
--------------------------------------------- */
.banner-right-block {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,.51);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 3rem;
}
.home-banner-left {
	padding-top: 6px;
	padding-right: 30%;
	font-size: 15px;
}
.home-banner-right {
	max-width: 200px;
	width: 100%;
	height: 350px;
	position: relative;
	overflow-y: auto;
}
.is-style-asterisk {
	position: relative;
}
.is-style-asterisk:before {
	content: '';
	width: 1.5rem;
	height: 3rem;
	background: var(--wp--preset--color--contrast-2, currentColor);
	clip-path: path('M11.93.684v8.039l5.633-5.633 1.216 1.23-5.66 5.66h8.04v1.737H13.2l5.701 5.701-1.23 1.23-5.742-5.742V21h-1.737v-8.094l-5.77 5.77-1.23-1.217 5.743-5.742H.842V9.98h8.162l-5.701-5.7 1.23-1.231 5.66 5.66V.684h1.737Z');
	display: block;
}

/* Banner Swiper Slide
--------------------------------------------- */
.swiper-bg {
	max-width: 100%;
	height: 100vh;
}
.swiper-bg .swiper-slide {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	position: relative;
}
.swiper .swiper-slide,
.swiper .swiper-slide > * {
	color: #fff;
}
.swiper .swiper-pagination {
	width: auto;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.swiper-text .swiper-slide h3 {
	font-size: 140px;
	font-size: clamp(16px, 8vw, 140px);
	line-height: 1.2;
	cursor: -webkit-grab;
	cursor: grab;
}
.swiper-text .swiper-slide {
	opacity: 0 !important;
}
.swiper-text .swiper-slide-visible {
	opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 0;
}

.text-container span,
.text-container p {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 1s, transform 1s;
	display: block;
}
.text-container.animate span:nth-child(1) {
	animation: fadeSlideIn 1s forwards;
	animation-delay: 0s;
}
.text-container.animate span:nth-child(2) {
	animation: fadeSlideIn 1s forwards;
	animation-delay: 0.4s;
}
.text-container.animate span:nth-child(3) {
	animation: fadeSlideIn 1s forwards;
	animation-delay: 0.7s;
}
.text-container.animate p {
	animation: fadeSlideIn 1s forwards;
	animation-delay: 1s;
}
@keyframes fadeSlideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.page-header {
	margin-bottom: 1.5rem;
}
.zeo-spacer {
	height: 8rem;
}
.full-height {
	height: 100vh;
}
.size-3x2 {
	width: 100%;
	aspect-ratio: 3/2;
}

.map-fullwidth {
    width: 100%;
    height: 450px;
}

/* Full Width Map, iframe
--------------------------------------------- */
.map-fullwidth iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* Contact Section
--------------------------------------------- */
.contact-section {
    padding: 0;
}

.contact-columns {
    gap: 40px;
}

.contact-form-wrapper,
.contact-info-box {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-form-title,
.contact-info-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-info-box p {
    font-size: 16px;
    margin-bottom: 12px;
}

.view-map-link {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    transition: 0.3s;
	text-decoration: none !important;
}

.view-map-link:hover {
    opacity: 0.6;
}

/* WPForms style improvement */
.contact-form-wrapper input,
.contact-form-wrapper textarea {
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
    padding: 14px !important;
}

.contact-form-wrapper button.wpforms-submit {
    background: #000 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    transition: 0.3s;
}

.contact-form-wrapper button.wpforms-submit:hover {
    background: #333 !important;
}

/* Map full width */
.map-fullwidth {
    width: 100%;
    height: 450px;
    margin-top: 60px;
}

.map-fullwidth iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* Projects Homepage Section
--------------------------------------------- */
.featured-projects-section {
  padding: 60px;
}


.featured-projects-section .section-inner > .row {
	gap:4rem;
}

.section-header.center {
	text-align: center;
}

.section-title {
  font-size: 48px;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 40px;
}

.projects-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project-image {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}

.project-item:hover .project-image {
  transform: scale(1.08);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  transition: opacity .4s ease;
}

.project-item:hover .project-overlay {
  opacity: 1;
}

.project-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.project-tags span {
  background: rgba(255,255,255,0.2);
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 12px;
}

.project-title {
  font-size: 24px;
  margin-top: 10px;
}
a.blog-read-more {
	display: none
}

/* Blog posts Homepage Section
--------------------------------------------- */
.homepage-blog-insights {
  padding: 60px;
}

.blog-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.blog-item {
  background-color: #fff;
  transition: transform .3s ease;
}

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

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

.blog-content {
  padding: 20px;
}

.blog-category {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
}

.blog-title {
  font-size: 22px;
  margin: 10px 0;
}

.blog-excerpt {
  opacity: 0.7;
  margin-bottom: 15px;
}

.blog-read-more {
  font-weight: bold;
  color: #000;
}

.btn-view-all {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 50px;
    transition: all .3s ease;
}

.btn-view-all:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

@media (max-width: 768px) {
	.featured-projects-section,
	.homepage-blog-insights {
		padding: 15px;
	}
	.blog-grid,
	.projects-grid {
		display: flex;
		flex-direction: column;
	}
	.section-title {
		font-size: 36px;
		margin-bottom: 10px;
	}
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .custom-logo-link img {
	max-width: 120px;
	width: auto;
	height: auto;
}

.site-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

.entry-meta {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0;
	color: #777;
	line-height: normal;
	text-transform: uppercase;
	margin: 15px 0;
}
.entry-meta a {
	color: #777;
	text-decoration: none;
}
.entry-meta > span {
	margin-right: 5px;
	padding-right: 10px;
	position: relative;
}
.entry-meta > span:not(:last-child)::after {
	content: ' ';
	width: 0;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
	border-right: 1px solid #777;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.rm-text {
	color: #000;
	font-family: "Space Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

/* Entry Thumbnail
--------------------------------------------- */
.entry-thumbnail {
	margin-bottom: 15px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 0 0 1.5rem;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding: 0;
}

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

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

#commentform > p > label {
	padding-bottom: 15px;
}

.comment-respond > span,
.comment-respond label,
.comment-respond > p,
.woocommerce-noreviews {
	padding-bottom: 15px;
	margin: 0;
	display: inline-block;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	font-size: 14px;
}
.site-footer p {
	margin-bottom: 0;
}

.css-1faj34g {
	padding: 24px;
	opacity: 1;
	background: linear-gradient(195deg, rgb(255, 167, 38), rgb(251, 140, 0));
	color: rgb(52, 71, 103);
	border-radius: 0.75rem;
	box-shadow: rgba(0, 0, 0, 0.14) 0rem 0.25rem 1.25rem 0rem, rgba(255, 153, 0, 0.4) 0rem 0.4375rem 0.625rem -0.3125rem;
}

.css-1xd37k9 {
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	position: relative;
	overflow-wrap: break-word;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.75rem;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: saturate(200%) blur(30px);
	box-shadow: rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;
}
.css-1f169pn {
	width: 100%;
	position: relative;
	display: block;
}
.css-1f169pn img {
	z-index: 1;
	opacity: 1;
	background: transparent;
	color: rgb(52, 71, 103);
	border-radius: 0.5rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
	position: relative;
}
.css-1f169pn::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	color: rgb(52, 71, 103);
	box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
	transform: scale(0.94);
	filter: blur(12px);
	background: url(https://demos.creative-tim.com/otis-kit-pro/static/media/blog-9-4.de736e0b751f453415a5.jpg) 0% 0% / cover transparent;
	border-radius: 0.5rem;
}
.css-2pacrc {
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	display: flex;
	flex-direction: column;
	position: relative;
	min-width: 0px;
	overflow-wrap: break-word;
	background-color: rgb(255, 255, 255);
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.75rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
	overflow: visible;
	background-image: linear-gradient(195deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://demos.creative-tim.com/otis-kit-pro/static/media/blog2.aba7a3cb94805e9557d1.jpg);
	background-size: cover;
}
.css-1x8lyht {
	padding: 24px;
}
.css-1x8lyht h3,
.css-1x8lyht p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: none;
	vertical-align: unset;
	text-decoration: none;
	color: rgb(255, 255, 255);
	letter-spacing: -0.125px;
}


/* Card posts
--------------------------------------------- */
.card-img {
	width: 100%;
}
.card.animation {
	overflow: hidden;
}
.card.animation .card-img {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	transition: all .3s ease-out;
}
.card.animation:hover .card-img {
	transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}/* Parent wrapper */
.post-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Image animation */
.post-grid-item img {
    transition: transform .6s ease;
}

.post-grid-item:hover img {
    transform: scale(1.08);
}

/* Gradient overlay (always visible, improves readability) */
.card-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.0)
    );
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease;
}

.post-grid-item:hover .card-img-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Title */
.card-img-overlay h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

/* Categories */
.card-img-overlay p {
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.85;
    font-weight: 400;
    letter-spacing: .3px;
}

/* Optional subtle border for luxury look */
.post-grid-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.15);
    pointer-events: none;
}



.slidexxx {
	animation: shrink 9s infinite alternate;
}

@keyframes shrink {
	0% {
		background-size: 110% 110%;
	}
	100% {
		background-size: 100% 100%;
	}
}


/* Project Navigation
--------------------------------------------- */
.project-navigation {
	display: flex;
	justify-content: space-between;
}
.project-navigation .prev-link,
.project-navigation .next-link {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: -.025em;
	text-transform: uppercase;
}
.project-navigation .next-link {
	margin-left: auto;
	text-align: right;
}

.project-navigation .dashicons,
.project-navigation .dashicons-before:before {
	width: inherit;
	height: inherit;
	color: #0b0f19;
	font-weight: 400;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

/* Yoast Breadcrumbs
--------------------------------------------- */
#breadcrumbs {
	padding-bottom: 1rem;
}
#breadcrumbs span,
#breadcrumbs span a,
#breadcrumbs span span {
	font-size: 15px;
	color: #707070;
	transition: color .3s ease-out;
	font-family: "Space Grotesk", sans-serif;
}


/* Media Queries (Max width)
---------------------------------------------------------------------------- */

@media (max-width: 992px) {
	.swiper-bg .swiper-slide {
		background-size: cover !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .offcanvas.offcanvas-start {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.navbar-nav .dropdown-menu {
		min-width: 300px;
		border: none;
		margin: 0;
		padding: 0;
	}
	.navbar-expand-md ul.navbar-nav li {
		margin-bottom: 0;
		padding: 15px 0;
	}
	.project-navigation .prev-link,
	.project-navigation .next-link {
		font-size: 16px;
	}
	.project-navigation .dashicons,
	.project-navigation .dashicons-before:before {
		font-size: inherit;
	}
}

/* Media Queries (Min width)
	--------------------------------------------- */
@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

@media (min-width: 768px) {
	body.page-template-template-homepage .header-main {
		display: none;
	}
	.navbar ul.navbar-nav li a {
		background-image: linear-gradient(to top, currentColor 1px, transparent 1px);
		background-position: 0 0;
		transition: background-size .35s cubic-bezier(.16,.48,.36,1), color .3s ease-out;
		background-repeat: no-repeat;
		background-size: 0 100%;
		background-position-x: 100%;
	}
	.navbar ul.navbar-nav li a:hover {
		background-size: 100% 100%;
		background-position-x: 0;
	}
	.navbar .main-top-menu {
		justify-content: flex-end;
	}
	.navbar .main-top-menu ul.navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: end;
		column-gap: 40px;
		flex-wrap: wrap;
	}
	.navbar .main-top-menu ul.navbar-nav > li > .dropdown-menu,
	.navbar .menu-footer ul.navbar-nav > li > .dropdown-menu {
		min-width: 280px;
	}
}

@media only screen and (min-width: 960px) {
	/* Site Header
	--------------------------------------------- */
	.admin-bar .site-header {
		top: 32px;
	}
	.admin-bar .header-main.sticky {
		top: 32px;
	}

	/* Content
	--------------------------------------------- */
	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.home-banner-block {
		padding: 30px;
	}
	.swiper-bg .swiper-slide {
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 42px;
		font-weight: 400;
	}
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width:100%;
		padding: 0 70px;
	}
}