/*
Theme Name: amritasimha
Theme URI: https://www.amritasimha.com
Author: Btc webdesign
Author URI: https://www.btc-webdesign.hu
Description: My Awesome Theme is a responsive, modern, and feature-rich WordPress theme designed for all kinds of websites. It comes with a custom homepage layout, multiple widget areas, and full compatibility with popular plugins.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: amritasimha
Tags: responsive, modern, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Quicksand:wght@300..700&family=WindSong:wght@400;500&display=swap');

:root {
    --black: #444;
    --pink: #f44ca8;
    --blue: #5992c6;
    --light-blue: #cfe8ff;
}

body {
    color: var(--black);
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    text-align: justify;
}

.italic {
    font-style: italic;
}

#myBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: var(--pink);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    z-index: 999;
}

#myBtn.show {
    opacity: 1;
    transform: translateY(0);
}

#myBtn:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

a {
    color: var(--black);
    text-decoration: none;
}

a:hover {
    color: var(--blue)!important;
}

.center-box {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.center {
    text-align: center;
}

.button {
    margin-top: 60px;
}

.top-box {
    height: 30px;
    background: var(--blue);
}

/* NAVBAR */
.nav-box {
    background: linear-gradient(90deg, #cfe8ff, #f8d7ff);
    padding: 10px 30px;
}

/* NAVBAR */
nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 20px;
}

#menu-main-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

#menu-main-menu li {
    position: relative;
}

#menu-main-menu .menu a {
    text-decoration: none;
    color: #3a6ea5;
    font-weight: 500;
    transition: 0.3s;
}

#menu-main-menu .menu a:hover {
    color: #ff8acb;
}

/* DROPDOWN */

#menu-item-54 .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 220px;
    z-index: 1111;
}

#menu-item-54 .sub-menu li {
    padding: 8px 15px;
}


#menu-item-54 .sub-menu li a {
    color: var(--black);
}

#menu-item-54 .sub-menu li a:hover {
    color: var(--pink);
}

#menu-item-54:hover .sub-menu {
    display: block;
}

.menu-toggle {
    display: none;
    color: #3a6ea5;
}

.logo img {
    height: 90px;
}

.hero {
    height: 700px;
}

.hero:before {
    background: url(https://amritasimha.com/wp-content/uploads/2026/06/peacocks-feathers.png) no-repeat;
    background-attachment: fixed;
    position: absolute;
    content: "";
    height: 700px;
    width: 40%;
    z-index: -1;
    background-position: left center;
    background-size: auto 100%;
    left: 0;
}

.hero-box {
    display: flex;
    align-items: center;
    padding: 5vw 0;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-left {
    flex: 1;
}

.hero-left h1 {
    color: var(--blue);
    margin: 20px 0;
    text-align: left;
    line-height: 1.3;
}

.hero-left p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 45px;
}

.cta {
    padding: 12px 25px;
    background: var(--pink);
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
}

.hero-right {
    flex: 1;
    position: relative;
}

.image-box img {
    border-radius: 150px 0 150px 0;
    padding: 5px;
    background: #fff;
    max-width: 420px;
    height: 580px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 35px;
}

.ticker {
    overflow: hidden;
    background: linear-gradient(90deg, var(--blue), #ffb3e6);
    padding: 15px 0;
}

.ticker-track {
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.ticker-item {
    color: white;
    font-weight: 500;
    white-space: nowrap;
}

.icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ANIMÁCIÓ */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*welcome-text*/
#welcome-text {
    padding: 5vw 10% 0 10%;
    background: #cfe8ff6e;
}

#welcome-text .mofont {
    font-size: 35px !important;
    line-height: 1.2;
    text-align: center;
    color: var(--blue) !important;
    font-weight: 500;
}

#welcome-text p {
    text-align: center;
    padding-bottom: 30px;
}

/*about*/

.about {
    padding: 5vw 0;
    background: #cfe8ff6e;
}

.about .row {
    align-items: center;
}

.about-pic {
    text-align: center;
}

.about-text h3 {
    margin-bottom: 30px;
}

