/********** Template CSS **********/
:root {
    --primary: #f50910;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #ecebef;
    --wa:#25D366;
    
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}
/*ini kode tambahan start banner */
.custom-banner-text {
    position: absolute;
    top: 100px; /* atur jarak dari atas, bisa disesuaikan */
    left: 50%;
    transform: translateX(-50%);
    
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 180px; /* ubah dari 220px biar lebih responsif */
    font-size: 1.2rem;
    border-radius: 70px;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    display: inline-block;
    max-width: 90%;
    z-index: 10;
}


.nav-button {
    background-color: #000066;
    color: white;
    border: 0px solid white;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.nav-button:hover {
    background-color: #000099;
}


.nav-buttonfacility {
  background-color: #ffffff !important;
  color: #002b5e !important;
  border: none !important;
  padding: 6px 6px !important;         /* Lebih kecil dari sebelumnya */
  border-radius: 12px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  width: 100px !important;              /* Kurangi lebar tombol */
  text-align: center !important;
  white-space: nowrap !important;
  display: inline-block !important;
  margin-right: 10px;
}



.nav-buttonfacility:hover {
    background-color: #e6f0ff; /* biru muda */
  color: #001c40;            /* biru lebih tua */
}

.carousel-overlay-content {
    margin-top: 340px;
}

/*culture selection*/

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 0 0 16px 16px;
  padding: 5px 0; /* ✅ Lebih kecil dari sebelumnya */
  min-width: 150px; /* ✅ Ukuran kotak dropdown diperkecil */
  z-index: 1000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Saat hover, munculkan dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

/* ✅ Styling isi dropdown */
.dropdown-menu .dropdown-item {
  color: #03035c;           /* Warna biru */
  font-weight: bold;        /* Bold */
  font-size: 14px;          /* Sedikit lebih kecil dari default */
  text-align: center;
  padding: 8px 12px;
  transition: background-color 0.2s, color 0.2s;
}

/* Hover efek */
.dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  color: #03035c;
}



/* Hilangkan navigasi default Owl Carousel */
.custom-carousel .owl-nav {
    display: none !important;
}

/* Style untuk tombol custom */
.custom-nav-buttons {
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}



/* Dots navigation tetap aktif */
.owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5) !important;
}

.owl-dot.active {
    background: white !important;
}


/*start our service home*/
.nav-button-det {
    background-color: #000066;
    color: white;
    border: 0px solid white;
    border-radius: 30px;
    padding: 8px 40px;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.nav-button-det:hover {
    background-color: #03038e;
    transform: scale(1.05);
}


body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
            padding: 0;
            margin: 0;
        }
        
        .services-container {
            max-width: 1373px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .section-title h1 {
            font-size: 36px;
            color: #000066;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: 700;
        }
        
        .services-grid {
            display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolom sama lebar */
  gap: 30px; /* Jarak antar kolom */
        }
        
        .service-column {
            background-color: white;
            border-radius: 8px;
            padding: 0 0 30px 0;
            
            overflow: hidden;
        }
        
        .service-column:hover {
            transform: translateY(-10px);
        }
        
        .service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 12px; /* Anda bisa menyesuaikan nilai ini sesuai kebutuhan */
}
        
        .service-content {
            padding: 0 15px;
        }
        
        .service-title {
            color: #000066;
            font-size: 24px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f50910;
            font-weight: 600;
            position: left;
        }
        
        .service-title-our {
            color: #000066;
            font-size: 100%;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f50910;
            font-weight: 600;
            position: left;

            margin-top: 40px;
            padding-top: 20px;
        }
        

        .service-list {
            list-style-type: none;
            padding: 0;
        }
        
        .service-list li {
            margin-bottom: 6px;
            position: relative;
            padding-left: 15px;
            color: #000000;
            font-size: 14px;
            font-weight: 600;
            position: left;
        }
        
        .service-list li:before {
            content: "•";
            color: #000000;
            font-size: 30px;
            position: absolute;
            left: 0;
            top: -15px;
        }
        
        .detail-link {
            text-align: center;
            margin-top: 50px;
        }
        
        .detail-link a {
  color: #000066;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 0px solid #000066;
  padding-bottom: 15px;       /* Jarak di dalam link */
  margin-bottom: 20px;        /* ✅ Jarak ke elemen bawah */
  display: inline-block;      /* ✅ Penting agar margin-bottom bisa berlaku */
  transition: all 0.3s ease;
}
        
        .detail-link a:hover {
            color: #000099;
            border-bottom-color: #000099;
        }
        

        /*Start Facilities */

        .service-title-facilities {
            color: #060638;
            font-size: 100%;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f50910;
            
        }
        
        .facilities-bg {
   background-color: #060638;
  padding: 40px 20px;
}

        .facilities-container {
            max-width: 1140px;
  margin: 0 auto;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .section-title h1 {
            font-size: 36px;
            color: #000066;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 700;
        }
        
        .facility-section-bg {
  width: 100%;
  background-color: #060638; /* biru gelap */
  padding: 40px 0;
}


.facility-gallery-wrapper {
  display: flex;
  align-items: stretch;
  margin-left: calc(-1 * ((100vw - 1200px) / 2)); /* geser full kiri */
  width: 100vw;
  max-width: 100%;
}

.gallery-image {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  height: 450px;
  overflow: hidden;
  position: relative;
  background-color: #000; /* Warna latar jika gambar tidak full */
  display: flex;
  justify-content: flex-end; /* Geser isi (gambar) ke kanan */
  align-items: center;
}

.gallery-image img {
  height: 100%;
  width: auto;
  object-fit: cover; /* Atau coba contain jika tidak ingin gambar terpotong */
  object-position: right center; /* Fokuskan ke kanan */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
}

/*start css*/
/*end css mobile equipment*/


        .gallery-image img.fade-out {
  opacity: 0;
  transform: translateX(-50px); /* atau +50px untuk next */
}

.gallery-image img.fade-in {
  opacity: 1;
  transform: translateX(0);
}
        
        .gallery-image:hover img {
            transform: none;
        }
        
       
        
        .facilities-wrapper {
  margin: 0;
  padding: 0;
}

.gallery-nav-center {
  text-align: center;
  margin-top: 30px;
}

.culture-provide {
  background-color: #0e0647; /* warna biru gelap dari gambar */
  color: white;
  text-align: center;
  padding: 15px 10px;
  font-family: Arial, sans-serif;
}

.culture-provide h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: white; /* warna teks putih */
}

