html,
body {
  margin: 0;
  padding: 0;
  overflow: overlay;
}

body {
  transition: all 0.3s ease;
}

* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.hero-mobile-img {
  display: none;
}

.video-bg-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  filter: brightness(0.3);
}

#hero h1,
#hero p {
  color: #141414 !important;
}

#hero.hero-home {
  background-color: #141414;
}

#hero.hero-home h1,
#hero.hero-home p {
  color: #fff !important;
}

.text-wrap {
  position: relative;
  z-index: 1;
}

#contact-us-form {
  scroll-margin: 200px;
}

a {
  cursor: pointer;
}

.navbar-brand {
  max-width: 120px !important;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 200;
  background-color: #fcfdfc;
  position: fixed;
  top: 0;
  opacity: 1;
  transition: all 0.5s ease;
}

.pulsating-circle {
  width: 50px;
  height: 50px;
  animation: pulsate 1.5s infinite;
}

.preloader.hide-preloader {
  visibility: hidden;
}

@keyframes pulsate {
  0% {
    transform: scale(1) rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: scale(1.5) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
}

#hero h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 67px;
  line-height: 1;
  text-transform: capitalize;
  color: #141414;
  margin-bottom: 26px;
}

#hero .video-wrap {
  flex-basis: 50%;
  width: 100%;
  height: max-content;
}

#hero .video-wrap video {
  width: 100%;
  border-radius: 20px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2814, 14, 14, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bg-green {
  background-color: #fcfdfc !important;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 900;
  background: #fcfdfcb7 !important;
  backdrop-filter: blur(21px);
  padding-block: 20px;
  padding-inline: 5%;
}

.nav-link,
.dropdown-item {
  color: #141414 !important;
  font-size: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #76885b !important;
  color: #f5f5f5 !important;
}

.navbar-toggler {
  padding-inline: 0;
  box-shadow: none !important;
  border: none;
}

.navbar-nav {
  gap: 20px;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #76885b;
  text-decoration: none;
}

nav .dropdown-toggle {
  background-color: none;
  outline: none;
  border: none;
}

nav .nav-item {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  background: #fcfdfcd2 !important;
  z-index: 999;
}

.brand img {
  cursor: pointer;
}

.brand-link {
  display: flex;
  align-items: center;
  max-width: max-content;
  cursor: pointer;
}

.brand-link img {
  max-width: 18px;
  margin-left: 8px;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out;
}

.brand-link:hover img {
  transform: translateX(5px);
}

.badge-pill {
  color: #141414;
  border-radius: 36px;
  padding: 5px 14px 5px 5px;
  max-width: max-content;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
}

.badge-pill.yellow {
  background-color: #f6c411;
}

.badge-pill.brown {
  background-color: #eb4e0b44;
}

.badge-pill.purple {
  background-color: #6d0beb54;
}

.badge-pill.yellow img,
.badge-pill.purple img,
.badge-pill.brown img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  animation: rotation 4s infinite linear;
}

.badge-pill.blue img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  animation: rotation 4s infinite linear;
}

#hero.hero-home .badge-pill {
  padding: 5px 14px 5px 5px;
  color: #141414 !important;
}

#hero .badge-pill {
  padding: 5px 14px 5px 5px;
}

.badge-pill.blue {
  background-color: #0bc2eb87;
  padding: 5px 18px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.brand-button {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #141414;
  background: #fff;
  border: 1.5px solid #141414;
  margin-top: 31px;
  display: inline-block;
  border-radius: 6.39px;
  transition: 0.3s;
  width: max-content;
  padding: 15px 34px;
  outline: none !important;
}

.brand-button:hover {
  background: #76885b;
  border: 1.5px solid #76885b;
  color: #fff;
}

.brand-button.line {
  color: #7da344;
  background: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.brand-button.line svg {
  fill: #7da344;
  stroke: #7da344;
  transition: 0.3s;
}

.brand-button.line:hover {
  color: #f5f5f5;
}

.brand-button.line:hover svg {
  fill: #fff;
  stroke: #fff;
}

.description {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(20, 20, 20, 0.8);
  text-align: justify;

}

p {
  margin: 0;
}
.gallery-item:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #141414;
}

.gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #141414;
}

video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

img {
  object-position: center;
}

#hero {
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/hero-video-bg.webp') no-repeat;
  background-size: cover;
  padding-top: 0px;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 5%;
}

#hero .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  height: max-content;
  gap: 123px;
}

#hero .wrapper .text-wrap {
  flex-basis: 50%;
}

#hero .text-wrap .description {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #141414;
  max-width: 85%;
  text-align: justify;
}

