.archi-button {
  position: relative;
  display: flex;
  width: 154px;
  height: 50px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid #181D18;
  background-color: #181D18;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.archi-button::before, .archi-button::after,
.archi-button span::before,
.archi-button span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.794);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}
.archi-button::before {
  left: -8px;
  top: -8px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.archi-button::after {
  right: -8px;
  bottom: -8px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.archi-button span::before {
  right: -8px;
  top: -8px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom right;
}
.archi-button span::after {
  left: -8px;
  bottom: -8px;
  border-width: 1px 1px 0 0;
  transform-origin: top left;
}
.archi-button:hover {
  background-color: transparent;
  color: #181D18;
}
.archi-button:hover::before, .archi-button:hover::after,
.archi-button:hover span::before,
.archi-button:hover span::after {
  width: 0;
  height: 0;
}
.archi-button:hover::before {
  left: 0;
  top: 0;
}
.archi-button:hover::after {
  right: 0;
  bottom: 0;
}
.archi-button:hover span::before {
  right: 0;
  top: 0;
}
.archi-button:hover span::after {
  left: 0;
  bottom: 0;
}

.archi-effect-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.archi-effect-button::before, .archi-effect-button::after,
.archi-effect-button span::before,
.archi-effect-button span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: white;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}
.archi-effect-button::before {
  left: -8px;
  top: -8px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.archi-effect-button::after {
  right: -8px;
  bottom: -8px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.archi-effect-button span::before {
  right: -8px;
  top: -8px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom right;
}
.archi-effect-button span::after {
  left: -8px;
  bottom: -8px;
  border-width: 1px 1px 0 0;
  transform-origin: top left;
}
.archi-effect-button:hover {
  background-color: transparent;
  color: #181D18;
}
.archi-effect-button:hover::before, .archi-effect-button:hover::after,
.archi-effect-button:hover span::before,
.archi-effect-button:hover span::after {
  width: 0;
  height: 0;
}
.archi-effect-button:hover::before {
  left: 0;
  top: 0;
}
.archi-effect-button:hover::after {
  right: 0;
  bottom: 0;
}
.archi-effect-button:hover span::before {
  right: 0;
  top: 0;
}
.archi-effect-button:hover span::after {
  left: 0;
  bottom: 0;
}

.archi-effect-button-white {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.archi-effect-button-white::before, .archi-effect-button-white::after,
.archi-effect-button-white span::before,
.archi-effect-button-white span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: white;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}
.archi-effect-button-white::before {
  left: -8px;
  top: -8px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.archi-effect-button-white::after {
  right: -8px;
  bottom: -8px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.archi-effect-button-white span {
  width: 100%;
  height: 100%;
}
.archi-effect-button-white span::before {
  right: -8px;
  top: -8px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom right;
}
.archi-effect-button-white span::after {
  left: -8px;
  bottom: -8px;
  border-width: 1px 1px 0 0;
  transform-origin: top left;
}
.archi-effect-button-white:hover {
  background-color: transparent;
  color: #181D18;
}
.archi-effect-button-white:hover::before, .archi-effect-button-white:hover::after,
.archi-effect-button-white:hover span::before,
.archi-effect-button-white:hover span::after {
  width: 0;
  height: 0;
  border-color: white;
}
.archi-effect-button-white:hover::before {
  left: 0;
  top: 0;
}
.archi-effect-button-white:hover::after {
  right: 0;
  bottom: 0;
}
.archi-effect-button-white:hover span::before {
  right: 0;
  top: 0;
}
.archi-effect-button-white:hover span::after {
  left: 0;
  bottom: 0;
}

.archi-effect-button-black {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.archi-effect-button-black::before, .archi-effect-button-black::after,
.archi-effect-button-black span::before,
.archi-effect-button-black span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: black;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}
.archi-effect-button-black::before {
  left: -8px;
  top: -8px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.archi-effect-button-black::after {
  right: -8px;
  bottom: -8px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.archi-effect-button-black span {
  width: 100%;
  height: 100%;
}
.archi-effect-button-black span::before {
  right: -8px;
  top: -8px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom right;
}
.archi-effect-button-black span::after {
  left: -8px;
  bottom: -8px;
  border-width: 1px 1px 0 0;
  transform-origin: top left;
}
.archi-effect-button-black:hover {
  background-color: transparent;
  color: #181D18;
}
.archi-effect-button-black:hover::before, .archi-effect-button-black:hover::after,
.archi-effect-button-black:hover span::before,
.archi-effect-button-black:hover span::after {
  width: 0;
  height: 0;
  border-color: black;
}
.archi-effect-button-black:hover::before {
  left: 0;
  top: 0;
}
.archi-effect-button-black:hover::after {
  right: 0;
  bottom: 0;
}
.archi-effect-button-black:hover span::before {
  right: 0;
  top: 0;
}
.archi-effect-button-black:hover span::after {
  left: 0;
  bottom: 0;
}

.archi-effect-button-light {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}
.archi-effect-button-light::before, .archi-effect-button-light::after,
.archi-effect-button-light span::before,
.archi-effect-button-light span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #cbc9c9;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  box-sizing: border-box;
}
.archi-effect-button-light::before {
  left: -8px;
  top: -8px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.archi-effect-button-light::after {
  right: -8px;
  bottom: -8px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.archi-effect-button-light span {
  width: 100%;
  height: 100%;
}
.archi-effect-button-light span::before {
  right: -8px;
  top: -8px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom right;
}
.archi-effect-button-light span::after {
  left: -8px;
  bottom: -8px;
  border-width: 1px 1px 0 0;
  transform-origin: top left;
}
.archi-effect-button-light:hover {
  background-color: transparent;
  color: #181D18;
}
.archi-effect-button-light:hover::before, .archi-effect-button-light:hover::after,
.archi-effect-button-light:hover span::before,
.archi-effect-button-light:hover span::after {
  width: 0;
  height: 0;
  border-color: #cbc9c9;
}
.archi-effect-button-light:hover::before {
  left: 0;
  top: 0;
}
.archi-effect-button-light:hover::after {
  right: 0;
  bottom: 0;
}
.archi-effect-button-light:hover span::before {
  right: 0;
  top: 0;
}
.archi-effect-button-light:hover span::after {
  left: 0;
  bottom: 0;
}

body {
  font-family: Poppins, sans-serif;
  background-color: #fcfcfc !important;
  font-size: 14px;
  font-weight: 300;
}

.modal-title {
  font-weight: 300;
  color: gray;
}

a {
  text-decoration: none !important;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px !important;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px !important;
}

.container-xxl {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1528px !important;
  }
}
.container-xxl .col {
  border: 1px solid rgb(0, 51, 255);
}

.ns-main-container {
  min-height: 100vh;
}

.menu-bg {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in-out !important;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-bg .navbar {
  padding: 0;
}
.menu-bg.white-menu {
  background-color: rgba(237, 237, 237, 0.96) !important;
}
@media screen and (max-width: 992px) {
  .menu-bg.white-menu .navbar-toggler {
    color: initial;
  }
  .menu-bg.white-menu .ns-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.menu-bg.white-menu .menu-item {
  color: #181D18 !important;
}
.menu-bg.white-menu .menu-item::after {
  background: linear-gradient(to right, #2b2b2b, #000000) !important;
}
@media screen and (max-width: 992px) {
  .menu-bg.white-menu .menu-item:hover {
    border: 1px solid #181D18 !important;
  }
}
@media screen and (max-width: 992px) {
  .menu-bg {
    min-height: initial;
    backdrop-filter: blur(3px);
  }
  .menu-bg .navbar-toggler {
    display: block;
    font-size: 40px;
    color: white;
    outline: none !important;
    box-shadow: none !important;
    border: none;
  }
  .menu-bg .navbar-toggler:focus, .menu-bg .navbar-toggler:active, .menu-bg .navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }
}
.menu-bg a {
  text-decoration: none;
}
.menu-bg a .branding {
  display: flex;
}
.menu-bg a .branding .logo img {
  width: 120px;
}
.menu-bg a .branding .text {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-bg .ns-menu {
  display: flex;
  justify-content: flex-end;
  transition: initial;
}
@media screen and (max-width: 992px) {
  .menu-bg .ns-menu {
    display: block;
    transition: height 200ms ease-in-out;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0px 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.menu-bg .ns-menu a .menu-item {
  height: 40px;
  padding: 20px 0px;
  margin: 0px 20px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  user-select: none;
  position: relative;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .menu-bg .ns-menu a .menu-item {
    margin: 10px 0px;
    border-radius: 0px;
    justify-content: flex-start;
    padding: 40px 0px 40px 20px;
    border: 1px solid transparent;
  }
  .menu-bg .ns-menu a .menu-item:hover {
    border: 1px solid white;
  }
}
@media screen and (min-width: 992px) {
  .menu-bg .ns-menu a .menu-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: linear-gradient(to right, #ffffff, #D6F8DE);
    transition: width 300ms ease-in-out;
  }
  .menu-bg .ns-menu a .menu-item.active::after, .menu-bg .ns-menu a .menu-item:hover::after {
    width: 100%;
  }
}

.owl-carousel .item {
  display: flex;
  align-items: center;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.owl-carousel .item.slider-bg-1 {
  background-image: url("../img/home/slider-image-arch.webp");
}
.owl-carousel .item.slider-bg-2 {
  background-image: url("../img/home/slider-image-2.webp");
}
.owl-carousel .item.slider-bg-3 {
  background-image: url("../img/home/slider-image-3.webp");
}
.owl-carousel .item.slider-bg-4 {
  background-image: url("../img/home/slider-image-1.webp");
}
.owl-carousel .slider-text .subtitle {
  font-size: 24px;
  color: white;
  display: flex;
  width: 474px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 100px;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(5, 232, 58, 0.2) 0%, rgba(153, 153, 153, 0.2) 30%, rgba(121, 121, 121, 0) 67.26%);
  backdrop-filter: blur(2px);
}
.owl-carousel .slider-text .title {
  color: white;
  color: #FFF;
  /* material-theme/slider-text/slider-text */
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.owl-carousel .slider-text .call-to-action {
  margin-top: 25px;
}
.owl-carousel .owl-nav {
  padding: 15px;
  position: absolute;
  right: 130px;
  bottom: 10px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav {
    left: 30px;
    bottom: 150px;
  }
}
.owl-carousel .owl-nav button {
  margin: 10px;
  border: 1px solid #ffffff !important;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px);
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-nav button {
    width: 80px;
    height: 80px;
  }
}
.owl-carousel .owl-nav button:hover {
  background: linear-gradient(to right, #ffffff, #D6F8DE) !important;
  color: #3F6836;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  border: 1px solid rgb(255, 255, 255) !important;
  margin-left: 24px;
}

.slider-social-link {
  padding: 15px;
  position: fixed;
  right: 30px;
  top: calc(50% - 135px);
  display: flex;
  flex-direction: column;
  font-size: 25px;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .slider-social-link {
    display: none;
  }
}
.slider-social-link button {
  margin: 10px;
  border: initial !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  background-color: initial !important;
  fill: rgba(205, 205, 205, 0.2);
  color: white;
  border: 1px;
  stroke-width: 1px;
  stroke: #FFF;
  backdrop-filter: blur(2px);
  font-size: 16px;
}
.slider-social-link button:hover {
  border: 1px solid #ffffff !important;
}

.slider-title {
  position: absolute;
  left: 130px;
  bottom: 30px;
  display: flex;
  width: 400px;
  height: 48px;
  padding-left: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  transition: all 300ms ease-in;
  border-radius: 100px;
}
@media screen and (max-width: 992px) {
  .slider-title {
    left: 30px;
    top: 170px;
    width: 400px;
    height: 65px;
  }
}
.slider-title:hover {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(121, 121, 121, 0) 67.26%);
}
.slider-title .title {
  color: var(--material-theme-sys-light-on-primary, #FFF);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 992px) {
  .slider-title .title {
    font-size: 25px;
    font-weight: 200;
  }
}

.slider-btn {
  display: flex;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  color: white;
  background-color: rgba(51, 105, 64, 0.1);
  backdrop-filter: blur(10px);
  width: 200px;
  transition: all 200ms ease-in;
  border: 1px solid white;
}
.slider-btn:hover {
  background: linear-gradient(to right, #ffffff, #D6F8DE) !important;
  color: #3F6836;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.slider-btn .btn-text {
  /* material-theme/menu/menu-text */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.slider-btn .btn-icon {
  width: 22px;
  height: 22px;
}

.home-projects-section .services-section {
  padding: 50px 15px 50px 15px;
}
.home-projects-section .services-section .page-heading {
  margin-bottom: 30px;
}
.home-projects-section .latest-projects-button a {
  color: black;
  font-size: 20px;
  font-weight: 200;
  font-family: "Poppins";
}
.home-projects-section .latest-projects-button a:hover {
  color: rgb(114, 111, 111);
}
@media screen and (max-width: 992px) {
  .home-projects-section .latest-projects-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.about-section {
  padding: 160px 15px 15px 15px;
  margin-bottom: 50px;
  color: #181D18;
}
@media screen and (max-width: 992px) {
  .about-section {
    padding-top: 140px;
  }
}
.about-section .container .about-con-left .text-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.about-section .container .about-con-left .text-heading span {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}
.about-section .container .about-con-left .text-heading .bradd-name {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 8px;
}
.about-section .container .about-con-left .text-heading h1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-section .container .about-con-left .text-heading h1 span {
  color: rgb(48, 48, 48);
}
.about-section .container .about-con-left .details-con {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-section .container .about-con-left .details-con .text-details {
  text-align: justify;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}
.about-section .container .about-con-left .details-con .slogan {
  font-size: 20px;
  font-weight: 900;
  border-radius: 100px;
  padding: 8px;
  text-decoration: unset;
  font-style: italic;
  display: flex;
  justify-content: center;
}
.about-section .container .about-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .container .about-right img {
  width: 430px;
  height: 490px;
}
@media screen and (max-width: 992px) {
  .about-section .container .about-right img {
    width: 370px;
    height: 426px;
    margin: 48px;
  }
}
.about-section .text-details {
  text-align: justify;
}

.team-section {
  padding: 0;
  padding-bottom: 50px;
  background: linear-gradient(135deg, #ffffff 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}
.team-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23dee2e6" stroke-width="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}
.team-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.team-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.team-section .section-header h2 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: black;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.team-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #3498db, #2980b9);
  border-radius: 2px;
}
.team-section .section-header p {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 16px;
  margin-top: 50px;
}
.team-section .team-member {
  background: white;
  padding-bottom: 40px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.team-section .team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}
.team-section .team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
}
.team-section .team-member:hover::before {
  left: 100%;
}
.team-section .team-member:hover .member-image img {
  transform: scale(1.05);
}
.team-section .team-member:hover .member-info .name {
  color: #07131c;
}
.team-section .team-member .member-image {
  margin: 0 auto 25px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.team-section .team-member .member-image.ceo::before {
  content: "NS";
}
.team-section .team-member .member-image.md::before {
  content: "SR";
}
.team-section .team-member .member-image.ed::before {
  content: "AR";
}
.team-section .team-member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.team-section .team-member .member-info .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  padding-bottom: 8px;
}
.team-section .team-member .member-info p {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.team-section .team-member .member-info .position {
  font-size: 0.875rem;
  color: black;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.team-section .team-member .member-info .department {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 15px;
  font-style: italic;
}
.team-section .team-member .member-info .education {
  font-size: 0.875rem;
  color: black;
  border-radius: 20px;
  display: inline-block;
}
.team-section .team-member .member-contact {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ecf0f1;
}
.team-section .team-member .member-contact .contact-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.team-section .team-member .member-contact .contact-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7f8c8d;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.team-section .team-member .member-contact .contact-links a:hover {
  background: #3498db;
  color: white;
  transform: translateY(-2px);
}
.team-section .team-member .member-contact .contact-links a.email:hover {
  background: #dea59f;
}
.team-section .team-member .member-contact .contact-links a.phone:hover {
  background: #86a894;
}
.team-section .team-member .member-contact .contact-links a.linkedin:hover {
  background: #789aad;
}

@media (max-width: 768px) {
  .team-section {
    padding: 60px 0;
  }
  .team-section .container {
    padding: 0 15px;
  }
  .team-section .section-header {
    margin-bottom: 40px;
  }
  .team-section .section-header h2 {
    font-size: 2.5rem;
  }
  .team-section .team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .team-section .team-member {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .team-section .section-header h2 {
    font-size: 2rem;
  }
  .team-section .team-member .member-image {
    width: 100px;
    height: 100px;
  }
  .team-section .team-member .member-info .name {
    font-size: 1.25rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.team-member {
  animation: fadeInUp 0.6s ease forwards;
}
.team-member:nth-child(1) {
  animation-delay: 0.1s;
}
.team-member:nth-child(2) {
  animation-delay: 0.2s;
}
.team-member:nth-child(3) {
  animation-delay: 0.3s;
}

.services-section {
  padding: 160px 15px 100px 15px;
  color: #181D18;
}
@media screen and (max-width: 992px) {
  .services-section {
    padding-top: 140px;
  }
}
@media screen and (max-width: 992px) {
  .services-section .container {
    max-width: 1320px !important;
  }
}
.services-section .container .row a .service-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  position: relative;
}
.services-section .container .row a .service-block .service-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
  width: 420px;
  height: 310px;
}
@media screen and (max-width: 1366px) {
  .services-section .container .row a .service-block .service-image {
    width: 350px;
    height: 240px;
  }
}
@media screen and (max-width: 992px) {
  .services-section .container .row a .service-block .service-image {
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
}
.services-section .container .row a .service-block .service-image img {
  width: 100%;
  transition: all 500ms ease-in-out;
  transform: scale(1.02);
}
.services-section .container .row a .service-block .service-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.services-section .container .row a .service-block .service-image:hover {
  cursor: pointer;
}
.services-section .container .row a .service-block .service-image:hover img {
  transform: scale(1.07);
}
.services-section .container .row a .service-block .service-image:hover::after {
  opacity: 1;
}
.services-section .container .row a .service-block .view-details-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.5);
  color: #181D18;
  backdrop-filter: blur(2px);
  transition: all 400ms ease-in-out;
  z-index: 2;
}
.services-section .container .row a .service-block .view-details-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #181D18;
}
.services-section .container .row a .service-block .service-image:hover .view-details-btn {
  opacity: 1;
}
.services-section .container .row a .service-block .service-title {
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  text-transform: uppercase;
  background: var(--Gradient-Heading-Color, linear-gradient(270deg, #464646 0%, #000000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-section .container .row .page-details {
  text-align: justify;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .services-section .container .row .page-details {
    margin-bottom: 30px;
  }
}
.services-section .container .row .page-heading h1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.service-details {
  padding: 160px 15px 15px 15px;
  margin-bottom: 30px;
  color: #181D18;
}
@media screen and (max-width: 992px) {
  .service-details {
    padding-top: 140px;
  }
}
.service-details .container .con-left .text-heading h1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0px;
}
.service-details .container .con-left .text-heading .address {
  font-size: 15px;
  font-weight: 300;
  color: rgb(103, 103, 103);
  margin-bottom: 25px;
}
.service-details .container .con-left .details-con {
  display: flex;
  flex-direction: column;
}
.service-details .container .con-left .details-con strong {
  font-size: 20px;
}
.service-details .container .con-left .details-con .text-details {
  text-align: justify;
  margin-bottom: 25px;
  font-weight: 300;
}
.service-details .container .con-left .details-con .text-details h5 {
  font-weight: 300;
}
.service-details .container .con-left .details-con .text-details h5 strong {
  font-weight: 300;
}
.service-details .container .con-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-details .container .con-right img {
  width: 520px;
  border: 10px solid #efefef;
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  .service-details .container .con-right img {
    width: 370px;
    margin: 48px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .service-details .container .con-right img {
    margin-bottom: 20px;
  }
}
.service-details .container .con-right h1 {
  font-size: 25px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .service-details .container .con-right h1 {
    margin-top: 15px;
  }
}

.projects-section {
  padding: 160px 15px 100px 15px;
  color: #181D18;
}
@media screen and (max-width: 992px) {
  .projects-section {
    padding-top: 140px;
  }
}
@media screen and (max-width: 992px) {
  .projects-section .container {
    max-width: 1320px !important;
  }
}
.projects-section .container h1 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.projects-section .container .gallery-nav {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0px 30px 0px;
  flex-wrap: wrap;
  row-gap: 10px;
  border: 1px solid transparent;
}
.projects-section .container .gallery-nav a {
  border-radius: 100px;
  transition: color 500ms ease-in-out, background-color 300ms ease-in-out;
}
.projects-section .container .gallery-nav a.active {
  border-radius: 0;
}
.projects-section .container .gallery-nav a.active .filter-button {
  color: #000;
}
.projects-section .container .gallery-nav a.active .filter-button span {
  border-bottom: 1px solid #000;
}
.projects-section .container .gallery-nav a.active:hover {
  background-color: transparent;
}
.projects-section .container .gallery-nav a:hover {
  color: #000;
  background-color: #f2f2f2;
}
.projects-section .container .gallery-nav .filter-button {
  display: flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  color: #646464;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  transition: color 500ms ease-in-out;
}
.projects-section .container .gallery-nav .filter-button:hover {
  color: #000;
}
.projects-section .container .gallery-nav .filter-button span {
  padding: 14px 0;
  border-bottom: 1px solid transparent;
}
.projects-section .container a {
  /* Animation keyframes */
}
.projects-section .container a .project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  position: relative;
  transition: all 500ms ease-in-out;
  opacity: 0.9;
  transform: scale(0.98);
  animation: fadeInScale 1.5s ease forwards;
  width: 305px;
  height: 210px;
}
@media screen and (max-width: 1366px) {
  .projects-section .container a .project-card {
    width: 350px;
    height: 240px;
  }
}
@media screen and (max-width: 992px) {
  .projects-section .container a .project-card {
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }
}
.projects-section .container a .project-card .card-image {
  border: 1px solid #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .projects-section .container a .project-card .card-image {
    filter: grayscale(100%);
  }
}
.projects-section .container a .project-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: all 500ms ease-in-out;
}
.projects-section .container a .project-card .card-image:hover {
  cursor: pointer;
  filter: grayscale(0%);
}
.projects-section .container a .project-card .card-image:hover img {
  transform: scale(1.07);
}
.projects-section .container a .project-card .card-image:hover .project-title {
  bottom: 20px;
}
.projects-section .container a .project-card .card-image .project-title {
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 5px 10px;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 10px;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
.projects-section .container a .project-card .view-details-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 10px 20px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.3);
  color: #181D18;
  backdrop-filter: blur(2px);
  border-radius: 100px;
  transition: all 400ms ease-in-out;
  z-index: 2;
}
.projects-section .container a .project-card .view-details-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.projects-section .container a .project-card .service-image:hover .view-details-btn {
  opacity: 1;
}
@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.projects-section .container .portfolio-container {
  max-width: 1320px;
  margin: 0 auto;
  display: block;
  position: relative;
  /* Animation keyframes */
}
.projects-section .container .portfolio-container .grid-sizer {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .projects-section .container .portfolio-container .grid-sizer {
    width: 100%;
  }
}
.projects-section .container .portfolio-container .masonry-project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  position: relative;
  transition: all 500ms ease-in-out;
  opacity: 0.9;
  transform: scale(0.98);
  animation: fadeInScale 1.5s ease forwards;
  width: 46%;
}
@media screen and (max-width: 992px) {
  .projects-section .container .portfolio-container .masonry-project-card {
    width: 100%;
  }
}
.projects-section .container .portfolio-container .masonry-project-card a .card-image {
  border: 1px solid #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
}
@media screen and (min-width: 992px) {
  .projects-section .container .portfolio-container .masonry-project-card a .card-image {
    filter: grayscale(100%);
  }
}
.projects-section .container .portfolio-container .masonry-project-card a .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: all 500ms ease-in-out;
}
.projects-section .container .portfolio-container .masonry-project-card a .card-image .project-title {
  position: absolute;
  bottom: 15px;
  left: 0;
  opacity: 0;
  padding: 5px 15px;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: all 500ms ease-in-out;
  backdrop-filter: blur(2px);
}
.projects-section .container .portfolio-container .masonry-project-card .project-info {
  width: 100%;
  margin: 10px 0px 25px 0px;
}
.projects-section .container .portfolio-container .masonry-project-card .project-info h6 {
  margin: 0px;
  text-transform: capitalize;
}
.projects-section .container .portfolio-container .masonry-project-card .project-info h6 a {
  color: black;
}
.projects-section .container .portfolio-container .masonry-project-card .project-info > a {
  color: #646464;
  padding-bottom: 5px;
  transition: border 300ms ease-in-out;
  position: relative;
}
.projects-section .container .portfolio-container .masonry-project-card .project-info > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: linear-gradient(to right, #ff0000, #fff);
  transition: width 300ms ease-in-out;
}
.projects-section .container .portfolio-container .masonry-project-card .project-info > a:hover::after {
  width: 100%;
}
.projects-section .container .portfolio-container .masonry-project-card:hover {
  cursor: pointer;
}
.projects-section .container .portfolio-container .masonry-project-card:hover a .card-image {
  filter: grayscale(0%);
}
.projects-section .container .portfolio-container .masonry-project-card:hover a .card-image img {
  transform: scale(1.07);
}
.projects-section .container .portfolio-container .masonry-project-card:hover a .card-image .project-title {
  opacity: 1;
}
@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.projects-section .container .empty-project {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-section .container .empty-project p {
  color: #737373;
  font-size: 22px;
  font-weight: 300;
}
.projects-section .container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-section .container .pagination a {
  position: relative;
  border: 1px solid #cbc9c9;
  margin: 15px;
  color: #000;
  transition: border 300ms ease-in-out;
}
.projects-section .container .pagination a:hover {
  border: 1px solid #000;
}
.projects-section .container .pagination span {
  color: #8e8e8e;
}

.projects-section .container#project-details .card-image {
  filter: grayscale(100%);
}
.projects-section .container#project-details .card-image:hover {
  filter: grayscale(0%);
}
.projects-section .container#project-details .card-image:hover img {
  transform: scale(1.02) !important;
}
.projects-section .container#project-details .card-image:hover::after {
  opacity: 0;
}
.projects-section .container .project-deteils-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.projects-section .container .project-deteils-title h2 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.projects-section .container .project-deteils table tr td:nth-child(2) {
  padding-left: 50px;
}
.projects-section .container .description {
  text-align: justify;
  font-weight: 300;
}

.contact-section {
  padding: 160px 15px 15px 15px !important;
  margin-bottom: 50px;
  color: #181D18;
  font-weight: 300 !important;
}
.contact-section .container .form-message {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 50px;
}
.contact-section .container .form-message .sub-title-and-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.contact-section .container .form-message .sub-title-and-title .sub-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.contact-section .container .form-message .sub-title-and-title .title h1 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #181D18;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}
.contact-section .container .form-message .contact-form-description p {
  text-align: justify;
}
.contact-section .container .col-4 {
  padding-right: 0px;
}
.contact-section .container .contact-address {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-bottom: 30px;
}
.contact-section .container .contact-address .Address-phone-email {
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .contact-section .container .contact-address .Address-phone-email {
    width: 155px;
    gap: 15px;
  }
}
.contact-section .container .contact-address .Address-phone-email .heading {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-top: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.contact-section .container .contact-address .Address-phone-email .addr-details {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .contact-section .container .contact-address .Address-phone-email .addr-details {
    font-size: 14px;
  }
}
.contact-section .container form .input-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.contact-section .container form .input-field .input-field-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.contact-section .container form .input-field .input {
  display: flex;
  padding: 10px 0px 10px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.contact-section .container form .input-field .input .input-text-and-bg {
  display: flex;
  padding: 0px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--material-theme-ref-secondary-secondary99, #F7FFEE);
  color: var(--material-theme-ref-neutral-neutral40, #605E5D);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.contact-section .container form .input-field .input .input-text-and-bg input,
.contact-section .container form .input-field .input .input-text-and-bg textarea {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background-color: #f7f7f7;
  /* Focus & active state */
}
.contact-section .container form .input-field .input .input-text-and-bg input:focus, .contact-section .container form .input-field .input .input-text-and-bg input:active,
.contact-section .container form .input-field .input .input-text-and-bg textarea:focus,
.contact-section .container form .input-field .input .input-text-and-bg textarea:active {
  border: 1px solid #3f6836;
  /* or any color you prefer */
  outline: none;
  /* Ensures no default outline shows up */
}
.contact-section .container form .submit-button-row {
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 992px) {
  .contact-section .container form .submit-button-row {
    margin-top: 20px;
    margin-bottom: 40px;
    align-items: center;
  }
}
.contact-section .container .map {
  display: flex;
  max-width: 636px;
  height: 478px;
  padding: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ecfbff;
  border-radius: 35px;
}
.contact-section .container .map iframe {
  width: 628px;
  height: 455.207px;
  flex-shrink: 0;
  aspect-ratio: 628/455.21;
  border-radius: 20px;
}

.modal-backdrop.show {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4); /* darker blurred background */
}

footer .footer-bg {
  border-top: 1px solid #c5c5c5;
  background-color: #fcfcfc;
}
footer .footer-bg .container {
  z-index: 1;
  position: relative;
  padding: 20px 0px 50px 0px;
}
@media screen and (max-width: 992px) {
  footer .footer-bg .container {
    padding: 50px 0px 20px 0px;
  }
}
footer .footer-bg .container .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  footer .footer-bg .container .footer-container {
    justify-content: center;
    gap: 50px;
  }
}
footer .footer-bg .container .footer-container .footer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 8px;
}
footer .footer-bg .container .footer-container .footer-text span {
  align-self: stretch;
  color: #101011;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .footer-bg .container .footer-container .footer-social-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
footer .footer-bg .container .footer-container .footer-social-icon-container .slider-social-link {
  padding: initial;
}
footer .footer-bg .container .footer-container .footer-social-icon-container .social-icons {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 14px;
  align-self: stretch;
  position: relative;
  top: initial;
  right: initial;
}
@media screen and (max-width: 992px) {
  footer .footer-bg .container .footer-container .footer-social-icon-container .social-icons {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
footer .footer-bg .container .footer-container .footer-social-icon-container .social-icons button {
  margin: initial;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: initial;
}
footer .footer-bg .container .footer-container .footer-social-icon-container .social-icons button:hover {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
footer .footer-bg .container .footer-container .footer-social-icon-container .social-icon-text-below {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0px;
  color: initial;
}
@media screen and (max-width: 992px) {
  footer .footer-bg .container .footer-container .footer-social-icon-container .social-icon-text-below {
    justify-content: center;
    align-items: center;
  }
}
footer .footer-bg .container .footer-container .footer-social-icon-container .social-icon-text-below span {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #101011;
  text-transform: capitalize;
}
footer .footer-bg .container .footer-container .footer-social-icon-container .social-icon-text-below h5 {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  color: #101011;
}

.call-and-whatsapp {
  padding: 15px;
  position: fixed;
  right: 0px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  z-index: 10;
}
.call-and-whatsapp .whatsapp-button-desktop {
  display: none;
}
@media screen and (max-width: 600px) {
  .call-and-whatsapp .whatsapp-button-desktop {
    display: block;
  }
}
.call-and-whatsapp .whatsapp-button-phone {
  display: block;
}
@media screen and (max-width: 600px) {
  .call-and-whatsapp .whatsapp-button-phone {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .call-and-whatsapp {
    right: 24px;
    bottom: 60px;
  }
}
.call-and-whatsapp .chat-channel {
  padding: 8px;
}
@media screen and (max-width: 992px) {
  .call-and-whatsapp .chat-channel {
    padding: 16px 16px;
  }
}
.call-and-whatsapp .chat-channel svg {
  width: 50px;
}
@media screen and (max-width: 992px) {
  .call-and-whatsapp .chat-channel svg {
    width: 80px;
  }
}

/*# sourceMappingURL=main.css.map */
