* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* menu-area-starting---------------- */

.container-common {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 150px;
}

.mb-0-common {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.v-center {
  align-items: center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* header */

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  /* padding: 0px 15px; */
  background: #00000069;
  transition: all 0.3s ease;
}

.header .item-left {}

.header-area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logo-section {
  display: flex;
  margin: auto 0 !important;
  justify-content: center;
}

.header .logo a {}

.header .item-center {
  flex: 0 0 60%;
}

.header .item-right {
  display: flex;
  justify-content: flex-end;
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #f5f5f5;
  display: flex;
  margin-left: 10px;
  transition: color 0.3s ease;
}

.header .item-right a:hover {
  color: #ffffff;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 30px;
  margin-right: 25px;
  cursor: pointer;
}

.header .menu>ul>li>a {
  color: #f5f5f5;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}

.gap-40s {
  gap: 40px;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

.header .menu>ul>li .sub-menu.mega-menu.fab {
  left: 56%;
  transform: translateX(-50%);
  width: 20%;
}

.header .menu>ul>li .sub-menu.mega-menu.tra {
  left: 62%;
  transform: translateX(-50%);
  width: 20%;
}

.header .menu>ul>li .sub-menu.mega-menu.log {
  left: 70%;
  transform: translateX(-50%);
  width: 20%;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 100%;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px !important;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #000000;
  border-top: 4px solid #19356c;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  /* flex: 0 0 25%; */
  /* padding: 0 15px; */
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: #ffffff;
}

.caraousel-head {
  font-family: "DM Sans", sans-serif;
  font-size: 55px !important;
  font-weight: 400;
  color: #000000 !important;
}

.list-drp {
  padding-left: 0px !important;
  display: flex;
  flex-direction: row;
}

.listing {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 13px;
  text-decoration: none;
  /* Smooth animation */
  transition: all 0.3s ease-in-out;
  display: inline-block;
  /* important for movement */
}

.listing:hover {
  transform: translateX(5px);
  /* move right */
  color: #ffffff;
  /* optional: smooth color change */
}

/* banner section-------------------------------------------------------------------------------- */

/* banner section-------------------------------------------------------------------------------- */

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/

@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 9999;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.mega-menu,
  .header .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu>ul>li .sub-menu>ul>li>a,
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.click-area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: end;
  gap: 35px;
}

.search-icon {
  display: flex;
  position: relative;
}

.round-ico {
  width: 23px;
  height: 23px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  top: -12px;
  left: 10px;
}

.head-slide {
  width: 100%;
  background: #000;
  overflow: hidden;
  padding: 10px 0;
}

.marquee {
  display: flex;
  gap: 40px;
  /* spacing between each text */
  white-space: nowrap;
  will-change: transform;
}

.marquee span {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
}

.common-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 150px;
}

.common-btn-heading {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px solid #e5e5e5;
  padding: 18px;
  justify-content: space-between;
}

.btn-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  margin: auto 0;
}