#hero .wrapper .img-wrap {
  flex-basis: 40%;
}

.section-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 57px;
  color: #141414;
}

#about {
  padding-block: 360px 240px;
  margin-top: 0;
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/about-bg.png') no-repeat;
  background-size: cover;
  background-position: top;
}

#about .heading img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 25px;
}

#about .section-heading {
  margin-bottom: 65px;
}

#about .card-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.about-card {
  background-color: #fff;
  padding: 36px 24px;
  border-radius: 20px;
  box-shadow: 0px 2px 30px rgba(18, 18, 18, 0.08);
}

.about-card h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: auto;
  margin-bottom: 16px;
}

.about-card img {
  width: 34px;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;
}

#milestones {
  padding-block: 220px;
}

#milestones .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 123px;
}

#milestones > .wrapper > div {
  flex-basis: 50%;
  width: 100%;
}

#milestones .heading img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 25px;
}

#milestones .heading h2 {
  margin-bottom: 23px;
}

#milestones .stats-wrap {
  display: grid;
  gap: 120px 50px;
  grid-template-columns: repeat(2, 1fr);
}

#milestones .stats {
  border-left: 5px solid #76885b;
  padding-block: 2px;
  padding-left: 27px;
}

#milestones .stats .heading {
  font-style: normal;
  font-weight: 600;
  font-size: 75px;
  line-height: 91px;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 9px;
}

#milestones .heading .description {
  max-width: 80%;
  margin-bottom: 55px;
}

#milestones .stats .description {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: auto;
  color: #141414cc;
}

#services {
  padding-block: 350px;
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/services-bg-one.webp') no-repeat;
  background-size: cover;
}

#services .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#services #slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 50%;
  border: 3px solid #f5f5f5;
  width: 85px;
  height: 85px;
  cursor: pointer;
}

#hero #slider-hero {
  position: absolute;
  right: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 50%;
  border: 3px solid #f5f5f5;
  width: 85px;
  height: 85px;
  cursor: pointer;
  z-index: 999;
}

#services #slider-nav svg {
  stroke: #f5f5f5;
}

#slider-hero svg {
  fill: none;
  stroke: #f5f5f5;
}

#slider-hero svg path {
  stroke: #f5f5f5;
  stroke-width: 3px;
}

#services #slider-nav svg path {
  fill: none;
  stroke: #f5f5f5;
  stroke-width: 3px;
}

#services .wrapper {
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/services-bg-two.png') no-repeat;
  padding-top: 240px;
  background-position-x: left;
  background-position-y: top;
}

#services .description {
  max-width: 40%;
}

#services .slider-wrap {
  margin-top: 110px;
}

#services .slider-wrap .slider-card {
  background-color: #141414;
  display: grid !important;
  grid-template-columns: 60% 40%;
  border-radius: 20px;
  height: 450px;
  max-width: 1015px;
}

.slick-next {
  opacity: 0;
}

#services .slick-track {
  display: flex;
  gap: 20px;
  align-items: center;
}

#services .slider-wrap .slider-card .text-wrap {
  padding: 43px 0 43px 31px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 35px;
}

#services .slider-wrap .slider-card .text-wrap a {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #7da344;
  display: flex;
  align-items: center;
  gap: 8px;
}

#services .slider-wrap .slider-card .img-wrap {
  object-fit: cover;
  border-radius: 14px;
  overflow: hidden;
  padding: 8px;
}

#services .slider-wrap .slider-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

#services .slider-wrap .slider-card .heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f5f5f5;
}

#services .slider-wrap .slider-card .description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(245, 245, 245, 0.8);
  max-width: 100%;
}

#contact-us {
  padding-block: 180px 300px;
  min-height: max-content;
  height: max-content;
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/contact-bg.webp') no-repeat;
}

#contact-us .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
}

#contact-us .wrapper > div {
  flex-basis: 50%;
}

#contact-us .wrapper .text-wrap .section-heading {
  margin-bottom: 30px;
}

#contact-us .wrapper .text-wrap .icons-wrap {
  margin-bottom: 25px;
}

#contact-us .wrapper .text-wrap .icons-wrap img {
  max-width: 210px;
}

#contact-us .wrapper .text-wrap .description {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(20, 20, 20, 0.8);
}

#contact-us .wrapper div {
  height: 100%;
}

#contact-us h1 {
  margin-bottom: 59px;
}

#contact-us div {
  width: 100%;
}

#contact-us .form-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 65px 54px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 30px rgba(18, 18, 18, 0.08);
  border-radius: 20px;
}

input,
textarea {
  font-style: normal;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.59);
  letter-spacing: 0.01em;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 2px 0;
  background-color: transparent;
  outline: none !important;
  width: 100%;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

