:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-primary: rgb(31, 71, 130);
}

:root {
  scroll-behavior: smooth;
}

/*-------------------------------------------------------------- about why-us visimisi margin
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #34b600;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*-------------------------------------------------------------- slide visi about-us about
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
  overflow: clip;
  
}

.section-header {
  text-align: center;
  padding-bottom: 20px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
  /* text-align: justify; */
}

.section-header ul li{
  text-align: justify;
  color: #6f6f6f;
}


/*-------------------------------------------------------------- visimisi
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  background:rgba(155, 195, 255, 0.8);
}

.scroll-top i {
  font-size: 24px;
  color: #000000;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(143, 33, 52, 0.562);
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------why
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------------------------------------- slide-center
# Header
--------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}

.header.sticked {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.header #header-nav .header-top p{
  margin-top: 14px; 
  margin-left: 5px; 
  font-size: 18px; 
}

.header #header-nav .header-top img{
  width: 100px;
  height: 50px; 
  /* color: white;  */
}


/*--------------------------------------------------------------navbar data-center
#card
#---------------------------------------------------------------*/

.card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.card .card-text{
  padding: 10px;
  margin: 20px;
}

.card img {
  width: 200px;
  height: 70px; 
  object-fit: cover; 
  padding: 10px;
  margin: 10px;
  
}

.card p {
  padding: 15px;
  margin: 0;
  color: #333;
}

/*-------------------------------------------------------- 
#SLIDESHOW
--------------------------------------------------------- */
#hero {
  position: relative;
  height: 100vh;
  margin-top: auto;
  background: #000;
}

#heroCarousel .carousel-item {
  height: 92vh;
  background-position: center;
  background-size: cover;
}

#heroCarousel .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#heroCarousel .carousel-caption {
  bottom: 40px;
}

#heroCarousel .carousel-caption h3 {
  font-size: 38px;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

#heroCarousel .carousel-caption h1 {
  font-size: 38px;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

#heroCarousel .carousel-caption p {
  font-size: 23px;
  text-shadow: 5px 4px 10px rgba(0, 0, 0, 0.7);
}


/*-------------------------------------------------------------- synop  
# About Us about-us
--------------------------------------------------------------*/

.about-us{
  background: #d8f4ff73;
}
.about-us .container{
  padding: 5px;
}
.about-visimisi h3 {
  font-size: 28px;
  margin-top: 20px;
  font-family: var(--font-secondary);
}

.about-visimisi {
  margin: 10px;
}

.about-visimisi .row {
  display: flex;
  align-items: flex-start;
}

.about-visimisi .col-lg-6 {
  flex: 1;
  padding: 10px;
}
.about-visimisi .col-lg-6-mission {
  flex: 1;
  padding: 10px;
}

.about-visimisi h3 {
  margin-bottom: 20px;
  text-align: justify;
}

.about-visimisi p, .about-visimisi ul {
  margin-left: 0;
  text-align: justify;
}

.about-us .about-body{
  display: flex;
}
.about-us .about-body .about-img img{
  width: 700px;
  height: 563px;
  margin-top: 5px;
  padding-right: 20px;
}
.about-visimisi ul li {
  margin-bottom: 10px; 
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/* SERVICES ------------------------------------------- */ 
.services {
  background: white;
}

.service-bks {
  flex: 1 0 30%; /* Changed from 33.333% to 50% to make 2 items per row */
  box-sizing: border-box;
  display: flex;
}
.services .container {
  display: flex;
  flex-wrap: wrap;
}

.services .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  width: 100%;
}
.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: justify;
}

.services .service-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding: 20px;
  background: #ffffff;
  /* border-radius: 40px; */
  transition: height 0.3s ease;
  height: 100%;
  text-align: justify;
  /* background: red; */
}


