.ldp-banner__section {
  padding: 130px 0 80px 0;
  position: relative;
  background-color: var(--bg-1-color);
}
.ldp-banner__section .banner-button .btn {
  padding: 15px 34px;
  width: 100%;
  max-width: fit-content;
  text-transform: capitalize;
}
.ldp-banner__section .banner-button .btn:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--light);
  border-color: var(--light);
  padding: 8px 8px 8px 35px;
}
.ldp-banner__section .banner-button a i {
  font-size: 18px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--yellow);
  border-radius: 50%;
  color: var(--light);
  transition: var(--transition-2);
  padding-left: 0;
}
.ldp-banner__section .banner-button .btn:nth-child(1):hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.ldp-banner__section .banner-button .btn:nth-child(1):hover i {
  background-color: var(--text);
}
.ldp-banner-wrapper {
  justify-content: space-between;
}
.ldp-banner__section .entry-content {
  width: 45%;
  position: relative;
  z-index: 1;
}
.ldp-banner__section .featured-image {
  width: 40%;
  position: relative;
}

.ldp-banner__section .featured-image::before,
.ldp-banner__section .featured-image::after {
  content: url(../img/banner-3.png);
  position: absolute;
  top: 45%;
  left: -30%;
  transform: translateY(160px);
  animation: fadeInUp 1.4s forwards, floatUpDown 1.8s ease-in-out 1.4s infinite;
}

.ldp-banner__section .featured-image::after {
  content: url(../img/banner-4.png);
  top: 5%;
  left: -8%;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(160px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}

.ldp-banner__section .featured-image img:nth-child(1) {
  width: 86%;
  float: right;
}
.ldp-banner__section .featured-image img:nth-child(2) {
  mask-image: url(../img/banner-2.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  height: auto;
  position: absolute;
  top: -35.2%;
  left: 30px;
  padding: 110px 47px 13px 20px;
}
.ldp-banner__section .entry-content h1 {
  font-size: clamp(34px, 4vw, 72px);
  font-weight: 700;
  color: var(--text);
}
.ldp-banner__section .entry-content p {
  font-size: clamp(16px, 2vw, 20px);
  margin: 0 0 35px 0;
  line-height: 27px;
}

.who-are-we__section {
  padding: 75px 0 100px;
  background-color: var(--blue);
}
.who-are-we__section .subtitle {
  margin: 0 auto;
}
.who-are-we__section h2 {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  text-align: center;
  margin: 25px 0 40px;
  color: var(--text);
}
.who-are-we__section .waw-mouse {
  width: 237px;
  height: 237px;
  background-color: var(--blue);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -120px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
}
.who-are-we-container {
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  align-items: end;
}
.who-are-we-container .entry-content {
  text-align: center;
}
.who-are-we-container .entry-content p {
  font-size: clamp(16px, 2vw, 20px);
  opacity: 90%;
  margin: 10px 0 0;
  font-family: var(--secondary-font);
  color: var(--text);
}
.who-are-we__section .featured-image {
  justify-content: center;
  margin-top: 60px;
}
.who-are-we__section .featured-image img {
  max-width: 344px;
  width: 100%;
  height: 432px;
  object-fit: cover;
  border-radius: 20px;
}
.who-are-we__section .featured-image img:nth-child(1) {
  object-position: 75%;
}
.who-are-we__section .featured-image img:nth-child(2) {
  object-position: 35%;
  position: relative;
  top: 50px;
}

.ldp-brand__section {
  background-color: var(--blue);
  padding: 40px 0;
}
.ldp-brand__section .section-title {
  text-align: center;
}
.ldp-brand__section .section-title h2 {
  margin: 0;
}
.ldp-brand__section .section-title p {
  margin: 0;
}
.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
.brand-wrapper img {
  height: 120px;
}

.ldp-services__section {
  padding: 80px 0;
  overflow-y: clip;
}
.ldp-services-wrapper {
  align-items: start;
  justify-content: space-between;
  margin-bottom: -230px;
}
.ldp-services-wrapper .service-container {
  position: relative;
  position: sticky;
  top: 100px;
}
.services-wrapper .service-container-wrapper {
  padding: 10px;
  border-radius: 20px;
  background-color: var(--pink);
}
.services-wrapper .service-container:not(:last-child) {
  margin-bottom: 60px;
}
.services-wrapper
  .service-container:nth-child(4n + 2)
  .service-container-wrapper {
  background-color: var(--blue);
}
.services-wrapper
  .service-container:nth-child(4n + 3)
  .service-container-wrapper {
  background-color: var(--yellow);
}
.services-wrapper
  .service-container:nth-child(4n + 4)
  .service-container-wrapper {
  background-color: var(--orange);
}
.ldp-services__section .services-section {
  width: 30%;
}
.ldp-services__section .services-wrapper {
  width: 40%;
}
.ldp-services__section .services-section .section-title {
  padding-bottom: 140px;
  border-bottom: 1px solid #00000024;
  position: sticky;
  top: 150px;
}
.ldp-services__section .services-section .subtitle {
  position: sticky;
  top: 100px;
}
.ldp-services__section .services-left {
  background-color: var(--bg-color);
}
.services-left-content {
  position: sticky;
  top: 430px;
}
.services-left-content {
  background-color: var(--bg-color);
}
.services-left-content {
  padding-bottom: 400px;
  padding-top: 20px;
}
.ldp-services__section .services-left-content h3 {
  font-size: clamp(24px, 2vw, 32px);
  margin: 0;
  color: var(--text);
}
.ldp-services__section .services-left-content p {
  margin: 3px 0 5px;
  color: var(--text-1);
}
.ldp-services__section .services-left-content .btn-1 {
  margin: 30px 0 0 0;
}
.ldp-services__section .services-left-content .btn-1 i {
  font-size: 20px;
  padding-left: 6px;
}
.services-wrapper .service-container .service-container-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--text);
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 20px;
  z-index: -1;
}
.services-wrapper .service-container img {
  border-radius: 16px;
  height: 397px;
  width: 100%;
  object-fit: cover;
}
.services-wrapper .service-container .entry-content {
  padding: 25px 10px 20px;
}
.services-wrapper .service-container .entry-content p {
  font-size: clamp(16px, 2vw, 20px);
  font-family: var(--secondary-font);
  margin: 0;
  color: var(--text);
}
.services-wrapper .service-container .entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 30px;
  row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.services-wrapper .service-container .entry-content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  position: relative;
  font-size: 18px;
}
.services-wrapper .service-container .entry-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--green);
}
.services-wrapper .service-container .entry-content i {
  color: var(--green);
  font-size: 26px;
  font-weight: 600;
}
.service-container-wrapper .services-left-content {
  display: none;
}
.service-container-wrapper .btn-1 {
  display: none;
}

