@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

/*
 --main-accent-color-very-light: #f9e6c9; 
 --main-accent-color-lighter: #e5c88f;   
 --main-accent-color: #c8a155;           
 --main-accent-color-darker: #a37c2f; 
 */
:root {
    --main-color: #ececec;           
    --main-darker-color: #a1c4e4;         /* Medium blue for accents and highlights */
    --main-dark-color: #6a92b5;  
     --main-accent-color-very-light: #f9e6c9; 
 --main-accent-color-lighter: #e5c88f;   
 --main-accent-color: #c8a155;           
 --main-accent-color-darker: #a37c2f;  /* Deep maroon for contrast with pink */
    --secondary-color: #fffbf8;           /* Soft, off-white background */
    --text-color: #333333;                /* Dark gray for readability */
    --highlight-color: #ffdab9;           /* Soft peach for subtle highlights */
    --border-color: #d1d1d1;              /* Light gray for borders */
    --bg-color: #ffffff;                  /* Pure white background */
    --font-family: 'Poppins', sans-serif; /* Clean, modern font */
    --font-size: 16px;
    --line-height: 1.6;
    --dark-grey: #474747;
}
*{
    scroll-behavior: smooth;
    scrollbar-color: var(--main-accent-color) white;
    
}
.input-error {
    border: 1px solid #bb3b4f !important;
    /* border-color: red; */
}
.unlogged{
    background: var(--main-accent-color);
    color: white !important;
    border-radius: 50%;
    height: 34px;
}
.logged{
    background: var(--main-accent-color);
    color: white !important;
    border-radius: 76px;
}
.unlogged a i{
    color: white;
    padding: 8px;
}
.logged a span{
    color: white;
    padding: 4px;
    width: 29px;
    text-align: center;
}
.grey-button-span {
            
    background-color: #e3e3e38a;
    color: #838383;
    border: none;
    font-weight: 600;
    font-size: 12px;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    outline: none; 
    transition: background-color 0.15s ease-in-out;
}
.dark-mode .grey-button-span{
    background-color: #2f2f2f8a;
    color: #d9d9d9;
}

