/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* font-face declarations removed as requested */
/* General */
html {
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
body {
  width: 100%;
  background-color: #fefefe;
  margin-right: auto;
  margin-left: auto;
  /* max-width: 1440px; */
  top: 0 !important;
  height: 100%;
  overflow-wrap: anywhere;
  font-family: "Helvetica", "Arial", sans-serif;
  font-display: swap;
}

input[type="button"] {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
input[type="button"]:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}
button:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: unset !important;
}

strong,
b {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  outline: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* a:hover {
  color: #cd3333;
} */
a,
a:hover {
  text-decoration: none;
}
a,
a:focus {
  outline: 0;
}
i {
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
p strong {
  font-weight: 600;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 98;
  background: #fff;
}

.lg-sub-html h4 {
  color: #fff !important;
}
.lg-sub-html p {
  color: #fff !important;
}

/*------------------------------------------*/
/*	   FAQ
/*------------------------------------------*/
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #000000 !important;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1) !important;
}
.accordion-item {
  border: 1px solid #000000 !important;
}
.accordion-body {
  background: #dfe6ec !important;
}
/*------------------------------------------*/
/*	   UL Font Awesome
/*------------------------------------------*/

.ullifontawesome ul,
.ullifontawesome li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ullifontawesome ul {
  margin: 2em 0;
}

.ullifontawesome li {
  margin-left: 1.5em;
}

.ullifontawesome li:before {
  content: "\f058";
  font-family: "Font Awesome\ 5 Free";
  float: left;
  margin-left: -1.5em;
}

/*------------------------------------------*/
/*	    Paralax
/*------------------------------------------*/
.section-parallax {
  /* The image used */
  /*  background-image: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%), url('img_parallax.jpg'); */

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------------*/
/*	    Card 4
/*------------------------------------------*/
.block-cardku-4 {
  margin-top: 75px;
}
.block-cardku-4 .cardku-4-custom {
  position: relative;
  font-size: 1rem;
}
.block-cardku-4 .cardku-4-col {
  margin-bottom: 100px;
}
.block-cardku-4 .cardku-4-custom-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 35%;
}
.block-cardku-4 .cardku-4-custom:hover {
  border: none !important;
}
.block-cardku-4 .cardku-4-custom:hover .cardku-4-custom-icon {
  border: none !important;
}

/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/
.form-group {
  margin-bottom: 1.25em;
}

/* equal column */
@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .row-eq-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}

/* thumbnail */
.thumbnail {
  border-width: 0;
  padding: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 5px 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  color: #fff;
}
.top-bar h2 {
  color: #fff;
}
.top-bar .contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  border: 0;
}
.top-bar .contact-info li {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 15px;
}
.top-bar .contact-info .circle {
  border-color: #fff;
}
.top-bar .contact-info i,
.top-bar .contact-info svg {
  color: #fff;
}