.about-text p {
    margin-bottom: 15px;
}

.about-text .button {
    margin-top: 45px;
}

.mySlides,
.krisna img {
    object-fit: cover;
    padding: 5px;
    background: #fff;
    max-width: 420px;
    height: 580px;
}

.w3-section {
    text-align: center;
    margin: 0 auto;
}

.about img,
.video-box video,
.kezeles img {
    border-radius: 150px 0 150px 0;
}

/*services*/
.services {
    padding: 5vw 0;
    text-align: center;
}

.section-header p {
    margin-bottom: 50px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.card {
    cursor: pointer;
    background: linear-gradient(180deg, #f9f6ff, #eef6ff);
    overflow: hidden;
}

.img-wrap {
    height: 500px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.card-content {
    padding: 15px;
}

.card-content h3 {
    margin: 0 0 10px 0;
    color: var(--blue);
}

.card-content p {
    line-height: 1.5;
    margin: 0;
}

.card:hover img {
    transform: scale(1.08);
}

.video-box video {
    opacity: 0.92;
    filter: brightness(0.95) saturate(0.9);
    border-radius: 150px 0;
}


.btn {
    margin-top: 30px;
    margin-left: 15px;
    font-weight: 500;
}

.btn svg {
    height: 18px;
    margin-left: 10px;

}

.button-box {
    display: flex;
    align-items: center;
}

.idezet {
    background: var(--blue);
    padding: 5vw 10%
}

.idezet-box .mofont,
.idezet-box p {
    color: #fff !important;
}

.idezet-box p {
    margin-top: 15px;
}

.idezet-box,
.idezet-box-med {

    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/*worksop*/
.workshop-section {
    position: relative;
    background: var(--light-blue);
}

/* FELSŐ KÉP */
.workshop-image {
    height: 600px;
    background-image: url('https://amritasimha.com/wp-content/uploads/2026/06/workshop.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* 👈 EZ A LÉNYEG */
    position: relative;
}

/* FEHÉR DOBOZ */
.workshop-box {
    border-radius: 18px;
    max-width: 1100px;
    margin: -240px auto 0;
    background: white;
    padding: 5vw 50px;
    box-shadow: none;
    position: relative;
    z-index: 2;
}


/* CSAK FENTI ÁRNYÉK */
.workshop-box::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10%;
    width: 80%;
    height: 40px;
    background: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.15),
            transparent);
    filter: blur(10px);
    z-index: -1;
}

/* FEJLÉC */
.workshop-header {
    text-align: center;
    margin-bottom: 40px;
}

.workshop-header span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #999;
    margin-bottom: 10px;
}

.workshop-header h2 {
    margin-bottom: 15px;
}

.workshop-header p {
    max-width: 600px;
    margin: 0 auto;

}

/* GRID */
.workshop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* ITEM */
.workshop-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}

.workshop-item h3 {
    margin-top: 15px;
    text-align: center;
}

/* HOVER */
.workshop-item img {
    transition: 0.4s;
}

.workshop-item:hover img {
    transform: scale(1.05);
}


.workshop-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(58, 110, 165, 0.2);
}

.workshop-item {
    transition: 0.3s;
    cursor: pointer;
}

.workshop-item:hover {
    transform: translateY(-6px);
}

.conatact-box {
    padding: 5vw 0;
}

.contact-header {
    max-width: 800px;
    margin: 0 auto;
}

.contact-content {
    margin-top: 5vw;
}

.contact-content .row {
    align-items: center;
}

.image-box {
    text-align: center;
}

.contact-content h3 {
    margin: 30px 0;
    color: var(--blue);
}