.why-choose-us__section {
  padding: 80px 0;
  background-color: var(--text);
}
.why-choose-us__section .section-title h2 {
  color: var(--light);
  margin: 0 0 45px;
  text-align: center;
}
.why-choose-us__section .wrapper > img {
  position: absolute;
  z-index: 1;
  left: 46%;
  top: 55%;
  transform: translate(-54%, -45%);
}
.why-choose-us-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-gap: 30px;
}
.why-choose-us-container {
  background-color: #ffffff3d;
  border: 1px solid #ffffff54;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding: 30px;
  z-index: 2;
}
.why-choose-us-container:nth-child(3) {
  z-index: 0;
}
.why-choose-us-container h3,
.why-choose-us-container p {
  margin: 50px 0 2px;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--bg-color);
  opacity: 90%;
}
.why-choose-us-container p {
  margin: 0;
  font-size: 16px;
}

.ldp-testimonial__section {
  padding: 80px 0;
}
.testimonail-slider {
  gap: 80px;
  justify-content: space-between;
}
.swiper {
  width: 46%;
}
.testimonial-container {
  width: 40%;
}
.swiper-slide {
  border: 1px solid var(--text);
  border-radius: 20px;
  padding: 35px 40px 45px;
  max-width: 586px;
}
.swiper-slider-top {
  justify-content: space-between;
  margin-bottom: 28px;
}
.swiper-slider-top img {
  width: 60px;
  height: 60px;
}
.swiper-slider-top .rating {
  padding: 12px 20px;
  background-color: var(--light);
  border-radius: 50px;
  display: flex;
  gap: 5px;
}
.swiper-slider-top .rating i {
  font-size: 16px;
  color: var(--orange);
}
.swiper-slide p {
  margin: 0;
  line-height: 1.6;
}
.swiper-slide-content {
  margin-top: 40px;
}
.swiper-slide-content img {
  width: 71px;
  height: 71px;
  object-fit: cover;
  border-radius: 50%;
}
.swiper-slide-content h3 {
  margin: 0 0 2px;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--text);
  opacity: 90%;
  line-height: 1.3;
}
.swiper-slide-content p {
  margin: 0;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: var(--text);
  font-family: var(--secondary-font);
}
.swiper-slide:nth-child(4n + 1) {
  background-color: var(--blue);
}
.swiper-slide:nth-child(4n + 2) {
  background-color: var(--pink);
}
.swiper-slide:nth-child(4n + 3) {
  background-color: #e4e4e4;
}
.swiper-slide:nth-child(4n) {
  background-color: var(--orange);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: absolute;
  right: -47% !important;
  left: unset !important;
  top: unset;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #00000013;
}
.swiper .swiper-button-next {
  right: -34% !important;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: unset !important;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background-color: var(--yellow);
}
.swiper .swiper-button-prev i,
.swiper .swiper-button-next i {
  color: var(--green);
  font-size: 18px;
}
.testimonial-container p {
  margin: 15px 0 0 0;
}

.trending-reels__section {
  padding: 80px 0;
  background-color: var(--blue);
}
.trending-reels__section .wrapper {
  z-index: unset;
}
.trending-reels__section .section-title h2 {
  margin: 0 0 40px;
  text-align: center;
}
.trending-reels-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-gap: 30px;
  transform: unset !important;
}
.trending-reels-container {
  position: relative;
}
.trending-reels-container .video-button {
  width: 66px;
  height: 66px;
  background-color: #ffffff3b;
  border: 1px solid #ffffff48;
  border-radius: 50%;
  justify-content: center;
  backdrop-filter: blur(8px);
  cursor: pointer;
  position: absolute;
  pointer-events: auto;
  transition: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.trending-reels-container .video-button img {
  padding-left: 6px;
}
.trending-reels-container > img {
  height: 468px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.trending-reels-container .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgb(0, 0, 0) 100%);
  border-radius: 0 0 20px 20px;
}
.trending-reels-container .entry-content h3 {
  margin: 0;
}
.trending-reels-container .entry-content h3 a {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--light);
  opacity: 90%;
}
.reels-overlay {
  position: fixed;
  background-color: var(--dark);
  opacity: 0.9;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.trending-reels-container .reels-video {
  display: none;
  width: 100%;
  max-width: 948px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 0 30px;
}
.trending-reels-container .reels-video iframe {
  width: 100%;
  height: 500px;
}
.trending-reels-container .reels-video .close-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff45;
  border-radius: 50%;
  font-size: 20px;
  color: var(--bg-color);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -25px;
}
body.popup-video {
  overflow: hidden;
}
.popup-video .reels-overlay {
  display: block;
}

