@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,700;0,800;0,900;1,100;1,400;1,700;1,800;1,900&display=swap');

:root {
    --bs-blue: #E1BE50;
    --bs-indigo: #5800e8;
    --bs-purple: #6900c7;
    --bs-pink: #e30059;
    --bs-red: #e81500;
    --bs-orange: #f76400;
    --bs-yellow: #f4a100;
    --bs-green: #00ac69;
    --bs-teal: #00ba94;
    --bs-cyan: #00cfd5;
    --bs-white: #fff;
    --bs-gray: #69707a;
    --bs-gray-dark: #363d47;
    --bs-gray-100: #f2f6fc;
    --bs-gray-200: #e0e5ec;
    --bs-gray-300: #d4dae3;
    --bs-gray-400: #c5ccd6;
    --bs-gray-500: #a7aeb8;
    --bs-gray-600: #69707a;
    --bs-gray-700: #4a515b;
    --bs-gray-800: #363d47;
    --bs-gray-900: #212832;
    --bs-primary: #FFD700;
    --bs-secondary: #6900c7;
    --bs-success: #00ac69;
    --bs-info: #00cfd5;
    --bs-warning: #f4a100;
    --bs-danger: #e81500;
    --bs-light: #f2f6fc;
    --bs-dark: #212832;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-red: #e81500;
    --bs-orange: #f76400;
    --bs-yellow: #f4a100;
    --bs-green: #00ac69;
    --bs-teal: #00ba94;
    --bs-cyan: #00cfd5;
    --bs-blue: #E1BE50;
    --bs-indigo: #5800e8;
    --bs-purple: #6900c7;
    --bs-pink: #e30059;
    --bs-red-soft: #f1e0e3;
    --bs-orange-soft: #f3e7e3;
    --bs-yellow-soft: #f2eee3;
    --bs-green-soft: #daefed;
    --bs-teal-soft: #daf0f2;
    --bs-cyan-soft: #daf2f8;
    --bs-blue-soft: #dae7fb;
    --bs-indigo-soft: #e3ddfa;
    --bs-purple-soft: #e4ddf7;
    --bs-pink-soft: #f1ddec;
    --bs-primary-soft: #dae7fb;
    --bs-secondary-soft: #e4ddf7;
    --bs-success-soft: #daefed;
    --bs-info-soft: #daf2f8;
    --bs-warning-soft: #f2eee3;
    --bs-danger-soft: #f1e0e3;
    --bs-primary-rgb: 255, 215, 0;
    --bs-secondary-rgb: 105, 0, 199;
    --bs-success-rgb: 0, 172, 105;
    --bs-info-rgb: 0, 207, 213;
    --bs-warning-rgb: 244, 161, 0;
    --bs-danger-rgb: 232, 21, 0;
    --bs-light-rgb: 242, 246, 252;
    --bs-dark-rgb: 33, 40, 50;
    --bs-black-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-red-rgb: 232, 21, 0;
    --bs-orange-rgb: 247, 100, 0;
    --bs-yellow-rgb: 244, 161, 0;
    --bs-green-rgb: 0, 172, 105;
    --bs-teal-rgb: 0, 186, 148;
    --bs-cyan-rgb: 0, 207, 213;
    --bs-blue-rgb: 0, 97, 242;
    --bs-indigo-rgb: 88, 0, 232;
    --bs-purple-rgb: 105, 0, 199;
    --bs-pink-rgb: 227, 0, 89;
    --bs-red-soft-rgb: 241, 224, 227;
    --bs-orange-soft-rgb: 243, 231, 227;
    --bs-yellow-soft-rgb: 242, 238, 227;
    --bs-green-soft-rgb: 218, 239, 237;
    --bs-teal-soft-rgb: 218, 240, 242;
    --bs-cyan-soft-rgb: 218, 242, 248;
    --bs-blue-soft-rgb: 218, 231, 251;
    --bs-indigo-soft-rgb: 227, 221, 250;
    --bs-purple-soft-rgb: 228, 221, 247;
    --bs-pink-soft-rgb: 241, 221, 236;
    --bs-primary-soft-rgb: 224, 190, 79;
    --bs-secondary-soft-rgb: 228, 221, 247;
    --bs-success-soft-rgb: 218, 239, 237;
    --bs-info-soft-rgb: 218, 242, 248;
    --bs-warning-soft-rgb: 242, 238, 227;
    --bs-danger-soft-rgb: 241, 224, 227;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 105, 112, 122;
    --bs-body-bg-rgb: 242, 246, 252;
    --bs-font-sans-serif: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #69707a;
    --bs-body-bg: #f2f6fc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #565656;
    overflow-x: hidden;
    background-color: #F2F2F2;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a:hover {
    color: #005600;
}
a {
    transition: all 0.3s ease-out 0s;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
i,
span,
a {
    display: inline-block;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0px;
    color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 48px;
}
.section-title span {
    color: #118611;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    margin: 0px;
}

.bg-gendaris {
    background-color: #118611 !important;
}

.bg-gray-100 {
    background-color: #f2f6fc !important;
}

.bg-gray-200 {
    background-color: #e0e5ec !important;
}

.bg-gray-300 {
    background-color: #d4dae3 !important;
}

.bg-gray-400 {
    background-color: #c5ccd6 !important;
}

.bg-gray-500 {
    background-color: #a7aeb8 !important;
}

.bg-gray-600 {
    background-color: #69707a !important;
}

.bg-gray-700 {
    background-color: #4a515b !important;
}

.bg-gray-800 {
    background-color: #363d47 !important;
}

.bg-gray-900 {
    background-color: #212832 !important;
}

.bg-white-25 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.text-gray-100 {
    color: #f2f6fc !important;
}

.text-gray-200 {
    color: #e0e5ec !important;
}

.text-gray-300 {
    color: #d4dae3 !important;
}

.text-gray-400 {
    color: #c5ccd6 !important;
}

.text-gray-500 {
    color: #a7aeb8 !important;
}

.text-gray-600 {
    color: #69707a !important;
}

.text-gray-700 {
    color: #4a515b !important;
}

.text-gray-800 {
    color: #363d47 !important;
}

.text-gray-900 {
    color: #212832 !important;
}

.text-gold {
    color: rgb(218, 186, 4);
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-red-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-teal-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-cyan-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-pink-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.error {
    color: orangered;
}

.success {
    color: #fff;
}

.primary-gendaris {
    color: #118611;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-sm {
    font-size: 0.75rem;
}

.badge-md {
    font-size: 1rem;
}

.badge-lg {
    font-size: 1.25rem;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background-color: #118611;
    overflow: hidden;
}
.main-btn.btn-unduh img{
    width: 40px;
    height: 40px;
}
.main-btn.btn-unduh{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 24px 6px 12px;
}

.main-btn:hover {
    color: #fff;
}

.btn-hover {
    position: relative;
    overflow: hidden;
}

.btn-hover::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    padding: 50%;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn-hover:hover::after {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.3);
    transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.scroll-top {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #FFD700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.whatsapp-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.whatsapp-contact:hover{
    text-decoration: underline;
}

.scroll-top:hover {
    color: #000;
    background: rgba(255, 215, 0, .85);
}

/*===== All Preloader Style =====*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
    transition: opacity 0.3s ease-out;
}

.preloader .loader img {
    width: 180px;
    height: 180px;
}

/*===== NAVBAR =====*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 17px 0;
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: #006400;
    font-weight: 600;
}

.sticky .navbar .navbar-nav .nav-item a::before {
    background: #006400;
}

.sticky .navbar .navbar-toggler .toggler-icon {
    background: #005600;
}

.navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    padding: 20px 0;
}
.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-brand.logo-responsive img {
    max-width: 60px;
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAxIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDIiPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA1MTAgNTExIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCI+PHBhdGggZmlsbD0iIzAwNTYwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTU2IDE4MUgzNTZWMTY2SDE1NlYxODF6TTIyOC45ODMgMjU2LjM1MkwzNTUuOTk5IDI1NiAzNTUuOTU3IDI0MSAyMjguOTQxIDI0MS4zNTIgMjI4Ljk4MyAyNTYuMzUyek0xNTUuOTk2IDMzMUgzNTUuOTk2VjMxNkgxNTUuOTk2VjMzMXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgY2xhc3M9ImNvbG9yMDAwIHN2Z1NoYXBlIj48L3BhdGg+PC9zdmc+PC9nPjwvc3ZnPg==);
    width: 36px;
    height: 36px;
}

.navbar-nav .nav-item {
    position: relative;
    margin-left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}

.navbar-nav .nav-item a.active {
    color: #006400;
    font-weight: 600;
}

.navbar-nav .nav-item .main-btn {
    font-weight: 700;
    padding: 10px 24px;
    font-size: 16px;
    color: #fff;
}

.navbar-nav .nav-item .main-btn:hover {
    color: #fff;
}

.navbar-nav .nav-item .main-btn::before {
    display: none;
}

.navbar-nav .nav-item a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #006400;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    opacity: 0;
}

.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
    opacity: 1;
}

.hero-section {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.hero-section .container.rounded-box {
    background-image: url("../img/hero/hero-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
}

.download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.download li:first-child {
    margin-right: 20px;
}

.download li a {
    display: inline-flex;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 15px;
    align-items: center;
}

.download li a .icon {
    font-size: 30px;
    color: #005db5;
    margin-right: 10px;
}

.download li a .text {
    font-size: 10px;
    color: #60698D;
}

.download li a .text b {
    color: #1D2A5D;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.hero-section .hero-content h1 {
    font-size: 54px;
    color: #000;
}

.hero-section .hero-content a img,
.footer-widget a img{
    width: 200px;
}

.hero-section .hero-content p {
    color: #000;
    font-size: 20px;
    line-height: inherit;
}

.hero-section .hero-content .main-btn {
    background: #fff;
    color: #005600;
    ;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 52px;
}

.hero-section .hero-img,
.intro-section .header-image {
    position: relative;
    text-align: right;
    z-index: 4;
}

.hero-section .hero-img img {
    position: relative;
    z-index: 5;
    width: 500px;
}

.intro-section .header-image img {
    position: relative;
    z-index: 5;
    width: 500px;
}

.container.rounded-box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px;
}

.feature-section .single-feature {
    text-align: center;
    padding: 12px;
}

#feature .single-feature .icon img {
    width: 200px;
}

.feature-section .single-feature p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

#feature h1 {
    font-size: 48px;
}

.intro-section h1,
.intro-section-2 h1,
.intro-section-3 h1,
.faq-section h1,
.about-section h1,
#pengurus .section-title h1{
    font-size: 42px;
}

.hero-section .hero-content p,
#pengurus .section-title p,
#feature .section-title p,
#intro-2 .header-hero-content p,
#intro-sembaco .header-hero-content p,
#intro-3 .header-hero-content p,
.footer-widget p, 
.footer .widget-wrapper .footer-widget .links li a,
.footer-widget .contact-list li .contact-info .info-content .text,
.footer .copy-right-wrapper .copy-right p  {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

#aboutus .container.rounded-box {
    padding: 0;
    overflow: hidden;
}

#aboutus img.gendaris-logo {
    width: 300px;
}

#aboutus .left-side {
    background-color: #005600;
    color: #fff;
    padding: 36px 60px;
}

#aboutus .right-side {
    padding: 36px 48px;
}

ul.about-us,
ul.faq {
    list-style-type: inherit;
}

ul.about-us li {
    font-size: 18px;
    margin-left: 18px;
}

ul.faq li {
    font-size: 1rem;
    margin-left: 14px;
}

.single-department {
    margin-bottom: 55px;
}

.single-department span {
    width: 12px;
    height: 12px;
    background: #005600;
    ;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(72, 124, 255, 0.34);
    margin-bottom: 25px;
}

.single-department h3 {
    margin-bottom: 20px;
}

.steps-content {
    margin-left: 70px;
}

.steps-content .single-department {
    margin-bottom: 35px;
}

.faq-section .faq-wrapper {
    margin-right: 50px;
}

.faq-section .single-faq {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px rgba(142, 142, 142, 0.16);
}

.faq-section .single-faq button {
    background: #fff;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    padding: 18px 25px;
    padding-right: 45px;
    position: relative;
    color: #006400;
}

.faq-section .single-faq button.collapsed {
    opacity: .8;
}

.faq-section .single-faq button.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-section .single-faq button::after {
    content: '';
    position: absolute;
    top: 27px;
    right: 25px;
    border-top: 9px solid #006400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-section .single-faq .faq-content {
    padding: 7px 25px 18px;
}

.faq-section .faq-image img {
    width: 100%;
}

.footer {
    padding-top: 40px;
    padding-bottom: 24px;
}

.footer .container.rounded-box {
    background-color: #006400;
    border-radius: 32px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 48px;
}

.footer .widget-wrapper .footer-widget {
    margin-bottom: 10px;
}

.footer .widget-wrapper .footer-widget h3 {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer .widget-wrapper .footer-widget .links li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer .widget-wrapper .footer-widget .links li a:hover {
    padding-left: 6px;
}

.footer .widget-wrapper .footer-widget .download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .widget-wrapper .footer-widget .download li:first-child {
    margin-right: 20px;
}

.footer .widget-wrapper .footer-widget .download li a {
    display: inline-flex;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 15px;
    align-items: center;
}
.footer .widget-wrapper .col-xl-3,
.footer .widget-wrapper .col-xl-6 {
    height: fit-content;
}

.footer .footer-widget img {
    width: 200px;
}

.footer .widget-wrapper .footer-widget .download li a .icon {
    font-size: 30px;
    color: #1D2A5D;
    margin-right: 10px;
}

.footer .widget-wrapper .footer-widget .download li a .text {
    font-size: 10px;
    color: #60698D;
}

.footer .widget-wrapper .footer-widget .download li a .text b {
    color: #1D2A5D;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.footer .copy-right-wrapper {
    border-top: 2px solid rgba(255, 255, 255, 0.17);
    padding: 25px 0;
}

.footer .copy-right-wrapper .copy-right p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
}

.footer .copy-right-wrapper .copy-right p a {
    color: inherit;
}

.footer .copy-right-wrapper .copy-right p a:hover {
    color: #fff;
}

.footer .copy-right-wrapper .socials ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .copy-right-wrapper .socials ul li {
    background: rgba(255, 255, 255, .2);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

.footer .copy-right-wrapper .socials ul li a {
    color: rgba(255, 255, 255);
    font-size: 20px;
    display: flex;
}

.footer .copy-right-wrapper .socials ul li a:hover {
    color: #fff;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-205 {
    margin-top: 205px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-215 {
    margin-top: 215px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-225 {
    margin-top: 225px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.single-services .services-icon {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.single-services .services-icon i {
    font-size: 46px;
    line-height: 79px;
    color: #fff;
}

.single-services .services-icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 50%;
    z-index: -1;
}

.single-services .services-content {
    margin-top: 35px;
}

.single-services.services-color-4 .services-icon {
    background-color: #FFD700;
}

.single-services.services-color-4 .services-icon::before {
    background-color: rgba(255, 215, 0, .2);
}

#intro-2 h4 {
    font-weight: normal;
}

.footer-widget .contact-list li .contact-info .info-content .text {
    color: rgba(255, 255, 255);
    font-size: 16px;
}

.footer-widget .contact-list li .contact-info .info-content .text a {
    color: rgba(255, 255, 255);
    font-size: 16px;
}

.footer-widget .contact-list li .contact-info .info-content .text a:hover {
    text-decoration: underline;
}

.footer-widget .contact-list h5 {
    color: #fff;
    font-weight: 600;
}

.footer-widget p {
    color: #ffffff;
}

.pricing-columns .pricing-columns-price {
    font-size: 2rem;
    color: #212832;
}

.pricing-columns .pricing-columns-price span {
    font-weight: normal;
    font-size: 1rem;
    color: #69707a;
}

.pricing-columns .list-group-flush .list-group-item {
    display: flex;
    align-items: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33, 40, 50, 0.125);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border-radius: 0.35rem;
}

.card.recommended {
    border: 2px solid #118611;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.card.card-ki {
    background-color: rgba(17, 134, 17, .075);
    border: 1px solid rgba(17, 134, 17, .5);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.35rem 1.35rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.35rem;
}

.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}

.card-footer {
    padding: 1rem 1.35rem;
    background-color: rgba(33, 40, 50, 0.03);
    border-top: 1px solid rgba(33, 40, 50, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}

.card-header-tabs {
    margin-right: -0.675rem;
    margin-bottom: -1rem;
    margin-left: -0.675rem;
    border-bottom: 0;
}

.card-header-tabs .nav-link.active {
    background-color: #fff;
    border-bottom-color: #fff;
}

.card-header-pills {
    margin-right: -0.675rem;
    margin-left: -0.675rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0.35rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.card-group>.card {
    margin-bottom: 0.75rem;
}

.switch-wrapper {
    display: flex;
    position: relative;
    width: 300px;
    background: #f3f3f3;
    border-radius: 30px;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.switch-wrapper input {
    display: none;
}

.switch-wrapper label {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    background: rgba(255, 215, 0, .7);
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

#cariOrang:checked~.highlighter {
    left: 50%;
}

/* Pusat Bantuan */
.knowledge-base-page .pusat-bantuan .bd-links-nav button.nav-link {
    color: #000;
    width: 100%;
    padding: 12px;
}
.knowledge-base-page .pusat-bantuan .bd-links-nav button.nav-link.active {
    background-color: rgba(17, 134, 17, .15);
    color: #000;
    font-weight: 500;
}
.knowledge-base-page .trigger-side {
    position: sticky;
    top: 120px;
}
.knowledge-base-page .pusat-bantuan .card {
    border: none;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.knowledge-base-page .pusat-bantuan .card.privacy-policy-content,
.knowledge-base-page .pusat-bantuan .card.refund-policy-content,
.knowledge-base-page .pusat-bantuan .card.delete-policy-content,
.knowledge-base-page .pusat-bantuan .card.help-content,
.knowledge-base-page .pusat-bantuan .card.report-content,
.knowledge-base-page .pusat-bantuan .card.faq-content {
    padding: 20px 30px;
}
.knowledge-base-page .pusat-bantuan .card p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-align: justify;
}
.knowledge-base-page .pusat-bantuan .card.trigger-side {
    border: none;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    height: auto;
}
.knowledge-base-page .pusat-bantuan .list-unstyled {
    margin: 0;
    padding: 0;
}
.knowledge-base-page .pusat-bantuan .list-unstyled.menunya {
    margin: 6px 12px
}
.knowledge-base-page .search-container {
    position: relative;
}
.knowledge-base-page .search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 45px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.knowledge-base-page .search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #118611;
    font-size: 18px;
    font-weight: 800;
}
.knowledge-base-page .faq-wrapper {
    margin-right: 0;
}
.knowledge-base-page .faq-section .single-faq {
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px rgba(142, 142, 142, 0.16);
}
.knowledge-base-page .faq-section .single-faq button {
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #000;
}
.knowledge-base-page .faq-section .single-faq .faq-content {
    padding-top: 0;
}
.knowledge-base-page .pusat-bantuan ol.list-group li {
    border: none;
    border-radius: 0;
    background: transparent;
    text-align: justify;
}

#pengurus .single-feature .icon img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#pengurus .single-feature .content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
#pengurus .container.rounded-box{
    background-color: #EFFBEE;
}
#pengurus .pengurus-img {
    width: 100%;
    max-width: 240px;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#pengurus h5{
    color:#005600;
    font-size: 24px;
    margin-top: 24px;
    padding-bottom: 12px;
}
 



