/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

* {
	margin-block-start: 0rem !important;
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'Hyundai';
    src: url('/wp-content/themes/twentytwentyfive/assets/fonts/hyundai/HyundaiSansTextKRMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background-color: #e7e0d6;
}

a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

#master-container {
	height: 90vh !important; 
}

.navbar-custom {
	position: fixed;
	width: 100%;
	z-index: 9;
}

.wp-container-core-group-is-layout-8165f36a {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	justify-content: space-between;
}

.wp-container-core-group-is-layout-8165f36a.scrolled {
	justify-content: space-between !important;
}

/* header .wp-container-core-group-is-layout-8165f36a img {
	display: none;
} */

header {
	transition: background 0.8s ease;
}

header .wp-block-group.has-global-padding {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background: #fcfcfc !important;
	background: linear-gradient(90deg,rgba(252, 252, 252, 0) 0%, rgba(0, 0, 0, 0.5) 85%) !important;
}

.wp-block-navigation__responsive-container {
	width: 20% !important;
	height: 100vh;
	position: fixed !important;
	left: 76%;
	top: 0;
	padding: 60px 80px 0px 0px !important;
	background: #fcfcfc !important;
	background: linear-gradient(90deg,rgba(252, 252, 252, 0) 0%, rgba(0, 0, 0, 0.5) 85%) !important;
	flex-direction: row !important;
	justify-content: end;
	z-index: 9999 !important;
	transform: translatex(100%);
	transition: transform 1s ease-in-out !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	transform: translatex(0%);
	position: fixed !important;
	top: 0;
	width: 20%;
	height: 100vh;
	padding: 60px 80px 0px 0px !important;
	background: #fcfcfc !important;
	background: linear-gradient(90deg,rgba(252, 252, 252, 0) 0%, rgba(0, 0, 0, 0.5) 85%) !important;
}

.image-container {
	width: fit-content;
}

header nav {
	justify-content: flex-end !important;
}

.hide {
	display: none !important;
}

.img-pointer {
	pointer-events: auto !important;
}

header .wp-container-core-group-is-layout-8165f36a img {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

header .wp-container-core-group-is-layout-8165f36a img.hidden {
	opacity: 0;
	visibility: hidden;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	padding-top: calc(2rem + 24px);
	align-items: end !important;
}

.wp-block-navigation__container:only-child {
	display: flex;
	flex-direction: column;
	justify-content: start !important;
	align-items: start !important;
}

.wp-block-navigation__responsive-container-open svg {
	width: 50px !important;
	height: 50px !important;
}

body.contact-page .wp-block-navigation__responsive-container-open svg {
	fill: #000;
}

.navbar-img {
	width: 240px;
}

.wp-block-navigation__responsive-container-open:not(.always-shown) {
	display: block;
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: 0;
	margin-right: 0;
}

main .elementor.elementor-2 {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.hero-text h2 {
	font-family: 'Hyundai', sans-serif !important;
}

.vrowl-carousel.owl-loaded {
	display: none !important;
}

.owl-nav.wpvr_slider_nav {
	display: none !important;
}

.portfolio-btn {
	pointer-events: auto !important;
}

.wp-block-navigation__responsive-container-open {
	color: #fff !important;
}

header .wp-block-site-title {
	display: none;
}

.hero-title {
	pointer-events: none !important;
}

.wp-block-navigation__responsive-container-close {
	top: 15px !important;
}

.wp-block-navigation__responsive-container-close svg {
	fill: #fff !important;
}

.has-modal-open .wp-block-navigation__responsive-close {
	max-width: unset !important;
}

:where(.wp-site-blocks *:focus) {
	outline-width: unset !important;
	outline-style: unset !important;
}

.sidebar-navigation li a {
	color: #fff !important;
}

.sidebar-items {
	padding: 0px 10px !important;
}

.sidebar-items:hover {
	font-weight: 600;
}

ul.wp-block-navigation__container.is-responsive.items-justified-left {
	align-items: end !important;
}

.wp-block-navigation__container {
	flex-direction: column !important;
	flex-wrap: nowrap !important;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	justify-content: flex-end !important;
	flex-direction: column !important;
}

/* Footer Section */

footer {
	background-color: #333;
	color: #fff !important;
}

footer .wp-block-group.alignwide.is-layout-flow {
	max-width: 100% !important;
	padding-left: 120px;
	padding-right: 120px;
}

footer .wp-block-spacer {
	display: none;
}

footer .logo-footer {
	display: flex;
	gap: 20px;
}

footer .wp-container-core-columns-is-layout-28f84493 {
	display: none;
}

.pixanora-footer-title {
	font-weight: 600;
	color: #9d9d9d;
	font-size: 24px;
	text-decoration: none !important;
}

.pixanora-footer-1 {
	font-size: 20px;
	gap: 5px !important;
}

.footer-menu li .wp-block-navigation-item__label {
	font-size: 20px;
}

.footer-menu {
	gap: 5px !important;
}

.our-contact-footer a span {
	font-weight: 600;
	color: #9d9d9d;
	font-size: 24px !important;
	text-decoration: none !important;
}

/* Edit WP Vr Tour Manual */
.vrgcontrols {
	display: none;
}

.ctrl.fullscreen {
	display: none !important;
}

.pnlm-panorama-info {
	display: none !important; 
}

div.pnlm-render-container div.pnlm-hotspot-base.fas.custom-357-entrance-gJNqcZbx {
	display: flex !important;
}

div.custom-tooltip:hover p:after {
	display: none !important;
}

.hotspot-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;    
  text-align: center;     
  width: 100%;
  height: 100%;
}

.hotspot-wrapper p {
  margin: 0;  
  padding: 50px 6px 0px 0px;  
  white-space: nowrap;    
}

#et-boc .et-l div.custom-tooltip span, div.custom-tooltip span {
	visibility: visible !important;
    position: absolute;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
    padding: 5px 10px;
    cursor: default;
    margin: 0 !important;
    bottom: 25px !important;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    font-weight: 400;
    width: fit-content;
}

