@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(to right, #f9f9f9, #eef3f9) !important;
  text-decoration: none !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

/* ------------------ Navbar ------------------ */
nav {
  background: rgba(0, 0, 0, 0.445);
  backdrop-filter: blur(4px);
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  font-family: "Raleway", sans-serif !important;
}
.logoo {
  height: 100px;
  cursor: pointer;
}
nav ul {
  float: right;
  margin-right: 40px;
  margin-top: 3px;
  text-decoration: none !important;
}
nav ul li {
  display: inline-block;
  line-height: 100px;
  margin: 0 3px;
}
nav ul li a {
  color: white;
  font-size: 15px;
  padding: 7px 11px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.5s;
  text-decoration: none !important;
}
.social-iconn {
  color: white;
  margin-left: 3px;
  font-size: 17px;
  transition: all 0.3s;
}
.insta {
  margin-left: 20px;
}
.book-noww {
  margin-left: 11px;
  display: inline;
  height: 78.4px !important;
  width: 160.43px !important;
  padding: 1.5rem 2.2rem !important;
  background-color: transparent !important;
  line-height: 1.2rem !important;
  border-style: solid !important;
  border-width: 6px !important;
  border-color: #fafafa !important;
  border-radius: 0.5rem !important;
  transition: all 0.3s linear !important;
  text-align: center;
  color: white !important;
  font-size: 17px !important;
  text-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0em !important;
  font-family: "Raleway", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.book-noww:hover {
  background-color: white !important;
  color: #000000 !important;
}
nav ul li a:hover {
  background: rgba(255, 255, 255, 0.179) !important;
  color: white !important;
}
.social-iconn:hover {
  color: rgba(255, 255, 255, 0.923);
}
.checkbtn {
  font-size: 22px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 30px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
@media (max-width: 1050px) {
  label.logo {
    padding-left: 30px;
  }
  nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  .checkbtn {
    display: block;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50 !important;
    top: 100px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    z-index: 9;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    text-align: center;
  }
  nav ul li a {
    font-size: 20px;
  }
  a:hover,
  a.active {
    background: none !important;
    /* color: #0082e6 !important; */
  }
  #check:checked ~ ul {
    left: 0;
  }
}
@media (max-width: 308px) {
  .logoo {
    width: 240px;
  }
}

.our-container {
  margin-top: 150px !important;
}
h1,
h2,
h3 {
  text-align: center;
  margin: 20px 0;
}

h1 {
  font-family: "Space Grotesk", sans-serif;
  color: #333 !important;
  font-size: 54px !important;
  letter-spacing: -1.7px !important;
  margin-bottom: 15px !important;
  font-weight: 650 !important;
  animation: fadeDown 1s ease-in-out !important;
}

h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: -0.6px;
  font-size: 2.35rem !important;
  margin-top: 75px !important;
  animation: fadeUp 1s ease-in-out !important;
}

.section-subtitle {
  font-size: 18.9px;
  font-family: "raleway", sans-serif;
  font-weight: 600;
  color: #666;
  max-width: 220px;
  margin: 0 auto;
   animation: fadeUp 1s ease-in-out !important;
}

.our-container h3 {
  margin-top: 40px !important;
  font-family: "raleway", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 600 !important;
  margin: 20px 0 10px;
  color: #444;
  text-align: left;
  padding-left: 5%;
  animation: fadeLeft 1s ease-in-out;
}

.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin: 20px 0 40px;
  animation: fadeIn 1.2s ease-in-out;
}

.image-row img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-row img:hover {
  transform: scale(1.08);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.5s ease-in-out;
}

.lightbox-content {
  margin-top: 50px !important;
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  animation: zoomIn 0.5s ease-in-out;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: red;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 790px) {
  .image-row img {
    width: 160px;
    height: 120px;
  }
}

@media (max-width: 500px) {
  .image-row img {
    width: 130px;
    height: 115px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
}


/* Footer Styles */
.footer {
  background-color: #f0f0f0 !important;
  padding: 40px 0 !important;
  margin-top: 50px !important;
  width: 100% !important;
}

.footer-content {
  display: flex !important;
  justify-content: space-between !important;
  max-width: 1250px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.footer-section {
  flex: 1 !important;
  padding: 0 15px !important;
}

.footer-section h3 {
  font-size: 1.8rem !important;
  font-family: "Space Grotesk", sans-serif !important;
  letter-spacing: -0.9px;
  font-weight: 600 !important;
  color: #000000 !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.footer-section i {
  margin-right: 9px !important;
  color: #3899d9 !important;
}

.footer-section p {
  color: #1c1c1c !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 550 !important;
  font-size: 1.15rem !important;
  margin-bottom: 5px !important;
}

.footer-section p b {
  letter-spacing: 0.5px !important;
}

.footer-section p a {
  color: #171717;
  text-decoration: none !important;
  transition: 0.3s ease !important;
}

.footer-section p a:hover {
  color: #060606;
  font-size: 1.16rem !important;
}


.contact-item {
  display: flex !important;
  align-items: center !important;
}

.contact-item i {
  margin-right: 10px !important;
  color: #3498db !important;
  width: 20px !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .last {
  margin-left: 25px !important;
}
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column !important;
    text-align: center !important;
  }

  .footer-section {
    margin-bottom: 20px !important;
  }

  .contact-item {
    justify-content: center !important;
  }
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
}
