
/* Base Styles */
html{
  scroll-behavior: smooth;
}
html, body {
    overflow-x: clip; /* Prevent horizontal scrolling */
    width: 100%; /* Ensure the body takes up the full viewport width */
    max-width: 100%; /* Ensure the body doesn't exceed the viewport width */
}

.about{
    background: radial-gradient(300% 100% at 50% 100%,  #ffffff 0%, #f4f3ee 100%);/*linear-gradient(135deg, #f4f3ee, #e0e0e0);  Gradient background*/ 
    backdrop-filter: blur(10px); /* Blur effect for a modern look */
    overflow:hidden;
}
/* Add a decorative element */
.about::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2); /* Decorative circle */
    border-radius: 50%;
    z-index: 0;
}

.about::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2); /* Decorative circle */
    border-radius: 50%;
    z-index: 0
}

.about .container-fluid{
    align-content: center;
}

.about .row{
    max-width:1200px;
    margin:auto;
    padding: 0 20px;
}

.full-width-background {
    width: 100%; /* Ensure background extends to full width */
    background-color: white;
}

.content-container {
    background-color: #f4f3ee;  /*Background color for the section */
    max-width: 1250px; /* Default for large screens */
    margin: 0 auto;
    padding: 20px;
}

/* Modern Title */
.modern-title {
    text-align: left;
    width:1210px;
    padding-left:28px;
    padding-right:28px;
    margin-bottom: 0.75rem;
    padding-top: 0.5rem;
}

.title-text {
    font-family: 'Cabin', sans-serif; /* Use Cabin font for the title */
    font-size: 2.5rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.title-line {
    width: 110px;
    height: 4px;
    background-color: #e67e22;
    margin-right: 0 auto;
    margin-left: 4px;
}

.transparentBtn{
    background-color: transparent;
    box-shadow:none !important; 
    outline:0px !important;
}
.basicBtn{
    width: 100%;
    height: 100%;
    box-shadow:none !important; 
    outline:0px !important;
}
.basicBtn:hover{
    background-color: #cccccc !important;
}

/* Card Styles */
.card-container {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: white;
    border-radius: 6px; /* Less rounded corners */
}

.card-img-container {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3; /* 4:3 aspect ratio */
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

.card-body {
    padding: 20px 40px 30px; /* Increased left and right padding */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    font-family: 'Cabin', sans-serif; /* Use Cabin font for titles */
    font-size: 1.375rem; /* Average of h3 (1.75rem) and h5/h6 (1rem) */
    font-weight: 300; /* Normal weight */
    color: #000000; /* Black for titles */
    margin-bottom: 10px;
}

.card-text {
    flex-grow: 1;
    font-family: 'Cabin', sans-serif; /* Use Cabin font for content */
    font-size: 1.375rem; /* Same as card-title */
    font-weight: 300; /* Normal weight */
    line-height: 1.2; /* Reduced line spacing */
    color: #606060; /* Grey for content */
}

.card-text ul {
    margin-top: 1rem; /* Spacing above lists */
    margin-bottom: 1rem; /* Spacing below lists */
    padding-left: 1.5rem; /* Indent lists */
}

.card-text li {
    margin-bottom: 0.5rem; /* Spacing between list items */
}

.noto-sans-normal {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:300;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

.cabin-sans-normal{
    font-family: 'Cabin', sans-serif; /* Use Cabin font for content */
    font-weight: 300; /* Normal weight */
    line-height: 1.2; /* Reduced line spacing */
    color: black; /* Grey for content */
}

.hero{
    position: relative;
    text-align: center;
    height:auto;
    aspect-ratio: 2.57;
}

nav{
    margin-right: 25%;
    margin-left: 25%;
    padding:20px;
}
.header{
    position:absolute;
    width:100%;
    z-index:1000
}
#camereCard{
    flex-direction: row;
}

#navbar1{
    width:auto;
    align-content: end;
}

#mainOverlayTitle{
    font-weight:400;
}
#mainOverlayCaption{
    width:50%;
    font-weight:350;
}
#rezervaTextIcon{
    padding-right:8px !important;
    padding-left:8px !important;
    font-size:18px;
}
.sectorPicture{
    width:100%;
}