form .brand-button {
  margin-left: 0;
  margin-right: auto;
  background: #76885b;
  color: #f5f5f5;
  font-weight: 600;
  border: 1.5px solid #76885b;
}

form .brand-button:hover {
  background: #fff;
  color: #76885b;
}

form .input-wrap {
  display: flex;
  justify-content: space-between;
  gap: 51px;
}

form .input-wrap > div {
  flex-basis: 50%;
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#footer {
  padding-inline: 5%;
  padding-top: 50px;
  background-color: #141414;
}

#footer .links-wrap {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  gap: 70px;
}

#footer .brand img {
  max-width: 120px;
}

#footer .brand {
  margin-bottom: 80px;
}

#footer .links-wrap .heading {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #f5f5f5;
  margin-bottom: 10px;
}

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

#footer .links-wrap li {
  margin-bottom: 7px;
}

#footer .links-wrap li a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.61);
  text-transform: none;
  transition: all 0.3s ease-in-out;
}

#footer .links-wrap li a:hover {
  color: rgba(255, 255, 255, 0.81);
  opacity: 1;
}

#footer .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
  margin-block: 30px 0;
  border-block: 1px solid rgba(206, 206, 206, 0.09);
}

#footer .address {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  color: #f5f5f5;
}

#footer .address-text-wrap {
  display: flex;
  gap: 12px;
}

#footer .address svg {
  fill: #f5f5f5;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

#footer .address a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

#footer .address a:hover {
  color: #76885b;
}

#footer .socials {
  display: flex;
  gap: 20px;
  align-items: center;
}

#footer .socials svg {
  fill: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

#footer .socials svg:hover {
  fill: #76885b;
}

#footer .copyright {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-block: 24px;
  color: #f5f5f583;
}

#footer .address-text.one {
  margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #fcfdfc !important;
  /* overflow: auto; */
}

.navbar-expand-lg .navbar-nav .compliance .dropdown-menu {
  background: #fcfdfc !important;
  max-height: 300px;
  overflow-y: scroll;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #76885b;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #76885b;
}

.timeline .section-heading {
  font-size: 20px;
  line-height: 1.2;
  color: #141414;
  margin-bottom: 0;
}

.timeline ul {
  padding: 0;
}

.dropdown-menu .dropdown-toggle::before,
.dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 20px;
}
.dropdown-menu .dropdown-toggle::before {
  left: 10px;
}
.dropdown-menu .dropdown-toggle::after {
  right: 0.255em;
}

.timeline {
  font: 600 14px 'Titillium Web', sans-serif;
  /* background: linear-gradient(54deg, #00aaff, #00ff99); */
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/timeline.webp') no-repeat;
  /* background: #f5f5f5; */
  overflow-x: hidden;
  background-size: cover;
  padding-bottom: 300px;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li:first-of-type {
  border-radius: 10px;
  padding-top: 300px;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: #141414;
}
.timeline ul li > div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 2px 30px rgba(18, 18, 18, 0.08);
  border-radius: 20px;
  display: flex;
  align-items: center;
  top: 35px;
}
.timeline ul li > div:hover {
  background: #f3f5f1;
}
.timeline ul li div time {
  position: absolute;
  background: #141414;
  color: #fff;
  width: max-content;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  padding-inline: 10px;
}
.timeline ul li div div {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: center;
}
.timeline ul li div .discovery {
  margin-right: 10px;
}
.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -439px;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-of-type(odd) div {
  transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  /* top: 35px; */
}
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
    flex-direction: column;
  }
  .timeline ul li div div {
    width: 80%;
    margin: 10px;
  }
  .timeline ul li:nth-of-type(even) > div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-of-type(even) > div {
    left: 45px;
  }
}

#team {
  padding-block: 250px;
}

#team .section-heading {
  margin-bottom: 60px;
}

#team .card-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

#team .card {
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #76885b38;
  box-shadow: 0px 2px 30px rgba(18, 18, 18, 0.08);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
}

#team .card:hover {
  background: #f3f5f1;
}

#team .card img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border: 10px solid #76885b1e;
  border-radius: 50%;
}

#team .card .detail-wrap {
  margin-top: 20px;
}

#team .card .name {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

#team .card .designation {
  font-size: 16px;
  font-weight: 600;
  color: #141414cc;
}

#team .card .experience {
  color: #141414a6;
}