#et-boc .et-l div.custom-tooltip span, div.custom-tooltip span p {
	text-align: center !important;
	margin-bottom: 0px !important;
}

.pnlm-controls-container {
	display: none;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: unset !important;
	margin-left: unset !important;
	margin-right: unset !important;
}

/* Pricing Page */
#choose-btn1, #choose-btn2, #choose-btn3 {
	width: 100%;
}

.elementor-button.elementor-size-sm {
	cursor: pointer;
}

/* Our Service Page */
.span-strong-text {
	font-size: 20px !important;
	font-weight: 400 !important;
}

.span-light-text {
	font-size: 20px !important;
	font-weight: 400 !important;
}

/* Contact form css */

.cf7-heading {
  font-size: 48px;
  font-family: "Hyundai", sans-serif;
  font-weight: 700;
  color: #0073e6; /* blue like your screenshot */
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}

/* Description */
.cf7-description {
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: left;
  max-width: 600px;
}

/* Form Container */
.cf7-form {
  max-width: 90%;
}

/* Input & Textarea - underline style */
.cf7-input,
.cf7-textarea,
.cf7-captcha input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 5px;
  font-size: 20px;
  color: #333;
  background: transparent;
  transition: border-color 0.3s ease;
}

.cf7-input:focus,
.cf7-textarea:focus,
.cf7-captcha input:focus {
  border-bottom: 1px solid #0073e6;
  outline: none;
}

/* Textarea height */
.cf7-textarea {
  min-height: 100px;
  resize: none;
}

/* Captcha label */
.cf7-captcha label {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  color: #666;
}

/* Submit button */
.cf7-submit-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.cf7-submit-wrapper p {
	display: flex;
	flex-direction: row-reverse;
}

.cf7-submit {
  background: #0073e6;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 12px 40px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-submit:hover {
  background: #005bb5;
}

.white_fill {
	fill: #fff !important;
}

.grid-containner {
	max-width: unset;
}

@media (max-width: 768px) {
	footer .wp-block-group.alignwide.is-layout-flow {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.wp-container-core-group-is-layout-570722b2 {
		gap: 30px !important;
	}
	
	.wp-container-core-group-is-layout-91e87306 {
		padding-top: 40px;
		justify-content: center !important;
	}
	
	footer .logo-footer {
		width: 100%;
		justify-content: space-between;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.wp-block-navigation__container:only-child {
		align-items: start !important;
	}
	
	.footer-items {
		font-size: 18px !important;
	}
	
	.footer-menu li .wp-block-navigation-item__label {
		font-size: 18px;
	}
	
	.pixanora-footer-1 {
		gap: 10px;
	}
	
	.footer-menu {
		gap: 10px;
	}
	
	header .wp-block-group.has-global-padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 20px;
		width: 60%;
		left: 30%;
	}
	
	.wp-block-navigation__responsive-close {
		padding-top: 30px;
	}
	
	.wp-block-navigation__responsive-container {
		padding: 20px 40px 0px 0px !important;
		left: 35% !important;
		width: 60% !important;
		transform: translatex(100%);
		transition: transform 0.5s ease-in-out !important;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open {
		transform: translatex(0%);
		padding: 20px 40px 0px 0px !important;
		width: 60% !important;
	}
	
	.wp-block-navigation__responsive-container-open svg {
		width: 35px !important;
		height: 35px !important;
	}
	
	.elementor-shortcode iframe {
		width: 400px !important;
		height: 400px !important;
	}
	
	.maps-container {
		min-height: unset;
	}
	
	.cf7-heading {
		font-size: 24px;
	}
	
	.cf7-description {
		font-size: 16px
	}
	
	.cf7-input,
	.cf7-textarea,
	.cf7-captcha input {
		font-size: 16px;
	}
	
	.cf7-captcha label {
		font-size: 16px;
	}
	
	.cf7-submit {
		font-size: 20px;
	}
	
	body.contact-page .wp-block-navigation__responsive-container-open svg {
		fill: #fff !important;
	}
	
	.navbar-img {
		width: 180px;
	}
}

@media (max-width: 1024px) and (min-width: 769px) {
	.cf7-heading {
		font-size: 28px;
	}
	
	.cf7-description {
		font-size: 20px;
	}
	
	.cf7-input,
	.cf7-textarea,
	.cf7-captcha input 
	
	.grid-containner {
		max-width: fit-content;
	}
}
