:root {
  --primary: #efc75d;
  --ambed-black: #000000;
  --ambed-white: #ffffff;
  --ambed-font: "Poppins", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
}
.comming-soon-tag{
    background-color: #efc75d;
    color: #000000;
    font-size: 0.50rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
    display: inline-block;
}
.slick-slide img {
  display: block;
  background-size: cover;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.slick-slide .img2 {
display: block;
    background-size: cover;
    height: 550px !important;
    min-height: 550px !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
}


.navbar-custom {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-custom .navbar-brand img {
  max-height: 50px;
}

.navbar-custom .nav-link {
  color: #2c3e50;
  font-weight: 500;
  padding: 35px 15px !important;
  transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover {
  color: #efc75d;
}

.navbar-custom .nav-link.active {
  color: #efc75d;
  font-weight: bold;
}

.dropdown-menu {
  background-color: #f8f9fa;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  color: #2c3e50;
  transition: background-color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #e9ecef;
  color: #efc75d;
}

.dropdown-item.active {
  background-color: #e9ecef;
  color: #efc75d;
  font-weight: bold;
}

.top-header {
  background-color: #2c3e50;
  color: white;
  padding: 10px 0;
}

.top-header .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-content-section {
  left: 10% !important;
  max-width: 900px;
  top: 55% !important;
  height: fit-content;
  padding: 50px;
  text-align: left;
  position: absolute;
}

.collapse {
  visibility: visible !important;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 3px solid #0056b3;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}

.project-card {
    border: none;
    background: #f7f7f7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.project-card img {
    height: 140px;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}


/* Custom Slick Slider Styles */
.slick-dots li button:before {
  color: white;
  opacity: 0.5;
  font-size: 10px;
}

#hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#hero-slider .slick-dots {
  position: absolute;
  bottom: 10px;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* Remove default Slick navigation arrows */
.slick-prev,
.slick-next {
  display: none !important;
}

.counter {
  font-weight: bold;
}

.project-slider {
  padding: 130px 0;
  background-color: #fff;
}

.project-slider-item {
  text-align: center;
  padding: 20px;
  background-color: white;
  margin: 0 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.project-slider-item:hover {
  transform: translateY(-10px);
}

.project-slider-item .project-img-sec {
  max-width: 100%;
  height: 250px;
}

#projectSlider .slick-slide {
  height: fit-content !important;
}

.project-slider-item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.project-slider-item h3 {
  margin: 15px 0;
  color: #efc75d;
}

.project-slider-item p {
  color: #7f8c8d;
}

.slick-dots li button:before {
  color: #efc75d;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.yellow-color {
  color: #efc75d;
}

.yellow-color-bg {
  background-color: #efc75d;
  background: #efc75d;
}

.black-color {
  color: #000;
}

.black-color-bg {
  background-color: #000;
  background: #000;
}

.blue-color {
  color: #1c2956;
}

.blue-color-bg {
  background-color: #1c2956;
  background: #1c2956;
}

.gray-color {
  color: #f4f4f4;
}

.gray-color-bg {
  background-color: #f4f4f4;
  background: #f4f4f4;
}

.section-heading {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

.section-heading-inner-text {
  line-height: 1.625;
  font-size: 16px;
}

.box-shadow {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.color-white {
  color: white;
}

.text-100 {
  font-size: 100px;
  line-height: 120px;
}

#testimonial-slider .img-main {
  max-width: 150px;
  height: 150px;
  text-align: center;
}

#testimonial-slider .img-main img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#testimonial-slider .slick-slide {
  height: fit-content !important;
}

/* ABoutus */

.about-one {
  position: relative;
  display: block;
  padding: 160px 0 185px;
  overflow: hidden;
}

.about-one-shape-2 {
  position: absolute;
  top: -325px;
  left: -325px;
  height: 650px;
  width: 650px;
  background-color: #f8f6f5;
  border-radius: 50%;
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-one-wall {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
  }

.about-one__left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 69px;
}

.about-one__left .section-title {
  margin-bottom: 50px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--ambed-base, #cda12c);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-title__title {
  margin: 0;
  margin-top: 0px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 1px;
}

.section-title__line {
  position: absolute;

  bottom: -11px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);
}
.about-one__left .section-title__line {
  left: 0;

  -webkit-transform: translateX(0);

  transform: translateX(0);
}

.section-title__line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: var(--ambed-base, #cda12c);
}

.section-title__line::after {
  position: absolute;

  bottom: 0;

  left: 45px;

  height: 2px;

  width: 4px;

  content: "";

  background-color: var(--ambed-black, #3c3531);
}

.about-one__text-1 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}
.about-one__points {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 44px;
}


.about-one__contact-us {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:
  center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px;
  }

.about-one__points li {
  position: relative;
  display: block;
}
.about-one__points-content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--ambed-base, #cda12c);
  padding-left: 30px;
  padding-right: 33px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 0s;
  -webkit-transition-delay: 2ms;
  transition-delay: 2ms;
  z-index: 1;
}

.about-one__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.about-one__call-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color:  #cda12c;
  color:  #ffffff;
  font-size: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__call-text {
  margin-left: 20px;
}
.about-one__call-text p {
  line-height: 25px;
}

.about-one__call-text a {
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #3c3531;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
  }
  
  .thm-btn:hover {
    color: $ambed-white;
  }
  
  .thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background-color: #cda12c;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    z-index: -1;
  }
  
  .thm-btn:hover:after {
    opacity: 1;
    width: 100%;
  }


  .about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-right: 18px;
  }

  .about-one__img {
    position: relative;
    display: block;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    overflow:
  hidden;
    z-index: 2;
  }

  .about-one__img img {
    width: 100%;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
  }

  .about-one__small-img {
    position: absolute;
    top: 90px;
    right: -150px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
  }

  .about-one__small-img img {
    width: auto;
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px;
  }

  .about-one__project {
    position: absolute;
    bottom: -66px;
    right: -60px;
    background-color:#454545;
    padding:
  50px 40px 47px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 2;
  }

  .about-one__project-icon {
    position: relative;
    display: block;
    margin-bottom: 11px;
  }
  .about-one__project-content {
    position: relative;
    display: block;
  }
  .about-one__project-content h3 {
    color:  #ffffff;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--ambed-font, "Rubik", sans-serif) !important;
    line-height: 45px !important;
  }
  .about-one__project-text {
    color: #ffffff;
    line-height: 16px;
  }

