/*
Theme Name: LA Hairstyle Custom Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Custom theme made from twentytwentyfive
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
 */
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;
}

.wp-block-columns #faqAccordion .accordion-header,.wp-block-columns .accordion-button{
	background-color: #000;
	color:#fff;
	font-size:1.5rem;
	padding-top:1rem;
	padding-bottom:1rem;
		font-weight:700;
	box-shadow:none !important;
	transition: all .3s ease;
}
.wp-block-columns .accordion-button:not(.collapsed){
	background: #000;
	color: #c59f5f !important;
}

.wp-block-columns .accordion-button::after{
  content: "+";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  background-image: none !important; /* kill default chevron */
  width: auto;
  height: auto;
  transform: none !important;
}
.wp-block-columns .accordion-button:not(.collapsed){
	color:#c59f5f;
}

.wp-block-columns .accordion-button:not(.collapsed)::after{
  content: "−"; /* minus (U+2212), looks cleaner than hyphen */
color:#c59f5f;
}
.spread-out{
	justify-content:space-between;
}

.btc-tabs.py-4{
	padding:0 0 0 0 !important;
padding-top:0;
padding-bottom:0;
}

.btc-tabs:not(.care-tabs){
	border:1px solid #000;
}

.btc-tabs .row,
.btc-tabs .row>*{
padding:0 !important;
margin:0 !important;
}

.btc-tabs .nav-pills{
	background-color:#c59f5f;
	border-right:1px solid #000;
	gap:.5px;
}

.btc-tabs.care-tabs .nav-pills{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.btc-tabs .nav-link{
	width:100%;
	background-color:#000;
	color: #fff;
	font-size:1.5rem;
	font-weight:600;
	border-radius:0 !important ;
	transition: all .3s ease;
	padding: 1rem 0;
	
}
.btc-tabs:not(.care-tabs) .nav-link{
	margin: 0 0 .5px 0;
}

.btc-tabs.care-tabs .nav-link{
		flex:1;
}

.btc-tabs .nav-link.active{
	background-color:#fff !important;
	color:#c59d5f !important;
	transition: all .3s ease;
}

.btc-tabs .nav-link:hover{
	background-color:#fff !important;
	color:#c59d5f !important;
	transition: all .3s ease;
}

.btc-tabs .tab-content{
	padding-right:1rem;
	padding-left:1rem;
padding-top:1rem;
padding-bottom:1rem;
}

.sub-cat-tabs .tab-content{
	border: 1px solid #000;
}


.btc-boxed-content{
	width:1600px !important;
	max-width:80% !important;
	margin:auto;
}

.btc-service-block {
	display: flex;
	justify-content:center;
	align-items:center;
	height:500px;
}

.btc-services-divider{
	flex:2;
	border-bottom:1px dashed #000;
}

.price-column{
	display:flex;
	justify-content:end;
	align-items:end;
}


/* Before and After Swiper */
  #before-after-swiper img { display:block; width:100%; height:auto; }
#before-after-swiper .swiper-pagination {
  --swiper-pagination-color: #59f5ff;              /* active bullet */
  --swiper-pagination-bullet-inactive-color: #fff; /* inactive bullets */
  --swiper-pagination-bullet-inactive-opacity: 1;  /* make white fully opaque */
}

/* Fallback for older Swiper builds */
#before-after-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

#before-after-swiper .swiper-pagination-bullet-active {
  background: #C59f5f;
}
.bio-heading{
	position:block;
}


.bio-heading:before{
	content: 'Lina Ali';
	font-family: quentinregular;
	font-size:7vw;
	color: #c59d5fba;
	display:block;
}

	.service-row {
		padding-left:2rem;
	}
	

svg.fa-location-dot,
svg.fa-phone{
	color: #c59f5f !important;
	
}

/* Contact Form Styles */

/* ===== Minimal black/white CF7 with gold-accent submit ===== */
.cf7-minimal {
  --black: #000;
  --white: #fff;
  --gold:  #c59f5f;
  max-width: 520px;
  background: var(--white);
  color: var(--black);
}

.cf7-minimal .cf7-field {
  margin: 0 0 18px;
}

.cf7-minimal label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--black);
}

/* Inputs */
.cf7-minimal .cf7-input {
  width: 100%;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
  padding: 12px 14px;
  border-radius: 6px;
  line-height: 1.4;
  box-shadow: none;
  transition: outline-color .2s ease, box-shadow .2s ease;
}

.cf7-minimal .cf7-textarea {
  min-height: 140px;
  resize: vertical;
}

/* Placeholder in black (slightly lighter via opacity, no gray color token) */
.cf7-minimal .cf7-input::placeholder {
  color: rgba(0,0,0,.6);
}

/* Focus state: subtle 2px black focus ring */
.cf7-minimal .cf7-input:focus {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

/* Submit button: black background, gold outline + gold text */
.cf7-minimal .cf7-submit {
  appearance: none;
  cursor: pointer;
  background: var(--black);
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf7-minimal .cf7-submit:hover,
.cf7-minimal .cf7-submit:focus {
  filter: brightness(1.08);
  outline: none;
}

/* Align actions */
.cf7-minimal .cf7-actions {
  margin-top: 8px;
}

/* CF7 validation messages (keep on-brand: black text) */
.wpcf7 form .wpcf7-not-valid-tip { 
  color: var(--black);
}
.wpcf7 form .wpcf7-response-output {
  border: 1px solid var(--black);
  color: var(--black);
  background: var(--white);
}
.wpcf7-spinner { display: none; } /* optional: hide the spinner */


@media (max-width:1199px) {
	.btc-tabs .nav-link{
	width:auto;
	flex:1;
	}
}


@media (max-width:1080px){
	.service-page-bottom-banner{
		max-width:80% !important;
	}
		.btc-tabs-section{
		flex-direction: column;
		align-items:center !important;
	}
	.btc-tabs-section-left{
		display:none !important;
	}
	.btc-tabs-section,
	.btc-tabs-book-btn{
		padding-top:1.5rem !important;
	}

}

@media (max-width:781px){
	.btc-services-divider{
		display:none;
	}
	.price-column{
		justify-content:start;
		align-items:start;
	}
	.price-column p{
		color:#c59f5f;
		font-weight:600;
	}
	.wp-block-columns.service-row{
		gap:0!important;
	}
	.qodef-gutenberg-column{
		max-width:100% !important;
	}
	
	.home .wp-block-columns.btc-bio-section.btc-boxed-content {
		flex-wrap:wrap-reverse !important;
	}
	.service-row{
		margin-top:.5rem;
	}

	.service-page-top{
		flex-wrap:wrap-reverse !important;
	}
	
	.btc-tabs .nav.nav-pills .nav-link{
		font-size:18px;
	}
	

}

@media (max-width:575px){
	.nav.nav-pills.flex-column{
		flex-direction:row !important;
	}
		.btc-tabs .nav.nav-pills .nav-link{
		font-size:16px;
	}
	.btc-tabs:not(.care-tabs) .nav-link{
	margin: 0 .5px 0 0;
}
	#tab-curly, #pane-curly{
		display:none !important;
	}
	
}
