* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Playfair Display";
}

body {
  font-family: "Playfair Display";
  background: #0c0c0c;
  color: white;
  overflow-x: hidden;
}

/* TOP BAR */
.top-bar {
  width: 100%;
  background: #ffffff;
  color: #111;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;

  padding: 6px 18px; /* more reduced height */

  border-bottom: 3px solid #03d5cf;

  flex-wrap: wrap;
}

.top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-left img {
  width: 52px; /* logo size */
  height: auto;
}

.top-bar span {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.row {
  display: flex;
  font-size: 10px;
  color: #888686;
  gap: 1px;
}
.row p {
  display: flex;
  margin-top: 4px;
}

.top-bar button {
  padding: 8px 20px;

  background: rgb(255, 255, 255);
  border: 1px solid #aaa;

  cursor: pointer;

  font-size: 12px;
  font-family: "Source Sans 3", sans-serif;

  transition: 0.3s;
}

.top-bar button:hover {
  background: #111;
  color: white;
}
/* HERO */

.hero {
  position: relative;
  height: 66vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45)), url("hero.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.hero-content {
  max-width: 900px;
}

.small-title {
  letter-spacing: 6px;
  font-size: 24px;
  margin-bottom: 230px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 65px;
  margin-top: 180px;
  font-weight: 300;
  line-height: 1.1;
}

/* SUBSCRIBE SECTION */

.subscribe {
  background: #161616;
  padding: 70px 20px 90px; /* reduced top padding */
  text-align: center;
}

.subscribe h2 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 300;
  margin-top: -20px; /* moves Subscribe text upward */
}

.subscribe p {
  color: #a4a4a4;
  margin-top: 25px;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.subscribe-form input {
  width: 600px;
  max-width: 100%;
  padding: 16px;
  background: transparent;
  border: 1px solid #999;
  color: white;
  font-size: 16px;
  outline: none;
  border-radius: 4px;
  height: 56px;
}

.subscribe-form button {
  padding: 8px 32px;
  background: #efefef;
  color: #111;
  border: none;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.3s;
  font-family: "Source Sans 3", sans-serif;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}

.subscribe-form button:hover {
  background: white;
  transform: translateY(-2px);
}

@media screen and (max-width: 600px) {
  .subscribe-form button {
    width: 100%;
  }
}

/* FOOTER */
.footer-container {
  background: #161616;
}
footer {
  padding: 70px 40px;
  background: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #d6d6d6;
  font-size: 15px;
  max-width: 1280px;
  margin: auto;
}

footer .copyright-text {
  font-size: 14px;
  color: #a9a9a9;
  font-family: "Source Sans 3", sans-serif;
}

.powered {
  font-size: 18px;
  opacity: 0.9;
}

/* COOKIE BOX */

.cookie-box {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 400px;
  max-width: 90%;
  background: #666;
  padding: 28px;
  z-index: 999;
  border-radius: 4px;
}

.cookie-box h3 {
  font-size: 34px;
  margin-bottom: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.cookie-box p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 25px;
  color: #f3f3f3;
}

.cookie-box button {
  width: 100%;
  padding: 16px;
  border: none;
  background: white;
  color: #111;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.cookie-box button:hover {
  background: #111;
  color: white;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .hero h1 {
    font-size: 60px;
  }

  .subscribe h2 {
    font-size: 55px;
  }

  .cookie-box {
    right: 15px;
    left: 15px;
    width: auto;
  }
}

@media (max-width: 600px) {
  .hero {
    height: 85vh;
  }

  .hero h1 {
    font-size: 42px;
  }

  .small-title {
    font-size: 15px;
  }

  .subscribe h2 {
    font-size: 42px;
  }

  footer {
    text-align: center;
    justify-content: center;
  }
}
/* CHAT WIDGET */

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
}

/* CHAT ICON */

.chat-icon {
  width: 60px;
  height: 60px;

  background: #5e5e5e;

  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 28px;
  color: white;

  cursor: pointer;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);

  transition: 0.3s;
}

.chat-icon:hover {
  transform: scale(1.08);
}

/* CHAT BOX */

.chat-box {
  width: 425px;
  max-width: 95vw;
  height: 520px;
  background: #d9d9d9;
  position: absolute;
  bottom: 78px;
  right: 0;
  border-radius: 22px;
  overflow: hidden;
  display: none;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

/* HEADER */

.chat-header {
  background: #747474;

  color: white;

  padding: 18px 22px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 22px;
}

.chat-header button {
  background: none;
  border: none;

  color: white;

  font-size: 24px;

  cursor: pointer;
}

/* BODY */

.chat-body {
  flex: 1;
  padding: 22px;
}

/* PROFILE */

.chat-profile {
  text-align: center;
  margin-bottom: 30px;
}

.profile-circle {
  width: 70px;
  height: 70px;

  background: #b8db5d;

  border-radius: 50%;

  margin: auto;
  margin-bottom: 15px;

  position: relative;
}

.profile-circle::before {
  content: "";

  position: absolute;

  width: 20px;
  height: 20px;

  background: white;

  border-radius: 50%;

  top: 14px;
  left: 25px;
}

.profile-circle::after {
  content: "";

  position: absolute;

  width: 36px;
  height: 18px;

  background: white;

  border-radius: 20px 20px 8px 8px;

  bottom: 12px;
  left: 17px;
}

.chat-profile p {
  color: white;
  font-size: 15px;
}

/* RECENT BOX */

.recent-box {
  background: #efefef;

  border-radius: 14px;

  padding: 20px;
}

.recent-box h4 {
  color: #555;
  margin-bottom: 18px;
  font-size: 18px;
}

.message-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  position: relative;
}

.message-left {
  font-size: 22px;
}

.message-content strong {
  color: #444;
  font-size: 15px;
}

.message-content p {
  color: #666;
  font-size: 14px;
  margin-top: 4px;
}

.time {
  position: absolute;
  right: 0;
  top: 0;

  color: #888;
  font-size: 12px;
}

/* FOOTER */

.chat-footer {
  padding: 22px;
  background: #d9d9d9;
  text-align: center;
}

.chat-footer button {
  background: #7a7a7a;

  color: white;

  border: none;

  padding: 14px 32px;

  border-radius: 30px;

  font-size: 15px;

  cursor: pointer;

  transition: 0.3s;
}

.chat-footer button:hover {
  background: #555;
}

/* MOBILE */

@media (max-width: 600px) {
  .chat-box {
    width: 95vw;
    height: 500px;
    right: -10px;
  }

  .chat-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
}