.btn-primary{
    color: #fff;
    background-color: #e67e22;/*#ff4500ff;*/
    border-radius:0;
    border-width: 5px;
    border-color: #e67e22; /*#ff4500ff; set the color you want here*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    border-color: #b63000; /*set the color you want here*/
    background-color:#e67e22;/*#ff4500ff;*/
}

.btn-secondary {
    border-width:0px;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #f6d365 0%,#fe4f1f 51%);
    border-radius:10px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    border-width:0px;
    background-position: right center;
}
.btn-wapp{
    color: #fff;
    background-color: #25d366;
    border-radius:1.3rem;
    border-width: 0px;
    border-color: white;
}
.btn-fb{
    color: #fff;
    background-color: #3b5998;
    border-radius:1.3rem;
    border-width: 0px;
    border-color: white;
}
.white-filter{
    filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(52deg) brightness(115%) contrast(101%) !important;
}
.black-filter{
    filter: invert(0%) sepia(6%) saturate(7500%) hue-rotate(284deg) brightness(94%) contrast(106%);
}

.lightbox-caption{
    font-size:24px !important;
    font-weight: 300 !important;
}
.lightbox-caption em{
    font-style:normal;
}
.modal-body .ratio{
    background-color:transparent !important;
    min-width:100% !important; 
}

.modal-body img{
    background-color: white;
    padding:0px;
}
.galerie img:hover{
    transition:0.5s;
}
.normalTextItem{
    font-size: 16px;
    font-weight:400;
}
.aboutIconsCol{
    margin-left:5px;
    margin-left:5px;
}
.aboutIconTitle{
    padding-right:0;
}
#linksContainer a:hover{
    filter:invert(50%);
}
.topbarIcon{
    margin-right:10px;
}
.topbarIcon:hover{
    filter:invert(50%);
}
.rating {
    cursor:pointer;
  }
  .star {
    font-size: 30px;
    color: lightgray;
    margin-right: 5px;
    cursor: pointer;
    font-weight:350;
  }
  .star.off {
    color: lightgray;
  }

  /* Responsive Styles */
@media (min-width: 1200px) {
    .swiper-wrapper {
        margin: 0 auto; /* Center the Swiper container */
        padding: 20px 20px; /* Add some padding */
    }/*
    .swiper-slide {
        width: calc(50% - 10px);  Two cards per row with reduced margin 
        margin: 5px; /* Reduced margin between cards 
    }*/
    .card{
        max-width: 600px;
    }
    .card-img-container {
        height: 250px; /* Fixed height for images in wide viewport */
    }
}
@media (min-width:768px) and (max-width:1200px){
   /*.swiper-slide {
        width: calc(50% - 10px);  Two cards per row with reduced margin 
        margin: 5px; /* Reduced margin between cards
    } */
}

@media only screen and (max-width:1200px){
    .navbar-dropdown {
        display: block;
    }
    #rezervaTextIcon{
        display: none;
    }
    /*
    .content-container {
        max-width: 500px; 
    }*/
    .card-img-container {
        height: 200px; /* Fixed height for images in narrow viewport */
    }
    .modal-body .ratio-16x9{
        --bs-aspect-ratio: 100%;
    }

    #mainOverlayTitle{
        font-size:28px;
    }
    #mainOverlayCaption{
        width:100%;
        font-size: 18px;
    }
    #google-maps-link{
        font-size:16px !important;
    }
}
@media only screen and (max-width:768px){
    #navbarDropdown {
        display: block;
    }
    #camereCard{
        flex-direction: column;
    }
    #mainOverlay { 
        background-position:40% !important;
    }
    #mainOverlayTitle{
        height:50% !important;
    }
    .hero{
        aspect-ratio: 4/3;
    }
    .card-img-top{
        align-self: center;
        text-align: center;
        width:100% !important;
    }
    /*
    .card-container {
        width: 100%;
        margin: 10px 0;
    }  
    .cards-wrapper {
        width: 100%; 
    }*/
    #google-maps-link{
        font-size:14px !important;
    }
    #videoContainer{
        width:100% !important;
    }
    .modal-body .ratio-16x9{
        --bs-aspect-ratio: 100%;
    }
}
@media only screen and (max-width:576px){
    #mainOverlay { 
        background-position:40% !important;
        padding:16px !important;
    }
    .hero{
        aspect-ratio: 1.15;
    }
    #mainOverlayTitle{
        font-size:28px;
        height:25% !important;
    }
    .aboutIcon{
        height:30px;
        width:30px;
    }
    .aboutIconTitle{
        font-size:16px;
    }
    .card-title{
        font-size:22px;
    }
    .topbarIcon{
        height:25px;
        width: 25px;
    }
    .smTextItem{
        font-size: 16px !important;
    }
    #titleTextIcon{
        font-size: 18px !important;
    }
    #rezervaTextIcon{
        padding-right:0px !important;
        font-size:14px;
    }
    .modal-body .ratio-16x9{
        --bs-aspect-ratio: 133%;
    }
    .contact-info{
        padding: 20px 8px !important;
        font-size:1.1rem !important;
    }
    .contact ul{
        width:100% !important;
    }
    .contact .btn{
        font-size:1rem !important;
    }
    .modern-title{
        padding-left:10px;
        padding-right:10px;
    }
}

