:root {
  --primary-north: #111f22;
  --secondary-north: #15383e;
  --navy: #15535c;
  --north-clr-light: #0c6f7c;
  --north-clr-md: #15535c;
  --north-clr-main: #15383e;
  --north-clr-dark: #111f22;
  --north-clr-black: #000000;
  --bg-ice: #64e4f554;
}

body.loaded:after {
  display: none;
}

.preloader {
  background: var(--north-clr-light);
}
bg-gray-lighter{background:#f1f5f9}

bg-light-blue{background:#e2f2fb}
.shape-fill{
 fill: #e2f2fb;
}


.preloader-3 div span:before,
.preloader-3 div span:after {
  background: var(--bg-ice);
}

/****************/
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img-h {
  width: auto;
  max-width: 80px;
  height: 90%;
  max-height: 100px;
  display: inline-block;
  object-fit: contain;
}

.logo-cor{
  width: auto;
  max-width: 150px;
  height: 150px;
  max-height: 150px;
  display: inline-block;
  object-fit: contain;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  logo-cor {
    width: auto;
    height: 80px;
    max-height: 80px;
  }
}
/* header logo */
.img-logo {
  display: inline-block;
  max-width: 100%;
  height: 64px;
  max-height: 64px;
  object-fit: contain;
}

.process-box.process-gradient-5 .process-order:before {
  background-image: linear-gradient(45deg, var(--north-clr-light) 0%, var(--primary-north) 100%);
}

.text-highlight-gradient-north:before {
  background-image: linear-gradient(45deg, var(--north-clr-main), var(--north-clr-light));
}

/*  */
.header .header-menu .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]) {
  color: white;
  /* subnavbar txt */
}

.header .header-menu .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):hover,
.header .header-menu .nav .nav-item .nav-dropdown a:not([class^='button']):not([class^="link-social"]):focus {
  color: var(--north-clr-dark);
  /* subnavbar txt */
}
.header .header-menu .nav .nav-item {
  margin: 0 0 0 15px;
}

@media (min-width: 992px) {
  .header .header-menu .nav .nav-item {
    margin: 0 0 0 15px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    background: var(--navy);
    /** subnavbar */
  }

}

.header-color-north {
  background-color: var(--north-clr-main
      /*--north-clr-main*/
    ) !important;

}

.bg-color-navy {
  background-color: var(--north-clr-main) !important;
}

.bg-header {
  padding-top: 80px;
  background-color: var(--north-clr-main) !important;
}

.bg-color-navy-light {
  background-color: var(--north-clr-light) !important;
}

.bg-service-color {
  background-color: rgba(9, 99, 115, 0.522);
  opacity: 0.85;
}

.bg-color-navy-blur {
  background-color: rgb(9, 99, 115);
}

.bg-gradient-8 {
  background-image: linear-gradient(90deg, var(--north-clr-md) 0%, var(--north-clr-light) 100%);
}
.text-gradient-north {
  display: inline-block;
  background-image: linear-gradient(90deg, var(--north-clr-light) 0%, var(--north-clr-main) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-image-overlay {
  position: relative;
  overflow: hidden;
}

.bg-image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(hsla(177, 92%, 5%, 0.4), hsla(172, 98%, 20%, 0.4));
  pointer-events: none;
  z-index: 1;
}

.bg-image-overlay>* {
  position: relative;
  z-index: 2;
}

.bg-image-overlay-darker {
  border-image: linear-gradient(hsla(172, 52%, 29%, 0.8),hsla(180, 96%, 10%, 0.8)) fill 1;
}
.bg-image-overlay-landing {
  border-image: linear-gradient(hsla(0, 0%, 0%, 0.8), hsla(172, 46%, 9%, 0.8)) fill 1;
}

.process-order i {
  font-size: medium;
}

@media (min-width: 992px) {
  .header-logo {
    max-width: 200px;
    margin-right: 2px;
  }

  .img-logo {
    max-width: 200px;
  }
}

@media (max-width: 992px) {
  .img-logo {
    width: 120px;
    max-width: 120px;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
    padding: 0 3rem 0 !important;
  }
}

/***** hero-slider ******/
.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.hero-slider .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  transform: translate(-50%, -50%) !important;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;

}