.ldp-portfolio__section {
  padding: 80px 0;
  overflow-x: hidden;
}
.ldp-portfolio__section .overlay {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-2);
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
}
.portfolio-slider {
  margin: 36px 0 0 0;
}
.portfolio-slider .slick-list {
  overflow: visible;
}
.portfolio-slider-container {
  padding: 0 15px;
}
.ldp-portfolio__section .slick-track {
  margin: 0 -15px;
  display: flex;
}
.portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-container {
  transition: var(--transition-2);
}
.portfolio-slider-container:hover {
  width: 33% !important;
}
.portfolio-slider-container:hover .overlay {
  visibility: visible;
  opacity: 56%;
}
.ldp-portfolio__section .entry-content {
  background-color: #ffffff3b;
  border: 1px solid #ffffff48;
  border-radius: 50px;
  justify-content: center;
  backdrop-filter: blur(8px);
  width: -moz-available;
  justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  padding: 12px;
}
.ldp-portfolio__section .entry-content h3 {
  margin: 0 0 0 10px;
}
.ldp-portfolio__section .entry-content h3 a {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--light);
  opacity: 90%;
}
.ldp-portfolio__section .entry-content .btn-1 {
  border-color: var(--light);
  color: var(--light);
  visibility: hidden;
  transition: var(--transition-2);
  position: absolute;
  right: 6px;
}
.ldp-portfolio__section .entry-content .btn-1:hover {
  border-color: var(--yellow);
}
.portfolio-slider-container:hover .btn-1 {
  visibility: visible;
  transition: var(--transition-2);
}
.ldp-portfolio__section img {
  height: 489px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.ldp-portfolio__section .category {
  position: absolute;
  top: 12px;
  left: 12px;
}
.ldp-portfolio__section .slick-arrow {
  position: absolute;
  right: 66px;
  top: -95px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #00000013;
  transition: var(--transition-2);
}
.ldp-portfolio__section .slick-arrow.slick-prev {
  right: 0;
  left: auto;
}
.ldp-portfolio__section .slick-arrow i {
  font-size: 18px;
  color: var(--green);
}
.slick-next::before,
.slick-prev::before {
  content: unset !important;
}
.ldp-portfolio__section .slick-arrow:hover {
  background-color: var(--yellow);
}

.ldp-video-slider__section .background-video {
  width: 100%;
  height: 860px;
  object-fit: cover;
}
.ldp-video-slider__section .video-container {
  position: relative;
}
.ldp-video-slider__section .video-container .overlay {
  background-color: var(--text);
  opacity: 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ldp-video-slider__section .video-container .video-content {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.ldp-video-slider__section .video-container .video-content img {
  margin: 0 auto;
}
.ldp-video-slider__section h3 {
  margin: 14px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--light);
  line-height: 1.3;
}
.ldp-video-slider__section p {
  color: var(--light);
  margin: 0 auto;
  max-width: 265px;
}
.ldp-video-slider__section .slick-dots {
  bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.ldp-video-slider__section .slick-dots li {
  display: block;
  width: unset;
  height: unset;
}
.ldp-video-slider__section .slick-dots li button {
  width: 239px;
  height: 4px;
  background-color: #ffffff77;
  border-radius: 2px;
  padding: 0;
}
.ldp-video-slider__section .slick-dots li.slick-active button {
  background-color: var(--yellow);
}
.ldp-video-slider__section .slick-dots li button::before {
  content: unset;
}
.ldp-video-slider__section .slick-dotted.slick-slider {
  margin-bottom: unset;
}

.blogs-article__section {
  padding: 80px 0 160px;
  position: relative;
}
.blogs-article__section::after {
  content: url(../img/blog-4.png);
  position: absolute;
  bottom: -18%;
  left: 50%;
  transform: translateX(-50%);
}
.blogs-article__section .section-title {
  justify-content: space-between;
  align-items: end;
}
.blog-article-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  grid-gap: 30px;
  margin-top: 45px;
}
.blog-article-container img {
  height: 332px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
.blog-article-container .category-date {
  justify-content: space-between;
}
.blog-article-container .category-date p {
  margin: 0;
}
.blog-article-container .category-date p span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  opacity: 50%;
}
.blog-article-container .category-date p i {
  color: var(--green);
  padding-right: 3px;
  font-size: 16px;
}
.blog-article-container h3 {
  margin: 12px 0 2px;
}
.blog-article-container h3 a {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--text);
  opacity: 90%;
}
.blog-article-container p {
  margin: 0;
}

.ldp-cta__section {
  background-color: var(--blue);
  padding: 90px 0;
  text-align: center;
  position: relative;
}
.ldp-cta__section .section-title {
  z-index: 3;
  position: relative;
}
.ldp-cta__section p {
  width: 60%;
  margin: 6px auto 30px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  opacity: 85%;
  z-index: 3;
}
.ldp-cta__section .btn {
  margin: 0 auto;
}
.ldp-cta__section .wrapper-2::before {
  content: url(../img/cta-1.png);
  position: absolute;
  left: -2%;
  top: 0;
}
.ldp-cta__section .wrapper-2::after {
  position: absolute;
  content: url(../img/cta-2.png);
  right: 4%;
  bottom: 1%;
}

/* About page css  */
.single-breadcrumb__section {
  background-color: var(--bg-1-color);
  padding: 150px 0 40px 0;
}
.breadcrumb-container span a,
.breadcrumb-container span {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--text);
  position: relative;
}
.breadcrumb-container span a {
  opacity: 80%;
}
.breadcrumb-container span:not(:last-child) {
  padding-right: 25px;
}
.breadcrumb-container span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  bottom: 4px;
  background-color: var(--text);
}
.breadcrumb-container h3 {
  font-size: clamp(38px, 4vw, 54px);
  margin: 4px 0 0;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text);
  max-width: 740px;
}
.about-single__section {
  padding: 80px 0;
}
.about-single__section .featured-image {
  flex-wrap: wrap;
}
.about-single__section .featured-image img {
  height: 314px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  width: calc(50% - 7.5px);
}
.about-single__section .featured-image img:nth-child(1),
.about-single__section .featured-image img:nth-child(3) {
  position: relative;
  top: 30px;
}
.about-single__section h2 {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  margin: 20px 0 6px;
  color: var(--text);
  width: 70%;
}
.about-single-wrapper {
  gap: 65px;
}
.about-single__section .entry-container {
  width: 70%;
}
.about-single__section .entry-container p {
  margin: 0 0 6px;
  line-height: 1.4;
}
.about-single__section .who-are-we-container {
  justify-content: start;
  margin: 16px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #00000023;
}
.about-services__section {
  padding: 0 0 80px;
}
.about-services__section .section-title h2 {
  margin: 0 0 26px;
  text-align: center;
}
.portfolio-single-slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  gap: 30px;
}
.portfolio-single-slider .entry-content {
  position: unset;
  background-color: unset;
  padding: 12px 0;
  align-items: start;
  border: unset;
  backdrop-filter: unset;
}
.portfolio-single-slider .entry-content h3 {
  margin: 0;
}
.portfolio-single-slider .entry-content h3 a {
  color: var(--text);
}
.portfolio-single-slider .entry-content p {
  margin: 0;
}
.portfolio-single-slider .entry-content > div {
  width: 50%;
}
.about-services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.about-services-wrapper .entry-container {
  padding: 45px;
  background-color: var(--pink);
  border-radius: 20px;
}
.about-services-wrapper .entry-container:nth-child(4n + 1),
.about-services-wrapper .entry-container:nth-child(4n + 4) {
  background-color: var(--blue);
}
.about-services-wrapper .entry-container span,
.about-services-wrapper .entry-container ul li {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: var(--text-1);
  opacity: 80%;
}
.about-services-wrapper .entry-container ul {
  margin: 0;
  padding: 4px 0 0 34px;
}
.about-services-wrapper .entry-container ul li {
  list-style: disc;
  font-weight: 400;
  margin: 0 0 4px;
}
.about-mission-vision__section {
  padding: 40px 0 60px;
}
.mission-vision-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
}
.mission-vision-wrapper > div {
  background-color: #c2f0f8;
  border-radius: 20px;
  padding: 20px;
}
.mission-vision-wrapper .entry-content {
  margin-top: 45px;
}
.mission-vision-wrapper > div:nth-child(2) {
  background-color: #007048;
}
.mission-vision-wrapper h3 {
  font-size: clamp(24px, 2vw, 32px);
  margin: 0 0 6px;
  font-weight: 700;
  font-family: var(--secondary-font);
  line-height: 1;
}
.mission-vision-wrapper p {
  margin: 0;
}
.mission-vision-wrapper > div:nth-child(2) p,
.mission-vision-wrapper > div:nth-child(2) h3 {
  color: var(--light);
}
.ldp-team__section {
  padding: 0 0 30px;
}
.ldp-team__section .team-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  row-gap: 60px;
  margin-top: 30px;
}
.ldp-team__section .team-container {
  height: 452px;
  border-radius: 20px;
  background-color: var(--blue);
  width: 100%;
  position: relative;
}
.ldp-team__section .team-container img {
  height: 426px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: grayscale(100%);
  transition: var(--transition-2);
}
.ldp-team__section .team-content {
  background-color: var(--light);
  padding: 10px;
  border-radius: 20px;
  border: 1px solid var(--text);
  text-align: center;
  position: absolute;
  bottom: -33px;
  width: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-2);
}
.ldp-team__section .team-container:hover img {
  filter: unset;
}
.ldp-team__section .team-container:hover .team-content {
  visibility: visible;
  opacity: 1;
}
.ldp-team__section .team-content h4,
.ldp-team__section .team-content span {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  margin: 0;
  color: var(--text);
  line-height: 1.3;
}
.ldp-team__section .team-content span {
  opacity: 70%;
  font-weight: 400;
}
.portfolio-single-slider .portfolio-slider-container {
  padding: 0;
}
.portfolio-single-slider .portfolio-slider-container:hover {
  width: unset !important;
}
.ldp-portfolio__section .portfolio-single-slider img {
  height: 520px;
}
.ldp-portfolio__section .portfolio-single-slider .btn-1 {
  background-color: transparent;
  border: 1px solid #000000a1;
  color: var(--text-1);
  visibility: visible;
  position: unset;
  display: block !important;
}
.ldp-portfolio__section .portfolio-single-slider .btn-1:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--light);
}
.single-blog__section {
  padding: 80px 0;
}
.single-blog__section .blog-article-container h3 {
  margin: 8px 0 14px;
}
.single-blog__section .blog-article-container h3 a {
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 600;
  margin: 0;
}
.single-blog__section .blog-article-container img {
  height: 600px;
}
.single-blog__section .blog-article-container p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.4;
  margin: 0 0 8px;
}
.contact-page__section {
  padding: 80px 0;
}
.contact-page__section .contact-wrapper {
  gap: 60px;
  justify-content: space-between;
}
.contact-page__section .contact-wrapper > div {
  width: 50%;
}
.contact-container ul {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}
.contact-page__section h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--text);
}
.contact-container p {
  margin: 0;
  font-size: clamp(16px, 2vw, 18px);
}
.contact-container ul {
  border-bottom: 1px solid #00000024;
}
.contact-container ul li {
  gap: 16px;
  padding-bottom: 30px;
}
.contact-container ul .icon {
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-container ul .icon i {
  font-size: 20px;
  color: var(--light);
}
.contact-container h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1;
  color: var(--text);
  opacity: 90%;
}
.contact-container .contact-detail p {
  opacity: 80%;
}
.contact-container .contact-detail p,
.contact-container .contact-detail p a {
  margin: 0;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--text-1);
}
.contact-social-media {
  margin-top: 30px;
}
.contact-social-media h4 {
  margin-bottom: 16px;
}
.contact-social-media a {
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  border-radius: 50%;
  color: var(--light) !important;
  font-size: 20px;
}
.contact-page-form-wrapper {
  background-color: #ffffff88;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  padding: 40px 50px 30px;
}
.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  padding: 10px;
  outline: unset;
  border-radius: 6px;
  border: 1px solid #00000049;
  font-size: 18px;
  margin: 8px 0 0;
  width: 100%;
  background-color: #fff;
  font-family: var(--secondary-font);
}
.contact-page-form textarea {
  height: 150px;
  resize: none;
}
.contact-page-form input.wpcf7-submit {
  padding: 11px 26px;
  margin-top: 25px;
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  color: var(--text-1);
  border-radius: 50px;
  transition: var(--transition);
  display: block;
  width: 100%;
  font-family: var(--primary-font);
  text-transform: capitalize;
  opacity: 85%;
  cursor: pointer;
}
.contact-page-form input.wpcf7-submit:hover {
  background-color: transparent;
  color: var(--yellow);
}
.contact-page-form form p {
  margin: 10px 0;
}
.contact-page-form h3 {
  text-align: center;
  margin-bottom: 25px;
}
.contact-map__section {
  padding-top: 40px;
}
.contact-map__section iframe {
  width: 100%;
  height: 600px;
}
.service-single__section {
  padding: 80px 0;
  text-align: center;
}
.service-single__section h3 {
  font-size: clamp(20px, 2vw, 26px);
  margin: 0 0 6px;
  color: var(--text);
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}
.service-single__section p {
  margin: 0 0 2px;
  line-height: 1.5;
  text-align: left;
}
.service-single-wrapper {
  gap: 45px;
  display: flex;
}
.service-single-wrapper > div {
  width: 50%;
}
.service-single-wrapper > div.entry-content {
  padding: 20px 0;
}
.service-single-wrapper > div.entry-content h1,
.service-single-wrapper > div.entry-content h2,
.service-single-wrapper > div.entry-content h3 {
  margin: 0 0 6px;
  text-align: left;
}
.service-single__section img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}
.service-single__section p {
  font-family: var(--secondary-font);
  margin: 0;
  color: var(--text);
  font-size: 18px;
  text-align: left;
  margin: 0 0 6px;
}
.industires-we-serve__section {
  padding: 80px 0;
}
.industires-we-serve__section .section-title h2,
.what-we-do__section .section-title h2 {
  margin: 0 0 2px;
  text-align: center;
}
.industires-we-serve__section .section-title p,
.what-we-do__section .section-title p {
  text-align: center;
  margin: 0;
}
.industries-we-serve {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.industries-we-serve .industries-wrapper {
  padding: 45px;
  border: 1px solid var(--green);
}
.industries-we-serve .industries-wrapper .entry-title {
  margin: 0 0 12px;
}
.industries-we-serve .industries-wrapper p {
  margin: 0;
}

.work-record__section {
  padding: 0 0 80px;
}
.work-record__section .section-title {
  text-align: center;
}
.work-record-wrapper {
  display: flex;
  align-items: center;
  gap: 65px;
  row-gap: 25px;
  margin-top: 40px;
}
.work-record-wrapper .featured-image {
  width: 50%;
}
.work-record-wrapper .featured-image img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.work-record-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
  width: 40%;
}
.work-record-content {
  background-color: #00704938;
  border-radius: 5px;
  padding: 45px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid var(--green);
  text-align: center;
  width: calc(50% - 10px);
}
.work-record-content:nth-child(2) {
  margin-top: 45px;
  background-color: #ffb2c134;
  border-color: #ffb2c2;
}
.work-record-content:nth-child(3) {
  margin-top: -45px;
  background-color: #c2f0f831;
  border-color: #c2f0f8;
}
.work-record-content:nth-child(4) {
  background-color: #f3cb2b2f;
  border-color: #f3cb2b;
}
.work-record__section .subtitle {
  margin: 0 auto;
}
.work-record-content h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1;
}
.work-record-content span {
  font-size: 16px;
  color: #6d6d6d;
}
.portfolio-single__section {
  padding: 80px 0;
}
.portfolio-single-wrapper {
  align-items: start;
  gap: 40px;
  justify-content: space-between;
}
.portfolio-single-wrapper > div {
  width: 42%;
}
.portfolio-single-wrapper > div:nth-child(2) {
  width: 38%;
}
.portfolio-single-wrapper .featured-image {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.portfolio-single-wrapper .overlay {
  transition: var(--transition-2);
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  opacity: 0%;
}
.portfolio-single-wrapper .featured-image:hover .overlay {
  opacity: 56%;
}
.portfolio-single-wrapper .category {
  position: absolute;
  top: 12px;
  left: 12px;
}
.portfolio-single-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.portfolio-single-wrapper h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 8px;
  color: var(--text);
}
.portfolio-single-wrapper p {
  margin: 0 0 8px;
}
.portfolio-single__section h3 {
  font-size: clamp(24px, 2vw, 32px);
  margin: 0 0 15px;
  color: var(--text);
  font-weight: 700;
  line-height: 1;
}
.portfolio-single-gallery .single-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.portfolio-single-gallery .single-gallery-wrapper a:nth-child(1) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
}
.portfolio-single-gallery .single-gallery-wrapper a:nth-child(2) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
}
.portfolio-single-gallery .single-gallery-wrapper a:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}
.portfolio-single-gallery .single-gallery-wrapper a:nth-child(4) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
.portfolio-single-gallery .single-gallery-wrapper a:nth-child(5) {
  grid-row: span 2 / span 2;
  grid-column-start: 6;
  grid-row-start: 3;
}
.portfolio-single-gallery .single-gallery-wrapper a img {
  height: 214px;
  width: 100%;
  object-fit: cover;
}
.tool-used-wrapper {
  padding: 25px;
  background-color: var(--pink);
  border-radius: 20px;
  margin: 35px 0 26px;
}
.tools-used h3 {
  margin: 0;
}
.tools-used p {
  font-size: clamp(18px, 2vw, 24px);
  margin: 12px 0 0;
  font-family: var(--secondary-font);
  color: var(--text);
  opacity: unset;
}
.tools-used ul {
  margin: 8px 0 0;
  padding: 0 0 0 30px;
}
.tools-used ul li,
.tools-used span {
  color: var(--text-1);
  opacity: 80%;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--primary-font);
}
.tools-used span {
  font-weight: 700;
  padding: 3px 0 3px 16px;
  display: block;
}
.other-work__section {
  background-color: var(--blue);
  padding: 40px 0 80px;
}
.other-work__section .wrapper > h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 16px;
  color: var(--text);
}

