* {
    /* border: 1px solid red; */
    /* background-color: #F4F4F4; */
}
.carousel-inner {
    min-height: 180px; /* Adjust this based on your tallest image */
}

.carousel-item .row {
    align-items: stretch; /* Makes all items in a row the same height */
}

.client-logo {
    max-width: 150px; /* Prevents oversized images */
    max-height: 100px; /* Ensures uniform height */
    width: auto;
    height: auto;
    object-fit: contain; /* Prevents stretching */
    padding: 10px; /* Adds spacing */
}

.client-dark {
    background-color: #414141;
    padding: 15px;
    border-radius: 8px;
}



.license-icon {
    width: 80px;
    /* Default for small screens */
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {

    /* Apply for md and larger */
    .license-icon {
        width: 150px;
        height: 150px;
    }
}

/* Services */

:root {
    /* --accordion-primary-color: #B9FF66; */
    --accordion-primary-color: #003366;
    --accordion-secondary-color: #191A23;
    --accordion-body-color: #F3F3F3;
}
.accordion-item {
    border: 1px solid var(--accordion-secondary-color);
    border-bottom: 3px solid var(--accordion-secondary-color);
    border-radius: 30px;
    overflow: hidden;
    /* padding: 20px; */
    background-color: var(--accordion-body-color);
}

.accordion-item .accordion-button {
    background-color: var(--accordion-body-color);
    padding: 20px 40px;
    border-bottom: 1px solid var(--accordion-secondary-color);
    /* Bagian sini */
}

.accordion-item .accordion-collapse.collapse.show,
.accordion-item .accordion-collapse.collapse.show {
    /* background-color: var(--accordion-primary-color); */
    transition: all 0.2s ease-in-out;
}

.accordion-title {
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: start; /* Align content to the left (default) */
}

/* When accordion is collapsed */
.accordion-button:not(.collapsed) .accordion-title {
    color: #F3F3F3; /* White color when expanded */
}

/* When accordion is expanded */
.accordion-button.collapsed .accordion-title {
    color: #191A23; /* Black color when collapsed */
}

.accordion-item .accordion-button:not(.collapsed) {
    color: var(--accordion-secondary-color);
    transition: all 0.2s ease-in-out;
    background-color: var(--accordion-primary-color) !important;
    box-shadow: none;
}

.accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion-item .accordion-collapse .accordion-body {
    padding: 20px 40px;
}

.accordion-item .accordian-numbers {
    font-size: 44px;
    padding-right: 20px;
}

.accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    height: 35px;
    width: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--accordion-secondary-color);
    background-color: var(--accordion-body-color);
    color: var(--accordion-secondary-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
}

.accordion-item .collapsing {
    transition: all 0.3s ease-in-out;
}

/* Services */


.btn-primary {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
    color: #fff;
    background-color: #002855;
    border-color: #002147;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #002855;
    border-color: #002147;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 51, 102, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 51, 102, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002147;
    border-color: #001a38;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(0, 51, 102, 0.5);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(0, 51, 102, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

textarea {
    resize: none;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

/* Footer Social Media */
.svg-inline--fa {
    vertical-align: -0.200em;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2.5rem;
    /* smaller width */
    height: 2.5rem;
    /* smaller height */
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.25rem;
    /* smaller font size */
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.25rem;
    /* adjusted border radius */
    transition: all 0.75s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-tiktok,
.fa-youtube,
.fa-instagram {
    font-size: 20px;
    /* smaller icon size */
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
    background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
    background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover,
.rounded-social-buttons .social-button.tiktok:focus {
    color: #000000;
    background: #fefefe;
    border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
    background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}