/*--------------------------------------------------------------
  Template Name: Psychocare || Multi Concept Psychological HTML Template.
  Template URI: #
  Description: Psychocare is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* Skip to main content link - Accessibility */
.skip-to-main-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #303f9f;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 4px 0;
    font-weight: 600;
    transition: top 0.3s ease;
}

.skip-to-main-content:focus {
    top: 0;
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* Focus styles for better keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #303f9f;
    outline-offset: 2px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #303f9f;
    outline-offset: 2px;
}

/* Improve focus visibility for interactive elements */
.htc__btn:focus,
.btn:focus {
    outline: 2px solid #303f9f;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(48, 63, 159, 0.2);
}

/* Better contrast for links */
a {
    color: #303f9f;
    transition: color 0.2s ease;
}

a:hover {
    color: #1a2a7a;
}

/* Ensure main content is accessible */
main {
    min-height: 1px; /* Ensure main is recognized */
}

/* Font Display Optimization - handled in core.css */

/* Language Switcher in Header Top */
.ht__header__top__language {
    text-align: right;
    padding-top: 5px;
    font-family: 'PT Sans', sans-serif;
}

.language-switcher-top {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 400;
}

.language-switcher-top i.icofont-globe {
    font-size: 14px;
    margin-right: 4px;
    opacity: 0.8;
}

.language-switcher-top .lang-link {
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 3px;
    transition: all 0.3s ease;
    color: inherit;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
}

.language-switcher-top .lang-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 1 !important;
    transform: translateY(-1px);
}

.language-switcher-top .lang-link.active {
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 600;
    opacity: 1;
}