.services .service-item .icon {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

.services .service-item .icon img {
  width: 140px;
  height: 75px;
}

/* specific icon ------------------------/ */
.services .service-item .icon .cybereason img{
  width: 200px;
  height: 90px;
  margin-left: -25px;
  margin-top: -22px;
  margin-bottom: -15px;
}
.services .service-item .icon .rapid img{
  width: 145px;
  height: 65px;
  margin-top: 35px;
  margin-bottom: -17px;
  margin-left: -7px;
}
.services .service-item .icon .logpoint img{
  width: 160px;
  height: 80px;
  margin-top: 18px;
  margin-bottom: -15px;
}
.services .service-item .icon .synopsys img{
  width: 160px;
  height: 40px;
  margin-top: 40px;
  /* margin-bottom: -5px; */
}
.services .service-item .icon .sumo img{
  margin-top: 28px;
  margin-bottom: 5px;
  width: 170px;
  height: 50px;
}
.services .service-item .icon .barracuda img{
  margin-top:5px;
  width: 170px;
  height: 50px;
}
.services .service-item .icon .sonic img{
  margin-top:4px;
  margin-bottom: -15px;
  margin-left: -7px;
  width: 180px;
  height: 65px;
}
.services .service-item .icon .bitdefender img{
  margin-top:10px;
  margin-bottom:-15px;
  margin-left: -5px;
  width: 200px;
  height: 80px;
}
.services .service-item .icon .opentext img{
  margin-top:25px;
  width: 170px;
  height: 50px;
}
.services .service-item .icon .radware img{
  width: 180px;
  margin-top:25px;
  height: 50px;
}
.services .service-item .about-btn {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}

.service-bks .service-item .read-more-button{
  padding: 7px 20px;
  font-size: 14px;
  background: #ffffff6b;
  border-radius: 20px;
  border: 2px solid;
  border-color: rgb(158, 32, 32) rgb(29, 93, 165) rgb(29, 93, 165) rgb(158, 32, 32);
  color: rgb(0, 0, 0);
  text-align: center;
  width: 150px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}

.service-bks .service-item .read-more-button:hover {
  background: linear-gradient(to right, rgb(38, 111, 196), rgb(223, 59, 59));
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
}
.service-bks-tg .service-item .read-more-button{
  padding: 7px 20px;
  font-size: 14px;
  background: #ffffff6b;
  border-radius: 20px;
  border: 2px solid;
  border-color: rgb(158, 32, 32) rgb(29, 93, 165) rgb(29, 93, 165) rgb(158, 32, 32);
  color: rgb(0, 0, 0);
  text-align: center;
  width: 150px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}

.service-bks-tg .service-item .read-more-button:hover {
  background: linear-gradient(to right, rgb(38, 111, 196), rgb(223, 59, 59));
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
}

/* ------------------------------------------------- 
#data-center
---------------------------------------------- */ 

.data-center {
  background: #e1f0f742;
}

.why-us {
  background: #bbe7eb42;
}

.why-us .read-more-button {
  background: linear-gradient(45deg, rgb(38, 111, 196), rgb(223, 59, 59));
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}

.why-us .read-more-button:hover {
  background: linear-gradient(45deg, rgb(223, 59, 59), rgb(38, 111, 196));
  transform: scale(1.05);
}

.why-us .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}


.why-us .content-item {
  padding: 30px;
  border: 1px solid;
  border-color: rgb(43, 45, 141) rgb(151, 51, 51) rgb(43, 45, 141) rgb(151, 51, 51); 
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: justify;
  flex: 1 0 30%; 
  box-sizing: border-box;
}

.why-us .content-item span {
  display: block;
  overflow: hidden;
}

.why-us .content-item span img {
  align-items: center;
  object-fit: contain;
}

.why-us .content-item .why-bigger span img {
  width: 200px;
  height: 150px;
  margin-bottom: 15px;
}

.why-us .content-item .smaller img {
  width: 120px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 26px;
}

.why-us .content-item .medium img {
  width: 160px;
  height: 75px;
  margin-bottom: 10px;
}

