/* ========== header start ========== */

.header-logo-row {
    border-bottom: 1px solid #e9ecef;
}

.site-banner-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    width: 100%;
}

.site-banner-logo {
    height: clamp(2rem, 4.5vw, 3.5rem);
    flex-shrink: 0;
}

.site-wordmark {
    font-family: 'Inter Tight', sans-serif;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -0.01em;
    display: inline-block;
}

.site-wordmark-vet {
    font-weight: 400;
    color: var(--color-primary);
}

.site-wordmark-ogether {
    font-weight: 400;
    color: #6b4a2b;
}

.site-tagline {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    min-height: 1.4em;
    color: #808080;
    letter-spacing: 0.02em;
    margin-top: 0.4rem;
}

.site-banner {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: clamp(1rem, 3vw, 2.4rem);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-black);
    line-height: 1.2;
    white-space: nowrap;
}

.site-banner-link:hover .site-banner {
    color: var(--color-primary);
}

header .logo {
    max-height: 60px;
}

/* Courses button - styled like appointment button */
header .courses-dropdown>.courses-btn {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 10px 22px !important;
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 50px;
    border-bottom: none !important;
    transition: all 0.3s ease;
}

header .courses-dropdown>.courses-btn:hover,
header .courses-dropdown.active>.courses-btn {
    background-color: #8fa830 !important;
    border-color: #8fa830 !important;
    color: var(--color-white) !important;
    border-bottom: none !important;
}

header .nav-link {
    font-size: 14px;
    color: var(--color-black);
    transition: all 0.3s ease;
    line-height: 1.4em;
    padding: 0px !important;
    border-bottom: 2px solid #fff0;
}

header .active>.nav-link,
header .nav-link:hover {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}

header .navbar {
    position: relative;
}

header .navbar-toggler {
    border: 1px solid #d7dee6;
    border-radius: 10px;
    padding: 8px 10px;
    transition: all 0.2s ease;
}

header .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(16, 51, 87, 0.2);
}

header .navbar-toggler-icon {
    filter: invert(16%) sepia(33%) saturate(1271%) hue-rotate(174deg) brightness(94%) contrast(87%);
}

/* Dropdown - open on hover */
header .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

header .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 220px;
}

header .dropdown-item {
    font-size: 14px;
    padding: 8px 20px;
    transition: all 0.2s ease;
    border-radius: 0;
}

header .dropdown-menu .dropdown-divider {
    margin: 2px 0;
}

header .dropdown-item:hover,
header .dropdown-item.active {
    background-color: var(--color-primary);
    color: #fff;
}

.lang-selector {
    padding-right: 30px;
}

.lang-selector li {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    opacity: 0.5;
    line-height: 1em;
    cursor: pointer;
}

.lang-selector li:not(:first-child) {
    border-left: 1px solid #15202e4f;
}

.lang-selector li.active {
    color: var(--color-primary);
}

/* ========== header end ========== */



/* ========== home start ========== */
.watch-button {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 1px 24px 1px 4px;
    border: 1px solid transparent;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
}

.watch-button:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    border-color: #f3f4f6;
}

.watch-button-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    transition: background-color 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.watch-button:hover .watch-button-icon {
    background-color: #8fa830;
}

.watch-button-icon svg {
    margin-left: 2px;
}

.watch-button-text {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    transition: color 0.2s ease;
}

.watch-button:hover .watch-button-text {
    color: #000;
}

.fs-de {
    font-size: 45px !important;
}

.title-img {
    max-height: 1em;
    display: inline-flex;
    align-items: end;
    transform: translate(20px, 60px);
}

