.ht-feature-one .content p {
    max-width: 90% !important;
    text-align: justify;
}

.ht-feature-one .content h4 {
    padding: 0 10px;
}

.ht-footer-widget-one .logo {
    margin-bottom: -10px !important;
}

/**
 * logo
 */

.logo {
    width: 120px;
}

@media (max-width: 768px) {
    .logo {
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logo {
        width: 100px;
    }
}

.logo-footer {
    width: 150px;
}

@media (max-width: 768px) {
    .logo-footer {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logo-footer {
        width: 120px;
    }
}

/**
 * social
 */

.ht-footer-social-one {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
}

.social-link {
    display: flex;
    align-items: center;
    margin-left: 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-link:hover {
    color: #4caf50;
}

.social-text {
    font-size: 14px;
    font-weight: normal;
}

.footer-divider {
    width: 100%;
    border: 0;
    height: 1px;
    background-color: #555;
    margin: 10px 0;
}

/**
 * bilingual
 */

.language-toggle {
    display: flex;
    align-items: center;
    position: relative;
    width: 150px;
    background-color: #f0f0f0;
    border-radius: 25px;
    padding: 2px;
    overflow: hidden;
}

.toggle-button {
    flex: 1;
    background: transparent;
    border: none;
    padding: 2px 0;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    transition: color 0.3s;
}

.toggle-button.active {
    color: #fff;
    font-weight: bold;
}

.toggle-indicator {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #4195CB;
    border-radius: 25px;
    transition: transform 0.3s;
}

#indonesia.active ~ .toggle-indicator {
    transform: translateX(0);
}

#english.active ~ .toggle-indicator {
    transform: translateX(100%);
}

/**
 * contact us
 */

.text-muted {
    color: #eeeeee;
}

.ht-contact-form-one {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ht-contact-form-one input[type="checkbox"] {
    height: 14px;
}

.title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #4caf50;
    outline: none;
}

textarea {
    resize: vertical;
    height: 100px;
}

.form-checkbox {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.form-checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: auto;
    height: auto;
}

.form-checkbox label {
    font-size: 14px;
    color: #555;
}

.btn-submit {
    background-color: #4195CB;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
}

.btn-submit:hover {
    background-color: #3498db;
}

.btn-submit.loading {
    pointer-events: none;
}

.btn-submit .loader {
    position: absolute;
    right: 5%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    display: none;
    transition: opacity 0.3s ease;
}

.form-message.error {
    background-color: rgba(255, 0, 0, 0.1);
    color: red;
    border: 1px solid red;
    display: block;
    opacity: 1;
}

.form-message.success {
    background-color: rgba(0, 255, 0, 0.1);
    color: green;
    border: 1px solid green;
    display: block;
    opacity: 1;
}

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

ul.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

ul.contact-list li i {
    width: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 3px;
}

ul.contact-list li strong {
    font-weight: bold;
    margin-right: 8px;
}

ul.contact-list span,
ul.contact-list li strong {
    font-size: 16px;
    color: #333;
}

ul.contact-list .address {
    padding-left: 30px;
    display: block;
}


/**
 * galleries
 */

 .ht-portfolio-one .image img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     border-radius: 8px;
     border: 2px solid #e0e0e0;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease;
 }

.ht-portfolio-one .image img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ht-portfolio-wrap-one {
    /*display: flex;*/
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination .button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4195CB;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: none;
}

.pagination .button:hover {
    background-color: #0056b3;
}

/**
 * WA floating button
 */
.wa-float-button {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.wa-float-button:hover {
    background-color: #1ebe5d;
}

/**
 * Footer
 */
.ht-footer-bottom-section-one {
    background-color: #ffffff;
    color: #22303b;
    padding: 13px 0;
}