.why-us .content-item .bigger img {
  width: 300px;
  height: 150px;
  margin-top: -30px;
  margin-bottom: -35px;
  margin-left: -50px;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item .dell img {
  width: 160px;
  height: 75px;
  margin-bottom: 10px;
  margin-left: -23px;
}

.why-us .content-item .sien img {
  width: 160px;
  height: 75px;
  margin-bottom: 10px;
  margin-left: -7px;
}

.why-us .content-item .microsoft img {
  width: 180px;
  height: 95px;
  margin-top: -10px;
  margin-left: -7px;
}

.why-us .content-item p {
  color: #696969;
  font-size: 15px;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}


/*-------------------------------------------------
AUDIO - VIDEO
-------------------------------------------*/

.audio-video {

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; 
  text-align: center;
}

.audio-video .row {
  width: 100%;
  display: flex;
  margin-left:1px;
  justify-content: center;
}

.audio-video .card {
  margin: 0 auto;
  width: 100%;
  max-width: 500px; 
  box-shadow: 10px 10px 5px rgb(59, 101, 192), -10px -10px 5px rgb(185, 210, 241);
}

.audio-video .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.audio-video .card-body span {
  display: block;
  width: 120px; 
  height: 120px; 
  overflow: hidden;
  margin-bottom: 5px;
}

.audio-video .card-body p{
  text-align: justify;
}
.audio-video .card-body span .benq {
  width: 110%;
  height: 110%;
  object-fit: contain; 
  margin-left:-10%;
}
.audio-video .card-body span .aver {
  width: 100%;
  height: 100%;
  margin-left:-10%;
  object-fit: contain; 
}
.audio-video .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.audio-video .card-text {
  font-size: 14px;
  color: #666;
}

.audio-video .read-more-button {
  background-color: rgba(235, 188, 188, 0.548);
  border: 2px solid rgb(212, 24, 24); 
  color: rgb(0, 55, 206);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 22px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative; /* Tambahkan untuk positioning pseudo-elemen */
  overflow: hidden;
}

.audio-video .read-more-button::after {
  content: '>';
  display: inline-block;
  width: 25px; /* Ukuran kotak bulat */
  height: 25px; /* Ukuran kotak bulat */
  line-height: 22px; /* Vertikal align ikon */
  text-align: center;
  font-size: 22px;
  background-color: rgb(0, 55, 206); /* Warna latar kotak bulat */
  color: white; /* Warna teks ikon */
  border-radius: 50%; /* Membuat kotak menjadi bulat */
  margin-left: 10px; /* Spasi antara teks dan ikon */
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.audio-video .read-more-button:hover {
  background-color: rgba(134, 196, 214, 0.37); /* Warna latar saat di-hover */
  border: 2px solid rgb(38, 111, 196); /* Warna border saat di-hover */
  transform: translateY(-2px);
  color: red;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.audio-video .read-more-button:hover::after {
  transform: translateX(5px); /* Efek geser ikon saat di-hover */
}


/*-------------------------------------------------------------- about-us
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {

  background: #e1f0f742;
}

#faqlist #faqlist-box{
  padding: 20px;
}

.faq-box {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  text-align:justify;
  flex-direction: column;
  justify-content:left;
  flex-grow: 1;
  position: relative;
}

.faq-box h3 {
  text-align:center;
  margin-bottom:20px;
}
.faq-box:hover {
  transform: translateY(-5px);
}

.faq-box:hover .icon {
  background-color: #3b74ad; /* Warna biru tua */
}

.faq-box:hover .icon i {
  font-size: 24px;
  color: #ffffff; /* Warna ikon */
}

.faq-box .icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.faq-box .icon i {
  font-size: 24px;
  color: #0066aa; /* Warna ikon */
}

.faq-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px; /* Space for the icon */

}

.faq-box p, .faq-box ul {
  font-size: 14px;
  color: #666;
}

.faq-box ul {
  padding-left: 20px;
}

.faq-box ul li {
  margin-bottom: 10px;
}

.faq-box ul li p {
  margin: 0;
}

#faqlist .col-lg-4,
#faqlist .col-md-6 {
  display: flex;
  padding: 10px;
}

  /*--------------------------------------------------------------
  # Contact Us
  --------------------------------------------------------------*/

  .contact-us .container h2{
    text-align: center;
    margin-bottom: 100px;
    color: blue;
  }
  .contact-us .info {
    width: 100%;
    background: #fff;
  }

  .contact-us .info i {
    font-size: 20px;
    color: #006fbe;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }

  .contact-us .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #24325d;
  }

  .contact-us .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #405aa7;
  }

  .contact-us .info .email,
  .contact-us .info .phone {
    margin-top: 40px;
  }

  .contact-us .info .email:hover i,
  .contact-us .info .address:hover i,
  .contact-us .info .phone:hover i {
    background: #1f77be;
    color: #fff;
  }

  .contact-us .php-email-form {
    width: 100%;
    background: #fff;
  }

  .contact-us .php-email-form .form-group {
    padding-bottom: 8px;
  }

  .contact-us .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }

  .contact-us .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed0d0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }

  .contact-us .php-email-form .error-message br+br {
    margin-top: 25px;
  }

  .contact-us .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #2990e4;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .contact-us .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }

  .contact-us .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18b6d2;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }

  .contact-us .php-email-form input,
  .contact-us .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }

  .contact-us .php-email-form input:focus,
  .contact-us .php-email-form textarea:focus {
    border-color: #006fbe;
  }

  .contact-us .php-email-form input {
    height: 44px;
  }

  .contact-us .php-email-form textarea {
    padding: 10px 12px;
  }

  .contact-us .php-email-form button[type=submit] {
    background: #2990e4;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    transition: 0.4s;
    border-radius: 4px;
  }

  .contact-us .php-email-form button[type=submit]:hover {
    background: #006ab6;
  }

  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  .error-message {
    display: none;
    color: red;
  }

  .sent-message {
    display: none;
    color: green;
  }

  .hero .btn-get-started:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }


  .hero .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #008d7d;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
  }

  .hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .hero .icon-box .title a {
    color: #fff;
    transition: 0.3s;
  }

  .hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
  }

  .hero .icon-box:hover {
    background: #009786;
  }

  .hero .icon-box:hover .title a,
  .hero .icon-box:hover .icon {
    color: #fff;
  }