.language-switcher-top .lang-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.language-switcher-top .lang-code {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.language-switcher-top .lang-separator {
    opacity: 0.4;
    font-size: 11px;
    margin: 0 2px;
}

/* Responsive adjustments for language switcher */
@media (max-width: 768px) {
    .ht__header__top__language {
        text-align: center;
        padding-top: 10px;
        margin-top: 5px;
    }
    
    .language-switcher-top {
        justify-content: center;
        width: 100%;
    }
    
    .language-switcher-top i.icofont-globe {
        display: none; /* Hide globe icon on mobile */
    }
}

@media (max-width: 480px) {
    .language-switcher-top {
        gap: 4px;
        font-size: 12px;
    }
    
    .language-switcher-top .lang-link {
        padding: 3px 6px;
    }
    
    .language-switcher-top .lang-code {
        font-size: 11px;
    }
    
    .language-switcher-top .lang-separator {
        font-size: 10px;
        margin: 0 1px;
    }
}

/* Contact Form Styles */
.contact-form-wrapper {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    transition: all 0.3s;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #303f9f;
    box-shadow: 0 0 0 3px rgba(48, 63, 159, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form button.htc__btn:hover {
    background-color: #1a2a7a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(48, 63, 159, 0.3);
}

.form-messege {
    min-height: 30px;
}

.form-messege p {
    margin: 0;
    padding: 10px;
    border-radius: 5px;
}

/* Section Spacing */
.contact-form-section {
    padding: 80px 0;
}

.htc__faq__area {
    padding: 80px 0;
}

.htc__firstvisit__area {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.htc__credentials__area {
    padding: 60px 0;
}

/* FAQ Accordion Styles */
.faq-question {
    cursor: pointer;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background-color: #e8e8e8 !important;
}

.faq-question i {
    margin-right: 10px;
    color: #303f9f;
}

.faq-answer {
    padding: 15px;
    display: none;
    background-color: #fafafa;
    border-left: 3px solid #303f9f;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* First Visit Section */
.htc__firstvisit__area {
    font-family: 'PT Sans', sans-serif;
}

.htc__firstvisit__area p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Credentials Section */
.htc__credentials__area {
    font-family: 'PT Sans', sans-serif;
}

.htc__credentials__area p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Slider buttons - improved design and positioning */
.slide__align--left .slider__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.slide__align--left .slider__inner h1 {
    margin-bottom: 35px;
    max-width: 90%;
}

.slider__btn {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 3;
}

.slider__btn .htc__btn {
    margin: 0 !important;
    min-width: 240px !important;
    text-align: center !important;
    padding: 20px 40px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    letter-spacing: 0.5px !important;
    /* Override header.css */
    height: auto !important;
    line-height: normal !important;
    font-family: "Source Sans Pro", sans-serif !important;
    position: relative !important;
    z-index: 2 !important;
}

.slider__btn .htc__btn i {
    font-size: 22px;
    margin-right: 5px;
}

.slider__btn .htc__btn[href^="tel:"] i {
    color: #303f9f !important;
    font-size: 22px !important;
    margin-right: 8px !important;
    display: inline-block !important;
}

.slider__btn .htc__btn::after {
    display: none !important;
}

/* Phone button in slider - clean white style */
.slider__btn .htc__btn[href^="tel:"] {
    background: #ffffff none repeat scroll 0 0 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #303f9f !important;
    border: 2px solid #303f9f !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #303f9f !important;
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    height: auto !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.slider__btn .htc__btn[href^="tel:"]:hover {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    background-color: #f5f5f5 !important;
    color: #303f9f !important;
    border-color: #303f9f !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

.slider__btn .htc__btn[href^="tel:"]:hover i {
    color: #303f9f !important;
}

/* Email/contact button in slider */
.slider__btn .htc__btn[href^="#contact"],
.slider__btn .htc__btn[href^="mailto:"] {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slider__btn .htc__btn[href^="#contact"]:hover,
.slider__btn .htc__btn[href^="mailto:"]:hover {
    background-color: rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    border-color: #fff !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4) !important;
}

/* Booksy Button Styles for slider - dark blue like phone button */
.slider__btn .btn--booksy {
    background: #303f9f none repeat scroll 0 0 !important;
    background-color: #303f9f !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 2px solid #303f9f !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #303f9f !important;
}

.slider__btn .btn--booksy i {
    color: #ffffff !important;
}

.slider__btn .btn--booksy:hover {
    background: #1a2a7a none repeat scroll 0 0 !important;
    background-color: #1a2a7a !important;
    border-color: #1a2a7a !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(48, 63, 159, 0.5) !important;
}

/* Appointment buttons - unified styles */
.appointment-buttons {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.appointment-buttons a.htc__btn {
    margin: 0 !important;
    min-width: 220px !important;
    text-align: center !important;
    padding: 18px 35px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    position: relative !important;
    /* Override header.css completely */
    background: #ffffff none repeat scroll 0 0 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #303f9f !important;
    border: 2px solid #303f9f !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #303f9f !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    height: auto !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    font-family: "Source Sans Pro", sans-serif !important;
}

.appointment-buttons a.htc__btn i {
    font-size: 20px !important;
}

.appointment-buttons a.htc__btn::after {
    display: none !important;
}

/* All appointment buttons hover effect */
.appointment-buttons a.htc__btn:hover {
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Ensure all icons are dark blue */
.appointment-buttons a.htc__btn i {
    color: #303f9f !important;
}

.slider__btn .btn--booksy::after {
    display: none !important;
}

/* Contact form button */
.contact-form button.htc__btn::after {
    display: none !important;
}

.contact-form button.htc__btn {
    background-color: #303f9f !important;
    color: #fff !important;
    border: none !important;
    min-width: 200px;
}

.contact-form button.htc__btn:hover {
    background-color: #1a2a7a !important;
    color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .slider__inner {
        padding-top: 40px;
    }
    
    .slider__inner h1 {
        margin-bottom: 25px;
        font-size: 32px !important;
        line-height: 1.3 !important;
    }
    
    .slider__btn {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    
    .slider__btn .htc__btn {
        width: 100%;
        min-width: auto;
        margin: 0 !important;
        text-align: center;
        padding: 18px 30px !important;
        font-size: 15px !important;
    }
    
    .slider__btn .btn--booksy,
    .appointment-buttons .btn--booksy {
        width: 100%;
        min-width: auto;
    }
    
    .appointment-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    
    .appointment-buttons a.htc__btn {
        width: 100%;
        min-width: auto;
        margin: 0 !important;
        text-align: center;
        background: #ffffff none repeat scroll 0 0 !important;
        background-color: #ffffff !important;
        color: #303f9f !important;
        border: 2px solid #303f9f !important;
        padding: 16px 25px !important;
    }
    
    /* Header Top improvements on mobile */
    .htc__header__top {
        padding: 10px 0;
    }
    
    .ht__header__top__left p,
    .ht__header__top__right p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    
    .ht__header__top__left p span {
        display: block;
        font-weight: 600;
        margin-bottom: 3px;
    }
    
    /* Support Area mobile improvements */
    .htc__support__area {
        padding: 50px 0 !important;
    }
    
    .htc__support__wrap {
        flex-direction: column;
    }
    
    .ht__support__thumb.foo {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .ht__support__thumb.foo img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .htc__support__content {
        padding-bottom: 0 !important;
    }
    
    .htc__support__inner h4 {
        font-size: 18px !important;
    }
    
    .htc__support__inner h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    
    .htc__support__inner h3 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
    
    .htc__support__details p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    /* Try Solve Area mobile improvements */
    .htc__try__solve__area {
        padding: 0;
    }
    
    .htc__try__solveleft {
        padding: 40px 20px !important;
    }
    
    .htc__try__details h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px;
    }
    
    .htc__try__details p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .htc__solve__items {
        padding: 40px 20px !important;
    }
    
    .ht__sin__solve {
        margin-bottom: 25px;
    }
    
    .ht__sin__solve h4 {
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    
    .ht__sin__solve p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Therapy Provide Area mobile improvements */
    .htc__therapy__provide {
        padding: 50px 0 !important;
    }
    
    .htc__therapy__title h2 {
        font-size: 24px !important;
        margin-bottom: 20px;
    }
    
    .htc__therapy__title p {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .ht__therapy {
        margin-bottom: 30px;
    }
    
    .ht__therapy__details h2 {
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    
    .ht__therapy__details p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Appointment Area mobile improvements */
    .htc__appoinment__area {
        padding: 50px 0 !important;
    }
    
    .htc__appoinment__inner h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px;
    }
    
    .htc__appoinment__inner p {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 15px;
    }
}

/* Facebook Posts Section */
.htc__facebook__area {
    padding: 100px 0;
    background-color: #ffffff;
}

.htc__facebook__area .section__title {
    margin-bottom: 60px;
    padding: 0 15px;
}

.htc__facebook__area .section__title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303f9f !important;
    font-family: 'droid_serifbold', serif;
    line-height: 1.3;
}

.htc__facebook__area .section__title p {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.6;
}

.facebook-intro {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
}

.facebook-intro p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.facebook-description {
    font-size: 18px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    font-family: 'PT Sans', sans-serif !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 20px 30px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
}

.facebook-posts-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    min-height: 900px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: visible;
}

.facebook-posts-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1877f2 0%, #42a5f5 100%);
    z-index: 1;
}

.facebook-posts-wrapper .fb-page {
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    min-height: 800px;
    position: relative;
    z-index: 2;
}

/* Custom styling for Facebook iframe */
.facebook-posts-wrapper iframe {
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

.facebook-link-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn--facebook {
    background-color: #1877f2 !important;
    color: #fff !important;
    border: 2px solid #1877f2 !important;
    padding: 15px 35px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3) !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.btn--facebook span,
.btn--facebook::after {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.btn--facebook:hover {
    background-color: #166fe5 !important;
    border-color: #166fe5 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4) !important;
    color: #fff !important;
}

.btn--facebook i {
    font-size: 20px;
}

.btn--facebook::after {
    display: none !important;
    content: none !important;
}

.facebook-link-text {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}

.facebook-text-link {
    color: #1877f2 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.facebook-text-link:hover {
    color: #166fe5 !important;
    text-decoration: underline !important;
}

.facebook-text-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.facebook-text-link:hover i {
    transform: translateX(3px);
}

/* Footer mobile improvements */
@media (max-width: 768px) {
    .footer__container {
        padding: 40px 0 !important;
    }
    
    .ft__logo {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .ft__logo img {
        max-width: 120px;
        height: auto;
    }
    
    .ft__logo iframe {
        width: 100% !important;
        max-width: 100%;
        height: 250px !important;
        border-radius: 8px;
    }
    
    .footer__wedgit {
        margin-top: 30px;
    }
    
    .footer__wedgit .col-md-4 {
        margin-bottom: 25px;
        text-align: center;
    }
    
    .footer__wedgit .col-md-4:last-child {
        margin-bottom: 0;
    }
    
    .ft__address h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .ft__address span {
        font-size: 14px;
        line-height: 1.6;
        display: block;
    }
    
    .ft__address span a {
        word-break: break-word;
    }
    
    .copyright {
        padding: 20px 0 !important;
        text-align: center;
    }
    
    .copyright__content {
        flex-direction: column;
        gap: 15px;
    }
    
    .copyright__inner p {
        font-size: 13px;
        margin: 0;
    }
    
    .social__icon {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ft__logo iframe {
        height: 200px !important;
    }
    
    .ft__address h6 {
        font-size: 15px;
    }
    
    .ft__address span {
        font-size: 13px;
    }
    
    .copyright__inner p {
        font-size: 12px;
    }
}

/* Image responsiveness */
img {
    max-width: 100%;
    height: auto;
}

.ht__support__thumb img,
.htc__therapy__provide img,
.htc__try__solve__area img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Better text wrapping on mobile */
@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
        hyphens: auto;
    }
    
    p {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .text--theme {
        word-wrap: break-word;
    }
}


/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #303f9f;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(48, 63, 159, 0.4);
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    font-size: 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.scroll-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background-color: #1a2a7a;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(48, 63, 159, 0.6);
}

.scroll-to-top:active {
    transform: translateY(-1px);
}

.scroll-to-top i {
    line-height: 1;
}

/* Responsive Scroll to Top Button */
@media (max-width: 768px) {
    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 18px;
    }
}

/* Fix for white bar at bottom */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.wrapper {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure no extra white space */
.htc__footer__area {
    margin-bottom: 0 !important;
}

.copyright {
    margin-bottom: 0 !important;
}

/* GDPR/RODO Popup */
.gdpr-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gdpr-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.gdpr-popup-content {
    position: relative;
    max-width: 540px;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    animation: popupFadeIn 0.3s ease-out;
    border: none;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@keyframes popupFadeIn {
    from {
        transform: scale(0.95) translateY(-10px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.gdpr-button {
    font-size: 11px !important;
    margin-top: 0 !important;
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.7) !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    text-align: left !important;
    transition: color 0.2s !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-weight: normal !important;
    line-height: inherit !important;
    white-space: nowrap !important;
}

.gdpr-button:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.copyright__content {
    justify-content: center !important;
}

.social__icon {
    margin-left: 20px;
}

.social__icon li a span {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 18px !important;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 36px;
    height: 36px;
    line-height: 20px;
    text-align: center;
}

.social__icon li a:hover span {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.copyright__inner {
    text-align: center;
}

.copyright__inner p {
    white-space: nowrap;
    font-size: 11px;
    margin-top: 8px;
    opacity: 0.7;
    text-align: center;
}

@media (max-width: 768px) {
    .copyright__inner p {
        white-space: normal;
    }
}

/* Language Switcher Dropdown Styles */
.language-switcher {
    list-style: none;
    margin-left: auto;
}

.mobile-menu-item {
    list-style: none;
}

.language-switcher .dropdown {
    position: relative;
    display: inline-block;
}

#languageDropdown,
#mobileLanguageDropdown {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 8px 15px !important;
}

#mobileLanguageDropdown {
    width: 100% !important;
}

/* Facebook Icon Styles */
.icofont-facebook {
    margin-right: 10px;
    font-size: 36px;
    vertical-align: middle;
}

.icofont-arrow-down {
    margin-right: 5px;
}

.facebook-scroll-hint {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 14px !important;
    color: #888 !important;
    margin-top: 10px !important;
    font-style: italic !important;
}

.gdpr-popup-header {
    background: linear-gradient(135deg, #303f9f 0%, #1a2a7a 100%);
    color: #ffffff;
    padding: 20px 24px;
    border-radius: 16px 16px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gdpr-popup-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.3px;
}

.gdpr-popup-header h4 i {
    font-size: 22px;
    color: #ffd700;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.gdpr-popup-close {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.gdpr-popup-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.gdpr-popup-close:active {
    transform: scale(0.95);
}

.gdpr-popup-body {
    padding: 28px 24px;
    flex: 1;
    overflow-y: auto;
}

.gdpr-popup-body p {
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #404040;
    text-align: left;
}

.gdpr-popup-body p:last-child {
    margin-bottom: 0;
}

.gdpr-documentation-section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
}

.gdpr-documentation-section h5 {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #303f9f;
    font-family: 'droid_serifbold', serif;
}

.gdpr-rights-list {
    margin: 20px 0;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #303f9f;
}

.gdpr-rights-list strong {
    display: block;
    margin-bottom: 12px;
    color: #303f9f;
    font-size: 14px;
    font-weight: 600;
}

.gdpr-rights-list ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.gdpr-rights-list li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #404040;
}

.gdpr-rights-list li:last-child {
    margin-bottom: 0;
}

.gdpr-contact-info {
    margin-top: 20px !important;
    padding: 16px;
    background: #f0f4ff;
    border-radius: 8px;
    border-left: 3px solid #303f9f;
    font-size: 14px;
    line-height: 1.8;
}

.gdpr-contact-info strong {
    color: #303f9f;
    display: block;
    margin-bottom: 8px;
}

.gdpr-popup-footer {
    padding: 20px 24px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    border-radius: 0 0 16px 16px;
}

.gdpr-popup-accept {
    width: 100%;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    background: linear-gradient(135deg, #303f9f 0%, #1a2a7a 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(48, 63, 159, 0.3);
    letter-spacing: 0.5px;
}

.gdpr-popup-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(48, 63, 159, 0.4);
    background: linear-gradient(135deg, #1a2a7a 0%, #303f9f 100%);
}

.gdpr-popup-accept:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(48, 63, 159, 0.3);
}

.gdpr-popup-info {
    color: #303f9f;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.gdpr-popup-info:hover {
    color: #1a2a7a;
    text-decoration: underline;
}

/* Responsive GDPR Popup */
@media (max-width: 768px) {
    .gdpr-popup {
        padding: 15px;
    }
    
    .gdpr-popup-content {
        max-width: 100%;
        border-radius: 12px;
    }
    
    .gdpr-popup-header {
        padding: 18px 20px;
        border-radius: 12px 12px 0 0;
    }
    
    .gdpr-popup-header h4 {
        font-size: 16px;
    }
    
    .gdpr-popup-body {
        padding: 24px 20px;
    }
    
    .gdpr-popup-body p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .gdpr-documentation-section {
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .gdpr-documentation-section h5 {
        font-size: 15px;
    }
    
    .gdpr-rights-list {
        padding: 12px;
    }
    
    .gdpr-rights-list li {
        font-size: 13px;
    }
    
    .gdpr-contact-info {
        padding: 12px;
        font-size: 13px;
    }
    
    .gdpr-popup-footer {
        padding: 18px 20px;
        border-radius: 0 0 12px 12px;
    }
    
    .gdpr-popup-accept {
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* Responsive adjustments for Facebook section */
@media (max-width: 768px) {
    .htc__facebook__area {
        padding: 50px 0 !important;
    }
    
    .htc__facebook__area .section__title {
        margin-bottom: 30px !important;
    }
    
    .htc__facebook__area .section__title h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    
    .htc__facebook__area .section__title h2 i {
        font-size: 28px !important;
        margin-right: 8px !important;
    }
    
    .htc__facebook__area .section__title p {
        font-size: 15px !important;
        padding: 0 15px;
    }
    
    .facebook-intro {
        margin-bottom: 25px !important;
    }
    
    .facebook-description {
        font-size: 14px !important;
        padding: 15px 20px !important;
        line-height: 1.6 !important;
    }
    
    .facebook-scroll-hint {
        font-size: 12px !important;
        margin-top: 8px !important;
    }
    
    .facebook-posts-wrapper {
        padding: 20px 15px !important;
        min-height: 600px !important;
        border-radius: 12px;
        margin-bottom: 20px;
    }
    
    .facebook-posts-wrapper .fb-page {
        min-height: 600px !important;
    }
    
    .facebook-posts-wrapper iframe {
        max-height: 600px !important;
    }
    
    .facebook-posts-wrapper::before {
        height: 3px;
    }
    
    .facebook-link-wrapper {
        margin-top: 25px;
        padding: 0 15px;
    }
    
    .btn--facebook {
        width: 100%;
        padding: 14px 25px !important;
        font-size: 15px !important;
        white-space: normal !important;
    }
}

/* Extra small devices (phones, 480px and down) */
@media (max-width: 480px) {
    /* Header Top extra small */
    .htc__header__top {
        padding: 8px 0;
    }
    
    .ht__header__top__left,
    .ht__header__top__right,
    .ht__header__top__language {
        text-align: center;
        margin-bottom: 8px;
    }
    
    .ht__header__top__left:last-child,
    .ht__header__top__right:last-child,
    .ht__header__top__language:last-child {
        margin-bottom: 0;
    }
    
    .ht__header__top__left p,
    .ht__header__top__right p {
        font-size: 11px;
    }
    
    /* Slider extra small */
    .slider__inner {
        padding-top: 30px;
    }
    
    .slider__inner h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin-bottom: 20px;
    }
    
    .slider__btn .htc__btn {
        padding: 14px 20px !important;
        font-size: 14px !important;
    }
    
    .slider__btn .htc__btn i {
        font-size: 18px;
    }
    
    /* Support Area extra small */
    .htc__support__area {
        padding: 40px 0 !important;
    }
    
    .htc__support__inner h4 {
        font-size: 16px !important;
    }
    
    .htc__support__inner h2 {
        font-size: 20px !important;
    }
    
    .htc__support__inner h3 {
        font-size: 18px !important;
    }
    
    .htc__support__details p {
        font-size: 14px;
    }
    
    /* Facebook extra small */
    .htc__facebook__area .section__title h2 {
        font-size: 20px !important;
    }
    
    .htc__facebook__area .section__title p {
        font-size: 14px !important;
    }
    
    .facebook-description {
        font-size: 13px !important;
        padding: 12px 15px !important;
    }
    
    .facebook-posts-wrapper {
        padding: 15px 10px !important;
        min-height: 500px !important;
    }
    
    .facebook-posts-wrapper .fb-page {
        min-height: 500px !important;
    }
    
    .facebook-posts-wrapper iframe {
        max-height: 500px !important;
    }
    
    /* Try Solve extra small */
    .htc__try__solveleft {
        padding: 30px 15px !important;
    }
    
    .htc__try__details h2 {
        font-size: 20px !important;
    }
    
    .htc__solve__items {
        padding: 30px 15px !important;
    }
    
    /* Therapy Provide extra small */
    .htc__therapy__title h2 {
        font-size: 20px !important;
    }
    
    .ht__therapy__details h2 {
        font-size: 16px !important;
    }
    
    /* Appointment extra small */
    .htc__appoinment__inner h2 {
        font-size: 20px !important;
    }
    
    .htc__appoinment__inner p {
        font-size: 14px;
    }
    
    .appointment-buttons a.htc__btn {
        padding: 14px 20px !important;
        font-size: 14px !important;
        background: #ffffff none repeat scroll 0 0 !important;
        background-color: #ffffff !important;
        color: #303f9f !important;
        border: 2px solid #303f9f !important;
    }
}