/*------------------------------------------*/
/*	        Menu Atas Kanan
/*------------------------------------------*/
.top-bar .menu-atas-kanan {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
}
.top-bar .menu-atas-kanan li {
  margin-left: 15px;
  display: inline-block;
}
.top-bar .menu-atas-kanan li a {
  color: #fff;
}
.top-bar .menu-atas-kanan li a:hover {
  color: #fff;
}
.btn-orange {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.form-orange {
  border-color: #7f7f7f !important;
  max-width: 74% !important;
}

/***** lang button *****/
.lang-button {
  margin: 3px 0 0 15px;
  padding: 0;
  list-style: none;
}
.lang-button li {
  display: inline-block;
  margin-left: 5px;
}
.lang-button,
.frm-search {
  display: inline-block;
}
.lang-button {
  margin: 0 30px 0 0;
}
.lang-button li {
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  margin: 0;
}
.lang-button li:last-child:before {
  content: "|";
  margin: 0 7px;
}
.lang-button a {
  color: #333;
}

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/

/*------------------------------------------*/
/*	    Kontent
/*------------------------------------------*/
.btn-biruku-kontent {
  background-color: #0075c4;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px !important;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn-biruku-kontent:hover {
  background-color: #dc3545;
  color: #fff;
}
a.btn-biruku-kontent {
  color: #fff !important;
}
.kotak-artikelku .card-title {
  color: #0075c4;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.kotak-artikelku .published {
  color: #363636;
  font-size: 11px;
  margin-bottom: 20px;
}
.kotak-artikelku .card-text {
  color: #363636;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.kotak-artikelku a {
  color: #0075c4;
  text-decoration: none;
}
.kotak-artikelku a:hover {
  color: #dc3545;
  text-decoration: none;
}

/*------------------------------------------*/
/*	    Sidebar
/*------------------------------------------*/
.sidebar-artikel-title-block {
  padding: 10px 25px 5px 25px;
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
  color: #fff;
}
.h2judulsidebar {
  color: #fff;
  font-size: 26px;
}
.sidebar-artikel {
  padding: 15px 25px 10px 25px;
}
.sidebar-artikel-time {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-artikel-title {
  color: #0075c4;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.sidebar-artikel a {
  color: #0075c4;
  text-decoration: none;
}
.sidebar-artikel a:hover {
  color: #dc3545;
  text-decoration: none;
}

@media (max-width: 991px) {
  .custom-top-bar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .blockstikyheader {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    max-width: 1440px;
  }
}
@media (max-width: 575px) {
  .custom-top-bar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section {
  margin: 30px 0 30px;
}
section.margin0 {
  margin: 0;
}
.heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  margin: 0 0 50px;
  position: relative;
}
.heading::before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  right: 50%;
  margin-right: -35px;
  bottom: -10px;
  display: block;
  background: #ddd;
}
.heading.heading-light {
  color: #fff;
}
.heading.heading-light::before {
  background: #fff;
}

/*------------------------------------------*/
/*			Services
/*------------------------------------------*/
.section-service {
  /* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */
  color: #fff;
  position: relative;

  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-wrapper {
  margin: 0 auto;
  padding: 70px 0 70px;
}
.section-service .service-icon {
  border: 1px solid #ddd;
  color: #ddd;
  height: 84px;
  line-height: 84px;
  margin: 0 auto;
  width: 84px;
  font-size: 32px;

  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
}
.section-service .service-icon,
.section-service h3,
.section-service p {
  border-color: #fff;
  color: #fff;
}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features .media-left {
  padding-top: 5px;
}
.section-features .media-body {
  padding-left: 15px;
}

.section-features .media-heading {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item {
  margin-bottom: 30px;
}
.post-item .media {
  margin: 0;
}
.post-item .media-left {
  padding-right: 15px;
}
.post-date {
  text-align: center;
  margin-top: 30px;
}
.post-date .day {
  background-color: #444;
  color: #fff;
  padding: 12px 0;
  width: 42px;
  display: block;
  font-size: 22px;

  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.post-date .month {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 39px;
  width: 42px;
  background: #ddd;
  text-align: text-align;

  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
h3.post-title {
  margin-top: 25px;
}

/*------------------------------------------*/
/*			Destination
/*------------------------------------------*/
.destination-item {
  margin-bottom: 20px;
  position: relative;
}
.destination-info {
  text-align: left;
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 10;
}
.destination-info h3 {
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.destination-info h5 {
  margin: 0;
  padding: 9px 25px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  color: #0075c4;
  font-size: 14px;
  font-weight: 500;
}

/*------------------------------------------*/
/*			Package Tour
/*------------------------------------------*/
.package-item {
  background: #fff;
  margin-bottom: 30px;
}
.package-item figcaption {
  color: #fff;
  bottom: 15px;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 10;
}
.package-title {
  background: #f94141;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.package-title:hover {
  background: #fec107;
  color: #fff;
}
.package-price {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: #fec107;
}
.package-price .curency-symbol {
  color: #fff;
  font-size: 14px;
}
.package-duration {
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.package-star {
  color: #fec107;
  font-size: 12px;
}
.package-star .disabled {
  color: #ddd;
}
.ribbon {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: center;
}
.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #f94141;
  background: linear-gradient(#f94141 0, #f94141 100%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 19px;
  left: -21px;
}

/*------------------------------------------*/
/*			Testimonial
/*------------------------------------------*/
.section-testimonial {
  /* background: linear-gradient(180deg, #7F7F7Fb5 0%, #000000c7 100%) */
  color: #fff;
  position: relative;

  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-wrapper {
  margin: 0 auto;
  padding: 70px 0 70px;
}
@media (min-width: 768px) {
  .testimonial-wrapper {
    width: 70%;
  }
}
.testimonial-wrapper p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-wrapper .owl-pagination {
  bottom: -55px;
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page.active span,
.testimonial-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: #ddd;
  opacity: 1;
}
.testimonial-wrapper .owl-theme .owl-controls .owl-page span {
  border-color: #fff;
}

.square.testimonial-avatar {
  width: 120px;
  position: relative;
  overflow: hidden;
  margin: 20px auto 40px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.square.testimonial-avatar:after {
  border: 4px solid rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery li {
  display: inline-block;
  width: 20%;
  margin-bottom: -6px;
}
@media only screen and (max-width: 550px) {
  .section-gallery li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 551px) {
  .section-gallery li {
    width: 50%;
  }
}

/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper {
  margin-bottom: 30px;
}
.contact-intro {
  text-align: center;
  margin-bottom: 60px;
}
.contact-info {
  padding: 30px;
  text-align: center;
  border: 1px solid #7f7f7f;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contact-info i {
  color: #ddd;
  font-size: 45px;
  margin: 0 0 15px;
}
.contact-info h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0 7px;
}
.contact-info p {
  margin: 0;
}
@media (min-width: 768px) {
  .contact-intro {
    margin: 0 20% 60px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding: 20px 10px;
  }
  .contact-info h5 {
    font-size: 14px;
    margin: 0;
  }
  .contact-info p {
    font-size: 11px;
  }
}
.section-map {
}
#map-canvass {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 30px;
}
#map-canvass iframe,
#map-canvass object,
#map-canvass embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
/*			Client
/*------------------------------------------*/
.client-carousel {
  padding: 0 30px;
  text-align: center;
}
.client-carousel .owl-stage-outer {
  overflow-x: hidden;
}
.client-carousel .owl-stage {
  display: flex;
}
.client-carousel img {
  width: unset !important;
  max-height: 50px;
  margin: auto;
}
.client-brand img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);

  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.client-brand:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

.section-client .owl-theme .owl-nav {
  font-size: 28px;
  position: initial;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-client .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-client .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #7f7f7f;
}

@media (max-width: 767px) {
  .section-client .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .section-client .owl-theme .owl-nav .owl-next {
    right: 0;
  }

  .gallery-carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: auto;
  }
  .gallery-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .gallery-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav {
  margin: 30px 0;
  text-align: center;
}
.page-nav ul {
  margin: 0;
  padding: 0;
}
.page-nav li {
  display: inline-block;
  border: none !important;
}
.page-nav span,
.page-nav a {
  padding: 3px 10px;
  margin: 2px;
  color: #666;
  border: 1px solid #eee;
  display: block;
}
.page-nav span {
  color: #999;
}
.page-nav .active a,
.page-nav .current {
  background: #01b5ea;
  border-color: #01b5ea;
  color: #fff;
}
.page-nav .disabled span {
  background: #fafafa;
  border-color: #eee;
}

/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
/* Footer Main */
.footer-modern {
  background: linear-gradient(135deg, #00a8b8 0%, #10b981 100%);
  padding: 60px 0 40px 0;
  font-family: "Gabarito", system-ui, sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Campus Locations Row */
.footer-campuses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  /* margin-bottom: 60px; */
  border-top: 1px solid #00BBCD;
  padding: 30px 0px;
  border-bottom: 1px solid #00BBCD;
}

.campus-item {
  display: flex;
  gap: 15px;
}

.campus-icon {
  flex-shrink: 0;
}

.campus-icon img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  object-fit: cover;
}

.campus-info h4 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: white;
}

.campus-info p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #f3f3f3;
}

/* PPID and Contact Row */
.footer-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 30px 0px;
  border-bottom: 1px solid #00BBCD;
  border-top: 1px solid #00BBCD;

  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.footer-section h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px 0;
  color: white;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 16px;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: white;
  transform: translateX(8px) !important;
  transition: all 0.3s ease;
}

.link-item a {
  transition: all 0.3s ease;
}

.link-item a:hover {
  transform: translateX(8px);
}

/* Contact Info */
.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #f3f3f3;
  transition: all 0.3s ease;

}
.contact-item:hover {
  transform: translateX(8px);
}


.contact-item i {
  font-size: 16px;
  color: #f3f3f3;
}

.contact-item a {
  color: #f3f3f3;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-item a:hover {
  color: white;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  color: #f3f3f3;
}

.social-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.social-icon:hover {
  transform: translateX(8px);
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  font-size: 16px;
  color: #f3f3f3;
}

.footer-bottom a {
  color: #f3f3f3;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Floating WhatsApp Button */
.floating-wa-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  background: linear-gradient(90deg, #00b8d4 0%, #24d366 100%);
  color: white;
  border-radius: 40px;
  padding: 0 28px 0 20px;
  height: 56px;
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-family: "Gabarito", system-ui, sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.floating-wa-btn:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.floating-wa-btn i {
  font-size: 26px;
  flex-shrink: 0;
}

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #00a9ce;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  visibility: hidden;
}

#backToTop.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

#backToTop:hover {
  background-color: #008aa3;
  box-shadow: 0 4px 12px rgba(0, 169, 206, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-campuses {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-sections {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .footer-modern {
    padding: 40px 0 30px 0;
  }

  .footer-campuses {
    gap: 20px;
    margin-bottom: -20px;
    border-bottom: none;
  }

  .campus-icon img {
    width: 55px;
    height: 55px;
  }

  .campus-info h4 {
    font-size: 13px;
  }

  .campus-info p {
    font-size: 11px;
  }

  .footer-sections {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .floating-wa-btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #25d366 !important;
    padding: 0 !important;
    gap: 0 !important;
    right: 20px;
    bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .floating-wa-btn span {
    display: none !important;
  }

  .floating-wa-btn i {
    font-size: 30px;
    margin: 0 !important;
  }

  .floating-to-top {
    right: 20px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .floating-wa-btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #25d366 !important;
    padding: 0 !important;
    gap: 0 !important;
    right: 16px;
    bottom: 20px;
  }

  .floating-wa-btn span {
    display: none !important;
  }

  .floating-wa-btn i {
    font-size: 30px;
    margin: 0 !important;
  }

  .floating-to-top {
    right: 16px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .footer-section h4 {
    font-size: 14px;
  }

  .footer-section ul li a {
    font-size: 12px;
  }
}
/*------------------------------------------*/
/*			Keunggulan
/*------------------------------------------*/
.block-dg-icon-card-gradient-2 {
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 {
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  background-color: #7f7f7f;
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
}
.block-dg-icon-card-gradient-2 .col-card-gradient-2 .block-isi-card-gradient-2 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -30px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p
  span {
  margin-left: 8px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p:nth-child(odd) {
  background: none;
  padding: 10px 15px 10px 50px;
}
.block-dg-icon-card-gradient-2
  .col-card-gradient-2
  .block-isi-card-gradient-2
  p:nth-child(even) {
  background: rgb(255 255 255 / 15%);
  padding: 10px 15px 10px 50px;
}

/*------------------------------------------*/
/*			Produk
/*------------------------------------------*/
.cardku-wave-col .custom-shape-divider-bottom-wave-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.cardku-wave-col .custom-shape-divider-bottom-wave-2 .shape-fill {
  fill: #7f7f7f;
}

.cardku-wave-col .card-title {
  color: #fff;
}

.cardku-wave-col .card-body {
  background: linear-gradient(180deg, #7f7f7f 0%, #000000 100%);
  color: #fff;
}

.cardku-wave-col .btnproduk .btn-beli {
  background: #ff9800 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardku-wave-col .btnproduk .btn-beli:hover {
  background: #ff1100 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.cardku-wave-col .btnproduk .btn-tanya {
  background: #01c501 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardku-wave-col .btnproduk .btn-tanya:hover {
  background: #ff1100 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardku-wave-col .card-notify-year {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ff4444;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 0;
  z-index: 5;
}
.cardku-wave-col .card-notify-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #f2d900;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 5;
}

/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 98;
}
.back-to-top i,
.back-to-top svg {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated {
  display: block;
  /*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title {
  animation-delay: 0.5s;
}
.animated.info {
  animation-delay: 1s;
}
.animated.button {
  animation-delay: 1.5s;
}

/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px 4px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #444;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container {
  position: relative;
}
.owl-container .owl-buttons [class*="owl-"] {
  position: absolute;
  top: 50%;
  font-size: 24px;
  z-index: 10;
}
.owl-container .owl-buttons .owl-prev {
  left: 0;
}
.owl-container .owl-buttons .owl-next {
  right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
}
.owl-buttons .owl-prev {
  left: 0;
}
.owl-buttons .owl-next {
  right: 0;
}

/* ======================================
Form 
========================================*/

/* btn */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-default {
  background: #01b5ea;
  border-color: #01b5ea;
  color: #fff;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #009fcc;
  border-color: #009fcc;
  color: #fff;
}

/* input */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.control-group select,
.control-group textarea,
.control-group input[type="text"],
.control-group input[type="password"],
.control-group input[type="datetime"],
.control-group input[type="datetime-local"],
.control-group input[type="date"],
.control-group input[type="month"],
.control-group input[type="time"],
.control-group input[type="week"],
.control-group input[type="number"],
.control-group input[type="email"],
.control-group input[type="url"],
.control-group input[type="search"],
.control-group input[type="tel"],
.control-group input[type="color"] {
  background: none repeat scroll 0 0 #ffffff;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  background-color: #ffffff;
  border-color: #01b5ea;
  color: #696969;
  box-shadow: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #ffffff;
  border-color: #d5d5d5;
  border-width: 1px;
  color: #858585;
  box-shadow: none;
}
.checkbox label,
.radio label {
  padding-left: 0;
  padding-right: 20px;
}
.checkbox-inline,
.radio-inline {
  padding-left: 0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  opacity: 0;
}
input[type="checkbox"] + .lbl,
input[type="radio"] + .lbl {
  cursor: pointer;
  font-weight: normal;
  padding-left: 25px;
  padding-top: 5px;
  position: relative;
}
input[type="checkbox"]:disabled + .lbl,
input[type="radio"]:disabled + .lbl {
  color: #bbb;
  cursor: not-allowed;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before,
input[type="radio"] + .lbl::after {
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before {
  font-family: fontAwesome;
  content: "\a0";
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  height: 16px;
  line-height: 14px;
  width: 16px;
  text-align: center;
}
input[type="checkbox"]:checked + .lbl::before,
input[type="radio"]:checked + .lbl::before {
  content: "\f00c";
  background-color: #fff;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type="radio"] + .lbl::before,
input[type="radio"]:checked + .lbl::before {
  content: "";
  border-radius: 8px;
}
input[type="radio"]:checked + .lbl::after {
  background: #00b6e3;
  border-radius: 8px;
  content: "";
  height: 10px;
  left: 3px;
  top: 6px;
  width: 10px;
}
input[type="checkbox"]:disabled + .lbl::before,
input[type="radio"]:disabled + .lbl::before,
input[type="checkbox"][disabled] + .lbl::before,
input[type="radio"][disabled] + .lbl::before,
input[type="checkbox"].disabled + .lbl::before,
input[type="radio"].disabled + .lbl::before {
  background-color: #ddd !important;
  border-color: #ccc !important;
  box-shadow: none !important;
  color: #bbb;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before {
  color: #00b6e3;
}
input[type="checkbox"]:hover + .lbl::before,
input[type="radio"]:hover + .lbl::before,
input[type="checkbox"] + .lbl:hover::before,
input[type="radio"] + .lbl:hover::before {
  border-color: #ffc107;
}
.checkbox,
.radio {
  margin-bottom: 15px;
}
.btn-spinner {
  font-size: 18px;
  border: 1px solid #ddd;
}

/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide {
  opacity: 0;
}
.iconleft {
  margin-right: 5px;
}
.iconright {
  margin-left: 5px;
}
.no-border {
  border: none;
}
.no-shadow {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.list-item {
  margin-bottom: 30px;
}
.icon-sm {
  width: 25px;
}
.icon-lg {
  width: 60px;
  font-size: 48px;
}

/* sparator */
.sparator {
  background: #333;
  height: 1px;
}

/* typo */
.lowercse {
  text-transform: lowercse !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}

/* color */
.white {
  color: #ffffff !important;
}
.red {
  color: #cd3333 !important;
}
.orange {
  color: #ff9800 !important;
}
.deep-orange {
  color: #f46e39 !important;
}
.purple {
  color: #c032bb !important;
}
.green {
  color: #37c770 !important;
}
.lime {
  color: #cddc39 !important;
}
.lime-dark {
  color: #827717 !important;
}
.blue {
  color: #4993e6 !important;
}
.amber {
  color: #ffc107 !important;
}
.pink {
  color: #e91e63 !important;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

.dropdown-menu {
  border: none !important;
}


/*------------------------------------------*/
/*	                Section
/*------------------------------------------*/
.heading::before {
  background: #7f7f7f;
}

/*------------------------------------------*/
/*	                Blog
/*------------------------------------------*/
.post-date .month {
  background: #7f7f7f;
}

/*------------------------------------------*/
/*	          Page Navigation
/*------------------------------------------*/
.page-nav .active a,
.page-nav .current {
  background: #7f7f7f;
  border-color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Owl carousel
/*------------------------------------------*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border-color: #7f7f7f;
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
  color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Gallery
/*------------------------------------------*/
.nav-album .active a {
  background: #7f7f7f;
  border-color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Contact
/*------------------------------------------*/
.contact-info i,
.contact-info .svg-inline--fa {
  color: #7f7f7f;
}

/*------------------------------------------*/
/*	          features
/*------------------------------------------*/
.section-features .fa,
.section-features .svg-inline--fa {
  color: #7f7f7f;
}

/*------------------------------------------*/
/*	          Form
/*------------------------------------------*/
.btn-view:hover {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
input[type="radio"]:checked + .lbl::after {
  background: #7f7f7f;
}
input[type="checkbox"] + .lbl::before,
input[type="radio"] + .lbl::before {
  color: #7f7f7f;
}
.btn-default {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #b71c1c;
  border-color: #b71c1c;
}

/* OWL-CAROUSEL */
#owl-slider {
  padding-top: 0;
  overflow: hidden;
}
#owl-slider,
#owl-slider .owl-video-wrapper {
  max-height: 580px;
}
#owl-slider h2 {
  font-weight: 800;
}
#owl-slider .owl-stage {
  padding: 0 !important;
}
#owl-slider .item {
  position: relative;
  padding-top: 47.92307%;
}
#owl-slider .item,
#owl-slider .item-video {
}
#owl-slider .item .gambar,
#owl-slider .item-video .gambar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
}
#owl-slider img {
  max-width: 100%;
  height: auto;
}
.owl-video-wrapper {
  width: 100%;
  height: auto;
}
.owl-video-wrapper {
  height: 48vw !important;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.owl-prev {
  left: 20px;
}
.owl-next {
  right: 20px;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#owl-slider .item .item-caption {
  /* top: 20%; */
  left: 5%;
  right: 20%;
  bottom: 20%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#owl-slider .item .item-caption a,
#owl-slider .item-video .item-caption a {
  color: #f86c07;
}
#owl-slider .carousel-caption {
}
#owl-slider .carousel-caption h2 span {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 24px;
  width: 100%;
}
#owl-slider .carousel-caption p span {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 16px;
}
#owl-slider .btn-slider {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
  color: #fff;
  border-radius: 8px;
}
#owl-slider .btn-slider:hover {
  background: #fff;
  color: #000 !important;
  text-shadow: none;
}
#owl-slider .item .item-caption .learn-more,
#owl-slider .item-video .item-caption .learn-more {
  height: 38px;
  width: 144px;
  /* background-color: #F86C07; */
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 14px;
  /* padding: 12px 27px; */
}

#owl-slider .owl-nav .owl-next,
#owl-slider .owl-nav .owl-prev {
  width: 40px;
  top: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  margin: auto;
}
#owl-slider .owl-nav .owl-next:hover,
#owl-slider .owl-nav .owl-prev:hover {
  color: #d81a27;
  background: transparent;
}
#owl-slider .owl-nav .owl-next {
  margin-right: 0;
}
#owl-slider .owl-nav .owl-prev {
  margin-left: 0;
}
#owl-slider .owl-nav .svg-inline--fa {
  color: #fff;
  opacity: 0.6;
}
#owl-slider .owl-nav:hover .svg-inline--fa {
  opacity: 1;
}
/* #owl-slider .owl-dots{bottom:120px;} */
#owl-slider .owl-dots {
  display: none !important;
}
#owl-slider .owl-dots .owl-dot span {
  border-color: #fff;
  background: transparent;
  margin: 3px 5px;
  border: 1px solid #fff;
}
#owl-slider .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: #fff;
}
#owl-slider .carousel-caption {
  bottom: 140px;
}
#owl-slider .carousel-caption h2 span {
  margin-bottom: 20px;
  font-family: arial;
}
@media (min-width: 768px) {
  #owl-slider .carousel-caption h2 {
    /* min-height:90px;width:85%; */
  }
}
@media (max-width: 767px) {
  #owl-slider .owl-nav .owl-next,
  #owl-slider .owl-nav .owl-prev {
    bottom: 5px;
  }
}