/* about sec */
.about-sec {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* focus sec */
.focus-sec {
    padding-top: 60px;
    padding-bottom: 120px;
}

.focus-sec .inner-container {
    padding: 45px 20px 120px;
    background-image: url(../images/focus-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.focus-dogs {
    left: 20px;
    bottom: 84%;
    width: 53.6%;
}

.focus-sec .ps-md-4 {
    position: relative;
}

.focus-sec .ps-md-4::before {
    content: "";
    height: 26px;
    width: 1px;
    background-color: #ffffffba;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.stat-num {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}

.stat-head {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

.focus-sec h2 span {
    background-color: #fff;
    color: var(--color-accent);
    border-radius: 12px;
    padding: 3px 12px;
    font-weight: 700;
    display: block;
    margin-top: 2px;
}

.focus-card {
    height: 415px;
    border-radius: 27px;
    padding: 35px 45px;
    background-size: cover;
    background-position: center;
}

.focus-card h5 {
    font-size: 15px;
    font-weight: 300;
    border-radius: 37px;
    border: 1px solid #FFF;
    background: #ffffff38;
    padding: 5px 7px;
}

.focus-card h4 {
    font-size: 30px;
    font-weight: 600;
}

/* why us sec */
.why-us-sec {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 120px;
    overflow-x: clip;
}

@media (min-width: 992px) {
    .why-us-sec h2 {
        font-size: 56px;
    }
}

.points-arc {
    width: 85%;
}

.why-us-point {
    max-width: max-content;
}

.point-1 {
    left: 10%;
    bottom: 45%;
}

.point-2 {
    left: 25%;
    top: 1%;
}

.point-3 {
    left: 0px;
    right: 0px;
    margin: auto;
    top: -6%;
}

.point-4 {
    right: 25%;
    top: 1%;
}

.point-5 {
    right: 10%;
    bottom: 45%;
}

.point-num {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-white);
    font-size: 24px;
    font-weight: 700;
}

.why-us-point p {
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    width: 260px;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
}

.why-us-cat {
    bottom: -17px;
    z-index: 5;
}

.why-us-bird {
    top: -160px;
    left: 20px;
    z-index: 6;
}

.why-us-video-cont {
    border-radius: 32px;
    overflow: hidden;
    margin-top: -2px;
    aspect-ratio: 2.47;
}

.why-us-video-cont video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.why-us-video-cont .video-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    cursor: pointer;
}

.play-button {
    z-index: 3;
    bottom: 70px;
    right: 65px;
    font-size: 22px;
    font-weight: 500;
    background-color: #fff0;
    border: 0px;
    outline: 0px;
}

.why-us-video-cont.is-playing .video-thumb,
.why-us-video-cont.is-playing .play-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.why-us-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 0.8em;
}

/* Why Us Marquee */
.why-us-marquee-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.why-us-marquee {
    display: flex;
    width: fit-content;
    animation: marquee 30s linear infinite;
}

.why-us-marquee:hover {
    animation-play-state: paused;
}

.why-us-marquee-content {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    padding-block: 10px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    flex-shrink: 0;
}

.why-us-marquee-content img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .why-us-marquee-content {
        font-size: 32px;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .why-us-marquee-content {
        font-size: 24px;
        gap: 20px;
        padding-right: 20px;
    }

    .why-us-marquee-content img {
        width: 18px;
        height: 18px;
    }
}

/* events sec */
.events-sec {
    padding-block: 120px;
}

.feat-news-box {
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--color-accent);
}

.feat-news-img h6 {
    top: 14px;
    left: 16px;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 9px 17px;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.feat-news-content {
    padding: 32px;
}

.feat-news-info {
    color: #FFFFFFB2;
}

.feat-news-info span {
    color: var(--color-white);
    border-radius: 20px;
    background: #ffffff1a;
    padding: 4px 13px;
}

.feat-news-box h4 {
    font-size: 30px;
    font-weight: 700;
}

.feat-news-box p {
    color: #FFFFFFCC;
}

.news-card {
    grid-template-columns: 1fr 1.9fr;
    border-radius: 16px;
    background: #e7edd0;
    padding: 24px;
    transition: all 0.3s ease;
}

.news-card:hover {
    background: #d0d6ba;
}

.news-card .news-img-col img {
    aspect-ratio: 1.5;
    object-fit: cover;
    border-radius: 14px;
}

.news-info {
    color: #666;
    font-weight: 400;
}

.news-info h6 {
    top: 14px;
    left: 16px;
    background-color: #A2C0371A;
    color: var(--color-primary);
    padding: 4px 14px;
    border-radius: 20px;
}

.news-card h4 {
    font-family: var(--primary-font);
    font-weight: 700;
    max-width: 330px;
}

/* team sec */
.team-sec {
    padding-block: 120px;
}

.team-sec .btn {
    border-color: var(--color-black) !important;
}

.team-triger {
    padding-left: 40px;
    border-left: 3px solid #fff0;
    cursor: pointer;
}

.team-triger.active {
    border-left: 3px solid var(--color-primary);
}

.team-triger img {
    aspect-ratio: 1;
    width: 120px;
    object-fit: cover;
}

.team-triger h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
}

.team-content {
    background: white;
    border-radius: 30px;
    padding: 15px 15px 20px 15px;
    overflow-y: auto;
}

.member-img {
    aspect-ratio: 0.76;
    object-fit: cover;
    border-radius: 32px;
}

.team-content h3 {
    font-size: 40px;
    font-weight: 600;
}

.team-content h6 {
    font-size: 18px;
    line-height: normal;
}

.team-content p {
    max-width: 85%;
}

/* Team: accordion content (hidden on desktop, visible on mobile) */
.team-accordion-content {
    display: none;
}

/* Team tab functionality */
.team-content {
    display: none;
}

.team-content.active {
    display: block;
}

/* location sec */
.location-sec {
    padding-block: 120px;
}

@media (min-width: 992px) {
    .location-sec h2 {
        font-size: 56px;
    }
}

.location-grid {
    grid-template-columns: repeat(5, 1fr);
}

.location-card {
    height: 420px;
    border-radius: 16px;
    padding: 25px 25px 0px;
    background-size: cover;
    background-position: center;
}

.location-card h4 {
    font-size: 20px;
    margin: 0px;
    text-align: center;
    color: var(--color-accent);
    font-weight: 500;
    padding: 15px 15px 5px;
    background-color: var(--color-white);
    border-radius: 22px 22px 0px 0px;
}

/* contact sec */
.contact-sec {
    padding-block: 120px 140px;
}

.contact-sec .inner-container {
    background-color: var(--color-accent);
    position: relative;
    overflow: hidden;
    box-shadow: 5px -5px 47px 0 rgba(0, 0, 0, 0.09);
}

.contact-grid {
    grid-template-columns: 1fr 1fr;
}

.contact-form-col {
    padding: 11%;
    position: relative;
}

.contact-sec .form-control {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 14px 22px;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    transition: border-color 0.2s ease;
}

.contact-sec .form-control:focus {
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.contact-sec label {
    font-size: 14px;
    margin-bottom: 3px;
}

.contact-sec .form-control::placeholder {
    color: #D8D8D8;
}

.contact-sec .btn {
    background-color: var(--color-white) !important;
    border-color: var(--color-white) !important;
}

.contact-sec img {
    object-fit: cover;
}

.form-message {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

/* Success overlay - appears over the form */
.form-success-overlay {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(150, 100, 67, 0.5);
    border-radius: inherit;
}

.form-success-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.form-success-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.form-success-close:hover {
    color: #333;
}

.form-success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(162, 192, 55, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.form-success-title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-success-text {
    color: #888;
    font-size: 15px;
    margin-bottom: 0;
}

.form-message-error {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.consent-text,
.form-check-label {
    cursor: pointer;
}

.cont-info-box {
    left: 30px;
    bottom: 75px;
    padding: 30px;
    width: calc(100% - 60px);
    max-width: 460px;
    border-radius: 24px;
    background: #a2c0378c;
    backdrop-filter: blur(20px);
}



.cont-info-box h6 {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-img-right {
    border-radius: 0px 24px 24px 0px;
}

/* testimonial sec */
.testimonial-sec {
    padding-block: 0 140px;
    scroll-margin-top: 60px;
}

/* ========== home end ========== */



/* ========== team page start ========== */



.page-ban-sec .inner-container {
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.team-grid-sec {
    padding-block: 120px;
}

.team-grid {
    grid-template-columns: repeat(5, 1fr);
}

.team-card img {
    object-fit: cover;
    border-radius: 23px;
    margin-bottom: 10px;
}

.team-card h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
}

.team-card p {
    font-size: 14px;
    line-height: 1em;
}

.page-nums li {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.page-nums li.active,
.page-nums li:hover {
    background-color: var(--color-accent);
    color: var(--color-white);
}

/* ========== team page end ========== */


/* ========== member page start ========== */
.member-desc-sec {
    padding-block: 120px;
}



.member-desc-sec p:last-child {
    margin-bottom: 0px;
}

.member-feat-img {
    width: 250px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 23px;
}

.member-desc-sec li {
    margin-bottom: 10px;
}

/* Member Bio Formatting */
.member-bio p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.member-bio .bio-heading {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 0.5rem;
}

.member-bio .bio-question {
    font-size: 1.1rem;
    color: var(--color-secondary);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.member-bio .bio-answer {
    padding-left: 1rem;
    border-left: 3px solid var(--color-accent);
    margin-bottom: 1.5rem;
    font-style: italic !important;
}

.member-bio em {
    font-style: italic;
    color: var(--color-secondary);
}

.job-alert-sec {
    padding-block: 50px 120px;
}

.job-box {
    padding: 20px 30px 20px 25px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 13px 2px #00000030;
}

.job-icon {
    background-color: var(--color-accent);
    width: 55px;
    height: 55px;
    border-radius: 6px;
    padding: 14px;
}

.job-box h5 {
    font-size: 19px;
    font-weight: 700;
}

.job-box h5 span {
    color: var(--color-primary);
}

/* ========== member page end ========== */



/* ========== tier-heilpraktiker page start ========== */
@media (min-width: 1199px) {
    .tier-heilpraktiker {
        font-size: 22px;
        line-height: 1.5em;
    }

    .tier-heilpraktiker .main-h2 {
        font-size: 56px;
    }
}

.future-box {
    padding: 0px 40px 30px;
    border-radius: 1rem;

}

.future-box img {
    display: block;
    width: max-content;
    margin-inline: auto;
    margin-bottom: -10px;
    transform: translateY(-30px);
}

.future-box h2 {
    letter-spacing: -0.5px;
}

.future-box p {
    text-align: justify;
}

.future-box .download-list {
    list-style: none;
    padding-left: 0;
}

.future-box .download-list li {
    margin-bottom: 12px;
}

.future-box .download-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.08);
}

.future-box .download-list a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.future-box .download-list svg {
    flex-shrink: 0;
}

.download-badge {
    margin-left: auto;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.train-box-heading {
    background-color: var(--color-primary);
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
}

.train-box li {
    margin-bottom: 20px;
}

.train-box li::marker {
    color: var(--color-primary);
}

.pricing-sec {
    padding-bottom: 130px;
}

.pricing-sec .container {
    max-width: 1300px;
}

.pricing-cols {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.pricing-col {
    border-radius: 20px;
}

.pricing-col:first-child {
    transform: translateX(25px);
}

.pricing-col:nth-child(2) {
    z-index: 99;
}

.pricing-col:nth-child(2) .btn {
    margin-bottom: -30px;
}

@media (min-width:1199px) {
    .pricing-col:nth-child(2) .btn {
        font-size: 28px;
    }
}

.pricing-col:last-child {
    transform: translateX(-25px);
}

@media (min-width: 992px) {
    .pricing-col p {
        font-size: 18px;
    }
}

.price {
    font-size: 64px;
    font-family: "Bebas Neue", sans-serif;
}

.rev-quote-icon {
    bottom: 0px;
    right: 30px;
}

.faq-sec {
    padding-block: 70px 140px;
}

.faq-item {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 27px 36px -16px #95959540;
}

.faq-title {
    padding: 35px 40px;
    cursor: pointer;
    gap: 35px;
}

.faq-title img {
    width: 20px;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 10% 0 95px;
}

.faq-item.active .faq-content {
    max-height: 500px;
    /* large enough */
    padding-bottom: 40px;
}

.faq-icon img:last-child {
    display: none;
}

.faq-item.active .faq-icon img:first-child {
    display: none;
}

.faq-item.active .faq-icon img:last-child {
    display: inline-block;
}

/* ========== animal naturopathy page end ========== */



/* ========== ausbildung-pferdeosteotherapeut page start ========== */
@media (min-width: 1199px) {
    .ausbildung-pferdeosteotherapeut {
        font-size: 22px;
        line-height: 1.5em;
    }

    .ausbildung-pferdeosteotherapeut .main-h2 {
        font-size: 56px;
    }
}

.path-grid {
    grid-template-columns: 1fr 1fr;
}

.path-box:first-child {
    border-right: 1px solid var(--color-primary);
}

.path-box:nth-child(2) {
    border-bottom: 1px solid var(--color-primary);
}

.path-box:nth-child(3) {
    border-top: 1px solid var(--color-primary);
    margin-top: -1px;
}

.path-box:last-child {
    border-left: 1px solid var(--color-primary);
    margin-left: -1px;
}

/* ========== equine osteopathy page end ========== */



/* ========== tierhomoeopathie page start ========== */
@media (min-width: 1199px) {
    .tierhomoeopathie {
        font-size: 18px;
        line-height: 1.6em;
    }
}

.homeo-module-num {
    display: inline-block;
    font-size: 48px;
    font-weight: 800;
    color: var(--color-primary);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 12px;
}

.homeo-module-card {
    position: relative;
    transition: box-shadow 0.3s ease;
}

.homeo-module-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.homeo-check-list li {
    line-height: 1.6;
}

.homeo-pain-list li {
    font-size: 18px;
}

/* ========== tierhomoeopathie page end ========== */



/* ========== seminare page start ========== */
@media (min-width: 1199px) {
    .seminare {
        font-size: 22px;
        line-height: 1.5em;
    }

    .seminare .main-h2 {
        font-size: 56px;
    }
}

.event-grid {
    grid-template-columns: 1fr 1fr;
}

.event-item {
    padding: 17px 25px;
    border-radius: 10px;
    background-color: #F6F2ED;
    transition: all 0.3s ease;
}

.event-item:hover {
    box-shadow: 0 0 13px 2px #33312f1f;
}

.event-item h4 {
    font-size: 24px;
    color: var(--color-accent);
    font-weight: 700;
}

.event-item:nth-child(4n + 2),
.event-item:nth-child(4n + 3) {
    background: #95959540;
}

.event-item p {

    text-decoration-color: #00000080;
    line-height: 1.7em !important;
}

/* ========== seminars page end ========== */



/* ========== standorte page start ========== */
@media (min-width: 1199px) {
    .standorte .main-h2 {
        font-size: 56px;
    }
}

.location-item {
    scroll-margin-top: 2rem;
}

/* Location tabs functionality */
.location-tab-content {
    display: none;
}

.location-tab-content.active {
    display: block;
}

/* Testimonials Swiper */
.testimonials-swiper {
    overflow: hidden;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonials-swiper .inner-container {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

.testimonials-swiper .inner-container h2 {
    flex-shrink: 0;
}

.testimonials-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.testimonials-swiper .swiper-pagination-bullet {
    background-color: var(--color-accent);
    opacity: 0.4;
    width: 12px;
    height: 12px;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 991px) {
    .testimonials-swiper .inner-container {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .testimonials-swiper .inner-container {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .testimonials-swiper .inner-container {
        height: 550px;
    }
}

/* ========== locations page end ========== */



/* ========== video modal ========== */
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
    animation: modalFadeIn 0.3s ease;
}

.video-modal-player {
    max-width: 900px;
    width: 90%;
    max-height: 85vh;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: modalScaleIn 0.3s ease;
}

.video-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    z-index: 10000;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.video-modal-close:hover {
    opacity: 1;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalScaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* ========== video modal end ========== */


/* ========== footer ========== */
footer {

    background-color: var(--color-black);
    background-position: center;
    padding-top: 80px;
    border-radius: 24px 24px 0px 0px;
    margin-top: 80px;
}

footer a:hover {
    color: var(--color-primary);
}

.add-info {
    background-image: url(../images/add-bg.png);
    background-size: 100% 100%;
    top: -88px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 740px;
    padding: 30px 90px 0px;
    max-width: 90%;
    z-index: 1;
}

.foo-head {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.add-info p {
    line-height: 1.7em !important;
}

.foo-call-cont {
    font-size: 20px;
    font-weight: 500;
}

.foo-call-cont .btn {
    background-color: #E7EDD0 !important;
    padding: 12px 16px;
}

.consent-text {
    font-size: 0.75rem;
    line-height: 1.375;
    color: rgb(255 255 255 / 0.8) !important;
}

.form-check-input {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.25rem;
    border-width: 1px;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
}

.form-check-input:focus {
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.form-check-input:checked {
    opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23956443' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-image: var(--bs-form-check-bg-image);
}

.submit-btn {
    color: var(--color-accent) !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease-in-out;
}

.submit-btn:hover {
    box-shadow: 0 25px 30px -5px rgb(0 0 0 / 0.1), 0 10px 12px -6px rgb(0 0 0 / 0.5);
}


.btn-white:hover {
    color: var(--color-primary);
}

.btn-white:hover svg .a {
    stroke: var(--color-primary);
}

.btn-green:hover {
    color: var(--color-accent) !important;
}


.btn-green:hover svg .a {
    stroke: var(--color-accent);
}

/* ========== footer end ========== */

/* ========== legal pages (Datenschutz, Impressum) ========== */

.datenschutzerklaerung p,
.impressum p {
    text-align: justify;
}

.datenschutzerklaerung p a,
.impressum p a {
    color: var(--color-primary);
    text-decoration: underline;
}

.datenschutzerklaerung p a:hover,
.impressum p a:hover {
    color: var(--color-accent);
}