/*
Theme Name: Annathaya custom theme
Author: WIT Indonesia
Author URI: https://wit.id/
Description: Thema khsusus untuk Odilia Company
Version: 1.0
*/


/* components */

.maps-section h2.head-text {
    font-size: 40px;
    margin: 20px 0;
}

.promo-content p {
	text-align:justify;
}
.desktop {
    display: block;
}

.mobile {
    display: none;
}

a.book-now-outlet {
    color: #fff;
    background-color: #2e1900;
    padding: 10px;
    margin-top: 20px;
    display: block;
    width: 150px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a.book-now-outlet:hover {
    background-color: #5b3200;
}

.hero-title h1 span {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    letter-spacing: -10px;
}

.welcome-tag h2 span,
.title-divider h2 span,
.section-title h3 span {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    letter-spacing: -9px;
}

.background-divider h2 span {
    display: inline-block;
    margin: 0 5px;
}

.landing-section-three-content h2 {
    width: auto;
    margin: 0 5px;
    display: block;
    max-width: 50%;
}

.container-fluid-custom {
    max-width: 1700px;
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.table> :not(caption)>*>* {
    background-color: unset !important;
}

a {
    text-decoration: none !important;
}

header {
    border-bottom: 1px solid #2e1900;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2e1900;
    /* ganti sesuai tema kamu */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease forwards;
    z-index: 9;
}

.fixed-header a {
    color: #fff !important;
}

.fixed-header .button-primary-annathaya.button-header {
    border: 1px solid #fff !important;
}

.fixed-header .white-logo,
.fixed-header .search-white {
    display: block;
}

.fixed-header .colorfull-logo,
.fixed-header .search-default {
    display: none;
}

.fixed-header .hamburger span {
    border: 1px solid #fff;
    background-color: #fff;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.no-padding {
    padding: 0 0 !important;
}

/* .button-gold {
    background-color: #2E1900 !important;
} */

.button-primary-annathaya {
    width: 250px;
    height: 50px;
    border-radius: 30px;
    background-color: #2e1900;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    /* margin: 0 20px; */
    margin: 0 5px !important;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    position: relative;
    justify-content: center;
    gap: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0 10px;
}

.right-menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

.menu-header {
    text-align: center;
}

.button-primary-annathaya:hover {
    background-color: #6a553b;
}

.button-primary-annathaya.button-header {
    display: inline-flex !important;
}

.button-primary-annathaya img {
    width: 20px;
    height: auto;
    object-fit: contain;
}

header {
    padding: 0;
}

.logo-header {
    width: 180px;
}

.menu-header ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.menu-header ul li {
    display: inline-block;
    margin: 0 20px;
}

.menu-header ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: "Red Hat Text", sans-serif;
}

.icon-search {
    height: 20px;
    width: 20px;
}

.icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrap h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: "Red Hat Text", sans-serif;
}

.icon-group-img img {
    width: 35px;
    object-fit: contain;
}

.image-banner {
    position: relative;
    height: 100%;
}

.image-banner img {
    width: 85%;
    margin: auto;
    border-radius: 0 0 450px 450px !important;
    -webkit-border-radius: 0 0 450px 450px !important;
    -moz-border-radius: 0 0 450px 450px !important;
    -ms-border-radius: 0 0 450px 450px !important;
    -o-border-radius: 0 0 450px 450px !important;
    display: block;
    position: absolute;
    height: 550px;
    object-fit: cover;
}

