@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
      font-family: 'Poppins', sans-serif;
    }
    .top-bar {
  font-size: 0.9rem;
  background-color: #E4C58F; /* Ngjyra e dëshiruar */
  color: #333;
}

.top-bar .contact-item i {
  font-size: 1.1rem;
  color: #333;
}

.top-bar .contact-item span {
  user-select: none;
}

/* Nëse dëshiron, mund ta bësh më të vogël tekstin ose të ndryshosh spacing */


    .navbar-custom {
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .navbar-custom .nav-link {
      color: #333;
      font-weight: 500;
      position: relative;
      transition: all 0.3s ease;
    }

    /* Efekti i vijës poshtë */
    .navbar-custom .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background-color: #333;
      transition: width 0.3s ease;
    }

    .navbar-custom .dropdown-menu {
      border-radius: 10px;
      padding: 8px 0;
      min-width: 150px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      border: none;
    }

    .navbar-custom .dropdown-menu .dropdown-item {
      padding: 8px 16px;
      font-weight: 500;
      color: #333;
      transition: background-color 0.2s ease, color 0.2s ease;
      border-radius: 5px;
    }
    .navbar-custom .dropdown-menu .dropdown-item:hover {
      background-color: #f2f2f2;
      color: #000;
    }

    .navbar-custom .dropdown-item:hover {
      background-color: #f0f0f0;
    }

    .navbar-custom .nav-link:not(.no-underline)::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 0;
     height: 1px;
     background-color: #333;
     transition: width 0.3s ease;
    }

    .navbar-custom .nav-link:not(.no-underline):hover::after,
    .navbar-custom .nav-link:not(.no-underline):focus::after {
     width: 100%;
    }

    .navbar-custom .nav-link.no-underline::after {
      display: none;
    }


    /* Butoni Book Now më i errët */
    .btn-book {
      background-color: #774c06;
      color: #fff;
      font-weight: 600;
      border-radius: 25px;
      padding: 6px 18px;
      transition: all 0.3s ease;
      border: none;
    }

    .btn-book:hover {
      background-color: #8d6a2a;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .navbar-brand {
      font-weight: 600;
      font-size: 24px;
      color: #333;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }
    .dropdown-arrow {
      font-size: 0.8em;
      margin-left: 5px;
      vertical-align: middle;
      display: inline-block;
      transition: transform 0.3s ease;
    }
    .top-bar {
      background-color: rgb(166, 106, 9) !important;
      color: #fff; /* Për të bërë tekstin dhe ikonat bardhë për kontrast */
    }
    .carousel-item {
  position: relative;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* errësimi - mund ta bësh më të errët me 0.5 ose 0.6 */
  z-index: 1;
}

.welcome-container {
  z-index: 2; /* Sigurohemi që teksti të jetë sipër overlay-it */
}

    .custom-carousel {
  width: 100%;
  max-width: 100vw;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.custom-carousel .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

/* Overlay welcome container */
.welcome-container h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
  margin-bottom: 0.5rem;
}

.welcome-container h3 {
  font-family: 'Gilda Display', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #f0e6d2;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
  letter-spacing: 2px;
}


.drop-down {
  opacity: 0;
  transform: translateY(-40px);
  animation: dropDown 1s ease-out forwards;
}

.drop-down:nth-child(1) { animation-delay: 0.3s; }
.drop-down:nth-child(2) { animation-delay: 0.5s; }
.drop-down:nth-child(3) { animation-delay: 0.7s; }

@keyframes dropDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Navbar Book Now style */
.btn-book {
  background-color: #774c06;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
  transition: background-color 0.3s ease;
  white-space: normal;
  display: inline-block;
  max-width: none;
  text-align: center;
  overflow: visible;
  text-overflow: unset;
}

.btn-book:hover {
  background-color: #5a3804;
  color: white;
}
.about-section {
  background: linear-gradient(135deg, #fefefe 0%, #f9f9f9 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-text h2 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #774c06;
  margin-bottom: 1.2rem;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.8rem;
  font-family: 'Roboto', sans-serif;
}

.btn-about {
  background-color: #774c06;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.btn-about:hover {
  background-color: #5a3804;
  color: #fff;
  text-decoration: none;
}

.about-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(119, 76, 6, 0.3);
  transition: transform 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(119, 76, 6, 0.5);
}

.about-image img {
  max-width: 70%;     /* Zvogëlon gjerësinë në 70% të kolonës */
  height: auto;       /* Ruaj përmasat */
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(119, 76, 6, 0.3);
  transition: transform 0.4s ease;
  display: block;
  margin-left: -10px;  /* E vendos në të djathtë (nëse don me lënë bosh në majtë) */
}

@media (max-width: 768px) {
  .about-image img {
    max-width: 100%;  /* Në mobile bëhet plotë */
    margin: 20px auto 0 auto; /* Qendrohet me margin */
  }
}


.facilities-section {
  padding-top: 100px;
  padding-bottom:100px; /* ✅ Kjo krijon hapësirë poshtë */
  color: #333;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/photo-chrom.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.facilities-section h2 {
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  color: #774c06;
}


.facility-card {
  padding: 25px 35px; /* rrit pak padding për t’u dukur më e madhe */
  border-radius: 15px;
  background: #fff;
  transition: transform 0.3s ease;
  cursor: default;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transform: translateY(30px);
}

.facilities-cards {
  gap: 30px; /* ose 40px për më shumë hapësirë */
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}


.facility-card:hover {
  transform: scale(1.1) translateZ(30px);
  z-index: 20;
}

.facility-icon {
  font-size: 2rem; /* ikona më e madhe për kartat më të mëdha */
  color: #774c06;
  margin-bottom: 10px;
}

.facility-card p {
  margin: 0;
  font-weight: 600;
  font-size: 1.1rem;
}
.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg); /* për të lexuar nga lart-poshtë */
  text-align: center;
  color: #774c06;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.vertical-line {
  margin-top: 10px;
  text-transform: uppercase;
}

