/********** Template CSS **********/

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
  top: -150px;
  transition: 0.5s;
}

/* Navbar after scroll */
.sticky-top.scrolled {
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px #000;
}

.sticky-top.scrolled .navbar-nav .nav-link {
  color: #000;
}

.sticky-top.scrolled .navbar-nav .nav-link:hover,
.sticky-top.scrolled .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
}

.navbar {
  padding: 6px 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 10px 15px;
  outline: none;
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
  color: var(--bs-white);
  background: var(--bs-primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 10px;
    color: #000;
  }
  .navbar-collapse {
    background-color: #fff;
    border: 1px solid #ededed;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
  }
  .sticky-top.scrolled .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%280, 0, 0, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Hero Header ***/
.hero-header {
  margin-top: -100px;
  padding-top: 100px;
  background: url(../img/slider-01.jpeg) top center no-repeat;
  /* background-color: #102e4a !important; */
  background-size: cover;
  position: relative;
}
.hero-header .container {
  position: relative;
}
.hero-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #102e4aa2;
}
.why_choose_us {
  background-color: #102E4A;
  /* background-image: url(../img/bg-img.jpg); */
  background-size: cover;
}
.why_choose_us .wcu-card {
  box-shadow: 0 0 10px #fff;
  padding: 30px 15px;
  height: 100%;
  border-radius: 20px;
}
.why_choose_us .wcu-card:hover {
  transform: scale(1.02);
}
.why_choose_us .wcu-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.why_choose_us .wcu-card p {
  color: #d6d6d6;
}
.why_choose_us .wcu-card i {
  color: #b2cf3e !important;
}
.slider_company_name {
  background-color: #ffffffad;
  font-weight: 600;
  box-shadow: 0 0 10px #000;
}

.hero-header h1 {
  font-weight: bold;
  color: #fff;
}

.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.header-carousel {
  position: relative;
  padding: 45px 90px 45px 0;
}

.header-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(50% + 45px);
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
  box-shadow: 0 0 50px #fff;
}

.header-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--bs-white);
  transition: 0.5s;
}

.header-carousel .owl-dot.active {
  height: 30px;
  background: var(--bs-white);
}

/*** About ***/
.about-img {
  position: relative;
  overflow: hidden;
}

.about-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-about-img.png) top left no-repeat;
  background-size: contain;
}

/*** Project ***/
.project-item img {
  transition: 0.5s;
}

.project-item:hover img {
  transform: scale(1.2);
}

.project-overlay {
  position: absolute;
  padding: 25px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 50%, var(--bs-dark));
  z-index: 1;
}

/*** Service ***/
.service-item {
  position: relative;
  padding: 30px 25px;
  transition: 0.5s;
}

.service-item.bg-primary:hover {
  background: var(--bs-light) !important;
}

.service-item.bg-primary p {
  color: var(--bs-light);
  transition: 0.5s;
}

.service-item.bg-primary:hover p {
  color: var(--bs-secondary);
}

.service-item.bg-light:hover {
  background: var(--bs-primary) !important;
}

.service-item.bg-light p {
  color: var(--bs-secondary);
  transition: 0.5s;
}

.service-item.bg-light:hover p {
  color: var(--bs-light);
}

.service-item .service-img h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px 7px 0;
}

.service-item.bg-primary .service-img h3 {
  background: var(--bs-primary);
  color: var(--bs-white);
  transition: 0.5s;
}

.service-item.bg-primary:hover .service-img h3 {
  background: var(--bs-light);
  color: var(--bs-dark);
}

.service-item.bg-light .service-img h3 {
  background: var(--bs-light);
  color: var(--bs-dark);
  transition: 0.5s;
}

.service-item.bg-light:hover .service-img h3 {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/*** Our Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.2);
}

.team-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(rgb(3 0 54 / 79%) 50%, var(--bs-dark));
  z-index: 1;
}
.team-overlay p {
  text-align: justify;
}

.team-overlay small {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  color: var(--bs-white);
  background: var(--bs-primary);
  font-weight: 600;
}

/*** Testimonial ***/
.testimonial-img {
  position: relative;
  padding: 45px 0 45px 90px;
}

.testimonial-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(50% + 45px);
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
}

.testimonial-text h5 {
  position: relative;
  padding-left: 45px;
}

.testimonial-text h5::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
  position: absolute;
  height: 17px;
  bottom: 0;
  right: 0;
  left: auto;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background: var(--bs-white);
  border: 2px solid var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}

