body {
  font-family: "Merriweather", serif;
  color: #333;
  animation: fadeIn 0.5s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
}

#notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745; 
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  z-index: 9999;
  font-size: 14px;
}

#notification.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =====================================
  HEADER
===================================== */
.header {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  z-index: 99; 
  transition: all 0.4s ease-in-out;
}

.mainmenu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.mainmenu li {
  display: inline-block;
  margin: 0px 10px;
}

.mainmenu li a {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000;
}

.mainmenu li a:hover {
  color: #FFD200;
  border-bottom: 2px solid #FFD200;
}

.header-social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.header-social-icons .social-icon {
  font-size: 24px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.header-social-icons .social-icon:hover {
  color: #FFD200;
  transform: scale(1.1);
  cursor: pointer;
}

.header.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FDFAF5 !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* =====================================
  NAVIGASI HEADER DROPDOWN
===================================== */
.mainmenu li {
    position: relative;
}

.mainmenu li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 500px; 
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 1000;
}

.mainmenu li.has-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu h4 {
    font-family: "Merriweather", serif;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding-left: 10px;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu ul li a {
    font-family: "Merriweather", serif;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    line-height: 1.8;
    transition: color 0.3s ease;
}

.dropdown-menu ul li a:hover {
    color: #FFD200;
}

@media (max-width: 991px) {
  .header .row.d-none.d-lg-flex {
  }

  .mainmenu li a {
    font-size: 14px; 
    padding: 5px; 
  }

  .mainmenu li .dropdown-menu {
    width: 250px; 
    left: 50%;
    transform: translateX(-50%);
  }

  .dropdown-menu h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .dropdown-menu ul li a {
    font-size: 12px;
  }
}

/* =====================================
  HERO SECTION
===================================== */
.ht-mega-slider {
  background-image: url('../img/corporate.png');
  display: flex;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
  min-height: 450px;
  align-items: center;
  gap: 40px;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.gen-audit .ht-mega-slider {
  background-image: url('../img/services/hero-general-audit.png');
}

.invest-audit .ht-mega-slider {
  background-image: url('../img/services/investigative.png');
}

.aos .ht-mega-slider {
  background-image: url('../img/services/assurance-sustain.png');
}

.compliance-audit .ht-mega-slider {
  background-image: url('../img/services/compliance.png');
}

.aup .ht-mega-slider {
  background-image: url('../img/services/hero-aup.png');
}

.cofs .ht-mega-slider {
  background-image: url('../img/services/hero-compilation-financials.png');
}

.rofs .ht-mega-slider {
  background-image: url('../img/services/hero-review-financials.png');
}

.as .ht-mega-slider {
  background-image: url('../img/services/hero-attestation.png');
}

.fdd .ht-mega-slider {
  background-image: url('../img/services/hero-financial-due.png');
}

.careers .ht-mega-slider {
  background-image: url('../img/services/hero-careers.png');
}

.ht-mega-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FDFAF5;
  opacity: 0.75;
  z-index: 1;
}

.ht-mega-slider .container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  z-index: 2;
}

.ht-mega-slider .hero-constructuction h2 {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #000000;
  font-size: 68px;
  text-align: center;
  letter-spacing: 0.20px;
  line-height: 84px;
}

.ht-mega-slider .hero-constructuction p {
  position: relative;
  width: 100%;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.20px;
  line-height: 40px;
}

.ht-mega-slider .slide-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
}

.ht-mega-slider .cln-btn {
  all: unset;
  box-sizing: border-box;
  flex-direction: column;
  width: 236px;
  align-items: center;
  padding: 16px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffd200;
  border-radius: 35px;
  overflow: hidden;
  display: block !important;
  transition: 0.4s ease-in-out;
  font-weight: 700;
}

.ht-mega-slider .cln-btn:hover {
  background-color: #000;
  color: #ffd200;
  cursor: pointer;
}