.hero-content>* {
  pointer-events: auto;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.slide-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  display: block;
}

.slide-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.slide-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}

.slide-content .btn {
  display: inline-block;
  padding: 15px 40px;
  background: var(--navy);
  color: white;
  text-decoration: none;
  border-radius: 11px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.4s;
}

.swiper-slide-active .slide-content h1,
.swiper-slide-active .slide-content p,
.swiper-slide-active .slide-content .btn {
  opacity: 1;
  transform: translateY(0);
}

.hero-slider .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  z-index: 5;
}

/* .hero-slider .swiper-button-next,
.swiper-button-prev {
  color: white;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
} */

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--navy);
}

.swiper-pagination-bullet:before {
  border: none;
}

.swiper-pagination-bullet:after {
  background: none;
}

@media (max-width: 768px) {

  .hero-content h1,
  .slide-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p,
  .slide-content p {
    font-size: 1.2rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.scroll-btn {
  position: fixed;
  transform: translateX(-50%);
  cursor: pointer;
  animation: bounce 1.8s infinite;
  z-index: 1000;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(8px);
  }

  60% {
    transform: translateX(-50%) translateY(4px);
  }
}

/* clients  */
.client-li  { 
  display: flex;
  align-items: center; 
  justify-content: center;
  padding: 3rem; 
  width: auto;
}
.clients-grid li::before {
  border-left: none;
}
.clients-grid li::after {
  border-bottom: none;
}
.client-logo {
  width: auto;
  height: 64px;
  max-height: 64px;
  display: block;
  object-fit: contain; 
  margin: 0 auto; 
}

/** testimonial Swiper */
.testimonialSwiper {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: auto; 
}

.swiper-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
  padding: 10px;
}

.swiper-nav-prev,
.swiper-nav-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--north-clr-light);
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.swiper-nav-prev:hover,
.swiper-nav-next:hover {
  transform: scale(1.2);
  background: var(--north-clr-dark); 
}

.swiper-nav-prev:active,
.swiper-nav-next:active {
  transform: scale(1); 
}

.testimonial-box {
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px; 
}

.testimonial-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px; 
}

.testimonial-img img {
  max-width: 100%;
  height: 80px;
  width: auto; 
  object-fit: contain; 
  border-radius: 5px;
  background-color: #e2f2fb; 
  transition: transform 0.3s ease;
}

@media (max-width: 992px) {
  .testimonial-img img {
    height: 72px;
  }
}

@media (max-width: 768px) {
  .testimonial-img img {
    height: 64px;
    border-radius: 5px;
  }
  
  .swiper-nav-prev,
  .swiper-nav-next {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .swiper-nav {
    gap: 10px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .testimonial-img img {
    height: 56px;
  }
}
/* footer **/
.footer {
  color: white;
  padding-top: 4rem;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 3rem;
  padding-bottom:5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

#map1 {
  width: 100%;
  height: 400px;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0;
  margin-bottom: 0;
}

/**** videos ////**/
.video-box {
  position: relative;
  margin-bottom: 20px;
}

.video-box .video-container {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  max-height: 800px;
}

.video-box video {
  display: block;
  width: 100%;
  transition: filter 0.3s ease;
  border-radius: 12px;
}

.video-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--north-clr-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.play-button i {
  color: #ffffff;
  font-size: x-large;
}

.video-container.playing .play-button i {
  content: "\f04c";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: x-large;
}

.video-container.playing .play-button i:before {
  content: "\f04c";
  /* pause icon */
}

.video-container:not(.playing) .play-button i:before {
  content: "\f04b";
  /* play icon */
  margin-left: 2px;
}

.video-box .video-container:hover .play-button {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.2);
}

.video-box .video-container:hover video {
  filter: brightness(0.7);
}

.playlist {
  flex: 1;
  padding: 5px;
}

.playlist-item {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.playlist-item:hover {
  background: none;
}

.playlist-item.active {
  background: var(--north-clr-light);
}

@media(max-width: 768px) {
  .playlist {
    height: 40vh;
  }
}

/*** reports */
.report-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
}

.report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.report-icon {
  border-radius: 12px 12px 0 0;
  background: var(--north-clr-light);
  padding: 24px;
  text-align: center;
}

.report-icon i {
  font-size: 3.5rem;
  color: white;
}

.report-info {
  padding: 20px;
}

.report-info h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #1a1a1a;
  font-weight: 600;
}

