@charset "UTF-8";
html {
  scroll-padding-top: 100px;
}

.nop {
  margin-bottom: 0;
}
.nop p {
  margin-bottom: 0;
}

header #hedaer {
  background: rgba(30, 86, 108, 0.37);
  backdrop-filter: blur(12px);
}
#content {
  margin-top: -144px;
}

#gform_wrapper_1 .gform-body .ginput_container ::-webkit-input-placeholder {
  color: #FAFAF1 !important;
}
#gform_wrapper_1 .gform-body .ginput_container ::-o-input-placeholder {
  color: #FAFAF1 !important;
}
#gform_wrapper_1 .gform-body .ginput_container ::-moz-placeholder {
  color: #FAFAF1 !important;
}
#gform_wrapper_1 .gform-body .ginput_container :-ms-input-placeholder {
  color: #FAFAF1 !important;
}
#gform_wrapper_1 .gform-body .ginput_container input, #gform_wrapper_1 .gform-body .ginput_container textarea {
  background: rgba(0, 0, 0, 0.36);
  color: #FAFAF1;
  border: 0;
  border-bottom: 1px solid #FAFAF1;
  font-size: 18px;
  padding: 15px 12px;
  border-radius: 6px;
}
#gform_wrapper_1 .gform-footer .gform_button {
  background: #1E566C;
  font-size: 21px;
  padding: 18px 42px;
  border: 1px solid #1E566C;
}
#gform_wrapper_1 .gform-footer .gform_button:hover {
  background: #FAFAF1;
  color: #1E566C;
}

#our_work_project_single {
  /* gallery Lightbox */
}
#our_work_project_single .imok-project-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  grid-auto-flow: row;
}
@media (max-width: 1024px) {
  #our_work_project_single .imok-project-gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #000;
  aspect-ratio: 4/3;
  /* Keep tablet and mobile behavior unchanged */
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+1), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+2) {
  grid-column: span 6;
  aspect-ratio: 16/10;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+3), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+4), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+5) {
  grid-column: span 4;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+6), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+7) {
  grid-column: span 6;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+8), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+9), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+10) {
  grid-column: span 4;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+11), #our_work_project_single .imok-project-gallery .imok-project-gallery__item:nth-child(12n+12) {
  grid-column: span 6;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:hover img {
  transform: scale(1.035);
  opacity: 0.78;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item:hover .imok-project-gallery__title {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  #our_work_project_single .imok-project-gallery .imok-project-gallery__item {
    grid-column: span 3 !important;
    aspect-ratio: 4/3 !important;
  }
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-gallery .imok-project-gallery__item {
    grid-column: span 1 !important;
    aspect-ratio: 4/3 !important;
  }
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
#our_work_project_single .imok-project-gallery .imok-project-gallery__item .imok-project-gallery__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  max-height: 45%;
  overflow: hidden;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  #our_work_project_single .imok-project-gallery .imok-project-gallery__item {
    grid-column: span 3 !important;
    aspect-ratio: 4/3 !important;
  }
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-gallery .imok-project-gallery__item {
    grid-column: span 1 !important;
    aspect-ratio: 4/3 !important;
  }
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--count-4 .imok-project-gallery__item:nth-child(1), #our_work_project_single .imok-project-gallery.imok-project-gallery--count-4 .imok-project-gallery__item:nth-child(2) {
  grid-column: span 6;
  aspect-ratio: 16/10;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--count-4 .imok-project-gallery__item:nth-child(3), #our_work_project_single .imok-project-gallery.imok-project-gallery--count-4 .imok-project-gallery__item:nth-child(4) {
  grid-column: span 6;
  aspect-ratio: 16/10;
}
@media (max-width: 1024px) {
  #our_work_project_single .imok-project-gallery.imok-project-gallery--count-4 .imok-project-gallery__item {
    grid-column: span 3 !important;
    aspect-ratio: 4/3 !important;
  }
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-gallery.imok-project-gallery--count-4 .imok-project-gallery__item {
    grid-column: span 1 !important;
    aspect-ratio: 4/3 !important;
  }
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-1 .imok-project-gallery__item:last-child {
  grid-column: span 12;
  aspect-ratio: 16/7;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-3 .imok-project-gallery__item:nth-last-child(-n+3) {
  grid-column: span 4;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-4 .imok-project-gallery__item:nth-last-child(-n+4) {
  grid-column: span 6;
  aspect-ratio: 16/10;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-6 .imok-project-gallery__item:nth-last-child(-n+6) {
  grid-column: span 4;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-8 .imok-project-gallery__item:nth-last-child(-n+3) {
  grid-column: span 4;
  aspect-ratio: 4/3;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-9 .imok-project-gallery__item:nth-last-child(-n+4) {
  grid-column: span 6;
  aspect-ratio: 16/10;
}
#our_work_project_single .imok-project-gallery.imok-project-gallery--remainder-11 .imok-project-gallery__item:nth-last-child(-n+4) {
  grid-column: span 6;
  aspect-ratio: 16/10;
}
#our_work_project_single .imok-project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background: rgba(0, 0, 0, 0.92);
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-lightbox {
    padding: 20px;
  }
}
#our_work_project_single .imok-project-lightbox.is-active {
  display: flex;
}
#our_work_project_single .imok-project-lightbox img {
  max-width: 88vw;
  max-height: 82vh;
  object-fit: contain;
  display: block;
  z-index: 99999;
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__caption {
  position: fixed;
  left: 40px;
  right: 40px;
  bottom: 24px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  text-transform: capitalize;
  z-index: 100001;
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-lightbox .imok-project-lightbox__caption {
    left: 20px;
    right: 20px;
    bottom: 18px;
    font-size: 14px;
  }
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__close {
  position: fixed;
  top: 24px;
  right: 32px;
  z-index: 100002;
  width: 48px;
  height: 48px;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 46px;
  line-height: 46px;
  cursor: pointer;
  padding: 0;
  text-align: center;
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__close:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-lightbox .imok-project-lightbox__close {
    top: 14px;
    right: 16px;
    font-size: 38px;
    line-height: 38px;
  }
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav {
  position: fixed;
  top: 50%;
  z-index: 100002;
  transform: translateY(-50%);
  width: 58px;
  height: 78px;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  font-size: 76px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 68px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  border-radius: 4px;
  transition: background 0.2s ease, opacity 0.2s ease;
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav:hover {
  background: rgba(0, 0, 0, 0.55) !important;
  opacity: 1;
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav.imok-project-lightbox__prev {
  left: 28px;
}
#our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav.imok-project-lightbox__next {
  right: 28px;
}
@media (max-width: 767px) {
  #our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav {
    width: 42px;
    height: 58px;
    font-size: 46px;
    line-height: 50px;
  }
  #our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav.imok-project-lightbox__prev {
    left: 10px;
  }
  #our_work_project_single .imok-project-lightbox .imok-project-lightbox__nav.imok-project-lightbox__next {
    right: 10px;
  }
}
#our_work_project_single #crumb_nav .imok-our-work-breadcrumb a {
  color: #34B6C4;
}
#our_work_project_single #crumb_nav .imok-project-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 40px 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #our_work_project_single #crumb_nav .imok-project-post-nav {
    flex-direction: column;
    gap: 14px;
  }
}
#our_work_project_single #crumb_nav .imok-project-post-nav a {
  color: inherit;
  text-decoration: none;
}
#our_work_project_single #crumb_nav .imok-project-post-nav .imok-project-post-nav__next {
  text-align: right;
}
@media (max-width: 767px) {
  #our_work_project_single #crumb_nav .imok-project-post-nav .imok-project-post-nav__next {
    text-align: left;
  }
}