@media (max-width: 767px) {
  .ht-mega-slider .hero-constructuction h2 {
    font-size: 32px; 
    line-height: 1.2;
  }
  .ht-mega-slider .hero-constructuction p {
    font-size: 14px;
    line-height: 1.4;
  }
  .ht-mega-slider .cln-btn {
    width: 200px;
    font-size: 14px;
  }
}

/* =====================================
  OUR TEAMS
===================================== */
.section-team {
    padding: 120px 0;
    background-color: #28282b;
}

.section-team .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section-title--4 h2 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #ffd200;
    font-size: 64px;
    text-align: center;
    letter-spacing: 0.20px;
    line-height: 55px;
    white-space: wrap;
    margin-bottom: 40px;
}

.section-team .row.mt--20 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
    padding: 0;
}

.team.team-7 {
    flex-shrink: 0;
    align-items: center;
    text-align: center;
    margin: 0px;
  }

.team.team-7 .thumb img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-top: 40px;
}

.team.team-7 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.team.team-7 .content h4 {
    font-family: "Merriweather", serif;
    font-weight: 400;
    color: #ffd200;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.10px;
    white-space: nowrap;
    padding-bottom: 5px;
    position: relative;
}

.team.team-7 .content h4::after {
    content: '';
    display: block;
    width: 200px; 
    height: 2px; 
    background-color: #fff; 
    margin: 10px auto 0; 
}

.team.team-7 .content span {
    font-family: "Merriweather", serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.20px;
    white-space: nowrap;
}

.team {
    cursor: pointer;
}

@media (max-width: 767px) {
  .team.team-7 .thumb img {
    width: 150px;
    height: 150px;
  }

  .team.team-7 .content h4::after {
    width: 150px;
  }

  .team.team-7 .content span {
    white-space: normal;
    word-wrap: break-word;
    text-align: center;  
  }
}



/* ================================
  SERVICES
================================== */
.section-image-grid-layout {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FDFAF5;
}

.section-image-grid-layout .section-title--4 h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #947D13;
  font-size: 64px;
  line-height: 55px;
}

.service-card-new {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  height: 100%;
  overflow: hidden;
}

.service-card-new .thumb img {
  width: 100%;
  height: 250px;
  display: block;
}

.service-card-new .card-content-new {
  padding: 30px;
}

.service-card-new .card-content-new h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.service-card-new .card-content-new ul {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}

.service-card-new .card-content-new ul li {
  font-family: "Merriweather", serif;
  font-size: 24px;
  color: #555;
  line-height: 1;
  margin-bottom: 5px;
}

.service-card-new .card-content-new ul li a {
    text-decoration: none; 
    color: #000000; 
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.service-card-new .card-content-new ul li a:hover {
    color: #FFD200;
}

.section-image-grid-layout .row.mt--30 {
  margin-top: 30px;
}

@media (min-width: 992px) {
    .section-image-grid-layout .col-lg-6 {
        padding-right: 5px;  
        padding-left: 5px; 
    }
}

/*General Audit*/
.key-char-gen-audit .card-content-new h2::after {
    content: '';
    display: block;
    width: 300px; 
    height: 2px; 
    background-color: #947D13; 
    margin: 10px auto 0; 
}

.key-char-gen-audit .card-content-new h2 {
  color: #947D13;
}

.key-char-attest-service .row h2 {
  color: #FFD200;
} 

.key-char-attest-service .card-content-new h2 {
  color: #947D13;
}

.key-char-attest-service .card-content-new h2::after {
    content: '';
    display: block;
    width: 300px; 
    height: 2px; 
    background-color: #947D13; 
    margin: 10px auto 0; 
}

/* =====================================
  VALUES SECTION
===================================== */
.values-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #E2DFD8;
}

.values-section .img-fluid {
  width: 620px;
  filter: grayscale(150%);
}

.values-section .text-content h2 {
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 700;
  color: #947D13;
}

