/*home*/
.carousel-caption {
    left: 10%;
    padding-bottom: 90px;
    text-align: left;
    z-index: auto;
}
.carousel-caption h3 {
    font-size: 82px;
    color: #f2d889;
    font-weight: bold;
}
.carousel-caption p {
    font-size: 32px;
    margin-bottom: 32px;
}
.btn-cta-carousel {
    background-color: #f2d889;
    padding: 20px 50px;
    font-size: 24px;
    border-radius: 15px;
}
#home-about {
    background-color: #0a214e
}
#home-about .title {
    color: #fff;
/*    text-align: center;*/
    font-family: "Raleway";
}
#home-about .description {
    color: #fff;
/*    text-align: center;*/
    font-size: 20px;
    font-family: "Raleway";
}
.home-section2 {
    padding: 80px 0 20px 0;
}
.home-section3 {
    padding: 40px 0 80px 0;
}
.img-section2 {
    width: 100%;
    border-radius: 10px;
}
.img-section2.left {
    margin-top: 25px;
}
.img-section2.right {
    margin-bottom: 10px;
}
.img-product {
    width: 100%;
    margin: 22px 0px;
    border-radius: 10px;
}
/*end home*/

/*product*/
.card-categories {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 0;
    margin-top: 20px;
}
.card-categories h3 {
    font-size: 18px;
    padding: 0 15px;
    margin: 0 0 10px 0;
}
.card-categories .list-group-item {
    border: 0;
}
.card-categories a.list-group-item {
    color: #000000;
}
.card-categories a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #d5d5d5;
    border: 0;
}
/*end product*/

.card-white {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 20px 40px 20px;
    margin: 30px auto;
}

.card-white input {
    border-radius: 15px;
    border: 1.5px solid;
    padding: 21px;
}

input#no_wa_visible {
    border-radius: 0px 20px 20px 0px;
}

span.input-group-addon {
    margin: 0;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    height: 50px;
}

@media (min-width: 768px) {
    .card-white {
        max-width: 600px;
        margin: 100px auto;
    }
}

.card-white h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Tombol Google */
.btn-submit {
    background-color: #c0451d;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
}

.btn-logout {
    background-color: #E52020;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
}

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

.btn-submit:disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-logout:hover {
    background-color: #f2d889;
}
.img-boovi {
    float: left;
    position: relative;
    line-height: 50px;
    padding-left: 16px;
}

.card-gray {
    background-color: #e9e6e6;
    border-radius: 15px;
    padding: 25px 20px 40px 20px;
    margin: 30px auto;
}

.card-gray input {
    border-radius: 25px;
    border: 1.5px solid;
    padding: 21px;
    background-color: #e9e6e6;
}

@media (min-width: 768px) {
    .card-gray {
        max-width: 600px;
        margin: 100px auto;
    }
}

.card-gray h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-form-gray {
    background-color: #e9e6e6;
    border-radius: 25px;
    padding: 25px 20px 40px 20px;
    margin: 30px auto;
}

.card-form-gray input[type="text"],
.card-form-gray input[type="number"],
.card-form-gray input[type="date"],
.card-form-gray select {
    margin: 0;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    height: 50px;
}

.card-form-gray input::placeholder {
    color: #7d878c;
}

.card-form-gray textarea::placeholder {
    color: #7d878c;
    font-size: 16px;
}

.card-form-gray input[type="file"] {
    border-radius: 25px;
    border: 1.5px solid;
    padding-right: 85px;
    height: 50px;
}

.card-form-gray ul li {
    font-weight: 500;
    font-size: 14px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #7d878c;
}

.checkbox-wrapper label {
    margin: 0;
    padding-left: 8px;
    line-height: normal;
    color: #7d878c;
}

.card-form-gray textarea {
    border-radius: 25px;
    border: 1.5px solid;
}

@media (min-width: 768px) {
    .card-form-gray {
        max-width: 800px;
        margin-top: 100px;
    }
}

.card-form-gray h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 26px;
}

.card-form-gray .custom-file-upload {
    display: flex;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 5px;
    background-color: #fff;
}

.card-form-gray .custom-file-upload label {
    font-size: 16px;
    color: #7d878c;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 98px;
}

.card-form-gray .custom-file-upload input[type="file"] {
    display: none;
}

.card-form-gray .custom-file-upload button {
    background-color: #c0451d;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 35px 10px 35px;
    cursor: pointer;
}

.card-form-gray .custom-file-upload button:hover {
    background-color: #f2d889;
}

.card-form-gray .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.card-form-gray .custom-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    background-color: #fff;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #7d878c;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.card-form-gray .custom-dropdown::after {
    content: "â–¾";
    font-size: 45px;
    color: #7d7d7d;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.card-form-gray .custom-dropdown select:hover,
.card-form-gray .custom-dropdown select:focus {
    border-color: #888;
}

.card-form-white {
    background-color: #fff;
    border-radius: 25px;
    padding: 25px 20px 40px 20px;
    margin: 30px auto;
}

.card-form-white input[type="text"],
.card-form-white select {
    margin: 0;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    height: 50px;
}

.card-form-white input::placeholder {
    color: #7d878c;
}

