*{
    margin: 0;
}

::selection{
    background-color: #c8e4d767;
}

body{
/* background-image: linear-gradient(185deg, black 10%, #23576C 100%); */
    background-color: black;
    color: #f6f6f6;
    font-family: "Lexend", sans-serif;
}
.navbar .nav-link {
    color: #f6f6f6;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus{
    color: #C8E4D7;
}

.navbar .nav-link.active {
    color: #f6f6f6;
}
  .menu-close {
    display: none;
  }
@media (max-width: 991px) {

  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #23576C;
    z-index: 1050;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }

  .fullscreen-menu.show {
    transform: translateY(0);
  }

  .fullscreen-menu .navbar-nav {
    flex-direction: column;
    gap: 25px;
  }

  .fullscreen-menu .nav-link {
    font-size: 26px;
    font-weight: 600;
  }
.custom-toggler span {
  background-color: #f6f6f6;
}
  .menu-close {
    position: absolute;
    display: block;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 32px;
    color: #f6f6f6;
    cursor: pointer;
    z-index: 1100;
  }
}
body.menu-open {
  overflow: hidden;
}

#hero {
    position: relative;
    height: 100dvh;
    overflow: hidden;
}

/* CENTER TEXT */
.hero-content {
    position: relative;
    z-index: 2;                 
    height: calc(100dvh - 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 1rem;
}

/* FLOATING IMAGE IN BACK */
.floating-img {
    position: absolute;
    bottom: 10px;
    top:90px;
    right: -350px; /* Desktop position */
    width: 50%;
    z-index: 0;
    animation: float 4s ease-in-out infinite;
    opacity: 1;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .floating-img {
        position: absolute;  /* Change to normal flow */
        right: auto;
        left: 50%;
        top: auto;
        margin: 20px auto;  /* Centered */
        display: block;
        width: 150%;          /* Adjust size for mobile */
    }
}

/* FLOAT ANIMATION */
@keyframes float {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}

.btn{
    background-color: transparent;
    color: white;
    border: 2px solid #C8E4D7;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn:hover{
    background-color: #23576C;
    color: #f6f6f6;
    transition: 0.3s;
}

.about-us{
    position: relative;
    margin: 0;
    top: -150px;
}

.col-md-4 .info{
    min-height: 250px;
    background-color: #111111;
    border: 2px solid #111111;
    padding: 20px;
    border-radius: 0px;
    flex-direction: column;       
    justify-content: flex-start;
}
.col-md-4 .info:hover{
    border: 2px solid #C8E4D7;
}


.info .line{
    width: 200px;
    height: 2px;
    background-color: #C8E4D7;
    margin-top: 10px;
    margin-bottom: 10px;
}

#services{
    background-image: url('/assets/images/services-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    top: -200px;
}

#work{
    position: relative;
    margin: 0;
    top: -200px;
    margin-bottom: -150px;
}
.custom-input {
    background-color: transparent;
    border: 2px solid #C8E4D7;
    color: #f6f6f6;
    border-radius: 0;
    padding: 10px 12px;
}

/* Placeholder color */
.custom-input::placeholder {
    color: #cfcfcf;
    opacity: 0.7;
}

/* Remove focus outline & shadow */
.custom-input:focus {
    background-color: transparent;
    border-color: #C8E4D7;
    box-shadow: none;
    outline: none;
    color: #f6f6f6;
}

/* Select dropdown arrow color (Bootstrap fix) */
.form-select.custom-input {
    background-color: transparent;
    color: #f6f6f6;
}

/* Option background (important for dark UI) */
.form-select.custom-input option {
    background-color: #111;
    color: #f6f6f6;
}

#story {
    color: rgba(255, 255, 255, 0.85);
    padding-top: 100px;
    padding-bottom: 100px;
}

#story h2 {
    color: #C8E4D7;
    font-weight: 600;
}

#story p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
}

#story img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.footer {
    background-color: #0b0b0b;
    color: #f6f6f6;
    padding: 60px 0 40px;
}

.footer-logo {
    width: 50px;
    margin-bottom: 15px;
}

.footer-desc {
    max-width: 350px;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #dcdcdc;
}

.footer-socials a {
    margin-right: 15px;
    color: #C8E4D7;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-socials a:hover {
    color: #ffffff;
}

.footer-title {
    margin-bottom: 15px;
    color: #C8E4D7;
}

.footer-address {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #dcdcdc;
}
.footer-address a{
    text-decoration: none;
    color: #f6f6f6;
}
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #111111;
  color: #f6f6f6;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

#scrollTopBtn:hover {
  background: #23576C;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Hide when fullscreen menu is open */
body.menu-open #scrollTopBtn {
  opacity: 0;
  visibility: hidden;
}
