@font-face {
    font-family: 'CameraPlainVariable';
    src: url('https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #c38822;
    --secondary: #faf8f5;
    --text-color: #7E7367;

}

html,
body {
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}


#mainNavbar {
    transition: background-color 0.3s, box-shadow 0.3s;
}

li>a {
    letter-spacing: .025em !important;
}

#mainNavbar .container {
    justify-content: space-between !important;
}

#hero{
  position: relative;
  overflow: hidden;
}

#hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(20, 15, 12, 0.20) 0%,
      rgba(20, 15, 12, 0.55) 100%
    );
  z-index: 1;
  pointer-events: none;
}

/* siguro që kontenti i hero-s të jetë mbi overlay */
#hero .container{
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  #hero{
    background-position: center top !important; /* ose center center */
    background-size: cover !important;
  }
}


#mainNavbar .container {
    padding-left: 4rem;
    padding-right: 4rem;
}


/* HERO - mobile fix (pak ma i madh) */
@media (max-width: 576px) {
  
  #hero .second-line{
    font-size: 38px;          /* 32 -> 38 */
    line-height: 1.12;
    margin-bottom: 14px;
  }

  

  #hero .scroll-text{
    font-size: 13px;
    bottom: 18px;
  }
}


.nav-link {
    color: var(--secondary);
    font-family: sans-serif;
    font-size: 14px;
    justify-content: space-between;
    letter-spacing: 0.025em;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--primary);
    font-family: sans-serif;
    font-size: 14px;
    justify-content: space-between;
}

.logo-white {
    filter: brightness(0) invert(1);
}

.section-1 {
    margin-top: 5% !important;
}

.bg-header {
    background-color: #f0efeb !important;
}

.nav-link-scroll {
    color: #2a2622;
}











.legacy-section {
    background-color: var(--secondary);
}

#hero .container {
    background: transparent;
    max-width: 900px;
}


.legacy-section .container {
    max-width: 1200px;
    margin: 0 auto;
}


.legacy-section {
    padding: 80px 0;
}

.section-header {
    font-size: .875rem;
    line-height: 2rem;
    letter-spacing: .3em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 20px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--dark-text);
    margin-bottom: 40px;
    line-height: 1.3;
}

.title-underline {
    width: 80px;
    height: 1px;
    background-color: var(--primary);
    margin-bottom: 40px;
}

.description-text {
    font-size: 18px;
    line-height: 1.625;
    color: var(--text-color);
    margin-bottom: 25px;
    font-family: sans-serif;
}

.image-container {
    position: relative;
}

.image-container img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
    border-radius: 3px;
    z-index: 1;
    /* Foto në nivel 1 */
}

/*.image-frame {*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: -20px;*/
/*    width: 130px;*/
/*    height: 130px;*/
/*    border: 2px solid var(--primary);*/
/*    pointer-events: none;*/
/*    border-radius: 3px;*/
/*    z-index: 2;*/
    /* Frame mbi foto */
/*}*/

.stats-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #E5E3DF;
}

.stat-item {
    text-align: center;
    padding: 0 15px;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 0.25rem;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: var(--text-color);
    letter-spacing: 1px;
    font-family: sans-serif;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 36px;
    }

    .hotel-name {
        font-size: 28px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-item {
        margin-bottom: 30px;
    }

    .legacy-section {
        padding: 50px 0;
    }
}

.book-now {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: black;
    letter-spacing: .025em;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 14px;
    border-radius: 3px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 11px;
    padding-bottom: 11px;
}

.book-now:hover,
.book-now:focus,
.book-now:active,
.book-now.clicked {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: black !important;
    outline: none !important;
    box-shadow: none !important;
}


.book-now-scroll {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    letter-spacing: .025em;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 14px;
    border-radius: 3px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 11px;
    padding-bottom: 11px;
}

.book-now-scroll:hover,
.book-now-scroll:focus,
.book-now-scroll:active,
.book-now-scroll.clicked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

.book-now:hover,
.book-now:focus,
.book-now:active,
.book-now.clicked {
    background-color: #ede9e1 !important;
    border-color: #ede9e1 !important;
    color: #2a2622 !important;
    outline: none !important;
    box-shadow: none !important;
}

.top-hotel-name {
    font-size: 17px !important;
    line-height: 1.5rem;
    color: #faf8f5cc;
    letter-spacing: .4em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: CameraPlainVariable;
}

.second-line {
    font-size: 4.5rem;
    line-height: 1;
    color: #faf8f5;
    font-weight: 500;
    font-family: Playfair Display, Georgia, serif;
    margin-bottom: 1.5rem;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #faf8f5cc;
    font-weight: 300;
    margin-bottom: 2.5rem;
    font-family: CameraPlainVariable;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 45px !important;
}

.reserve-your-stay {
    letter-spacing: 0.025em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    padding: 15px 45px;
    background-color: #faf8f5;
    border-color: #faf8f5;
    border-radius: 2px;
    color: #2a2622;
    font-family: sans-serif;
}