body.imok-lightbox-open {
  overflow: hidden;
}
body.imok-lightbox-open .elementor-lightbox, body.imok-lightbox-open .dialog-lightbox-widget, body.imok-lightbox-open .pswp, body.imok-lightbox-open .mfp-wrap, body.imok-lightbox-open .mfp-bg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Prevent Elementor / theme lightbox overlay from showing under our custom lightbox */
#hero_section_projects .imok-archive-title {
  text-align: center;
  font-weight: 600;
  color: #FAFAF1;
}
#hero_section_projects .imok-our-work-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: #FAFAF1;
  text-align: center;
}
#hero_section_projects .imok-our-work-hero .imok-our-work-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
#hero_section_projects .imok-our-work-hero .imok-our-work-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #FAFAF1;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "gotham";
}
#hero_section_projects .imok-our-work-hero .imok-our-work-hero__title span {
  display: block;
  font-size: 0.65em;
  font-weight: 400;
}

#project_archive_page .imok-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  #project_archive_page .imok-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #project_archive_page .imok-projects-grid {
    grid-template-columns: 1fr;
  }
}
#project_archive_page .imok-projects-grid .imok-project-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
#project_archive_page .imok-projects-grid .imok-project-card:hover .imok-project-card__image img {
  transform: scale(1.05);
  opacity: 0.9;
}
#project_archive_page .imok-projects-grid .imok-project-card:hover .imok-project-card__overlay {
  backgorun: rgba(0, 0, 0, 0.3882352941);
}
#project_archive_page .imok-projects-grid .imok-project-card .imok-project-card__image {
  position: absolute;
  inset: 0;
}
#project_archive_page .imok-projects-grid .imok-project-card .imok-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
#project_archive_page .imok-projects-grid .imok-project-card .imok-project-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3294117647);
}
#project_archive_page .imok-projects-grid .imok-project-card .imok-project-card__overlay h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
  color: #FAFAF1;
}
#project_archive_page .imok-projects-grid .imok-project-card .imok-project-card__overlay .imok-project-card__subtitle {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.9;
  text-transform: uppercase;
}