.socials {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.socials svg {
    width: 40px;
    fill: var(--blue);
}

.socials a:hover {
    opacity: 1;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 20px;
}

.footer {
    padding: 60px 20px 30px;
    text-align: center;
    background: linear-gradient(180deg, #f9f6ff, #eef6ff);
}

footer .row {
    margin-bottom: 3vw;
    align-items: center;
}

footer img {
    max-width: 320px;
    margin-bottom: 25px;
}

.footer-links a {
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--pink);
}

.footer-bottom {
    padding-top: 15px;
    border-top: solid 2px;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.footer-bottom p {
    margin: 10px;
}

/*külön oldalak*/

.site {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.cranio-box {
    padding-bottom: 3rem;
}

.kezeles .icon {
    margin-right: 10px;

}

.kezeles svg {
    fill: var(--blue);
}

.kezeles p {
    margin-bottom: 15px;
}

.kezeles .row {
    align-items: center;
}

.kezeles .name {
    font-size: 20px;
}

.kezeles {
    background: #cfe8ff6e;
    padding: 5rem 0;
}

.kezeles .mofont {
    text-align: center;
    color: var(--blue) !important;
    font-weight: 500;
    margin-bottom: 5rem;
}

.kezeles .button {
    margin-top: 45px;
}

.kezeles img {
    border-radius: 150px 0 150px 0;
    padding: 5px;
    background: #fff;
}

.terapia-box,
.reiki-box {
    padding: 5rem 0;
}

.terapia-box p {
    margin-bottom: 15px;
}

.alkalmazas-box {
    padding-top: 5rem;
}

.alkalmazas-box,
.erdekesseg-box,
.reiki-box {
    background: var(--light-blue);
}

.alkalmazas h3,
.erdekesseg-box h3,
.reiki-box h2 {
    text-align: center;
    margin-bottom: 30px;
}

.alkalmazas p,
.erdekesseg-box p,
.reiki-box p {
    margin-bottom: 15px;
}

.image-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 12px;
    align-items: center;
    justify-items: center
}

.image-row .small {
    height: 380px;
    width: 250px;
}

.image-row img {
    width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    display: block;
}

.big {
    border-radius: 150px 0 150px 0;
    padding: 5px;
    background: #fff;
    max-width: 420px;
    height: 560px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 35px;
}

/* opcionális finom kiemelés */
.image-row .big img {
    border-radius: 150px 0 150px 0;
    padding: 5px;
    background: #fff;
    transform: scale(1.02);
}

.img-grid {
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.alkalmazas {
    padding: 5rem 0;
}

.alkalmazas ul {
    border-radius: 18px;
    background: #fff;
    list-style: none;
    padding-left: 0;
    padding: 30px;
    text-align: left;
}

.alkalmazas li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
}

.alkalmazas li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff4da6;
    font-weight: bold;
}

.white {
    background: #fff;
    padding: 5px;
}

.erdekesseg-box {
    padding-bottom: 5rem;
}

.erdekesseg-box svg {
    fill: var(--blue);
    margin-right: 10px;
}

.fixed-section {
    background: url("https://amritasimha.com/wp-content/uploads/2026/06/peacocks-feathers.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 400px;
}

.bejelentkezes {
    padding: 5rem 0;
    background: var(--blue);
    color: #fff;
}

.bejelentkezes-text {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.bejelentkezes-text h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.6;
}

.bejelentkezes-text p {
    margin: 30px 0 60px 0;
}

/*külön rólam oldal*/

#site-rolam .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(58, 110, 165, 0.25),
            rgba(255, 179, 230, 0.15));
}

.rolam-title {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.05em;
    font-weight: 500;
}

.bovebben {
    padding: 5vw 0;
}

.bovebben p {
    margin-bottom: 15px;
}

.bovebben h3 {
    text-align: center;
    margin-bottom: 30px;
}

.timeline {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: start;
    margin-bottom: 5rem;
}