/* ABoutus */

.what-we-card-div {
  text-align: left;
  padding: 40px 60px;
  background-color: white;
  margin: 0 15px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  color: #000;
}

.what-we-card-div:hover {
  background-color: #000000;
  color: #ffffff;
}

.what-we-card-div .svg-logo-bg {
  background: #1c2a56;
  border-radius: 50%;
  padding: 7px;
}

.video-main-div {
  max-width: 992px;
  height: 400px;
}

.video-main-div iframe {
  border-radius: 10px;
  height: 400px;
}

.above-footer-content-wrap {
  background-color:#cda12c;
  padding: 3.5rem 3rem;
  border-radius:25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* SLider */
.slider-section {
  position: relative;
  height: 70vh;
  width: 100%;
  margin: auto;
  border-radius: 45px;
  z-index: 1;
}

.impact-section {
  background-color: #f6f3ec;
  padding: 130px 0;
}


/* Footer */
.bottom-shape {
  position: relative;
  padding-top: 140px !important;
}
.bottom-shape:after {
  background: url(../images/curve-shape-bottom.svg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 77px;
  position: absolute;
  top: 0;
  width: 100%;
}

.impact-card-full-image {
  height: 100%;
  background: #ffffff;
  border-radius: 25px;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.impact-card-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.impact-card {
  height: 400px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 40px 40px 30px;
  border-radius: 25px;
  transition: transform 0.3s ease;
}
.impact-card-image {
  height: 400px;
  background: #ffffff;
  border-radius: 25px;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.impact-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-1 {
  flex: 1;
}

.innovation-sec {
  width: 90%;
  margin: auto;
  position: relative;
  padding: 100px 100px 160px;
  border-radius: 35px;
}

.innovation-sec:before {
  background: url(../images/h4-vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: auto;
  position: absolute;
  bottom: -20px;
  left: -50px;
  width: 460px;
  height: 256px;
}

.innovation-sec:after {
  background: url(../images/h4-vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: auto;
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 460px;
  height: 256px;
}

.blog-sec {
  padding: 120px 0;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 66%;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rounded-30 {
  border-radius: 30px;
}

.post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 30px;
}

.blog-list1 .post-thumbnail {
  border-radius: 30px;
}

@media (min-width: 568px) {
  .blog-list1 .post-thumbnail {
    padding-top: 100%;
    margin-bottom: 0;
  }
}

.entry-title a {
  color: #000000;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #000000 0%, #000000 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-repeat: no-repeat;
  text-decoration: none;
}

.entry-title a:hover {
  background-size: 100% 2px;
}

.card-styled-one {
  position: relative;
}
.card-styled-one:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  border-radius: 30px;
}

.card-styled-one img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card-styled-one .content {
  position: relative;
  z-index: 1;
  padding: 60px;
  border-radius: 30px;
  color: #fff;
}

.card-styled-one .content h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 220px;
  color: #fff;
}

.card-styled-one .content p {
  font-size: 17px;
  line-height: 28px;
}

.section {
  padding: 120px 0;
}


.video-sec {
    transition: all 0.3s ease;
}
.video-main-div iframe {
    border-radius: 1rem;
}
#videoModal {
    transition: opacity 0.3s ease;
}
#videoModal.hidden {
    opacity: 0;
    pointer-events: none;
}
#videoModal:not(.hidden) {
    opacity: 1;
}

.bg-opacity-30{
    background-color: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(1px) !important;
}


/* Grid layout for 4 columns */
.d-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  grid-gap: 20px; /* Reduced gap for tighter layout */
}

