/*
Theme Name: SKT Black Child
Description: Child theme for SKT Black. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: skt-black-pro
Version: 1.0
*/
/*not close block*/
.hero-bg::before {
  content: none;
}

@media (max-width: 767px) {
  .hero-bg::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
/*not close block*/
/* ========================================================= */
/* DISABLE NATIVE SKT HEADER                                 */
/* ========================================================= */
.header,
.header-wrap,
.header.type1 {
	display: none !important;
}

/* ========================================================= */
/* DESKTOP TARO HEADER                                       */
/* ========================================================= */
.taro-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0,0,0,0.65);
	backdrop-filter: blur(6px);
	box-sizing: border-box;
}

.header-left,
.header-right {
	align-items: center;
}

.header-right {
	gap: 28px;
}

/* contact */
.header-contact {
	display: flex;
	align-items: center;
	gap: 14px;
}

.header-contact .elementor-icon-box-title a {
	color: #ffffff !important;
	font-size: 14px;
	text-decoration: none;
}

.header-contact .elementor-icon svg {
	fill: #FDBA3D;
}

/* ========================================================= */
/* DESKTOP BURGER MENU                                       */
/* ========================================================= */
.taro-burger .elementor-menu-toggle {
	position: relative;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	color: #FDBA3D;
	line-height: 1;
}

.taro-burger .elementor-nav-menu--dropdown {
	position: fixed !important;
	top: 72px;
	right: 24px;
	width: 320px;
	background: #000 !important;
	padding: 24px 0;
	z-index: 1000;
	box-sizing: border-box;
}

.taro-burger .elementor-nav-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.taro-burger .elementor-nav-menu li {
	margin: 0 !important;
	padding: 0 !important;
}

.taro-burger .elementor-nav-menu--dropdown a,
.taro-burger .elementor-nav-menu--dropdown .elementor-item {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 28px;
	margin: 0 !important;
	color: #ffffff !important;
	font-size: 16px;
	line-height: 1.6;
	text-decoration: none;
	border: none !important;
	transform: none !important;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.taro-burger .elementor-nav-menu--dropdown a:hover,
.taro-burger .elementor-nav-menu--dropdown .elementor-item-active {
	background: rgba(255,255,255,0.08) !important;
	color: #FDBA3D !important;
}

/* ========================================================= */
/* MOBILE HEADER — CLEAN, NON-FIXED, NO OVERFLOW             */
/* ========================================================= */
@media (max-width: 768px) {

	/* desktop header OFF */
	.taro-header {
		display: none !important;
	}

	/* mobile header container */
	.taro-header-mob {
		position: relative;              /* ❗ НЕ fixed */
		width: 100%;
		max-width: 100%;
		overflow: hidden;               /* ❗ прибирає горизонтальний скрол */
		background: rgba(0,0,0,0.9);
		backdrop-filter: blur(6px);
		box-sizing: border-box;
	}

	/* всі елементи всередині */
	.taro-header-mob * {
		max-width: 100%;
		box-sizing: border-box;
	}

	/* логотип */
	.taro-header-mob img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	/* телефон */
	.taro-header-mob .elementor-icon-box-wrapper {
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.taro-header-mob .elementor-icon-box-title a {
		color: #ffffff !important;
		font-size: 18px;
		text-decoration: none;
	}

	/* глобальний захист від горизонтального скролу */
	html,
	body {
		overflow-x: hidden;
		max-width: 100%;
	}

}
/* ===================== END MOBILE HEADER ================== */

/* ========================================================= */
/* TAROT CARD                                               */
/* ========================================================= */
.tarot-card {
	position: relative;
	box-sizing: border-box;
	padding: 56px 32px 40px;
}

.tarot-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2025/12/tarot-frame.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	pointer-events: none;
	opacity: 1;
}

.tarot-card > * {
	position: relative;
	z-index: 1;
}

.tarot-card:hover::before {
	opacity: 0.65;
	transition: opacity 0.3s ease;
}
/* ========================================================= */
/* MOBILE FIX — CASE ITEMS (NO SVG FRAME)                    */
/* ========================================================= */
@media (max-width: 768px) {

	/* тільки кейси */
	.tarot-card.case-item {
		padding: 32px 20px;
		border: 1px solid #FDBA3D;
		border-radius: 6px;
		background: rgba(0,0,0,0.6);
	}

	/* прибираємо SVG-рамку */
	.tarot-card.case-item::before {
		display: none;
	}

	/* заголовки — повертаємо читабельність */
	.tarot-card.case-item h2,
	.tarot-card.case-item h3 {
		margin-top: 16px;
		margin-bottom: 10px;
		line-height: 1.35;
	}

	/* текст */
	.tarot-card.case-item p {
		font-size: 16px;
		line-height: 1.6;
	}

}
/* ================= END MOBILE CASE FIX =================== */

/* ========================================================= */
/* EXPERIENCE GRID                                          */
/* ========================================================= */
.experience-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.experience-grid > .elementor-element:nth-child(5) {
	grid-column: 1 / -1;
	justify-self: center;
	max-width: 50%;
}

/* ========================================================= */
/* TAROT LIST                                               */
/* ========================================================= */
.tarot-list ul {
	padding-left: 0;
	margin: 0;
}

.tarot-list li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 14px;
	list-style: none;
}

