/**
Theme Name: Atma Ayurveda Wellness
Author: Sourav
Author URI: https://github.com/webbysrv
Description: Child theme based on Astra for the Atma Ayurveda Wellness Website.
Version: 1.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atma-ayurveda-wellness
Template: astra
*/

@media (min-width: 922px) {
    .ast-container {
        max-width: 100% !important;
		padding:0 !important;
    }
}

@media (max-width: 920px) {
    .ast-container {
        max-width: 100% !important;
		padding:0 !important;
    }
}

@media screen and (max-width: 479px) {
	#page .site-content{
		overflow-x:hidden;	
	}
	
	.ast-logo-title-inline .ast-site-identity{
		margin-left:0 !important;
	}
	
	.site-title{
		font-size:1.75rem !important;
	}
	
	.ast-button-wrap .menu-toggle.main-header-menu-toggle{
		padding:0 !important;
	}
	
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		width: 32px !important;
		height: 32px !important;
		fill: #565c33 !important;
	}
}

.ast-primary-header-bar{
	background-color:#cdcbb1 !important;
	box-shadow:0 5px 10px 0 #565c33;
	height:90px;
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap{
	min-height:90px !important;
}

.site-logo-img img{
	height:60px;
	width:auto;
	max-width:max-content;
}

.ast-logo-title-inline .ast-site-identity{
	margin-left:20px;
}

.site-title a{
	font-size:.8em !important;
	position:relative;
	top:-6px;
	color:#303522 !important;
}

.aawc-feature-box{
	box-shadow: 0 0 10px 0px #bbe0ba;
    padding: 48px 20px 30px 20px;
    border-radius: 30px;
}

#hero-catchline .elementor-heading-title{
	text-shadow: 0 1px 2px #8e421f;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
	background-color:#50533e !important;
	border:0 !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: 20px !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	padding:10px 0 10px 0;
	background-color: #565c33;
	border:0 !important;
	min-height: 36px !important;
}

.ast-footer-copyright {
    color: #cdcbb1;
	font-size:14px;
}

#astra-footer-menu > .menu-item > .menu-link{
	color:#D3D3D3;
	font-size:14px;
}

#ast-scroll-top {
    background-color: #008080;
    font-size: 15px;
}

.wide-section{
	
}

.wide-section.wide-section-left-right .wide-section-image img{
	border-bottom-right-radius: 300px;
    border-top-right-radius: 300px;
	box-shadow: 10px 0px 16px 0px #bebcbc;
}

.wide-section.wide-section-right-left .wide-section-image img{
	border-bottom-left-radius: 300px;
    border-top-left-radius: 300px;
	box-shadow: -10px 0px 16px 0px #bebcbc;
}

@media screen and (max-width:479px){
	.wide-section.wide-section-left-right .wide-section-image img,
	.wide-section.wide-section-right-left .wide-section-image img{
		border-radius:10px;
		box-shadow: 0px 0px 16px 0px #bebcbc;
		height:224px !important;
	}
}

.menu-booking-button a{
	background: #565c33;
    border: 0 !important;
    padding: 10px 10px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
	display:inline-block !important;
	margin-right:20px !important;
	border:2px solid #565c33 !important;
	color:#fff !important;
}

.menu-booking-button a:hover{
	background: transparent !important;
	color:#565c33 !important;
}

.menu-booking-button a:before{
	display:none !important;
}

/* .page .site-header-section .ast-builder-menu,
.page .header-main-layout-1 .ast-main-header-bar-alignment,
.page .main-header-bar .main-header-bar-navigation
.page .site-navigation{
	height:100% !important;
} */

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{
	width:348px;
	padding:20px 10px;
	border-top:21px solid #cdcbb1;
	background:#edebcf;
	box-shadow: none;
}

.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link:hover
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link:visited{
	color:#303522;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link{
	color:#303522 !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link{
	color:#a0522d !important;
}

.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
	color:#a0522d !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item.menu-booking-button > .menu-link{
	color:#ffffff !important;
}

/* blog page post grid */
#blog-post-grid{
	
}

#blog-post-grid h3{
	text-align: center;
    position: relative;
    font-size: 1.5em;
    color: #565c33;
    margin-bottom: 48px;
}