/* Ensure grid items take full width of their cell */
.grid-item {
  width: 100%;
}

/* Project item styling */
.project-item {
  background: #fff; /* White card background */
  border-radius: 15px; /* Softer rounded corners */
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover */
  height: 100%; /* Full height for uniformity */
}

.project-item:hover {
  transform: translateY(-3px); /* Subtle lift on hover */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

/* Project item thumbnail styling */
.project-item .project-post-thumbnail {
  border-radius: 15px 15px 0 0; /* Rounded top corners */
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 60%; /* Consistent aspect ratio for uniform height */
}

/* Specific styling for project-style-4 */
.project-item.project-style-4 .project-post-thumbnail {
  padding-top: 60%; /* Same aspect ratio for consistency */
  height: auto; /* Responsive height */
}

/* Image styling within thumbnail */
.project-item .project-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; /* Smooth zoom effect */
}

.project-item:hover .project-post-thumbnail img {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* Project content styling */
.project-item.project-style-4 .project-content {
  padding: 15px; /* Tighter padding for compact look */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  color: #333;
}

/* Inner content styling */
.project-content-inner {
  display: flex;
  flex-direction: column;
  gap: 8px; /* Reduced gap between elements */
}

/* Project status styling */
.project-status a {
  font-size: 12px;
  color: #1a73e8; /* Vibrant blue */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Project title styling */
.project-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffffe0;
  border-radius: 7px 8px 0 0;
  padding: 10px 11px;
}
}

.project-title a {
  color: #1a1a1a; /* Darker title */
  text-decoration: none;
}

.project-title a:hover {
  color: #1a73e8; /* Blue on hover */
}

/* Project excerpt styling */
.project-excerpt p {
  font-size: 14px; /* Smaller for compact layout */
  color: #666; /* Softer text color */
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Project button styling */
.project-button-wrap {
  margin-top: 8px;
}

.project-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1a73e8; /* Vibrant blue button */
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.project-button:hover {
  background: #1357b9; /* Darker blue on hover */
  transform: scale(1.1); /* Slight scale on hover */
}

.project-button-icon i {
  font-size: 16px;
}

/* Responsive design for smaller screens */
@media (max-width: 1200px) {
  .d-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
      grid-gap: 15px; /* Slightly smaller gap */
  }
}