.grey-button-span:hover {
    background-color: #c5c4c48a;
}
.dark-mode .grey-button-span:hover{
    background-color: #1a1a1a8a;
}
.grey-button-span:focus {  /* Ensure outline is removed even when focused */
    box-shadow: none;
}
.span-gradient {
    background: linear-gradient(45deg, #4f97ff, #a90fff);
    color: #ffffff !important;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}


.span-green {
    background: #b3ffb3;
    color: #00bb00;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}

.span-green-button {
    background: #b3ffb3;
    color: #00bb00;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
    transition: all .2s linear;
}
.span-green-button:hover,
.dark-mode .span-green-button:hover{
    color: #066506;
    background: #61cb61;
}


.dark-mode .span-green {
    background: #93d393;
    color: #016f01;
}

.dark-mode .span-green-button {
    background: #93d393;
    color: #016f01;
}

.span-purple {
    background: #dccaff;
color:#732cff;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
transition: all .2s linear;
}
.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
.dark-mode .span-purple{
    background: #c3a4ff;
color: #681bff;
}

.span-purple-button {
    background: #dccaff;
color:#732cff;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
transition: all .2s linear;
}
.dark-mode .span-purple-button{
    background: #c3a4ff;
color: #681bff;
}
.span-purple-button:hover{
    color: #550ee1;
background: #b399e7;
}
.dark-mode .span-purple-button:hover{
    background: #e1d1ff;
    color: #681bff;
}

.span-orange {
    background: #ffe7ba;
color: #d58200;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
}
.span-orange-button {
    background: #ffe7ba;
color: #d58200;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
}

.dark-mode .span-orange {
    background: #ffa859;
color: #793300;

}
.dark-mode .span-orange-button {
    background: #ffb13c;
color: #874600;
}
.span-orange-button:hover{
    background-color: #ffda94;
color: #d18700;

}
.dark-mode .span-orange-button:hover{
    background: #e5ba7a;
}

.span-trans-button {
    cursor: pointer;
    background: transparent;
    color: #2f2f2f;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
    transition: all .2s linear;
    border: 1px solid #d0d0d0;
}
.span-trans-button:hover{
    background-color: #dfdfdff5;
}
.dark-mode .span-trans-button{
    border: 1px solid #717171;
    color: #e6e6e6;
}
.dark-mode .span-trans-button:hover{
    background: #4f4f4f;
}


.span-red {
    background: #ffbdbd;
    color: #a90000;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-red-button {
    background: #ffbdbd;
    color: #a90000 !important;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-red-button:hover{
    background: #ed9898;
    color: #930000;

}


.span-pink {
    background: #ffbde2;
    color: #a90063 !important;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-pink-button {
    background: #ffbde2;
    color: #a90063 !important;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-pink-button:hover{
    background: #ed98e5;
    color: #930000;

}

.span-grey {
    background: #959595;
    color: #f7f7f7;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}

.dark-mode .span-grey {
    background: #656565;
    color: #e5e5e5;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-grey-button {
    background: #d1d1d1;
color: #5f5f5f;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
transition: all .2s linear;
}
.dark-mode .span-grey-button {
    background: #656565;
    color: #e5e5e5;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-grey-button:hover{
    color: #3f3f3f;
background: #8f8f8f;
}

.span-dark-button{
    background: #555555;
color: #e5e5e5;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
transition: all .2s linear;
}
.span-dark-button:hover{
    background: #272727;
    color: #e5e5e5;
}
.dark-mode .span-dark-button{
    background: #292929;
}
.dark-mode .span-dark-button:hover{
    background: #0a0a0a;
}
.span-blue{
    background: #a2d0ff;
color: #002bff !important;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
}
.span-blue-button{
    background: #a2d0ff;
color: #002bff !important;
border-radius: 5px;
padding: 3px 8px;
font-weight: 500;
transition: all .2s linear;
}

.span-blue-button:hover{
    background: #419fff;
}
.span-dark-red-button{
    background: #ffd9e5;
    color: #8b475d;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 500;
}
.span-dark-red-button:hover{
    background-color: #ff9dac;
    color: #8b475d;
}
.loading-box {
    background: #e5e5e5;
    background-size: 400px 100%;
    
    border-radius: 4px;
    margin: 5px 0;
}
.dark-mode .loading-box{
    background-color: #5d5d5d;
}


.loading-box-main {
    width: 70%; /* Adjust based on your design */
    height: 20px; /* Adjust based on your design */
}

.loading-box-time {
    width: 20%; /* Adjust based on your design */
    height: 20px; /* Adjust based on your design */
}
.loading-box-purple-icon{
    width: 20px; /* Adjust based on your design */
    height: 20px; /* Adjust based on your design */
    background: #874aff;
}
.dark-mode .loading-box-purple-icon{
    background-color: #c9affb;
}
.loading-box-text-first {
    width: 18%; /* Adjust based on your design */
    height: 14px; /* Adjust based on your design */
    background: #9b9b9b;
}
.dark-mode .loading-box-text-first{
    background-color: #878787;
}


::selection{
    background-color: var(--main-accent-color-darker);
    color: white;
    
    }
    ul li::marker {
        content: '\2B24';
        color: var(--main-accent-color);
    }
    li{
        padding-left: 10px;
    }
body {
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow-x: hidden !important;
    
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050; /* Higher than the modal's backdrop */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.loading-text {
    margin-top: 10px;
    font-size: 1.2em;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

  .nav-dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .nav-dropdown-toggle .icon {
    margin-left: 5px;
    transition: transform 0.3s;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

.main-center{
    display: flex;
 align-items: center;
 justify-content: center;
}

  .dropdown-menu li a {
    text-decoration: none;
    color: var(--text-color);
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
  }

   .dropdown:hover .dropdown-menu {
    display: block;
    width: 280px;
    margin-left: -10px;
    max-height: 435px;
    overflow: auto;
  }
.mark-text {
    color: var(--main-accent-color);
}
  .dropdown:hover .icon {
    transform: rotate(180deg);
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-service-image {
    width: 32px;
    margin: 0px 10px;
    filter: invert(55%) sepia(62%) saturate(327%) hue-rotate(0deg) brightness(100%) contrast(82%);
    
  }
.profile{
    background: var(--main-color);
    color: var(--text-color);
    border: 1px solid transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left:-15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s, transform 0.2s;
}
.hold-button {
    position: relative;
   
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none; /* Prevent text highlighting */
    -webkit-user-select: none; /* For Safari */
    -ms-user-select: none; /* For IE/Edge */
}

.hold-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Darker color */
    transition: width 2s linear; /* Transition over 2 seconds */
    z-index: 0;
}

.hold-button:active::before {
    width: 100%; /* Fill the button when held */
}

.hold-button span {
    position: relative;
    z-index: 1; /* Keep text on top */
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* For Safari */
    -ms-user-select: none; /* For IE/Edge */
}
.attendance-status-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
}

/* Green Pulsing Animation */
.glowing-green {
    background-color: #1ae148;
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

/* Orange Pulsing Animation */
.glowing-orange {
    background-color: #fb9f52; /* Solid orange background */
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 159, 82, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(251, 159, 82, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(251, 159, 82, 0);
    }
}

/* Grey Static Circle without Animation */
.grey-circle {
    background-color: #d1d1d1;
    box-shadow: none;
}
.profile:hover::after{
    width: 0% !important;
}
.profile:hover{
    background: var(--main-darker-color);
    
}
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    
    color: var(--text-color);
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}
#scrollToTopBtn i {
    font-size: 23px;
}
.about-image {
    height: 490px;
    float: left;
    margin: 0 19px 10px 0px;
    box-shadow: 0 0px 8px 0px rgb(0 0 0);
    
}
.link-hover{
    color: var(--main-darker-color);
}
.link-hover:hover{
    color: var(--main-dark-color);
}
.link-href {
    color: var(--main-accent-color);
}
.link-href:hover{
    color: var(--main-accent-color-darker);
}
.menu-label {
    font-weight: 500;
text-transform: uppercase;
color: #6b6b6b;
display: flex;
align-items: center;
width: 100%;
font-size: 11px;
}
.dark-mode .menu-label span{
color: #a1a1a1;
}
.menu-label span {
    background-color: #ffffff;
white-space: nowrap;
}
.dark-mode .menu-label span{
background-color: #434343;
}
.menu-label::before {
content: '';
border-bottom: 1px solid #ccc;
width: 20px; /* Adjust this to control the line length before the text */
margin-right: 10px; /* Adjust this to control the spacing between line and text */
}
.dark-mode .menu-label::before, .dark-mode .menu-label::after{
border: 1px solid #6b6b6b;
}
.menu-label::after {
content: '';
flex-grow: 1;
border-bottom: 1px solid #ccc;
margin-left: 10px; /* Adjust this to control the spacing between text and line */
}
.blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #ffffffa8 !important;
}
.blur-sm{
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(10px);
    background: #ffffffcf !important;
}
.shadow {
    box-shadow: 0 0px 8px 0px rgb(0 0 0 / 30%);
} 
.shadow-sm{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar {
    /*display: flex;
        justify-content: space-around;
    align-items: center;
    background-color: transparent;
    padding: 10px 20px;
    position: fixed;
    margin: 7px 11px;
    border-radius: 25px;
    width: 100%;
    font-size: 15px;height: 60px;*/
    z-index: 1000;
    /*max-width: 1000px;*/
    min-width: 857px;
    
    
    transition: box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out,background-color 0.3s ease;
}
.login-li a {
    justify-content: start;
}
.login-li i {
    color: var(--main-accent-color) !important;
    width: 40px;
}
#alertBoxSuccess {
    opacity: 0; /* Start with the alert box invisible */
    visibility: hidden; /* Use visibility to ensure it doesn't block interaction when hidden */
    position: fixed;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    background-color: rgb(182 239 156 / 71%);
    color: rgb(19 115 0);
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 2000;
    transition: opacity 0.5s, visibility 0.5s; /* Smooth transition for opacity and visibility */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 250px;
    text-align: center;
}
#alertBoxError {
    opacity: 0; /* Start with the alert box invisible */
    visibility: hidden; /* Use visibility to ensure it doesn't block interaction when hidden */
    position: fixed;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    background-color: rgb(249 202 202 / 71%);
    color: rgb(121 0 0);
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 2000;
    transition: opacity 0.5s, visibility 0.5s; /* Smooth transition for opacity and visibility */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 250px;
    text-align: center;
}
.glow {
    animation: glow 1.5s ease-in-out infinite;
}

@keyframes glow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
.button-group {
    display: inline-flex;
    margin-top: 20px;
}
.blank-service{
    filter: invert(55%) sepia(62%) saturate(327%) hue-rotate(0deg) brightness(100%) contrast(82%);
    width: 70%;
    
    padding: 10px;
    border-radius: 15px;
}

#language-form-side{
    padding: 18px 8px 8px 23px;
}


.button {
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
}

.button-primary {
    background-color: var(--main-accent-color);
    color: #fff;

}
.map-container {
    position: relative;
    /* padding-bottom: 75%; */
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    background: #ddd;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.button-primary:hover {
    background-color:var(--main-accent-color-darker);
    color: var(--bg-color);
}
.button-secondary {
    background-color: var(--text-color);
    color: var(--bg-color);
}

.button-secondary:hover {
    background-color: #000000; 
    color: var(--bg-color);
}
.button-terciary{
    background: #ffffff82;
    color: var(--text-color);
}
.button-terciary:hover{
    background: var(--secondary-color);
    color: var(--text-color);
}
.button-transparent{
    background: transparent;
    border: 1px solid lightgray;
    color: var(--text-color);
}
.button-transparent:hover{
    background: lightgrey;
    color: var(--text-color);
}
.outer-nav{
    display: flex;
    justify-content: center;
}
.main-h1{
    font-size: 46px;
}
.blur-weak{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 15px !important;
}

#landing{
    background: linear-gradient(rgb(0 0 0 / 59%), rgb(0 0 0 / 0%)), url(https://arieldent.sk/img/backg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh; /*100*/
    overflow: hidden;
}
#dental-health-landing{
    display: flex; align-items: center; justify-content: center; padding: 20px;background: linear-gradient(359deg, #00000000, var(--main-accent-color-very-light)); padding-top:25px;
}
.landing-outer{
    display: flex; align-items: center; justify-content: space-around;     width: 100%;
    max-width: 1450px;
}
.image-content-label{
    z-index: 10;
    position: relative;
    width: 100%;
    height: 50px;
    background: #7b7b7b75;
    top: -106px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1050px) {
    .landing-outer {
        align-items: flex-start !important;
        
    }

    
    .image-content-outer{
        width: 35% !important;
    }

}

@media (max-width: 900px) {


    .button-group {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 800px) {

    .landing-outer {
        
        flex-direction: column;
    }
    .image-content-outer{
        width: 100% !important;
        display: flex;
        justify-content: center;
       
    }
    .image-content{
        max-width: 300px;
        
    }
    #landing-outer {
        flex-direction: column !important;

    }



    .text-content {
        padding-top: 0px;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .text-content p {
        text-align: center;
    }

    #dental-health-landing {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
       
    }

    .section-card {
        position: static;
        margin-top: 0;
        margin-top: 30px;
    }


}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1000; /* Ensure it's above other content */
    display: none; /* Hidden by default */
}

.backdrop.show {
    display: block;
}
.landing-content{
    padding-bottom: 4%;
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    
}
.no-padding-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.no-padding-card .carousel-inner img {
    height: 100%;
    object-fit: contain; /* Ensure the whole image is shown within the container */
    max-width: 100%;
}

.no-padding-card .text-content {
    padding: 20px;
}
#opening_hours{
    padding:0;background:var(--main-color);
    background-position: center !important;
    background-size: cover !important;
   color: var(--text-color);
    
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    
    border-radius: 50%;
    background-size: 22px;
    width: 40px;
    height: 40px;
}
.section-card {
    position: relative;
    
    background: #fff;
    padding: 8px 20px 20px;
    border-radius: 15px;
    
    width: 80%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 20; /* Ensure the card is above the waves */
    text-align: center;
    margin-bottom: 55px;
}