.timeline:before {
    background: url(https://amritasimha.com/wp-content/uploads/2026/06/peacocks-feathers.png) no-repeat;
    background-attachment: fixed;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background-position: left center;
    background-size: auto 100%;
}

.timeline h2 {
    color: white;
    padding-top: 5vw;
}

.timeline h3 {
    color: var(--blue);
    margin-bottom: 15px;
}

.line {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 98%;
    background: #ddd;
    transform: translateX(-50%);
}

/* AKTÍV VONAL */
.line-progress {
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, #a0d2ff, #ffb3e6);
    transition: height 0.3s;
}

.timeline-item {
    width: 50%;
    padding: 40px;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

.timeline-item.active {
    opacity: 1;
    transform: translateY(0);
}

.content {
    background: white;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 50px;
    left: calc(100% - 7px);
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 50%;
    transition: 0.3s;
}

.timeline-item.right::before {
    left: -7px;
}

.timeline-item.active::before {
    background: #ff8acb;
    transform: scale(1.3);
}

/*-----Testimonial-------*/

.testimonial {
    background: var(--blue);
    padding: 5vw 0 3vw 0;
}

.testimonial h2 {
    color: #fff !important;
    margin-bottom: 0;
    margin-top: 30px;
}

.slideshow-container {
    position: relative;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;

}

.testimonial svg {
    height: 55px;
    display: block;
    margin: 0 auto;
    fill: var(--light-blue);
}

.mySlidesopi {
    display: none;
    text-align: center;
    padding: 5vw;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--light-blue);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    opacity: 0.8;
}

q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: #fff;
    margin-top: 30px;
}

/*meditacio-oldal****/

.meditacio-box {
    padding: 5rem 0;
    background: #cfe8ff6e;
}

.meditacio-box h3 {
    margin-bottom: 30px;
}

.meditacio-box p {
    margin-bottom: 15px;
}

.meditacio-gallery {
    padding: 5rem 0;
}

.joga-gallery img,
.joga-gallery video {
    object-fit: cover;
    height: 560px;
    width: 100%;
}

.meditacio-gallery .col-1-3,
.joga-gallery .col-1-3 {
    width: 100%;

}

.meditacio-gallery .col-1-3:nth-child(1),
.joga-gallery .col-1-3:nth-child(1),
.meditacio-gallery .col-1-3:nth-child(2),
.joga-gallery .col-1-3:nth-child(2) {
    padding: 0 5px;
}


.hatha-joga-box {
    padding: 5rem 0;
}

/*hatha-joga*/
#site-joga {
    background-image: url('../img/joga-bg.jpg');
}

.hatha-joga-box p {
    margin-bottom: 15px;
}

.gyakorlas-box {
    margin: 3rem 0;
    background: #cfe8ff6e;
    padding: 30px 15px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 35px;
}

.gyakorlas-box svg {
    fill: var(--blue);
}

.gyakorlas-box h3 {
    margin-bottom: 30px;
    color: var(--blue);
}

.joga-gallery {
    padding: 5rem 0;
}

.joga-gallery .mofont {
    margin-bottom: 3vw;
}

/*bhakti****/
.amennyiben {
    padding-bottom: 5rem;
}

.amennyiben p {
    padding-bottom: 15px;
}

.tanitasok,
#tanitasok .mofont {
    margin: 30px 0;
}

#site-bhakti .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(58, 110, 165, 0.25),
            rgba(255, 179, 230, 0.15));
}

.bhakti-box {
    padding: 5rem 0;
}

.bhakti-box p {
    margin-bottom: 15px;
}

.bhakti-box .mofont,
.terapia-box .mofont {
    max-width: 1000px;
    padding: 3rem 0;
    text-align: center;
    font-size: 35px !important;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 auto;
}

/* A konténer 3 oszlopos grid-re osztása */
.bhakti-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 egyenlő oszlop */
    gap: 20px;
    /* Távolság a kártyák között */
    padding: 5rem 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Kártyák alapstílusa */
.bhakti-card {
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    aspect-ratio: 4 / 3;
    /* Egységes képarány minden kártyának */
    transition: transform 0.3s ease;
}

/* Finom lebegő effekt, ha ráviszik az egeret */
.bhakti-card:hover {
    transform: translateY(-5px);
}

/* Képek igazítása */
.bhakti-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Kitölti a teret torzulás nélkül */
    display: block;
}

/* A név sávja, ami egyből látszódik a kép alján */
.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--light-blue);
    text-align: center;
    padding: 12px 5px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}


.bhakti-summary {
    max-width: 1200px;
    margin: 0 auto 50px;
    background: var(--light-blue);
    padding: 35px;
    border-radius: 18px;
}

