/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* General CSS */
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
}

/* Header Menu */
.graf-menu .jet-mobile-menu__toggle {
	z-index: 9999;
}
.graf-menu:has(.jet-mobile-menu__container) .jet-mobile-menu__toggle {
	position: fixed;
	top: 65px;
}
.graf-menu.elementor-element:has(.jet-mobile-menu__container) .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon {
	color: #fff;
}
.graf-menu .jet-mobile-menu__instance{
	position: static;
}
.graf-menu .jet-mobile-menu__instance--dropdown-layout .jet-mobile-menu__container {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
}
.graf-menu .jet-mobile-menu__container .jet-mobile-menu__container-inner {
	height: 100%;
}
.graf-menu .jet-mobile-menu__item-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Navigator */
.graf-navigator .elementor-widget-container {
	display: flex;
}
.graf-nav-arrows, .graf-nav-numbers {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.graf-nav-arrows {
    border-right: 1px solid currentcolor;
}
.graf-nav-arrows a {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: inherit;
}
.graf-nav-arrows a:first-child {
	border-bottom: 1px solid currentcolor;
}
.graf-nav-numbers {
	padding: 4px 0;
}
.graf-nav-numbers a {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    color: inherit;
    transition: all 0.3s ease;
}
.graf-nav-numbers a:hover {
	font-weight: 700;
}
.graf-navigator.dark :is(.graf-nav-arrows, .graf-nav-numbers) {
	color: var(--e-global-color-primary);
}

/* Section Number */
.graf-section-number {
	aspect-ratio: 128/143;
}

/* Achievement Carousel */
.graf-carousel-achievements .jet-carousel__item-title {
	border: 2px solid var(--e-global-color-primary);
	border-radius: 50%;
	width: 224px;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 20px;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.graf-carousel-achievements.elementor-element .slick-current .jet-carousel__content .jet-carousel__item-title {
	font-size: 64px;
	width: 309px;
}
.graf-carousel-achievements .jet-carousel__item-title span {
	font-size: calc(1em / 1.77);
	font-weight: 400;
}
.graf-carousel-achievements .slick-active .jet-carousel__item-text {
	margin: 60px -34% 0;
}
.graf-carousel-achievements .jet-carousel__item-inner {
	transition: all 0.3s ease;
}
.graf-carousel-achievements .jet-carousel__item.slick-current .jet-carousel__item-inner {
	margin-top: 0 !important;
}
.graf-carousel-achievements .jet-carousel__item:not(.slick-current) .jet-carousel__item-text {
	display: none;
}

/* Heading Circle */
.graf-heading-circle {
	height: auto;
	aspect-ratio: 1;
}
.graf-heading-circle > .elementor-widget-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Arrows */
.graf-arrow-green svg path {
	fill: var(--e-global-color-secondary);
}

/* Single Product Page */
.archive {
	background-color: var(--e-global-color-secondary);
}
.graf-related-products {
	padding-left: 96px;
	list-style-type: decimal-leading-zero;
}
.graf-related-products li {
	color: #1B1717;
	font-size: 64px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -2.24px;
	margin-bottom: 10px;
	padding-left: 40px;
	word-break: break-all;
}
.graf-related-products li:last-child{
	margin-bottom: 0;
}
.graf-related-products li:has(span) {
	font-weight: 700;
}
.graf-related-products li a {
	color: inherit;
}

.flex-viewport {
	max-width: 998px;
	margin: 0 auto 40px;
}
ul.flex-direction-nav {
	position: absolute;
	bottom: 90px;
	z-index: 99999;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
}
li.flex-nav-prev {
	float: left;
}
li.flex-nav-next {
	float: right;
}
a.flex-next, a.flex-prev {
	visibility: hidden;
}
a.flex-next::after,
a.flex-prev::before {
	visibility: visible;
	height: 14px;
	width: 40px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
a.flex-next::after{
	content: '';
	background-image: url(http://localhost/graf/wp-content/uploads/2023/11/arrow-right.svg);
}
a.flex-prev::before {
	content: '';
	background-image: url(http://localhost/graf/wp-content/uploads/2023/11/arrow-left.svg);
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	gap: 30px;
	overflow-x: auto;
/* 	-ms-overflow-style: none;
	scrollbar-width: none; */
}
/* .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar { 
	display: none;
} */
.woocommerce div.product div.images .flex-control-thumbs li {
	min-width: 25%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 15px;
	border: 2px solid #000;
}
.single-product .gmwqp_inquirybtn_loop {
	margin-top: 0;
}

/* Enquiry */
.gmwqp_inquirybtn_loop .button.gmwqp_inq {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.006em;
	color: var(--e-global-color-primary);
	background-color: transparent;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 0px;
	padding: 24px 52px;
	text-align: center;
}
.single-product .button.gmwqp_inq:hover {
	color: inherit;
	background-color: transparent;
}

/* Shop Page */
.graf-section {
	border-bottom: 2px solid var(--e-global-color-primary);
	padding: 90px 48px;
}
.graf-section .graf-section-number {
	width: 128px;
	display: inline-block;
	font-size: 128px;
	font-weight: 700;
	line-height: 0.82em;
	text-align: center;
	color: var(--e-global-color-primary);
	border: 2px solid var(--e-global-color-primary);
}
.graf-cat-title {
	color: var(--e-global-color-primary);
	font-size: 128px;
	font-weight: 700;
	letter-spacing: -4.48px;
	margin: 0 0 60px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	overflow-wrap: anywhere;
}
.graf-cat-title::after {
	content: attr(data-count);
	width: 1em;
	aspect-ratio: 128/143;
	display: inline-block;
	line-height: 0.9em;
	text-align: center;
	border: 2px solid currentColor;
	flex-shrink: 0;
}
.graf-product-wrapper {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}
.graf-product-content {
    flex: auto;
}
.graf-cat-product-name {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.006;
    letter-spacing: -2.24px;
    color: var(--e-global-color-text);
    margin: 0 0 40px;
}
.graf-cat-product-excerpt {
	transition: all 0.3s ease;
	font-size: 24px;
	line-height: 1.1;
	color: var(--e-global-color-text);
}
.graf-product-image {
	flex-shrink: 0;
}
.graf-product-image img {
	width: 488px;
}
.graf-related-products-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: flex-end;
}
li.graf-product-active, .graf-product-active a {
	font-weight: 700;
}
.graf-shop-action-links {
	flex: 0;
}
a.graf-product-page-link {
    border: 2px solid var(--e-global-color-primary);
	width: 100%;
	max-width: 299px;
	display: inline-block;
	text-align: center;
	padding: 24px 16px;
	font-size: 24px;
	line-height: 1.006;
	color: var(--e-global-color-primary);
}
.graf-related-products-wrapper .gmwqp_inquirybtn_loop {
	margin-top: 0;
	margin-bottom: 12px;
}
.graf-related-products-wrapper .gmwqp_inquirybtn_loop .gmwqp_inq {
	width: 299px;
	padding: 24px 16px;
}

/* Timtline */
.graf-timeline .jet-elements-icon svg path {
	fill: currentcolor;
}

/* Homepage: Circle Scroll Section */
#graf-scroll-clip-section--cloned {
  --graf-scroll-circle-top: 80px;
  --graf-clip-size: 248px;
  /* --graf-clip-size: 17.22vw; */
  /* --graf-clip-size: 36.239vh; */
  position: fixed;
  top: var(--graf-scroll-circle-top);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var( --e-global-color-primary );
  /* display: flex;
  justify-content: center;
  align-items: center; */
  clip-path: circle(var(--graf-clip-size) at 50% var(--graf-clip-size));
  z-index: 2;
  overflow: hidden;
}
.admin-bar #graf-scroll-clip-section--cloned {
  clip-path: circle(var(--graf-clip-size) at 50% calc(var(--graf-clip-size) + 32px));
}
#graf-scroll-clip-section--cloned * {
  color: #fff !important;
  border-color: #fff !important;
}
.graf-number-title .elementor-heading-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  overflow-wrap: anywhere;
}
.graf-number-title .elementor-heading-title::after {
  content: '2';
  width: 1em;
  aspect-ratio: 128/143;
  display: inline-block;
  line-height: 0.9em;
  text-align: center;
  border: 2px solid currentColor;
  flex-shrink: 0;
}