.hero-mobile-img {
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1440px) {
  #team .card-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  #hero.hero-home .wrapper .text-wrap {
    flex-basis: 70%;
  }

  #contact-us .wrapper .text-wrap .section-heading br {
    display: none;
  }

  #hero #slider-hero {
    bottom: 250px;
  }

  #contact-us .wrapper {
    gap: 110px;
  }

  #hero h1 {
    font-size: 53px;
  }

  #milestones .stats .heading {
    font-size: 65px;
    line-height: 71px;
  }

  .section-heading {
    font-size: 44px;
    line-height: 47px;
  }

  #services #slider-nav {
    border-color: #141414;
  }

  #services #slider-nav svg path {
    fill: none;
    stroke: #141414;
    stroke-width: 3px;
  }
}

@media screen and (max-width: 1439px) {
  #hero .wrapper .img-wrap {
    flex-basis: 45%;
  }

  form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
  }

  .section-heading {
    font-size: 38px;
    line-height: 50px;
  }

  #hero .heading {
    font-size: 41px;
    line-height: 48px;
  }

  #hero {
    /* background-position-x: 50px/; */
  }

  #about {
    padding-block: 260px 240px;
  }

  #services .slider-wrap .slider-card {
    background-color: #141414;
    display: grid !important;
    grid-template-columns: 100%;
    border-radius: 20px;
    height: 570px;
    max-width: 1015px;
  }

  #services .slider-wrap .slider-card .text-wrap {
    min-height: 300px;
  }

  .wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  #hero .wrapper .text-wrap {
    margin-bottom: 50px;
  }

  .service-card .heading {
    line-height: 35px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1300px) {
  .nav-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .nav-content-wrap .navbar-nav {
    margin: 0 auto;
    justify-content: center;
  }

  #navbar {
    padding-inline: 10px;
    background: #fdfdfdeb !important;
  }

  #hero.hero-home .wrapper .text-wrap {
    margin-bottom: -90px;
  }

  .nav-content-wrap .navbar-nav {
    gap: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  #team .card-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  #hero video {
    height: 100vh;
    object-fit: cover;
  }

  #hero.hero-home .wrapper .text-wrap {
    flex-basis: 80%;
  }
}

@media screen and (max-width: 1220px) {
  #hero .wrapper .img-wrap {
    flex-basis: 47%;
  }
}

@media screen and (max-width: 1215px) {
  #hero .wrapper .img-wrap {
    flex-basis: 45%;
  }
}

@media screen and (max-width: 1188px) {
  #hero .wrapper {
    gap: 53px;
  }

  #hero .heading {
    font-size: 34px;
    line-height: 39px;
  }

  .badge-pill {
    font-size: 14px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 39px;
  }

  #services #slider-nav {
    padding: 14px;
    width: 65px;
    height: 65px;
  }

  #services .description {
    max-width: 70%;
  }

  #services .slider-wrap .slider-card .description {
    font-size: 15px;
    font-weight: 400;
    color: rgba(245, 245, 245, 0.8);
    max-width: 100%;
  }
  #services .slider-wrap .slider-card .text-wrap {
    min-height: 350px;
  }

  #contact-us .wrapper {
    flex-direction: column;
  }

  #contact-us .form-wrap {
    padding: 70px;
  }

  #about .heading img {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }

  #about .card-wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  #contact-us .wrapper {
    height: max-content;
  }

  #contact-us .wrapper img {
    object-fit: contain;
  }

  form {
    max-width: 100%;
  }
}