#blog-post-grid h3:after{
	position: absolute;
    left: 0;
    top: 110%;
    content: '';
    background-image: url(https://atmaayurveda.com/wp-content/uploads/2024/07/divider-horizontal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
}

#blog-post-grid .eael-grid-post-holder{
	border-radius:24px;
	overflow:hidden;
	padding-bottom:16px;
}

/* blog posts */
.blog-post-content h2{
	color:#008080 !important;
	margin-bottom:24px !important;
}

.blog-post-sidebar .eael-grid-post-holder{
	border-radius:16px;
	overflow:hidden;
	padding-bottom:16px;
}

/* booking pages */
.pricing-box.pricing-box-featured{
	position:relative;
}

.pricing-box.pricing-box-featured:before{
	position: absolute;
    top: 0px;
    left: 50%;
    content: 'Recommended';
    background: #FFD700;
    padding: 8px 16px;
    width: 200px;
    height: auto;
    text-align: center;
    margin-left: -100px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #008080;
    text-transform: uppercase;
    box-shadow: 0 10px 10px 0 #ddd;
}

.pricing-box ul{
	margin:0;
}

.pricing-box ul li{
	list-style:none;
	position:relative;
	padding-left: 24px;
	margin-bottom:12px;
}

.pricing-box ul li:before{
	font-family: FontAwesome;
    content: '\f06c';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #FFA07A;
}

/* Booking form */
#booking-form-acceptance .wpforms-container .wpforms-submit-container{
	display:none;
}

#booking-form{
	display:none;
}

/* #booking-form-zelle-qr{
	display:none;
} */

/* login - logout button */
.main-navigation ul li.loginout-link-menu{
	display: flex;
    align-items: center;
    margin-right: 20px;
	display: none !important;
}

.main-navigation ul li.loginout-link-menu a{
	background: #555c33;
    border:2px solid #555c33;
    padding: 8px 14px;
}

.main-navigation ul li.loginout-link-menu a span{
	display: none;
}

.main-navigation ul li.loginout-link-menu a:hover{
	background: #cdcbb1;
}

.main-navigation ul li.loginout-link-menu a i{
	color: #cdcbb1;
}

.main-navigation ul li.loginout-link-menu a:hover i{
	color: #555c33;
}

