

 * {
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      margin: 0;
      background: var(--bg-dark);
      color: #eee;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
/* ================= NAVBAR ================= */

  

    /* ========= NAVBAR ========= */
    .nav_custom {
      background: transparent;
      transition: background 350ms ease, backdrop-filter 350ms ease, border-bottom 350ms ease;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      backdrop-filter: none;
      z-index: 1100;
    }

    .nav-scrolled {
      background: rgba(22, 6, 6, 0.65);
      backdrop-filter: blur(6px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .navbar-brand img {
      height: 48px;
      transition: transform 300ms ease;
    }

    .nav-link {
      color: #fff !important;
      font-weight: 400;
      letter-spacing: 0.2px;
    }

    .nav-link:hover {
      color: var(--brand-red) !important;
    }

    /* Mobile toggler */
    .navbar-toggler {
      border: none;
    }


/*======================================================== all pages sliders css start================================================================ */

#slideHeading {
  opacity: 0;
  animation: fadeText 1s forwards;
  font-size: 2.5rem;
  font-weight: 600;
}

@keyframes fadeText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animate each time text changes */
#slideHeading.fade {
  animation: fadeText 1s forwards;
}

/* Optional responsive text */
@media(max-width:768px) {
  #slideHeading {
    font-size: 1.3rem;
  }
}

.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.slider-bg-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.slider-text {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffd700;

  font-weight: 500;
}

/*=========================================================== all pages sliders css end================================================= */


/* ================= HOVER IMAGES ================= */
.hover-image {
  background-position: center;
  background-size: cover;
  width: 30%;
  height: 95vh;
  transition: 3s ease;
}

.hover-image.expand {
  width: 100%;

}

.carmediaquery {
  display: none;
}

/* ============================ Interior And Landscap  CSS ================ */

.hover_text_Terrace_garden {
  left: 28%;
  top: 35%;
  text-shadow: 2px 2px 3px black;
  position: absolute;
}

.hover_text_Terrace_garden2 {
  left: 10%;
  top: 20%;
  text-shadow: 2px 2px 3px black;
  position: absolute;
}

.hover_text_Terrace_garden3 {
  left: 38%;
  top: 5%;
  text-shadow: 1px 1px 1px black;
  position: absolute;
}

.hover_text_Terrace_garden4 {
  left: 20%;
  top: 75%;
  text-shadow: 1px 1px 1px black;
  position: absolute;
}

.hover_textinsofa {
  left: 60%;
  top: 47%;
  text-shadow: 1px 1px 1px black;
  position: absolute;
}

.hover_textoffice {
  left: 32%;
  top: 11%;
  text-shadow: 2px 2px 3px black;
  position: absolute;
}

.hover_textoutdoor {
  left: 12%;
  top: 91%;

  position: absolute;
}

.hover_textbedroom {
  left: 83%;
  top: 42%;
  text-shadow: 2px 2px 3px black;
  position: absolute;
}

.hover_textchair_bookshelf {
  left: 20%;
  top: 20%;
  position: absolute;
}

.hover_textbar {
  left: 22%;
  top: 8%;
  position: absolute;
}


/* ================ vehicles  css ================= */

.vanpng {
  display: flex;
  align-items: center;
  justify-content: center;
}