.values-section .frame {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.values-section .frame img {
  width: auto;
  height: 40px;
}

.values-section .frame p {
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 8px;
  align-items: center;
  justify-content:start;
}

.values-section .frame p span {
  font-weight: 700;}

.areas-aup .values-section {
  background-color: #FDFAF5;
}

.areas-cofs .values-section {
  background-color: #FDFAF5;
}

.business-areas .values-section .text-content h2{
  color: #ffd200;
  margin-bottom: 30px;
}

.business-areas .values-section .frame p {
  color: #ffffff;
}

.business-areas .values-section .container .img-fluid {
  height: 480px;
  width: 600px;
}

/* =====================================
  TRUSTED SECTION
===================================== */
.trusted-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #FDFAF5;
  overflow: hidden;
}

.trusted-section .img-fluid {
  width: 620px;
  filter: grayscale(150%);
}

.trusted-section .text-content h2 {
  font-family: "Cinzel", serif;
  font-size: 48px;
  color: #947D13;
  font-weight: 700;
  margin-bottom: 30px;
}

.trusted-section .frame2 p {
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}

/*General Audit*/
.purpose-gen-audit .trusted-section {
  background-color: #28282B;
}

.purpose-gen-audit .img-fluid {
  width: 300px;
}

.purpose-gen-audit .text-content h2 {
  color: #ffd200;
}

.purpose-gen-audit .frame2 p{
  color: #fff;
}

.purpose-gen-audit .frame2 li{
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  margin-top: 0px;
  text-align: left;
}

@media (max-width: 767px){
  .purpose-gen-audit .img-fluid {
    max-width: 400px !important;
    text-align: center !important;
    margin-bottom: -10px;
  }

  .purpose-gen-audit .frame2 li {
    font-size: 14px;
  }

  .purpose-gen-audit .frame2 p {
    text-align: left !important;
  }
}

/*AUP*/
.issued-aup .trusted-section .img-fluid {
  filter: none;
  border-radius: 0;
}

.issued-aup .trusted-section .text-content h2 {
  color: #947D13;
  margin-bottom: 0;
}

.issued-aup .trusted-section .frame2 p {
  color: #000;
  margin-top: 0;
}

@media (max-width: 991px) {

  .issued-aup .img-fluid {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .issued-rofs .img-fluid {
    max-width: 200px;
    margin-bottom: 20px;
  }
}

/*ROFS*/
.issued-rofs .trusted-section .img-fluid {
  filter: none;
  border-radius: 0;
}

.issued-rofs .trusted-section .text-content h2 {
  color: #947D13;
  margin-bottom: 0;
}

.issued-rofs .trusted-section .frame2 p {
  color: #000;
  margin-top: 0;
}

/* =====================================
  COMMITMENT TO EXCELLENCE
===================================== */
.commitment-section-new {
    padding: 120px 0;
    background-color: #28282B;
    text-align: center;
}

.commitment-section-new .text-content h2 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #FFD200;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.commitment-section-new .text-content p {
    font-family: "Merriweather", serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}

.commitment-section-new .logo-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commitment-section-new .logo-item img {
    max-width: 130px;
    height: auto; 
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.commitment-section-new .logo-item img[src*="logo-ojk"],
.commitment-section-new .logo-item img[src*="logo-p2pk"] {
    max-width: 100%;
    height: 130px;
    gap: 20px;
}

@media (max-width: 991px) {
  .commitment-section-new .logo-item img {
    margin-bottom: 20px;
  }
}

/* =============================
  CONTACT
================================ */
.contact-section-new {
    background-color: #FDFAF5;
    padding: 120px 0;
}

.contact-info-left h2 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #947D13;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contact-info-left p {
    font-family: "Merriweather", serif;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    max-width: 450px;
}

.contact-info-left .contact-detail p {
    font-family: "Merriweather", serif;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 5px;
    display: flex;
    align-items: left;
}

.contact-info-left .contact-detail i {
    color: #947D13;
    font-size: 22px;
    margin-right: 10px;
}

.contact-info-left .contact-detail a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}
.contact-info-left .contact-detail a:hover {
    text-decoration: none;
    color: #947D13;
}