.default-template-wrapper {
  padding: 60px 0;
}
.default-template-wrapper p {
  font-size: clamp(16px, 2vw, 18px);
  margin: 0 0 12px;
}
.error-404 {
  background-color: var(--bg-1-color);
  padding: 150px 0;
  text-align: center;
}
.error-404 .btn {
  margin: 35px auto 0;
}
.error-404 p {
  margin: 0;
}
.error-404 h1 {
  margin: 0 0 10px;
  color: var(--text);
}

.service-page__section {
  padding: 80px 0;
}
.service-page__section .entry-title {
  font-size: clamp(22px, 2vw, 26px);
  margin: 0 0 15px;
  text-align: center;
  font-weight: 600;
}
.service-page__section .services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.service-page__section .services-wrapper .service-container-wrapper {
  padding: 20px;
  height: 100%;
}
.service-page__section .services-wrapper .service-container {
  margin: 0;
}
.service-page__section .services-wrapper .service-container .entry-content {
  padding: 25px 10px 10px;
}
.service-single-wrapper .entry-content ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.service-single-wrapper .entry-content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  position: relative;
  font-size: 18px;
  text-align: left;
}
.service-single-wrapper .entry-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--green);
}
.service-single-wrapper .entry-content ul li:not(:last-child) {
  margin-bottom: 4px;
}