@media (max-width: 600px) {
  .d-grid {
      grid-template-columns: 1fr; /* 1 column on mobile */
      grid-gap: 10px; /* Minimal gap for mobile */
  }

  /* Adjust thumbnail aspect ratio for mobile */
  .project-item .project-post-thumbnail {
      padding-top: 80%; /* Slightly taller for mobile */
  }

  /* Adjust font sizes for mobile */
  .project-title {
      font-size: 18px;
  }

  .project-excerpt p {
      font-size: 13px;
  }

  /* Adjust padding for mobile */
  .project-item.project-style-4 .project-content {
      padding: 12px;
  }
}

.project-item.project-style-4 .project-content .project-content-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAggAAAGQCAYAAADLIZjQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAsvSURBVHgB7d2NcRPXGsfhV55bAHRgKgAqiF0BUMGFChIqIFQQqCBQQZwKUCqIqYDtINwKfM9Ba1D8t7Bs2cbSPs/MQf4QjD5m2J/Ont2d1Q05OTm5124O2thv42Ebj9q4N34PAFzOMI7PbXxsY97G8Ww2+1w3YFbXaIyCn2sRBgcFANy0eRt/tnHUYmGoa3ItgdDC4KDdvCpRAAA/0ryN1y0U5rWhjQJBGADAnTS08bKFwlFd0ZUCoYXBfrv5vYQBANxl72oxozDUJe3VJbU46GsM/i5xAAB33fM2PrRt9/O6pLVnEMYFiH13wi8FAGybN20m4eW6d14rEMY4+FCLQxUBgO103MazdXY5XBgI43qDHgf7BQBsu6GNw4si4buBIA4AYCcNbTz+3kmWLlqk+EeJAwDYNfu1WLx4b9UdVgZC+0u/lTUHALCr+jb+1apfnruLYTwc4vcCAHZdP6HSm7M/jECw7gAAJqWvQ3h8dtHiebsY+nTDfgEAU9DXIcReg3/NILTZg6e1WJgIAEzL4fJFns4GwqcyewAAUzRvgXB4+s3XXQzjlRn3CwCYooOxBb5YXoPwqgCAKfvaAl92MYxHLnwqAGDq7vczLJ7OIDwtAIDxqs2ngfCkAACqfup/zMbzMP9TAAAL9/sMgustAADLDnogHBQAwDf7PRAeFgDANw97INwrAIBvHvVA2C8AgG/u9aMYTgoAYMleAQCcIRAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgCAQAIAgEACAIBAAgPCfAoC7ZWhj3sbH8evj/sPZbDYs3+nk5GS/3dwbx6M2fmpjf/yaDc3aC3xSAPDjfK5FBLxv46iFwOfawBgOB208aeNpcSUCAYAfZd7Gn2282zQKVmmbuD670CPhVS1mF1iTQADgts3beN2iYF63qG3uDtrNb2UXxFoEAgC3ZWjjxW2HwVlts/e8zChcqB/FMBQA3Ky3bTz+0XHQtcfQd2k8aF++LlYZeiDcyH4fAKjFh9DDtkH+5abWGVxVezy/tpvD8kH5PF8C4WMBwPXrRyYc3oVZg1XGx9Yj4bhY9r8eCF4UAK7b+7bxfXz23AV3UX+M/bHW4jBLFo6tQQDguvUjFJ7Xlhkfs3UJC/PZeIzoPwUAm3vb1xvUFmvbxTft5ueatvt746KReQHAZo62PQ668Tkc1XTNexucXqzprwKAqxvaeFG7oz+Xoaapn92yZv0PuxkA2ECfid6KBYmXMV7T4e9aXAxqSh709/LLDILdDABs4PWuxUE3PqepLVqcn76Xs9OfjOeo/lAAsL6+7uBZ7bC2fezbxoOahq/nrZgt/3RiLwIAm3uwi7MHy8ZdDZ9q9w3jKai/2DvzS8d/ArCut7seB92EdjW8XP5mdva3ZhEAWMNQi+nooSZgXMzfZxF2dcFiv4DVv45C2TvnTv0OLuAEwPfs5MLEVcbF/Ls6izDUOc8tAmGiqzYBWF9fmPiuJqY9536GxXntnnNjb7bq3k41CcA5hprQroWzdvDcCCtPjf29QOhPvq9HeFQAsPBiirMHy9r28Wm7+aO23/F4Fctz7a36xbi/pV8jeygAWExFv6uJa69Bv07D29puQxvfPX/FrC4wTqf0mYT9AmCqdv6ESJe1xUf9DbXGbqK9usD4D/SZhOMCYIr6//+7dCGm69KDadu2jf3xrnXdjAsDoev/0LifYtunVAC4nKGNZ+NuZ5aMr0mPhKG2Q1+Q+Hjd93KtQDg1rnSc8iUwAaZk7U+bUzW+Nv0D9F2eSehB8HLV0QqrXCoQunGBSt/l8L4A2FV9xvjQzMHF+mt0h2fZ57WIvDd1SZcOhG7c5fC8tmtqBYCLff20KQ4uZ/yE3q9ncBdet3ktAu/K56y48CiGdYyXin5VruEAsM364Xsv7VLYzHj0369t/Ldu37wWh6POa0PXEginxheln0DiSYkFgG3QP+3Oa7GAbV5cm1sMhXkbf7Xx5jpnfa41EJaNZ2LsZ2E8aONhLU5LuV/OpwDwI/UNyFCLRXV9o3JkV8LNGkPhoL5tD/v3VzlV81CL96+/dx/H7+c39f79HwjdksEU2kRkAAAAAElFTkSuQmCC);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    position: relative;
    padding:0x;
    display: flex