.tarot-list li::before {
	content: "✦";
	position: absolute;
	left: 0;
	top: 1.15em;
	color: #FDBA3D;
	font-size: 14px;
	line-height: 1;
}

/* ========================================================= */
/* FOOTER FORM                                              */
/* ========================================================= */
.taro_form_footer {
	font-family: 'Forum', serif;
}

.taro_form_footer p {
	margin-bottom: 16px;
}

.taro_form_footer label {
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 6px;
}

.taro_form_footer input,
.taro_form_footer textarea {
	width: 100%;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.25);
	color: #ffffff;
	padding: 12px 14px;
	font-size: 20px;
	border-radius: 6px;
}

.taro_form_footer textarea {
	min-height: 80px;
	resize: none;
}

.taro_form_footer input:focus,
.taro_form_footer textarea:focus {
	border-color: #f6b63c;
	background: rgba(255,255,255,0.08);
	outline: none;
}

/* ========================================================= */
/* FORM SUBMIT BUTTON — TARO STYLE                           */
/* ========================================================= */
.taro_form_footer .wpcf7-submit {
	display: block;
	width: 42%;
	margin: 32px auto 0;              /* центр відносно форми */
	background: #f6b63c;
	color: #000000;                   /* як у головній кнопці */
	border: none;

	padding: 18px 0;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Forum', serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;

	border-radius: 14px;              /* більш «ритуальна» форма */
	cursor: pointer;

	/* світіння кнопки */
	box-shadow: 0 0 18px rgba(246,182,60,0.55);
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

.taro_form_footer .wpcf7-submit:hover {
	background: #ff751f;
	box-shadow: 0 0 28px rgba(255,117,31,0.75);
}

/* ========================================================= */
/* FORM RESPONSE MESSAGE                                     */
/* ========================================================= */
.taro_form_footer .wpcf7-response-output {
	border: none;
	color: #ffffff;
	text-align: center;
	margin-top: 14px;
	font-size: 13px;
}

/* ========================================================= */
/* MOBILE FIX — TARO FOOTER FORM BUTTON                      */
/* ========================================================= */
@media (max-width: 768px) {

	/* форма — без зсувів */
	.taro_form_footer {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	/* кнопка — на всю ширину, але з тим самим характером */
	.taro_form_footer .wpcf7-submit {
		width: 100%;
		max-width: 100%;
		margin: 24px 0 0;
		padding: 18px 0;

		font-size: 18px;
		letter-spacing: 0.1em;
		text-align: center;

		border-radius: 14px;
		box-shadow: 0 0 22px rgba(246,182,60,0.55);

		box-sizing: border-box;
	}

}
/* ================= END MOBILE FORM FIX =================== */
/* ========================================================= */
/* TARO TESTIMONIALS — QUOTES ONLY (FINAL, MINIMAL)          */
/* ========================================================= */

/* прибираємо всі вбудовані лапки Elementor */
.taro-testimonials-new .elementor-testimonial__content::before,
.taro-testimonials-new .elementor-testimonial__content::after {
	display: none !important;
}

/* одна акуратна подвійна лапка */
.taro-testimonials-new .elementor-testimonial::after {
	content: "”";
	position: absolute;
	right: 36px;
	bottom: 26px;
	font-size: 110px;
	line-height: 1;
	color: #FDBA3D;
	opacity: 0.9;
	pointer-events: none;
}

/* mobile */
@media (max-width: 768px) {
	.taro-testimonials-new .elementor-testimonial::after {
		font-size: 80px;
		right: 18px;
		bottom: 16px;
	}
}

/* ================= END ================= */


/* ========================================================= */
/* TESTIMONIALS  - old                                           */
/* ========================================================= */
.bxslider > li {
	background: #2f2f2f;
	border-radius: 8px;
}

.bxslider > li .client-info h3 {
	color: #ffffff;
}

.bxslider > li .client-info p {
	color: #FDBA3D;
}

.bxslider > li .testimonilacontent {
	color: #e0e0e0;
}

.bxslider > li::after {
	color: #FDBA3D;
}

/* ===================== END FILE =========================== */
/* ========================================================= */
/* FOOTER FIX — DISABLE THEME FOOTER, KEEP ELEMENTOR FOOTER  */
/* ========================================================= */

/* глобальний захист від горизонтального скролу */
html,
body {
	overflow-x: hidden;
}

/* повністю вимикаємо футер теми SKT Black Pro */
/* footer,
#footer,
.footer,
.footer-wrap,
.site-footer {
	display: none !important;
} */

/* ===================== END FOOTER FIX ===================== */


/* ========================================================= */
/* MOBILE FIX — FORCE REMOVE LIST BULLETS                    */
/* ========================================================= */
@media (max-width: 768px) {

	.tarot-list ul {
		list-style: none !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.tarot-list li {
		list-style: none !important;
	}

}
/* ================= END LIST FIX =========================== */
/* ===== CONTACTS BLOCK — FULL REPLACE START ===== */
.taro-contacts-block .contact-card {
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

/* PHONE ROW */
.taro-contacts-block .contact-phone {
	display: flex;
	align-items: center;
	gap: 12px;
}

.taro-contacts-block .contact-phone img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.taro-contacts-block .contact-phone a {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
}

/* MESSENGERS */
.taro-contacts-block .contact-messengers {
	display: flex;
	gap: 18px;
	margin-top: 6px;
}

.taro-contacts-block .contact-messengers img {
	width: 34px;
	height: 34px;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.taro-contacts-block .contact-messengers a:hover img {
	transform: scale(1.12);
	filter: brightness(1.15);
}

/* SOCIALS */
.taro-contacts-block .contact-socials {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 6px;
}

.taro-contacts-block .contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
}

.taro-contacts-block .contact-item img {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.taro-contacts-block .contact-item:hover img {
	transform: scale(1.12);
	filter: brightness(1.15);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

	.taro-contacts-block .contact-card {
		align-items: center;
		text-align: center;
		gap: 26px;
	}

	.taro-contacts-block .contact-phone {
		justify-content: center;
	}

	.taro-contacts-block .contact-phone a {
		font-size: 26px;
	}

	.taro-contacts-block .contact-messengers {
		justify-content: center;
		gap: 22px;
	}

	.taro-contacts-block .contact-messengers img {
		width: 36px;
		height: 36px;
	}

	.taro-contacts-block .contact-socials {
		align-items: center;
		gap: 18px;
	}

	.taro-contacts-block .contact-item {
		font-size: 22px;
	}
}
/* ===== CONTACTS BLOCK — FULL REPLACE END ===== */
/* ===== CHAT WIDGET CSS START ===== */

/* CHAT BUTTON */
.chat-button {
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 64px;
	height: 64px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 9999;
}

.chat-button img {
	width: 100%;
	height: 100%;
	display: block;
}

/* MODAL BASE */
.chat-modal {
	position: fixed;
	right: 25px;
	bottom: 100px;
	width: 340px;
	display: none;
	z-index: 10000;
}

.chat-modal.active {
	display: block;
}

/* MODAL INNER */
.chat-modal-inner {
	background: #0c0c0c;
	border-radius: 18px;
	padding: 22px 20px 26px;
	box-shadow: 0 30px 80px rgba(0,0,0,.8);
	position: relative;
}

/* CLOSE */
.chat-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: #999;
	cursor: pointer;
}

/* LOGO */
.chat-logo img {
	display: block;
	max-width: 140px;
	margin: 0 auto 14px;
}

/* TITLE */
.chat-title {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
}

/* PHONE */
.chat-phone {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #FDBA3D;
	text-decoration: none;
	margin-bottom: 18px;
}

/* LINKS */
.chat-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.chat-links a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: #151515;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.chat-links img {
	width: 26px;
	height: 26px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
.chat-button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #000000;
	border: none;
	border-radius: 50%; 
	cursor: pointer;
	z-index: 2000;
}

	.chat-modal {
		inset: 0;
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(0,0,0,.75);
	}

	.chat-modal.active {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.chat-modal-inner {
		width: 90%;
		max-width: 420px;
	}
}

/* ===== CHAT WIDGET CSS END ===== */
/* === bxSlider FIX (desktop) === */
/* bxSlider stable viewport */
.bx-wrapper {
	overflow: visible;
}

.bx-viewport {
	overflow-x: hidden;
	overflow-y: visible;
}