.report-meta {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.report-meta:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.report-meta i {
  margin-right: 6px;
  color: var(--north-clr-md);
  width: 16px;
}

/* Mobile */
@media (max-width: 768px) {
  .report-card {
    border-radius: 10px;
  }
  
  .report-icon {
    padding: 20px;
  }
  
  .report-icon i {
    font-size: 3rem;
  }
  
  .report-info {
    padding: 16px;
  }
}

/*
services 
**/ 
.service-card {
  position: relative;
  height: 100%;
}

.service-card .service-box {
  height: 100%;
  transition: all 0.3s ease;
  padding: 2rem;
}

.service-card .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(1, 73, 68, 0.419);
  border-radius: inherit;
  pointer-events: none;
}

.service-card:hover .service-box {
  filter: blur(2px);
}

.service-card:hover .service-hover {
  opacity: 1;
  pointer-events: all; 
}

.service-hover .button {
  transform: scale(0.9);
  transition: transform 0.3s ease;
  white-space: nowrap; 
}

.service-card:hover .service-hover .button {
  transform: scale(1);
}

@media (max-width: 992px) {
  .service-hover .button {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .service-hover .button {
    padding: 6px 12px;
    font-size: 0.85rem;
  }
}

/**  
projects
**/

.blog{
   border: #0000001d solid 1px;
}
.blog:hover {
  background-color: var(--north-clr-light);
  color: white;
  opacity: 0.85;
}
.blog:hover >*{
  color: white;
}
.portfolio-item .portfolio-box .portfolio-img img {
  max-height: 260px;
  height: 260px;
  object-fit: cover;
}

.img-max-h {
  max-height: 64px;
  width: 100%;
  max-width: 100%;
  object-fit: fill;
}

.btn-like {
  background: linear-gradient(135deg, var(--north-clr-light) 0%, var(--north-clr-md) 100%);
  border: none;
  color: white;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-like:hover {
  background: linear-gradient(135deg, var(--north-clr-light) 0%, var(--north-clr-md) 100%);
  color: white;
}

.btn-like:active {
  transform: translateY(0);
}

.btn-like i {
  padding-top: 3px;
  color: white;
  transition: transform 0.3s ease;
  font-size: larger;
}

.btn-like:hover i {
  transform: scale(1.2);
}

.btn-like .badge {
  font-weight: 500;
  padding: 4px 8px;
  margin-left: 5px;
}

.btn-share {
  background: linear-gradient(135deg, var(--north-clr-light) 0%, var(--north-clr-md) 100%);
  border: none;
  color: white;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-share:hover {
  background: linear-gradient(135deg, var(--north-clr-light) 0%, var(--north-clr-md) 100%);
  color: white;
}

.btn-share:active,
.btn-share:focus {
  transform: translateY(0);
  color: #ffffff;
}

.btn-share.dropdown-toggle::after {
  margin-left: 10px;
}

.vds-btn {
  display: flex;
  gap: 5px;
  margin-top:10px;
  flex-wrap: wrap;
}