/* Responsive */
    /* Responsiveness for Larger Screen */
    @media (min-width: 1368px) and (max-width: 1439px) {
        .hero-section .container.rounded-box,
        .footer .container.rounded-box {
            max-width: 90%;
        }
        .container.rounded-box {
            max-width: 90%;
        }
    }
 
    /* Responsiveness for iPad, Tablet */
    @media (min-width: 991px) and (max-width: 1200px) {
        .container.container-custom-resize{
            max-width: 1000px;
        }
        .navbar-nav .nav-item {
            margin-left: 16px;
        }
        .navbar-nav .nav-item:last-child {
            margin-left: 32px;
        }
        .navbar-nav .nav-item a {
            font-size: 14px;
        }
        .navbar-nav .nav-item a.main-btn {
            font-size: 16px;
            padding: 10px 18px;
        }
        .main-btn{
            padding: 6px 24px;
            font-size: 16px;
        }
        .main-btn.btn-unduh{
            padding: 6px 18px 6px 10px;
            font-size: 16px;
        }
        .hero-section .hero-img img,
        .intro-section .header-image img{
            width: 400px;
        }
        .hero-section .container.rounded-box,
        .footer .container.rounded-box,
        .container.rounded-box {
            border-radius: 30px;
            padding: 0 24px;
            max-width: 95%;
        }
        .footer .container.rounded-box{
            padding: 48px 30px 30px 30px;
        }
        .hero-section .hero-content h1 {
            font-size: 42px;
        }
        .hero-section .hero-content p,
        #aboutus .header-hero-content p,
        #pengurus .section-title p,
        #feature .section-title p,
        #intro-2 .header-hero-content p,
        #intro-sembaco .header-hero-content p,
        #intro-3 .header-hero-content p,
        .footer-widget p {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
        }
        
        .hero-section .hero-content img{
            width: 200px;
        }
        #aboutus .right-side h3{
            font-size: 18px;
        }
        #aboutus .right-side .card-ki h5,
        #aboutus .right-side .card-ki p,
        #aboutus .right-side .card-ki li{
            font-size: 14px;
        }
        #pengurus .single-feature h5,
        #feature .single-feature h3{
            font-size: 18px;
            padding-bottom: 8px;
        }
        #pengurus .single-feature p,
        #feature .single-feature p,
        .list-group.list-group-flush li{
            font-size: 14px;
            line-height: inherit;
        }
        #feature.feature-section .single-feature .icon {
            margin: 0 auto 24px;
        }
        .pricing-columns .card-header{
            padding: 1rem 0;
        }
        .knowledge-base-page .pusat-bantuan .card.privacy-policy-content,
        .knowledge-base-page .pusat-bantuan .card.refund-policy-content,
        .knowledge-base-page .pusat-bantuan .card.delete-policy-content,
        .knowledge-base-page .pusat-bantuan .card.help-content,
        .knowledge-base-page .pusat-bantuan .card.report-content,
        .knowledge-base-page .pusat-bantuan .card.faq-content {
            padding: 18px 24px;
        }
        .knowledge-base-page .pusat-bantuan .card p,
        .faq-section .single-faq .faq-content {
            font-size: 14px;
        }
        .knowledge-base-page .faq-section .single-faq button {
            font-size: 16px;
        }
        .faq-section .faq-wrapper {
            margin-right: 0;
        }
        .knowledge-base-page .offcanvas-lg.offcanvas-end {
            position: fixed;
            top: 0;
            z-index: var(--bs-offcanvas-zindex);
        }
        .offcanvas-lg {
            position: fixed;
            bottom: 0;
            z-index: var(--bs-offcanvas-zindex);
            display: flex;
            flex-direction: column;
            max-width: 100%;
            color: var(--bs-offcanvas-color);
            visibility: hidden;
            background-color: var(--bs-offcanvas-bg);
            background-clip: padding-box;
            outline: 0;
            transition: transform .3s ease-in-out;
        }
    }
    @media (min-width: 600px) and (max-width: 990px) {
        .navbar {
            position: relative;
        }
        .navbar-nav .nav-item a {
            font-size: 14px;
            padding: 10px 0;
        }
        .navbar-nav .nav-item a.main-btn {
            font-size: 16px;
            padding: 10px 18px;
        }
        .navbar-nav .nav-item .main-btn::before {
            display: none;
        }
        .navbar-nav .nav-item a::before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #006400;
            position: absolute;
            bottom: 0;
            left: 50%;
            transition: all 0.3s ease-out 0s;
            z-index: -1;
            opacity: 0;
        }
        .navbar {
            padding: 18px 32px;
        }
        .sticky .navbar {
            padding: 18px 32px;
        }
        .container.container-custom-resize{
            max-width: 1000px;
        }
        .navbar-nav .nav-item {
            margin-left: 16px;
        }
        .navbar-nav .nav-item:last-child {
            margin-left: 32px;
        }
        .navbar-nav .nav-item a {
            font-size: 14px;
        }
        .navbar-nav .nav-item a.main-btn {
            font-size: 16px;
            padding: 10px 18px;
        }
        .main-btn{
            padding: 6px 24px;
            font-size: 16px;
        }
        .main-btn.btn-unduh{
            padding: 6px 18px 6px 10px;
            font-size: 16px;
            margin: 0 auto;
        }
        .hero-section .hero-img img,
        .intro-section .header-image img{
            width: 300px;
        }
        .hero-section .container.rounded-box,
        .footer .container.rounded-box,
        .container.rounded-box {
            border-radius: 30px;
            padding: 24px 36px;
            max-width: 90%;
        }
        .footer .container.rounded-box{
            padding: 48px 30px 30px 30px;
        }
        .hero-section .hero-content h1 {
            font-size: 42px;
        }
        .hero-section .hero-content p,
        #aboutus .header-hero-content p,
        #pengurus .section-title p,
        #feature .section-title p,
        #intro-2 .header-hero-content p,
        #intro-sembaco .header-hero-content p,
        #intro-3 .header-hero-content p,
        .footer-widget p, 
        .footer .widget-wrapper .footer-widget .links li a,
        .footer-widget .contact-list li .contact-info .info-content .text,
        .footer .copy-right-wrapper .copy-right p  {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }
        .hero-section .hero-content img{
            width: 200px;
        }
        #aboutus .right-side h3{
            font-size: 18px;
        }
        #aboutus .right-side .card-ki h5,
        #aboutus .right-side .card-ki p,
        #aboutus .right-side .card-ki li{
            font-size: 14px;
        }
        #pengurus .single-feature h5,
        #feature .single-feature h3{
            font-size: 18px;
            padding-bottom: 8px;
        }
        #pengurus .single-feature p,
        #feature .single-feature p,
        .list-group.list-group-flush li{
            font-size: 14px;
            line-height: inherit;
        }
        #feature.feature-section .single-feature .icon {
            margin: 0 auto 24px;
        }
        .pricing-columns .card-header{
            padding: 1rem 0;
        }
        .feature-section .single-feature {
            padding: 8px;
        }
        .footer .copy-right-wrapper{
            padding: 25px 0 0 0;
        }
        .header-hero-content, 
        .hero-section .hero-content,
        #aboutus .left-side,
        .header-hero-content p,
        .header-hero-content a,         
        #aboutus .right-side h5,
        #aboutus .right-side h3{
            text-align: center !important;
        }
        #intro-2 .header-title{
            margin-top: 24px;
        }
        .knowledge-base-page .pusat-bantuan .card.privacy-policy-content,
        .knowledge-base-page .pusat-bantuan .card.refund-policy-content,
        .knowledge-base-page .pusat-bantuan .card.delete-policy-content,
        .knowledge-base-page .pusat-bantuan .card.help-content,
        .knowledge-base-page .pusat-bantuan .card.report-content,
        .knowledge-base-page .pusat-bantuan .card.faq-content {
            padding: 18px 24px;
        }
        .knowledge-base-page .pusat-bantuan .card p,
        .faq-section .single-faq .faq-content {
            font-size: 14px;
        }
        .knowledge-base-page .faq-section .single-faq button {
            font-size: 16px;
        }
        .faq-section h1 {
            font-size: 32px;
        }
        .faq-section .faq-wrapper {
            margin-right: 0;
        }
    }

    /* Mobile Device */
    @media (min-width: 300px) and (max-width: 768px) {
        .navbar-nav .nav-item {
            align-items: start;
            justify-content: start;
            text-align: left;
        }
        .navbar-nav .nav-item a::before {
            left: -10px;
            bottom: 16px;
        }
        .navbar-area .container {
            max-width: 100%;
        }
        .navbar-nav .nav-item {
            margin-left: 20px;
        }
        .knowledge-base-page .pusat-bantuan .card.privacy-policy-content,
        .knowledge-base-page .pusat-bantuan .card.refund-policy-content,
        .knowledge-base-page .pusat-bantuan .card.delete-policy-content,
        .knowledge-base-page .pusat-bantuan .card.help-content,
        .knowledge-base-page .pusat-bantuan .card.report-content,
        .knowledge-base-page .pusat-bantuan .card.faq-content {
            padding: 12px 16px;
        }
        .knowledge-base-page .pusat-bantuan h1 {
            font-size: 24px;
        }

        .knowledge-base-page .pusat-bantuan .card.faq-content,
        .knowledge-base-page .pusat-bantuan .card.refund-policy-content p,
        .knowledge-base-page .pusat-bantuan .card.privacy-policy-content p,
        .knowledge-base-page .pusat-bantuan .card.delete-policy-content p {
            font-size: 14px;
        }

        .knowledge-base-page .faq-section .single-faq button {
            font-size: 16px;
            padding: 12px 40px 12px 18px;
        }

        .offcanvas-lg {
            max-width: 60%;
        }
        
        .knowledge-base-page .pusat-bantuan .offcanvas-lg .offcanvas-body .bd-links-nav button.nav-link {
            padding: 8px;
        }
        .knowledge-base-page .pusat-bantuan .offcanvas-lg .offcanvas-body .list-unstyled.menunya {
            margin: 0;
        }
        #faq h2{
            font-size: 24px;
        }
        .footer .row > div{
            margin-bottom: 18px;
        }
        .footer-widget .contact-list li .contact-info .info-content .text {
            color: rgba(255, 255, 255);
            font-size: 14px;
        }
        .footer-widget p {
            margin-bottom: 0 !important;
        }
        .footer .copy-right-wrapper .copy-right p {
            margin-bottom: 0;
            font-size: 14px;
        }
        .hero-section .hero-content p,
        #aboutus .header-hero-content p,
        #pengurus .section-title p,
        #feature .section-title p,
        #intro-2 .header-hero-content p,
        #intro-sembaco .header-hero-content p,
        #intro-3 .header-hero-content p,
        .footer-widget p, 
        .footer .widget-wrapper .footer-widget .links li a,
        .footer-widget .contact-list li .contact-info .info-content .text,
        .footer .copy-right-wrapper .copy-right p  {
            font-size: 14px;
            font-weight: 500;
            line-height: inherit;
        }
        .hero-section .container.rounded-box,
        .footer .container.rounded-box {
            border-radius: 20px;
            max-width: 95%;
            padding: 0 18px;
        }
        .container.rounded-box {
            border-radius: 20px;
            max-width: 95%;
            padding: 0 18px;
        }
        .hero-section .hero-content h1 {
            font-size: 32px;
        }
        .intro-section h1, .intro-section-2 h1, .intro-section-3 h1, .faq-section h1, .about-section h1, #feature h1, #pengurus .section-title h1 {
            font-size: 24px;
        }
        .feature-section .single-feature {
            padding: 12px;
        }
        #pengurus h5 {
            font-size: 18px;
            padding-bottom: 0;
        }
        #pengurus .single-feature .icon img {
            width: 180px;
            height: 180px;
        }
        .main-btn.btn-unduh{
            padding: 2px 18px 2px 10px;
            font-size: 16px;
            margin: 0 auto;
        }
        #aboutus img.gendaris-logo {
            width: 200px;
        }
        #aboutus .left-side {
            padding: 24px 36px;
        }
        #offCanvasResponsiveMenu .navbar-nav .nav-item a {
            padding: 10px 0;
        }
        #offCanvasResponsiveMenu .navbar-nav .nav-item a::before {
            content: '';
            width: 10px;
            height: 20px;
            border-radius: 0;
            background: #006400;
            position: absolute;
            top: 26%;
            left: -24px;
            transition: all 0.3s ease-out 0s;
            z-index: -1;
            opacity: 0;
        }
        #offCanvasResponsiveMenu .navbar-nav .nav-item a:hover::before,
        #offCanvasResponsiveMenu .navbar-nav .nav-item a.active::before {
            opacity: 1;
        }
        .intro-section .header-image img {
            width: 300px;
        }
        .hero-section .hero-img img {
            width: 300px;
        }
        .faq-section .faq-wrapper {
            margin-right: 0;
        }
        .footer .copy-right-wrapper .socials ul {
            justify-content: center;
        }
    }
/* End of Responsive */