@media screen and (max-width: 1310px) {
  #footer .links-wrap {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 70px;
    justify-content: space-between;
  }

  #contact-us {
    padding-block: 250px 200px;
  }
}
@media screen and (max-width: 991px) {
  nav .nav-item .dropdown {
    width: 100%;
  }

  #hero .wrapper {
    height: 100vh;
    min-height: auto;
    align-items: flex-start;
  }

  #hero {
    height: 100vh;
  }

  #navbar {
    padding-inline: 20px;
  }

  .nav-content-wrap {
    flex-direction: row;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .video-bg-wrap {
    height: 100vh;
  }

  #hero .video-wrap {
    flex-basis: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #fcfdfc00 !important;
  }

  #hero #slider-hero {
    display: none !important;
  }

  .dropdown-item:hover {
    background-color: #14141400 !important;
  }

  #hero {
    background: none !important;
    padding-top: 120px !important;
  }

  nav .nav-item .dropdown-menu {
    margin-left: 12px;
  }

  nav .nav-item a {
    margin-left: 0;
    padding-left: 12px;
  }

  .dropdown-item:hover .dropdown-toggle,
  .dropdown-item:hover {
    color: #141414 !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse .navbar-nav {
    height: 73vh;
    max-height: 73vh;
    margin: 0 auto !important;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 80px !important;
    overflow: auto;
    padding-bottom: 100px;
  }

  .navbar-collapse .navbar-nav::-webkit-scrollbar {
    width: 8px;
  }

  .navbar-collapse .navbar-nav::-webkit-scrollbar-track {
    background: transparent;
  }

  .navbar-collapse .navbar-nav::-webkit-scrollbar-thumb {
    background-color: #76885b;
  }

  .navbar-expand-lg .navbar-nav .compliance .dropdown-menu {
    background: transparent !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    max-height: 100%;
  }

  .dropdown-menu {
    background: transparent !important;
    z-index: 999;
  }

  #team .card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline .section-heading {
    font-size: 17px;
    line-height: 1.2;
    color: #141414;
    margin-bottom: 0;
  }

  body,
  htm {
    overflow-x: hidden;
  }

  input,
  textarea {
    font-size: 16px;
    line-height: 25px;
  }

  form {
    gap: 21px;
  }

  #contact-us .form-wrap {
    padding: 40px;
  }

  #hero {
    padding-block: 130px;
    background: none;
  }

  #hero .wrapper {
    gap: 10px;
    flex-wrap: wrap;
    height: max-content;
    min-height: auto;
  }

  #hero .wrapper .text-wrap,
  #hero .wrapper .img-wrap {
    flex-basis: 100%;
  }

  #about .wrapper {
    display: block;
  }

  .service-card img:not(a img) {
    height: 40px;
  }

  .card-wrap {
    gap: 20px;
  }

  .service-card .heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .brand-link img {
    max-width: 15px;
  }

  #about .wrapper .section-heading {
    margin-bottom: 30px;
  }

  .nav-link {
    text-align: center;
    width: max-content;
    margin: 0 auto;
  }

  #contact-us .wrapper {
    display: block;
  }

  #contact-us .wrapper .img-wrap {
    min-height: 600px;
  }

  #footer {
    padding-top: 80px;
  }

  .hero-mobile-img {
    display: block;
    border-radius: 12px;
  }

  #about .card-wrap {
    grid-template-columns: 100%;
  }

  #milestones .wrapper {
    flex-direction: column;
    gap: 100px;
  }

  .about-card h3 {
    font-size: 20px;
  }

  #about {
    margin-top: 0;
    padding-block: 200px;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    border-block: 1px solid #d0d0d0;
    border-radius: 0;
  }

  #contact-us .form-wrap {
    margin-top: 50px;
  }

  #contact-us .wrapper .text-wrap .section-heading {
    margin-bottom: 20px;
  }

  a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    color: #76885b;
    text-decoration: none;
  }

  body::-webkit-scrollbar {
    display: none !important;
  }

  #footer .details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  #team .card-wrap {
    grid-template-columns: 100%;
  }

  .navbar-brand {
    max-width: 80px !important;
  }
  #hero .text-wrap .description {
    max-width: 100%;
  }

  #services .slider-wrap .slider-card .text-wrap {
    padding-left: 20px;
  }

  #footer .details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .card-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #services {
    padding-block: 190px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 38px;
  }

  #services h1 {
    text-align: center;
    margin-bottom: 51px;
  }

  #footer .address,
  #footer .socials {
    width: max-content;
    flex-basis: max-content;
  }

  #footer .links-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  #contact-us .form-wrap {
    padding-inline: 5%;
  }

  #hero .heading {
    font-size: 40px;
    line-height: 53px;
  }

  #footer .address svg {
    display: none;
  }

  #footer .details {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .wrapper:not(#contact-us .wrapper) {
    max-width: 100%;
    padding-inline: 5%;
  }

  #footer .address {
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
  }

  #navbar {
    padding-inline: 3%;
    padding-block: 14px;
  }
}

@media screen and (max-width: 767px) {
  #hero .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-mobile-img {
    display: block;
    border-radius: 12px;
    height: 300px;
  }

  #milestones .stats-wrap {
    grid-template-columns: 100%;
    gap: 80px;
  }

  .brand-button.line {
    font-size: 14px;
  }

  form .input-wrap {
    flex-direction: column;
    gap: 20px;
  }

  #services .slick-track {
    display: block;
  }

  #milestones {
    padding-block: 120px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 31px;
  }

  #contact-us {
    padding-block: 160px;
  }

  #services .slider-wrap .slider-card .description {
    min-height: auto;
    height: max-content;
    margin-bottom: 40px;
  }

  #services .slider-wrap .slider-card .heading {
    font-size: 20px;
  }

  #services #slider-nav {
    padding: 9px;
    width: 55px;
    height: 55px;
    border-width: 2px;
  }

  #services .description {
    max-width: 80%;
  }

  #services .wrapper {
    padding-top: 140px;
  }
}
