@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --mural-primary: #2c3e50;
  --mural-secondary: #34495e;
  --mural-accent: #8b7355;
  --mural-light: #ecf0f1;
  --mural-dark: #1a252f;
  --mural-gold: #d4af37;
}

.inter-thin {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

/* .hero-section {
  height: 70vh;
  background: url("../images/contactBanner.png") center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
} */

.hero-section {
  height: 80vh;
  background: url("../images/contactBanner.png") center 0 / cover repeat-y;
  position: relative;
  display: flex;
  flex-direction: column;
  animation: scrollBackgroundDown 23s linear infinite;
}

@keyframes scrollBackgroundDown {
  0% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0%;
  }
}

@media (max-width: 576px) {
  .hero-section {
    background-position: -470px center;
    height: 80vh;
    background: url("../images/contactBanner.png") center 0 / cover repeat-y;
  }
  img.hero-title {
    margin-top: 22rem !important;
    padding: 0 5rem;
    background-color: rgba(255, 255, 255, 0.1);
    background: transparent;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.hero-section > * {
  position: relative;
  z-index: 2;
}

.navbar {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.6rem 0;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 300;
  color: white !important;
  letter-spacing: 3px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400;
  margin: 0 1rem;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: white !important;
  transform: translateY(-2px);
}

.btn-inquire {
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  color: white;
  padding: 0.5rem 1.3rem;
  border-radius: 0px;
  font-weight: lighter;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-inquire:hover {
  background: white;
  color: #2c5282;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.language-toggle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-left: 1.3rem;
}

.hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 2rem; */
}

img.hero-title {
  width: 100%;
  max-width: 450px;
  margin-bottom: 2rem;
  margin-top: 16rem;
  animation: fadeInUp 1.5s ease-out;
  -webkit-animation: fadeInUp 1.5s ease-out;
}

.scroll-indicator {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
}

.scroll-text {
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.scroll-line {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, #c8e9ff 0%, #d3ecff 100%);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.scroll-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #327cb4 0%, #64a0c8 100%);
  animation: scrollLineAnim 1.6s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

@keyframes scrollLineAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

.development-showcase {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: slideInRight 1.5s ease-out;
}

.showcase-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(45deg, #64a0c8, #327cb4);
  border-radius: 15px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.showcase-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" fill="%2364a0c8"/><g opacity="0.6"><rect x="320" y="50" width="60" height="120" rx="5" fill="%23ffffff"/><rect x="340" y="30" width="40" height="140" rx="5" fill="%23ffffff"/><circle cx="100" cy="150" r="30" fill="%2396b4c8"/><path d="M0,180 Q200,160 400,180 L400,200 L0,200 Z" fill="%23327cb4"/></g></svg>');
  background-size: cover;
}

.showcase-text {
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.9;
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-dot:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-dot:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
}

.floating-dot:nth-child(3) {
  top: 30%;
  right: 15%;
  animation-delay: 4s;
}

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px) translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.navbar-toggler {
  border: none;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .development-showcase {
    position: static;
    transform: none;
    width: 90%;
    margin: 2rem auto;
  }

  .hero-content {
    flex-direction: column;
  }

  .mural-hero-section {
    /* background-color: #f8f9fa; */
    padding: 50px 49px !important;
    /* line-height: 10px; */
    text-align: center;
  }

  .navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

  .scroll-line {
    width: 1px;
    height: 40px;
  }

  .scroll-text {
    font-size: 9px;
    font-weight: 300;
    margin-bottom: 7px;
    letter-spacing: 1px;
  }
}

@media (max-width: 576px) {
  .development-showcase {
    width: 95%;
    height: auto;
    padding: 1.5rem;
  }
}

/* ------------------------ footer start ---------------------  */
.footer-container {
  background: linear-gradient(135deg, #111 0%, #222 100%);
  color: #fff;
  padding: 80px 70px 80px;
}

.beyond-logo {
  /* width: 60px; */
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
  transition: border-color 0.2s;
}

.section-title {
  font-size: 15px;
  font-weight: 600;
  color: #999;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.newsletter-box {
  /* background-color: #2a2a2a; */
  /* border-radius: 12px; */
  /* padding: 40px; */
}

.newsletter-title {
  color: #7c7c7c;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 25px;
}

.email-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6e6e6e;
  /* border-radius: 8px; */
  /* padding: 15px; */
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.email-input::placeholder {
  color: #999;
}

.email-input:focus {
  outline: none;
}

.submit-button {
  width: 40%;
  background-color: rgb(44, 44, 44);
  border: none;
  /* border-radius: 8px; */
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.privacy-text {
  color: white;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
  width: 70%;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 80px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.copyright {
  color: white;
  font-size: 16px;
}

.bottom-links {
  display: flex;
  gap: 30px;
}

.bottom-links a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.language-section {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
}

.language-select {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}

.location-title {
  font-size: 31px;
}

@media (max-width: 768px) {
  .footer-container {
    padding: 60px 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .bottom-links {
    gap: 20px;
  }

  .bottom-links a {
    color: #999;
    text-decoration: none;
    font-size: 12px;
  }

  .privacy-text {
    /* color: white;
  font-size: 12px;
  line-height: 1.4; */
    margin-top: 20px;
    width: 100%;
  }

  .copyright {
    color: white;
    font-size: 16px;
    /* text-align: center; */
  }
}

/* -------------------- footer ends ---------------------- */

/* -------------------- canvas start ---------------------- */

.offcanvas-custom {
  background-color: #f5f3f0;
  width: 320px;
  border: none;
}

.offcanvas-header-custom {
  border-bottom: none;
  padding: 2rem 2rem 1rem 2rem;
}

.btn-close-custom {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  opacity: 0.8;
}

.btn-close-custom:hover {
  opacity: 1;
}

.offcanvas-body-custom {
  padding: 1rem 2rem 2rem 3rem;
}

.nav-section {
  margin-bottom: 2rem;
}

.nav-section-sub {
  line-height: 2;
}

.nav-link-custom {
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0.8rem 0;
  display: block;
  transition: color 0.3s ease;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
}
.nav-link-custom-sub {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 4px 0;
  display: block;
  transition: color 0.3s ease;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
}

.nav-link-custom:hover {
  color: #333;
}

.brand-logo {
  font-size: 1.8rem;
  font-weight: 300;
  color: #666;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.nav-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px;
  background-color: #f5f3f0;
}

.nav-social-icons {
  display: flex;
  gap: 1.5rem;
  /* margin-top: 1rem; */
}

.nav-social-icon {
  color: #666;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.nav-social-icon:hover {
  color: #333;
}

/* -------------------- form start ---------------------- */

/* -------------------- contact us start ---------------------- */

.contact-container {
  max-width: 100%;
  /* margin: 0 auto; */
  padding: 60px 60px;
  background-color: rgba(236, 232, 228);
}

.git {
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
  padding-top: 20px;
}

.contact-title {
  font-size: 37px;
  font-weight: 500;
  color: #565555;
  margin-bottom: 1.8rem;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.contact-subtitle {
  width: 70%;
  font-size: 15px;
  color: #666;
  margin-bottom: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-control {
  border: none;
  border-bottom: 1px solid #454545;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  font-size: 1rem;
  color: #333;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-bottom-color: #666;
  box-shadow: none;
  background: transparent;
}

.form-control::placeholder {
  color: #6f6f6f;
  font-weight: 400;
}

.phone-input-group {
  display: flex;
  align-items: center;
}

.codeOption {
}

/* Remove border when country code select is focused */
.country-code:focus,
.country-code:active,
.country-code:focus-within {
  border-bottom: none;
  box-shadow: none;
}

.country_code {
  width: 100% !important;
  background: none !important;
  border: none !important;
}

.country-code {
  display: flex;
  align-items: center;
  padding-right: 15px;
  border-bottom: 1px solid #454545;
  margin-right: 10px;
  min-width: 80px;
  margin-top: 20px;
  width: 20%;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  background: linear-gradient(
    to bottom,
    #000 33.33%,
    #fff 33.33%,
    #fff 66.66%,
    #ff0000 66.66%
  );
  display: inline-block;
}

.phone-number {
  flex: 1;
  border: none;
  border-bottom: 1px solid #454545;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  font-size: 1rem;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

.phone-number:focus {
  border-bottom-color: #666;
}

.phone-number::placeholder {
  color: #999;
}

.submit-btn {
  background-color: rgb(44, 44, 44);
  color: white;
  border: none;
  padding: 9px 45px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1rem;
  text-decoration: none;
  border: solid 1px black;

  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease, border 0.3s ease;
}

.submit-btn:hover {
  background-color: #f4f4f4;
  color: black;
  border: solid 1px black;
  /* box-shadow: 0 6px 24px rgba(44, 62, 80, 0.18),
    0 1.5px 4px rgba(44, 62, 80, 0.1); */
  /* transform: translateY(-1px); */
}

@media (max-width: 768px) {
  .contact-container {
    padding: 40px 20px;
  }

  .contact-title {
    font-size: 2.5rem;
  }

  .row > div {
    /* margin-bottom: 2rem; */
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 2rem;
  }

  .phone-input-group {
    flex-direction: column;
    align-items: stretch;
  }

  .country-code {
    margin-right: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #141414;
    padding-bottom: 10px;
    width: 100%;
  }
}

/* location  */

.beyond-location-container {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 0px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.beyond-maps-link {
  display: inline-block;
  text-decoration: none;
  color: #666;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.beyond-maps-link:hover {
  color: #333;
  text-decoration: none;
}

.beyond-main-heading {
  font-size: 37px;
  font-weight: 400;
  color: #565555;
  margin-bottom: 1.8rem;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.beyond-office-section {
  margin-bottom: 60px;
}

.beyond-section-title {
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.3;
}

.beyond-office-address {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.beyond-contact-section {
  margin-top: 0px;
}

.beyond-contact-title {
  font-size: 2rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 0px;
  line-height: 1.3;
}

.beyond-contact-info {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
}

.beyond-phone-number {
  display: block;
  margin-bottom: 0px;
}

.beyond-email-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.beyond-email-link:hover {
  color: #333;
  text-decoration: underline;
}

.beyond-divider-line {
  width: 1px;
  background-color: #000;
  height: 80px;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .beyond-main-heading {
    font-size: 30px;
    font-weight: 400;
  }

  .beyond-section-title,
  .beyond-contact-title {
    font-size: 1.6rem;
  }

  .beyond-office-address,
  .beyond-contact-info {
    font-size: 1rem;
  }

  .beyond-divider-line {
    height: 80px;
    margin: 30px auto;
  }

  .beyond-office-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .beyond-location-container {
    padding: 50px 100px 50px 15px;
  }

  .beyond-main-heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .beyond-section-title,
  .beyond-contact-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .beyond-divider-line {
    display: none;
  }
}

/* Floating Action Menu */
.floating-menu {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  /* border-radius: 8px; */
  overflow: hidden;
}

.action-button {
  background-color: #e8e8e8;
  border: none;
  padding: 12px 31px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  min-width: 160px;
  border-bottom: 1px solid #d0d0d0;
}

.action-button:last-child {
  border-bottom: none;
}

.action-button:hover {
  background-color: #d8d8d8;
  transform: translateX(-5px);
}

.action-button:active {
  transform: translateX(-3px);
  background-color: #c8c8c8;
}

/* Icons */
.icon {
  width: 20px;
  height: 20px;
  fill: #666;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .floating-menu {
    right: 15px;
    transform: translateY(-50%) scale(0.9);
  }

  .action-button {
    padding: 15px 20px;
    font-size: 15px;
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .floating-menu {
    right: 10px;
    transform: translateY(-50%) scale(0.8);
  }
}

/* flolating icons  */

@media (min-width: 768px) {
  #beyond-bottom-bar {
    display: none;
  }
}
/* ===== Desktop Floating Panel ===== */
#beyond-floating-icons {
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

#beyond-floating-icons a {
  background: #fff;
  color: #4a4a4a;
  padding: 11px 4px;
  border: 1px solid #eee;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#beyond-floating-icons a:hover {
  background-color: #f4f0eb;
}

#beyond-floating-icons i {
  font-size: 16px;
}

/* ===== Mobile Bottom Bar ===== */
@media screen and (max-width: 768px) {
  #beyond-floating-icons {
    display: none;
  }

  #beyond-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: space-around;
    background: #ede8e3;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
  }

  #beyond-bottom-bar a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    text-decoration: none;
  }

  #beyond-bottom-bar i {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

/* animations  */

.easeOutImg {
  animation: appear 2.5s ease-out forwards;
}

.easeOut {
  opacity: 0;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-zoom-in {
  animation: appear 3s ease-out forwards;
}

.hero-wallpaper-image-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.hero-wallpaper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1); /* base state */
  transition: transform 0.5s ease; /* for hover */
}

/* Set initial scale before animation starts */
.hero-wallpaper-image.pre-animate {
  transform: scale(1.1);
}

/* Scroll animation */
.hero-wallpaper-image.animate-zoom-in {
  animation: zoomIn 3s ease forwards;
}

/* Hover zoom still works */
.hero-wallpaper-image-box:hover .hero-wallpaper-image {
  transform: scale(1.1);
}

/* Keyframes */
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
