/* Common banner start  */
.common-banner__section.banner__section {
  position: relative;
  height: 63vh;
}

.common-banner__section::before {
  content: "";
  background: #0000008c;
  position: absolute;
  inset: 0;
  width: 100%;
}

.common-banner__section img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 16/5; */
  object-fit: cover;
}

.common-banner__section .banner-title {
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  margin: 0 0 20px;
}

.common-banner__section .btn {
  margin-top: 22px;
}

/* Common banner end   */


/* about us page  */
.our-approach__section {
  background-color: #EFECEC;
}

.mission-vision-wrapper {
  display: flex;
  background: #fff;
  justify-content: space-between;
  padding: clamp(35px, 3vw, 45px) clamp(18px, 3vw, 23px);
  position: relative;
  width: 100%;
  max-width: 951px;
  z-index: 2;
  margin-top: -204px;
}

.our-approach__section .icon-img {
  width: 42px;
  height: 42px;
}

.our-approach__section .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.mission-vision-wrapper>.mission-vision-div {
  position: relative;
  padding: 0 clamp(20px, 2vw, 50px);
}

.mission-vision-wrapper>.mission-vision-div:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  top: 0;
  right: 0;
  background-color: #9696968c;

}

.mission-vision-wrapper>.mission-vision-div>h3 {
  margin-top: clamp(10px, 3vw, 16px);
  font-size: 18px;
}

.mission-vision-wrapper>.mission-vision-div>p {
  margin-top: clamp(15px, 3vw, 21px);
  font-size: 15px;
}

.what-we-do__section {
  background-color: #DEDEDE;
}

.what-we-do-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
}

.what-we-do-cards {
  display: flex;
  gap: clamp(10px, 2vw, 28px);
}

.what-we-do-cards>div {
  height: 330px;
  padding: clamp(32px, 3vw, 40px) clamp(20px, 3vw, 26px) 0;
  background-color: white;

}

.what-we-do-cards>div h3 {
  margin-top: 30px;
  font-size: 18px;
}

.what-we-do-cards>div p {
  margin-top: 20px;
  font-size: 15px;
}

.what-we-do-wrapper .section-title {
  width: 380px;

}

.service-page.our-service__section .entry-content {
  /* max-width: 620px; */
  width: 100%;
}

.our-service__section.service-page .service-gallery .section-title {
  font-size: clamp(26px, 4vw, 36px);
}

.our-service__section.service-page .service-gallery .section-wrap {
  max-width: 600px;
  width: 100%;
  margin-bottom: clamp(30px, 3vw, 40px);
}

.our-service__section.service-page .featured-image img {
  height: 488px;
}

.service-page.our-service__section .entry-content p {
  font-size: 16px;
}

.service-gallery {
  background-color: #EFECEC;
}

.service-gallery .entry-content {
  position: absolute;
}

.our-service__section>div.service-gallery .wrapper {
  display: block;

}

.service-page.our-service__section .service-gallery .entry-content>p {
  max-width: 487px;
  width: 100%;
}

/* 
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 10px;
}

.item-1 {
  grid-column: 1 / 2;
  grid-row: 2 / 5;
}

.item-2 {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

.item-3 {
  grid-column: 2 / 3;
  grid-row: 4 / 6;
}

.item-4 {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
}

.item-5 {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}

.item-6 {
  grid-column: 4 / 5;
  grid-row: 2 / 4;
} */
.gallery-masonry {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-img {
  width: 100%;
  overflow: hidden;
}

.gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-masonry>div>img,
.gallery-masonry>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-masonry>div>img:hover,
.gallery-masonry>a>img:hover {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
}

.service-page.our-service__section .service-one {
  background-color: #fafafa;
}

.service-page.our-service__section>div::before {
  display: none;
}

.service-page.our-service__section .service-three {
  background-color: #DEDEDE;
}

.service-page.our-service__section .service-three .wrapper {
  display: block;
}

.service-page.our-service__section .service-three .entry-container>.entry-content {
  background-color: white;
  padding: clamp(50px, 3vw, 78px) clamp(26px, 3vw, 40px);
  /* height: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; */
}

/* about us page  */

.video-thumbnail {
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.video-thumbnail:hover {
  transform: scale(1.05);
}

.video-thumbnail::before {
  position: absolute;
  content: "";
  background-color: #00000066;
  inset: 0;

}

.video-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.video-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00000066;
  z-index: 0;
  pointer-events: none;
}

.video-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 60px;
  height: 60px;
  background-image: url(../img/play-btn.png);
  background-repeat: no-repeat;
  background-size: contain;

  z-index: 2;
  pointer-events: none;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: min(1000px, 90vw);
}

