 /*start global*/
 * {
     padding: 0;
     padding-top: 5px;
     padding-bottom: 5px;
 }

 @media (max-width: 767.98px) {
    body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

 body,
 html {
     height: 100%;
     font-family: 'Plus Jakarta Sans', sans-serif;
     line-height: 1.6;
     color: #000;
     background: #fff;
 }

 .colorLogo {
     color: #6A0DAD;
 }


 .btn {
     margin-top: 1rem;
     display: inline-block;
     padding: 0.75rem 1.5rem;
     background-color: #662D91;
     color: #fff;
     border-radius: 6px;
     text-decoration: none;
     font-weight: 600;
     align-self: flex-start;
     width: 190px;
     text-align: center;
     font-size: small;
 }


 @media (max-width: 576px) {
     .btn {
         width: 100%;
     }
 }

 .img-rounded {
     border-radius: 25px !important;
 }

 /* Mobile: layar di bawah 768px */
 @media (max-width: 767.98px) {
     h1 {
         font-size: 1.55rem !important;
         /* Sekitar 28px */
     }
 }

 /* iPad / Tablet: layar antara 768px - 991.98px */
 @media (min-width: 768px) and (max-width: 991.98px) {
     h1 {
         font-size: 1.55rem !important;
         /* Sekitar 36px */
     }

     .col-md-5 {
         width: 34% !important;
     }

 }

 @media (min-width: 1200px) {
     .display-4 {
         font-size: 3.0rem !important;
     }
 }

 .underline {
     text-decoration: underline;
 }

 .mt-5 {
     margin-top: 1 rem !important;
 }

 .learnMoreSmall {
     font-size: 0.875rem;
     color: #6A0DAD !important;
     font-weight: 500;
     display: inline-flex;
     align-items: center;
     margin-top: 0.25rem;
     text-decoration: none;
 }

 .h-85 {
    height: 85% !important;
  }
 /*end global*/

 /*start mega menu*/
 .bg-gray-100 {
     background-color: #f3f4f6;
 }

 .tab-button {
     background-color: transparent;
     color: #000;
     font-weight: bold;
     border: none;
     border-radius: 0;
     padding: 0.75rem 1rem;
     text-align: left;
     margin-left: -20px;
 }

 .tab-button.active-tab {
     background-color: #fff;
     width: 118%;
     display: block;
     margin-left: -20px;
 }

 .tab-button:focus {
     box-shadow: none;
 }

 .tab-content {
     display: none;
 }

 .tab-content.active {
     display: block;
 }

 .show-on-hover:hover>.dropdown-menu {
     display: block;
     opacity: 1;
     visibility: visible;
 }

 .dropdown-menu.custom-mega-menu {
     display: none;
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.2s ease;
     top: 100% !important;
     right: 10px !important;
     width: 720px !important;
     position: absolute;
     margin-top: 0 !important;
     z-index: 9999;
     background-color: white;
 }



 /*end mega menu*/

 /*start menu mobile*/

 /* Hide mobile menu by default */
 @media (min-width: 992px) {
     .navbar-nav.mobile-only {
         display: none;
     }
 }

 /* Show mobile menu only on mobile view */
 @media (max-width: 991px) {
     .navbar-nav.desktop-only {
         display: none;
     }
 }

 .mobile-slide-menu {
     position: fixed;
     top: 0;
     right: -100%;
     width: 80%;
     max-width: 300px;
     height: 100vh;
     overflow-y: auto;
     background-color: #fff;
     box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
     z-index: 1050;
     transition: right 0.3s ease;
 }

 .mobile-slide-menu.show {
     right: 0;
 }


 .backdrop {
     display: none;
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.3);
     z-index: 1040;
 }

 .backdrop.show {
     display: block;
 }


 .navbar-toggler {
     border: none;
     color: #6f42c1;
 }


 .btn-close {
     background: transparent;
     border: none;
     color: #6f42c1;
     font-size: 1.5rem;
     cursor: pointer;
     z-index: 1060;
 }

 .nav-item {
     padding-top: 10px !important;
     padding-bottom: 0px important;
 }

 .nav-link {
     padding-top: 0px !important;
     padding-bottom: 0px important;
 }

 /*end menu mobile*/


 /*start home*/
 .corner-box {
     width: 15px;
     height: 15px;
     background: #D9D9D9;
     position: absolute;
     top: 0.5rem;
     left: 20px;
     border-radius: 2px;
 }

 .feature-box {
     background: #fff;
     border-radius: 12px;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
     position: relative;
     text-align: left;
     display: flex;
     flex-direction: column;
     flex: 1;
     height: auto;
     padding: 20px; 
 }

 .feature-box h5 {
     font-weight: 700;
     margin-top: 5px;
     margin-bottom: 0px;
 }

 .feature-box p {
     font-size: 0.95rem;
     color: #333;
 }

 /*end home*/


 /*start about us*/
 .why-list li {
     margin-bottom: 15px;
     padding-left: 24px;
     position: relative;
 }

 .why-list li::before {
     content: '✔';
     position: absolute;
     left: 0;
     color: #2ecc71;
 }

 .singleImg2 {
     height: 630px;
     width: 488px;
     object-fit: cover;
     border-radius: 12px;
     margin-left: -50px;
 }

 /*end about us*/


 /*start contact us*/
 .info-icons {
     display: flex;
     gap: 30px;
     font-size: 14px;
 }

 .info-icons div {
     display: flex;
     align-items: center;
     gap: 10px;
     font-weight: 600;
 }

 /*end contact us*/