.van-slide {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.van-slide.show {
  transform: translateX(0);
  opacity: 1;
}

.hover_textagribot {
  left: 79%;
  top: 25%;
  text-shadow: 1px 1px 1px 1px black;
  position: absolute;
}


.hover_textbus {
  left: 75%;
  top: 45%;
  position: absolute;
}

.hover_textautotrack {
  position: absolute;
  left: 5%;
  top: 60%;
}


.text_size {
  font-size: 20px;
}

/* ================= Products  IMAGE ================= */


.barimg,
.barimg2 {
  width: 30%;
  height: 100vh;
  transition: 1.8s ease;
  object-fit: cover;
}

.barimg {
  float: right;
}

.barimg.expand,
.barimg2.expand {
  width: 100%;
  transition: 1.8s ease;
}

/* Bar image fade-in */
.bar-img {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.bar-img.show {
  opacity: 1;
  transform: translateY(0);
}

.hover_texttv {
  left: 67%;
  top: 25%;
  text-shadow: 2px 2px 3px black;
  position: absolute;
}

/* ================= ROBOTICS ================= */
.robotics_bg1 {
  background-color: rgb(125, 125, 129);
  padding: 20px;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.robotics_img {
  max-width: 100%;
  height: auto;
}

.robotext {
  font-size: 18px;
  text-align: center;
}


.robot-left {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.robot-left.show {
  transform: translateX(0);
  opacity: 1;
}

.robot-right {
  transform: translateX(100%);

  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.robot-right.show {
  transform: translateX(0);
  opacity: 1;
}


/* ================= MEDIA QUERIES ================= */

/* --- 1024px --- */
@media (max-width: 1024px) {
  .what_we {
    font-size: 50px;
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
    margin-left: 55px;
    margin-bottom: 110px;
    transition: opacity 1s ease, transform 1s ease;
  }



  .hero-text {
    font-size: 35px;
  }

  .hover-image {
    height: 40vh;
  }

  .about-anker {
    font-size: 17px;
    line-height: 1px;
  }

  .about-box {
    font-size: 15px;
  }


  .hover_text_Terrace_garden {
    left: 30%;
  }

  .hover_textoffice {
    left: 9%;
    top: 78%;
    text-shadow: 2px 2px 3px black;
    position: absolute;
  }

  .hover_textoutdoor {
    left: 7%;
    top: 85%;
  }

  .hover_textinsofa {
    left: 66%;
    top: 4%;

  }

  .hover_textbedroom {
    left: 70%;
    top: 75%;
    text-shadow: 2px 2px 3px black;
    position: absolute;
  }

  .hover_textbar {
    left: 20%;
    top: 18%;
  }

  .hover_textagribot {
    left: 5%;
    top: 6%;
  }

  .hover_textautotrack {
    position: absolute;
    left: 5%;
    top: 40%;

  }

  .hover_textbus {
    left: 58%;
    top: 84%;
    color: white;
    text-shadow: 1px 1px 1px 1px black;
  }

  .hover_texttv {
    left: 67%;
    top: 25%;
    text-shadow: 2px 2px 3px black;
    position: absolute;
  }

  .text_size {
    font-size: 25px;
  }

  .barimg,
  .barimg2 {
    width: 50%;
    height: 30vh;
    font-size: 10px;
  }

  .robotext,
  .bartext {
    font-size: 14px;
  }

  .robotics_bg1 {
    height: 45vh;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .robotics_img1 {
    position: absolute;
    top: -45%;
    left: 1%;
    width: 100%;
  }

  .robotics_img2 {
    position: absolute;
    top: -12%;
    left: 1%;
    width: 100%;
  }
}

/* --- 992px --- */
@media (max-width: 992px) {
  .hero-logo {
    max-width: 30%;
  }

  .hover-image {
    height: 32vh;
  }


  .hero-text {
    font-size: 20px;
  }

  .what_we {
    font-size: 45px;
    margin-left: 40px;
    margin-bottom: 60px;

  }

  .text_size {
    font-size: 18px;
  }
}

/* --- 850px --- */
@media (max-width: 850px) {
  .hero-logo {
    max-width: 30%;
  }

  .hover-image {
    height: 40vh;
  }


  .hero-text {
    font-size: 20px;
  }

  .text_size {
    font-size: 18px;
  }

  .what_we {
    font-size: 45px;
    margin-left: 40px;
    margin-bottom: 56px;

  }
}

/* --- 768px --- */
@media (max-width: 768px) {
  .hover-image {
    height: 57vh;
  }

  .what_we {

    font-size: 40px;
    margin-left: 20px;
    margin-bottom: 30px;

  }

  .about-anker {
    font-size: 17px;
    line-height: 1px;
  }

  .about-box {
    font-size: 14px;
  }

  .hover-image {
    background-position: top center;
    background-size: cover;
    width: 40%;
    height: 45vh;
    transition: 3s ease;
  }

  .carmediaquery {
    display: block;
  }

  .carmedia {
    display: none;
  }

  .text_size {
    font-size: 13px;
  }

  /* ================ Landscap & Interior positions========================= */

  .hover_text_Terrace_garden {
    left: 28%;
  }

  .hover_text_Terrace_garden4 {
    left: 40%;
    top: 65%;
    color: rgb(15, 0, 0);
  }

  .hover_textoffice {
    left: 25%;
    top: 13%;
    text-shadow: 2px 2px 3px black;
    position: absolute;
  }

  .hover_textoutdoor {
    left: 8%;
    top: 86%;
  }

  .hover_textinsofa {
    left: 60%;
    top: 80%;

  }

  .hover_textchair_bookshelf {
    left: 17%;
    top: 20%;
    color: rgb(77, 77, 77);
    text-shadow: 1px 1px 1px black;
  }

  .hover_textbedroom {
    left: 65%;
    top: 78%;
  }

  /* ================ Vehicles ========================= */

  .hover_textagribot {
    left: 8%;
    top: 8%;
  }

  .hover_textbus {
    left: 60%;
    top: 85%;
    color: white;
    text-shadow: 1px 1px 1px 1px black;
  }

  .hover_textautotrack {
    position: absolute;
    left: 5%;
    top: 45%;
  }


  /* ================== Products  ======================= */

  .hover_texttv {
    left: 67%;
    top: 33%;
  }

  .barimg,
  .barimg2 {
    width: 50%;
    height: 90vh;
    font-size: 10px;
  }

  .barimg:hover,
  .barimg2:hover {
    width: 100%;
    height: 90vh;
  }

  .robotics_bg1 {
    min-height: 150px;
  }

  .robotext,
  .bartext {
    font-size: 15px;
  }

  .hero-logo {
    max-width: 35%;
  }

  .hero-text {
    font-size: 15px;
    width: 95%;
    bottom: 8%;
  }

}

/* --- 576px --- */
@media (max-width: 468px) {
  .hero-logo {
    max-width: 55%;
  }

  .hero-text {
    font-size: 14px;
    width: 100%;
    padding-bottom: 30px;
  }

  .what_we {

    font-size: 35px;
    margin-left: 8px;
    margin-bottom: 30px;
  }

  .hover-image {
    height: 30vh;
  }

  .text_size {
    font-size: 10px;
  }

  .hover_text_Terrace_garden {
    left: 21%;
  }

  .hover_textoutdoor {
    left: 10%;
    top: 85%;
    color: white;
    text-shadow: 1px 1px 1px 1px black;
  }

  .hover_textoffice {
    left: 6%;
    top: 77%;
    text-shadow: 2px 2px 3px black;
    position: absolute;
  }

  .hover_text_Terrace_garden3 {
    left: 36%;
    top: 5%;
    position: absolute;

  }

  .hover_textbedroom {
    left: 65%;
    top: 75%;
  }

  .hover_textinsofa {
    left: 6%;
    top: 5%;
    text-shadow: 1px 1px 1px black;
    position: absolute;
  }

  .hover_textbar {
    left: 15%;
    top: 80%;
    position: absolute;
  }


  .hover_textchair_bookshelf {
    left: 10%;
    top: 17%;

  }

  .hover_textagribot {
    left: 3%;
    top: 7%;
  }

  .hover_textautotrack {
    position: absolute;
    left: 4%;
    top: 40%;
  }

  .hover_textbus {
    left: 55%;
    top: 83%;
    text-shadow: 1px 1px 1px 1px black;
    color: white;
  }

  .robotics_bg1 {
    min-height: 150px;
    padding: 10px;
  }

  .hover_texttv {
    left: 68%;
    top: 25%;
    text-shadow: 2px 2px 3px black;
    position: absolute;
  }


}

/* --- 350px --- */
@media(max-width: 376px) {
  .what_we {


    margin-bottom: 12px;

  }

  .robotics_bg1 {
    min-height: 120px;
    padding: 8px;
  }

}

.image_bg {
  position: relative;
}

.image_bg::before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/YUT\ Monogram\ final.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: white;
  position: absolute;
  opacity: 0.07;
  z-index: -1;
}
  .footer-link {
      transition: color 0.3s, transform 0.3s;
    }

    .footer-link:hover {
      color: #FFD700 !important;
      /* Yellow on hover */
      transform: scale(1.1);
      /* Slight zoom */
    }

    .small {
      font-size: 0.85rem;
    }