.section-opening {
    padding-top: 50px;
    border-radius: 0 0 150px 150px;
    -webkit-border-radius: 0 0 150px 150px;
    -moz-border-radius: 0 0 150px 150px;
    -ms-border-radius: 0 0 150px 150px;
    -o-border-radius: 0 0 150px 150px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.hero-title {
    margin: 40px 0 30px 0;
}

.hero-title h1 {
    font-family: Marcellus;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: #2e1900;
}

.description p {
    margin-bottom: 35px;
    font-weight: normal;
	text-align:justify;
}



.landing-section-two {
    height: 1100px;
    margin-top: -140px;
    position: relative;
}

.content-opening {
    max-width: 85%;
    margin: 100px auto 0 auto;
}

.image-tag img {
    width: 80px;
    margin: auto;
    display: block;
}

.image-tag {
    margin-bottom: 50px;
}

.welcome-tag {
    color: #fff;
}

.welcome-tag h5 {
    font-size: 20px;
    font-family: "Red Hat Text", sans-serif;
    font-weight: 400;
}

.welcome-tag h2 {
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: Marcellus;
    font-size: 55px;
    font-weight: 400;
    line-height: 7 0px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about-description p {
    color: #fff;
    font-family: Red Hat Text;
    font-size: 16px;
    font-weight: 400;
    max-width: 7 0%;
    margin: 0 auto 50px auto;
}

.about-description .button-primary-annathaya {
    width: 280px;
}

.landing-section-three {
    margin-top: -100px;
    background-color: #fff;
    border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    -moz-border-radius: 100px 100px 0 0;
    -ms-border-radius: 100px 100px 0 0;
    -o-border-radius: 100px 100px 0 0;
    position: relative;
}

.landing-section-three img.cover {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 100px 0 100px 0;
    -webkit-border-radius: 100px 0 100px 0;
    -moz-border-radius: 100px 0 100px 0;
    -ms-border-radius: 100px 0 100px 0;
    -o-border-radius: 100px 0 100px 0;
}

.landing-section-two::before {
    background-image: url(assets/lotus.webp);
    content: "";
    background-size: cover;
    background-position: center;
    height: 1100px;
    position: absolute;
    width: 100%;
    opacity: 0.1;
}

.images-three {
    width: 50%;
}

.landing-section-three-content {
    width: 45%;
    margin-left: auto;
}

.landing-section-three-content {
    margin-top: 50px;
}

.landing-section-three-content h2 {
    font-size: 55px;
    margin-top: 40px;
    font-family: Marcellus;
    line-height: 58px;
    color: #2e1900;
}

.landing-section-three-content p {
    margin-top: 150px;
    font-size: 16px;
}

.morethanbutton {
    margin: 200px auto 100px auto;
    display: block;
    text-align: center;
}

.morethanbutton a {
    font-family: Marcellus;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.background-style-three {
    position: relative;
    height: 75vh;
}

.lotus-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 100px;
}

.lotus-bg img {
    width: 100%;
    height: auto;
}

.counter {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.counter h1.numeric {
    font-family: Marcellus;
    font-size: 96px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2e1900;
}

.end {
    margin-top: 100px !important;
}

.background-divider {
    height: 750px;
    position: relative;
}

.background-divider .title-divider {
    max-width: 80%;
}

.background-divider::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(75, 0, 111, 0) 54.41%, rgba(4, 5, 21, 0.7) 100%);
}

.icon-divider {
    margin-top: 60px;
}

.icon-divider img {
    width: 80px;
}

.divider-tagline h5 {
    font-family: "Red Hat Text", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-divider h2 {
    font-size: 55px;
    color: #fff;
}

.button-divider .button-primary-annathaya {
    margin: 20px 5px !important;
}

.small-description p {
    color: #fff;
    margin: 30px 0;
}

.counter h2 {
    font-size: 45px;
}

/* Footer */

footer.footer-annathaya {
/*     background-color: #e8dfdb !important; */
    color: #000 !important;
	background: linear-gradient(to bottom, #6b543b, #000);
}

.newsletter-footer h3.flex-fill {
    font-size: 20px;
	color:#fff;
    font-weight: 400;
}

.newsletter-form input#ne {
    background-color: transparent;
    border: 1px solid #fff !important;
    padding: 15px 0px;
    border-radius: 99px;
    color: #000 !important;
}

.newsletter-footer button.btn.btn-primary.btn-lg.border-0.w-100 {
    background-color: #fff;
    color: #000 !important;
    padding: 15px 25px;
    border-radius: 99px;
    width: 100% !important;
	height:60px;
	font-size:15px;
}

.main-footer {
    padding: 50px 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.newsletter-footer {
    padding: 50px 0px;
}

.column-img-footer img {
    width: 65%;
}

.menu-footer p {
    font-size: 20px;
    font-weight: 500;
	color:#fff;
}

.menu-footer ul li a {
    font-size: 16px;
    color: #fff;
}

.menu-footer ul {
    list-style: none;
    padding-left: 0px;
    line-height: 45px;
}

.contact-footer p {
    font-size: 20px;
	color:#fff;
    font-weight: 500;
}

.contact-footer ul {
    list-style: none;
    padding-left: 0px;
    line-height: 45px;
}

.contact-footer ul li {
    font-size: 16px;
    color: #000 !important;
}

.operation-hours ul li {
    font-size: 16px;
    color: #000 !important;
}

.operation-hours ul {
    list-style: none;
    padding-left: 0px;
    line-height: 35px;
}

.operation-hours {
    margin-top: 100px;
}

.menu-footer {
    margin-top: 50px;
}

.contact-footer {
    margin-top: 50px;
}

.footer-bottom {
    text-align: center;
    padding: 50px 0px;
	
	p {
		color:#fff;
	}
}

p.copyright {
    font-size: 16px;
}

.footer-bottom {
    text-align: center;
    padding: 30px 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    font-size: 16px;
}

.sosial-media {
    display: flex;
    gap: 25px;
    font-size: 20px;
    margin-top: 15px;
    margin-left: 43px;
}

.sosial-media a {
    color: #000 !important;
    font-weight: 500;
}

body {
    font-family: "Red Hat Text", sans-serif;
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Marcellus", serif;
}

/* Home */

section.hotel-partners {
    padding: 100px 0px;
    background-color: #d9d9d9;
    overflow-x: hidden !important;
}

.section-title h3 {
    font-size: 35px;
    font-weight: 400;
    color: #2e1900;
    /* color: #6a553b; */
    text-align: center;
}

section.parallax-bookappoinment {
    position: relative;
    padding: 100px 0px;
    text-align: center;
    background-attachment: fixed;
}

section.parallax-bookappoinment img {
    width: 80px;
}

section.parallax-bookappoinment h2 {
    color: #fff;
    font-size: 55px;
    line-height: 58px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}

section.parallax-bookappoinment p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
}

.button-parralax img {
    width: 19px !important;
}

.button-parralax a.button-primary-annathaya.button-header {
    background-color: #2e1900;
}

section.parallax-bookappoinment::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 30%;
    /* border-top-right-radius: 100px;
    border-top-left-radius: 100px; */
}

.content-parralax-bookappoinment {
    position: relative;
}

section.marquee-section {
    padding: 30px 0px;
}

section.marquee-section img {
    width: 80px;
    margin-left: 30px;
    margin-right: 30px;
}

section.marquee-section h1 {
    font-size: 30px;
    color: #2e1900;
    /* color: #6a553b; */
}

.wrapper-promo {
    height: 700px;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
}

.track {
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

section.section-maps img {
    width: 100%;
}

section.section-maps {
    padding: 100px 0px;
    background-color: #f0f0f0;
    /* border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; */
}

section.marquee-section.city-marquee {
    background-color: #d8d0c6;
    padding: 50px 0;
    position: relative;
    z-index: -1;
}

section.latest-benefit-section {
    padding: 100px 0px 200px;
    background-color: #d8d0c6;
    margin-bottom: -100px;
}

.latest-benefit-section .section-title h3 {
    text-align: left;
}

.button-latest-benefit {
    text-align: right;
}

.box-latest-benefit img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.latest-benefit-left {
    margin-top: 30px;
}

.date-label {
    display: flex;
    gap: 25px;
    margin: 20px 0px 0px;
}

a.label-promo {
    background-color: #2e1900;
    color: #fff;
    padding: 5px 20px;
    border-radius: 99px;
}

.date p {
    color: #000;
    font-weight: 500;
}

.box-latest-benefit .title h3 {
    font-size: 22px;
    color: #6a553b;
}

.button-readmore a {
    color: #000;
}

.list-box-benefit {
    display: flex;
    background-color: #fff !important;
    margin-top: 30px;
    border-radius: 20px;
}

.list-box-benefit img {
    width: 115px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 115px;
}

.newsletter-form input#ne::placeholder {
    color: #fff !important;
}

.content-list-benefit {
    padding: 20px;
}

.content-list-benefit h3 {
    color: #1e1e1e;
    font-size: 16px;
}

.content-list-benefit p {
    margin-bottom: 0;
    font-size: 13px;
    color: #1e1e1e;
}

.button-hotel-partners {
    text-align: center;
    margin-top: 120px !important;
}

.box-slider {
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 25px 50px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: linear-gradient(#d9d9d9, #fff);
}

.box-slider .image-parent img {
    width: 130px;
    margin-top: 50px !important;
    margin: auto;
}

.image-child-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.box-slider .image-child-logo img {
    width: 80px;
    margin-top: 20px !important;
}

.landing-section-three-content a {
    margin: 0;
}

.all-hero-banner {
    height: 700px;
    border-radius: 20px;
    margin: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

.all-hero-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #0000009c;
    border-radius: 20px;
}

.white-logo,
.search-white {
    display: none;
}

.all-hero-banner .content {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    color: #fff;
    max-width: 80%;
}

.all-hero-banner .content h1 {
    font-family: Marcellus;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px;
}

.all-hero-banner .content p {
    font-size: 20px;
	text-align:justify;
}

.section-news {
    margin: 90px 0;
}

.section-news .card .card-body {
    background-color: #2e1900;
    color: #fff;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.card-img,
.card-img-top {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.section-news .card {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 20px 0;
    height: auto;
}

.wrapper-hotel-partner {
    height: 600px;

}

.wrapper-hotel-partner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-news .card a {
    color: #fff;
    font-family: "Red Hat Text", sans-serif;
    font-size: 14px;
}

a.read-more {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wrapper-blog-thumb {
    height: 250px;
}

.wrapper-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-title {
    margin-bottom: 40px;
    height: 70px;
    font-size: 15px;
    line-height: 20px;
}

.section-services {
    margin: 90px 0;
}

.section-services-content-bg {
    height: 500px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    margin: 20px 0;
}

.section-services-content-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.container-fluid-custom.header-custom-width {
    position: relative;
}

.content-services {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    max-width: 90%;
}

.content-services p {
    height: 150px;
	text-align:justify
}


.content-services h2 {
    height: 90px;
}

.section-services a {
    color: #fff;
}

.section-services a:hover .section-services-content-bg::before {
    background-color: #2e1900a3;
}

.section-consultation {
    margin: 30px 0 60px 0;
}

.section-consultation img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.content-consultation h2 {
    margin: 40px 0;
    font-size: 55px;
}

.head-hotel-title {
    text-align: center;
    margin: 40px 0;
}

.give-us-call-sub {
    margin-bottom: 20px;
}

.section-contact {
    margin: 90px 0;
}

.contact-title {
    width: 90%;
}

.contact-title h2 {
    font-size: 55px;
    margin-bottom: 40px;
}

.contact-title p {
    font-size: 16px;
    margin-bottom: 40px;
}

.contact-title h5 {
    color: #2e1900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

iframe {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.location-contact h2 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 60px;
}

.thumbnail-location {
    height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.content-location {
    margin: 40px 0;
}

.content-location h3 {
    margin-bottom: 30px;
    font-size: 20px;
}

.content-location h5 {
    color: #2e1900;
    font-size: 15px;
}

.wrapper-thumbnail-contact {
    height: 800px;
}

.wrapper-thumbnail-contact img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content-location p {
    font-size: 14px;
}

.location-contact-form {
    margin-bottom: 80px;
    margin-top: 60px;
}

.location-contact-form img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.location-contact-form .contact-title {
    max-width: 80%;
    margin: auto;
}

.form-contact label {
    margin: 5px 0;
}

.form-contact .form-control {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

input.form-control {
    height: 60px;
}

.content-services-detail {
    margin: 90px 0;
}

.content-services-detail .border-services {
    background-color: #2e1900;
    color: #fff;
    border-radius: 20px;
    height: auto;
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

h5.title-another-service {
    text-align: center;
    font-size: 30px;
}

.type-service li a {
    color: #fff;
    margin: 30px 0;
    display: block;
}

.content-services-detail .description {
    max-width: 90%;
    margin: auto;
}

.content-services-detail .description h2 {
    font-size: 55px;
}

.content-services-detail .description img {
    width: 100%;
    border-radius: 20px;
    margin: 40px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.content-services-detail .description p {
    text-align: justify;
}

.accordion-item {
    border: none;
}

.accordion {
    margin: 30px 0;
}

button.accordion-button {
    border-bottom: 1px solid #b0b0b0;
    font-size: 25px;
    padding: 20px 5px;
    margin: 20px 0;
}

.accordion-button:not(.collapsed) {
    background-color: #2e1900;
    color: #fff;
}

.accordion-body {
    font-size: 16px;
}

h3.bigger-title {
    font-size: 30px;
    font-weight: bold;
}

.tags-blogs {
    padding: 0;
}

.tags-blogs li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px;
    background-color: #2e1900;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: auto;
    text-align: center;
}

.custom-promo-banner {
    height: 100% !important;
}

.sosial-media img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.section-one {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-one .head-section-one h5 {
    color: #6a553b;
    font-weight: bold;
    margin-bottom: 50px;
}

.section-one .head-section-one h1 {
    margin-bottom: 50px;
}

.section-one p {
    color: gray;
    position: relative;
    left: 120px;
}

.section-one p::before {
    position: absolute;
    content: "";
    border: 1px solid #6a553b;
    height: 1px;
    width: 50px;
    left: -100px;
    top: 20px;
}

.icon-border {
    background-color: #3a260d;
    padding: 20px;
    border-radius: 20px;
    width: 180px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}

.icon-border img {
    margin: 20px auto;
    display: block;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.icon-border h5 {
    text-align: center;
    color: #fff;
}

.icon-border:nth-child(1) {
    position: absolute;
    left: -120px;
    top: 100px;
    background-color: #5e3300;
}

.icon-border:nth-child(3) {
    position: absolute;
    left: 130px;
    top: 135px;
    background-color: #6d4719;
}

.section-one .button a {
    margin-right: 10px;
}

.section-one .button a.tranparent {
    background-color: #fff;
    border: 2px solid #6d4719;
    color: #3a260d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.section-one .button a.tranparent:hover {
    background-color: #2e1900;
    color: #fff;
}

.section-two {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-two h1 {
    margin-bottom: 30px;
}

.section-two .head-section-two h5 {
    color: #6a553b;
    font-weight: bold;
    margin-bottom: 50px;
}

.section-two .head-section-two h1 {
    margin-bottom: 50px;
}

.border-how-we-work {
    margin: 20px 0;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
    padding: 40px;
    height: 220px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.border-how-we-work p {
    font-size: 14px;
    color: gray;
}

.section-three {
    margin: 80px 0;
}

.section-three .head-section-three h5 {
    color: #6a553b;
    font-weight: bold;
    margin-bottom: 50px;
}

.section-three .head-section-three h1 {
    margin-bottom: 50px;
}

.bg-job {
    height: 500px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    margin: 20px 0;
}

.bg-job::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(28, 28, 28, 0.8));
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.bg-job .description-job {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.bg-job .description-job a {
    color: #fff;
    text-decoration: underline;
}

.sidebar {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.button-group {
    display: flex;
    flex-direction: column;
}

.button-group button {
    margin: 5px 0;
    border: none;
    background: none;
    text-align: left;
    font-size: 15px;
}

.sidebar h5 {
    margin-bottom: 30px;
}

button.button.is-checked,
button:active {
    background-color: #2e1900a3;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

button.button:hover {
    background-color: #2e1900a3;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.bounce {
    animation: bounce 2s ease infinite;
    -webkit-animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
        -webkit-transform: translateY(-3%);
        -moz-transform: translateY(-3%);
        -ms-transform: translateY(-3%);
        -o-transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

/* .mega-menu {
  position: relative;
  cursor: pointer;
} */

.mega-menu .child-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease;
    -webkit-transition: opacity 0.8s ease, transform 0.8s ease;
    -moz-transition: opacity 0.8s ease, transform 0.8s ease;
    -ms-transition: opacity 0.8s ease, transform 0.8s ease;
    -o-transition: opacity 0.8s ease, transform 0.8s ease;
    overflow: hidden;
    top: -10px !important;
    background-color: #2e1900;
    position: absolute;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid #fff;
}

.child-menu p {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.child-menu .desc p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    color: #a6a6a6;
}

/* Hover pada mega-menu dan child-menu untuk menampilkan child menu */
.mega-menu:hover .child-menu,
.mega-menu .child-menu:hover {
    opacity: 1;
    visibility: visible;
    /* Tampilkan child menu */
    transform: translateY(0);
    /* Tambahkan efek translate */

}

/* Menambahkan animasi untuk efek muncul */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        /* Menambahkan efek slide dari atas */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu .child-menu {
    animation: slideIn 0.8s ease-out;
}


.menu-sub-mega h5 {
    color: #fff;
    font-size: 15px;
}


.menu-sub-mega img:hover {
    animation: bounce 2s ease infinite;
    -webkit-animation: bounce 2s ease infinite;
}

.all-hero-banner {
    position: relative;
}

.all-hero-banner video {
    border-radius: 20px;
    width: 100%;
    height: 700px;
    object-fit: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.section-services.in-brands {
    background-color: #fbfbfb !important;
    padding: 80px 0;
}

.section-product {
    padding: 80px 0;
}

.section-product h2 {
    margin-bottom: 35px;
}

.test img {
    height: 400px;
    width: 400px;
    object-fit: contain;
    border-radius: 20px;
}

.test {
    margin-top: 60px !important;
}


/* responsive */

@media (min-width: 1200px) and (max-width: 1440px) {

    /*.mega-menu .child-menu {*/
    /*    margin-left: -27vw !important;*/
    /*}*/

    .custom-promo-banner {
        height: 550px !important;
    }

    .background-divider .title-divider {
        max-width: 75%;
    }

    .welcome-tag h2 {
        max-width: 80%;
        margin: 40px auto;
    }

    .sosial-media {
        display: flex;
        gap: 10px !important;
        font-size: 20px;
        margin-top: 120px;
    }

    .content-opening {
        max-width: 85%;
        margin: 30px auto 0 auto;
    }

    section.parallax-bookappoinment h2 {
        margin-top: 50px;
    }

    section.parallax-bookappoinment img {
        width: 50px;
    }

    section.marquee-section img {
        width: 40px;
        margin-left: 30px;
        margin-right: 30px;
    }

    section.marquee-section h1 {
        font-size: 25px;
    }

    section.marquee-section.city-marquee {
        padding: 30px 0;
    }

    .background-style-three {
        position: relative;
        height: auto;
        margin-bottom: 140px;
    }

    .counter h1.numeric {
        font-size: 60px;
    }

    .counter h2 {
        font-size: 35px;
    }

    .hero-title h1 {
        font-size: 50px;
    }

    .welcome-tag h2,
    .landing-section-three-content h2,
    .title-divider h2,
    section.parallax-bookappoinment h2 {
        font-size: 40px;
    }

    .newsletter-footer h3.flex-fill {
        font-size: 25px;
    }

    /*header {*/
    /*    padding: 0 30px;*/
    /*}*/

    .menu-header ul li {
        display: inline-block;
        margin: 0 10px !important;
    }

    .menu-header ul li a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
        font-size: 11px;
        font-family: "Red Hat Text", sans-serif;
    }

    .button-primary-annathaya {
        font-size: 11px;
    }
}

@media (min-width: 320px) and (max-width: 1190px) {
      .section-news .card a {
        color: #fff;
        font-family: "Red Hat Text", sans-serif;
        font-size: 10px;
    }   
    .information-career-detail {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        gap: 15px;
    }

    .modal-content {
        padding: 15px !important;
    }

    .modal-body {
        padding-top: 60px !important;
    }

    img.image-content-detail {
        height: 300px !important;
    }

    .container-fluid-custom {
        padding: 0 20px;
    }

    .border-how-we-work {
        height: auto;
    }

    .border-how-we-work img {
        margin-bottom: 20px;
    }

    .icon-border {
        display: none;
    }

    .section-one p {
        left: 0;
    }

    .button-primary-annathaya.button-header {
        margin: 0;
    }

    .section-one .head-section-one h5,
    .section-two .head-section-two h5,
    .section-three .head-section-three h5 {
        color: #6a553b;
        font-weight: bold;
        margin-bottom: 50px;
        font-size: 12px;
    }

    .section-one .head-section-one h1,
    .section-two .head-section-two h1,
    .section-three .head-section-three h1 {
        font-size: 20px;
    }

    .image-banner img {
        position: relative;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }

    .background-style-three {
        height: auto;
    }

    .morethanbutton a {
        font-family: Marcellus;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        height: 30px !important;
        line-height: 30px;
    }

    .landing-section-three img.cover {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: auto;
    }

    .custom-promo-banner {
        height: 180px !important;
    }

    .image-tag img {
        width: 50px;
    }

    .image-banner img {
        width: 100%;
        margin: 40px auto;
        display: block;
    }

    .hamburger button {
        border: none;
        background-color: transparent;
    }

    .hamburger span {
        border: 1px solid #fff;
        background-color: #fff;
        display: block;
        height: 2px;
        width: 25px;
    }

    .hamburger span.center {
        margin: 5px 0;
    }

    .hamburger.mobile {
        text-align: end;
    }

    .landing-section-three {
        margin-top: 0;
    }

    .logo-header {
        width: 120px;
    }

    .icon-divider img {
        width: 50px !important;
    }

    .background-divider {
        height: auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .hero-title h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
    }

    .icon-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .icon-group-img {
        margin-bottom: 20px;
    }

    .section-opening {
        padding: 0;
        height: auto;
    }

    .landing-section-two.mobile {
        margin-top: 0;
        display: flex;
        align-items: center;
        height: 500px !important;
    }

    .landing-section-two::before {
        height: 400px;
    }

    .welcome-tag h2 {
        font-size: 20px;
    }

    .landing-section-three .d-flex {
        flex-wrap: wrap;
    }

    .images-three {
        width: 100%;
    }

    .landing-section-three-content {
        width: 100%;
        padding: 30px;
    }

    .landing-section-three-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .landing-section-three-content p {
        margin-top: 30px;
    }

    .lotus-bg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .morethanbutton {
        margin: 40px auto;
    }

    .counter h1.numeric {
        font-size: 40px;
    }

    .counter h2 {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .counter {
        flex-direction: column;
        text-align: center;
    }

    .end {
        margin-top: 0 !important;
    }

    .title-divider h2 {
        font-size: 20px;
    }

    .button-primary-annathaya {
        width: 250px;
        font-size: 10px;
        height: 40px;
        line-height: 40px;
    }

    section.parallax-bookappoinment img {
        width: 50px;
    }

    .button-divider .button-primary-annathaya {
        margin: 10px 0 !important;
    }

    .img-gallery-content-welcome {
        display: none !important;
    }

    .content-banner-about {
        padding: 20px !important;
    }

    .content-banner-about h1 {
        font-size: 20px !important;
        padding-bottom: 20px !important;
    }

    .content-banner-about h5 {
        font-size: 10px !important;
    }

    .content-banner-about h5 {
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        padding-bottom: 10px !important;
    }

    .img-banner-about img {
        width: 100%;
        height: 450px !important;
        object-fit: cover;
    }

    .img-left img {
        width: 100%;
        height: 300px !important;
        object-fit: cover;
        border-radius: 30px;
    }

    .content-welcome-about {
        padding: 50px 10px !important;
    }

    .content-image-right {
        margin-top: 0px !important;
        padding: 0px 10px !important;
    }

    .welcome-about h1 {
        color: #2e1900;
        font-size: 20px !important;
    }

    .img-right img {
        width: 100%;
        height: 550px !important;
        object-fit: cover;
        border-radius: 30px;
    }

    .slick-slider {
        margin: 0 -15px;
    }

    .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }

    .section-review-about .section-title h3 {
        text-align: center !important;
    }

    .section-review-about .button-latest-benefit {
        text-align: center;
        margin-top: 20px;
    }

    html {
        overflow-x: hidden !important;
    }

    .main-footer {
        padding: 50px 10px;
    }

    section.marquee-section {
        padding: 20px 0px 5px !important;
    }

    section.marquee-section h1 {
        font-size: 15px !important;
        color: #2e1900;
    }

    section.marquee-section img {
        width: 25px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .list-box-benefit {
        flex-wrap: wrap;
    }

    section.latest-benefit-section {
        padding: 50px 0px 200px !important;
        background-color: #d8d0c6;
        margin-bottom: -100px;
    }

    .latest-benefit-section .section-title h3 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .button-latest-benefit {
        text-align: center;
    }

    .list-box-benefit img {
        width: 100%;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
        height: 150px;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0;
        -o-border-radius: 20px 20px 0 0;
    }

    .content-list-benefit h3,
    .box-latest-benefit .title h3 {
        font-size: 14px;
    }

    .button-readmore a {
        font-size: 10px;
    }

    .box-slider .image-parent img {
        width: 80px;
    }

    .box-slider .image-child-logo img {
        width: 50px;
    }

    a.label-promo {
        font-size: 10px;
    }
	
    section.parallax-bookappoinment::before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        opacity: 30%;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    section.parallax-bookappoinment {
        position: relative;
        padding: 100px 0px;
        text-align: center;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    section.parallax-bookappoinment h2 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .icon-wrap h5,
    .welcome-tag h5 {
        font-size: 12px;
    }

    .divider-tagline h5 {
        font-family: "Red Hat Text", sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 26px;
        color: #fff;
        margin-top: 20px !important;
        margin-bottom: 10px;
    }

    .section-title h3 {
        font-size: 18px !important;
    }

    .operation-hours {
        margin-top: 30px;
    }

    .footer-bottom {
        display: block;
    }

    .sosial-media {
        display: flex;
        gap: 25px;
        font-size: 20px;
        margin-top: 35px;
        flex-wrap: wrap;
        margin-left: 0px;
    }

    .newsletter-footer h3.flex-fill {
        font-size: 14px;
        font-weight: 400;
    }

    input.form-control {
        height: 50px;
    }

    .menu-footer ul,
    .contact-footer ul {
        line-height: 20px;
    }

    .menu-footer ul li a,
    .contact-footer ul li {
        font-size: 14px;
		line-height:40px;
    }

    .sosial-media img {
        height: 25px;
        width: 25px;
    }

    .footer-bottom {
        padding: 10px 0;
    }

    .footer-bottom p {
        margin-bottom: 12px;
    }

    .logos {
        height: auto !important;
    }

    .read-more-icon {
        display: none;
    }

    .all-hero-banner {
        border-radius: 0 !important;
        margin: 0;
        -webkit-border-radius: none !important;
        -moz-border-radius: none !important;
        -ms-border-radius: none !important;
        -o-border-radius: none !important;
        height: 600px;
    }

    .section-opening {
        height: 90vh;
    }

    .all-hero-banner video {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        height: 500px !important;
    }

    #myVideo,
    .section-opening .overlay {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .all-hero-banner::before {
        border-radius: 0 !important;
    }

    h3.bigger-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .tags-blogs li {
        margin: 5px;
    }

    .all-hero-banner::before {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .all-hero-banner .content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .card-title {
        font-size: 15px;
        line-height: 25px;
    }

    .content-services-detail .description h2 {
        margin-top: 30px;
        font-size: 25px;
    }

    .contact-title h2,
    .location-contact h2 {
        font-size: 25px;
    }

    .location-contact-form .contact-title {
        max-width: 100%;
        margin-top: 40px;
    }

    .contact-title h5 {
        margin-bottom: 10px;
    }

    button.accordion-button {
        border-bottom: 1px solid #b0b0b0;
        font-size: 14px;
        padding: 10px 5px;
        margin: 10px 0;
    }

    .accordion-body {
        font-size: 14px;
    }

    .desktop-only {
        display: none;
    }

    .newsletter-footer button.btn.btn-primary.btn-lg.border-0.w-100 {
        background-color: #fff;
        color: #000;
        padding: 10px 35px;
        border-radius: 99px;
        font-size: 16px;
        margin: auto;
        display: block;
        width: 100% !important;
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.943);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s ease-in-out;
    z-index: 9999;
}

.mobile-nav.active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.5s ease-in-out;
}

.mobile-nav ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-nav ul li {
    margin: 15px 0;
}

.mobile-nav ul li a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.close-button {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 20px;
    font-size: 40px;
    z-index: 999999999;
}

@media (min-width: 1700px) and (max-width: 2000px) {
    .section-opening {
        height: 950px;
    }

    #contents {
        top: 250px !important;
    }

    .menu-header ul li {
        margin: 0 30px;
    }

    .box-slider .image-parent img {
        width: 200px;
        margin-top: 50px !important;
        margin: auto;
    }

    .image-child-logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .box-slider .image-child-logo img {
        width: 120px;
        margin-top: 10px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    .container-fluid-custom {
        padding: 0 35px;
    }

    .all-hero-banner .content h1 {
        font-size: 40px;
    }

    .all-hero-banner .button-primary-annathaya {
        width: 180px;
    }

    .contact-title h2 {
        font-size: 45px;
    }

    .location-contact h2 {
        font-size: 45px;
    }

    .card-title {
        font-size: 20px;
    }

    .content-services h2 {
        font-size: 25px;
    }

    h2.bigger-title {
        font-size: 35px !important;
    }

    .menu-header ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .image-banner img {
        width: 75%;
    }

    .hero-title h1 {
        font-size: 40px;
    }

    .content-opening {
        margin: 15px auto 0 auto;
    }

    .section-opening {
        height: 700px;
        padding-top: 80px;
    }

    #contents {
        top: 150px !important
    }

    .landing-section-two {
        height: 1000px;
    }

    .welcome-tag h2 {
        font-size: 45px;
        max-width: 84%;
        width: 90%;
        margin: 40px auto;
    }

    .landing-section-three-content h2 {
        font-size: 45px;
    }

    .background-style-three {
        height: 800px;
        margin-bottom: 0 !important;
    }

    .custom-promo-banner {
        height: 550px !important;
    }

    .title-divider h2 {
        font-size: 45px;
    }

    section.parallax-bookappoinment h2 {
        font-size: 45px;
    }

    .operation-hours ul li,
    .contact-footer ul li,
    .menu-footer ul li a {
        font-size: 15px;
    }

    .sosial-media {
        display: flex;
        gap: 40px;
        font-size: 20px;
        margin-top: 55px;
        margin-left: 0px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .container-fluid-custom {
        padding: 0 35px;
    }

    .landing-section-two {
        height: 1000px;
    }

    .landing-section-two::before {
        height: 1000px;
    }

    .background-style-three {
        height: 100vh;
    }

    .image-child-logo {
        gap: 30px;
    }

    .box-slider .image-child-logo img {
        width: 100px;
        margin-top: 20px !important;
    }

    .box-slider .image-parent img {
        width: 150px;
    }
}

@media (min-width: 1800px) {
    .image-banner img {
        height: 750px;
    }
}

/* CSS ABOUT US */

.img-banner-about img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.banner-about {
    background-color: #d8d0c6;
}

.content-banner-about {
    padding-left: 50px;
    padding-bottom: 100px;
    padding-right: 80px;
}

.content-banner-about h5 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    padding-bottom: 30px;
}

.content-banner-about h1 {
    font-size: 65px;
    color: #000;
    padding-bottom: 30px;
}

.content-banner-about p {
    color: #000;
    font-size: 16px;
}

section.welcome-about {
    padding: 120px 0px;
}

.img-left img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 30px;
}

.welcome-about h1 {
    color: #2e1900;
    font-size: 55px;
}

.content-welcome-about {
    padding: 100px 0px 100px 50px;
}

.welcome-about p {
    color: #000;
    font-size: 16px;
    margin-top: 35px;
}

.img-right img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 30px;
}

.img-right {
    margin-top: 25px;
}

.img-gallery-content-welcome img {
    /* width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 30px; */
    /* width: 350px;
  height: 200px; */
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.img-gallery-content-welcome {
    display: flex;
    gap: 30px;
    margin-top: 100px;
}

.content-image-right {
    margin-top: 40px;
}

section.our-team-about {
    margin-bottom: 100px;
	margin-top:100px;
}

section.our-team-about h5.head-text {
	font-size:16px;
	letter-spacing:1px;
}

section.our-team-about .section-title {
    text-align: center;
}

section.section-areas-about .section-title {
    text-align: center;
}

.our-team-about .section-title p {
    font-size: 15px;
    text-transform: uppercase;
    color: gray;
}

.our-team-about .section-title h3 {
    font-size: 40px;
}

.box-our-team-about img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.box-our-team-about {
    background-color: #f9f9f9b0;
    border-radius: 20px;
	box-shadow:10px 20px 20px -20px rgb(217 217 217 / 93%);
}

.content-our-team {
    padding: 25px;
}

.content-our-team h3 {
    font-size: 24px;
}

.box-our-team-about .button-readmore a {
    text-transform: uppercase;
    font-size: 13px;
}

.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.slider-our-team-about {	
	.slick-list {
		padding:50px 0
	}
}

.section-areas-about .section-title p {
    font-size: 15px;
    text-transform: uppercase;
    color: gray;
}

.section-areas-about .section-title h3 {
    font-size: 45px;
}

.section-areas-about {
    padding: 120px 0px;
    background-color: #eae8e83d;
    margin: 0;
}

section.section-review-about {
    padding: 120px 0px;
}

.section-review-about .section-title h3 {
    font-size: 55px;
    text-align: left;
}

.content-review-about {
    width: 100%;
    height: 550px;
    background-size: cover;
    border-radius: 15px;
    position: relative;
}

.review {
    background-color: #d8d0c6;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 35px 30px 35px 30px;
    width: 80%;
}

.review p {
    font-size: 10px;
}

.slider-review-about {
    margin-top: 50px;
}

.review h5 {
    font-size: 16px;
    font-weight: 600;
}

.star-review {
    padding-bottom: 20px;
}

.box-visit-online .section-title p {
    font-size: 15px;
    text-transform: uppercase;
    color: gray;
    text-align: center;
}

.visit-online h3 {
    font-size: 40px;
    padding-top: 25px;
}

.box-visit-online {
    border: 1px solid #495057;
    border-radius: 20px;
    padding: 100px;
    margin-bottom: 100px !important;
    width: 80%;
    margin: auto;
}

.button-online-visit button.button-primary-annathaya.button-header {
    margin-left: 0;
    margin-top: 50px;
    border: 0;
}

.box-visit-online .form-select {
    height: 55px;
    border-radius: 90px;
}

.box-visit-online .form-control {
    height: 55px;
    border-radius: 90px;
}

.box-visit-online .form-label {
    margin-top: 30px;
    margin-bottom: 15px;
}

/* .image-banner img {
    height: 800px;
    object-fit: cover;
} */

@media (prefers-color-scheme: dark) {

    :root,
    body {
        color: black !important;
    }

    img,
    svg {
        filter: none !important;
    }
}

.start-career-detail {
    padding: 70px 0px;
}

.information-career-detail {
    display: flex;
    justify-content: space-around;
}

img.image-content-detail {
    width: 100%;
    border-radius: 20px;
    height: 600px;
    object-fit: cover;
    margin: 80px 0px;
}

ul.list-job-detail {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Besarkan ukuran modal */
.modal-dialog {
    max-width: 1000px;
    margin: 2rem auto;
}

.modal-content {
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal-header {
    border: none;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
}

.modal-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 30px;
}

/* Teks dan paragraf */
.modal-body h2 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
}

.modal-body p {
    width: 100%;
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
}

/* Dua kolom */
.left,
.right {
    flex: 1;
    min-width: 300px;
    padding: 10px;
}

/* Form styling */
.modal-body label {
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 10px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    outline: none;
}

.modal-body textarea {
    resize: none;
    height: 100px;
}

.modal-body small {
    display: block;
    color: #aaa;
    font-style: italic;
    margin-top: 10px;
}

/* Tombol APPLY NOW */
.submit-btn {
    margin-top: 25px;
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

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

.content-text-detail p {
    margin-bottom: 50px;
}

.wrapper-welcome {
    height: 100%;
    width: 100%;
}

.wrapper-welcome img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-custom-width {
    max-width: 100%;
}

.blur-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Transparansi hitam */
    backdrop-filter: blur(5px);
    /* Efek blur */
    z-index: 999;
    /* Letakkan di belakang modal */
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 2px solid #000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.popup img {
    width: 100%;
}

.popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

@media(max-width:500px) {
    .button-header {
        width: auto;
        font-size: 10px !important;
    }
	
	.wrapper-welcome {
		height: 300px;
		width: 100%;
	}
	
	.client-list {
		columns: 1 !important; 
	}

}

header {
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: 0
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 0 0 50px 50px;
    z-index: 1;
}

.section-opening .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    border-radius: 0 0 50px 50px
}

#contents {
    position: relative;
    z-index: 2;
    top: 150px
}

.hero-title h1 {
    color: #fff !important;
}

.description p {
    color: #fff !important
}

.menu-header ul li a {
    color: #fff !important;
}

.logo-header.colorfull-logo {
    width: 150px;
    filter: invert(100%) !important;
}

.icon-wrapper {
    height: 150px;
    width: 150px;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-three.csr .d-flex {
    align-items: center;
    gap: 50px;
}

@media(max-width:600px) {
    .icon-wrapper {
        height: 100px;
        width: 100px;
    }

    .section-three.csr .d-flex {
        flex-wrap: wrap;
    }

    .section-three.csr .title {
        width: 100% !important;

        h2 {
            font-size: 40px;
            margin-bottom: 0;
        }
    }

    .section-three.csr .description {
        width: 100% !important;
    }


}

.section-three.csr .title {
    width: 30%;

    h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
}

.section-three.csr .description p {
    color: #000 !important;
    margin-bottom: 0;
}

.section-three.csr .description {
    width: 50%;
}

.csr-section {
    margin-bottom: 80px;
}

.csr-card {
    background: linear-gradient(to bottom, #2e1900 0%, #2e1900 40%, #000000 100%);
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 40px 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.csr-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f8f6f2 100%);
    z-index: 0;
}

.csr-card h3 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.csr-card p {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.csr-card .logo {
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.csr-card .logo img {
    width: 120px;
}

@media (max-width: 768px) {
    .csr-card {
        margin-bottom: 25px;
    }
}


@media(min-width:650px) and (max-width:1190px) {
    .images-three {
        width: 50%;
    }
    
    
    .landing-section-three img.cover {
        height: 450px;
    }
    
    .column-img-footer img {
        width: 200px;
    }
    
    .landing-section-three-content {
        width: 45%;
        margin-left: auto;
    }
    
    .landing-section-three img.cover {
        border-radius: 0 0 100px 0 !important;
        -webkit-border-radius: 100px 0 100px 0;
        -moz-border-radius: 100px 0 100px 0;
        -ms-border-radius: 100px 0 100px 0;
        -o-border-radius: 100px 0 100px 0;
    }
    
    .custom-promo-banner {
        height: 100% !important;
    }
    
    #myVideo {
        height: 100% !important;
    }
    
    .wrapper-welcome {
        height: 300px;
        width: auto;
    }
    
    .section-one p::before {
        position: absolute;
        content: "";
        border: 1px solid #6a553b;
        height: 1px;
        width: 25px;
        left: -50px;
        top: 20px;
    }
    
    .img-right img {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
        border-radius: 30px;
    }
    
    .card-title {
        font-size: 14px;
        line-height: 20px;
    }
}


/* NEW CSS IMPLEMENTED */

.custom-prev,
.custom-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: black;
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}

.custom-prev {
	left: -5px;
}

.custom-next {
	right: -5px;
}

.custom-prev:hover,
.custom-next:hover {
	background: #333;
}

.about-section {
        margin-top:80px;
        height:auto;
    }

    .wrapper-images {
        position:relative;
        height:100%;
        width:auto;

        img.image-one {
            height:400px;
            width:100%;
            width:auto;
            position:absolute;
            border-radius:10px;
            top:50px;
            -webkit-box-shadow: 5px 5px 12px 5px #DEDEDE; 
            box-shadow: 5px 5px 12px 5px #DEDEDE;
        }

        img.image-two {
            height:380px;
            width:300px;
            position:absolute;
            object-fit:cover;
            right:50px;
            border-radius:10px;
            -webkit-box-shadow: 5px 5px 12px 5px #DEDEDE; 
            box-shadow: 5px 5px 12px 5px #DEDEDE;

        }
    }

    .about-content .small-text {
        font-size:16px;
        letter-spacing:1px
    }

    .about-content .head-text {
        font-size:40px;
        margin:20px 0;
    }

    .about-content .description {
        max-width:85%;
		margin:auto
    }

    .button-wrapper {
        width:150px;
        margin-top:40px;
		margin-left:auto;
		margin-right:auto
    }

    .button-wrapper a {
        background:#2e1900;
        color:#fff;
        display:block;
        text-align:center;
        height:40px;
        line-height:40px;
        font-size:12px;
        border-radius:30px;
        transition:all 0.5s
    }

    .button-wrapper a:hover {
        background:#69543A;
    }

    .our-brands {
        background-color:#2e1900eb;
        padding-top:40px;
        padding-bottom:80px;
        margin-top:60px;

        .wrapper-logos {
            display:flex;
            justify-content:space-evenly;
            flex-wrap:wrap;
            flex-direction:row;
            align-items:center;
        }
    }

    .wrapper-logos .logo {
        width:160px;
        
        img{
            width:100%;
            transition:all 0.5s;
        }
    }

    .wrapper-logos a.link-logo:hover .logo img {
        transform:scale(1.1);
    }

    .intro-brands {
        margin-bottom:70px;
    }

    .intro-brands .head-text {
        font-size:40px;
    }

    .intro-brands .description {
        max-width:70%;
        margin:20px auto 50px auto;
    }

    .service-section {
        margin-top:80px;
    }

    .service-content .small-text {
        font-size:16px;
        letter-spacing:1px
    }

    .service-content .head-text {
        font-size:40px;
        margin:20px 0;
    }

    .video-thumbnail {
        cursor: pointer;
        overflow: hidden;
        height:200px;
        margin-top:30px
    }

    .video-thumbnail img {
        transition: transform 0.4s ease;
        height:100%;
        object-fit:cover;
    }

    .video-thumbnail:hover img {
        transform: scale(1.05);
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #6b3f1d;
        z-index: 2;
    }

    .play-button::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        z-index: -1;
        animation: pulse 2s infinite;
    }

    /* Animation */
    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 0.7;
        }
        70% {
            transform: scale(1.8);
            opacity: 0;
        }
        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }

    /* MODAL */
    .custom-modal {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.75);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    .custom-modal.active {
        display: flex;
    }

    .custom-modal-content {
        width: 90%;
        max-width: 900px;
        background: #000;
        border-radius: 20px;
        padding: 20px;
        position: relative;
    }

    .close-modal {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

    .img-wrap-right {
        height:490px;
        width:100%;

        img {
            height:100%;
            width:100%;
            object-fit:cover;
            border-radius:20px;

        }
    }

    .another-service {
        margin-top:80px
    }

    .border-service {
        box-shadow:5px 5px 12px 5px #eeeded;
        padding:30px;
        border-radius:20px;
        margin-top:20px;
        margin-bottom:20px;
        transition:all 0.5s;
    }

    .border-service:hover {
        transform:scale(1.05) !important;
    }

    .border-service .icon {
        width:60px;
        height:60px;
        margin-bottom:30px;

        img {
            height:100%;
            width:100%;
        }
    }

    .border-service .content .head-text {
        font-size:20px;
        margin-bottom:10px;
    }

    .border-service .content .description {
        font-size:15px;
		text-align:justify;
    }

    p.description {
        font-family:"Red Hat Text", sans-serif
    }

    .services-strip {
        overflow: hidden;
    }

    .services-marquee {
        flex-wrap: nowrap;
    }

    /* Text Outline */
    .service-item {
        font-size: 100px;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        white-space: nowrap;
        cursor: pointer;

        color: transparent;
        -webkit-text-stroke: 1px #333;

        transition: all 0.4s ease;
    }

    /* Hover jadi fill */
    .service-item:hover {
        color: #2e2e2e;
        -webkit-text-stroke: 0px transparent;
    }


    /* Icon */
    .service-icon img {
        width: 50px;
        opacity: 0.6;
    }

    .services-marquee {
        animation: scrollText 25s linear infinite;
    }

    @keyframes scrollText {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    .numeric-change-size {
        font-size:25px !important;
    }

    .another-size {
        font-size:15px !important;
        margin-bottom:0 !important;
    }

    .counter {
        gap:10px !important;
    }

    .promo-section {
        margin-top:80px;
        background-color:#eae8e83d;
        padding-top:100px;
        padding-bottom:120px;
    }

    .promo-content .small-text {
        font-size:16px;
        letter-spacing:1px
    }

    .promo-content .head-text {
        font-size:40px;
        margin:20px 0;
    }

    .spa-image img{
        border-radius:20px;
        box-shadow:5px 5px 12px 5px #DEDEDE;
    }

    .spa-list li {
        margin-bottom:20px
    }

    .spa-price {
        font-size:20px
    }

    .promo-detail {
        margin:40px 0
    }

    .testimonial-section {
        margin-top:80px
    }

    .testimonial-content {
        margin-bottom:50px;
    }

    .testimonial-content .small-text {
        font-size:16px;
        letter-spacing:1px
    }

    .testimonial-content .head-text {
        font-size:40px;
        margin:20px 0;
    }

    .testimonial-card {
        background-color: #e8dfdb;
        border-radius: 30px;
        padding: 40px;
        position: relative;
		box-shadow:10px 20px 20px -20px rgb(217 217 217 / 93%);
    }

    .testimonial-avatar {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        top: -12px;
        left: 0px;
        border: 6px solid white;
        background: #fff;
        z-index: 1;
        padding: 3px;
    }

    .testimonial-name .head-text {
        font-weight: 700;
        font-size: 24px;
    }

    .testimonial-role {
        color: #8a8a8a;
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 18px;
        color: #555;
        line-height: 1.7;
        margin-top: 20px;
    }

    .testimonial-stars {
        color: #e59b87;
        font-size: 22px;
        margin-top: 20px;
    }

    .wrapper-testimonial {
        padding:20px 0;
/*         margin-top:40px */
    }

    .masonry-gallery {
        column-count: 4;
        column-gap: 20px;
    }

    .masonry-gallery a {
        display: block;
        margin-bottom: 20px;
        break-inside: avoid;
    }

    .masonry-gallery img {
        width: 100%;
        border-radius: 16px;
        transition: transform .3s ease;
    }

    .masonry-gallery img:hover {
        transform: scale(1.03);
    }

    /* Responsive */
    @media (max-width: 992px) {
        .masonry-gallery { column-count: 3; }
    }
    @media (max-width: 768px) {
        .masonry-gallery { column-count: 2; }
    }
    @media (max-width: 576px) {
        .masonry-gallery { column-count: 1; }
    }

    .gallery-content {
        margin-bottom:40px
    }

    .gallery-content .small-text {
        font-size:16px;
        letter-spacing:1px
    }

    .gallery-content .head-text {
        font-size:40px;
        margin:20px 0;
    }

    .news-section {
        margin-top:80px;
        background-color:#eae8e83d;
        padding-top:100px;
        padding-bottom:120px;
    }

    .border-article .thumbnail {
        width:100%;
        height:250px;

        img {
            width:100%;
            height:100%;
            object-fit:cover;
            border-radius:20px;
        }
    }

    .border-article {
        padding:30px;
        border-radius:20px;
        margin-top:20px;
        margin-bottom:20px;
        transition:all 0.5s;
    }

    .border-article:hover {
        transform:scale(1.05) !important;
        box-shadow:5px 5px 12px 5px #eeeded;

    }

    a .border-article h3 {
        color:#000
    }

    .border-article .content .head-text {
        font-size:15px;
        margin-bottom:10px;
        margin-top:20px;
        height:50px
    }

    .border-article .content .description {
        font-size:15px;
        color:#8b8b8b;
    }
	
	.border-with-shadow {
		box-shadow: 10px 10px 34px -4px rgba(168,168,168,0.75);
		-webkit-box-shadow: 10px 10px 34px -4px rgba(168,168,168,0.75);
		-moz-box-shadow: 10px 10px 34px -4px rgba(168,168,168,0.75);
		padding:100px;
		border-radius:20px;
		position:relative;
	}
	
	.become-a-partner-divider {
		margin-top:80px
	}
	
	.become-a-partner-divider .button-wrapper {
		display:flex;
		gap:20px;
		width:100%;
		
		a {
			width:180px;
		}
	}
	
	.intro-become-partner p.description {
		max-width:50%;
		text-align:justify;
	}
	
	img.right-image-partner {
		position: absolute;
		right: 0;
		height: 100%;
		width: 500px;
		object-fit: cover;
		top: 0;
		border-radius: 0 20px 20px 0;
	}
	
	.gallery-section {
		margin-top:80px;
		margin-bottom:80px;
	}
	
	.background-promo {
		height:400px;
		border-radius:20px;
		overflow: hidden;
	}
	
	.background-promo::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%; /* atur tinggi gradient */
		background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.85) 0%,
			rgba(0, 0, 0, 0.5) 40%,
			rgba(0, 0, 0, 0) 100%
		);
		pointer-events: none;
	}

	.content-promo {
		position: absolute;
		bottom: 30px;
		z-index: 2; /* biar di atas gradient */
		left: 25px;
		
		h5 {
			letter-spacing:2px;
			font-size:15px;
			color:#fff;
		}
		
		h2 {
			font-size:25px;
			color:#fff;
		}
	}
	
	.promo-slider {
		margin-top:50px
	}
	
	section.parallax-bookappoinment {
		margin-top:80px;
	}

.gallery-slider {
	margin-top:80px;
	
	.gallery-content {
		h5.sub-text {
			font-size:16px;
			letter-spacing:1px;
		}
		
		h2.head-text {
			font-size: 40px;
    		margin: 20px 0;
		}
		
		p.description {
			font-family:"Red Hat Text", sans-serif
		}
	}
}

.oic-care-galleries {
	margin-top:50px;
}

.oic-care-galleries .slick-slide img {
    width: 100%;
    height: 350px !important;
    border-radius: 20px;
}

.wrapper-btn-slick-galleries {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: 100px;
	
	.custom-prev, 
	.custom-next {
		position:relative;
	}
}

.testimonial-text{
   display: -webkit-box;
   -webkit-line-clamp: 4; /* jumlah baris */
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.description-excerpt p {
	display: -webkit-box;
   -webkit-line-clamp: 3; /* jumlah baris */
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
	color:#7d7d7d
}

.slider-testimonial .slick-list {
	padding:50px 0
}

.img-map-wrapper img {
	width:100%;
	height:auto;
}

.service-content p {
	text-align:justify;
}


@media(min-width:200px) and (max-width:600px) {
	.about-content .head-text,
	.service-content .head-text,
	.promo-content .head-text,
	.section-three.csr .title h2,
	.gallery-content h2,
	.testimonial-content .head-text,
	.our-team-about h3
	.maps-section h2{
		font-size:25px !important;
	}
	
	.border-with-shadow {
		padding:20px;
	}
	
	img.right-image-partner {
		display:none;
	}
	
	.intro-become-partner p.description {
		max-width:100%
	}
	
	.another-service .button-wrapper {
		margin-right:auto !important;
		margin-bottom:40px;
	}
	
	.another-size {
		margin-bottom:20px !important
	}
	
	.wrapper-btn-slick-galleries {
		justify-content: center !important;
		margin-top: 30px !important;
	}
	
	.custom-next {
		right: 15px;
	}
	
	.custom-prev {
		left: 15px;
	}
}

.content-opening {
	display:none;
}

@media(min-width:1190px) and (max-width:1500px) {
	.img-banner-about img {
		height:550px !important;
	}
	
	.content-banner-about h1 {
		font-size:40px !important;
	}
	
	.content-banner-about {
		padding-left: 25px;
		padding-bottom: 70px;
		padding-right: 70px;
	}
}