.narrow200{
    width: 200px !important;
    height: 200px !important;
}
.wide200{
    width: 406px !important;
    height: 200px !important;
}

.card{
    border: 2px solid #ccc !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Scrollable Cards Container */
.cards-scroll-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding: 0 20px; /* Add padding to the sides */
}

.servicii .cards-wrapper {
    cursor: grab;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    width: calc(100% - 20px);
    margin: 0 auto; /* Center the wrapper */
    will-change: scroll-position; /* Hint to the browser for optimization */
}

.servicii .cards-wrapper:active {
    cursor: grabbing;
}

.cards-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

.card-container {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-bottom: 20px;
    margin-right: -10px; /* Add margin between cards */
}
/* Scroll Arrows */
.scroll-arrow {
    /*background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    background-color: white;
    border: none;
    color: black;
    font-size: 24px;
    font-weight:700;
    padding: 10px 15px; /* Slightly larger padding for better click area */
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Circular buttons */
    transition: background-color 0.3s ease; /* Smooth hover effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.galerie .swiper-wrapper {
    display: flex;
    flex-wrap: wrap; /* Ensure slides wrap correctly */
}

.galerie .swiper-slide {
    flex: 0 0 auto;
    overflow: hidden; /* Prevent content from overflowing */
    border-radius: 6px; /* Match card border radius */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Match card shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth hover effect */
    border: 2px solid #ccc !important;
    margin:3px !important;
}

/*.scroll-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker on hover 
}
*/

.swiper [class^="swiper-button-"]::after{
    font-size: 25px;
    font-weight: bold;
    width:auto;
    color: black;
}

.swiper-button-next{
    margin-right:5px !important;
}
.swiper-button-prev{
    margin-left:5px !important;
}


.swiper .swiper-button-prev::after{
    transform: translateX(-2px);
}
.swiper .swiper-button-next::after{
    transform: translateX(2px);
}

/* Style for navigation buttons */
.swiper-button-prev,
.swiper-button-next {
    background-color: white !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 5px; /* Increase padding for larger buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px !important; /* Fixed width */
    height: 50px !important; /* Fixed height */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.688);
}

/* Hover effect for buttons */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: translateY(-50%) scale(1.1); /* Slightly enlarge on hover */
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

/* Icon styling */
.swiper-button-prev i,
.swiper-button-next i {
    color: #fff; /* White color for icons */
    font-size: 24px; /* Increase icon size */
}

.navbar-container {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    position: sticky;
    top: 0;
    z-index: 1050; /* Ensure navbar stays on top */
    font-size:18px;
}

.navbar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#navbarDropdown{
    display: block;
}

.navbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; /* Ensure all items stay in one row */
    height: 60px; /* Fixed height for the navbar */
}

.navbar-items-right {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between items */
    flex-shrink: 1; /* Allow shrinking if necessary */
}

.navbar-item {
    white-space: nowrap; /* Prevent text wrapping */
    flex-shrink: 0; /* Prevent shrinking */
    margin: 0 5px; /* Add small left-right margins between items */
}

.navbar-dropdown.visible {
    display: block !important; /* Show when items overflow */
}

#titleTextIcon{
    font-size: 22px;
}

.dropdown-menu li {
    list-style: none;
    padding: 5px 0;
    white-space: nowrap; /* Prevent text wrapping in dropdown items */
}