.slickwprev-slide .wprev_showdate_T2 {
  display: none !important;
}

.indrevtxt .readmoretextdiv.indrevlineclamp {
  line-height: 28px !important;
  max-height: 112px !important; /* 28px x 4 lines */
  overflow: hidden !important;
  position: relative;
}
.indrevtxt .readmoretextdiv .divwprsrdmore {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 10px;
  position: relative;
  z-index: 20;
}
.indrevtxt .wprs_rd_more, .indrevtxt .wprs_rd_less {
  cursor: pointer;
  font-weight: 600;
  color: #34B6C4 !important;
  text-decoration: none;
}
.indrevtxt .wprs_rd_more {
  display: inline-block !important;
}
.indrevtxt .wprs_rd_more:hover {
  text-decoration: underline;
}
.indrevtxt .wprs_rd_less {
  display: none !important;
}
.indrevtxt .wprs_rd_less:hover {
  text-decoration: underline;
}
.indrevtxt.wprs-expanded-mode .wprs_rd_more {
  display: none !important;
}
.indrevtxt.wprs-expanded-mode .wprs_rd_less {
  display: inline-block !important;
}
.indrevtxt.wprs-expanded-mode .readmoretextdiv {
  line-height: 1.55em !important;
}
.indrevtxt.wprs-expanded-mode .readmoretextdiv.indrevlineclamp {
  line-height: 28px !important;
  max-height: none !important;
  overflow: visible !important;
}

button.slickwprev-arrow:before {
  font-size: 39px;
  margin-left: -9px;
}

.imok-projects-splide .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.imok-projects-splide .project-card .project-card__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.imok-projects-splide .project-card .project-card__link .project-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .imok-projects-splide .project-card .project-card__link .project-image img {
    height: 380px;
  }
}
.imok-projects-splide .project-card .project-card__link .project-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.imok-projects-splide .project-card .project-card__link .project-content h3 {
  margin: 0;
  color: #fff;
  font-size: 33px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .imok-projects-splide .project-card .project-card__link .project-content h3 {
    font-size: 28px;
  }
}
.imok-projects-splide .project-card .project-card__link .project-content .subtitle {
  margin: 8px 0 0;
  font-size: 23px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .imok-projects-splide .project-card .project-card__link .project-content .subtitle {
    font-size: 16px;
  }
}
.imok-projects-splide .project-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}
.imok-projects-splide .splide__arrow {
  background: rgba(255, 255, 255, 0.66);
  opacity: 1;
  width: auto;
  height: auto;
}
.imok-projects-splide .splide__arrow svg {
  fill: rgba(0, 0, 0, 0.5019607843);
  height: 48px;
  width: 48px;
  padding: 7px;
}
.imok-projects-splide .splide__pagination {
  bottom: -2em;
  display: none;
}
.imok-projects-splide .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1.2);
}

/* CARD BASE */
.imok-projects-splide .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* IMAGE */
.imok-projects-splide .project-image {
  position: relative;
}

.imok-projects-splide .project-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* 🔥 OVERLAY */
.imok-projects-splide .project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* 🔥 CENTER ICON */
.imok-projects-splide .project-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%) scale(0.8);
  background: url("/wp-content/uploads/2026/04/link.svg") center center no-repeat;
  background-size: contain;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* TEXT ABOVE OVERLAY */
.imok-projects-splide .project-content {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
}

/* 🔥 HOVER EFFECTS */
.imok-projects-splide .project-card:hover img {
  transform: scale(1.05);
}

.imok-projects-splide .project-card:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.imok-projects-splide .project-card:hover .project-image::after {
  opacity: 0.7;
}

#reviews_home #wprev-slider-1 .wprev_preview_bg1_T2 {
  min-height: 243px;
}
#reviews_home #wprev-slider-1 .wprev_preview_bg1_T2.wpproslider_t2_DIV_2 {
  background: rgba(253, 253, 253, 0.8588235294);
  border-radius: 10px;
}
#reviews_home #wprev-slider-1 .wprev_preview_tcolor1_T2 {
  color: #000;
}
#reviews_home #wprev-slider-1 .wprevpro_star_imgs span.svgicons {
  background: #34B6C4;
}

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