.reserve-your-stay:hover,
.reserve-your-stay:focus,
.reserve-your-stay:active,
.reserve-your-stay.clicked {
    letter-spacing: 0.025em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    padding: 15px 45px;
    background-color: #faf8f5e6;
    border-color: #faf8f5e6;
    border-radius: 2px;
    color: #2a2622;
    font-family: sans-serif;
}

.explore-rooms {
    letter-spacing: 0.025em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    padding: 15px 45px;
    background-color: #faf8f500;
    border-color: #faf8f5;
    border-radius: 2px;
    color: #faf8f5e6;
    font-family: sans-serif;
}

.explore-rooms:hover,
.explore-rooms:focus,
.explore-rooms.active,
.explore-rooms.clicked {
    letter-spacing: 0.025em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    padding: 15px 45px;
    background-color: hsl(40deg 30% 97% / 10%);
    border-color: #faf8f5;
    border-radius: 2px;
    color: #faf8f5e6;
    font-family: sans-serif;
}

.scroll-text {
    padding-top: 7%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #faf8f599;
    font-size: 12px;
    font-family: sans-serif;
    padding-bottom: 10px;
}

.scroll-text::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    /* Shto këtë - sa më negativ, aq më poshtë */
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, currentColor, transparent);
}



/* Rooms Section */
.rooms-section {
    background-color: #f5f3ee;
    padding: 80px 0;
}

.section-subtitle {
    font-size: 14px;
    letter-spacing: .3em;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: sans-serif;
}

.section-title {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    color: #2a2622;
    margin-bottom: 20px;
    font-weight: 400;
}

.section-description {
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.75rem;
    font-family: sans-serif;
}

/* Room Card */
.room-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

/* Image with Zoom Effect */
.room-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.room-card:hover .room-image {
    transform: scale(1.1);
}

/* Price Badge */
.room-price {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #faf8f5e6;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    font-family: "Playfair Display", Georgia, serif;
}

.room-price small {
    font-size: .75rem;
    line-height: 1rem;
    color: #7E7367;
    font-family: sans-serif;
}

/* Room Content */
.room-content {
    padding: 20px;
}

.room-title {
    font-size: 20px;
    line-height: 1.75rem;
    font-family: "Playfair Display, Georgia, serif";
    color: #2a2622;
    margin-bottom: .5rem;
    font-weight: 500;
}

.room-description {
    font-size: 14px;
    color: #7E7367;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 45px;
    font-family: sans-serif;
}

/* Room Features */
.room-features {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.feature-item {
    font-size: .75rem;
    line-height: 1rem;
    background-color: #ece7df;
    display: flex;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 3px;
}

/* Book Now Button */
.btn-book-now {
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    border: 2px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-book-now:hover {
    background-color: var(--primary);
    color: white;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }

    .room-features {
        flex-wrap: wrap;
    }
}



/* Services Section */
.services-section {
    background-color: #faf8f5;
    padding: 120px 0px;
}

.section-subtitle {
    font-size: 14px;
    letter-spacing: .3em;
    color: #c38822;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: sans-serif;
}

.section-title {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    color: #2a2622;
    margin-bottom: 20px;
    font-weight: 400;
}

.section-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #7E7367;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: sans-serif;
}

/* Service Card */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Service Image */
.service-image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image {
    transform: scale(1.1);
}

/* Overlay */
.service-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.2) 100%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-title {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: #faf8f5;
    margin-bottom: 8px;
    font-weight: 500;
}

.service-subtitle {
    font-size: 14px;
    color: #faf8f5cc;
    margin: 0;
    letter-spacing: 1px;
    font-family: sans-serif;
}

/* Description Cards */
.service-description-card {
    padding: 5px 5px;
    margin-top: 0% !important;
}

.service-text {
    font-size: 16px;
    color: #7E7367;
    line-height: 1.625rem;
    margin: 0;
    text-align: left;
    font-family: sans-serif;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 36px;
    }

    .service-image-wrapper {
        height: 350px;
    }

    .service-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }

    .service-image-wrapper {
        height: 300px;
    }

    .service-title {
        font-size: 24px;
    }

    .service-overlay {
        padding: 25px 20px;
    }
}



/* Amenities Section */
.amenities-section {
    background-color: #2a2622;
    padding: 120px 0;
}

.amenities-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #e6cc99;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.amenities-title {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
}

.amenities-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 0;
    font-family: sans-serif;
}

/* Amenity Card */
.amenity-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 15px 30px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
}

.amenity-card:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-top-color: rgba(195, 136, 34, 0.3);
    border-right-color: rgba(195, 136, 34, 0.3);
    border-bottom-color: rgba(195, 136, 34, 0.3);
    border-left-color: rgba(195, 136, 34, 0.3);
}

/* Amenity Icon */
.amenity-icon {
    display: flex;
    font-size: 2rem;
    color: #c38822;
    margin-bottom: 1rem !important;
}