;
    flex-direction: column;
}

.project-item.project-style-4 .project-content .project-content-inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.project-item.project-style-4 .project-content .project-content-inner:before {
    height: 100%;
    width: 65%;
}

.project-item .project-status {
    margin-top: 13px;
}

.project-item a.project-status  {
    background-color: var(--primary);
    padding: 12px 20px;
    gap: 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: var(--accent);
    display: inline-block;
;
    transition: all 0.3s ease;
}
.project-item a.project-status:hover {
    background-color: #000;
    color: #fff;
  }

.project-item.project-style-4 .project-content .project-title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.project-item.project-style-4 .project-content .project-title a {
    font-size: 1.8rem;
    background-image: linear-gradient(to right, #000, #000 100%);
    background-position: 0 calc(100% - 0em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat: no-repeat;
    text-decoration: none;
}

.project-item.project-style-4 .project-content .project-title a:hover {
    background-size: 100% 2px;
}

.project-item .project-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.project-item .project-button {
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 5px 5px 5px 30px;
    border-radius: 30px;
    background-color: #fff;
}



.project-item.project-style-4 .project-content .project-button {
    position: absolute;
    right: 65px;
    bottom: -27px;
    z-index: 1;
    padding: 0;
}

.project-item .project-button .project-button-icon {
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.project-item .project-button .btn-icon-wrap {
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    display: flex
;
    position: relative;
    overflow: hidden;
}

.project-item .project-button .btn-icon-hover {
    position: absolute;
    transform: translate3d(-17px, 17px, 0px) scale3d(0.2, 0.2, 1) rotate(-45deg);
}

.project-item .project-button:hover {
    background-color: #ffffff;
    color: #000000;
}

.project-item .project-button:hover .project-button-icon {
    background-color: #fff;
}
.project-item .project-button:hover .btn-icon {
    transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1) rotate(-45deg);
}
.project-item .project-button:hover .btn-icon-hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(-45deg);
}


.header-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); /* Adjust opacity or colors as needed */
  opacity: 0.8; /* Optional: Adjust transparency */
}