.bhakti-summary p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.bhakti-kapcsolat,
.coaching-box {
    padding: 5vw 0;
    background: #cfe8ff6e;
    margin-top: 5vw;
}

.bhakti-kapcsolat .row {
    align-items: center;
    margin-top: 5vw;
}

.bhakti-kapcsolat h2 {
    margin-bottom: 30px;
}

.coaching-box .row {
    align-items: center;
}

.coaching-box h3 {
    color: var(--blue);
    margin-bottom: 30px;
    text-align: left;
}

.bhakti-box img,
.coaching-box img {
    width: 450px;
    height: 560px;
    object-fit: cover;
    opacity: 0.92;
    filter: brightness(0.95) saturate(0.9);
    border-radius: 150px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 5px;
    background: rgb(255, 255, 255);
}

.ha-box {
    margin-top: 5rem;
}

.ha-box p {
    margin-bottom: 15px;
}

/*árlista*/

/* Táblázat stílusok */

.arak {
    padding: 5rem 0;
    background-color: var(--light-blue);
}

.table-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid var(--border-color);
    margin-top: 5rem;
    cursor: pointer;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.sub-header th {
    color: var(--blue);
}

th {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 18px 24px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

td {
    padding: 18px 24px;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-main);
    font-size: 1rem;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover td {
    background-color: var(--light-blue);
}

.service-name {
    font-weight: 600;
    color: var(--primary-dark);
}

.duration {
    color: var(--text-muted);
    font-size: 0.95rem;
    white-space: nowrap;
}

.price {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.condition-block {
    margin-bottom: 30px;
}

.condition-block h3 {
    margin-bottom: 30px;
}

.conditions-card {
    margin-top: 5rem;
}

/*kapcsolat*/

#site-kapcsolat.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(58, 110, 165, 0.25),
            rgba(255, 179, 230, 0.15));
}


.contact-page {
    min-height: 100vh;
    background-image: url('https://amritasimha.com/wp-content/uploads/2026/06/contact-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background-attachment: fixed;
}

/* FORM DOBOZ */
.form-box {
    max-width: 1000px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
}

.form-box h2 {
    text-align: center;
    margin-bottom: 10px;
}

.form-box p {
    text-align: center;
    margin-bottom: 30px;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid var(--blue);
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    transition: 120ms ease;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
    margin-top: -10px;
    margin-left: -5px;
}

input[type="checkbox"]::before {
    content: "✔";
    font-size: 14px;
    color: var(--black);
    transform: scale(0);
    transition: transform 130ms;
}


/* SOROK */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

/* INPUTOK */
input,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--light-blue);
    font-family: inherit;
    font-size: 16px;
}


textarea {
    margin-bottom: 15px;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--black);
    line-height: 1.5;
}


.checkbox input {
    border-radius: 4px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox span {
    display: block;
}

.checkbox a {
    color: var(--blue);
    text-decoration: underline;
}

.checkbox a:hover {
    color: var(--pink);
}

.wpcf7-submit {
    width: 200px;
    display: block;
    clear: both;
    color: #fff;
    background-color: var(--blue);
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 30px;
}



/* MOBIL *****/
@media (max-width: 1080px) {
        .nav-box {
        padding: 15px;position: relative;
    }
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
    }
    
    #menu-main-menu{
            flex-direction: column;
            background: linear-gradient(90deg, #cfe8ff, #f8d7ff);
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        display: none;
        z-index: 111;        padding: 30px 20px;
}

      .menu-item-54 .sub-menu{
           display: block !important;
        position: static!important;
        overflow: hidden;
        transition: max-height .4s ease;
        background: inherit!important;
        padding: 0;
        min-width: auto;
          box-shadow: none!important;
    }

    .menu-item-54.submenu-open .sub-menu{
        max-height:1000px;
    }
     #menu-main-menu.active {
        display: flex;
        margin-top: 120px;
    }
    .menu-item-54:hover > .sub-menu {
    display: block;
}
    
 
 

    .hero:before {
        height: 400px;
   width: 100%;
        background-attachment: initial;
        background-size: 220% 140%;
    }

    .hero-box,
    .about .row,
    .contact-content .row {
        flex-direction: column;
    }

    .hero:before {
        width: 100%;
    }

    .hero-left h1 {
        text-align: center;
    }

    #welcome-text,
    .idezet,
    .footer,
    .contact-page {
        padding: 30px 20px;
    }

    .about {
        padding-top: 5vw;
    }
}