.what-we-do__section .uk-accordion {
  margin: 30px 0 0;
}
.what-we-do__section .uk-accordion li {
  border: 1px solid #00704938;
}
.what-we-do__section .uk-accordion a {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  color: var(--text);
  padding: 20px;
}
.what-we-do__section .uk-accordion li.uk-open a {
  background-color: var(--green);
  color: var(--light);
}
.what-we-do__section .uk-accordion-title::before {
  background-color: var(--light);
}
.what-we-do__section .uk-accordion-content {
  margin: 0;
  padding: 20px;
}

.portfolio__container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
}
.portfolio__container img {
  height: 45px;
  width: fit-content;
}
.portfolio__container h3 {
  font-size: clamp(20px, 2vw, 24px);
  margin: 0;
}

.single-service .ldp-testimonial__section {
  padding: 0 0 80px;
}

@media (min-width: 568px) {
  .industries-we-serve .industries-wrapper:nth-child(4n + 1),
  .industries-we-serve .industries-wrapper:nth-child(4n + 4) {
    background-color: var(--green);
  }
  .industries-we-serve .industries-wrapper:nth-child(4n + 1) h3,
  .industries-we-serve .industries-wrapper:nth-child(4n + 4) h3,
  .industries-we-serve .industries-wrapper:nth-child(4n + 1) p,
  .industries-we-serve .industries-wrapper:nth-child(4n + 4) p {
    color: #fff;
  }
}
@media (max-width: 1440px) {
  .ldp-banner__section .featured-image {
    width: 45%;
  }
  .ldp-banner__section .featured-image::before {
    height: 100px;
    display: flex;
    left: -18%;
  }
  .ldp-banner__section .featured-image::after {
    display: flex;
    height: 55px;
  }
  .ldp-services__section .services-wrapper,
  .portfolio-single-wrapper > div,
  .portfolio-single-wrapper > div:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .blogs-article__section::after {
    bottom: -8%;
  }
  .ldp-video-slider__section .background-video {
    height: 750px;
  }
  .ldp-video-slider__section .slick-dots li button {
    width: 200px;
  }
  .about-single-wrapper {
    gap: 40px;
  }
  .about-single__section .who-are-we-container {
    gap: 25px;
  }
  .about-single__section h2,
  .about-single__section .entry-container {
    width: 85%;
  }
  .work-record-wrapper,
  .service-single-wrapper {
    gap: 30px;
  }
  .work-record-container {
    width: 50%;
  }
  .industires-we-serve__section,
  .service-single__section {
    padding: 60px 0;
  }
  .work-record__section,
  .single-service .ldp-testimonial__section {
    padding: 0 0 60px;
  }
}
@media (max-width: 1024px) {
  .swiper .swiper-button-prev {
    right: -50% !important;
  }
  .ldp-services__section .services-wrapper {
    width: 60%;
  }
  .ldp-video-slider__section .background-video {
    height: 600px;
  }
  .ldp-team__section .team-content {
    visibility: visible;
    opacity: 1;
  }
  .ldp-team__section .team-container img {
    filter: unset;
  }
  .contact-page__section .contact-wrapper {
    gap: 50px;
  }
  .contact-page__section .contact-wrapper > div:nth-child(1) {
    width: 40%;
  }
  .services-wrapper .service-container img {
    height: 320px;
  }
  .services-left-content {
    padding-bottom: 250px;
  }
  .ldp-services-wrapper {
    margin-bottom: -130px;
  }
  .services-left-content {
    top: 250px;
  }
}
@media (max-width: 989px) {
  .ldp-banner__section .banner-button a i {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
  .ldp-banner__section .banner-button .btn {
    padding: 10px 20px;
  }
  .ldp-banner__section .banner-button .btn:nth-child(1) {
    padding: 6px 6px 6px 20px;
  }
  .why-choose-us-container:nth-child(3) {
    z-index: 2;
  }
  .ldp-video-slider__section .slick-dots li button {
    width: 160px;
  }
  .ldp-portfolio__section .entry-content .btn-1 {
    display: none;
  }
  .about-single-wrapper {
    flex-direction: column;
  }
  .about-single__section .featured-image img:nth-child(1),
  .about-single__section .featured-image img:nth-child(3) {
    top: 0;
  }
  .services-wrapper .service-container img {
    height: 300px;
  }
  .services-wrapper .service-container .entry-content ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .work-record-wrapper .featured-image {
    width: 40%;
  }
  .work-record-container {
    width: 60%;
  }
  .ldp-services-wrapper {
    margin-bottom: -140px;
  }
}

@media (max-width: 767px) {
  .ldp-banner__section {
    padding: 80px 0;
  }
  .ldp-banner-wrapper {
    flex-direction: column;
    gap: 90px;
  }
  .ldp-banner__section .entry-content,
  .ldp-banner__section .featured-image {
    width: 100%;
  }
  .ldp-banner__section .featured-image::before,
  .ldp-banner__section .featured-image::after {
    content: unset;
  }
  .ldp-banner__section .featured-image::after {
    left: 80%;
  }
  .who-are-we__section .featured-image img {
    height: 400px;
  }
  .testimonail-slider {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .swiper,
  .testimonial-container {
    width: 100%;
    overflow: visible !important;
  }
  .swiper-slide {
    max-width: 100%;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    bottom: unset;
    top: -38%;
    right: 1% !important;
  }
  .swiper .swiper-button-prev {
    right: 12% !important;
  }
  .ldp-testimonial__section,
  .ldp-services__section,
  .why-choose-us__section,
  .trending-reels__section,
  .ldp-cta__section,
  .ldp-portfolio__section,
  .who-are-we__section,
  .single-blog__section,
  .contact-page__section,
  .about-single__section,
  .service-single__section,
  .portfolio-single__section,
  .service-page__section {
    padding: 50px 0;
  }
  .about-services__section,
  .single-service .ldp-testimonial__section {
    padding: 0 0 50px;
  }
  .blogs-article__section {
    padding: 50px 0 100px;
  }
  .services-left {
    display: none;
  }
  .service-container-wrapper .services-left-content {
    padding: 0;
    background-color: unset;
    display: block;
    position: relative;
    top: unset;
  }
  .service-container-wrapper .btn-1 {
    display: block;
    margin-top: 15px;
  }
  .ldp-services__section .services-section .subtitle,
  .ldp-services__section .services-section .section-title,
  .ldp-services-wrapper .service-container {
    position: relative;
    top: unset;
  }
  .ldp-services__section .services-section .section-title {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .ldp-services-wrapper,
  .contact-page__section .contact-wrapper,
  .portfolio-single-wrapper {
    flex-direction: column;
  }
  .service-single-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ldp-services__section .services-section,
  .ldp-services__section .services-wrapper,
  .contact-page__section .contact-wrapper > div,
  .contact-page__section .contact-wrapper > div:nth-child(1),
  .portfolio-single-wrapper > div,
  .portfolio-single-wrapper > div,
  .portfolio-single-wrapper > div:nth-child(2),
  .service-single-wrapper > div {
    width: 100%;
  }
  .portfolio-single-wrapper {
    gap: 30px;
  }
  .ldp-services-wrapper .service-container img {
    margin-bottom: 16px;
  }
  .ldp-services-wrapper .service-container-wrapper {
    padding: 10px 10px 40px;
  }
  .ldp-services-wrapper .service-container .entry-content .row {
    gap: 20px;
  }
  .trending-reels-container > img {
    height: 410px;
  }
  .ldp-video-slider__section .background-video {
    height: 500px;
  }
  .ldp-video-slider__section .slick-dots li button {
    width: 120px;
  }
  .btn {
    padding: 9px 21px;
  }
  .btn-1 {
    padding: 6px 22px;
  }
  .ldp-cta__section p {
    width: 80%;
  }
  .ldp-cta__section {
    overflow: hidden;
  }
  .ldp-cta__section .wrapper-2::after {
    bottom: -15%;
    content: "";
    background-image: url(../img/cta-2.png);
    background-size: contain;
    height: 55px;
    width: 55px;
    background-repeat: no-repeat;
  }
  .ldp-cta__section .wrapper-2::before {
    top: -15%;
    content: "";
    background-image: url(../img/cta-1.png);
    background-size: contain;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    left: 10px;
  }
  .single-breadcrumb__section {
    padding: 95px 0 30px;
  }
  .about-single__section .who-are-we-container {
    justify-content: center;
  }
  .contact-map__section iframe {
    height: 500px;
  }
  .single-blog__section .blog-article-container img {
    height: 500px;
  }
  .portfolio-single-slider {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .portfolio-single-slider .entry-content > div {
    width: 65%;
  }
  .services-wrapper .service-container img {
    height: 280px;
  }
  .service-page__section .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .industries-we-serve .industries-wrapper {
    padding: 30px;
  }
  .work-record-wrapper .featured-image {
    display: none;
  }
  .work-record-container {
    width: 100%;
  }
  .service-single-wrapper > div.entry-content {
    padding: 0;
  }
  .about-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .ldp-banner__section .featured-image img:nth-child(1) {
    float: unset;
    display: block;
    margin: 0 auto;
  }
  .ldp-banner__section .featured-image img:nth-child(2) {
    padding: 110px 78px 8px 10px;
  }
  .ldp-banner__section .banner-button .btn {
    padding: 8px 16px;
  }
  .ldp-banner__section .banner-button a i {
    width: 30px;
    height: 30px;
  }
  .ldp-services-wrapper {
    margin-bottom: unset;
  }
  .services-wrapper .service-container:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 567px) {
  .ldp-banner__section {
    padding: 60px 0;
  }
  .ldp-banner__section .featured-image img:nth-child(2) {
    padding: 132px 85px 30px 13px;
    top: -38.2%;
  }
  .ldp-banner__section .banner-button {
    white-space: nowrap;
  }
  .who-are-we__section .featured-image {
    flex-direction: column;
    margin-top: 50px;
  }
  .who-are-we__section .featured-image img {
    height: 300px;
    max-width: 100%;
  }
  .who-are-we__section .featured-image img:nth-child(2) {
    top: 0;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    display: none;
  }
  .ldp-services-wrapper .service-container img {
    height: 300px;
  }
  .ldp-services-wrapper .service-container .entry-content .row {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .trending-reels-container > img {
    height: 380px;
  }
  .ldp-video-slider__section .background-video {
    height: 400px;
  }
  .ldp-video-slider__section .slick-dots li button {
    width: 100px;
  }
  .blog-article-wrapper,
  .trending-reels-wrapper,
  .ldp-team__section .team-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  }
  .swiper-slide {
    padding: 25px 30px 30px;
  }
  .ldp-portfolio__section .slick-arrow {
    width: 46px;
    height: 46px;
  }
  .ldp-cta__section p {
    width: 90%;
  }
  .portfolio-single-slider {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .about-single__section h2,
  .about-single__section .entry-container {
    width: 100%;
  }
  .about-single__section .featured-image img {
    height: 270px;
  }
  .contact-page-form-wrapper {
    padding: 40px 30px 30px;
  }
  .contact-map__section iframe,
  .single-blog__section .blog-article-container img,
  .portfolio-single-wrapper img,
  .ldp-portfolio__section .portfolio-single-slider img {
    height: 400px;
  }
  .portfolio-single-slider .entry-content {
    flex-direction: column;
    gap: 20px;
  }
  .portfolio-single-slider .entry-content > div {
    width: 100%;
  }
  .ldp-testimonial__section,
  .ldp-services__section,
  .why-choose-us__section,
  .trending-reels__section,
  .ldp-cta__section,
  .ldp-portfolio__section,
  .who-are-we__section,
  .single-blog__section,
  .contact-page__section,
  .about-single__section,
  .service-single__section,
  .portfolio-single__section,
  .service-page__section,
  .industires-we-serve__section,
  .service-single__section {
    padding: 40px 0;
  }
  .about-services__section,
  .work-record__section,
  .single-service .ldp-testimonial__section {
    padding: 0 0 40px;
  }
  .blogs-article__section {
    padding: 40px 0 80px;
  }
  .work-record-content {
    padding: 30px;
  }
  .industries-we-serve {
    grid-template-columns: repeat(1, 1fr);
  }
  .industries-we-serve .industries-wrapper:not(:last-child) {
    border-bottom: unset;
  }
  .ldp-banner-wrapper {
    gap: 40px;
  }
  .industries-we-serve .industries-wrapper:nth-child(odd) {
    background-color: var(--green);
  }
  .industries-we-serve .industries-wrapper:nth-child(odd) p,
  .industries-we-serve .industries-wrapper:nth-child(odd) h3 {
    color: var(--light);
  }
}

@media (max-width: 397px) {
  .work-record-content {
    width: 100%;
    margin: 0 !important;
  }
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