.video-modal video {
  width: 100%;
  display: block;
}

/* .inner-wrapper {
  max-width: 1460px;
  display: flex;
} */

.newsletter .wpcf7 form.failed .wpcf7-response-output,
.newsletter .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  color: white;
}

.newsletter .wpcf7 form.invalid .wpcf7-response-output,
.newsletter .wpcf7 form.unaccepted .wpcf7-response-output,
.newsletter .wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
}

/* blog single */
.blog-content>.img-container>img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: var(--radius-m);
  -webkit-border-radius: var(--radius-m);
  -moz-border-radius: var(--radius-m);
  -ms-border-radius: var(--radius-m);
  -o-border-radius: var(--radius-m);
}

.blog-content>.img-container {
  width: 100%;
  margin: clamp(12px, 3vw, 20px) auto clamp(30px, 4vw, 45px);
}

.author-info {
  gap: 10px;
  margin-block: 20px;
  align-items: center;
}

.author-info p {
  margin: 0 !important;
}

.author-info span {
  font-size: 12px;
}

.author-info img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  min-width: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.section-wrap h2 {
  font-size: clamp(26px, 4vw, 40px);
}


.related-side-blog>div a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.related-side-blog>div a img {
  height: 122px;
  min-width: 200px;
  object-fit: cover;
  max-width: 200px;
}

.related-side-blog .blogs-item .blog__img {
  height: 122px;
  min-width: 160px;
  max-width: 160px;
}

.related-blogs .blogs-item h3 {
  font-size: 18px;
  font-family: var(--primary-font);
}

.related-blogs .section-title {
  margin-bottom: 30px;
}

.related-blogs .blogs-item .entry-content>span {
  font-size: 13px;
}

.related-blogs {
  position: sticky;
  align-self: flex-start;
  top: 100px;
  padding-inline: 20px;
  max-width: 480px;
  width: 100%;
}

.related-side-blog>div:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4d403824;
}


.related-blogs .blogs-item .entry-content {
  margin-top: 0;
}

.all-blogs-section {
  background-color: #fafafa;
}

.all-blogs-section>.wrapper>div.uk-grid {
  row-gap: 14px;
}

.more-videos-section {
  width: 100%;
  margin-top: 40px;
}


.more-videos-next {
  right: 8px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.85);
}

.video-modal.active {
  display: flex;
}

.video-modal-overlay {
  position: absolute;
  inset: 0;
}

.video-modal-content {
  position: relative;
  z-index: 2;
  width: min(1000px, 95vw);
  background: #000;
}

.video-modal-content video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
}


body.video-modal-open {
  overflow: hidden;
}


@media (max-width: 991px) {

  .inner-wrapper {
    gap: 30px;
  }

  .more-videos-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .more-videos-trigger img {
    height: 130px;
  }

}

.video-modal {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.video-modal.active {
  display: flex;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-modal-content {
  position: relative;
  z-index: 2;
  width: 900px;
  max-width: 95vw;
  max-height: 90vh;
  background: #000;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  overflow: visible;
}

.video-modal-content video {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 85vh;
  height: auto;
  background: #000;
}

.video-close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}


body.video-modal-open {
  overflow: hidden;
}


.inner-wrapper {
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.service-three .entry-container {
  width: 50%;
  min-width: 0;

}

.video-container {
  width: 50%;
}

.more-videos-section {
  width: 100%;
  margin-top: 40px;
}

.more-videos-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.more-videos-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  will-change: transform;
  position: relative;

}



.more-videos-slider::before,
.more-videos-slider::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 140px;
  z-index: 2;
  pointer-events: none;
  top: 0;
}

.more-videos-slider::before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  left: 0;
}

.more-videos-slider::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  right: 0;
}


.more-videos-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
}

.more-videos-arrow i {
  font-size: 22px;
  color: #fff;
}


.more-videos-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.more-videos-trigger img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.more-videos-trigger img:hover {
  transform: scale(1.11);
}

.more-videos-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
}

.more-videos-card h4 {
  margin: 10px 0 0;
  font-size: 14px;
}


.more-videos-arrow {
  position: absolute;
  top: 45%;
  z-index: 5;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.75); */
  color: #fff;
  background: none;
  cursor: pointer;
}

.more-videos-prev {
  left: 0px;
}

.more-videos-next {
  right: 0px;
}