.culture-provide p {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: white; /* pastikan juga warna putih */
}


/* Gambar full ke kiri */
.gallery-image-full {
  width: 100vw;
  height: 400px; /* atur sesuai keinginan */
  overflow: hidden;
}

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

/* Deskripsi tetap di tengah halaman */
.gallery-details {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

.gallery-nav-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.gallery-nav-buttons .nav-button {
  padding: 10px 20px;
  font-weight: bold;
  background-color: #004080;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.gallery-nav-buttons .nav-button:hover {
  background-color: #002b5e;
}

.button-container {
  text-align: center;
  margin-top: 40px;
}

.shift-right {
  margin-left: 45px;
}

  @media (min-width: 992px) {
  .shift-right-lg {
    margin-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .shift-right-lg {
    margin-left: 0 !important;
  }
}

        .facility-title {
            font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f2f5f8;
        }
        
        .facility-description {
           font-size: 16px;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
        }
        
        .key-items {
             margin-top: auto;
        }
              
        
        .navigation-buttons {
            text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
        }

/*animasi untuk gambar activity di homepage*/
/* Geser ke kiri (untuk prev) */
.slide-out-left {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.slide-in-left {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-in-left-active {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
}

/* Geser ke kanan (untuk next) */
.slide-out-right {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
}
.slide-in-right-active {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
}

/*end act*/
        
        .nav-button-facilities {
            background-color: #000066;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
        }
        
        .nav-button-facilities {
            background-color: #000099;
            transform: translateY(-2px);
        }
        
        .detail-button {
            background-color: transparent;
            color: #000066;
            border: 2px solid #000066;
        }
        
        .detail-button:hover {
            background-color: #000066;
            color: white;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
           .section-title h1 {
                font-size: 28px;
            }
            
            .gallery-details {
                padding: 20px;
            }
            
            .facility-title {
                font-size: 20px;
                padding: 10px 20px;
            }
            
            .navigation-buttons {
                flex-direction: column;
                gap: 15px;
            }
            
            .nav-button-facilities {
                width: 100%;
                text-align: center;
            }
        
        }
        /*End Facilities */


        /* Responsive Design */
        @media (max-width: 768px) {
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .section-title h1 {
                font-size: 28px;
            }
            
            .service-title {
                font-size: 20px;
            }
            
            .service-image {
                height: 250px;
            }
        }
    
/*end our service home*/

/*Start activity home*/

  

 .caption-text {
  background-color: #0B0062;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display: block;
  cursor: pointer;
  height: 45px;
  line-height: 40px;
  border-radius: 8px;
}

.caption-text:hover {
  text-decoration: none;
  background-color: #14008a; /* warna hover jika ingin */
  color: white; /* ⬅️ Tambahkan ini agar tetap putih saat hover */
}




  .carousel-img-tall {
  height: 450px; /* Atur tinggi sesuai keinginan */
  object-fit: cover; /* Agar gambar tetap proporsional & tidak terdistorsi */
  width: 100%;
  border-radius: 10px;
}

  @media (max-width: 767.98px) {
    .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  .carousel-img-tall {
    height: 200px;
  }


  .carousel-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #0B0062;
    border-radius: 50%;
  }
/*end Activity home*/

/*our customer*/
.logo-wrapper {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.logo-container {
  display: flex;
  flex-direction: column;
  transition: transform 1s ease-in-out;
}

.logo-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  height: 120px;
}

.logo-set img {
  max-height: 100px;
  max-width: 180px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-set img:hover {
  transform: none !important;
}

/* Responsif untuk mobile */
@media (max-width: 768px) {
  .logo-set {
    gap: 20px;
  }

  .logo-set img {
    max-height: 50px;
    max-width: 90px;
  }
}

/*end our customer*/

/*about company page 2*/
.service-title-aboutcomp {
  color: #000066;
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: 2px solid #f50910;
}

@media (max-width: 480px) {
  .service-title-aboutcomp {
    white-space: nowrap;
    font-size: 12px;
  }
}



 .section-title-comp {
            text-align: center;
            margin-bottom: 1px;
            margin-top: 30px; 
        }
        
        .section-title-comp h1 {
  font-size: 36px;
  color: #000066;
  margin-bottom: 4px; /* dari 10px ke 4px */
  text-transform: uppercase;
  font-weight: 700;
}

    .about-section {
  max-width: 1396px;
  margin: 0 auto;         /* Hapus semua margin */
  padding: 20px 30px;
  padding-top: 10px;      /* Tambahkan jika perlu atur jarak dalam */
}


    .about-section h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #00174F;
  font-size: 28px;
  margin-bottom: 1px; /* Ubah sesuai kebutuhan */
}

.red-line {
  height: 3px;
  background-color: red;
  width: 100%;
  margin: 0 auto 10px auto; /* Menambah jarak ke bawah */
}
    .about-section p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0; /* Hilangkan jarak atas tambahan */
}
/*end about company page 2*/

.contact-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;         /* Hapus semua margin */
  padding: 20px 30px;
  padding-top: 10px;      /* Tambahkan jika perlu atur jarak dalam */
}

 .contact-section p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0; /* Hilangkan jarak atas tambahan */
}


.find-us {
  width: 100%;
  max-width: 600px;
  margin-left: 89px; /* geser kanan sedikit */
  padding: 20px 20px 20px 0; /* padding normal, tidak double */
  font-family: Arial, sans-serif;
  text-align: left;
}

/*milestone*/
/* === MILESTONE SECTION === */
.milestone-section {
  background: url('gambar/bg-milestone.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  min-height: 550px;
}

.milestone-overlay {
  background-color: rgba(0, 0, 80, 0.85); /* navy transparan */
  width: 100%;
  height: 100%;
  padding: 5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.milestone-title {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.milestone-circle-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.milestone-curve {
  width: 100%;
  height: auto;
  display: block;
}

.milestone-curve text {
  font-family: 'Segoe UI', sans-serif;
  dominant-baseline: middle;
}

.milestone-desc {
  color: white;
  font-size: 1rem;
  margin-top: 1.5rem;
  max-width: 600px;
  line-height: 1.6;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.milestone-nav {
  margin-top: 2rem;
}

.btn-nav {
  background-color: white;
  color: #12006e;
  font-weight: bold;
  border: none;
  padding: 8px 24px;
  border-radius: 20px;
  margin: 0 10px;
  font-size: 0.9rem;
  transition: 0.3s ease;
}

.btn-nav:hover {
  background-color: #12006e;
  color: white;
  border: 1px solid white;
}

/* === Responsive === */
@media (max-width: 768px) {
  .milestone-title {
    font-size: 1.5rem;
  }

  .milestone-desc {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

  .btn-nav {
    font-size: 0.85rem;
    padding: 6px 18px;
  }
}
    /*end milestone*/

/* Mobile Responsive Styles */
@media (max-width: 992px) {
    .carousel-overlay-content {
        margin-top: 250px;
    }
    
    .custom-banner-text {
        padding: 12px 150px;
        font-size: 1.8rem;
        border-radius: 50px;
    }
    
    .nav-button {
   padding: 10px 20px;
  background-color: #ffffff;
  color: #002b5e;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

}

@media (max-width: 768px) {
    .carousel-overlay-content {
        margin-top: 180px;
    }
    
    .custom-banner-text {
        padding: 10px 30px;
        font-size: 1rem;
        border-radius: 30px;
        max-width: 95%;
    }
    
    .large-text {
        font-size: 1.2rem !important;
    }
    
    .normal-text {
        font-size: 1.2rem !important;
    }
    
    .nav-button {
        padding: 5px 15px;
        font-size: 12px;
    }
    
    .owl-dots {
        bottom: 15px;
    }
    
    .owl-dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-overlay-content {
        margin-top: 120px;
    }
    
    .custom-banner-text {
        padding: 8px 20px;
        font-size: 1.2rem;
        border-radius: 20px;
    }
    
    .large-text {
        font-size: 1.3rem !important;
    }
    
    .normal-text {
        font-size: 1rem !important;
    }
    
    .nav-button {
        padding: 4px 12px;
        font-size: 11px;
    }
    
    /* Adjust positioning for slide 2 content */
    .owl-carousel-item .row.justify-content-start .col-10 {
        padding-top: 50px;
    }
    
    .owl-carousel-item h1.display-3 {
        font-size: 2rem !important;
    }
    
    .owl-carousel-item p.fs-5 {
        font-size: 1rem !important;
    }
}
/*ini kode tambahan end banner */

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 8px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }


}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
    display: none !important;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/*whatsapp*/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Footer ***/

.footer {
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: 1.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    
    box-shadow: none !important;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

@media (max-width: 768px) {
    footer p a i {
      vertical-align: middle;
      line-height: 1;
    }

    footer p a {
      display: inline-flex;
      align-items: center;
    }
  }