/* ----------------------------------------------------------------- faq why vide
#business-solution
----------------------------------------------------------------- */ 

.business-solution{
  background: #e8f6ff;
  justify-content: center;

}
.business-solution 
.container-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-button a {
  background-color: rgba(235, 188, 188, 0.548);
  border: 2px solid rgb(212, 24, 24);
  color: rgb(0, 55, 206);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 22px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative; /* Tambahkan untuk positioning pseudo-elemen */
  overflow: hidden;
}

.container-button a::after {
  content: '>';
  display: inline-block;
  width: 25px;
  height: 25px; 
  line-height: 22px; /* Vertikal align ikon */
  text-align: center;
  font-size: 22px;
  background-color: rgb(0, 55, 206); /* Warna latar kotak bulat */
  color: white; /* Warna teks ikon */
  border-radius: 50%; /* Membuat kotak menjadi bulat */
  margin-left: 10px; 
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.container-button a:hover {
  background-color: rgba(134, 196, 214, 0.37); /* Warna latar saat di-hover */
  border: 2px solid rgb(38, 111, 196); /* Warna border saat di-hover */
  transform: translateY(-2px);
  color: red;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.container-button a:hover::after {
  transform: translateX(5px); /* Efek geser ikon saat di-hover */
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1d284b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;

}

  #footer .container{
    margin-top: 20px;
    margin-bottom:20px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
  }
  .footer-grid div {
    display: flex;
    flex-direction: column;
    justify-content: center;

  }


/* 
-------------------------------------------------------------
 Responsive adjustments 
------------------------------------------------------------- */

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (min-width: 1270px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color:#787878;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
    color: #55a3e8;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #4497df;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: rgb(31, 71, 130);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1270px) and (max-width: 1500px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1270px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

@media (max-width: 1269px) {

    .navbar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }
  
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background: rgba(255, 249, 249, 0.753);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-family: var(--font-primary);
      font-size: 15px;
      font-weight: 600;
      color: rgba(7, 14, 116, 0.7);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: rgba(50, 123, 192, 0.808);
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      background-color: #71b4db42;
      border: 1px solid #061b7a;
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-show {
      color: rgba(18, 51, 97, 0.816);
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      z-index: 9999;
      margin-right: 10px;
    }
  
    .mobile-nav-hide {
      color: rgba(0, 0, 0, 0.816);
      font-size: 32px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 9999;
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .navbar {
      right: 0;
    }
  
    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(134, 134, 134, 0.534);
      z-index: 9996;
    }
  }

  @media (min-width: 1200px) {
    .hero .icon-boxes:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: calc(50% + 20px);
      background-color: #fff;
    }
  }
  @media (max-width: 1190px) {
    .about-us .about-body {
      display: block;
    }
  
    .about-us .about-body .about-img img {
      width: 100%;
      height: auto; 
      margin-bottom: 20px; 
      padding-right: 0; 
      margin-top: 10px;
    }
  }
  
  @media (max-width: 991px){
    .service-bks {
      flex: 1 0 50%;
    }
    .services .service-item .icon .rapid img{
      margin-top: 25px;
      margin-bottom: -17px;
    }
    .why-us .content-item {
      flex: 1 0 48%; /* Menjadi dua konten per baris */
      margin: 1%;
    }
  }



  @media (max-width: 990px) {
    .hero h2 {
      font-size: 30px;
      margin-bottom: 20px;
      height: 1000px;
    }
  
    .hero .btn-get-started,
    .hero .btn-watch-video {
      font-size: 14px;
    }
    .hero .icon-boxes:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: calc(50% + 20px);
      background-color: #fff;
    }

    .about-visimisi .row {
      display: block;
    }
    .about-visimisi .col-lg-6-mission {
      flex: 1;
      padding:0;
      margin-left: -13px;
      margin-right: 10px;
      /* background: #006ab6; */
    }    
  }