#owl-slider .owl-theme .owl-dots .owl-dot {
  /* display:block; */
}
#owl-slider .carousel-caption h2 a .svg-inline--fa {
  color: #00971b;
}

/*------------------------------------------*/
/*			Team
/*------------------------------------------*/
.team-carousel {
  padding: 0 30px;
  text-align: center;
}
.team-carousel .owl-stage-outer {
  overflow-x: hidden;
}
.team-carousel .owl-stage {
  display: flex;
}
.section-client .owl-theme .owl-nav {
  font-size: 28px;
  position: initial;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-client .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-client .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .section-client .owl-theme .owl-nav .owl-prev {
    left: 5px;
  }
  .section-client .owl-theme .owl-nav .owl-next {
    right: 5px;
  }
}

.logobawahfooter {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.nav-footer .dropdown-menu.show {
  display: block;
}
.nav-footer .dropdown-menu {
  border: none !important;
}
.nav-footer .dropdown-menu {
  position: static;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 10px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.text-justify {
  text-align: justify;
}

.block-videofoto1 img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  height: 200px;
}

.block-videofoto1:hover img {
  transform: scale(1.1);
}

.block-videofoto2 img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  height: 200px;
}

.block-videofoto2:hover img {
  transform: scale(1.1);
}

.gradienku {
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  overflow: hidden;
}
.imagegradienku {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.middlegradienku {
  opacity: 1;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}
.textgradienku {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .block-videofoto1 {
    padding: 0px 15px 0px 15px !important;
  }
  .block-videofoto2 {
    padding: 0px 15px 0px 15px !important;
  }
}

.card-title {
  text-transform: capitalize;
}

/*------------------------------------------*/
/*			Kategori
/*------------------------------------------*/
ul.kategori {
  margin-bottom: 25px;
}
ul.kategori li {
  display: inline-block;
  margin: 0 5px;
}
ul.kategori li a {
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 10px;
  border-radius: 5px;
}
ul.kategori li a.active,
ul.kategori li a:hover {
  background: #000000;
  color: #fff;
}

/* 
  HERO SECTION
*/

.info-section {
  background: white;
  padding: 80px 0;
  position: relative;
}

.info-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  transform: translateY(-24px);
}