/* Responsive CSS */
@media (min-width: 768px) {
	/* Contact Form */
	.graf-contact-form form.elementor-form {
		display: flex;
		gap: 24px;
	}
	.graf-contact-form .elementor-field-group-message {
		flex: 50%;
		align-items: stretch;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	.graf-contact-form .elementor-field-textual {
		padding: 14px;
	}
	.graf-contact-form .elementor-form-fields-wrapper {
		flex: 50%;
	}
	.graf-contact-form .elementor-field-type-submit {
		margin-top: 60px;
	}
}
@media (max-width: 1366px) {
	.graf-cat-title {
		font-size: 100px;
	}
}
@media (max-width: 1200px){
	.graf-related-products {
		padding-left: 70px;
	}
	.graf-related-products li {
		font-size: 48px;
		padding-left: 20px;
	}
	.graf-cat-title {
		font-size: 80px;
	}
	.graf-cat-product-name {
		font-size: 48px;
	}
}
@media (max-width: 1024px) {
	.graf-contact-form .elementor-field-type-submit {
    margin-top: 30px;
	}
	.graf-product-image img {
    max-width: 360px;
    width: 100%;
	}
}
@media (max-width: 1023.98px) {
	.graf-carousel-achievements .slick-active .jet-carousel__item-text {
    margin: 60px 0 0;
	}
}
@media (max-width: 880px) {
	.graf-section {
		padding: 70px 24px;
	}
	.graf-cat-title {
		font-size: 70px;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.graf-carousel-achievements.elementor-element .slick-current .jet-carousel__content .jet-carousel__item-title {
    font-size: 48px;
    width: 240px;
	}
	.graf-contact-form .elementor-field-type-submit {
    margin-top: 0px;
	}
	.graf-related-products {
		padding-left: 50px;
	}
	.graf-related-products li {
		font-size: 36px;
		padding-left: 10px;
	}
	.graf-cat-title {
		font-size: 54px;
		margin-bottom: 30px;
	}
	.graf-cat-product-name {
		font-size: 36px;
	}
	.graf-product-wrapper, .graf-related-products-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}