@media screen and (max-width:479px){
	.ast-header-break-point .main-navigation ul.stack-on-mobile{
		background-color: #D3D3D3;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li{
		border-bottom:1px solid #a3a3a3;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li a,
	.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link{
		border-bottom:0 !important;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li a,
	.ast-header-break-point .main-navigation .stack-on-mobile li a:hover,
	.ast-header-break-point .main-navigation .stack-on-mobile li a:visited{
		color:#303522;
	}

	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
	.ast-header-break-point .main-navigation .stack-on-mobile li.current-menu-ancestor > a{
		color:#A0522D;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li.menu-booking-button a{
		color:#fefefe !important;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li.menu-booking-button a{
		margin:16px;
		width: auto;
		text-align: center;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li.loginout-link-menu{
		margin-right: 0;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li.loginout-link-menu a{
		text-align: center;
		width: auto;
		margin:16px;
		margin-left: auto;
        margin-right: auto;
	}

	.ast-header-break-point .main-navigation .stack-on-mobile li.loginout-link-menu a span{
		display: inline-block;
		color: #fefefe;
        font-size: 14px;
        font-weight: 300;
		margin-right: 10px;
		text-transform: uppercase;
	}

}


/* target the link inside any menu item that has the class "new" */
.menu-item.new .menu-link {
  display: inline-flex;
  align-items: center;
}

.menu-item.new .menu-link::after {
  content: "NEW";
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #7A8C6E; /* Terracotta accent color */
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
	margin-left: 8px;
}

/* Container adjustment to align the badge properly */
.coming-soon .menu-link {
    display: inline-flex;
    align-items: center;
}

/* Coming Soon Badge Design */
.coming-soon .menu-link::after {
    content: 'Coming Soon';
    font-size: 0.65rem;
    font-weight: bold;
	letter-spacing: 0.05em;
    color: #ffffff;            /* Text color (White) */
    background-color: #B5714A; /* Badge background color (Orange) - change to match your theme */
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}

/* booking plugin customization */
@media screen and (min-width:1024px){
	.bpa-front-tabs--vertical-left .bpa-front-tab-menu{
		max-width: 248px !important;
	}
}

.bpa-field-main-col:last-of-type{
	display: none !important;
}

/* homepage banner - pill row */
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0.75rem 0;
}

.pill {
    background: #e8ede4;
    color: #4a5c40;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.pill.phd {
    background: #e8eaf6;
    color: #3949ab;
}

.cta-btn .elementor-button-wrapper a {
    display: inline-block;
    background: #b5714a;
	border: 1.5px solid #b5714a;
    color: white;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 6px;
}

.cta-btn.outline .elementor-button-wrapper a{
    background: transparent;
    border: 1.5px solid #b5714a;
    color: #b5714a;
}

.section-eyebrow p{
	margin-bottom: 0 !important;
	color: #f7a17a;
    font-size: 16px;
}

.home-price-card{
	border: 1px solid rgba(122,140,110,0.2);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    background: white;
}

.home-price-card p{
	margin-bottom: 12px !important;
}

.home-price-card .price-name {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7a65;
    margin-bottom: 2px;
}

.home-price-card .price-name span{
	display: inline-block;
    background: #4a5c40;
    color: white;
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 6px;
    font-weight: 500;
    vertical-align: middle;
}

.home-price-card .price-tag {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: #1e2420;
    font-weight: 500;
    margin: 4px 0;
}

.home-price-card .price-tag span{
	font-size: 1rem;
    font-weight: 400;
    color: #6b7a65;
}

.home-price-card .price-type {
    font-size: 0.78rem;
    color: #4a5c40;
    margin-bottom: 6px;
}

.price-card .price-includes {
    font-size: 0.8rem;
    color: #3a4a36;
    line-height: 1.5;
}

/* home pricing boxes */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Montserrat:wght@400;500;600;700&display=swap');

/* Main Background and Container */
.pricing-container {
/*   background-color: #9ab09a; /* Sage green background */ */
/*   min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
/*   padding: 40px 20px; */
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

/* The Card */
.pricing-card {
  background-color: #fcfcfb; /* Off-white card */
  width: 100%;
/*   max-width: 380px; */
  border-radius: 24px;
  padding: 45px 40px 55px; /* Extra padding on bottom for seal */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
  /* Subtle leaf-like background pattern using a radial gradient */
  background-image: radial-gradient(circle at 0% 0%, rgba(0,0,0,0.02) 20%, transparent 21%),
                    radial-gradient(circle at 100% 100%, rgba(0,0,0,0.02) 20%, transparent 21%);
}

@media screen and (min-width:1024px){
	.pricing-card.subscription {
		min-height:600px;
	}
	
	.pricing-card.grpage{
		padding: 45px 20px 55px;
		min-height:494px;
	}
	
	.pricing-card.grpage:hover{
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	}
}

/* Header & Title */
.card-header {
  margin-bottom: 25px;
}

.flourish {
  color: #a36142;
  margin-bottom: 10px;
  opacity: 0.8;
}

.title {
  font-family: 'Playfair Display', serif;
  color: #a36142; /* Copper/Terracotta */
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.divider {
  height: 1px;
  width: 80%;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, #a36142, transparent);
  opacity: 0.4;
}

/* Price Area */
.price-section {
  margin-bottom: 35px;
}

.price {
  font-size: 52px;
  font-weight: 800;
  color: #1a1a1a;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  margin-bottom: 12px;
}

.price span {
  font-size: 24px; /* Makes the .99 smaller */
  margin-top: 5px;
  margin-left: 2px;
}

.price .period {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    align-self: flex-end;
    margin-bottom: 6px;
    margin-left: 2px;
  }

/* Terms below price */
.terms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.term-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.term-item svg {
  width: 12px;
  height: 12px;
}

.dot {
  color: #a36142;
}

/* Inclusions List */
.inclusions-section {
  text-align: left;
}

.subtitle {
  color: #a36142;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
/*   display: flex;
  flex-direction: column;
  gap: 12px; */
	display: grid;
    /* auto-fit makes 2 columns if space allows, drops to 1 column if screen is narrow */
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); 
    gap: 16px 20px; /* row-gap column-gap */
}

.pricing-card.program .features-list {
  	/* auto-fit makes 2 columns if space allows, drops to 1 column if screen is narrow */
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); 
}

.pricing-card.grpage .features-list {
  	/* auto-fit makes 2 columns if space allows, drops to 1 column if screen is narrow */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.features-list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #2c2c2c;
  font-weight: 500;
}

.features-list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #a36142; /* Icons match the copper theme */
}

.pricing-card.grpage .features-list .icon{
	margin-right: 6px;
}

.features-list .icon svg {
  width: 18px;
  height: 18px;
}

.card-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1); /* Optional separator line */
}