.basic-section-card {
    margin-top: 70px;
    background: #fff;
    padding: 8px 20px 20px;
    border-radius: 15px;
    
    width: 80%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 20; /* Ensure the card is above the waves */
    text-align: center;
    /*margin-bottom: 90px;*/
}
/* Grid Layout */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}


/* Card Styling */
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    
    transition: transform 0.2s;
}



.card-content {
    flex: 1;
}

.card-footer {
    margin-top: 10px;
}

.card-footer h3 {
    margin: 0;
    color: var(--text-color);
    font-size: 1em;
}

.services_heading{
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    top: -29px;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    background: var(--text-color);
    color: var(--main-color);
    border-radius: 15px;
}
.services_desc{
    top: -13px;
    position: relative;
}
.card-service {
   
    color: var(--text-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--bg-color);
}

.card-service:hover {
    transform: translateY(-10px);
    cursor: pointer;
    color: var(--text-color);
    
    box-shadow: 0px 0px 8px var(--main-accent-color);
    
}
.book_heading{
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    top: -34px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 3px;
    max-width: 288px;
    color: var(--bg-color);
    background-color: var(--main-accent-color);
    border-radius: 15px;
}
.hours_heading{
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    top: -34px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 3px;
    max-width: 288px;
    background: var(--text-color);
    color: var(--main-color);
    border-radius: 15px;
}
.hours_desc{
    top: -13px;
    position: relative;
}
.mapa{
    border-right: 1px solid lightgray;
}
.contact-us {
    font-size: 55px;
    border-bottom: 4px solid var(--main-accent-color);
}
.ham {
    
    flex-direction: column;
    cursor: pointer;
}