.vertical-hr {
  height: 80px;
  width: 2px;
  background-color: #774c06;
  border: none;
  margin: 0 auto;
}

.restaurant-section h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  color: #333;
}

.faq-section .accordion-button {
  background-color: #fff;
  color: #774c06;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  border: none;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #f5f1ea;
  color: #5a3804;
}

.faq-section .accordion-body {
  font-family: 'Roboto', sans-serif;
  color: #444;
}
footer {
  width: 100%;
  background-color: #1f1401;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
}

.footer-link {
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline; /* opsionale në hover */
}
.footer-nav a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-nav a:hover {
  text-decoration: underline;
}
.section-bg2 h1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.section-bg2 h1.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-bg2 {
  width: 100%;
  position: relative;
  background: url('/img/kitchen.jpg') center center / cover no-repeat;
  color: white; 
  padding: 60px 0; 
  overflow: hidden;
}

/* Overlay i zi me transparencë */
.section-bg2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* hije e zezë me opacity 0.4 */
  z-index: 1;
}


.section-bg2 .container {
  position: relative;
  z-index: 2;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  margin-top: 60px;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 150px);
  gap: 20px;
}

/* Dy foto horizontale (majtas) dhe një vertikale (djathtas) */
.about-images .horizontal {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.about-images .vertical {
  grid-row: span 2;
  width: 100%;
  height: 310px; /* dy herë sa horizontalet + gap */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.about-images img:hover {
  transform: scale(1.05);
}

.about-text h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #774c06;
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-text h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #774c06;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.about-images {
  display: grid;
  grid-template-columns: 1fr 1fr; /* dy kolona */
  grid-template-rows: repeat(2, 150px); /* dy rreshta me nga 150px lartësi secili */
  gap: 20px;
}

/* Fotot 1 dhe 2 - në kolonën e parë, njëra poshtë tjetrës */
.about-images .horizontal:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.about-images .horizontal:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Fotoja 3 vertikale - në kolonën e dytë, e gjatë */
.about-images .vertical {
  grid-column: 2 / 3;
  grid-row: 1 / 3; /* zgjat dy rreshta */
  width: 100%;
  height: 310px; /* 2*150 + 20px gap */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.about-images img:hover {
  transform: scale(1.05);
}


/* Responsive për mobile */
@media (max-width: 768px) {
  .about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-images {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .about-images .vertical {
    grid-row: auto;
    height: 150px;
  }
  .about-text h1 {
    font-size: 1.8rem;
  }
}
.about-images, .about-text {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.about-images.visible {
  opacity: 1;
  transform: translateX(0);
}

.about-text.visible {
  opacity: 1;
  transform: translateX(0);
}


/*Testimonails*/

.testimonials-section {
  padding: 100px 20px;
  background: linear-gradient(to right, #fff6e5, #fff);
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}

.testimonials-left {
  flex: 1;
}

.testimonials-left h4 {
  font-size: 1rem;
  color: #d49a00;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonials-left h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
}

.testimonial-main-img {
  width: 100%;
  max-width: 320px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Carousel Area */
.testimonials-carousel {
  flex: 1;
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.testimonial-slide {
  position: absolute;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  width: 100%;
}

.testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.testimonial-content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  max-width: 500px;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.testimonial-content p {
  font-size: 1.1rem;
  font-style: italic;
  color: #444;
  margin-bottom: 15px;
}

.testimonial-content h5 {
  color: #774c06;
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .testimonial-main-img {
    margin-bottom: 20px;
  }
}
.testimonial-intro {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  max-width: 500px;
  margin-top: 15px;
}

/* Hero Section - full width */
.hero-section {
  position: relative;
  width: 100vw;
  max-width: 100vw; 
  height: 400px; 
  background: url('/img/peisazh.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* për siguri */
  margin: 0; /* hiq marginat */
  padding: 0; /* hiq paddings */
  left: 0; /* nëse ndonjë pozicionim e nxjerr jashtë */
}

/* Hero overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* hije e zezë */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Hero content */
.hero-content {
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 0 20px; /* pak padding për mobile */
  max-width: 900px;
  width: 100%;
}

/* Fix body/html margin to zero, për të mos krijuar hapësira */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* parandalon skrol horizontal */
}
.sections-bg2 h1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sections-bg2 h1.visible {
  opacity: 1;
  transform: translateY(0);
}

.sections-bg2 {
   position: relative;
  width: 100%;
  background: url('/img/tropikal.jpg') center center / cover no-repeat;
  color: white; 
  padding: 60px 0; 
  overflow: hidden;
  
}
.sections-bg2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* hije e zezë me transparencë */
  z-index: 1;
}
.sections-bg2 .container {
  position: relative;
  z-index: 2; /* që të jetë mbi hijen */
}

/* Overlay i zi me transparencë */
.sections-bg2 h1 {
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  animation: dropdown 0.6s ease forwards;
  animation-delay: 0.3s; /* vonesë për të qenë pak më natyral */
 
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.gallery-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
}

.gallery-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #774c06;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6); /* hije më e fortë dhe më e zezë */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.85); /* hije më e madhe dhe më e errët në hover */
}
.rooms-bg2 h1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.rooms-bg2 h1.visible {
  opacity: 1;
  transform: translateY(0);
}

.rooms-bg2 {
  width: 100%;
  position: relative;
  background: url('/img/room1.jpg') center center / cover no-repeat;
  color: white; 
  padding: 75px 0; 
  overflow: hidden;
  
}
.rooms-bg2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100px; /* lartësia e hijes së sipërme */
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
  z-index: 1;
}

/* Overlay i zi me transparencë */
.rooms-bg2 h1 {
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  animation: dropdown 0.6s ease forwards;
  animation-delay: 0.3s; /* vonesë për të qenë pak më natyral */
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Seksioni i kartave të dhomave */
.room-cards {
  padding: 50px 20px;
  background-color: #f9f9f9;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
}

.room-cards .container {
  max-width: 1200px;
  margin: 0 auto;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.room-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  text-align: center;

  /* Efekti në fillim */
  opacity: 0;
  transform: translateY(40px);
}

/* Kur duken (aktivizohet nga JavaScript) */
.room-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

.room-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.room-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #ddd;
}

.room-card h3 {
  margin: 15px 0 10px;
  color: #774c06;
  font-weight: 700;
  font-size: 1.4rem;
}

.room-card p {
  padding: 0 15px 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}  

.section-contact-bg2 h1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.section-contact-bg2 h1.visible {
  opacity: 1;
  transform: translateY(0);
}


.section-contact-bg2 {
  width: 100%;
  position: relative;
  background: url('/img/contact1.jpg') center center / cover no-repeat;
  color: white; 
  padding: 60px 0; 
  overflow: hidden;
}

/* Overlay i zi me transparencë */
.section-contact-bg2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* hije e zezë me opacity 0.4 */
  z-index: 1;
}


.section-contact-bg2 .container {
  position: relative;
  z-index: 2;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.contact-box {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

.contact-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  min-height: 500px; /* rregulloje sipas dizajnit tënd */
}

.contact-map {
  flex: 1 1 50%;
  min-height: 500px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contact-info {
  flex: 1 1 50%;
  background-color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info h2 {
  color: #774c06;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 15px;
}

.btn-contact-book {
  margin-top: 30px;
  background-color: #774c06;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn-contact-book:hover {
  background-color: #5a3804;
}

/* Responsive për mobile */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
  .contact-image {
    height: 250px;
  }
}
.contact-box {
  padding: 60px 20px;
  background-color: #f9fafb;
  font-family: 'Inter', sans-serif;
}

.contact-content {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
  border: 1.5px solid #e1e5ea;
  overflow: hidden;
  background-color: white;
  transition: transform 0.4s ease;
}

.contact-content:hover {
  transform: translateY(-10px);
  border-color:#5a3804 ; /* ngjyra blu e lehtë */
  box-shadow: inset 0 0 12px 3px rgba(79, 70, 229, 0.15);
}

.contact-image {
  flex: 1;
  background: url('/img/living-room1.jpg') center center / cover no-repeat;
  min-height: 400px;
  transition: transform 0.5s ease;
}

.contact-image:hover {
  transform: scale(1.08);
}

.contact-info {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  border-left: 1.5px solid #e1e5ea;
}

.contact-info.visible {
  opacity: 1;
  transform: translateX(0);
}

.contact-info h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color:#131111 ;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.125rem;
  color: #0e0d0d;
  margin-bottom: 20px;
}
.contact-info svg {
  flex-shrink: 0;
}


.book-now {
  margin-top: 40px;
  padding: 14px 36px;
  background: linear-gradient(90deg, #6366f1 0%, #4338ca 100%);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 25px;
  transition: background 0.4s ease;
  align-self: flex-start;
}

.book-now:hover {
  background: linear-gradient(90deg, #4338ca 0%, #6366f1 100%);
}

@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }

  .contact-info {
    border-left: none;
    border-top: 1.5px solid #e1e5ea;
    padding: 30px 20px;
  }

  .contact-image {
    min-height: 300px;
  }
}
.book-now-btn {
  display: inline-block;
  background-color: #5a3804;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  margin-top: 15px;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.2s ease;
}

.book-now-btn:hover {
  background-color: #774c06;
  transform: translateY(-2px);
}

.room-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-card:hover {
  transform: translateY(-5px);
}

.card-footer {
  margin-top: 20px;
  text-align: center;
}
 
.carousel1{
  background: url('/img/room1.jpg' ), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 80vh;
}
.carousel2{
  background: url('/img/kitchen.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 80vh;
}
.carousel3{
  background: url('/img/2.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height:80vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 15.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff ;
  text-align: center;
}
.carousel-caption h1{
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 80px !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
    min-height: auto;
  }

  .contact-map,
  .contact-info {
    flex: 1 1 100%;
    min-height: 300px;
  }

  .contact-info {
    padding: 20px 15px;
  }

  .contact-info h2 {
    font-size: 1.8rem;
  }

  .contact-info p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .contact-map {
    min-height: 200px;
  }

  .contact-info h2 {
    font-size: 1.5rem;
  }

  .contact-info p {
    font-size: 0.9rem;
  }
}