/* Ensure dropdown items are displayed vertically */
.dropdown-menu {
    display: flex;
    flex-direction: column;
}

.navbar-dropdown {
    position: relative;
    z-index:1050;
}

.dropdown-menu {
    position: absolute;
    top: 100%; /* Position the dropdown directly below the button */
    left: 0; /* Align the dropdown to the left side */
    z-index: 1051; /* Ensure it's higher than the navbar and other elements */
    display: none; /* Initially hidden */
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Gallery Section Enhancements */
.galerie {
    overflow:hidden;
    /* padding: 40px 0; Add padding for better spacing */
}

.galerie .container{
    background-color: #f4f3ee;  /*Background color for the section */
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
    max-height:650px;
}

/* Gallery Image */
.galerie .gallery-pic {
    width:100%;
    height:100%;
    object-fit: cover; /* Maintain aspect ratio */
}

.galerie .swiper-slide:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
    transform:scale(1.03);
}


/* Gallery Scroll Container */
.galerie .cards-scroll-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding: 0 20px; /* Add padding to the sides */
}

.galerie .cards-wrapper {
    display: flex;
    flex-direction: column; /* Stack rows vertically */
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px 0;
    width: calc(100% - 20px);
    margin: 0 auto; /* Center the wrapper */
}

.galerie .cards-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}

/* Scroll Arrows */
.galerie .scroll-arrow {
    background-color: white;
    border: none;
    color: black;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.galerie .left-arrow {
    left: 20px;
}

.galerie .right-arrow {
    right: 20px;
}

.contact .container{
    max-width:1250px;
    background-color: #f4f3ee;  /*Background color for the section */
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.contact-info{
    padding: 20px 28px;
    font-weight: 300;
    font-size: 1.375rem;
}

.contact .btn{
    font-size:18px;
}

.contact ul{
    padding:0px;
}

.contact li{
    cursor:pointer;
}

.contact li:hover{
    background-color: #dee2e6;
    .copy-icon{
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding:10px;
        border: 2px solid #ccc;
    }
}

#contactUsefulLinks:hover{
    background-color: white;
    cursor:auto;
}

.copy-icon {
    display:none !important;
    background-color: white !important;
    border-radius: 6px !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.688);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}
.copy-icon:active {
    transform: scale(0.9);
}
.tooltip {
    visibility: hidden;
    position: absolute;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.688);
}

.tooltip.show {
    visibility: visible;
    opacity: 1;
}

.star-container {
    position: relative;
    height:16px;
    width:16px;
}

.gray-star {
    position: absolute;
    left: 0;
    margin:auto;
    height:16px;
    width:16px;
    color: #999; /* Gray for the unfilled part */
    z-index: 1; /* Behind the white star */
}

.white-star {
    position: absolute;
    left: 0;
    height:16px;
    width:16px;
    color: white; /* White for the filled part */
    z-index: 2; /* On top of the gray star */
    mask-image: linear-gradient(to right, white 0%, white 0%, transparent 0%); /* Initially fully transparent */
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    transition: mask-image 0.3s ease; /* Smooth transition for partial fill */
}

.contact-content {
    display: flex; /* Align ul and image horizontally */
    align-items: stretch; /* Ensure both elements have the same height */
    gap: 0; /* No gap between ul and image */
}

.contact ul{
    height: 340px;
}

.contact-image {
    opacity:0.90;
    filter:brightness(0.65);
    flex: 1; /* Allow the image to take up remaining space */
    object-fit:cover; /* Ensure the image covers the area */
    width: calc(100% - 450px) !important; /* Ensure the total width of ul + image doesn't exceed 100% */
    max-height:340px;
    aspect-ratio: 16/9;
    margin-bottom: 0.75rem;
}

/* Responsive behavior for viewports below 768px */
@media (max-width: 768px) {
    .contact-content {
        flex-direction: column; /* Stack ul and image vertically */
    }

    .contact-image {
        width: 100% !important; /* Full width */
        max-width: 450px; /* Remove the max-width restriction */
        margin-top: 0px !important; /* Add some space between the ul and the image */
    }
    .contact ul{
        margin-bottom:0px !important;
    }
    .star-container span{
        top:2px;
    }
}