.hamdiv {
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    margin: 4px 0;
}
.service-footer{
    height: 38px;
}
.about-image2{
    display: none;
}
.about-image2-outer{
    display: none;
}
.nav-center{
    display: none !important;
}
.login-side {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.password-toggle{
    position: absolute;
    right: 5px;
    top: 32px;
    width: 39px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900;
}
@media screen and (max-width: 1000px) {
    #contact-image{
        width: 170px;
    }
    
}
@media screen and (max-width: 992px) {
    
    
        
    
    .contact-us {
        font-size: 45px;
    }    
    .map-container{
        position: relative;
    padding-bottom: 75%; /* Ratio for 4:3 aspect ratio */
    height: 0;
    }
    .mapa{
        border-right:none;
    }
}
.phone-display{
    display: none !important;
}
@media screen and (max-width:910px) {
    .navbar-center{
        font-size: 15px;
    }
    .navbar-right{
        display: none !important;
    }
    
    
    .phone-display {
        display: inline-block !important;
    }
   
}
.user-initial-mobile {
    display: none;
    background-color: #ccc;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}
@media screen and (max-width: 815px) {
    /* Hide the user icon in the navbar and show the one next to the bars */
    .navbar-right .user-initial, .navbar-right .fa-user {
        display: none;
    }
    
}
@media screen and (max-width: 815px) {
    .navbar-center > * {
        display: none !important;
    }
    
    .navbar-center > .book_app_li {
        display: block !important;
    }
    
    .sidebar-buttons {
        display: block;
    }
    
}
@media screen and (max-width: 600px) {
    .contact-us {
        font-size: 30px;
    }
    .card{
        padding: 10px;
    }
    .section-card, .basic-section-card{
        padding: 8px 8px 20px;
        width: 97%;
    }
    .about-image{
        display: none;
    }
    .about-image2{
        display: block;
        width: 64%;
        height: auto;
        box-shadow: 0 0 16px #0c0c0c;
    }
    .about-image2-outer{
        position: relative;
        display: flex;
        margin-bottom: -100px;
        justify-content: flex-end;
        padding-right: 12px;
    
    }
}
@media screen and (max-width: 475px) {
    
    .button{
        margin: 0px 5px;
        font-size: 14px;
    }
    .main-h1{
        font-size: 33px;
    }
    .card-grid {
        
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        
    }
    .card-footer h3 {
         
        font-size: 15px;
    }
    
}
@media screen and (max-width: 513px) {
    .navbar-center > .book_app_li{
        display: none !important;
    }
    
}
@media screen and (max-width:910px) {
    .nav-center{
        display: none;
    }
   
}


.service-image{
    filter:invert(55%) sepia(62%) saturate(327%) hue-rotate(0deg) brightness(100%) contrast(82%);
    
    padding: 6px;
    
    border-color: black;
}
.navbar-left{
    background: transparent;
    transition: 0.3s background ease-in-out;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    height: 60px;
}
.navbar-left,
.navbar-center,
.navbar-right {
    display: flex;
    align-items: center;
}
.highlight-logo {
    background: #313131;
    position: relative;
    height: 60px;
    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 7px 8px 0px rgb(0 0 0 / 30%);
    top: -70px; /* Initial position outside of view */
    transition: top 0.5s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.highlight-logo.show {
    top: 0; /* Final position in view */
}
.highlight-logo.show .navbar-logo-text{
    color: #f9f9f9;

}

.navbar-center {
    
    justify-content: center;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}

.navbar li {
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}

.navbar li::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: var(--main-accent-color); /* Change this to the color you prefer */
    transition: width 0.3s;
    position: absolute;
    bottom: 0px; /* Adjust this value if necessary */
    left: 0;
    
}
.navbar .select-li::after{
    bottom: -5px;
}

.navbar li:hover:not(.no-hover)::after {
    width: 100%;
}
.span-welcome{
    background: var(--main-color);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social a{
    margin: 0px 3px !important;
}
.navbar a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: bold;
}
.li-logo a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.landing_heading{
    
    margin: 0;
    color: var(--bg-color);
    font-weight: 200;
}
.main-logo-wrap{
    padding: 7px;
    margin: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ae707f;
    text-shadow: 2px 1px 6px #ffdab9;
}
.main-logo-wrap h1{
    
    margin: 0;
    
    font-family: "Quicksand", sans-serif;
    font-size: 134px;
    
    line-height: 71px;
    color: #f6d9bb;
    text-shadow: 3px 3px 6px #0e1011ad;
}
.navbar .li-logo:hover::after {
    width: 0;
}
.navbar-logo-text {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    margin-top: 3px;
    font-weight: 600;
    
    color:var(--dark-grey);
}

.logo {
    border-radius: 10px;
    height: 60px;
}
.main-logo{
    filter: drop-shadow(4px 5px 2px #555555);
    height: 160px;
}

#language-selector {
    padding: 5px;
    font-size: var(--font-size);
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 13px;
}

.navbar-right a {
    color: var(--text-color);
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 16px;
}
.lang-menu{
    width: 40px !important;
}
.a-lang{margin: 0px !important;}
.social{
    margin: 0px 3px !important;
}
.social-icon {
    font-size: 20px;
    margin-top: 5px;
}
.vert-devider{
    font-size: 22px;
    margin-top: -2px;
    color: #a1a1a1;
}
.navbar-right a:hover {
    color: darken(var(--text-color), 10%);
}
.sidenav .nav-dropdown-toggle {
    color: var(--text-color);
    font-size: larger;
    padding: 0;
}
.sidenav .lang-menu{
    width: initial !important;
    padding: 9px;
    margin-left: -120px !important;
   
}


.sidenav {
    white-space: nowrap;
    height: 100%;
    width: 330px;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: -330px;
    background-color: var(--bg-color);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .sidenav-link {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--text-color) ;
    display: block;
    transition: 0.3s;
}
.sidenav .dropdown-item.active,.sidenav .dropdown-item:active {
    
    text-decoration: none;
    background-color: #ededed !important;
}
.sidenav .a-hover:hover {
    color: var(--main-accent-color-darker);
}

.sidenav .closebtn {
    position: absolute;
    top: -5px;
    right: 6px;
    font-size: 47px;
}

.sidenav .dropdown-container {
    display: none;
    padding-left: 10px;
}

.sidenav .dropdown-container a {
    font-size: 17px;
}

.sidenav .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sidenav .dropdown-toggle .icon {
    margin-right: 26px;
    transition: transform 0.3s;
}

.sidenav .dropdown-toggle::after{
    display: none;
}

.sidenav .dropdown-container.show {
    display: block;
}

.sidenav .icon.rotate  {
    
    transform: rotate(90deg);
}
.width-bg{
    overflow-x: hidden;
    background: var(--main-accent-color-very-light);
}
.kto{
    color: #ededed;
}
.book_appointment{
    background:linear-gradient(332deg, var(--main-accent-color), #ffbd3f);
    color: var(--bg-color) !important;
    padding: 5px 10px;
    border-radius: 16px;
    transition:  background-color 3s ease;
}
li a.book_appointment {
    list-style-type: none;
}
.book_app_li:hover::after {
    width: 0% !important;
}
.book_appointment:hover {
   background: linear-gradient(332deg, var(--main-accent-color-darker), var(--main-accent-color-darker));
}
.sidenav .nav-service-image {
    width: 25px;
    margin-right: 10px;
    filter: invert(55%) sepia(62%) saturate(327%) hue-rotate(0deg) brightness(100%) contrast(82%);
}
@media screen and (max-width: 750px) {
    
    .navbar-right
     {
        display: none !important;
    }
    
    
}
@media screen and (max-width: 874px) {
    .main-logo-wrap h1{
       
        font-size: 100px;
        
    }
    .navbar{
        justify-content: space-between;
        min-width: auto;
    }
    
    /*
    .navbar{
        max-width: 95%;
    }*/
}
@media screen and (max-width: 690px) {
    .main-logo-wrap h1{
        width: auto;
        font-size: 70px;

        
    }
    .main-logo-wrap{
        display: flex;
        flex-direction: column;
    }
    
    
}
@media screen and (max-width: 490px) {
    
    .navbar li{
        margin: 0;
    }
    .navbar-right
     {
        display: none !important;
    }
    
    
    .max-400{
        display: block !important;
    }
    
}
.bg{
    background: var(--main-accent-color);
    color: var(--bg-color);
}
/* Footer Styling */

.footer {
    background: var(--text-color);
    color: var(--bg-color);
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.footer-section {
    margin: 20px;
    flex: 1;
    min-width: 150px;
}

.footer-about {
    min-width: 300px;
}

.footer-section h3 {
    margin-bottom: 10px;
    color: var(--main-accent-color-lighter);
}

.footer-section a {
    color: var(--bg-color);
    text-decoration: none;
}

.footer-pages {
    font-weight: 700;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-direction: column;
    list-style: none;
    margin: 0;
}

.footer-pages li {
    position: relative;
}
.footer-pages li::marker {
    color: transparent;
}
.footer-pages li::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: var(--main-accent-color);
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.footer-bottom .fa-brands {
    transition: color 0.3s;
}

/* Hover state */
.footer-bottom .fa-brands:hover {
    color: var(--main-accent-color);
}

.footer-pages li:hover::after {
    
    width: 100%;
}

.payment-icons i,
.social-icons a {
    font-size: 24px;
    margin: 0 10px;
    color: var(--bg-color);
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
    align-items: center;
}
.footer ul li::marker {
    content: '';
    
}

.footer-bottom-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-bottom .gdpr-column {
    text-align: center;
}

.gdpr a {
    color: var(--bg-color);
    text-decoration: none;
    margin: 0 5px;
}
.blured-bg-img {
    position: absolute;
    top: -20%;
    left: -20%;
    right: -20%;
    bottom: -20%;
    filter: blur(32px);
    -webkit-filter: blur(32px);
    z-index: 1;
    opacity: 1;
    background-blend-mode: overlay;
   
}
/* Responsive Design */
@media (max-width: 768px) {
    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .footer-bottom .payment-methods-column,
    .footer-bottom .social-media-column {
        order: -1;
    }

    .footer-bottom .gdpr-column {
        order: 0;
        margin-top: 20px;
    }
    .contact-container{
        flex-direction: column;
    }
}

/* Cookie Consent Banner */
.cookie-consent {
    position: fixed;
    bottom: -300px; /* Initially hidden */
    left: 0;
    width: 100%;
    background-color: var(--main-color);
    color: var(--text-color);
    text-align: center;
    padding: 15px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transition: bottom 0.5s ease; /* Smooth transition */
}

.cookie-consent p {
    margin: 0;
    flex: 1;
}

.cookie-consent button {
    margin-left: 15px;
}

.cookie-consent .cookie-icon {
    margin-right: 10px;
    font-size: 24px;
}

@media (max-width: 600px) {
    .cookie-consent {
        flex-direction: column;
        padding: 10px;
    }

    .cookie-consent button {
        margin: 10px 0 0 0;
    }
}
#gdpr,#terms{
    color: var(--bg-color);
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    color: #e38aff;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-link{
    color: #495057;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: var(--main-accent-color) !important;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}
.nav-tabs .nav-link {
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:not(.active):hover {
    border-color: #d5d5d5 #d5d5d5 #d5d5d5;
    isolation: isolate;
    color: var(--main-accent-color);
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.company-details {
    width: 80%;
    max-width: 375px;
    display: flex;
    gap: 11px;
    flex-direction: column;
}
.a-hover {
    color: inherit; /* Ensure initial color is inherited */
    transition: color 0.3s ease; /* Add transition for color */
}
.a-hover:hover{
    
    color: var(--main-accent-color-darker) !important;

}

/* CONTACT */
.contact-form {
    display: flex;
    flex-direction: column;
}
.text-light-grey {
    color: #bfbfbf !important;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: white !important;
    font-size: 16px;
    outline: none;
    margin-top: -2px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--main-accent-color-lighter);
    background-color: #fff;
}

.form-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    padding: 0 5px;
    transition: 0.3s ease;
    pointer-events: none;
    color: #aaa;
    font-size: 16px;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -12px;
    left: 17px;
    background-color: white;
    font-size: 12px;
    color: var(--main-accent-color);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important;
}



.dent-first-row {
    background-color: var(--main-accent-color-very-light);
    padding: 0.5rem 1rem;
  }
  
  .dent-contact-info i {
    margin-right: 0.5rem;
  }
  
  .dent-contact-info a {
    text-decoration: none;
    color: #333;
    
  }
  
  .dent-social-icon {
    margin: 0 0.5rem;
  }
  
  .dent-lang-icons span {
    margin-left: 0.5rem;
  }
  
  .dent-second-row {
    background-color: white;
    padding: 0px 1rem;
    
  }
  
  .dent-logo .logo {
    height: 70px;
  }
  
  .dent-logo-text {
    text-transform: uppercase;
    font-family: 'Playfair display', serif;
    letter-spacing: 1px;
    margin-left: 0.5rem;
    color: black;
  }
  
  .dent-navbar-center li:not(.select-li) {
    height: 70px;
    display: flex
;
align-items: center;
  }
  .dent-navbar-center .li-a{ 
    height: 70px;
    display: flex
;
align-items: center;
  }
 
  .dent-sidebar {
    display: none; /* Hidden for larger screens */
  }
  
  @media (max-width: 1200px) {
    .dent-navbar-center {
      display: none !important;
    }
    
  }

  .loading-overlay-modal-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(247 247 247);
    display: none;
    /* This will be toggled via JavaScript */

    justify-content: center;
    display: flex;
    z-index: 1050;
    border-radius: 15px;
    /* Adjust this value as needed */
}



.spinner-modal-main {
    position: absolute;
    top: 50%;
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: var(--main-accent-color);
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-flip {
    perspective: 1000px;
    position: relative;
    aspect-ratio: 3 / 4; /* Vertikálny pomer strán */
    height: auto; /* Automatická výška na základe šírky */
}


.flipping-card {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}

.flipping-card.flipped {
    transform: rotateY(180deg);
}

.flipping-card-front,
.flipping-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 1rem;
}

.flipping-card-front {
    z-index: 2;
    transform: rotateY(0deg);
    overflow: hidden;
}


.flipping-card-front h3 {
    text-shadow: 0 0 10px #000000a3;

}


.flipping-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; /* Zameraj sa na hornú časť obrázka */
    border-radius: 1rem;
}

.flipping-card-back {
    background-color: var(--main-accent-color-very-light);
    color: #191919;
    transform: rotateY(180deg);
    padding: 1rem;
}

.overlay {
    background: #c8a1556e;
    
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 0 0 10px 10px;
}

.text-light-blue {
    color: #fff;
    background: #0071a0;
}

.text-light-green {
    color: #fff;
    background: #2ba700;
}

.text-light-red {
    color: #fff;
    background: var(--main-accent-color-darker);
}
.card-back-text{
    font-style: italic;
}
#new-poznamka {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.note-text {
    white-space: pre-line;
    margin-top: -24px;
}