.best-seller-grids {
  display: flex;
  flex-direction: row;
  display: grid;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.col5_best_sellers {
  grid-auto-flow: row;
  gap: 30px 20px;
  grid-template-columns: repeat(2, 1fr);

  .spanItem {
    grid-column: span 2;
  }

  @media (max-width: 575px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

.best-seller-grid {
  display: flex;
  flex-direction: row;
  display: grid;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.col5_best_seller {
  grid-auto-flow: row;
  gap: 30px 20px;
  grid-template-columns: repeat(4, 1fr);

  .spanItem {
    grid-column: span 2;
  }

  @media (max-width: 991px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }

  @media (max-width: 767px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  @media (max-width: 575px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

.product-name-cmn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.product-details {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}

.product-rate {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  display: flex;
  position: relative;
  margin: auto 0;
}

.product-rate-without-ofr {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #aeaeae;
  font-size: 18px;
  display: flex;
  position: relative;
  text-decoration: line-through;
  margin: auto 0;
}

.offer-percentage {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #e83d3d;
  font-size: 16px;
  display: flex;
  position: relative;
  margin: auto 0;
}

.best-seller-box {
  position: absolute;
  display: flex;
  width: fit-content;
  background-color: #e83d3d;
  color: #ffffff;
  padding: 14px 20px;
  top: 18px;
  left: 20px;
  z-index: 20;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* our-story-section------------------------------------------------------------ */

.our-story-bg {
  background-color: #dad2c7;
  z-index: 1;
}

.story-head {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #e83d3d;
  font-size: 250px;
  line-height: 210px;
  color: #ffffff;
  z-index: 4;
}

.small-story {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}

.common-w-b-butn {
  width: fit-content;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 3px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  /* smooth move */
}

.common-w-b-butn:hover {
  transform: translateX(8px);
  /* move right */
}

/* Text */

.w-b-head {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 15px;
  padding: 14px 23px;
  margin: auto;
  transition: color 0.3s ease-in-out;
}

/* Arrow Box */

.arrow-box {
  background-color: #000000;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}

/* Arrow image smooth opacity */

.arow-size {
  transition: opacity 0.3s ease-in-out;
}

.common-w-b-butn:hover .arow-size {
  opacity: 1;
}

.dude-width {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pad-top-200s {
  padding-top: 170px;
}

.pad-top-text {
  padding-top: 150px;
}

/* our-category-section------------- */

.category-head-area {
  width: 100%;
  position: relative;
  justify-content: center;
}

.category-head {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 40px;
}

.category-head-content {
  color: #1d1d1d;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.video-section {
  width: 100%;
  display: flex;
  gap: 10px;
}

.left-video {
  width: 50%;
  height: 750px;
  /* First video height */
  position: relative;
}

.right-videos {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-video,
.bottom-video {
  height: 370px;
  /* Second + Third video height */
  position: relative;
}

.left-video video,
.right-videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-category {
  position: absolute;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  left: 40px;
  bottom: 40px;
}

/* Responsive (Max-width 768px) */

.zwag-logo-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  padding: 16px 0;
}

.logo-track {
  display: flex;
  white-space: nowrap;
  gap: 40px;
  /* space between logos (edit if needed) */
}

.bg-collection {
  background-color: #ededed;
}

.logo-item {
  height: auto;
  /* adjust logo size */
  flex-shrink: 0;
}

.colction-sub {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.colction-big {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
}

.colction-contents {
  width: 60%;
  color: #505050;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  display: flex;
  margin: auto;
}

.new-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  display: flex;
  align-items: center;
  /* center image + text vertically */
  gap: 6px;
  /* space between image and text */
  z-index: 3;
}

.icon-label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  top: 26px;
  left: 23px;
  font-family: "DM Sans", sans-serif;
}

.testimonial-head {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.testimonial-content-head {
  color: #fafafa;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.testi-bg {
  background-color: #252525;
}

/* ------------------------ */

.testimonial-slider-container {
  width: 100%;
  position: relative;
  padding-top: 60px;
}

/* Top Right Navigation Buttons */

/* container */

.slider-nav {
  position: absolute;
  top: 0px;
  /* tweak as needed */
  right: 100px;
  /* tweak as needed */
  display: flex;
  gap: 10px;
  z-index: 20;
}

/* button base */

.slider-nav .nav-btn {
  display: inline-flex;
  height: 15px;
  padding: 15px 10px 15px 10px;
  /* exact padding */
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  /* exact background */
  border: none;
  border-radius: 50%;
  /* keep circular */
  cursor: pointer;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* make sure Swiper's default pseudo-elements are disabled */

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}

/* rotate prev icon 180deg so it points left */

.swiper-button-prev svg {
  transform: rotate(180deg);
  display: block;
}

/* keep next icon as-is */

.swiper-button-next svg {
  transform: none;
  display: block;
}

/* optional: hover/focus states */

.slider-nav .nav-btn:hover,
.slider-nav .nav-btn:focus {
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

/* Left arrow */

.swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(40deg);
}

/* Right arrow */

.swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-prev svg {
  transform: rotate(0deg);
}

.swiper-button-next svg {
  transform: rotate(180deg);
}

/* Testimonial Slide */

.single-testi {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
}

.testimonial-content {
  width: 90%;
  color: #505050;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 140px;
  padding-top: 20px;
}

.test-name {
  color: #505050;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: flex;
}

.img-brick {
  position: absolute;
  right: 0;
  bottom: 0;
}

.follow-area {
  text-align: center;
  color: #111;
  text-align: center;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin: auto;
}

/* infinite-slider---------- */

.infinite-slider {
  width: 100%;
  overflow: hidden;
  padding: 60px 0px 25px 0px;
}

.slider-track {
  display: flex;
  gap: 9px;
  /* spacing between images */
  animation: scroll 15s linear infinite;
}

/* Image styling */

.slider-track img {
  width: 315px;
  height: auto;
  display: block;
}

/* Infinite scroll animation */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Hover to pause animation */

.infinite-slider:hover .slider-track {
  animation-play-state: paused;
}

/* footer-section------------------------------------ */

.footer-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url(./images/home/ftr-bg.webp);
  padding: 30px 30px 0px 30px;
  background-repeat: no-repeat;
  background-position: center;
  /* Center the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.footer-grid {
  display: flex;
  flex-direction: row;
  display: grid;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.col5_footer {
  grid-auto-flow: row;
  gap: 20px 20px;
  grid-template-columns: repeat(4, 1fr);

  .spanItem {
    grid-column: span 2;
  }

  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}

.bg-ftr-box {
  background-color: #323232;
  padding: 35px 0px;
  border: 1px solid #494949;
}

.ftr-box-name {
  color: #8f8f8f;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
}

.gap-for-ftr {
  gap: 40px;
}

.subs-cntent {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.email-box {
  width: 80%;
  display: flex;
}

.email-box input {
  flex: 1;
  padding: 15px 20px;
  background: #333;
  /* dark background */
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
}

.email-box input::placeholder {
  color: #ddd;
}

.email-box button {
  padding: 15px 25px;
  background: #ffffff;
  color: #1d1d1d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

.email-box button:hover {
  padding: 15px 25px;
  background: #000000 !important;
  color: #ffffff;
}

.email-box button:hover {
  background: #f1f1f1;
}

/* .logo-area {
    padding-right: 200px;
} */

.ftr-common-head {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.ftr-mail-call-head {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.ftr-common-link {
  color: #dadada;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition:
    color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  display: inline-block;
  /* required for transform */
}

.ftr-mail-link {
  color: #dadada;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition:
    color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  display: inline-block;
}

.ftr-common-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.ftr-mail-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.copy-right-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  color: #e8e8e8;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.gl-link {
  text-decoration: none;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

/* banner-slider--------------------------------------------------- */

/* ------------------------------
   MAIN SLIDER WRAPPER
------------------------------ */

.whatsapp-fixed {
  position: fixed;
  right: 10px;
  bottom: 100px;
  /* you can change */
  z-index: 9999;
  display: block;
}

.whatsapp-fixed img {
  width: 60px;
  /* adjust icon size */
  height: auto;
}

/* user-friendly----------------------------- */

/* popup-search-------------- */

/* Button */

.open-search-popup {
  cursor: pointer;
}

.unwanted {
  display: flex !important;
  margin-left: 0px !important;
}

/* Popup background */

.search-popup {
  position: fixed;
  top: 117px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: start;
  z-index: 9999;
}

/* Search bar container */

.search-box {
  width: 100%;
  background: #fff;
}

/* Search input wrapper */

.search-input-wrapper {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 12px 50px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-input-wrapper input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  color: #000000;
}

.search-input-wrapper input::placeholder {
  color: #b3b3b3;
}

/* Updated icon class */

.popup-search-icon {
  width: 20px;
  opacity: 0.6;
}

/* Close (×) icon */

.close-search {
  font-size: 28px;
  cursor: pointer;
}

.com-pt-abs {
  padding-top: 70px;
}

.gl-pb-40-cmn {
  padding-bottom: 40px;
}

.auto-img {
  margin: auto 0;
}

.gap-40s-ban {
  gap: 40px;
}

.popup-title label {
  margin-left: 20px;
}

.header-fixed {
  /* width: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform; */
}

.non-transp-hd {
  background: #172747;
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: headerSlideDown 0.35s ease forwards;
  background: #172747;
}

@keyframes headerFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-fixed.is-fixed {
  animation: headerFadeIn 0.5s ease forwards;
}

.category-wrap-clr {
  position: relative;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 95;
}

.category-wrap-clr.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  margin-top: 67px;
}

.brdr-for-btn-commn {
  border: 1px solid #000000;
}

/* Initial hidden state */

.scroll-up-anim {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: transform, opacity;
}

/* When visible */

.scroll-up-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.back-top-btn {
  position: fixed;
  left: 24px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  background-color: #000;
  border: 1px solid #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 999;
}

.back-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border: 1px solid #2e2e2e;
}

.back-top-btn:hover {
  transform: translateY(-4px);
}

.back-top-icon {
  width: 25px;
  height: 25px;
  color: #fff;
}

.name_truncats {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* search-container */

.search_box_vy {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  border-radius: 40px;
  /* Glass effect */
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.3s ease;
  cursor: pointer;
}

/* Hover effect */

.search_box_vy:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

/* SVG icon */

.search_icon_vy {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  fill: rgba(255, 255, 255, 0.8);
}

/* Input field */

.search_input_vy {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Placeholder */

.search_input_vy::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* POPUP BACKGROUND */

.search_pop_vy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: 9999;
}

/* ACTIVE STATE */

.search_pop_vy.active {
  opacity: 1;
  visibility: visible;
}

/* INNER */

.search_pop_inner_vy {
  width: 100%;
  max-width: 900px;
  position: relative;
}

/* CLOSE BUTTON */

.search_close_vy {
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* SEARCH BOX INSIDE POPUP */

.search_pop_box_vy {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
}

/* ICON */

.search_pop_box_vy svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: rgba(255, 255, 255, 0.8);
}

/* INPUT */

.search_pop_box_vy input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

/* PLACEHOLDER */

.search_pop_box_vy input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.line-brk {
  width: 1px;
  height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
}

.contct-hdr {
  color: #f5f5f5 !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  margin-left: 0px !important;
}

.cont-img {
  width: 22px;
}

.gap-right {
  gap: 15px;
}

.gl-gap-5 {
  gap: 5px;
}

.header-item {
  margin: auto 0;
}

.gap-hdr {
  gap: 80px;
}

/* banner-slider---------------------------------------- */

.margin-negetive {
  margin-top: -100px;
}

/* ============================= */

/* VIDEO SLIDER MAIN */

/* ============================= */

.video_slider_vy {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ============================= */

/* WRAPPER */

/* ============================= */

.video_slider_wrapper_vy {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ============================= */

/* SLIDES */

/* ============================= */

.video_slide_vy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

/* ============================= */

/* MASK REVEAL LAYER */

/* ============================= */

.video_slide_vy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(0%);
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

/* ACTIVE SLIDE REVEAL */

.video_slide_vy.active::after {
  transform: translateX(100%);
}

/* ============================= */

/* VIDEO BACKGROUND */

/* ============================= */

.video_bg_vy {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================= */

/* OVERLAY */

/* ============================= */

.overlay_vy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.25));
  z-index: 1;
  pointer-events: none;
}

/* ============================= */

/* CONTENT */

/* ============================= */

.content_vy {
  position: absolute;
  top: 68%;
  left: 150px;
  transform: translateY(-50%);
  color: #fff;
  max-width: 650px;
  z-index: 3;
}

/* TAG */

.tag_vy {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  display: block;
  opacity: 0;
}

/* TITLE */

.title_vy {
  color: #fff;
  font-family: "DM Sans";
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  /* 111.111% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 25px;
  opacity: 0;
}

/* BUTTON */

.btn_vy {
  padding: 12px 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
}

.btn_vy:hover {
  background: #fff;
  color: #000;
}

/* ============================= */

/* TEXT ANIMATION */

/* ============================= */

.video_slide_vy.active .tag_vy {
  animation: fadeUp_vy 0.8s ease forwards;
}

.video_slide_vy.active .title_vy {
  animation: fadeUp_vy 1s ease forwards;
  animation-delay: 0.3s;
}

.video_slide_vy.active .btn_vy {
  animation: fadeUp_vy 1s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fadeUp_vy {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ============================= */

/* RIGHT INDICATOR */

/* ============================= */

.indicator_vy {
  position: absolute;
  right: 30px;
  top: 80%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
  /* always visible */
}

/* DOT */

.dot_vy {
  width: 8px;
  height: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition:
    background 0.3s ease,
    height 0.3s ease;
}

/* ACTIVE DOT */

.dot_vy.active {
  background: #fff;
  height: 18px;
}

/* ============================= */

/* RESPONSIVE */

/* ============================= */

@media (max-width: 768px) {
  .content_vy {
    left: 30px;
    right: 20px;
  }

  .title_vy {
    font-size: 34px;
  }

  .indicator_vy {
    right: 15px;
  }
}

.common-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

/* Image default state */

.common-btn img {
  transition: transform 0.4s ease-in-out;
}

/* Hover effect */

.common-btn:hover img {
  transform: translateX(8px) rotate(45deg);
}

.white-btn {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  text-decoration-line: underline;
  text-underline-offset: 25%;
  text-transform: capitalize;
}

.black-btn {
  color: #000000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  text-decoration-line: underline;
  text-underline-offset: 25%;
  text-transform: capitalize;
}

/* dream-area--------------- */

/* =========================
   SECTION
========================= */

.dreams_area_vy {
  padding: 70px 0;
}

/* =========================
   LAYOUT
========================= */

.dreams_wrapper_vy {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* =========================
   LEFT SIDE
========================= */

.dreams_left_vy {
  flex: 1;
}

.dreams_subtitle_vy {
  color: #172747;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dreams_title_vy {
  color: #000;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}

.dreams_bottom_vy {
  display: flex;
  align-items: center;
  gap: 30px;
}

.dreams_logos_vy {
  display: flex;
  gap: 20px;
}

.dreams_logos_vy img {
  object-fit: contain;
}

/* LINK */

.dreams_link_vy {
  display: flex;
  align-items: center;
}

/* =========================
   RIGHT SIDE
========================= */

.dreams_right_vy {
  flex: 1;
}

.dreams_desc_vy {
  color: #2f2e2e;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

/* =========================
   STATS
========================= */

.dreams_stats_vy {
  display: flex;
  gap: 60px;
}

/* EACH ITEM */

.stat_item_vy {
  min-width: 130px;
  /* 🔥 prevents layout shifting */
}

/* COUNTER */

.stat_item_vy .counter {
  display: inline-block;
  width: 110px;
  color: #000;
  font-family: "DM Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  /* 🔥 makes numbers equal width */
  font-variant-numeric: tabular-nums;
}

/* LABEL */

.stat_label_vy {
  color: #535353;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .dreams_wrapper_vy {
    flex-direction: column;
    gap: 40px;
  }

  .dreams_stats_vy {
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .dreams_title_vy {
    font-size: 28px;
  }

  .stat_item_vy .counter {
    width: 100px;
    /* slightly smaller for mobile */
  }

  .counter {
    display: flex;
    justify-content: center;
  }
}

/* project-area------------------------ */

.major_projects_vy {
  background-image: url(./images/home/slide-bg.jpg);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

/* Header */

.mp_header_vy {
  position: relative;
  margin-bottom: 40px;
}

.mp_title_vy {
  color: #fff;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mp_desc_vy {
  color: #cac9c9;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Nav Buttons */

.mp_nav_vy {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  gap: 10px;
}

.mp_btn_vy {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.mp_btn_vy svg {
  width: 18px;
  stroke: #fff;
}

.mp_btn_vy:hover {
  background: #ffffff20;
}

/* Slider */

.mp_slider_wrapper_vy {
  overflow: hidden;
}

.mp_slider_vy {
  display: flex;
  gap: 25px;
  transition: transform 0.6s ease;
}

/* Cards */

.mp_card_vy {
  min-width: calc(33.333% - 17px);
  height: 350px;
  position: relative;
  overflow: hidden;
}

.mp_img_vy {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.mp_card_vy:hover .mp_img_vy {
  transform: scale(1.1);
}

/* Overlay */

.mp_overlay_vy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #000000cc, transparent);
}

/* Text */

.mp_text_vy {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  width: 65%;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Arrow */

.mp_arrow_vy {
  position: absolute;
  bottom: 35px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp_arrow_vy svg {
  width: 16px;
  stroke: #000;
}

/* Explore */

.mp_explore_vy {
  margin-top: 80px;
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.mp_explore_btn_vy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
}

.mp_explore_btn_vy span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp_explore_btn_vy svg {
  width: 14px;
  stroke: #fff;
}

/* Smooth transition */

.mp_arrow_vy {
  transition: transform 0.3s ease;
}

/* Move 5px on hover */

.mp_card_vy:hover .mp_arrow_vy {
  transform: translateX(5px);
}

/* hpr-group---------------- */

.hpr_group_vy {
  width: 100%;
  display: flex;
  flex-direction: row;
}

/* LEFT SIDE */

.hpr_left_vy {
  width: 50%;
  background-image: url("./images/home/hpr.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  /* 🔥 NEW: controls height based on image ratio */
  aspect-ratio: 14 / 9;
}

.hpr_overlay_vy {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 150px;
  color: #fff;
}

/* Logo */

.hpr_logo_vy {
  color: #fff;
  font-family: "DM Sans";
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  position: relative;
}

/* Bottom text */

.hpr_text_vy {
  color: #fff;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  border-top: 1px solid #ffffff67;
  padding-top: 30px;
}

/* RIGHT SIDE */

.hpr_right_vy {
  width: 50%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px;
  position: relative;
}

.vision-img {
  position: absolute;
  width: stretch;
  left: 0px;
  top: 140px;
}

/* Blocks */

.hpr_block_vy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hpr_title_vy {
  color: #000;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hpr_desc_vy {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  width: 80%;
}

/* 🔥 RESPONSIVE */

@media (max-width: 900px) {
  .hpr_group_vy {
    flex-direction: column;
  }

  .hpr_left_vy,
  .hpr_right_vy {
    width: 100%;
  }

  .hpr_left_vy {
    min-height: 300px;
  }

  .hpr_right_vy {
    gap: 30px;
    padding: 25px;
  }

  .hpr_text_vy {
    font-size: 13px;
  }
}

/* our-sector */

/* SECTION */

.our_sector_vy {
  background: #f5f5f5;
}

/* GRID */

.our_sector_grid_vy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* CARD */

.sector_card_vy {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

/* IMAGE WRAPPER */

.sector_img_wrap_vy {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* IMAGE */

.sector_img_vy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* important */
  position: relative;
  transition: transform 0.5s ease;
}

/* ZOOM EFFECT */

.sector_card_vy:hover .sector_img_vy {
  transform: scale(1.1);
}

/* CONTENT */

.sector_content_vy {
  margin-top: 14px;
}

/* TITLE ROW */

.sector_title_row_vy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.sector_title_vy {
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ICON */

.sector_icon_vy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sector_icon_vy svg {
  transition: transform 0.3s ease;
}

.sector_card_vy:hover .sector_icon_vy svg {
  transform: translate(5px, -5px);
}

/* TEXT */

.sector_text_vy {
  color: #575757;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.our_sector_title_vy {
  color: #000;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.our_sector_desc_vy {
  color: #2f2e2e;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #e5e5e5;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .our_sector_grid_vy {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .our_sector_grid_vy {
    grid-template-columns: 1fr;
  }

  .our_sector_vy {
    padding: 20px;
  }
}

/* ready-to-bulid-------------------- */

.ready_build_vy_section {
  width: 100%;
  height: 520px;
  background: url("./images/home/ready-bg.webp") no-repeat center/cover;
  position: relative;
  display: flex;
}

.ready_build_vy_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* content */

.ready_build_vy_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

/* title */

.ready_build_vy_title {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 123.81% */
  letter-spacing: -0.52px;
  text-transform: capitalize;
}

/* description */

.ready_build_vy_desc {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

/* button row */

.ready_build_vy_btn_row {
  display: flex;
  gap: 15px;
}

/* buttons */

.ready_build_vy_btn {
  padding: 12px 22px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: capitalize;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
  width: 190px;
  justify-content: center;
}

/* dark button */

.ready_build_vy_btn_dark {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
}

/* light button */

.ready_build_vy_btn_light {
  background: #fff;
  color: #172747;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: capitalize;
  width: 190px;
  justify-content: center;
}

/* arrow animation */

.ready_build_vy_arrow {
  transition: transform 0.3s ease;
}

/* hover effects */

.ready_build_vy_btn_dark:hover {
  background: #fff;
  color: #000;
}

.ready_build_vy_btn:hover .ready_build_vy_arrow {
  transform: translateX(5px);
}

/* responsive */

@media (max-width: 768px) {
  .ready_build_vy_title {
    font-size: 24px;
  }

  .ready_build_vy_btn_row {
    flex-direction: column;
    align-items: center;
  }
}

.gallery_vy_slide {
  padding-left: 150px;
  color: #fff;
  background-color: #172747;
}

/* Header */

.gallery_vy_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  width: 92%;
  border-bottom: 1px solid #2e3d59;
  padding-bottom: 30px;
}

.gallery_vy_header h2 {
  margin: 0;
}

.gallery_vy_header p {
  font-size: 14px;
  opacity: 0.7;
}

/* Nav Buttons */

.gallery_vy_nav {
  display: flex;
  gap: 10px;
}

.gallery_vy_nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff50;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_vy_nav svg {
  width: 20px;
  height: 20px;
}

/* Slider */

.gallery_vy_wrapper {
  overflow: hidden;
  width: 100%;
}

.gallery_vy_track {
  display: flex;
  gap: 5px;
  /* 👈 space between images */
  transition: transform 0.5s ease;
}

.gallery_vy_track img {
  object-fit: cover;
  height: auto;
}

.gallery_vy_slide-hd {
  color: #fff;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.gallery_vy_slide-cntnt {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.get_build_vy_title {
  color: #fff;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.get_build_vy_desc {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.get_build_vy_section {
  width: 100%;
  height: 520px;
  background: url("./images/home/get-banner.webp") no-repeat center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer-section */

.footer_main_vy {
  width: 100%;
  padding: 60px 0px 30px;
  z-index: 999;
  position: relative;
}

.footer_container_vy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* LEFT */

.footer_left_vy {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

.footer_logo_vy a {
  text-decoration: none;
}

.footer_desc_vy {
  margin-top: 15px;
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* RIGHT */

.footer_right_vy {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.footer_col_vy {
  display: flex;
  flex-direction: column;
  z-index: 9999;
  position: relative;
}

.footer_title_vy a {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer_link_vy {
  margin-bottom: 10px;
}

.footer_link_vy a {
  color: #474747 !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  transition: 0.3s;
  text-decoration: none;
}

/* HOVER EFFECT */

.footer_link_vy a:hover,
.footer_title_vy a:hover,
.footer_logo_vy a:hover {
  color: #000 !important;
}

/* LINE */

.footer_line_vy {
  margin-top: 90px;
  height: 1px;
  background: #dcdcdc;
  width: 100%;
}

/* ✅ RESPONSIVE */

@media (max-width: 991px) {
  .footer_container_vy {
    flex-direction: column;
    gap: 30px;
  }

  .footer_right_vy {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .footer_right_vy {
    flex-direction: column;
  }

  .footer_logo_vy a {
    font-size: 24px;
  }
}

.follow {
  color: #172747;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: capitalize;
}

.log-wid {
  width: 30px;
}

.ftr-bg {
  background-color: #172747;
}

.ftr-first {
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: capitalize;
}

.ftr-second {
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: capitalize;
}

.extra-wid {
  width: 300px;
}

.ftr-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.ftr-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.abs-line {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 80%;
}

.name_truncats {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.menu-item-has-children .menu-arrow_vy {
  transition: transform 0.3s ease;
}

/* rotate when hovering parent li */

.menu-item-has-children:hover .menu-arrow_vy {
  transform: rotate(180deg);
}

/* underline */

.nav_link_vy {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

/* underline */

.nav_link_vy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

/* hover effect */

.nav_link_vy:hover::after {
  width: 100%;
}

/* active state */

.nav_link_vy.active_line::after {
  width: 100%;
}

@media (max-width: 991px) {
  .nav_link_vy::after {
    display: none;
  }

  .listing:hover {
    transform: translateX(5px);
    color: #000000;
  }
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: #172747;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  z-index: 999;
  border: 1px solid #ffffff42;
}

/* Show Button */

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search_page_vy {
  padding: 180px 0 80px;
  background: #f7f9fc;
  min-height: 100vh;
}

.search_results_form_vy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 42px;
}

.search_results_form_vy input {
  width: 100%;
  border: 1px solid #d7dde8;
  border-radius: 6px;
  padding: 15px 16px;
  font-family: "DM Sans";
  font-size: 16px;
  outline: none;
}

.search_results_form_vy button {
  border: 0;
  border-radius: 6px;
  background: #172747;
  color: #fff;
  padding: 0 26px;
  font-family: "DM Sans";
  font-weight: 600;
}

.search_results_head_vy {
  max-width: 850px;
  margin-bottom: 26px;
}

.search_results_list_vy {
  display: grid;
  gap: 14px;
  max-width: 900px;
}

.search_result_item_vy {
  display: block;
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  padding: 22px 24px;
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.search_result_item_vy:hover {
  border-color: #172747;
  transform: translateY(-2px);
}

.search_result_item_vy span {
  display: inline-block;
  color: #68758a;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.search_result_item_vy h2 {
  color: #172747;
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}

.search_result_item_vy p,
.search_empty_vy {
  color: #4d5b70;
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.search_suggestions_vy {
  display: none;
  max-height: 360px;
  overflow-y: auto;
  margin: 14px auto 0;
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.search_suggestions_vy.active {
  display: block;
}

.search_suggestion_item_vy {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.search_suggestion_item_vy:hover {
  background: #f7f9fc;
}

.search_suggestion_item_vy span {
  color: #667085;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
}

.search_suggestion_item_vy strong {
  color: #172747;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
}

.search_suggestion_empty_vy {
  padding: 16px 18px;
  color: #667085;
  font-family: "DM Sans";
  font-size: 15px;
}

@media (max-width: 575px) {
  .search_results_form_vy {
    grid-template-columns: 1fr;
  }

  .search_results_form_vy button {
    min-height: 48px;
  }
}

/* Hover Effect */

.back-to-top:hover {
  background-color: #172747;
  transform: translateY(-3px);
}

.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 100px;
  /* above back-to-top */
  z-index: 999;
}

.whatsapp-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* contact-us---------------------- */

.bg-ex {
  background-color: #172747;
}


.contact_hpr_vy {
  padding: 180px 0px 30px 0px;
}

/* Flex Container */

.contact_hpr_inner_vy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* Left Side */

.contact_hpr_left_vy {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.contact_hpr_small_vy {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: capitalize;
}

.contact_hpr_title_vy {
  color: #172747;
  font-family: "DM Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px;
  /* 120.37% */
  letter-spacing: -0.76px;
  text-transform: capitalize;
}

/* Right Side */

.contact_hpr_right_vy {
  max-width: 40%;
  display: flex;
  align-items: center;
}

.contact_hpr_right_vy p {
  color: #2f2e2e;
  text-align: justify;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

/* ✅ Responsive */

@media (max-width: 991px) {
  .contact_hpr_inner_vy {
    flex-direction: column;
    gap: 10px;
  }

  .contact_hpr_left_vy,
  .contact_hpr_right_vy {
    max-width: 100%;
  }

  .contact_hpr_title_vy {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact_hpr_vy {
    padding: 50px 0;
  }

  .contact_hpr_title_vy {
    font-size: 26px;
  }

  .contact_hpr_right_vy p {
    font-size: 14px;
  }
}

/* BUTTON WRAP */

.contact_btn_wrap_vy {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* SUBMIT BUTTON */

.contact_btn_vy {
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  background-color: #172747;
}

.bg-whites {
  background-color: #ffffff !important;
  color: #172747;
}

/* Button wrapper */

.contact_btn_wrap_vy {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Arrow button */

.contact_arrow_btn_vy {
  background: #1d2b44;
  border: none;
  width: 48px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* SVG icon */

.contact_arrow_icon_vy {
  width: 20px;
  height: 20px;
  color: #fff;
  transition: transform 0.3s ease;
}

.contact_arrow_new {
  width: 20px;
  height: 20px;
  color: #1d2b44;
  transition: transform 0.3s ease;
}

/* 🔥 MAIN EFFECT */

.contact_btn_wrap_vy:hover .contact_arrow_btn_vy {
  transform: translateX(6px);
}

/* Optional: icon also moves slightly */

.contact_btn_wrap_vy:hover .contact_arrow_icon_vy {
  transform: translateX(3px);
}

/* HOVER ZOOM */

.contact_img_wrap_vy:hover img {
  transform: scale(1.08);
}

/* IMAGE WRAP (IMPORTANT) */

.contact_img_wrap_vy {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* hides zoom overflow */
}

/* IMAGE */

.contact_img_wrap_vy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  /* smooth zoom */
}

/* HOVER ZOOM */

.contact_img_wrap_vy:hover img {
  transform: scale(1.08);
}

.bg-ext-ftr {
  background-color: #f1f3f6 !important;
}

.main-section #smooth-content {
  padding-top: 200px;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .container-common {
    padding: 0 60px;
  }
}

@media (max-width: 991px) {
  .contact_form_wrapper_vy {
    flex-direction: column;
  }

  .contact_left_vy,
  .contact_right_vy {
    width: 100%;
  }

  .contact_row_vy {
    flex-direction: column;
  }

  .contact_input_vy {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .container-common {
    padding: 0 20px;
  }

  .contact_title_vy {
    font-size: 24px;
  }
}

/* corporate-area */

/* Section */

.operate_vy {
  padding: 60px 0;
}

/* Header */

.operate_header_vy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.operate_subtitle_vy {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -1.08px;
  text-transform: capitalize;
}

.operate_title_vy_common {
  color: #172747;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1.52px;
  text-transform: capitalize;
}

/* Layout */

.operate_content_vy {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #172747;
  border-bottom: 1px solid #172747;
  padding-top: 45px;
  padding-bottom: 45px;
}

/* Left */

.operate_left_vy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 45%;
  justify-content: space-between;
}

/* Contact row */

.operate_contact_vy {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

/* Item */

.operate_item_vy {
  display: flex;
  align-items: flex-start;
  gap: 15px;

}

/* Icon Image */

.operate_icon_vy {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.operate_icon_vy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Text */

.operate_text_vy {
  color: #172747;
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1.32px;
}

/* Right */

.operate_right_vy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* Responsive */

@media (max-width: 991px) {
  .operate_content_vy {
    flex-direction: column;
    align-items: flex-start;
  }

  .operate_left_vy,
  .operate_right_vy {
    width: 100%;
  }

  .operate_contact_vy {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .operate_vy {
    padding: 40px 0;
  }

  .operate_title_vy {
    font-size: 22px;
  }

  .operate_text_vy {
    font-size: 14px;
  }

  .operate_icon_vy {
    width: 30px;
    height: 30px;
  }
}

/* accordion */

.cont_acoorr_vy_section {
  padding: 60px 0;
}

/* Heading */

.cont_acoorr_vy_head {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cont_acoorr_vy_small {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -1.08px;
  text-transform: capitalize;
}

.cont_acoorr_vy_title {
  color: #172747;
  text-align: center;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.52px;
  text-transform: capitalize;
}

/* Wrapper */

.cont_acoorr_vy_wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

/* Item */

.cont_acoorr_vy_item {
  border-bottom: 1px solid #ddd;
}

/* Question */

.cont_acoorr_vy_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  background: #fff;
}

.cont_acoorr_vy_question p {
  font-size: 15px;
  margin: 0;
}

/* Icon */

.cont_acoorr_vy_icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.cont_acoorr_vy_icon svg {
  width: 100%;
  height: 100%;
  stroke: #333;
  fill: none;
  stroke-width: 2;
}

/* Rotate when active */

.cont_acoorr_vy_item.active .cont_acoorr_vy_icon {
  transform: rotate(180deg);
}

/* Answer */

.cont_acoorr_vy_answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.cont_acoorr_vy_answer p {
  padding: 15px 20px;
  font-size: 14px;
  color: #555;
}

/* Active open */

.cont_acoorr_vy_item.active .cont_acoorr_vy_answer {
  max-height: 200px;
}

.acor-contnt {
  padding: 10px 30px 30px 30px;
}

.accor-head-vy {
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.acor-contnt {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

/* Responsive */

@media (max-width: 768px) {
  .cont_acoorr_vy_title {
    font-size: 22px;
  }

  .cont_acoorr_vy_question {
    padding: 15px;
  }
}

/* about-page--------------------------------- */

.abt_story_vy_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
}

/* Top Text */

.abt_story_vy_top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.abt_story_vy_text {
  width: 80%;
  color: #5e5e5e;
  font-family: "DM Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

/* Bottom Layout */

.abt_story_vy_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 350px;
}

/* Image */

.abt_story_vy_img {
  flex: 1;
}

.abt_story_vy_img img {
  width: 100%;
  height: auto;
  display: block;

  clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}

/* Content */

.abt_story_vy_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.abt_story_vy_subtitle {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.abt_story_vy_title {
  color: #172747;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.abt_story_vy_desc {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}


.abt_story_vy_line {
  position: relative;
  width: 80%;
  height: 2px;
  background: #1d2b4f;
}

.abt_story_vy_arrow {
  position: absolute;
  left: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #1d2b4f;
  border-bottom: 2px solid #1d2b4f;
  transform: rotate(45deg);
}

/* ================= RESPONSIVE ================= */

/* Tablet */

@media (max-width: 991px) {
  .abt_story_vy_title {
    font-size: 26px;
  }

  .abt_story_vy_title {
    font-size: 28px;
    line-height: 34px;
  }

  .abt_story_vy_title {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .abt_story_vy_bottom {
    flex-direction: column;
    gap: 40px;
  }
}

/* Mobile */

@media (max-width: 575px) {
  .container-common {
    padding: 0 20px;
  }

  .abt_story_vy_text {
    font-size: 16px;
  }

  .abt_story_vy_title {
    font-size: 22px;
  }

  .abt_story_vy_desc {
    font-size: 14px;
  }
}

.abt-banner {
  position: relative;
  width: 100%;
  height: 728px;
  min-height: 300px;
  background: url("./images/about/abt-banner.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  overflow: hidden;
}

.trading-banner {
  position: relative;
  width: 100%;
  height: 728px;
  min-height: 300px;
  background: url("./images/trading/trading-banner.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  overflow: hidden;
}

.logistics-banner {
  position: relative;
  width: 100%;
  height: 728px;
  min-height: 300px;
  background: url("./images/logistics/logistics-banner.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  overflow: hidden;
}

.trade-product {
  position: relative;
  width: 100%;
  height: 728px;
  min-height: 300px;
  background: url("./images/products/trade-product-banner.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  overflow: hidden;
}

.fabrication-banner {
  position: relative;
  width: 100%;
  height: 728px;
  min-height: 300px;
  background: url("./images/fabrication/fabrication-banner.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: #fff;
  overflow: hidden;
}

.abt-main-top {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: capitalize;
}

/* Section */

.mis_vis_vy {
  position: relative;
  width: 100%;
  padding: 160px 0;
  color: #fff;
  /* Parallax Effect */
  background-image: url("./images/about/abt-vis-mis.webp");
  /* you provide */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Overlay (optional for dark effect) */

/* Container content above overlay */

.mis_vis_vy .container-common {
  position: relative;
  z-index: 1;
}

/* Row */

.mis_vis_vy_row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

/* Column */

.mis_vis_vy_col {
  display: flex;
  flex-direction: column;
  width: 40%;
}

/* Icon */

.mis_vis_vy_icon img {
  object-fit: contain;
}

/* Title */

.mis_vis_vy_title {
  color: #fff;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  /* 138.889% */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.wid-pad {
  padding-bottom: 20px;
}

/* Text */

.mis_vis_vy_text {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.mis_vis_vy_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: item;
}

.mis_vis_vy_list div {
  position: relative;
  padding-left: 20px;
}

.mis_vis_vy_list div::before {
  counter-increment: item;
  content: counter(item) ") ";
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .mis_vis_vy {
    padding: 80px 0;
    background-attachment: scroll;
    /* fix for mobile */
  }

  .mis_vis_vy_row {
    flex-direction: column;
    gap: 50px;
  }

  .mis_vis_vy_col {
    max-width: 100%;
  }

  .mis_vis_vy_title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .mis_vis_vy {
    padding: 60px 0;
  }

  .mis_vis_vy_text {
    font-size: 13px;
  }

  .mis_vis_vy_icon {
    width: 50px;
    height: 50px;
  }
}

/* counter------------------------ */

.abt_count_new_vy {
  width: 100%;
}

.abt_count_new_vy_row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.abt_count_new_vy_col {
  flex: 1;
  padding: 40px 20px;
  border-right: 1px solid #172747;
}

.abt_count_new_vy_col:last-child {
  border-right: none;
}

/* FIXED WIDTH NUMBER (NO SHAKE) */

.abt_count_new_vy_num {
  font-size: 75px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  /* 🔥 KEY FIXES */
  min-width: 200px;
  /* increase based on biggest value */
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  /* optional smoothness */
  letter-spacing: 1px;
  font-family: "DM Sans";
}

.abt_count_new_vy_label {
  color: #535353;
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-top: 10px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .abt_count_new_vy_col {
    border-right: none;
    border-bottom: 1px solid #172747;
  }

  .abt_count_new_vy_col:last-child {
    border-bottom: none;
  }
}

/* fabrication-page----------------- */

/* --- Global Resets & Container --- */

.fabrication_area_vy {
  position: relative;
  overflow: visible;
}

.gap-80 {
  gap: 80px;
}

/* User-defined container exactly as specified */

/* --- Header / Navigation --- */

.fabrication_area_vy_header {
  background-color: #f0f5ff;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 20px 0 20px 0;
}

/* Base utility classes from provided structure */

.gl-po-rel {
  position: relative;
}

.gl-d-flex {
  display: flex;
}

/* Override column behavior for Desktop view horizontally */

.fabrication_area_vy_header .gl-fd-column {
  flex-direction: row;
  align-items: center;
  gap: 45px;
}

.listing-new {
  color: #9d9d9d;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.anim-new {
  /* Extends click target and aligns bottom border */
  transition: color 0.3s ease;
}

.listing-new:hover,
.listing-new.active {
  color: #1f2945;
}

/* ScrollSpy / Active Underline logic via ::after */

.listing-new::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Align precisely over header border */
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1f2945;
  transition: width 0.35s ease;
}

.listing-new:hover::after,
.listing-new.active::after {
  width: 100%;
}

/* --- Hero Section --- */

.fabrication_area_vy_hero {}

.fabrication_area_vy_hero_content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}

.fabrication_area_vy_hero_left {
  flex: 1;
}

.fabrication_area_vy_hero_subtitle {
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.fabrication_area_vy_hero_title {
  color: #172747;
  font-family: "DM Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  /* 120.37% */
  letter-spacing: -1.24px;
  text-transform: capitalize;
}

.fabrication_area_vy_hero_right {
  flex: 1;
}

.fabrication_area_vy_hero_right .fabrication_area_vy_text {
  color: #2f2e2e;
  text-align: justify;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.brd-btm-line {
  border-bottom: 1px solid #d8d8d8;
}

/* --- Main Content Sections --- */

.fabrication_area_vy_section {
  padding: 70px 0;
}

.fabrication_area_vy_row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
}

.fabrication_area_vy_row_reverse {
  flex-direction: row-reverse;
}

.fabrication_area_vy_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fabrication_area_vy_col_image {
  max-width: 50%;
}

.fabrication_area_vy_img_wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.fabrication_area_vy_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fabrication_area_vy_section_title {
  color: #172747;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  /* 166.667% */
  letter-spacing: -1.52px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.fabrication_area_vy_text p {
  margin: 0 0 20px 0;
  color: #2f2e2e;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.fabrication_area_vy_text p:last-child {
  margin-bottom: 0;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* --- Responsive Adjustments --- */

@media (max-width: 1200px) {
  .container-common {
    padding: 0 80px;
  }
}

@media (max-width: 992px) {
  .container-common {
    padding: 0 40px;
  }

  .fabrication_area_vy_hero_title {
    font-size: 42px;
  }

  .fabrication_area_vy_row {
    gap: 40px;
  }

  /* Stack alternative layout sections logically */
  .fabrication_area_vy_row,
  .fabrication_area_vy_row_reverse {
    flex-direction: column;
    gap: 35px;
  }

  .fabrication_area_vy_img_wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .fabrication_area_vy_hero_content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  .py-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .listing-new {
    color: #9d9d9d;
    font-family: "DM Sans";
    font-size: 14px;
  }

  .gap-80 {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .container-common {
    padding: 0 20px;
  }

  /* Stack / Horizontal scroll on mobile */
  .fabrication_area_vy_header .gl-fd-column {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 30px;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide scrollbar visually while maintaining scroll functionality */
  .fabrication_area_vy_header .gl-fd-column::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }

  .fabrication_area_vy_hero_content {
    flex-direction: column;
    text-align: left;
    gap: 30px;
  }

  .fabrication_area_vy_hero_title {
    font-size: 36px;
  }

  .fabrication_area_vy_col_image {
    max-width: 100%;
  }

  .fabrication_area_vy_section {
    padding: 60px 0;
  }
}

.fabrication_area_vy_float_nav {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #f0f5ff;
  padding: 5px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 34%);
  z-index: 99999;
  opacity: 0;
  transition: all 0.4s ease;
}

/* SHOW */

.fabrication_area_vy_float_nav.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.gap-20s {
  gap: 20px;
}

/* Mobile scroll */

@media (max-width: 768px) {
  .fabrication_area_vy_float_nav {
    width: 90%;
  }
}

.fabrication_area_vy_float_nav .listing-new::after {
  display: none !important;
}

/* Base style */

.fabrication_area_vy_float_nav .listing-new {
  padding: 10px 18px;
  transition: all 0.3s ease;
}

/* ACTIVE state */

.fabrication_area_vy_float_nav .listing-new.active {
  background-color: #172747;
  color: #fff;
}

/* Hover (optional nice feel) */

.fabrication_area_vy_float_nav .listing-new:hover {
  background-color: #e1e4ec;
}

.gl-py-25-detail {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* our-projects-------------- */

/* Toggle */

.sector_toggle_vy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.arrow_vy {
  transition: 0.3s;
}

/* Rotate arrow */

.sector_select_vy.active .arrow_vy {
  transform: rotate(180deg);
}

/* Dropdown */

.sector_dropdown_vy {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.sector_select_vy.active .sector_dropdown_vy {
  max-height: 300px;
}

/* Radio Grid */

.sector_options_vy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 20px 0;
}

.sector_options_vy label {
  font-size: 14px;
  cursor: pointer;
}

/* Gallery */

.sector_gallery_vy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* Card */

/* Overlay */

.overlay_vy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Icon */

.icon_vy {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 8px;
}

/* Responsive */

@media (max-width: 992px) {
  .sector_gallery_vy {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .sector_gallery_vy {
    grid-template-columns: 1fr;
  }

  .sector_options_vy {
    grid-template-columns: 1fr;
  }

  .extra-wid {
    width: 100%;
  }

}

.flx {
  display: flex;
  margin: auto 0;
  gap: 7px;
  color: #a8a8a8;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}

.project-grid {
  display: flex;
  flex-direction: row;
  display: grid;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 90px;
}

.col5_col4lg_col3-project-grid {
  grid-auto-flow: row;
  gap: 20px 20px;
  grid-template-columns: repeat(4, 1fr);

  .spanItem {
    grid-column: span 2;
  }

  @media (max-width: 1366px) {
    grid-template-columns: repeat(4, 1fr);
  }

  @media (max-width: 1200px) {
    grid-template-columns: repeat(3, 1fr);

    .spanItem {
      grid-column: span 2;
    }
  }

  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 850px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 575px) {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Image zoom effect (optional but nice) */

.vy_img_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  overflow: hidden !important;
  cursor: pointer;
}

/* 🔥 Gradient Overlay */

.vy_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.4) 28%,
      rgba(0, 0, 0, 0.1) 34%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

/* Content */

.vy_content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 70px;
  color: #fff;
  z-index: 2;
  transition: transform 0.4s ease;
}

/* 🔘 Icon */

.vy_icon {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  /* 🔥 smooth movement */
  transition:
    transform 0.4s ease-in-out,
    background 0.3s ease;
}

/* 🔥 HOVER EFFECTS */

.vy_img_card:hover .vy_icon {
  transform: translateX(4px);
  /* moves right smoothly */
}

.vy_img_card:hover .vy_overlay {
  opacity: 0.95;
}

.vy_img_card:hover .vy_content {
  transform: translateY(-5px);
}

.proj-hd {
  margin-top: 15px;
  color: #ffffff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.zoom-area-vy {
  overflow: hidden;
  position: relative;
}

.zoom-area-vy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}

/* Hover Zoom Effect */

.zoom-area-vy:hover img {
  transform: scale(1.1);
}

.detail-content {
  color: #2f2e2e;
  text-align: justify;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* ===== GRID SECTION ===== */

.video_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* 🔥 IMPORTANT: controls height */
  grid-auto-rows: 200px;
}

/* ===== VIDEO ITEM ===== */

.video_item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

/* hover effect */

/* play icon */

.video_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* SVG ICON */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='24,18 24,46 46,32' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}

/* ===== BIG ITEM (SPAN) ===== */

.video_item.spanItem {
  grid-column: span 2;
  grid-row: span 2;
  /* 🔥 key fix */
}

/* ===== POPUP ===== */

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* popup inner */

.popup_inner {
  width: 90%;
  max-width: 850px;
  position: relative;
}

/* iframe */

.popup_inner iframe {
  width: 100%;
  height: 480px;
  border-radius: 10px;
}

/* close button */

.close_popup {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.video_heading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.video_box {
  display: flex;
  flex-direction: column;
}

.video_item {
  height: 400px;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 1366px) {
  .video_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .video_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .video_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 🔥 disable span for clean mobile */
  .video_item.spanItem {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popup_inner iframe {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .video_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .popup_inner iframe {
    height: 250px;
  }
}

.m-auto-cmn {
  margin: auto;
}

.content_truncate-right-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content_truncate-right-content-para {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* SECTION */
.hpr_reach_form_section {
  position: relative;
  width: 100%;

  background: url("../assets/images/contact/bridge.webp") no-repeat center/cover;
  display: flex;
  align-items: center;
  padding: 60px 70px;
  border-radius: 8px;
}

/* OVERLAY */
.hpr_reach_form_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 37, 64, 0.842);
  /* keep slight transparency */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(6px);
  /* Safari support */
  z-index: 0;
}

/* CONTAINER */
.hpr_reach_form_container {
  position: relative;
  z-index: 1;
  width: 100%;

  display: flex;
  gap: 40px;
  align-items: center;
}

/* MAP */
.hpr_reach_form_map {
  position: relative;

  border-radius: 12px;
  padding: 20px;
}

.hpr_reach_form_map img {
  width: 100%;
  height: auto;
}

/* CONTENT */
.hpr_reach_form_content {
  position: relative;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  color: #fff;
}

/* TEXT */
.hpr_reach_form_subtitle {
  color: #fff;

  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.hpr_reach_form_title {
  color: #fff;

  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}

/* FORM */
.hpr_reach_form_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ROW */
.hpr_reach_form_row {
  display: flex;
  gap: 20px;
}

/* INPUT */
.hpr_reach_form_input {
  flex: 1;
  padding: 14px;
  background: transparent;
  border: 1px solid #c8c8c8;
  color: #fff;
  outline: none;
  border-radius: 8px;
}

/* TEXTAREA */
.hpr_reach_form_textarea {
  padding: 14px;
  min-height: 120px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  resize: none;
  border-radius: 8px;
}

/* NOTE */
.hpr_reach_form_note {
  color: #fff;

  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* BUTTON */
.hpr_reach_form_btn_wrap {
  margin-top: 10px;
}

.hpr_reach_form_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.hpr_reach_form_arrow {
  font-size: 16px;
}

.hpr_reach_form_input::placeholder {
  color: rgb(255, 255, 255);
  /* change this to any color */

  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hpr_reach_form_textarea::placeholder {
  color: rgb(255, 255, 255);
  /* change as needed */
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hpr_reach_form_container {
    flex-direction: column;
  }

  .hpr_reach_form_row {
    flex-direction: column;
  }

  .hpr_reach_form_title {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .hpr_reach_form_section {
    padding: 40px 15px;
  }

  .hpr_reach_form_map {
    padding: 10px;
  }


  .content_vy {
    top: 75%;
  }
}

.founder-width {
  width: 110px;
}

.your-text-class {
  position: relative;
  padding-left: 18px;
  font-family: "DM Sans";
}

.your-text-class::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  font-family: "DM Sans";
}

.your-text-class-two {
  position: relative;
  padding-left: 18px;
  font-family: "DM Sans";
}

.your-text-class-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  font-family: "DM Sans";
}

.feature-box {
  font-family: "DM Sans";
}

.sub-heading {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.specification-box {
  font-family: "DM Sans";
}

.specification-item {
  font-family: "DM Sans";
}

.feature-item {
  font-family: "DM Sans";
}

.main-heading {
  font-family: "DM Sans";
}

/* FABRICATION MORE SECTION --------------------------------------------*/

.new-area-fabs {
  width: 100%;
  padding: 100px 0;
  background: #f3f3f3;
}

.new-area-fabs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 90px;
  margin-bottom: 100px;
}

.new-area-fabs-grid:last-child {
  margin-bottom: 0;
}

.new-area-fabs-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.new-area-fabs-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #17233c;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.new-area-fabs-title {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  color: #172747;
  margin-bottom: 25px;
  font-family: "DM Sans";

}

.new-area-fabs-small-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  color: #17233c;
  margin-bottom: 22px;
  font-family: "DM Sans";
}

.new-area-fabs-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #000000;
  margin-bottom: 5px;
  font-family: "DM Sans";
}

.new-area-fabs-content p:last-child {
  margin-bottom: 0;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {

  .container-common {
    padding: 0 60px;
  }

  .new-area-fabs-grid {
    gap: 60px;
  }

  .new-area-fabs-title {
    font-size: 34px;
  }

  .new-area-fabs-small-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {

  .container-common {
    padding: 0 40px;
  }

  .new-area-fabs-grid {

    gap: 40px;
    margin-bottom: 80px;
  }

  .new-area-fabs-title {
    font-size: 30px;
  }

  .new-area-fabs-small-title {
    font-size: 26px;
  }

  .new-area-fabs-grid {

    align-items: unset;

  }


}

@media (max-width: 767px) {

  .new-area-fabs {
    padding: 50px 0;
  }

  .container-common {
    padding: 0 20px;
  }

  .new-area-fabs-grid {
    gap: 10px;
    margin-bottom: 40px;
  }

  .new-area-fabs-title {
    font-size: 25px;
  }

  .new-area-fabs-small-title {
    font-size: 22px;
  }

  .new-area-fabs-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .new-area-fabs-small-title {

    margin-bottom: 10px;

  }
}


/* trade-product---------------------- */


.trade-product-area {
  width: 100%;
  padding: 100px 0;
  background: #f7f7f7;
}

.trade-product-row {
  display: flex;

  justify-content: space-between;
  gap: 80px;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dddddd;
}

.trade-product-row:last-child {
  margin-bottom: 0;
}

.trade-product-row-reverse {
  flex-direction: row;
}

.trade-product-image {
  width: 280px;
  flex-shrink: 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #e1e1e1;
  margin: auto;
}

.trade-product-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.trade-product-content {
  flex: 1;
}

.trade-product-title {
  color: #172747;

  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

.trade-product-text {
  color: #2F2E2E;

  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.trade-product-text:last-child {
  margin-bottom: 0;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {

  .trade-product-row {
    gap: 50px;
  }

  .trade-product-title {
    font-size: 32px;
  }

}

@media (max-width: 991px) {


  .trade-product-row-reverse {
    flex-direction: column-reverse !important;
    gap: 30px;
    margin-bottom: 80px;

  }

  .trade-product-row {
    gap: 30px;
    margin-bottom: 80px;
    flex-direction: column;
  }

  .trade-product-image {
    width: 240px;

  }

  .trade-product-title {

    line-height: 30px;
  }



  .trade-product-title {
    font-size: 28px;
  }

  .trade-product-image {

    margin: auto 0;
  }

}

@media (max-width: 767px) {

  .trade-product-area {
    padding: 70px 0;
  }

  .trade-product-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .trade-product-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .trade-product-row {
    margin-bottom: 40px;
  }

  .trade-product-row {

    padding-bottom: 40px;
    ;
  }

}

@media (max-width: 575px) {

  .trade-product-image {
    width: 236px;
  }

  .trade-product-title {
    font-size: 22px;
  }

  .trade-product-text {
    font-size: 14px;
  }
  .main-section #smooth-content{
    padding-top:50px;
  }

}

.line-for {
  border-top: 1px solid rgb(224, 224, 224);

  padding-bottom: 30px;
}

.vid-head-ytube {
  margin-top: 15px;
  color: #172747;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.z-index-social {
  z-index: 999 !important;
}