.footnote {
  font-size: 0.8rem;
  line-height: 1.3;
  color: #666; /* Muted color */
  margin: 0;
}

/* Decorative Wax Seal at Bottom */
.wax-seal {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #d1d6cd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2), 
              inset 0 2px 5px rgba(255,255,255,0.5), 
              inset 0 -2px 5px rgba(0,0,0,0.1);
  border: 2px solid #e2e6df;
}

.wax-seal svg {
  width: 24px;
  height: 24px;
  opacity: 0.8;
}

/* The actual badge itself */
.best-value-badge {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 110px;
	margin-left: -55px;
	background-color: #a36142; /* Copper background from existing theme */
	color: #fcfcfb; /* Off-white background color for text from existing theme */

	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;

	padding: 5px 12px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Soft shadow for lift */
}


/* Desktop & Tablets: Inline Row Layout */
@media (min-width: 600px) {
    #wpforms-form-2120, #wpforms-form-2226 {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important; /* Aligns button perfectly with the input field */
        gap: 12px !important; /* Space between input and button */
		max-width:720px;
    }

    #wpforms-form-2120 .wpforms-field-container,
	#wpforms-form-2226 .wpforms-field-container{
        flex: 1 !important; /* Allows input container to take up remaining space */
        width: auto !important;
    }

    #wpforms-form-2120 .wpforms-field,
	#wpforms-form-2226 .wpforms-field{
        margin-bottom: 0 !important; /* Resets default WPForms field spacing */
		height:56px !important;
    }
	
	#wpforms-form-2120 .wpforms-field input,
	#wpforms-form-2226 .wpforms-field input{
		height:40px;
	}

    #wpforms-form-2120 .wpforms-submit-container,
	#wpforms-form-2226 .wpforms-submit-container{
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
    }

    #wpforms-form-2120 .wpforms-submit,
	#wpforms-form-2226 .wpforms-submit{
        white-space: nowrap !important; /* Prevents "Join the Waitlist →" from breaking into 2 lines */
    }
}

/* Mobile Screens: Stacked Column Layout */
@media (max-width: 599px) {
    #wpforms-form-2120 .wpforms-field-container,
    #wpforms-form-2120 .wpforms-submit-container,
    #wpforms-form-2120 .wpforms-submit,
	#wpforms-form-2226 .wpforms-field-container,
    #wpforms-form-2226 .wpforms-submit-container,
    #wpforms-form-2226 .wpforms-submit{
        width: 100% !important; /* Makes input and button full-width on mobile phones */
    }
    
    #wpforms-form-2120 .wpforms-submit-container,
	#wpforms-form-2226 .wpforms-submit-container{
        margin-top: 12px !important; /* Spacing between input and button when stacked */
    }
	
	#wpforms-form-2120 .wpforms-submit,
	#wpforms-form-2226 .wpforms-submit{
        white-space: nowrap !important; /* Prevents "Join the Waitlist →" from breaking into 2 lines */
        margin-top:0 !important;
    }
}