@media (max-width: 990px) {
    .image-row {
        grid-template-columns: 1fr;
    }

    .meditacio-gallery {
        padding: 30px 0;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .img-wrap {
        height: 300px;
    }

    .bhakti-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* MOBIL ****/
@media (max-width: 768px) {
    body {
        font-size: 18px;
    }

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-left {
        text-align: center;
    }

    .hero-right {
        width: 100%;
    }

    .form-row,
    .footer .row,
    .footer-bottom,
    .joga-gallery .row,
    .kezeles .row,
    .coaching-box .row,
    .bhakti-kapcsolat .row {
        flex-direction: column;
    }

    .form-box {
        padding: 30px;
    }

    .video-box {
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }

    .content {
        text-align: left;
    }

    .footer-bottom p {
        margin: 5px;
    }

    .site {
        height: 250px;
    }

    .meditacio-box,
    .hatha-joga-box,
    .joga-gallery,
    .kezeles,
    .terapia-box,
    .img-grid,
    .alkalmazas,
    .terapia-box,
    .reiki-box,
    .bhakti-box .mofont,
    .terapia-box .mofont,
    .bhakti-box,
    .arak,
    .aszf,
    .adat {
        padding: 30px 0;
    }

    .alkalmazas-box {
        padding-top: 30px;
    }

    .conditions-card,
    .table-container,
    .ha-box {
        margin-top: 30px;
    }

    .condition-block {
        margin-bottom: 15px;
    }

    .alkalmazas h3 {
        margin-bottom: 0;
    }

    .joga-gallery img,
    .joga-gallery video,
    .image-box img,
    .big,
    .coaching-box img {
        height: 420px;
    }

    .fixed-section {
        background-attachment: scroll;
        min-height: 300px;
    }

    .button {
        margin-top: 30px;
    }

    .workshop-box {
        margin-top: -80px;
        padding: 30px;
    }

    .workshop-grid {
        grid-template-columns: 1fr;
    }


    .cranio-box {
        padding-bottom: 15px;
    }

    .img-grid {
        display: block;
    }

    .alkalmazas ul {
        padding: 15px;
        margin-bottom: 15px;
    }

    .alkalmazas li {
        margin-bottom: 10px;
    }

    .erdekesseg-box,
    .amennyiben {
        padding-bottom: 30px;
    }

    .tanitasok {
        margin: 15px 0;
    }

    .bhakti-summary {
        margin-bottom: 30px;
        padding: 15px;
    }

    .timeline-item,
    .timeline-item.right {
        width: 100%;
        left: 0;
        text-align: left;
    }

    .line {
        left: 20px;
    }

    .timeline-item::before {
        left: 13px;
    }

    .rolam-title {

        padding: 0 20px;
    }

    .timeline {
        margin-bottom: 30px;
    }

    .conditions-grid {
        grid-template-columns: 1fr;
    }

    /* Mobilnézetben görgethetővé teszi a táblázatot, ha nem férne ki */
    .table-container {
        overflow-x: auto;
    }

    th,
    td {
        padding: 14px 16px;
        font-size: 0.95rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .coaching-box h3 {
        padding-top: 30px;
    }
}

@media (max-width: 650px) {
    .logo img {
    height: 70px;
    }
    .timeline-item {
        padding: 20px;
    }

    #welcome-text .mofont,
    .mofont,
    .bhakti-box .mofont,
    .terapia-box .mofont {
        font-size: 32px !important;
        line-height: 1.1;
    }

    .bhakti-container {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 450px) {

    .image-box img,
    .big {
        height: 420px;
        width: 100%;
    }

    .mySlides,
    .krisna img {
        height: 420px;
    }

}