@media (max-width: 768px) {
  #heroCarousel .carousel-caption h3 {
    font-size: 2rem;
  }
  #heroCarousel .carousel-caption h1 {
    font-size: 2rem;
  }

  #heroCarousel .carousel-caption p {
    font-size: 1rem;
  }
  .card {
    width: calc(50% - 20px);
  }
  .why-us .content-item {
    padding: 40px 0;
    
  }
  .footer-grid {
    display: block;
    gap: 10px;
  }

  .services .container {
    display: block;
    
  }
  .services .row {
    display: block;
    
  }
  .services .service-item h3 {
    text-align: center;
    font-size: 18px;
  }
  .services .service-item .icon img {
    width: 110px;
    height: 50px;
    margin-bottom: 10px;
  }
  .services .service-item .icon {
    margin-bottom: 10px; /* Mengatur margin bawah */
  }
  .service-bks {
    margin-bottom: 20px;
  }
  #hero {
    height: 70vh;
  }
  
  #heroCarousel .carousel-item {
    height: 72vh;
  }
  
  #heroCarousel .carousel-item img {
    height: 80vh;
  }

  .why-us .content-item {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 767px) {
  .why-us .content-item {
    flex: 1 0 98%; 
    margin: 1%;
  }
  .why-us {
    /* margin-left: -50px; */
    background: #bbe7eb42;
  }
  
  
}

@media (max-width: 576px) {
  

  #heroCarousel .carousel-caption h3 {
    font-size: 1.5rem;
  }
  #heroCarousel .carousel-caption h1 {
    font-size: 1.5rem;
  }

  #heroCarousel .carousel-caption p {
    font-size: 0.875rem;
  }

  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }

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

  .header #header-nav .header-top p{
    /* margin-top: 14px;  */
    margin-left: 10px; 
    font-size: 15px; 
  }
  
  .header #header-nav .header-top img{
    width: 50px;
    height: 30px; 
    /* color: white;  */
  }

  .section-header h2 {
    font-size: 1.5rem;
  }
  .section-header p {
     font-size: 0.875rem;
     padding-left: 20px;
     padding-right: 20px;
  }
  .section-header ul li{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875rem;
  }
  .about-visimisi h3 {
    font-size: 1.5rem;
    font-family: var(--font-secondary);
  }
  .about-us .about-body .about-img img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-header .about-visimisi{
    padding-left: 10px;
    padding-right: 15px;
  }
  .about-visimisi .col-lg-6-mission{
    padding: 0;
    margin-right: -10px;
  }
  .about-visimisi .col-lg-6 p{
    flex: 1;
    padding: 0;
  }
  #hero {
    height: 70vh;
  }
  
  #heroCarousel .carousel-item {
    height: 72vh;
  }
  
  #heroCarousel .carousel-item img {
    height: 80vh;
  }


}

@media (max-width: 577px){
  .about-us .about-body .about-img img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services .service-item p {
    margin: 0px;
    padding:0px;
  }
  
}
@media (max-width: 480px) {
  .card {
    width: calc(100% - 20px);
  }

  .header #header-nav .header-top p{
    /* display: block; */
    margin-right: 10px;
    font-size: 15px; 
  }

}