.more-videos-arrow:hover {
  opacity: 0.8;
}

/* .more-videos-arrow:disabled {
  opacity: 0.3;

  cursor: not-allowed;
} */



@media (max-width: 991px) {

  .inner-wrapper {
    gap: 30px;
  }

  .more-videos-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }

}


@media (max-width: 767px) {

  .inner-wrapper {
    flex-direction: column;

    gap: 35px;
  }

  .entry-container,
  .video-container {
    width: 100%;
  }

  .more-videos-section {
    margin-top: 30px;
  }

}


@media (max-width: 600px) {

  .more-videos-card {
    flex: 0 0 100%;
  }

  .more-videos-trigger img,
  .more-videos-slider::before,
  .more-videos-slider::after {
    height: 200px;
  }


  .video-modal {
    padding: 15px;
  }

  .video-modal-content {
    width: 100%;

    max-width: 100%;
  }

  .video-modal-content video {
    max-height: 75vh;
  }

  .video-close {
    top: -40px;

    width: 35px;
    height: 35px;

    font-size: 32px;
  }

}

/* contact us */
.contact-section {
  background: #fafafa;
}

.contact-section>.wrapper {
  display: flex;
  gap: clamp(40px, 3vw, 90px);
  justify-content: space-between;
}

.contact-info {
  max-width: 500px;
  width: 100%;
  background-color: white;
  box-shadow: 1px 2px 4px 4px #dad8d826;
  padding: 40px 30px;
}

.contact-info-wrapper {
  margin-top: clamp(30px, 3vw, 40px);
}

.contact-info-wrapper>div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 20px;

}

.contact-info-wrapper>div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-form {
  width: 100%;
}

.contact-info-wrapper>div>i {
  color: var(--primary);
  font-size: 25px;
  width: 20px;
}

.contact-info-wrapper>div>div p {
  margin-bottom: 0;
}

/* contact form */

.wpcf7-form label {
  position: relative;
  display: block;
  margin-bottom: 12px;
}



.wpcf7-form .contact-label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px;
  background: #fff;
  color: #777;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
  transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  -webkit-transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  -moz-transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  -ms-transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  -o-transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
}



.wpcf7-form label.has-value .contact-label {
  top: 0;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--primary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /* background: rgb(246, 249, 255); */
  background: linear-gradient(to bottom,
      #fafafa 50%,
      #fff 50%);
}


.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 15px;
  border: 1px solid #ccc;
  border-radius: var(--radius-s);
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.25s ease;
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -ms-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  -webkit-border-radius: var(--radius-s);
  -moz-border-radius: var(--radius-s);
  -ms-border-radius: var(--radius-s);
  -o-border-radius: var(--radius-s);
}




.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: var(--primary);
  outline: none;
}


.wpcf7-form input:focus::placeholder,
.wpcf7-form textarea:focus::placeholder {
  color: transparent;
}


.wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7-form label:has(textarea) .contact-label {
  top: 25px;
}

.wpcf7-form label:has(textarea).has-value .contact-label {
  top: 0;
}

.wpcf7-form label>br {
  display: none;
}


.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}



.wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.related-blogs .section-heading {
  margin-bottom: clamp(27px, 3vw, 37px);
}



@media (max-width:640px) {
  .contact-us div.uk-grid>.uk-first-column {
    position: unset;
  }

  .contact-form>div {
    padding: 0;
  }
}

.contact-form form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.contact-form form>p {
  width: calc(50% - 10px)
}


.contact-form form>p:nth-last-child(3),
.contact-form form>p:nth-last-child(2) {
  width: 100%;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.contact-form form>p:nth-last-child(2) {
  width: fit-content;
  margin-bottom: 0;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
  background-color: var(--secondary);
  color: white;
  padding: 10px 16px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.contact-form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #3a2111;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
  border: none;
}

.field select,
.wpcf7-form select {
  position: relative;
}

.field select,
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("./assets/img/down-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  width: 100%;
}

.map {
  width: 100%;
  height: 500px;
  margin-top: clamp(30px, 3vw, 40px);
}

.blogs-item>a:hover .entry-content>span,
.blogs-item>a:hover .entry-content>h3 {
  color: var(--primary);
}

.blogs-item>a .entry-content>span,
.blogs-item>a .entry-content>h3 {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.blogs-item:hover img {
  box-shadow: 1px 1px 8px #939191c9;
}


.blogs-item:hover img {
  box-shadow: 1px 1px 7px 2px #bebebe45;
}

/* aniamtion changes */