/* Desktop Views: Perfect Single-Line Grid */
@media (min-width: 600px) {
    #wpforms-form-2238 {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important; /* Keeps fields & button perfectly bottom-aligned */
        gap: 12px !important; /* Space between input section and button */
        max-width: 850px; /* Expanded slightly to give Name + Email + Button plenty of breathing room */
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Convert the inner field container into a horizontal row */
    #wpforms-form-2238 .wpforms-field-container {
        display: flex !important;
        flex-direction: row !important;
        flex: 2 !important; /* Takes up the majority of the form width */
        gap: 12px !important; /* Space between Name field and Email field */
        width: auto !important;
    }

    /* Distribute the visible input wrappers evenly */
    #wpforms-form-2238 .wpforms-field-name,
    #wpforms-form-2238 .wpforms-field-email {
        flex: 1 !important; /* Gives First Name and Email equal horizontal widths */
        margin-bottom: 0 !important;
    }

    /* SAFETY NET: Force hidden anti-spam/honeypot fields to collapse completely */
    #wpforms-form-2238 .wpforms-field[aria-hidden="true"],
    #wpforms-form-2238 .wpforms-field[style*="position: absolute"] {
        display: none !important;
        position: absolute !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	
    /* Match height smoothly across inputs and submission button */
    #wpforms-form-2238 .wpforms-field input {
        width: 100% !important;
        height: 48px !important; 
        box-sizing: border-box !important;
    }

    #wpforms-form-2238 .wpforms-submit-container {
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 auto !important; /* Keeps the button wrapper tight around the text */
        width: auto !important;
    }

    #wpforms-form-2238 .wpforms-submit {
        height: 46px !important; /* Exact mathematical match with inputs */
        white-space: nowrap !important; /* Prevents text or arrows from snapping to a 2nd line */
        padding: 0 32px !important; /* Balanced side padding */
		margin-top: -54px;
        text-transform: uppercase;
    }
}

/* Mobile Screens: Balanced Stacked Column Layout */
@media (max-width: 599px) {
    #wpforms-form-2238 .wpforms-field-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    #wpforms-form-2238 .wpforms-field-container,
    #wpforms-form-2238 .wpforms-field-name,
    #wpforms-form-2238 .wpforms-field-email,
    #wpforms-form-2238 .wpforms-submit-container,
    #wpforms-form-2238 .wpforms-submit {
        width: 100% !important; /* Fluid responsiveness across mobile viewports */
    }
    
    #wpforms-form-2238 .wpforms-submit-container {
        margin-top: 12px !important; /* Spacing below fields when stacked */
    }
	
    #wpforms-form-2238 .wpforms-submit {
        white-space: nowrap !important;
        margin-top: 0 !important;
        height: 48px !important;
    }
}

/* testimonials */
.atma-testimonial-card {
	background: #ffffff;
	/* Matches video carousel rounding & smooth elevation depth */
	border-radius: 16px; 
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08); 

	/* Subtle terracotta border tint to frame the card beautifully */
	border: 1px solid rgba(186, 109, 77, 0.12); 

	padding: 40px 35px;
	max-width: 420px;
	margin: 20px auto;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.atma-testimonial-card .eael-testimonial-content{
	height: auto !important;
}

/* Muted gold styling for stars */
.atma-testimonial-card .testimonial-star-rating li i{
	color: #D4AF37 !important; 
	font-size: 22px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	line-height: 1;
}

/* Elegant layout for the quote body */
.atma-testimonial-quote {
	font-size: 17px;
	line-height: 1.65;
	color: #333333;
	font-style: italic;
	margin: 0 0 28px 0;
	position: relative;
}

/* Elegant structural quote background glyph */
.atma-testimonial-quote::before {
	content: "“";
	position: absolute;
	top: -25px;
	left: -15px;
	font-size: 65px;
	font-family: Georgia, serif;
	color: rgba(186, 109, 77, 0.08); /* Faint brand terracotta glow */
	pointer-events: none;
}

/* Balanced footer attribution line */
.atma-testimonial-card .eael-testimonial-inline-bio{
	font-size: 14px !important;
	letter-spacing: 0.3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding-top: 20px;
}

/* Highlight name with your clinical Terracotta accent */
.atma-testimonial-author .author-name {
	font-weight: 600;
	color: #BA6D4D; 
}

.atma-testimonial-author .author-divider {
	color: #888888;
}

/* Subtly applies the Sage Green accent from the waitlist block */
.atma-testimonial-author .author-role {
	font-weight: 500;
	color: #7A8B7B; 
}

/* Gut Rhythm Page */
/* Container styling reset and setup */
.curriculum-list {
  list-style: none;
  counter-reset: masterclass-counter;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1100px;
  width: 100%;
}

.curriculum-list ol{
	padding: 0;
  margin: 0;
}

/* Multi-column adjustment for larger viewport displays */
/* @media (min-width: 768px) {
  .curriculum-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
} */

/* List Item Architecture */
.curriculum-list li {
  counter-increment: masterclass-counter;
  background-color: #FFFDF9; /* Warm cream base */
  border: 1px solid #E2DDD9;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	margin-bottom:24px;
}

