/*
Theme Name: anacikos child theme
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.6.11.1755982377
Updated: 2025-08-23 20:52:57

*/

.hero-career {
    background: #ffffff;
    padding: 80px 5%;
    overflow: hidden;
}

.hero-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 60px;
}

/* Text Styling */
.trust-pill {
    display: inline-block;
    padding: 6px 16px;
    background: #f0f7f7;
    color: #2a7f82;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: #111827;
    margin-bottom: 24px;
}

.hero-h1 .highlight {
    color: #2d9d96;
    display: block;
}

.hero-p {
    font-size: 1.25rem;
    color: #4b5563;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Image & Visuals */
.hero-visual {
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 24px;
    overflow: visible; /* Allows badge to float outside */
}

.ana-portrait {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    object-fit: cover;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.05);
}

.floating-badge {
    position: absolute;
    bottom: 20px;
    left: -30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: float 3s ease-in-out infinite;
}

/* Button Group Container */
.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap; /* Critical for mobile responsiveness */
}

/* Primary Button: The "Action" Taker */
.hero-btn-group .btn-primary {
    background: #2d9d96; /* Ana's Brand Teal */
    padding: 18px 32px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px rgba(42, 127, 130, 0.2);
}

.hero-btn-group .btn-primary:hover {
    transform: translateY(-3px);
    background: #22696b;
    box-shadow: 0 15px 30px rgba(42, 127, 130, 0.3);
}

/* Secondary Button: The "Explorer" */
.hero-btn-group .btn-secondary {
    background: transparent;
    color: #111827 !important;
    padding: 18px 32px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    border: 2px solid #e5e7eb; /* Subtle gray border */
    transition: all 0.3s ease;
}

.hero-btn-group .btn-secondary:hover {
    border-color: #2a7f82;
    color: #2a7f82 !important;
    background: #f0f7f7;
}

/* Mobile Tweak */
@media (max-width: 640px) {
    .hero-btn-group {
        flex-direction: column;
        width: 100%;
    }
    .hero-btn-group .btn-primary, .hero-btn-group .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

.cta-note {
    display: block;
    margin-top: 12px;
    font-size: 0.85rem;
    color: #9ca3af;
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-visual {
        order: -1; /* Image on top for mobile */
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .floating-badge {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
}

@media (min-width: 921px){
.ast-theme-transparent-header #masthead {
    position: relative;
    left: 0;
    right: 0;
}
}
#primary {
    padding-top: 0;
}



.programs-section {
    background: #f9fafb; /* Light gray to make cards "pop" */
    padding: 100px 5%;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pre-title {
    color: #2a7f82;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.program-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: #2a7f82;
}

/* Featured Card Highlight */
.program-card.featured {
    border: 2px solid #2a7f82;
    transform: scale(1.05);
    z-index: 2;
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #2a7f82;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.card-icon {
    width: 48px; 
	height: 48px; 
	border-radius: 8px;
    background: #2d9d96;
    display: flex;
	align-items: center; 
	justify-content: center;
    margin-bottom: 25px;
	svg {
		color: white;
	}
}

.program-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #111827;
}

.program-card p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.card-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    font-size: 0.95rem;
    color: #374151;
}

.card-features li {
    margin-bottom: 8px;
}

.card-link {
    font-weight: 700;
    color: #2a7f82;
    text-decoration: none;
    transition: color 0.2s;
}

.card-link:hover {
    color: #111827;
}

@media (max-width: 768px) {
    .program-card.featured {
        transform: scale(1);
    }
}

/* --- SECTION WRAPPER --- */
.coaching-plans {
  padding: 70px 20px;
  text-align: center;
}

.coaching-plans .section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
}

/* --- LAYOUT WRAPPER --- */
.plans-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

/* --- PLAN CARDS --- */
.plan-card {
  width: 330px;
  background: #F3F9F6;
  padding: 32px;
  border-radius: 20px;
	border: 1px solid #0E4E2B1A;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .25s ease, box-shadow .25s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* Featured (middle) card */
.plan-card.featured {
  background: #2d9d96;
  color: white;
}

/* --- TITLES --- */
.plan-card .plan-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.plan-title {
	text-align: center;
}

/* --- PRICE --- */
.plan-card .price {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.plan-card .price span {
  font-size: 16px;
}

/* --- SUBTITLE --- */
.plan-card .subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  opacity: 0.9;
}

/* --- LIST --- */
.plan-card .plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.plan-card .plan-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.4;
	display: flex;
}
.plan-card .plan-list li span:first-child {
	display: inline-block;
	margin-right: 8px;
}
.plan-card.featured .plan-title, .plan-card.featured .plan-list .emoji {
	color: white;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .coaching-plans .section-title {
    font-size: 32px;
  }

  .plan-card {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .coaching-plans {
    padding: 50px 15px;
  }

  .coaching-plans .section-title {
    font-size: 28px;
  }

  .plan-card {
    padding: 25px;
  }

  .plan-card .price {
    font-size: 34px;
  }
}



