@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

body {
  font-family: "Instrument Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;

  scroll-behavior: smooth;
}

:root {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #000;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

nav {
  gap: 50px;
}
nav a {
  font-weight: 500;
}

#header {
  padding: 15px 0;
}
.py-constant {
  padding: 70px 0;
}

.hero {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.dark {
  color: #fff;
}

.dark .button {
  background: #fff;
  color: #000;
}

.button {
  padding: 15px 30px;
  font-size: 15px;
  border-radius: 60px;
  font-weight: 500;
  background: #020e12;
  color: #fff;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}
.button {
  margin-top: 20px;
  display: block;
  width: fit-content;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}
h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.content {
  width: 50%;
}

.arrow {
  display: flex;
  align-items: center;
  position: relative;
}

.arrow img {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 10px;
}

.arrow {
  padding-right: 50px;
}

.center {
  text-align: center;
}

.narrow-section .container {
  max-width: 950px;
}

.counter-area {
  background: #020e12;
}

.middle {
  margin: 0 auto;
}

.cr-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff3d;
  margin-bottom: 70px;
}

.cr-box h3::before {
  counter-increment: section;
  content: "0" counter(section) "";
  font-size: 180px;
  font-weight: 400;
  -webkit-text-fill-color: #00000000; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff6f0063;
  position: absolute;
  top: -100px;
  left: -20px;
}

.counter-area {
  counter-reset: section;
}

.cr-box h3 {
  margin: 0;
  position: relative;
  font-size: 24px;
  font-weight: 400;
}

.cr-box p {
  padding-left: 35px;
}

.im-box {
  border: 1px solid #e3e3e3;
  margin-right: 20px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 35px 0 #0000000e;
}

.im-box h3 {
  margin-bottom: 0 !important;
  font-weight: 400;
}

.im-box p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}

.dark {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.collective-area {
  min-height: 470px;
  display: flex;
  align-items: center;
}

.contact-area .gap {
  gap: 45px;
}

.contact-area .col {
  text-align: left;
}

.contact-area .dt-box {
  justify-content: start;
  gap: 10px;
  margin-bottom: 14px;
}

.sc-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.contact-area .col:first-child {
  width: 40%;
}

.footer-inner {
  background: #020e12;
  padding-top: 70px;
}

.footer-inner nav a {
  color: #fff;
}

.footer-inner nav {
  justify-content: center;
  margin-top: 30px;
}

.footer-inner p {
  max-width: 850px;
  margin: 20px auto;
}

.copyright {
  border-top: 1px solid #ffffff85;
  padding-top: 15px;
  margin-top: 40px;
  padding-bottom: 15px;
}

/* Inner Pages Css */
.hero-inner {
  min-height: 450px;
  display: flex;
  align-items: center;
}

.gap {
  gap: 45px;
}

.about-area h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

marquee {
  display: flex !important;
}

.ic-box {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.ic-box .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

marquee {
  padding: 10px;
}

.inner-page h2 {
  margin-bottom: 40px;
}

.inner-page .wrapper {
  align-items: stretch;
}

.im-box {
  width: 100%;
}

.pad-box .im-box {
  padding: 45px;
}

.services.inner-page {
  padding-bottom: 0;
}

.pad-box .wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.pad-box .im-box {
  width: calc(17% - 20px);
  margin-bottom: 20px;
}

.career-box {
  background: #020e12;
  color: #fff;
  padding: 44px 25px;
}

.top-area {
  display: flex;
  align-items: start;
  gap: 35px;
}

.career-box h4 {
  color: #ee7700;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.career-box h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.career-box ul {
  list-style: none;
  padding: 0;
}

.career-box li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 18px;
}

.career-box li::before {
  content: "";
  background: url(/assets/images/check.png);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
}

/* Hamburger button */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
}

/* Mobile menu (hidden by default) */
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #fff;
  border-top: 1px solid #ddd;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  z-index: 99;
}

.mobile-menu a {
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}

.mobile-menu a:hover {
  background-color: #f0f0f0;
}

.ic-box .wrapper {
  gap: 20px;
}

.swiper-wrapper {
  transition-timing-function: linear !important; /* smooth constant speed */
}

.ic-area {
  padding-top: 35px;
}

.col.small {
  width: 75%;
}

.col.small img {
  width: 100%;
}
.about-area p {
  text-align: justify;
}
/* Responsive styles */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .mobile-menu.show {
    display: flex;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .content {
    width: 100%;
    text-align: center;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .cr-box {
    display: flex;
    flex-direction: column;
  }

  .cr-box h3 {
    height: 115px;
  }

  .cr-box h3::before {
    top: -100px;
  }

  .counter-area .box-wrapper {
    margin-top: 95px;
  }

  .py-constant {
    padding: 30px 0;
  }

  .im-box {
    width: 100% !important;
  }

  .wrapper.flex {
    flex-wrap: wrap;
    gap: 20px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .contact-area .col {
    width: 100% !important;
  }

  iframe {
    width: 100%;
  }

  .footer-inner {
    padding-top: 40px !important;
    padding: 20px;
  }

  .footer-inner nav {
    flex-direction: column;
    gap: 14px;
  }
  .im-box {
    margin-right: 0 !important;
  }

  .container {
    /* padding: 0 20px; */
    width: calc(100% - 30px);
  }
  .ic-box .wrapper {
    gap: 20px;
  }
  .hero {
    min-height: 640px;
  }

  button#menu-btn.close::before,
  button#menu-btn.close::after {
    background: #000;
    height: 1px;
    width: 17px;
    position: absolute;
    content: "";
  }

  button#menu-btn.close span {
    display: none;
  }

  .menu-toggle {
    position: relative;
  }

  button#menu-btn.close::before {
    transform: rotate(60deg);
  }

  button#menu-btn.close::after {
    transform: rotate(-60deg);
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .about-area .flex {
    flex-wrap: wrap-reverse;
    gap: 20px;
    text-align: center;
    justify-content: center;
  }

  .about-area img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .about-area .inner {
    text-align: center;
  }

  .contact-area .dt-box.flex {
    flex-wrap: nowrap;
  }
  .hero-inner {
    min-height: 300px;
  }
  .top-area {
    flex-wrap: wrap;
    text-align: left;
  }

  .career-box li {
    text-align: left;
  }
}