.curriculum-list li:hover {
  transform: translateY(-2px);
  border-color: #B85C38; /* Terracotta highlight */
  box-shadow: 0 8px 16px rgba(26, 58, 58, 0.05);
}

/* Custom CSS Number Counter */
.curriculum-list li::before {
  content: counter(masterclass-counter);
  background-color: #1A3A3A; /* Deep calm teal */
  color: #FFFDF9;
  font-size: 0.85rem;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Container framework - completely free of card boxes or shadows */
.access-matrix-container {
  max-width: 760px;
  width: 100%;
  margin: 40px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Section Title with brand color */
.matrix-title {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1A3A3A; /* Deep calm teal */
  margin-bottom: 24px;
  font-weight: 700;
}

/* The Matrix Layout */
.access-matrix {
  border-top: 2px solid #1A3A3A; /* Bold top anchor line */
  width: 100%;
}

/* Structural Row Lines */
.matrix-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E2DDD9; /* Minimal horizontal boundary dividers */
  padding: 20px 0;
  align-items: baseline;
  transition: background-color 0.2s ease;
}

/* Subtle hover feedback without using a card structure */
.matrix-row:hover {
  background-color: rgba(26, 58, 58, 0.01); 
}

/* Base Cells Layout */
.matrix-cell {
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Left Column: Asymmetric label weighting */
.label-cell {
  width: 35%;
  font-weight: 600;
  color: #2C3E3E;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
}

/* Right Column: Clean description tracking */
.value-cell {
  width: 65%;
  color: #4A5858;
}

/* Tiny minimalist brand dot indicators */
.tier-marker {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B85C38; /* Terracotta accent dot */
  display: inline-block;
  flex-shrink: 0;
}

/* --- Specific Tier States --- */

/* Highlight top tier text natively */
.tier-premium .label-cell {
  color: #1A3A3A;
}
.tier-premium .value-cell {
  color: #2C3E3E;
  font-weight: 500;
}

/* Muted state for excluded features */
.tier-excluded {
  opacity: 0.55;
}
.tier-excluded .tier-marker {
  background-color: transparent;
  border: 1px solid #6B7C7C; /* Hollow dot for excluded status */
}
.tier-excluded .value-cell {
  font-style: italic;
}

/* Mobile Responsiveness: Smooth transition from row list to structured stacked lines */
@media (max-width: 640px) {
  .matrix-row {
    flex-direction: column;
    gap: 6px;
    padding: 16px 0;
  }
  
  .label-cell, .value-cell {
    width: 100%;
    padding-right: 0;
  }
  
  .value-cell {
    padding-left: 18px; /* Perfectly nests the description right under the label text */
    font-size: 0.98rem;
  }
}

/* Light Background Cards */
.project-card {
  background-color: #FFFFFF;
  border: 1px solid #EAE5E0;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Keeps links aligned perfectly at the bottom */
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  border-color: #D3C9C0;
  box-shadow: 0 12px 24px rgba(26, 58, 58, 0.04);
}

/* Card Header elements */
.project-card .card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.project-card .infobox-icon {
  font-size: 1.5rem;
  line-height: 1;
  background-color: #F4EFEA; /* Light neutral highlight shape */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.project-card .infobox-content {
	margin:32px 0 !important;
}

.project-card .infobox-title-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2C3E3E;
  margin: 0;
  line-height: 1.3;
}

/* Content Text */
.project-card .infobox-title-section {
  font-size: 0.95rem;
  color: #5A6A6A; /* Balanced slate text */
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 24px;
  flex-grow: 1; /* Pushes content down evenly */
}

/* Clean Editorial Links */
.project-card .infobox-button{
	margin-top:24px;
}

.project-card .infobox-button a{
  font-size: 0.95rem !important;
  font-weight: 600 !important;
	background-color:#B85C38 !important;
  color: #fff !important; /* Terracotta brand link color */
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: color 0.2s ease !important;
  width: fit-content !important;
	border-radius:8px;
}

.project-card .infobox-button a:hover {
  background-color: #1A3A3A !important; /* Swaps to deep teal on focus/hover */
}

.project-card .project-link .arrow {
  transition: transform 0.2s ease;
}

.project-card .project-link:hover .arrow {
  transform: translateX(4px); /* Interactive movement hint */
}