.square-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.square-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.square-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-overlay {
    margin-top: 30px;
}

.square-image:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.square-image-container {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn {
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: #537ae4; 
    border-color: #10245c;
}

.square-image-container .btn:hover {
    color: #fff;
    background-color: #132d75;
}

.btn:active {
    transform: translateY(1px);
}

/* New class for the card container */
.card-transition {
    position: relative;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.card-transition:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Image hover zoom effect */
.card-transition .card-img-top {
    transition: transform 0.3s ease;
}

.card-transition:hover .card-img-top {
    transform: scale(1.05);
}

/* Card body content transition */
.card-transition .card-body {
    transition: opacity 0.3s ease;
}

.card-transition:hover .card-body {
    opacity: 0.9;
}

/* Rating stars transition */
.card-transition .card-body ul li i {
    transition: color 0.3s ease;
}

.card-transition .card-body ul li i:hover {
    color: #ffc107;
}

/* Title transition */
.card-transition .card-body .h2 {
    transition: color 0.3s ease;
}

.card-transition:hover .card-body .h2 {
    color: #007bff;
}

/* Button hover effect */
.btn-transition {
    color: #000;
    background-color: #889acc;
    border-color: #10245c;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
}

.btn-transition:hover {
    color: #fff;
    font-weight: bold;
    background-color: #10245c;
    transform: translateY(-5px);
}

.btn-transition:active {
    transform: translateY(1px);
}

.btn-transition:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.jarak {
    margin-bottom: 10px;    
}

.map-wrapper {
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

.map-wrapper iframe {
    width: 80%;
    max-width: 800px;
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.collapse {
    transition: height 0.3s ease;
}

.collapse.show {
    transition: height 0.3s ease;
}

.line-border {
    border: solid #000 1px !important;
}

.templatemo-accordion ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.templatemo-accordion ul li:last-child {
    border-bottom: none;
}

.carousel-inner {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.thumbnail-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.thumbnail-container img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s;
}

.thumbnail-container img.active {
    border-color: #007bff;
}

.thumbnail-container img:hover {
    border-color: #007bff;
}

.contact-us {
    width: 60%;
    height: auto;
    margin: 50px;
}

.shadow {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 1);
}

.kedua-static-category-list {
    margin-bottom: 15px;
    padding-left: 0;
    border-bottom: 1px solid #ccc; /* Border at the bottom of the entire list */
}

.kedua-static-category-list li {
    padding: 6px 0;
    border-top: 1px solid #ddd; /* Gray line between items */
}

.kedua-static-category-list li:first-child {
    border-top: none; /* Remove the border for the first item */
}

.kedua-static-category-list a {
    font-size: 1.15rem !important; /* Much smaller font size */
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px !important; /* Reduce padding to match the smaller font */
    transition: color 0.3s ease;
}

.kedua-static-category-list a:hover {
    color: #007bff; /* Change color on hover */
}

ul.kedua-static-category-list {
    border: 1px solid #ddd; /* Light gray border */
    padding: 10px; /* Space inside the box */
    background-color: #f9f9f9; /* Light gray background */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

ul.kedua-static-category-list li {
    padding: 5px 0; /* Space between items */
}

ul.kedua-static-category-list li a {
    font-size: 0.8rem; /* Smaller font size */
    color: #333; /* Text color */
    text-decoration: none; /* No underline */
    display: block; /* Ensure clickable area */
    transition: color 0.3s ease; /* Smooth color transition */
}

ul.kedua-static-category-list li a:hover {
    color: #007bff; /* Change to blue on hover */
}

.kedua-collapse {
    max-height: 0px; /* Ensure dropdowns are closed by default */
    overflow: hidden;
    transition: max-height 0.3s ease-out; /* Smooth transition */
}

.kedua-category-link.active .dropdown-icon {
    transform: rotate(180deg); /* Optional: Rotate the icon when active */
    transition: transform 0.3s ease;
}

.kedua-collapse.show {
    max-height: 500px; /* Adjust this value based on the content size */
    padding-top: 5px;  /* Add padding for a smoother look */
    padding-bottom: 5px;
}

.kedua-category-link {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    transition: color 0.3s ease;
}

.kedua-category-link:hover {
    color: #007bff; /* Add a hover effect for better UI */
}

.kedua-dropdown-icon {
    transition: transform 0.3s ease;
}

.kedua-collapse.show + .kedua-dropdown-icon {
    transform: rotate(180deg); /* Rotate the dropdown icon when opened */
}

.bold {
    font-weight: bolder !important;
}

.jarak-atas {
    margin-top: 10px !important;
}