.card-form-white textarea::placeholder {
    color: #7d878c;
    font-size: 16px;
}

.card-form-white .foto {
    display: inline-block;
    text-align: center;
}

.card-form-white .foto input[type="file"] {
    border: 1.5px solid;
    padding: 0;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.card-form-white textarea {
    border-radius: 25px;
    border: 1.5px solid;
}

@media (min-width: 768px) {
    .card-form-white {
        max-width: 800px;
        margin-top: 100px;
    }
}

.card-form-white h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 26px;
}

.card-form-white .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.card-form-white .custom-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    background-color: #fff;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #7d878c;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.card-form-white .custom-dropdown::after {
    content: "â–¾";
    font-size: 45px;
    color: #7d7d7d;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.card-form-white .custom-dropdown select:hover,
.card-form-white .custom-dropdown select:focus {
    border-color: #888;
}

.bold-hr {
    border: 0;
    border-top: 1px solid #000;
    margin-right: 15px;
    margin-left: 15px;
}

.modal-content {
    border-radius: 25px;
}

.modal-header {
    border: none;
}

.modal-header h3 {
    margin-top: 25px;
}

.modal-body input[type="text"],
.modal-body select {
    margin: 0;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
    height: 50px;
}

.modal-body input::placeholder {
    color: #7d878c;
}

.modal-body textarea::placeholder {
    color: #7d878c;
    font-size: 16px;
}

.modal-body textarea {
    border-radius: 25px;
    border: 1.5px solid;
}

.modal-body .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.modal-body .custom-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    background-color: #fff;
    border: 1.5px solid;
    border-radius: 25px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #7d878c;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

.modal-body .custom-dropdown::after {
    content: "â–¾";
    font-size: 45px;
    color: #7d7d7d;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.modal-body .custom-dropdown select:hover,
.modal-body .custom-dropdown select:focus {
    border-color: #888;
}

.module-icon .icon {
    list-style: none;
    display: flex;
    float: right;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-left: 17px;
}

.module-icon .icon li {
    display: inline-block;
}

.module-icon .icon a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 23px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.module-icon .icon a:hover {
    color: #f00;
}

.module-icon .icon i {
    display: inline-block;
    pointer-events: none;
    color: #fff;
}

.logo_mainnav,
#sns_mainnav {
    display: flex;
    align-items: center;
}

#sns_mainnav {
    flex-grow: 1;
}

.logo_mainnav {
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

#banner-img {
    position: relative;
    background-image: url('assets/image/slider1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1070px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    display: flex;
}

#banner-img .content {
    position: relative;
    text-align: left; 
    color: white;
    max-width: 600px;
    margin-left: 50px;
    margin-top: 100px;
}


#banner-img .content .title {
    font-size: 50px; 
    font-weight: bold;
    color: #f2d889; 
    margin: 0;
}


#banner-img .content .subtitle {
    font-size: 40px;
    margin: 10px 0 20px;
    line-height: 1.5;
}


#banner-img .content .cta-button {
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    color: white;
    background-color: #f2d889; 
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

#banner-img .content .cta-button:hover {
    background-color: #d9431a; 
}

.contact_us i {
    color: #fff;
    margin-left: 12px;
}

.icon-social {
    margin-right: 15px;
    font-size: 24px; 
    margin-right: 10px; 
    transition: color 0.3s;
}

/* Ubah warna saat hover */
.icon-social:hover {
    color: #ff3300;
}


#sns_mommenu {
    position: fixed;
    right: 0;
  }

.header-language {
    float: right;
    right: 0;
}

@media (max-width: 1024px) {
    .home-section2 {
        padding: 50px 0 0px 0;
    }
    .home-section3 {
        padding: 30px 0 50px 0;
    }
    .img-product {
        margin: 19px 0px;
    }
    .col-produk {
        max-width: 33%;
    }
    .carousel-caption h3 {
        font-size: 62px;
    }
    .carousel-caption p {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .btn-cta-carousel {
        padding: 12px 29px;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .home-section2 {
        padding: 30px 0 0px 0;
    }
    .home-section3 {
        padding: 20px 0 30px 0;
    }
    .img-section2.left {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .img-product {
        margin: 15px 0px;
    }
    .carousel-caption {
        padding-bottom: 20px;
        left: 5%;
    }
    .carousel-caption h3 {
        font-size: 38px;
    }
    .carousel-caption p {
        font-size: 22px;
    }
    .btn-cta-carousel {
        padding: 12px 29px;
        font-size: 18px;
    }
}
@media (max-width: 512px) {
    #home-about .title {
        font-size: 22px;
    }
    #home-about .description {
        font-size: 16px;
    }
    .img-product {
        margin: 13px 0px;
    }
    .col-produk {
        max-width: 50%;
    }
    .carousel-caption {
        padding-bottom: 10px;
        left: 3%;
    }
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-caption p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .btn-cta-carousel {
        padding: 5px 10px;
        font-size: 14px;
    }
}
@media (max-width: 321px) {
    .col-produk {
        max-width: 100%;
    }
    .carousel-caption {
        padding-bottom: 5px;
        left: 2%;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btn-cta-carousel {
        padding: 4px 6px;
        font-size: 12px;
    }
}