.amenity-icon i {
    display: block;
}

/* Amenity Title */
.amenity-title {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: #faf8f5;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Amenity Description */
.amenity-description {
    font-size: 13px;
    color: #faf5f899;
    line-height: 1.7;
    margin: 2px;
    font-family: sans-serif;
}

/* Responsive */
@media (max-width: 991px) {
    .amenities-section {
        padding: 80px 0;
    }

    .amenities-title {
        font-size: 36px;
    }

    .amenity-card {
        padding: 35px 25px;
    }

    .amenity-icon {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .amenities-section {
        padding: 60px 0;
    }

    .amenities-title {
        font-size: 28px;
    }

    .amenity-card {
        padding: 30px 20px;
    }

    .amenity-icon {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .amenity-title {
        font-size: 18px;
    }
}

/* Contact Section */
.contact-section {
    background-color: #f0ebe6;
    padding: 120px 0px;
}

.contact-subtitle {
    font-size: 14px;
    letter-spacing: .3em;
    color: #c38822;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: sans-serif;
}

.contact-title {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    color: #2a2622;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-description {
    font-size: 18px;
    color: #7E7367;
    line-height: 1.7;
    margin-bottom: 0;
    font-family: sans-serif;
}

/* Contact Details */
.contact-details {
    margin-top: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: #ece1d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 20px;
}

.contact-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2a2622;
    margin-bottom: 5px;
}

.contact-text p {
    font-size: 16px;
    color: #7E7367;
    margin: 0;
    line-height: 1.6;
    font-family: sans-serif;
}

/* Contact Form */
.contact-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-title {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: #2a2622;
    margin-bottom: 25px;
    font-weight: 500;
}

.form-label {
    font-size: 13px;
    color: #2a2622;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #e8e6e1;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
    color: var(--primary);
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #c9a961;
    box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.1);
    outline: none;
}

.form-control::placeholder {
    color: #b8b5b1;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #b89851;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(201, 169, 97, 0.3);
}

/* Map Section */
.map-wrapper {
    margin-top: 60px;
}

.map-title {
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    color: #2a2622;
    font-weight: 400;
}

.map-subtitle {
    font-size: 16px;
    color: #7E7367;
}

.map-container {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-title {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding: 30px;
        margin-top: 30px;
    }

    .map-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-form-wrapper {
        padding: 25px;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}



.footer {
    background-color: #2a2622;
    color: #a8a8a8;
    padding: 60px 0 30px;
}

.footer-brand>img {
    margin-bottom: 20px;
    max-width: 270px;
    height: 60px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.625;
    margin-bottom: 25px;
    max-width: 270px;
    color: #faf8f599;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a8a8a8;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    border-color: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer-title {
    color: #faf8f5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
    font-family: sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #faf8f599;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #faf8f599;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-links a:hover {
    color: #fff;
}

.room-types-list {
    list-style: none;
    padding: 0;
}

.room-types-list li {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.contact-info p {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #faf5f899;
    font-weight: 500;
}

.footer-bottom a {
    color: #faf5f899;
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-logo {
    height: 60px;
    width: auto;
    /* ruan raportin */
    max-width: 140px;
    opacity: 0.9;
}



/* MOBILE FIX */
@media (max-width: 991.98px) {

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        height: 40px;
        /* UL madhësinë e logos */
        width: auto;
        display: block;
    }

    .navbar-toggler {
        margin-left: auto;
        /* e shtyn hamburger djathtas */
    }

}


/* Butoni */
.navbar-toggler {
    border: none;
    background: transparent;
    padding: 8px;
    box-shadow: none !important;
}

/* Hiq ikonën default */
.navbar-toggler-icon {
    background-image: none;
    width: 26px;
    height: 2px;
    background-color: var(--primary);
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Vijat sipër & poshtë */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: var(--primary);
    left: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}

/* Kur menu është hapur (Bootstrap shton .collapsed kur është mbyllur) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}


@media (max-width: 991.98px) {

    /* rreshti 1: logo majtas, hamburger djathtas */
    #mainNavbar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    #mainNavbar .navbar-brand {
        margin: 0;
        min-width: 0;
    }

    #mainNavbar .navbar-brand img {
        height: 40px;
        width: auto;
        max-width: 70vw;
        display: block;
    }

    /* menu poshtë */
    #mainNavbar .navbar-collapse {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 12px;
    }

    /* background i bardhë transparent vetëm kur hapet */
    #mainNavbar .navbar-collapse.show {
        background: rgba(255, 255, 255, 0.78);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 14px 14px 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    #mainNavbar .nav-link {
        color: #2a2622;
        padding: 10px 0;
    }
}

.room-thumbs .thumb-btn{
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  width: 86px;
  height: 62px;
  flex: 0 0 auto;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.room-thumbs .thumb-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.room-thumbs .thumb-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Mobile pak ma të mëdha */
@media (max-width: 576px){
  .room-thumbs .thumb-btn{ width: 92px; height: 66px; }
}