.contact-form-right {
    background-color: #fff; 
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-right .form-group input,
.contact-form-right .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: "Merriweather", serif;
    font-size: 16px;
    color: #555;
    background-color: #fdfdfd;
}

.contact-form-right .form-group input::placeholder,
.contact-form-right .form-group textarea::placeholder {
    color: #aaa;
}

.contact-form-right textarea {
    resize: vertical; 
    min-height: 120px; 
}

.contact-form-right .cln-btn {
    display: inline-block; 
    padding: 15px 40px;
    font-size: 16px;
    background-color: #FFD200;
    color: #000;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 700;
}

.contact-form-right .cln-btn:hover {
    background-color: #000;
    color: #ffd200;
    cursor: pointer;
}

@media (max-width: 767px) {
    .contact-info-left h2 {
        font-size: 36px;
        text-align: center;
    }
    .contact-info-left p {
        font-size: 18px;
        text-align: center;
        max-width: 100%;
    }
    .contact-info-left .contact-detail {
        text-align: center;
    }
    .contact-info-left .contact-detail p {
        justify-content: center; 
    }
    .contact-form-right {
        padding: 30px 20px;
    }
    .contact-form-right .cln-btn {
        width: 100%;
}
}

/* =====================================
  FOOTER 
===================================== */
.footer-top {
  background-color: #28282b;
  padding: 80px 0 40px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-top::before {
  content: '';
  background-image: url('../img/vector/world-map.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; 
  opacity: 0.20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-top::before {
    background-size: 140%;
  }
}

.footer-top .container {
  position: relative;
  z-index: 2;
}

.footer-top .row {
    gap: 55px;
}

.footer-widget .footer-logo img {
    max-width: 320px;
    height: auto;
    padding: 0;
}

.footer-widget p,
.footer-widget a {
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-widget h4.ft-title {
    font-family: "Cinzel", serif;
    color: #FFD200;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-widget .ft-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget .ft-menu li {
    margin-bottom: 8px;
}

.footer-widget .ft-menu li a {
    color: #fff;
    text-decoration: none;
}
.footer-widget .ft-menu li a:hover {
    color: #FFD200;
}

.footer-widget .google-maps img {
    border-radius: 8px;
}

.copyright {
    background-color: #1f1f21;
    padding: 20px 0;
}

.copyright p {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 767px) {
    .footer-widget {
        text-align: center;
    }
}

/* =============================
  BENEFITS
================================ */
.benefits {
  padding: 120px 0;
  background-color: #FDFAF5;
  color: #000;
}

.benefits .section-title--4 h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #947D13;
  font-size: 64px;
  line-height: 55px;
}

.benefits .row.mt--15 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.benefits .service-3 {
  background-color: transparent; 
  padding: 0px;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}

.benefits .service-3 .icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #E2DFD8; 
  border-radius: 50%;
  margin: 0 auto 30px;
  transition: background-color 0.3s ease;
}

.benefits .service-3 .icons::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 2px solid #E2DFD8;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

.benefits .service-3:hover .icons {
  background-color: #FFD200; 
}

.benefits .service-3:hover .icons::before {
  border-color: #FFD200;
}

.benefits .service-3 .icons img {
  width: 40px; 
  height: 40px;
}

.benefits .service-3 .content h4 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #000;
  font-size: 28px;
  margin-bottom: 15px;
}

.benefits .service-3 .content p {
  font-family: "Merriweather", serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .benefits .service-3 .icons {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
  }
  .benefits .service-3 .icons img {
    width: 30px;
    height: 30px;
  }
  .benefits .service-3 .icons::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
}

/* =====================================
  CLIENTS SECTORS
===================================== */
.clients {
  padding: 20px 0;
  background-color: #E2DFD8;
  color: #000;
}
.clients .values-section .text-content h2 {
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 700;
  color: #947D13;
  margin-bottom: 10px;
}

.clients .values-section .frame {
  display: flex; 
  align-items: center; 
  gap: 15px;
}

.clients .values-section .frame img {
  width: auto;
  height: 40px;
}