@media (max-width: 768px) {
  .testimonial-carousel .owl-dots {
    left: 0;
    right: auto;
  }

  .testimonial-carousel .owl-dot {
    margin-right: 10px;
    margin-left: 0;
  }
}

/*** Newsletter ***/
.newsletter {
  background: url(../img/hero-bg.jpg) bottom right no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .newsletter .container {
    max-width: 100% !important;
  }

  .newsletter .newsletter-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer {
  color: #d4d3d3;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000db;
}
.footer .container {
  position: relative;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: #d4d3d3;
  font-weight: normal;
  transition: 0.3s;
}

.footer .btn.btn-link:hover {
  color: var(--bs-white);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 16px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
  color: var(--bs-white);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.service-item {
  text-align: center;
  box-shadow: 0 0 10px #000;
  height: 100%;
  border-radius: 50px;
}
.service-item:hover {
  transform: scale(1.03);
}
.service-item h5 {
  font-weight: 600;
}
.service-item .service-item-img {
  width: 100px;
  height: 100px;
  border: 1px solid grey;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.service-item .service-item-img img {
  width: 60px;
  height: 60px;
}
.contact_section .card {
  box-shadow: 0 0 10px #0000003b;
}
.contact_section .card {
  font-size: 18px;
  color: #000;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 60px;
  padding: 0;
  font-weight: bold;
  position: relative;
}
.projectFactsWrap .item:not(:last-child) p.number::after {
  position: absolute;
  content: "+";
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
.service-card1,
.service-card2 {
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.service-card1 {
  background-image: url(../img/icons/shape.png);
}
.service-card2 {
  background-image: url(../img/icons/shape1.png);
}
@media screen and (max-width: 768px) {
  .float {
    left: 20px !important;
  }
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.sec-heading {
  margin-bottom: 50px;
}
.sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px;
}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.box:hover {
  transform: scale(1.2);
}
<<<<<<< HEAD

/* ---------------------------
   Hero (banner) safe spacing
   --------------------------- */
.hero-header {
  position: relative;
  z-index: 1;
  padding-top: 40px;     /* space above title */
  padding-bottom: 60px;  /* IMPORTANT: big gap under banner so buttons don't touch */
  background-position: center;
  background-size: cover;
}

/* Make hero text responsive so it doesn't force overlap */
.hero-header .display-1 {
  line-height: 1;
  margin: 0 0 8px 0;
  font-size: clamp(2rem, 6vw, 4.5rem); /* scales on small screens */
}

/* breadcrumb spacing */
.hero-header .breadcrumb {
  margin: 0;
}

/* ---------------------------
   Button wrapper + layout
   --------------------------- */
.full-screen-bg {
  background: #fff;            /* white panel for buttons */
  padding: 20px 0;             /* breathing room */
  margin-top: 0;               /* hero has the spacing now */
  position: relative;
  z-index: 2;                  /* above hero content */
}

/* center and wrap container inside */
.full-screen-bg .d-flex {
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 12px;
}

/* ---------------------------
   Button visual style
   --------------------------- */
.filter-btn {
  padding: 12px 32px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,0.85);
  letter-spacing: 2px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.28);
  transition: transform .22s ease, box-shadow .22s ease;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

/* Hover / active */
.filter-btn:hover { transform: translateY(-3px); text-decoration: underline; }
.filter-btn.active { background: #d9cdc6; color: #102E4A; }

/* ---------------------------
   Mobile responsiveness
   --------------------------- */
@media (max-width: 576px) {
  .full-screen-bg .d-flex {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch;
  }

  .filter-btn {
    width: 100% !important;   /* buttons fill container on phones */
    padding: 14px 18px;
    letter-spacing: 1.6px;
    font-size: 15px;
  }

  /* a little extra space under hero on tiny screens */
  .hero-header { padding-bottom: 80px; }
}
.team-item {
  position: relative;
}

.team-item img {
  height: 100%;
  object-fit: cover;
}
.team-item2 img {
  height: 450px;
  object-fit: cover;
}

/* Overlay fix for mobile */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;   /* enables scrolling */
}

/* Mobile improvements */
@media (max-width: 576px) {
  .team-overlay p {
    font-size: 13px;
    line-height: 1.4;
  }

  .team-overlay {
    padding: 15px;
  }
}

.leader-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
}

.leader-desc span {
  text-align: center;
}







