@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@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");

:root {
  --bg: #ffffff;
  --text: #0b0b0b;
  --muted: #5a6066;
  --accent: #aab6c6; /* light grey-blue for the word THE */
  --pill-bg: #eef2f6;
  --pill-icon: #2b3a44;
  --card-shadow: 0 8px 30px rgba(13, 18, 22, 0.08);
  --radius: 18px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 60px 0px;
}

/* ------------------ 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;
  padding: 0px 0px !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;
  }
}

.container-custom {
  margin-top: 85px !important;
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 40px;
  align-items: center;
}

.kicker {
  display: flex;
  gap: 12px;
  align-items: center;
}

h1 {
  font-size: 48px;
  line-height: 1.02;
  margin: 0 0 28px 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-family: "Raleway", sans-serif;
}
h1 .muted {
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.8px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 35px;
}

.feature-item {
  display: flex;
  gap: 18px;
  margin-left: -27px;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.6s cubic-bezier(0.2, 0.95, 0.2, 1);
}
.feature-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pill {
  min-width: 62px;
  height: 62px;
  border-radius: 24px;
  background: var(--pill-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(16, 24, 32, 0.06);
  flex-shrink: 0;
}
.pill svg {
  width: 26px;
  height: 26px;
  fill: var(--pill-icon);
}

.feature-body h5 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "raleway", sans-serif;
}
.feature-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-family: "spacegrotesk", sans-serif;
}

/* right card image */
.image-card {
  height: 410px;
  width: 610px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-card img {
  width: 600px;
  height: 390px;
  filter: brightness(85%);
  border-radius: 12px;
  display: block;
  transform: translateY(6px);
  transition: transform 0.6s cubic-bezier(0.2, 0.95, 0.2, 1), box-shadow 0.4s;
}
.image-card:hover img {
  transform: translateY(0) scale(1.01);
  box-shadow: 0 18px 50px rgba(12, 20, 30, 0.08);
}

/* subtle small caption area like original */
.small-caption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  text-align: right;
}

/* 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;
  }
}


/* responsive adjustments */
@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .image-card {
    order: -1;
  }
  h1 {
    font-size: 38px;
  }
}


/* animations for heading */
.heading-anim {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.heading-anim span {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.2, 0.95, 0.2, 1);
}
.heading-anim.in-view span {
  transform: translateY(0);
  opacity: 1;
}

/* micro interactions */
.feature-item:hover {
  transform: translateY(-4px);
}

/* make page feel VIP */
.subtle-border {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  padding-left: 28px;
}