.clients.values-section .frame p {
  font-family: "Merriweather", serif;
  font-size: 18px;
  color: #000;
  line-height: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.clients .values-section .frame p span {
  font-weight: 700;}

/* =====================================
  MOBILE
===================================== */
@media (max-width: 767px) {
  h2, .section-title--4 h2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }

  p, .section-title--4 p {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  h4 {
    font-size: 20px !important;
  }

  #clients .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #clients .row > div {
        text-align: left;
    }
}

/* =====================================
  MOBILE SIDEBAR
===================================== */
@media (max-width: 991px) {
  .header .row.d-none.d-lg-flex {
    display: none;
  }
  .header .row.d-lg-none.mobile-header {
    display: flex;
    padding: 20px 15px;
  }

  .mobile-menu-trigger {
    background: none;
    border: none;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    padding: 0;
  }

  .mobile-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #FDFAF5;
    box-shadow: -2px 0 15px rgba(0,0,0,0.1);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }
  
  .mobile-sidebar.is-open {
    transform: translateX(0);
  }

  .mobile-sidebar .mainmenu {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px 20px 20px;
  }

  .mobile-sidebar .mainmenu li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .mobile-sidebar .mainmenu li a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 10px 0 0 0;
    display: block;
    transition: color 0.3s ease-in-out;
  }

  .mobile-sidebar .mainmenu li a:hover {
    color: #FFD200;
  }

  .mobile-sidebar .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    padding-left: 0;
    box-shadow: none;
    background-color: transparent;
  }

  .mobile-sidebar .dropdown-menu .row,
  .mobile-sidebar .dropdown-menu .col-5,
  .mobile-sidebar .dropdown-menu .col-7 {
      display: block;
      width: 100%;
  }

  .mobile-sidebar .dropdown-menu h4 {
    margin-top: 10px;
    font-size: 12px; 
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
  }

  .mobile-sidebar .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 12px; 
  }

  .mobile-sidebar .dropdown-menu ul li a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    line-height: 1;
  }

  .mobile-sidebar .dropdown-menu ul li a:hover{
    font-weight: 600;
  }

  .mobile-sidebar .sidebar-logo {
      text-align: left;
  }
  
  .mobile-sidebar .sidebar-logo img {
      max-width: 200px;
      text-align: left;
      padding-left: 20px;
  }

  .mobile-sidebar .sidebar-social {
      display: flex;
      justify-content:last baseline;
      gap: 10px;
      padding-left: 20px;
      margin-top: 135vh;
  }
  
  .mobile-sidebar .sidebar-social a {
      font-size: 24px;
      color: #000;
      transition: all 0.3s ease-in-out;
      margin: 0 10px;
  }

  .mobile-sidebar .sidebar-social a:hover {
      color: #FFD200;
      transform: scale(1.1);
  }
}

@media (min-width: 992px) {
  .mobile-sidebar {
    display: none !important;
  }
}

/* Modal Pup Up */
.modal-partner {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-content-partner {
    background-color: #fff;
    margin: 5% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-body-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-body-partner .divider {
    width: auto;
    height: 2px;
    background-color: #FFD200; 
    margin: 0 auto 10px; 
}

.modal-image-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid #ffd200;
}

.modal-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-text-container {
    width: 100%;
}

.modal-text-container h4 {
    font-size: 24px;
    font-weight: 700;
}

.modal-text-container p {
    font-size: 16px;
    margin-bottom: 10px;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .modal-content-partner {
        width: 95%;
        max-width: 80vw;
        padding: 20px 10px;
        margin: 10% auto;
    }
    .modal-image-container {
        width: 100px;
        height: 150px;
        aspect-ratio: 1/1;
        margin-bottom: 15px;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid #ffd200;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .modal-text-container h4 {
        font-size: 18px;
    }
    .modal-text-container p {
        font-size: 12px;
    }
    .close-btn {
        font-size: 24px;
        top: 5px;
        right: 10px;
    }
}

/* Animasi */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}