.info-badge {
  background: #3498db;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
}

.info-title {
  font-size: 36px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 30px;
}

.info-description {
  font-size: 16px;
  line-height: 1.8;
  color: #2c2c43;
  margin: 0 auto 40px;
}

.service-section {
  background: #f3f3f3;
  /* padding: 60px 20px; */
 margin-top: -100px;
  text-align: center;
}



.service-title {
  font-size: 46px;
  font-weight: 700;
  color: #00bbcd;
  margin-bottom: 16px;
}

.service-subtitle {
  font-size: 16px;
  color: #2c2c43;
  opacity: 0.8;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.cards-section {
  background: #f3f3f3;
  padding: 0px 20px;
  margin-top: 16px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: start;
}

.container-search {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: start;
}

.info-card {
  background: white;
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 4px 16px rgba(7, 0, 59, 0.02);
  border: 1px solid #e9ecef;
  transition: all 0.7s ease;
}

.info-card:hover {
  box-shadow: 0 8px 16px rgba(0, 187, 205, 0.18);
  border: 1px solid #00bbcd;
}
.info-card:hover .card-title {
  color: #00bbcd;
}

.icon-container {
  width: 60px;
  height: 60px;
  background: #e5f8f6;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 28px;
  height: 28px;
  fill: #00bbcd;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
  line-height: 1.3;
}

.card-description {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 28px;
}

.btn-selengkapnya {
  background: transparent;
  border: 2px solid #028daa;
  color: #028daa;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-selengkapnya:hover {
  background-color: #028daa;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .info-title,
  .service-title {
    font-size: 28px;
  }

  .hero-section {
    height: 400px;
  }

  .container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 15px;
  }

  .info-card {
    padding: 28px 22px;
  }

  .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .card-description {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .btn-selengkapnya {
    padding: 9px 20px;
    font-size: 13px;
  }

  .service-section {
    padding: 40px 15px;
  }

  .cards-section {
    padding: 40px 15px;
  }

  .service-subtitle {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}

/* =========================================
   RESPONSIVE SMALL MOBILE (max-width: 480px)
========================================= */
@media (max-width: 480px) {
  .info-container {
    transform: none;
  }
  .hero-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .service-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .service-subtitle {
    font-size: 14px;
    letter-spacing: 0.4px;
  }

  .service-section {
    padding-top: 0px;
    padding-bottom: 0px;
    /* padding: 25px 12px; */

  }

  .cards-section {
    padding: 35px 12px;
  }

  .container {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 10px;
  }

  .info-card {
    padding: 24px 18px;
  }

  .icon-container {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .card-title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .card-description {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.5;
  }

  .btn-selengkapnya {
    padding: 8px 18px;
    font-size: 13px;
    width: 100%;
  }
}

/* 
  INFORMASI SECTION
*/
.forms-section {
  padding: 40px 20px;
  background-color: #f3f3f3;
}

.forms-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 16px;
}

.section-title {
  font-size: 46px;
  font-weight: 700;
  color: #00bbcd;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 16px;
  color: #2c2c43;
  opacity: 0.8;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.forms-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.form-card {
  background: linear-gradient(to bottom right, #037f49, #0dac87);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.7s;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-card:hover {
  box-shadow: 0 8px 32px rgba(0, 187, 205, 0.2);
  background: linear-gradient(90deg, #00bbcd 0%, #00b16a 100%);
}

.form-card-icon {
  margin-bottom: 20px;
}

.form-card-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.form-card-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  line-height: 1.3;
}

.form-card-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  flex-grow: 1;
}

.form-btn {
  padding: 12px 24px;
  text-decoration: none;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  width: auto;
  min-width: 120px;
}

.form-btn:hover {
  background: #028DAA;
  color: #fff;
  border: 1px solid transparent;
}

@media (max-width: 900px) {
  .forms-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .forms-section {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .section-subtitle {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .section-header {
    margin-bottom: 35px;
  }

  .forms-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .form-card {
    padding: 28px 18px;
  }

  .form-card-icon img {
    width: 50px;
    height: 50px;
  }

  .form-card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .form-card-desc {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .form-btn {
    padding: 10px 20px;
    font-size: 13px;
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .forms-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .section-subtitle {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.5;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .forms-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-card {
    padding: 24px 16px;
  }

  .form-card-icon {
    margin-bottom: 15px;
  }

  .form-card-icon img {
    width: 45px;
    height: 45px;
  }

  .form-card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form-card-desc {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.5;
  }

  .form-btn {
    padding: 9px 18px;
    font-size: 13px;
    width: 100%;
    min-width: auto;
  }
}

/* Google Translate Component */
.language-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.dropdown-toggle-translate {
  background: #f1f1f3;
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.dropdown-toggle-translate:hover {
  background: #e8e8eb;
}

.dropdown-menu-translate {
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 160px;
  display: none;
  z-index: 9999;
}

.dropdown-menu-translate li {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: 0.2s;
}

.dropdown-menu-translate li:hover {
  background: #00b8a4;
  color: white;
}

.dropdown-menu li.active {
  background: #00b8a4;
  color: #fff;
}

.arrow {
  font-size: 12px;
}

.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}

/* Hilangkan banner atas Google yg bikin layout turun */
.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

/* Hilangkan highlight elemen saat berubah bahasa */
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Hapus seluruh style bawaan Google Translate */
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-menu2,
.goog-te-gadget-icon,
.goog-te-balloon-frame,
.goog-te-gadget-simple img,
.goog-text-highlight {
  display: none !important;
}

/* Bersihkan layout yang terdorong */
body,
html {
  top: 0 !important;
}

/* Hapus background aneh */
.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Style select dropdown agar normal */
.goog-te-combo {
  padding: 8px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  background: white !important;
  color: #333 !important;
  font-size: 14px !important;
}
