/* 
    GLOBAL STYLE FOR Template
     
    1. Header (header.php)
    2. footer (footer.php)
    3. Modal Meeting Nanti (ModalMeetingNanti.php)


*/

/* ========= HEADER STYLE ============ */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");

*:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not([class*="fa-"]) {
  font-family: "Roboto", sans-serif !important;
}

.bg-biru-new {
  background: #1f83d5;
}

.bg-light-new {
  background: white;
}

.text-biru-new {
  color: #1f83d5;
}

.text-oren-new {
  color: #ffd476;
}

@media (min-width: 256px) {
  .font-statistik {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .font-statistik {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .font-statistik {
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .font-statistik {
    font-size: 2rem;
  }
}

.underline-title {
  background: #1f83d5;
  height: 2px;
  margin: -1.2rem auto 0 auto;
  width: 89px;
}

.btn-hover-whatsapp {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 12px 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);

  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover-whatsapp:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover-email {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 12px 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);

  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover-email:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}
.login-btn-custom {
  display: inline-block;
  padding: 6px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #4c80c2 0%, #345d8f 100%);
  box-shadow: 0 4px 6px rgba(52, 93, 143, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.login-btn-custom:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(52, 93, 143, 0.5);
  background: linear-gradient(180deg, #5b8dce 0%, #345d8f 100%);
  outline: none;
}

.event-btn-custom {
  display: inline-block;
  padding: 6px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #787ebc 0%, #5a5f94 100%);
  box-shadow: 0 4px 6px rgba(90, 95, 148, 0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-weight: 600;
  border: none;
}

.event-btn-custom:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(90, 95, 148, 0.5);
  background: linear-gradient(180deg, #868cc9 0%, #5a5f94 100%);
  outline: none;
}

.btn-paket-meeting:focus,
.btn-paket-meeting:active {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-menu .dropdown-item {
  margin: 0 12px !important;
  width: calc(100% - 24px) !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  transition: all 0.2s ease;
  display: block;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: rgba(104, 168, 243, 0.2);
  color: #1b2d44;
  border-radius: 10px;
  box-shadow: none;
  margin: 0 12px !important;
  width: calc(100% - 24px) !important;
  outline: none;
}

.mobile-avatar-wrapper {
  position: relative;
}

.mobile-avatar-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: auto !important;
  left: -150px !important;
  transform: none !important;
  width: 200px !important;
  margin-top: 8px !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  background-color: #fff !important;
}

.mobile-avatar-dropdown .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.mobile-avatar-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  border-radius: 20px;
  padding: 10px;
  outline: none;
}

.mobile-avatar-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.mobile-avatar-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-avatar-wrapper.show .mobile-avatar-arrow {
  transform: rotate(180deg);
}

.nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: block;
  margin-top: 13px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-item.dropdown.show .dropdown-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.dropdown-arrow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.dropdown-arrow-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-item.dropdown.show .dropdown-arrow-wrapper {
  transform: rotate(180deg);
}

.avatar-arrow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.avatar-arrow-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-acc.show .avatar-arrow-wrapper {
  transform: rotate(180deg);
}

.nav-acc {
  position: relative !important;
}

.nav-acc .nav-text {
  display: none;
}

.dropdown-menu-right {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  width: 250px !important;
  margin-top: 13px !important;
  border-radius: 20px;
}

.dropdown-menu-right:focus {
  outline: none;
}

.navbar-toggler {
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
}

@media (max-width: 834px) {
  .navbar .container {
    padding: 10px 30px 10px 30px;
  }

  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-collapse {
    background: #fff;
    border-radius: 15px;
    margin-top: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: none !important;
    overflow: visible !important;
  }

  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px !important;
    width: 100%;
    position: relative;
  }

  .nav-item .btn,
  .nav-item .nav-link {
    text-align: center !important;
    justify-content: center !important;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .nav-item.dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 250px !important;
    margin: 10px auto 0 auto !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    padding: 10px 0 !important;
    display: none;
  }

  .nav-item.dropdown.show .dropdown-menu {
    display: block !important;
  }

  .dropdown-item {
    font-size: 14px;
    padding: 10px 20px;
    color: #555;
    text-align: center;
  }

  .dropdown-item:hover {
    background-color: #f5f9fe;
    color: #1b2d44;
  }

  .nav-acc {
    display: none !important;
  }
}

/* RESPONSIVE MOBILE  */
@media (max-width: 414px) {
  .navbar-brand span {
    font-size: 20px !important;
  }

  .navbar-brand img {
    width: 32px !important;
    height: 32px !important;
  }

  .mobile-avatar-wrapper {
    margin-right: 5px !important;
    margin-top: 4px;
  }

  .mobile-avatar-wrapper a div {
    width: 36px !important;
    height: 36px !important;
  }

  .mobile-avatar-dropdown {
    position: absolute !important;
    top: 50px !important;
    right: 0 !important;
    left: auto !important;
    width: 220px !important;
    border-radius: 12px !important;
    margin-top: 5px !important;
  }

  .mobile-avatar-dropdown .dropdown-item {
    font-size: 14px !important;
    padding: 10px 15px !important;
    text-align: left;
  }

  .mobile-avatar-dropdown .dropdown-item img {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px;
  }

  .navbar {
    padding: 5px 0 !important;
  }

  .navbar-toggler {
    padding: 4px 8px;
    font-size: 1.1rem;
  }
}

/* ========= HEADER STYLE ============ */

/* ========= FOOTER STYLE ============ */

footer {
  font-family: "Roboto", sans-serif;
  color: #212529;
  font-size: 14px;
}

.social-btn {
  transition: transform 0.3s ease;
  display: inline-block;
}

.social-btn:hover {
  transform: scale(1.1);
}

.footer-heading {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 1.2rem;
  color: #000;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #212529;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #4473af;
}

.contact-icon {
  width: 20px;
  text-align: left;
  margin-right: 5px;
  margin-top: 2px;
  color: #000;
  flex-shrink: 0;
}

@media (max-width: 834px) {
  footer {
    padding: 50px 20px !important;
    text-align: left !important;
  }

  .col-lg-2,
  .col-md-6,
  .col-md-12 {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
    margin-bottom: 40px;
    padding-right: 10px;
  }

  .row .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4473af;
  }

  .d-flex {
    justify-content: flex-start !important;
  }

  .mb-0.ml-2 {
    margin-left: 10px !important;
  }
}

@media (max-width: 414px) {
  footer {
    padding: 40px 0 20px 0 !important;
    text-align: left !important;
  }

  .col-lg-2,
  .col-md-6,
  .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }

  .d-flex {
    justify-content: flex-start !important;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4473af;
  }

  .contact-icon {
    margin-right: 15px;
  }

  .social-btn {
    margin-right: 15px !important;
  }

  hr {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
/* ========= FOOTER STYLE ============ */
