/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
@font-face {
    font-family: "Montserrat";
    src: url("/assets/font/Montserrat-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PlusJakartaSans";
    src: url("/assets/font/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PlusJakartaSans bold";
    src: url("/assets/font/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-font: 'Montserrat', sans-serif;
    --PlusJakartaSans-font: 'PlusJakartaSans', sans-serif;
    --PlusJakartaSans-bold: 'PlusJakartaSans bold', sans-serif;
    /* --primary-font: "jakartaplus", sans-serif;
    --primary-font-bold: "jakartaplus bold", sans-serif; */
    --sonchoy-gray: #767676;
    --sonchoy-white-rgb: 118, 118, 118;
    --sonchoy-white: #ffffff;
    --sonchoy-white-rgb: 255, 255, 255;
    --primary-color-rgb: 98, 34, 204;
    --sonchoy-black: #040b1e;
    --sonchoy-black-rgb: 4, 11, 30;
    --sonchoy-primary: #f4f4f4;
    --sonchoy-primary-rgb: 244, 244, 244;
    --sonchoy-bdr-color: #dedede;
    --sonchoy-bdr-rgb: 222, 222, 222;
    --primary-color: #cc3366;
    --rgb-primary-color: 204, 51, 102;
    --honey-dew: #f1faee;
    --white-color: #ffffff;
}
body {
    font-family: var(--PlusJakartaSans-font);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--sonchoy-black);
}
::placeholder {
    color: var(
        --sonchoy-black
    ) !important; /* Ganti dengan warna yang diinginkan */
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--sonchoy-black) !important;
}
::-ms-input-placeholder {
    color: var(--sonchoy-black) !important;
}
::-moz-placeholder {
    color: var(--sonchoy-black) !important;
    opacity: 1;
}

input[type="radio"] {
    accent-color: var(--primary-color);
}

/* Mengubah warna teks dan background dropdown */
select {
    background-color: #f0f0f0; /* Mengubah background */
    color: #333; /* Mengubah warna teks */
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc; /* Border untuk dropdown */
    border-radius: 4px; /* Radius agar lebih smooth */
}

select:focus {
    outline: none;
    border-color: var(--primary-color); /* Border saat dropdown dipilih */
}

/* Mengubah warna option saat dipilih */
option {
    background-color: #fff; /* Warna background dari opsi */
    color: #333; /* Warna teks dari opsi */
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}



body.locked {
    overflow: hidden;
}

a {
    color: var(--primary-color);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--sonchoy-black);
    font-family: var(--sonchoy-font-two);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.list-unstyled {
    padding-left: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--sonchoy-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 46px;
    margin-top: -9px;
}

.section-title__logo img {
    max-width: 20%; /* Menjaga ukuran logo tetap responsif */
    height: auto; /* Memastikan proporsi logo tetap benar */
    display: inline-block; /* Menghindari jarak tambahan di sekeliling gambar */
    margin-bottom: 50px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .section-title__logo img {
        max-width: 50%; /* Menjaga ukuran logo tetap responsif */
        height: auto; /* Memastikan proporsi logo tetap benar */
        display: inline-block; /* Menghindari jarak tambahan di sekeliling gambar */
        margin-bottom: 50px;
        margin-top: 20px;
    }
}

.section-title__tagline-box {
    position: relative;
    display: inline-block;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 16px;
    color: var(--sonchoy-black);
    font-family: var(--sonchoy-font-two);
    text-transform: capitalize;
    letter-spacing: 0.016em;
    font-weight: lighter;
}

.section-title__title {
    color: var(--primary-color);
    font-size: 40px;
    line-height: 60px;
    /* font-weight: 700; */
    /* margin: 11px 0 0; */
    letter-spacing: 0;
}

.section-title-two {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.section-title-two__icon {
    position: relative;
    display: block;
}

.section-title-two__icon img {
    width: auto;
}

.section-title-two__tagline-box {
    position: relative;
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 10px;
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
}

.section-title-two__title {
    color: var(--sonchoy-black);
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
}

.thm-btn {
    font-family: var(--PlusJakartaSans-bold);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0.016em;
    padding: 15px 45px 15px;
    background-color: var(--primary-color);
    transition: all 0.35s;
    overflow: hidden;
    z-index: 1;
}

.thm-btn::before,
.thm-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: all 0.35s;
}

.thm-btn:before {
    opacity: 0.5;
}

.thm-btn:after {
    transition-delay: 0.2s;
}

.thm-btn:hover:before,
.thm-btn:hover:after {
    top: 0;
}

.thm-btn:hover {
    color: var(--sonchoy-white);
}

.thm-btn-2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 400;
    font-size: 15px;
    color: var(--sonchoy-white);
    padding: 15px 45px 17px;
    border: 1px solid rgba(var(--sonchoy-white-rgb), 0.15);
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn-2:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--sonchoy-white);
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.thm-btn-2:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.thm-btn-2:hover {
    border: 1px solid var(--sonchoy-white);
    color: var(--primary-color);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--primary-color);
    color: var(--sonchoy-white);
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: var(--sonchoy-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--primary-color);
    color: var(--sonchoy-white);
    cursor: pointer;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--sonchoy-black);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 0;
}

.scroll-to-top i {
    color: var(--sonchoy-white);
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll-to-top:hover {
    background-color: var(--primary-color);
}

.scroll-to-top:hover i {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Navigations One
  --------------------------------------------------------------*/
.main-header {
    background: transparent;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header__top {
    position: relative;
    display: block;
}

.main-header__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--sonchoy-black);
    padding: 10px 60px 10px;
}

.main-header__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__contact-list li + li {
    margin-left: 60px;
}

.main-header__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__contact-list li .icon i {
    font-size: 16px;
    color: var(--sonchoy-white);
}

.main-header__contact-list li .text {
    margin-left: 15px;
}

.main-header__contact-list li .text p {
    font-size: 16px;
    color: var(--sonchoy-white);
}

.main-header__contact-list li .text p a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
    color: var(--primary-color);
}

.main-header__top-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header__top-social-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-social-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--sonchoy-white);
    margin-right: 30px;
}

.main-header__top-social {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-social a:hover {
    color: var(--primary-color);
}

.main-header__top-social a + a {
    margin-left: 20px;
}

.main-menu {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 60px;
    z-index: 1;
}

.main-menu__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__logo {
    position: relative;
    display: block;
    margin-right: 130px;
    padding: 34px 0;
}

.main-menu__main-menu-box {
    position: relative;
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__search-form {
    position: relative;
    display: block;
    width: 300px;
}

.main-menu__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: var(--sonchoy-primary);
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border: none;
    color: var(--sonchoy-white);
    border-radius: 0px;
}

.main-menu__search-form button[type="submit"] {
    color: var(--sonchoy-black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    max-width: 50px;
    width: 100%;
    bottom: 0;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search-form button[type="submit"]:hover {
    color: var(--primary-color);
}

.main-menu__cart {
    position: relative;
    display: block;
}

.main-menu__cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--sonchoy-black);
    margin-left: 30px;
    margin-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart a:hover {
    color: var(--primary-color);
}

.main-menu__btn-box {
    position: relative;
    display: block;
}

.stricky-header.main-menu {
    background-color: var(--sonchoy-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 60px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--sonchoy-white);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--primary-color);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
        -webkit-transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: none;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: var(--sonchoy-black);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 10px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
    background-color: var(--primary-color);
    color: var(--sonchoy-white);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--primary-color);
}

/* MOBILE NAV BURGER MENU */
.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--primary-color);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--sonchoy-white); /*warna background menu*/
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--white-color);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: var(--primary-color);
    font-size: 14px;
    font-family: var(--sonchoy-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content
    .main-menu__list
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a.expanded {
    color: var(--primary-color);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--primary-color);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a
    > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--primary-color);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--sonchoy-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--primary-color);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--sonchoy-black);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: var(--sonchoy-black);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--primary-color);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: var(--white-color);
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
  # Navigations Two
  --------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-two {
    position: relative;
    display: block;
}

.main-header-two__top {
    position: relative;
    display: block;
}

.main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--sonchoy-black);
    padding: 0px 120px 0px;
}

.main-header-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__contact-list li + li {
    margin-left: 60px;
}

.main-header-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__contact-list li .icon i {
    font-size: 16px;
    color: var(--sonchoy-white);
}

.main-header-two__contact-list li .text {
    margin-left: 15px;
}

.main-header-two__contact-list li .text p {
    font-size: 16px;
    color: var(--sonchoy-white);
}

.main-header-two__contact-list li .text p a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
    color: var(--primary-color);
}

.main-header-two__top-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-two__top-social-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 55px;
    z-index: 1;
}

.main-header-two__top-social-box::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%);
    z-index: -1;
}

.main-header-two__top-social-box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    right: -100000000px;
    bottom: 0px;
    background-color: var(--primary-color);
    z-index: -1;
}

.main-header-two__top-social-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--sonchoy-white);
    margin-right: 30px;
}

.main-header-two__top-social {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 50px;
    width: 44px;
    background-color: #0866ff;
}

.main-header-two__top-social a:nth-child(2) {
    background-color: #a230b9;
}

.main-header-two__top-social a:nth-child(3) {
    background-color: #d54f43;
}

.main-header-two__top-social a:nth-child(4) {
    background-color: #1da1f2;
}

.main-header-two__top-social a:hover {
    color: var(--primary-color);
    background-color: var(--sonchoy-white);
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 120px;
    z-index: 1;
}

.main-menu-two__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-two__logo {
    position: relative;
    display: block;
    margin-right: 50px;
    padding: 29px 0;
    padding-right: 80px;
    z-index: 1;
}

.main-menu-two__logo:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -10000000px;
    background-color: var(--primary-color);
    z-index: -1;
}

.main-menu-two__main-menu-two-box {
    position: relative;
    display: block;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.main-menu-two__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__search-form {
    position: relative;
    display: block;
    width: 300px;
}

.main-menu-two__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: var(--sonchoy-primary);
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border: none;
    color: var(--sonchoy-white);
    border-radius: 0px;
}

.main-menu-two__search-form button[type="submit"] {
    color: var(--sonchoy-black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    max-width: 50px;
    width: 100%;
    bottom: 0;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search-form button[type="submit"]:hover {
    color: var(--primary-color);
}

.main-menu-two__cart {
    position: relative;
    display: block;
}

.main-menu-two__cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--sonchoy-black);
    margin-left: 30px;
    margin-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__cart a:hover {
    color: var(--primary-color);
}

.main-menu-two__btn-box {
    position: relative;
    display: block;
}

.main-menu-two__btn {
    background-color: var(--sonchoy-black);
}

.main-menu-two__btn::before,
.main-menu-two__btn::after {
    background: var(--primary-color);
}

.stricky-header.main-menu-two {
    background-color: var(--sonchoy-white);
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 35px;
    padding-bottom: 35px;
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
    color: var(--sonchoy-white);
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: var(--primary-color);
}

.main-menu-two .main-menu__list > li > a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list > li > a .main-menu-border {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    opacity: 0;
    visibility: hidden;
    height: 0px;
    width: 10px;
    border-left: 1px solid #0f0f0f;
    border-right: 1px solid #0f0f0f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two .main-menu__list > li > a .main-menu-border:before,
.stricky-header.main-menu-two
    .main-menu__list
    > li
    > a
    .main-menu-border:before {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: var(--primary-color);
    content: "";
    transform: translateX(-50%);
}

.main-menu-two .main-menu__list > li.current > a .main-menu-border,
.main-menu-two .main-menu__list > li:hover > a .main-menu-border,
.stricky-header.main-menu-two
    .main-menu__list
    > li.current
    > a
    .main-menu-border,
.stricky-header.main-menu-two
    .main-menu__list
    > li:hover
    > a
    .main-menu-border {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
    height: 11px;
}

/*--------------------------------------------------------------
  # Navigations Three
  --------------------------------------------------------------*/
.main-header-three {
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
    font-family: var(--PlusJakartaSans-bold) !important;
}

/* warna container header */
.main-menu-three__wrapper {
    background-color: var(--sonchoy-white);
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-three__wrapper .container {
    max-width: 1355px;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0px;
    z-index: 1;
}

.main-menu-three__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__logo {
    position: relative;
    display: block;
    margin-right: 80px;
    padding: 29px 0;
    z-index: 1;
}

.main-menu-three__main-menu-two-box {
    position: relative;
    display: block;
}

.main-menu-three__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--primary-color);
}

.main-menu-three__cart {
    position: relative;
    display: block;
}

.main-menu-three__cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-color);
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart a:hover {
    color: var(--primary-color);
}

.main-menu-three__btn-box {
    position: relative;
    display: block;
}

.main-menu-three__btn {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.main-menu-three__btn::before,
.main-menu-three__btn::after {
    background: var(--primary-color);
}

.stricky-header.main-menu-three {
    background-color: var(--sonchoy-white);
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Mengatur warna teks di menu */
.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
    color: var(--primary-color);
    font-family: var(--sonchoy-font-two);
}

/* mengatur teks menu yang aktiv */
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.main-menu-three .main-menu__list > li.current > a::before,
.main-menu-three .main-menu__list > li:hover > a::before,
.stricky-header.main-menu-three .main-menu__list > li.current > a::before,
.stricky-header.main-menu-three .main-menu__list > li:hover > a::before {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
  # Navigations Four
  --------------------------------------------------------------*/
.main-header-four {
    background: transparent;
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-four__top {
    position: relative;
    display: block;
}

.main-header-four__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
}

.main-header-four__top-left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-four__logo {
    position: relative;
    display: block;
}

.main-header-four__search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 115px;
}

.main-header-four__search-form {
    position: relative;
    display: block;
    width: 300px;
}

.main-header-four__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 50px;
    width: 100%;
    padding-right: 60px;
    border: 1px solid #d5d5d5;
    color: var(--sonchoy-white);
    border-radius: 0px;
}

.main-header-four__search-form button[type="submit"] {
    color: var(--sonchoy-black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    max-width: 50px;
    width: 100%;
    bottom: 0;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-four__search-form button[type="submit"]:hover {
    color: var(--primary-color);
}

.main-header-four__contact-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-four__contact-list li {
    position: relative;
    display: block;
}

.main-header-four__contact-list li:before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -30px;
    width: 1px;
    background-color: #d5d5d5;
}

.main-header-four__contact-list li:first-child:before {
    display: none;
}

.main-header-four__contact-list li + li {
    margin-left: 60px;
}

.main-header-four__contact-list li .text span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.018em;
    line-height: 14px;
}

.main-header-four__contact-list li .text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--sonchoy-black);
    line-height: 18px;
}

.main-header-four__contact-list li .text p a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-four__contact-list li .text p a:hover {
    color: var(--primary-color);
}

.main-menu-four__wrapper {
    position: relative;
    display: block;
    background-color: var(--sonchoy-black);
    z-index: 1;
}

.main-menu-four__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 0px;
    z-index: 1;
}

.main-menu-four__main-menu-two-box {
    position: relative;
    display: block;
}

.main-menu-four__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-four__cart {
    position: relative;
    display: block;
}

.main-menu-four__cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--sonchoy-white);
    margin-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-four__cart a:hover {
    color: var(--primary-color);
}

.main-menu-four__btn-box {
    position: relative;
    display: block;
}

.main-menu-four__btn:hover {
    color: var(--primary-color);
}

.main-menu-four__btn::before,
.main-menu-four__btn::after {
    background: var(--sonchoy-primary);
}

.stricky-header.main-menu-four {
    background-color: var(--sonchoy-black);
}

.main-menu-four .main-menu__list > li,
.stricky-header.main-menu-four .main-menu__list > li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-menu-four .main-menu__list > li > a,
.stricky-header.main-menu-four .main-menu__list > li > a {
    color: #b7c9e2;
}

.main-menu-four .main-menu__list > li.current > a,
.main-menu-four .main-menu__list > li:hover > a,
.stricky-header.main-menu-four .main-menu__list > li.current > a,
.stricky-header.main-menu-four .main-menu__list > li:hover > a {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Navigations Five
  --------------------------------------------------------------*/
.main-menu-five .main-menu-four__wrapper {
    background-color: var(--primary-color);
}

.main-menu-five .main-menu__list > li > a,
.stricky-header.main-menu-five .main-menu__list > li > a {
    color: var(--sonchoy-white);
}

.main-menu-five .main-menu-four__cart a:hover {
    color: var(--sonchoy-black);
}

.main-menu-five__btn {
    background-color: #66bc89;
}

.stricky-header.main-menu-five {
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Search Popup
  --------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sonchoy-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--primary-color);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
    background-color: var(--sonchoy-black);
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--sonchoy-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Main Slider
  --------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    background-color: var(--sonchoy-primary);
    overflow: hidden;
    z-index: 10;
}

.main-slider .item {
    position: relative;
    padding-top: 166px;
    padding-bottom: 177px;
    z-index: 10;
}

.main-slider__img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(500px);
    opacity: 0;
    z-index: 1;
}

.main-slider__img img {
    width: auto !important;
}

.active .main-slider__img {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 1000ms;
    z-index: 1;
}

.main-slider__shape-1 {
    position: absolute;
    top: -10px;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}

.main-slider__shape-1 img {
    width: auto;
}

.main-slider__shape-2 {
    position: absolute;
    top: 82px;
    right: 44%;
    z-index: -1;
}

.main-slider__shape-2 img {
    width: auto;
}

.main-slider__shape-3 {
    position: absolute;
    bottom: 80px;
    right: 40%;
    z-index: -1;
}

.main-slider__shape-3 img {
    width: auto;
}

.main-slider__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider__section-and-text {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider__content .section-title {
    margin-bottom: 22px;
}

.main-slider__content .section-title__title {
    font-size: 90px;
    line-height: 80px;
    letter-spacing: -0.02em;
    margin: 21px 0 0;
}

.main-slider__text {
    position: relative;
    display: inline-block;
    color: #6a6a6a;
}

.main-slider__btn-and-ratting-box {
    margin-top: 43px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider__btn-and-ratting-box {
    margin-top: 43px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.main-slider__ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
    top: 7px;
}

.main-slider__ratting i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffc107;
}

.main-slider__ratting i + i {
    margin-left: 4px;
}

.main-slider__ratting > span {
    color: #6a6a6a;
    position: relative;
    margin-left: 20px;
}

.active .main-slider__section-and-text,
.active .main-slider__btn-and-ratting-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 80px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-white);
    border: none;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

.main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

.main-slider .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
    margin-top: 10px;
}

/*--------------------------------------------------------------
  # Main Slider Two
  --------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    z-index: 10;
}

.main-slider-two .item {
    position: relative;
    padding-top: 220px;
    padding-bottom: 220px;
    z-index: 10;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-two__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3, 0, 17, 0.7);
    z-index: -1;
}

.active .main-slider-two__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
    z-index: 2;
}

.main-slider-two__shape-1 img {
    width: auto;
}

.main-slider-two__shape-2 {
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: 0.6;
    z-index: 2;
}

.main-slider-two__shape-2 img {
    width: auto;
}

.main-slider-two__shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: var(--sonchoy-primary);
    z-index: 2;
}

.main-slider-two__shape-4 {
    position: absolute;
    bottom: 61px;
    right: 61px;
    height: 60px;
    width: 60px;
    background-color: #eb1919;
    z-index: 2;
}

.main-slider-two__shape-5 {
    position: absolute;
    bottom: 122px;
    right: 122px;
    height: 60px;
    width: 60px;
    background-color: var(--sonchoy-primary);
    z-index: 2;
}

.main-slider-two__shape-6 {
    position: absolute;
    bottom: 184px;
    right: 61px;
    height: 60px;
    width: 60px;
    background-color: #dd0733;
    z-index: 2;
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-two__content-top {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-two__content .section-title__tagline {
    color: var(--sonchoy-white);
}

.main-slider-two__content .section-title__title {
    color: var(--sonchoy-white);
    font-size: 90px;
    line-height: 90px;
}

.main-slider-two__btn-and-call {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-two__btn:hover {
    color: var(--primary-color);
}

.main-slider-two__btn::before,
.main-slider-two__btn::after {
    background: var(--sonchoy-white);
}

.main-slider-two__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-slider-two__call .icon {
    position: relative;
    display: inline-block;
    top: 2px;
}

.main-slider-two__call .icon > span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--primary-color);
}

.main-slider-two__call > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--sonchoy-white);
    margin-left: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two__call > a:hover {
    color: var(--primary-color);
}

.main-slider-two__video-link {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.main-slider-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-slider-two__video-icon:hover {
    background-color: var(--sonchoy-white);
    color: var(--primary-color);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider-two__video-shape-1 {
    position: absolute;
    left: -162px;
    bottom: -121px;
}

.main-slider-two__video-shape-1 img {
    width: auto !important;
}

.active .main-slider-two__content-top,
.active .main-slider-two__btn-and-call {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-two .owl-theme .owl-dots {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 120px;
    margin: 0 auto !important;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider-two .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-top: 15px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(var(--sonchoy-white-rgb), 1);
    border: 1px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--sonchoy-white-rgb), 0);
    border: 1px solid var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Main Slider Three
  --------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
    background-color: #eeeef5;
    z-index: 10;
}

.main-slider-three__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Warna dan transparansi overlay */
    z-index: -2;
    opacity: 0.2;
    overflow: hidden; /* Mencegah gambar melampaui container */
}

.main-slider-three__overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Membuat gambar memenuhi container tanpa merusak aspek rasio */
}

.main-slider-three .item {
    background-color: var(--primary-color);
    position: relative;
    padding-top: 172px;
    padding-bottom: 185px;
    z-index: 10;
}

.main-slider-three__img {
    position: absolute;
    top: 30%;
    right: 225px;
    transform: translateX(500px);
    opacity: 0;
    z-index: 1;
}

.main-slider-three__img img {
    width: auto !important;
}

.active .main-slider-three__img {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 500ms;
    z-index: 1;
}

.main-slider-three__shape-2 {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1;
}

.main-slider-three__shape-2 img {
    width: auto !important;
}

.main-slider-three__shape-3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.main-slider-three__shape-3 img {
    width: auto !important;
}

.main-slider-three__shape-4 {
    position: absolute;
    left: -48px;
    top: 57px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 137px;
    height: 137px;
}

.main-slider-three__shape-5 {
    position: absolute;
    left: 126px;
    top: 160px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
}

.main-slider-three__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-three__title {
    position: relative;
    display: block;
    font-size: 2rem;
    font-family: var(--PlusJakartaSans-bold);
    color: var(--white-color);
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-three__text {
    color: white;
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.active .main-slider-three__text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-three__btn-and-text-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 46px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-three__text-box {
    color: var(--primary-color);
    margin-left: 30px;
}

.main-slider-three__text-box span {
    font-size: 20px;
    font-weight: 700;
}

.active .main-slider-three__title,
.active .main-slider-three__btn-and-text-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
  # Main Slider
  --------------------------------------------------------------*/
.main-slider-four {
    position: relative;
    background-color: #010420;
    z-index: 10;
}

.main-slider-four .item {
    background-color: #010420;
    position: relative;
    padding-top: 200px;
    padding-bottom: 290px;
    z-index: 10;
}

.main-slider-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: luminosity;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-four__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 4, 21, 0.75);
    z-index: -1;
}

.active .main-slider-four__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider-four__shape-1 {
    position: absolute;
    left: 280px;
    bottom: 15px;
    z-index: 1;
}

.main-slider-four__shape-1 img {
    width: auto !important;
}

.main-slider-four__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: var(--sonchoy-white);
    z-index: 2;
}

.main-slider-four__shape-3 {
    position: absolute;
    bottom: 61px;
    right: 61px;
    height: 60px;
    width: 60px;
    background-color: #0c61d1;
    z-index: 2;
}

.main-slider-four__shape-4 {
    position: absolute;
    bottom: 122px;
    right: 122px;
    height: 60px;
    width: 60px;
    background-color: var(--sonchoy-white);
    z-index: 2;
}

.main-slider-four__shape-5 {
    position: absolute;
    bottom: 184px;
    right: 61px;
    height: 60px;
    width: 60px;
    background-color: #0c61d1;
    z-index: 2;
}

.main-slider-four__content {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}

.main-slider-four__icon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--sonchoy-white);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
    z-index: 1;
}

.main-slider-four__icon img {
    width: auto !important;
}

.main-slider-four__title {
    position: relative;
    display: block;
    font-size: 90px;
    color: var(--sonchoy-white);
    font-weight: 700;
    line-height: 90px;
    margin-top: 11px;
    margin-bottom: 45px;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-four__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-four__btn:hover {
    color: var(--primary-color);
}

.main-slider-four__btn::before,
.main-slider-four__btn::after {
    background: var(--sonchoy-white);
}

.main-slider-four__btn-2 {
    background-color: var(--sonchoy-white);
    color: var(--primary-color);
    margin-left: 20px;
}

.main-slider-four__btn-2::before,
.main-slider-four__btn-2::after {
    background: var(--primary-color);
}

.active .main-slider-four__title,
.active .main-slider-four__icon,
.active .main-slider-four__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-four .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 0px 120px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider-four .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--primary-color-rgb), 1);
    background-color: rgba(var(--sonchoy-white-rgb), 0.3);
    border: none;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 0px 0px !important;
}

.main-slider-four .owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(var(--sonchoy-black-rgb), 1);
    background-color: rgba(var(--sonchoy-white-rgb), 1);
}

.main-slider-four .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
    margin-left: 0px;
}

/*--------------------------------------------------------------
  # Main Slider Five
  --------------------------------------------------------------*/
.main-slider-five {
    position: relative;
    display: block;
    background-color: #00180e;
    z-index: 1;
}

.main-slider-five__inner {
    position: relative;
    display: block;
}

.main-slider-five__main-content {
    position: relative;
    display: block;
}

.main-slider-five__main-content-inner-box {
    position: relative;
    display: block;
}

.main-slider-five__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-five__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 24, 14, 0.5);
    z-index: 1;
}

.main-slider-five .swiper-slide-active .main-slider-five__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider-five__shape-1 {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 2;
}

.main-slider-five__shape-1 img {
    width: auto;
}

.main-slider-five__shape-2 {
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 2;
}

.main-slider-five__shape-2 img {
    width: auto;
}

.main-slider-five__main-content-inner {
    position: relative;
    display: block;
    padding: 226px 0 240px;
    z-index: 15;
}

.main-slider-five__title {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: var(--sonchoy-white);
    margin-bottom: 46px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-200px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-200px);
    transform: perspective(400px) rotateY(0deg) translateY(-200px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1;
}

.main-slider-five .swiper-slide-active .main-slider-five__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-five__btn-and-text-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(200px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(200px);
    transform: perspective(400px) rotateY(0deg) translateY(200px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1;
}

.main-slider-five .swiper-slide-active .main-slider-five__btn-and-text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-five__text-box {
    color: var(--sonchoy-white);
    margin-left: 30px;
}

.main-slider-five__text-box span {
    font-size: 20px;
    font-weight: 700;
}

.main-slider-five__btn:hover {
    color: var(--primary-color);
}

.main-slider-five__btn::before,
.main-slider-five__btn::after {
    background: var(--sonchoy-white);
}

.main-slider-five__thumb-box {
    position: absolute;
    top: 50%;
    right: 80px;
    width: 60px;
    height: 210px;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 101;
}

#main-slider-five__thumb {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    #main-slider-five__thumb {
        display: none;
    }
}

.main-slider-five__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.main-slider-five__img-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    content: "";
    background-color: rgba(var(--sonchoy-black-rgb), 0);
    z-index: 1;
    transition: all 500ms ease;
}

.swiper-slide-thumb-active .main-slider-five__img-holder:before {
    background-color: rgba(var(--sonchoy-black-rgb), 0.3);
}

.main-slider-five__img-holder > img {
    width: 100%;
    transition: all 0.5s ease-in-out 0.6s;
    border-radius: 50%;
}

#main-slider-five__carousel-pagination {
    position: absolute;
    top: 44%;
    left: 80px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 0;
    height: 0;
    transform: translateY(-50%);
    z-index: 20;
}

#main-slider-five__carousel-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(var(--sonchoy-white-rgb), 1);
    border: 1px solid transparent;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 9px 0;
    opacity: 1;
}

#main-slider-five__carousel-pagination .swiper-pagination-bullet-active {
    background-color: rgba(var(--sonchoy-white-rgb), 0);
    border: 1px solid var(--sonchoy-white);
}

#main-slider-five__carousel-pagination
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
    margin-top: 15px;
}

/*--------------------------------------------------------------
  # Feature One
  --------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.feature-one__single {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    z-index: 1;
}

.feature-one__shape-1 {
    position: absolute;
    top: 0px;
    right: 0;
    left: 95px;
    height: 29px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleY(1);
    z-index: -1;
}

.feature-one__single:hover .feature-one__shape-1 {
    transform: scaleY(0);
}

.feature-one__shape-1 img {
    width: auto;
}

.feature-one__hover-shape-1 {
    position: absolute;
    top: 0px;
    right: 0;
    left: 95px;
    height: 29px;
    background-size: cover;
    background-repeat: no-repeat;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.feature-one__single:hover .feature-one__hover-shape-1 {
    transform: scaleY(1);
}

.feature-one__hover-shape-1 img {
    width: auto;
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 105px;
    background-color: var(--sonchoy-primary);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    overflow: hidden;
    z-index: 1;
}

.feature-one__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.feature-one__single:hover .feature-one__icon::after {
    transform: scaleY(1);
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 52px;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
    color: var(--sonchoy-white);
}

.feature-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
    padding: 25px 0 35px;
}

.feature-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.feature-one__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__title a:hover {
    color: var(--primary-color);
}

.feature-one__read-more {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.016em;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__read-more:hover {
    color: var(--primary-color);
}

.feature-one__read-more span {
    position: relative;
    margin-left: 10px;
}

/*--------------------------------------------------------------
  # About One
  --------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.about-one__shape-2 {
    position: absolute;
    right: 145px;
    bottom: 224px;
    z-index: -1;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__shape-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-one__shape-3 img {
    width: auto;
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: 200px;
    margin-right: 70px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(17deg);
    z-index: 1;
}

.about-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.about-one__img img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.about-one__img:hover img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.about-one__img-2 {
    position: absolute;
    top: 164px;
    left: -285px;
    z-index: -1;
}

.about-one__img-2 img {
    width: auto;
}

.about-one__client-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    padding: 23px 27px 23px;
    margin-top: 43px;
    z-index: 1;
}

.about-one__client-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.about-one__client-img {
    position: relative;
    display: block;
    width: 60px;
}

.about-one__client-img img {
    width: 100%;
}

.about-one__client-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-one__count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__count h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-white);
    letter-spacing: 0.016em;
}

.about-one__count span {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-white);
    letter-spacing: 0.016em;
}

.about-one__client-content p {
    color: var(--sonchoy-white);
}

.about-one__video-link {
    position: absolute;
    top: 30px;
    left: -138px;
}

.about-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 18px;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
    background-color: var(--sonchoy-black);
    color: var(--sonchoy-white);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-one__shape-1 {
    position: absolute;
    top: 5px;
    left: -247px;
    z-index: 1;
}

.about-one__shape-1 img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-right: -5px;
}

.about-one__right .section-title {
    margin-bottom: 24px;
}

.about-one__text-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.06);
    padding-right: 20px;
    margin: 38px 0 48px;
    z-index: 1;
}

.about-one__text-box-shape {
    position: absolute;
    bottom: -2px;
    left: 98px;
    z-index: -1;
}

.about-one__text-box-shape img {
    width: auto;
}

.about-one__text-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    height: 92px;
    background-color: var(--sonchoy-black);
    border-top-right-radius: 46px;
}

.about-one__text-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--sonchoy-white);
}

.about-one__text-box-text {
    margin-left: 30px;
    line-height: 24px;
}

.about-one__points {
    position: relative;
    display: block;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points li + li {
    margin-top: 7px;
}

.about-one__points li .icon {
    position: relative;
    display: inline-block;
}

.about-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--primary-color);
}

.about-one__points li p {
    margin-left: 10px;
    font-weight: 700;
    font-family: var(--sonchoy-font-two);
    color: var(--primary-color);
}

.about-one__btn-and-contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 46px;
}

.about-one__btn-box {
    position: relative;
    display: block;
}

.about-one__contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.about-one__contact .icon {
    position: relative;
    display: inline-block;
}

.about-one__contact .icon > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--primary-color);
    border: 1px solid var(--sonchoy-bdr-color);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__contact .icon > span:hover {
    color: var(--sonchoy-white);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.about-one__contact .content {
    position: relative;
    display: block;
    margin-left: 20px;
    top: -3px;
}

.about-one__contact .content > p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 18px;
    margin-top: -2px;
}

.about-one__contact .content > p > a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__contact .content > p > a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Counter One
  --------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    background-color: var(--primary-color);
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}

.counter-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    z-index: -1;
}

.counter-one__shape-1 img {
    width: auto;
}

.counter-one__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.counter-one__shape-2 img {
    width: auto;
}

.counter-one__shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.counter-one__shape-3 img {
    width: auto;
}

.counter-one__shape-4 {
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: -1;
}

.counter-one__shape-4 img {
    width: auto;
}

.counter-one__shape-5 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
    z-index: -1;
}

.counter-one__shape-5 img {
    width: auto;
}

.counter-one__shape-6 {
    position: absolute;
    bottom: -30px;
    right: 0;
    opacity: 0.4;
    z-index: -1;
}

.counter-one__shape-6 img {
    width: auto;
}

.counter-one__shape-7 {
    position: absolute;
    top: 0;
    right: -30px;
    z-index: -1;
}

.counter-one__shape-7 img {
    width: auto;
}

.counter-one__inner {
    position: relative;
    display: block;
}

.counter-one__count-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-one__count-list li {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 1px dashed rgba(var(--sonchoy-white-rgb), 0.4);
    border-radius: 50%;
    transition: all 500ms linear;
    margin: 0 auto;
    z-index: 1;
}

.counter-one__count-list li:hover .counter-one__icon {
    border: 1px dashed transparent;
}

.counter-one__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.counter-one__count-list li:hover .counter-one__icon::before {
    transform: scaleX(1);
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-one__count-list li:hover .counter-one__icon span {
    transform: scale(0.9);
    color: var(--sonchoy-white);
}

.counter-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 3px;
}

.counter-one__count h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: var(--sonchoy-white);
    font-family: var(--sonchoy-font);
}

.counter-one__count span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: var(--sonchoy-white);
    font-family: var(--sonchoy-font);
}

.counter-one__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2em;
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Services One
  --------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--sonchoy-primary);
    padding: 120px 0 90px;
    z-index: 1;
}

.services-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.06;
    z-index: -1;
}

.services-one__shape-1 img {
    width: auto;
}

.services-one__shape-2 {
    position: absolute;
    right: 68px;
    bottom: 46px;
    z-index: -1;
}

.services-one__shape-2 img {
    width: auto;
}

.services-one__bottom {
    position: relative;
    display: block;
}

.services-one__carousel {
    position: relative;
    display: block;
}

.services-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.04);
    z-index: 1;
}

.services-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sonchoy-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-one__single:hover:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-one__title-box {
    position: relative;
    display: block;
    padding: 53px 0 95px;
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.services-one__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
    color: var(--sonchoy-white);
}

.services-one__img-box {
    position: relative;
    display: block;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-one__img::before {
    background-color: var(--sonchoy-black);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
    z-index: 1;
}

.services-one__single:hover .services-one__img::before {
    height: 100%;
    opacity: 0.05;
}

.services-one__img:after {
    position: absolute;
    content: "";
    background-color: var(--sonchoy-black);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}

.services-one__single:hover .services-one__img:after {
    height: 0;
    opacity: 0.3;
}

.services-one__img img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}

.services-one__single:hover .services-one__img img {
    transform: scale(1);
}

.services-one__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -55px;
    left: 50%;
    width: 110px;
    height: 110px;
    background-color: var(--sonchoy-black);
    border-radius: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 2;
}

.services-one__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.services-one__single:hover .services-one__icon::before {
    transform: scaleX(1);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--sonchoy-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
}

.services-one__read-more {
    position: relative;
    display: block;
}

.services-one__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-color);
    padding: 12px 40px 12px;
    background-color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-one__single:hover .services-one__read-more a {
    color: var(--sonchoy-white);
}

.services-one__read-more a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-one__single:hover .services-one__read-more a::before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-one__read-more a span {
    font-weight: 900;
}

.services-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}

.services-one__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-white);
    font-size: 20px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-white);
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.services-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.services-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.services-one__carousel.owl-theme .owl-nav .owl-next span,
.services-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-one__carousel.owl-theme .owl-nav .owl-next:hover,
.services-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Why Choose One
  --------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: -234px;
    margin-right: 364px;
}

.why-choose-one__img-box {
    position: relative;
    display: block;
}

.why-choose-one__img {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.why-choose-one__img img {
    width: 100%;
}

.why-choose-one__img-2 {
    position: absolute;
    top: 358px;
    right: -294px;
}

.why-choose-one__img-2 img {
    width: auto;
}

.why-choose-one__img-3 {
    position: absolute;
    top: 120px;
    right: -294px;
}

.why-choose-one__img-3 img {
    width: auto;
}

.why-choose-one__experience-box {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -22px;
    left: -305px;
}

.why-choose-one__count {
    position: relative;
    display: block;
}

.why-choose-one__count h3 {
    font-size: 140px;
    font-weight: 700;
    line-height: 140px;
    color: var(--primary-color);
    font-family: var(--sonchoy-font);
}

.why-choose-one__experience-box p {
    font-weight: 700;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: var(--sonchoy-black);
    line-height: 26px;
    margin-left: 26px;
    top: 17px;
    position: relative;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-top: 120px;
}

.why-choose-one__right .section-title {
    margin-bottom: 39px;
}

.why-choose-one__points {
    position: relative;
    display: block;
}

.why-choose-one__points li {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--sonchoy-bdr-color);
    padding-bottom: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover {
    border-bottom: 1px solid var(--primary-color);
}

.why-choose-one__points li + li {
    margin-top: 39px;
}

.why-choose-one__points li .icon {
    position: relative;
    display: inline-block;
    top: 9px;
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-one__points li:hover .icon span {
    transform: scale(0.9);
}

.why-choose-one__points li .content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.why-choose-one__points li .content > h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.why-choose-one__points li .content > p {
    line-height: 26px;
    margin-top: 9px;
}

/*--------------------------------------------------------------
  # Video One
  --------------------------------------------------------------*/
.video-one {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.video-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(8, 0, 22, 0.7);
    z-index: -1;
}

.video-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    mix-blend-mode: color-dodge;
    z-index: -1;
}

.video-one__shape-1 img {
    width: auto;
}

.video-one__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    mix-blend-mode: color-dodge;
    z-index: -1;
}

.video-one__shape-2 img {
    width: auto;
}

.video-one__shape-3 {
    position: absolute;
    top: 0;
    left: 75px;
    z-index: -1;
}

.video-one__shape-3 img {
    width: auto;
}

.video-one__shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.video-one__shape-4 img {
    width: auto;
}

.video-one__shape-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    z-index: -1;
}

.video-one__shape-5 img {
    width: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
  # Work Step One
  --------------------------------------------------------------*/
.work-step-one {
    position: relative;
    display: block;
    padding: 120px 0 50px;
    background-color: var(--sonchoy-primary);
    z-index: 1;
}

.work-step-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.work-step-one .section-title {
    margin-bottom: 96px;
}

.work-step-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.work-step-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    margin: 0 auto;
    z-index: 1;
}

.work-step-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 68px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.work-step-one__single:hover .work-step-one__icon span {
    transform: scale(0.9);
}

.work-step-one__shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.work-step-one__single:hover .work-step-one__shape-1 {
    opacity: 0;
}

.work-step-one__shape-1 img {
    width: auto;
}

.work-step-one__hover-shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.work-step-one__single:hover .work-step-one__hover-shape-1 {
    opacity: 1;
}

.work-step-one__hover-shape-1 img {
    width: auto;
}

.work-step-one__shape-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.work-step-one__shape-2 img {
    width: auto;
}

.work-step-one__shape-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.work-step-one__shape-3 img {
    width: auto;
}

.work-step-one__title {
    margin-top: 74px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.work-step-one__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-step-one__title a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # FAQ One
  --------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-left: -73px;
    margin-right: 73px;
    margin-top: 10px;
}

.faq-one__shape-1 {
    position: absolute;
    top: -36px;
    left: -69px;
}

.faq-one__shape-1 img {
    width: auto;
}

.faq-one__img-box {
    position: relative;
    display: block;
}

.faq-one__img {
    position: relative;
    display: block;
}

.faq-one__img img {
    width: 100%;
}

.faq-one__quick-box {
    position: absolute;
    top: -8px;
    right: -34px;
    max-width: 256px;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
    padding: 39px 30px 33px;
}

.faq-one__quick-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
}

.faq-one__quick-icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    color: var(--sonchoy-white);
}

.faq-one__quick-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 14px;
}

.faq-one__policy {
    position: absolute;
    left: 33px;
    bottom: -23px;
    max-width: 362px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
    padding: 36px 40px 39px;
}

.faq-one__policy-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.faq-one__policy-icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    color: var(--sonchoy-white);
}

.faq-one__policy-text {
    margin-left: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: var(--sonchoy-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one__right .faq-one-accrodion .accrodion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.accrodion-title {
    text-align: left;
}

.accrodion-content {
    text-align: left;
}

.faq-one__right .faq-one-accrodion .accrodion.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.faq-one__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 30px 17px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 10px;
    color: var(--sonchoy-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--sonchoy-white);
}

.faq-one__right .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    color: var(--sonchoy-black);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-one__right
    .faq-one-accrodion
    .accrodion.active
    .accrodion-title
    h4::before {
    content: "\f106";
    color: var(--sonchoy-white);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
    line-height: 26px;
}

/*--------------------------------------------------------------
  # Testimonial One
  --------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 0 0 108px;
    z-index: 1;
}

.testimonial-one__shape-1 {
    position: absolute;
    bottom: 140px;
    right: 0;
    z-index: -1;
}

.testimonial-one__shape-1 img {
    width: auto;
}

.testimonial-one .section-title {
    margin-bottom: 56px;
}

.testimonial-one__bottom {
    position: relative;
    display: block;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    text-align: center;
}

.testimonial-one__quote {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.testimonial-one__quote img {
    width: auto;
}

.testimonial-one__text-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
    padding: 49px 30px 76px;
    margin-top: -32px;
    z-index: 1;
}

.testimonial-one__text-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.testimonial-one__single:hover .testimonial-one__text-box::before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.testimonial-one__text {
    color: var(--sonchoy-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__text {
    color: var(--sonchoy-white);
}

.testimonial-one__client-info {
    position: relative;
    display: block;
    margin-top: -40px;
    z-index: 2;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    max-width: 65px;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-one__client-img::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 8px solid var(--sonchoy-white);
    border-radius: 50%;
}

.testimonial-one__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.016em;
    margin-top: 18px;
}

.testimonial-one__client-name a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__client-name a:hover {
    color: var(--primary-color);
}

.testimonial-one__client-sub-title {
    position: relative;
    top: -2px;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
  # Get Quote
  --------------------------------------------------------------*/
.get-quote {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.get-quote__img-1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.get-quote__img-1 img {
    width: auto;
    border-radius: 50%;
}

.get-quote__img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.get-quote__img-2 img {
    width: auto;
}

.get-quote__shape-4 {
    position: absolute;
    left: 0;
    top: -52px;
    z-index: -1;
}

.get-quote__shape-4 img {
    width: auto;
}

.get-quote__shape-5 {
    position: absolute;
    left: 20px;
    top: 33px;
    z-index: -1;
}

.get-quote__shape-5 img {
    width: auto;
}

.get-quote__shape-7 {
    position: absolute;
    left: 490px;
    bottom: 35px;
    z-index: 1;
}

.get-quote__shape-7 img {
    width: auto;
}

.get-quote__shape-8 {
    position: absolute;
    left: 807px;
    bottom: 0;
    z-index: 1;
}

.get-quote__shape-8 img {
    width: auto;
}

.get-quote__shape-9 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.get-quote__shape-9 img {
    width: auto;
}

.get-quote__shape-10 {
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 1;
}

.get-quote__shape-10 img {
    width: auto;
}

.get-quote__shape-11 {
    position: absolute;
    bottom: -263px;
    right: 0;
    z-index: 1;
}

.get-quote__shape-11 img {
    width: auto;
}

.get-quote__inner {
    position: relative;
    display: block;
}

.get-quote__left {
    position: relative;
    display: block;
    margin-left: 225px;
    margin-top: 126px;
}

.get-quote__tab-box {
    position: relative;
    display: block;
    z-index: 2;
}

.get-quote__tab-box .tab-buttons {
    position: relative;
    display: block;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(2) {
    margin-left: 30px;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(3) {
    margin-left: 60px;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(4) {
    margin-left: 30px;
}

.get-quote__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}

.get-quote__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-top: 20px;
}

.get-quote__tab-btn-content {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.get-quote__tab-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--sonchoy-black);
    border-radius: 50%;
    z-index: 1;
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon {
    background-color: var(--primary-color);
}

.get-quote__tab-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--sonchoy-white);
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon span {
    color: var(--sonchoy-white);
}

.get-quote__tab-text-box {
    position: relative;
    display: block;
    width: 216px;
    padding: 24px 60px 22px;
    padding-right: 20px;
    margin-left: -40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.get-quote__tab-text {
    font-size: 24px;
    color: var(--sonchoy-black);
    font-weight: 700;
    line-height: 34px;
    font-family: var(--sonchoy-font-two);
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-text {
    color: var(--primary-color);
}

.get-quote__right {
    position: relative;
    display: block;
    margin-left: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 73px 80px 80px;
    border-bottom: 2px solid var(--primary-color);
    z-index: 1;
}

.get-quote__shape-6 {
    position: absolute;
    right: -5px;
    top: -135px;
    z-index: -1;
}

.get-quote__shape-6 img {
    width: auto;
}

.get-quote__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.get-quote__shape-1 img {
    width: auto;
}

.get-quote__shape-2 {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
}

.get-quote__shape-2 img {
    width: auto;
}

.get-quote__shape-3 {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1;
}

.get-quote__shape-3 img {
    width: auto;
}

.get-quote__tagline {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}

.get-quote__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.018em;
    margin-top: 7px;
    margin-bottom: 33px;
}

.get-quote__right .tabs-content {
    position: relative;
    display: block;
}

.get-quote__right .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.get-quote__right .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.get-quote__content {
    position: relative;
    display: block;
}

.get-quote__form {
    position: relative;
    display: block;
}

.get-quote__content-box {
    position: relative;
    display: block;
}

.get-quote__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.get-quote__input-box input[type="text"],
.get-quote__input-box input[type="email"] {
    height: 58px;
    width: 100%;
    border: 0;
    background-color: var(--sonchoy-primary);
    outline: none;
    font-size: 16px;
    color: var(--sonchoy-white);
    font-weight: 400;
    padding: 0 30px 0;
}

.get-quote__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 6px;
}

.get-quote__progress-single {
    position: relative;
    display: block;
}

.get-quote__progress-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
    font-weight: 700;
}

.get-quote__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--sonchoy-primary);
    border: 0;
}

.get-quote__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 4px;
    top: 3px;
    left: 4px;
    background-color: var(--primary-color);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.get-quote__progress .count-text {
    position: absolute;
    right: -8px;
    bottom: -2px;
    opacity: 0;
    border-radius: 50%;
    background-color: var(--sonchoy-black);
    width: 8px;
    height: 8px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.get-quote__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.get-quote__balance-box {
    position: absolute;
    top: 0;
    right: 0;
}

.get-quote__balance {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
}

.get-quote__content-bottom {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.get-quote__btn {
    border: none;
}

.get-quote__content-bottom-text-box {
    position: relative;
    display: block;
}

.get-quote__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.get-quote__count {
    position: relative;
    display: flex;
    align-items: center;
}

.get-quote__count h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: var(--sonchoy-font);
}

.get-quote__count span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: var(--sonchoy-black);
}

.get-quote__count-box p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: var(--sonchoy-black);
    margin-left: 4px;
}

.get-quote__ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.get-quote__ratting span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--primary-color);
}

.get-quote__ratting span + span {
    margin-left: 3px;
}

/*--------------------------------------------------------------
  # Tentang Rotonengen
  --------------------------------------------------------------*/

/* Styling untuk About Tabs */
.about-tabs {
    text-align: center;
    margin-bottom: 30px;
}

.tab-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
}

.tab-item {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    color: #333;
    transition: color 0.3s;
}

.tab-item.active {
    border-bottom: 2px solid #cc3366;
    color: #cc3366;
}

.tab-pane {
    display: none;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
}

.tab-pane.active {
    display: block;
}


.tentangRoto .teks-primary {
    font-family: var(--sonchoy-font-two);
    color: var(--primary-color);
}
.tentangRoto .about-three__text {
    color: var(--sonchoy-black);
}
/*--------------------------------------------------------------
  # List Team
  --------------------------------------------------------------*/
.list-profile {
    position: relative;
    display: block;
    padding: 100px 0;
    z-index: 1;
}

.list-profile .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--sonchoy-font);
}

.list-profile .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 20px;
    border-radius: 10px;
}

.list-profile .profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    border: var(--primary-color) 2px solid;
}

.list-profile .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 500ms;
}

.list-profile h3 {
    font-size: 18px;
    margin: 10px 0 5px;
    color: var(--sonchoy-black); /* Tambahkan warna teks untuk kontras */
}

.list-profile p {
    font-size: 14px;
    color: var(--sonchoy-black); /* Tambahkan warna teks untuk kontras */
}

.list-profile a {
    font-size: 24px;
    color: var(--sonchoy-black);
    margin-top: 10px;
    transition: color 0.3s;
}

.list-profile a .icon-linkedin:hover {
    color: #0077b5; /* Warna LinkedIn pada hover */
}



/* Styling untuk section description */
.ruangroto-description {
    text-align: center;
    margin: 40px auto;
    max-width: 1200px;
}

.ruangroto-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.ruangroto-subtitle,
.ruangroto-mission {
    font-size: 1.5em;
    margin-top: 30px;
    font-weight: bold;
}

.ruangroto-list {
    /* background-color: #000; */
    list-style: none;
    padding: 20px 160px;
    text-align: left;
    margin: 20px auto;
    /* max-width: 600px; */
    width: 100%;
    align-items: center;
}

.ruangroto-list li {
    margin-bottom: 10px;
}

/* Divider styling */
.ruangroto-divider {
    height: 2px;
    background-color: var(--primary-color);
    margin: 30px 0;
}

/* Logo Kami Section */
.ruangroto-logo-kami-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto;
}

.ruangroto-logo-kami-left {
    flex: 1;
    padding: 20px;
    max-width: 600px;
    text-align: left;
}

.ruangroto-logo-kami-right {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.ruangroto-logo-kami-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Concept Section */
.ruangroto-concept {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.ruangroto-concept-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

.ruangroto-concept-left,
.ruangroto-concept-right {
    flex: 1;
    max-width: 600px;
    padding: 20px;
}

.ruangroto-concept-image,
.ruangroto-logo-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}

.ruangroto-concept-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

.ruangroto-concept-tags span {
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

/* Responsif untuk tampilan mobile */
@media (max-width: 768px) {
    .ruangroto-logo-kami-container,
    .ruangroto-concept-container {
        flex-direction: column;
        align-items: center;
    }

    .ruangroto-description {
        padding: 0 15px;
    }
    
    .ruangroto-list{
        padding: 2px 26px;
    }

    .ruangroto-logo-kami-left,
    .ruangroto-logo-kami-right,
    .ruangroto-concept-left,
    .ruangroto-concept-right {
        max-width: 100%;
        text-align: center;
    }
}



/*--------------------------------------------------------------
  # Blog One
  --------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.blog-one__single {
    position: relative;
    display: block;
    border: 1px solid var(--sonchoy-bdr-color);
    padding: 30px 30px 38px;
    margin-bottom: 30px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.blog-one__single:hover {
    border: 1px solid var(--primary-color);
}

.blog-one__img-box {
    position: relative;
    display: block;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-one__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sonchoy-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
    opacity: 0.5;
}

.blog-one__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
    position: relative;
    display: block;
    padding-top: 15px;
}

.blog-one__tag {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__tag span {
    font-size: 14px;
    line-height: 14px;
    background-color: #f5f5f8;
    padding: 5px 14px 4px;
}

.blog-one__tag span + span {
    margin-left: 10px;
}

.blog-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 38px;
}

.blog-one__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.blog-one__title a:hover {
    color: var(--primary-color);
}

.blog-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__client-img {
    position: relative;
    display: block;
}

.blog-one__client-img img {
    width: auto;
    border-radius: 50%;
}

.blog-one__client-content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.blog-one__client-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.blog-one__client-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
}

/*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--primary-color);
    z-index: 1;
}

.site-footer__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
    z-index: -1;
}

.site-footer__shape-1 img {
    width: auto;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 114px 0 110px;
}

.site-footer__top-inner {
    position: relative;
    display: block;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: white;
    margin-top: 30px;
    margin-bottom: 16px;
    line-height: 26px;
}

.footer-widget__emergency-call {
    position: relative;
    display: block;
}

.footer-widget__emergency-call p {
    color: #95a49f;
    font-weight: 500;
}

.footer-widget__emergency-call a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--sonchoy-white);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__emergency-call a:hover {
    color: var(--primary-color);
}

.footer-widget__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.footer-widget__social span {
    font-family: var(--sonchoy-font-two);
}
.footer-widget__social a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__social a + a {
    margin-left: 20px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
}

.footer-widget__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 25px;
    color: var(--sonchoy-white);
    letter-spacing: -0.016em;
}

.footer-widget__navigation {
    position: relative;
    display: block;
    margin-left: 70px;
}

.footer-widget__navigation-list {
    position: relative;
    display: block;
}

.footer-widget__navigation-list li {
    position: relative;
    display: block;
}

.footer-widget__navigation-list li + li {
    margin-top: 8px;
}

.footer-widget__navigation-list li a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .footer-widget__navigation-list li a:before {
    content: "\f067";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: var(--sonchoy-white) !important;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  } */

.footer-widget__navigation-list li a:hover:before {
    opacity: 1;
}

.footer-widget__navigation-list li a:hover {
    color: var(--sonchoy-white) !important;
    /* padding-left: 15px; */
}

.footer-widget__quick-link {
    position: relative;
    display: block;
    margin-left: 24px;
}

.footer-widget__newsletter {
    position: relative;
    display: block;
    margin-left: 64px;
}

.footer-widget__newsletter .footer-widget__title-box {
    margin-bottom: 32px;
}

.footer-widget__newsletter-text {
    line-height: 26px;
    color: white;
}

.footer-widget__newsletter-form {
    position: relative;
    display: block;
    margin-top: 25px;
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--sonchoy-white);
    background-color: transparent;
    border-bottom: 1px solid rgba(var(--sonchoy-white-rgb), 0.15);
    padding-right: 75px;
    padding-left: 30px;
    background-color: var(--sonchoy-white);
    border-radius: 30px;
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 54px;
    height: 54px;
    border: 0;
    background-color: var(--primary-color);
    transform: translateY(-50%);
    transition: all 500ms ease;
    padding: 0;
    font-size: 18px;
    color: var(--sonchoy-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__newsletter-btn:hover {
    color: var(--sonchoy-white);
    background-color: var(--sonchoy-black);
}

.site-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #191f2a;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    padding: 28px 0 36px;
    text-align: center;
}

.site-footer__bottom-text {
    color: #bfbfbf;
    font-weight: 500;
}

.site-footer__bottom-text a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # About Two
  --------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 0 0 120px;
    overflow: hidden;
    z-index: 1;
}

.about-two_-shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: -1;
}

.about-two_-shape-3 img {
    width: auto;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 100px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
    z-index: 1;
}

.about-two__img img {
    width: 100%;
}

.about-two__img-2 {
    position: absolute;
    bottom: -153px;
    right: -130px;
    z-index: 1;
}

.about-two__img-2 img {
    width: auto;
}

.about-two__client-box {
    position: absolute;
    display: flex;
    align-items: center;
    top: 48px;
    right: -131px;
    max-width: 252px;
    width: 100%;
    padding: 15px 20px 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    z-index: 1;
}

.about-two__client-img {
    position: relative;
    display: block;
    width: 60px;
}

.about-two__client-img img {
    width: 100%;
}

.about-two__client-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-two__count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__count h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-black);
    letter-spacing: 0.016em;
}

.about-two__count span {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-black);
    letter-spacing: 0.016em;
}

.about-two__client-content p {
    color: var(--sonchoy-white);
}

.about-two__shape-1 {
    position: absolute;
    top: 158px;
    right: -30px;
    width: 10px;
    height: 130px;
    background-color: var(--primary-color);
}

.about-two__shape-2 {
    position: absolute;
    bottom: -106px;
    left: 19px;
    z-index: -1;
}

.about-two__shape-2 img {
    width: auto;
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: 80px;
}

.about-two__right .section-title {
    margin-bottom: 22px;
}

.about-two__points {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--sonchoy-bdr-color);
    padding-bottom: 43px;
    margin-top: 37px;
    margin-bottom: 45px;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li + li {
    margin-left: 60px;
}

.about-two__points li .icon {
    position: relative;
    display: inline-block;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 54px;
    color: var(--primary-color);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.about-two__points li:hover .icon span {
    transform: scale(0.9);
}

.about-two__points li h3 {
    position: relative;
    margin-left: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.about-two__big-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
}

.about-two__btn-and-contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 52px;
}

.about-two__btn-box {
    position: relative;
    display: block;
}

.about-two__contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.about-two__contact .icon {
    position: relative;
    display: inline-block;
}

.about-two__contact .icon > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--primary-color);
    border: 1px solid var(--sonchoy-bdr-color);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-two__contact .icon > span:hover {
    color: var(--sonchoy-white);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.about-two__contact .content {
    position: relative;
    display: block;
    margin-left: 20px;
    top: -3px;
}

.about-two__contact .content > p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 18px;
    margin-top: -2px;
}

.about-two__contact .content > p > a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-two__contact .content > p > a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Services Two
  --------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    background-color: var(--sonchoy-primary);
    padding: 120px 0 120px;
    z-index: 1;
}

.services-two__shape-2 {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: -1;
}

.services-two__shape-2 img {
    width: auto;
}

.services-two__shape-3 {
    position: absolute;
    top: 133px;
    right: 148px;
    webkit-animation-name: shapeMover-2;
    animation-name: shapeMover-2;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}

.services-two__shape-3 img {
    width: auto;
}

.services-two__shape-4 {
    position: absolute;
    top: 144px;
    left: 50%;
    opacity: 0.4;
    transform: translateX(-50%);
    z-index: -1;
}

.services-two__shape-4 img {
    width: auto;
}

.services-two__top {
    position: relative;
    display: block;
}

.services-two__top .container {
    max-width: 1500px;
}

.services-two .section-title {
    margin-bottom: 86px;
}

.services-two__inner {
    position: relative;
    display: block;
}

.services-two__services-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.services-two__services-list li {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
}

.services-two__single-inner {
    position: relative;
    display: block;
}

.services-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.04);
    padding: 40px 40px 30px;
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
}

.services-two__services-list li:hover .services-two__single {
    transform: scaleY(0);
}

.services-two__icon {
    position: relative;
    display: inline-block;
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 58px;
    color: var(--primary-color);
}

.services-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 17px;
    margin-bottom: 65px;
}

.services-two__title a {
    color: var(--sonchoy-black);
}

.services-two__arrow {
    position: relative;
    display: inline-block;
}

.services-two__arrow a {
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: var(--primary-color);
    font-weight: 900;
}

.services-two__hover-single {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    padding: 40px 40px 30px;
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.services-two__services-list li:hover .services-two__hover-single {
    transform: scaleY(1);
}

.services-two__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.84;
    z-index: -1;
}

.services-two__shape-1 img {
    width: auto;
}

.services-two__hover-icon {
    position: relative;
    display: inline-block;
}

.services-two__hover-icon > span {
    position: relative;
    display: inline-block;
    font-size: 58px;
    color: var(--sonchoy-white);
}

.services-two__hover-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 19px;
    margin-bottom: 3px;
}

.services-two__hover-title > a {
    color: var(--sonchoy-white);
}

.services-two__hover-text {
    line-height: 26px;
    color: var(--sonchoy-white);
}

.services-two__hover-arrow {
    position: relative;
    display: inline-block;
    margin-top: 50px;
}

.services-two__hover-arrow a {
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: var(--sonchoy-white);
    font-weight: 900;
}

.services-two__bottom {
    position: relative;
    display: block;
    margin-top: 10px;
}

.services-two__bottom .container {
    max-width: 1000px;
}

.services-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-two__bottom-img {
    position: relative;
    display: block;
}

.services-two__bottom-img img {
    width: auto;
    border-radius: 30px;
}

.services-two__bottom-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.services-two__bottom-btn-box {
    position: relative;
    display: block;
}

.services-two__bottom-btn {
    background-color: var(--sonchoy-black);
}

.services-two__bottom-btn::before,
.services-two__bottom-btn::after {
    background: var(--primary-color);
}

/*--------------------------------------------------------------
  # Portfolio One
  --------------------------------------------------------------*/
.portfolio-one {
    position: relative;
    display: block;
    padding-top: 10px;
    z-index: 1;
}

.portfolio-one__wrapper {
    position: relative;
    justify-content: center;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.portfolio-one__carousel {
    position: relative;
    justify-content: center;
    display: block;
}

.portfolio-one__single {
    position: relative;
    display: block;
    width: 100%;
    max-width: 440px; /* Set maximum width for each card */
    height: 340px; /* Set a fixed height for all cards */
    margin: 0 auto; /* Center the card */
}

.portfolio-one__img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Ensure the image stays within the box */
    border-radius: 10px;
}

.portfolio-one__img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.portfolio-one__img img {
    max-width: 86%;
    max-height: 86%;
    object-fit: contain; /* Ensures the image fits within the container without being cropped */
    transition: transform 1s ease-in-out;
}

.portfolio-one__img.cokro img {
    max-width: 36%; /* Example adjustment specifically for Cokro */
    max-height: 36%; /* Example adjustment specifically for Cokro */
}

.portfolio-one__img.mts img {
    max-width: 60%; /* Example adjustment specifically for Cokro */
    max-height: 60%; /* Example adjustment specifically for Cokro */
}

/* Specific adjustments for Karsa */
.portfolio-one__img.karsa img {
    max-width: 40%; /* Example adjustment specifically for Karsa */
    max-height: 40%; /* Example adjustment specifically for Karsa */
}

.portfolio-one__single:hover .portfolio-one__img img {
    transform: scale(1.06);
}

.portfolio-one__content {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #cc3467 101%);
    position: absolute;
    border-radius: 10px;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    z-index: 2;
    height: 100px; /* Set a fixed height for content area */
}

.portfolio-one__title-box {
    position: relative;
    display: block;
}

.portfolio-one__sub-title {
    color: var(--sonchoy-black);
}

.portfolio-one__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 3px;
}

.portfolio-one__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-one__title a:hover {
    color: var(--sonchoy-white);
}

.portfolio-one__arrow {
    position: relative;
    display: inline-block;
}

.portfolio-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-size: 21px;
    color: var(--primary-color);
    background-color: var(--sonchoy-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-one__arrow a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Pricing One
  --------------------------------------------------------------*/
.pricing-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.pricing-one__shape-2 {
    position: absolute;
    left: 0;
    bottom: 160px;
    z-index: -1;
}

.pricing-one__shape-2 img {
    width: auto;
}

.pricing-one__shape-3 {
    position: absolute;
    right: 320px;
    top: 357px;
    z-index: 2;
}

.pricing-one__shape-3 img {
    width: auto;
}

.pricing-one__shape-4 {
    position: absolute;
    left: 50%;
    bottom: 86px;
    opacity: 0.6;
    transform: translateX(-50%);
    z-index: -1;
}

.pricing-one__shape-4 img {
    width: auto;
}

.pricing-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-one__single-inner {
    padding: 60px 60px 60px;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.pricing-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
    z-index: -1;
}

.pricing-one__shape-1 img {
    width: auto;
}

.pricing-one__icon {
    position: relative;
    display: inline-block;
}

.pricing-one__icon img {
    width: auto;
}

.pricing-one__price {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: var(--sonchoy-black);
    letter-spacing: -0.02em;
    margin-top: 28px;
    margin-bottom: 43px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price {
    color: var(--primary-color);
}

.pricing-one__points {
    position: relative;
    display: block;
}

.pricing-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__points li + li {
    margin-top: 4px;
}

.pricing-one__points li > .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.pricing-one__points li > .icon > span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--primary-color);
}

.pricing-one__points li p {
    margin-left: 15px;
}

.pricing-one__title-box {
    position: relative;
    display: block;
    margin-top: 27px;
    margin-bottom: 43px;
}

.pricing-one__title-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.pricing-one__btn-box {
    position: relative;
    display: block;
}

.pricing-one__btn {
    width: 100%;
    text-align: center;
    color: var(--primary-color);
    background-color: var(--sonchoy-primary);
}

.pricing-one__btn::before,
.pricing-one__btn::after {
    background: var(--primary-color);
}

/*--------------------------------------------------------------
  # Why Choose Two
  --------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    padding: 120px 0 70px;
    background-color: var(--sonchoy-primary);
    z-index: 1;
}

.why-choose-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 228px) / 2);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-choose-two__helping-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    max-width: 400px;
    width: 100%;
    padding: 36px 50px 34px;
    margin-left: 100px;
    margin-top: 463px;
}

.why-choose-two__helping-box .icon {
    position: relative;
    display: inline-block;
}

.why-choose-two__helping-box .icon > span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--sonchoy-white);
}

.why-choose-two__helping-box h3 {
    margin-left: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: var(--sonchoy-white);
}

.why-choose-two__shape-1 {
    position: absolute;
    top: -75px;
    right: 150px;
    z-index: -1;
}

.why-choose-two__shape-1 img {
    width: auto;
}

.why-choose-two__shape-2 {
    position: absolute;
    top: 98px;
    right: 0;
    z-index: -1;
}

.why-choose-two__shape-2 img {
    width: auto;
}

.why-choose-two__right {
    position: relative;
    display: block;
}

.why-choose-two__right .section-title {
    margin-bottom: 39px;
}

.why-choose-two__points-list {
    position: relative;
    display: block;
}

.why-choose-two__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--sonchoy-bdr-color);
    padding-bottom: 45px;
}

.why-choose-two__points-list li + li {
    margin-top: 42px;
}

.why-choose-two__icon {
    position: relative;
    display: inline-block;
}

.why-choose-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--primary-color);
}

.why-choose-two__content {
    position: relative;
    display: block;
    margin-left: 40px;
}

.why-choose-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 9px;
}

.why-choose-two__text {
    line-height: 26px;
}

/*--------------------------------------------------------------
  # Team One
  --------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-one__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-color: rgba(var(--sonchoy-black-rgb), 0.3);
}

.team-one__single:hover:hover .team-one__img:after {
    opacity: 1;
}

.team-one__img img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
    transform-origin: 70% 80%;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.036);
    transition-duration: 0.9s;
}

.team-one__content {
    position: absolute;
    bottom: 33px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.team-one__name-box {
    position: relative;
    display: block;
}

.team-one__name {
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.01em;
}

.team-one__name a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__name a:hover {
    color: var(--primary-color);
}

.team-one__sub-title {
    color: var(--sonchoy-white);
}

.team-one__share-and-social {
    position: relative;
    display: block;
}

.team-one__share {
    position: relative;
    display: block;
}

.team-one__share a {
    position: relative;
    font-size: 16px;
    color: var(--sonchoy-white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--primary-color);
}

.team-one__social {
    position: absolute;
    top: -112px;
    left: 0;
    right: 0;
    background-color: var(--sonchoy-white);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 20px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}

.team-one__share-and-social:hover .team-one__social {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 500ms;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__social a:hover {
    color: var(--primary-color);
}

.team-one__social a + a {
    margin-top: 15px;
}

/*--------------------------------------------------------------
  # Get Quote Two
  --------------------------------------------------------------*/
.get-quote-two .get-quote__shape-9 {
    opacity: 0.12;
}

.get-quote-two .get-quote__right {
    border-bottom: none;
}

/*--------------------------------------------------------------
  # Blog Two
  --------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-two__img-box {
    position: relative;
    display: block;
}

.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-two__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-color: rgba(var(--sonchoy-black-rgb), 0.3);
}

.blog-two__single:hover .blog-two__img:after {
    opacity: 1;
}

.blog-two__img img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
    transform-origin: 70% 80%;
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1.036);
    transition-duration: 0.9s;
}

.blog-two__tag {
    position: absolute;
    top: 33px;
    left: -33px;
    transform: rotate(-90deg);
    z-index: 2;
}

.blog-two__tag span {
    position: relative;
    font-size: 14px;
    color: var(--sonchoy-white);
    line-height: 14px;
    background-color: var(--primary-color);
    padding: 4px 13px 5px;
    display: block;
}

.blog-two__date {
    position: absolute;
    bottom: -33px;
    right: 20px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.06);
    z-index: 2;
}

.blog-two__date p {
    text-transform: uppercase;
    line-height: 17px;
    top: 2px;
    position: relative;
}

.blog-two__date p > span {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 26px;
    color: var(--primary-color);
}

.blog-two__content {
    position: relative;
    display: block;
    padding: 36px 30px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 61px 0px rgba(4, 23, 26, 0.06);
}

.blog-two__content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-color);
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: 2;
}

.blog-two__single:hover .blog-two__content::before {
    transform: scaleY(1);
}

.blog-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
}

.blog-two__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__title a:hover {
    color: var(--primary-color);
}

.blog-two__text {
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 32px;
    color: var(--sonchoy-gray);
}

.blog-two__btn-box {
    position: relative;
    display: block;
}

.blog-two__btn {
    padding: 6px 30px 6px;
    color: var(--primary-color);
    background-color: var(--sonchoy-primary);
}

/*--------------------------------------------------------------
  # CTA One
  --------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    z-index: 2;
}

.cta-one .container {
    max-width: 1450px;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.1);
    padding: 58px 125px 58px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-one__title-box {
    position: relative;
    display: block;
}

.cta-one__title-box h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.04em;
}

.cta-one__title-box h3 span {
    color: var(--primary-color);
}

.cta-one__title-box p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.016em;
    margin-top: 14px;
}

.cta-one__btn-box {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
  # Site Footer Two
  --------------------------------------------------------------*/
.site-footer-two {
    margin-top: -100px;
}

.site-footer-two .site-footer__top {
    padding: 214px 0 110px;
}

.site-footer-two .footer-widget__navigation-list li a:hover {
    color: var(--primary-color);
}

.site-footer-two .footer-widget__navigation-list li a:hover:before {
    color: var(--primary-color);
}

.site-footer-two .site-footer__shape-1 {
    top: 100px;
    opacity: 0.2;
}

.site-footer-two__shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.12;
    z-index: -1;
}

.site-footer-two__shape-2 img {
    width: auto;
}

.site-footer-two .site-footer__bottom-text a {
    color: var(--primary-color);
}

.site-footer-two .site-footer__bottom-text a:hover {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # About Three
  --------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
    margin-top: 100px;
}

.about-three__left {
    position: relative;
    display: block;
    margin-left: -90px;
    margin-right: 290px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}

.about-three__img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-three__img:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.about-three__img img {
    width: 100%;
}

.about-three__img-2 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-three__img-2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about-three__img-2:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.about-three__img-2 img {
    width: 100%;
}

.about-three__img-3 {
    position: absolute;
    top: 57px;
    right: -290px;
    overflow: hidden;
    z-index: 1;
}

.about-three__img-3::before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-three__img-3:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.about-three__img-3 img {
    width: auto;
}

.about-three__shape-1 {
    position: absolute;
    top: 0px;
    left: -150px;
    z-index: -1;
}

.about-three__shape-1 img {
    width: auto;
}

.about-three__right {
    margin-left: 80px;
}

.about-three__right .section-title {
    margin-bottom: 23px;
}

.about-three__award-box {
    position: relative;
    display: flex;
    margin-top: 27px;
    margin-bottom: 38px;
}

.about-three__award-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80px;
    width: 100%;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 7px;
}

.about-three__award-box .icon span {
    position: relative;
    display: inline-block;
    font-size: 46px;
    color: var(--sonchoy-white);
}

.about-three__award-box .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-three__award-box .content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.about-three__award-box .content p {
    line-height: 26px;
    margin-top: 8px;
}

.about-three__progress {
    position: relative;
    display: block;
}

.about-three__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: var(--sonchoy-black);
    margin-bottom: 6px;
}

.about-three__progress .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #ebebeb;
}

.about-three__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    background-color: var(--primary-color);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-three__progress .count-text {
    position: absolute;
    right: -33px;
    bottom: 15px;
    color: var(--sonchoy-white);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-three__progress .bar.marb-0 {
    margin-bottom: 0;
}

.about-three__btn-and-client {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 52px;
}

.about-three__btn-box {
    position: relative;
    display: block;
}

.about-three__btn {
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-extra);
}

.about-three__client-img {
    position: relative;
    display: block;
    margin-left: 60px;
    width: 60px;
}

.about-three__client-img > img {
    width: 100%;
    border: 1px solid var(--sonchoy-black);
    border-radius: 50%;
}

.about-three__client-signature {
    position: absolute;
    right: -115px;
    top: 1px;
}

.about-three__client-signature > img {
    width: auto;
    pointer-events: none; /* Menonaktifkan klik kanan pada gambar */
    user-select: none; /* Mencegah pemilihan gambar */
    -webkit-user-drag: none; /* Mencegah drag gambar di browser Webkit (Chrome, Safari) */
}




/* Ukuran default untuk desktop */
.about-three__shape-1 iframe {
    width: 700px;
    height: 400px;
}

.about-three .video-tentang {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    display: none;
}

.about-three .video-tentang iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Media query untuk perangkat mobile */
@media (max-width: 900px) {
    .about-three__shape-1 iframe {
        display: none;
    }
    .about-three .video-tentang {
        display: block;
        margin-top: 3rem;
    }
}

/*--------------------------------------------------------------
  # Services Three
  --------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    /* background-color: var(--sonchoy-primary); */
    padding: 120px 0 90px;
    z-index: 1;
}

.services-three__shape-2 {
    position: absolute;
    left: 0;
    top: 136px;
    webkit-animation-name: shapeMover-2;
    animation-name: shapeMover-2;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}

.services-three__shape-2 img {
    width: auto;
}

.services-three__shape-3 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
}

.services-three__shape-3 img {
    width: auto;
}

.services-three .container {
    max-width: 1320px;
}

.services-three__single {
    position: relative;
    display: block;
    background-color: var(--sonchoy-white);
    padding: 20px 20px 40px;
    margin-bottom: 30px;
    z-index: 1;
}

.services-three__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.services-three__single:hover::before {
    transform: scaleY(1);
}

.services-three__img-box {
    position: relative;
    display: block;
}

.services-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-three__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--sonchoy-extra-rgb), 0.9);
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.services-three__single:hover .services-three__img::before {
    transform: translateY(0);
    width: 100%;
}

.services-three__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-three__single:hover .services-three__img img {
    transform: scale(1.05) rotate(0deg);
}

.services-three__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-three__single:hover .services-three__icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--sonchoy-black);
}

.services-three__content {
    position: relative;
    display: block;
    padding-left: 10px;
    padding-top: 27px;
}

.services-three__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.services-three__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
    color: var(--sonchoy-white);
}

.services-three__text {
    color: var(--sonchoy-gray);
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 31px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-three__single:hover .services-three__text {
    color: var(--sonchoy-white);
}

.services-three__btn-box {
    position: relative;
    display: block;
}

.services-three__btn {
    font-weight: 500;
    color: var(--sonchoy-black);
    padding: 6px 30px 6px;
    background-color: var(--sonchoy-primary);
}

.services-three__btn:hover {
    color: var(--sonchoy-black);
}

.services-three__btn::before,
.services-three__btn::after {
    background: var(--sonchoy-extra);
}

.services-three__shape-1 {
    position: absolute;
    bottom: 9px;
    right: 12px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.services-three__single:hover .services-three__shape-1 {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.services-three__single:hover .services-three__shape-1 {
    opacity: 1;
}

.services-three__shape-1 img {
    width: auto;
}

/*--------------------------------------------------------------
  # Counter Two
  --------------------------------------------------------------*/
.counter-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.06;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-two .counter-one__icon span {
    color: var(--sonchoy-white);
}

.counter-two .counter-one__icon::before {
    background-color: var(--white-color);
}

.counter-two .counter-one__count-list li:hover .counter-one__icon span {
    color: var(--sonchoy-black);
}

/* =========================================
  Project Style1
  ============================================ */
.portfolio-two {
    position: relative;
    display: block;
    padding: 140px 0 140px;
}

.portfolio-two__top {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.portfolio-two__top .section-title {
    margin-bottom: 0;
}

.portfolio-two__bottom {
    position: relative;
    display: block;
}

.portfolio-two__bottom .container {
    max-width: 1370px;
}

.portfolio-two__box-content {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(58, 58, 58, 0.1);
}

.portfolio-two__box {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-two__box li {
    flex: 0 0 20%; /* Setiap item memiliki lebar 20% untuk menampilkan 5 item dalam satu baris */
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-two__box li.active {
    flex: 0 0 50%;
}

.portfolio-two__box-content {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 380px;
    z-index: 1;
}

.single-portfolio-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center center;
    transition: all 500ms ease;
    z-index: -1;
}
.karsa,
.cokro {
    background-size: 100px;
}
.portfolio-two__box-content-inner-wrapper {
    position: relative;
    display: block;
    text-align: center;
}

.portfolio-two__box-content-inner {
    position: relative;
    display: block;
    padding: 37px 40px;
    width: 100%;
    height: 380px;
    opacity: 0;
    transform: perspective(540px) rotateY(0deg) translateY(-100px);
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.portfolio-two__box-content:hover .portfolio-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.portfolio-two__box-content-inner .title-box {
    position: relative;
    display: block;
}

.portfolio-two__box-content .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(204, 51, 102) 0%,
        rgba(33, 68, 216, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(204, 51, 102) 0%,
        rgba(33, 68, 216, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(204, 51, 102) 0%,
        rgba(33, 68, 216, 0) 100%
    );
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(540px) rotateX(-10deg);
    -ms-transform: perspective(540px) rotateX(-10deg);
    transform: perspective(540px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.portfolio-two__box-content:hover .img-holder-img-bg {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.portfolio-two__box-content-inner-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 6;
    height: 0;
    line-height: 0;
}

.portfolio-two__box-content:hover .portfolio-two__box-content-inner-icon {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    transition-delay: 500ms;
    opacity: 1;
}

.portfolio-two__box-content-inner-icon > a {
    position: relative;
    display: flex;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    background-color: var(--sonchoy-white);
    color: var(--sonchoy-black);
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.portfolio-two__box-content-inner-icon > a:hover {
    background-color: var(--sonchoy-white);
    color: var(--primary-color);
}

.portfolio-two__box-content-inner-wrapper p {
    color: var(--sonchoy-white);
}

.portfolio-two__box-content-inner-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.portfolio-two__box-content-inner-wrapper h4 a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-two__box-content-inner-wrapper h4 a:hover {
    color: var(--sonchoy-extra);
}

@media (min-width: 992px) {
    .portfolio-two__box li {
        flex-basis: 20%; /* Setiap item memiliki lebar 20% pada tampilan desktop */
        width: 20%;
    }
}

@media (min-width: 768px) {
    
    .portfolio-two__box li {
        flex: 1;
    }

    .portfolio-two__box li.active {
        flex: 1.46;
    }

    .portfolio-two__box
        li.active
        .portfolio-two__box-content
        .img-holder-img-bg {
        opacity: 0.8;
        -webkit-transform: perspective(540px) rotateX(0deg);
        -ms-transform: perspective(540px) rotateX(0deg);
        transform: perspective(540px) rotateX(0deg);
    }

    .portfolio-two__box
        li.active
        .portfolio-two__box-content
        .portfolio-two__box-content-inner {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    
    .portfolio-two {
        padding: 100px 0 100px;
    }

    .portfolio-two__box li.active {
        flex: 0 0 100%;
    }

    .portfolio-two__box-content {
        min-height: 200px;
    }

    .portfolio-two__box-content-inner {
        padding: 48px 30px;
        height: 200px;
    }

    .portfolio-two__box-content-inner-wrapper h4 {
        font-size: 28px;
    }
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 57px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 2px;
    background-color: var(--primary-color);
    border: none;
    margin: 0;
    padding: 0px;
    border-radius: 0;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    overflow: hidden;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    background-color: var(--primary-color) !important;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
    background-color: var(--primary-color);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(0);
    transform: scale(1);
    transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: left center;
}

.portfolio-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0px;
    margin: 0;
    z-index: 2;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--sonchoy-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--sonchoy-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next span,
.portfolio-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next:hover,
.portfolio-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    color: var(--sonchoy-white);
}

.portfolio-two__carousel.owl-theme .owl-nav .disabled {
    opacity: 1;
}

/* Untuk tablet ukuran sedang (768px hingga 991.98px), tampilkan 2 kartu per baris */
@media (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-two__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .portfolio-two__box li {
        flex: 0 0 48%; /* 48% lebar untuk 2 kartu per baris, dengan 4% tersisa untuk margin */
        margin-bottom: 20px; /* Tambahkan jarak vertikal antara baris */
    }

    .portfolio-two__box-content {
        padding: 10px; /* Menyesuaikan padding */
    }

    .portfolio-two__box-content-inner-wrapper h4 {
        font-size: 16px; /* Menyesuaikan ukuran font */
    }

    .portfolio-two__box-content-inner-wrapper p {
        font-size: 14px; /* Menyesuaikan ukuran font */
    }
}

/* Untuk perangkat kecil (di bawah 768px), tampilkan 1 kartu per baris */
@media only screen and (max-width: 767px) {
    .portfolio-two__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .portfolio-two__box li {
        flex: 0 0 100%; /* 100% lebar untuk 1 kartu per baris */
        margin-bottom: 20px; /* Tambahkan jarak vertikal antara baris */
    }

    .portfolio-two__box-content {
        min-height: 550px;
    }

    .portfolio-two__box-content-inner {
        padding: 48px 30px;
        height: 550px;
    }

    .portfolio-two__box-content-inner-wrapper h4 {
        font-size: 28px;
    }
}

/* Untuk layar besar (992px ke atas), tetap gunakan 4-5 kartu per baris */
@media (min-width: 992px) {
    .portfolio-two__box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .portfolio-two__box li {
        flex: 0 0 23%; /* 23% lebar untuk 4 kartu per baris, dengan 4% tersisa untuk margin */
        margin-bottom: 20px;
    }

    .portfolio-two__box-content {
        padding: 20px;
    }

    .portfolio-two__box-content-inner-wrapper h4 {
        font-size: 18px;
    }

    .portfolio-two__box-content-inner-wrapper p {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
  # Open Account
  --------------------------------------------------------------*/
.open-account {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 0 0 120px;
    z-index: 1;
    margin-top: 4rem;
}

.open-account .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.open-account .list-kelebihan {
    color: var(--sonchoy-black);
}
.open-account .list-kelebihan li {
}

.open-account__right {
    position: relative;
    display: block;
    text-align: center;
}

.open-account__right .section-title {
    margin-bottom: 33px;
}

.open-account__list {
    display: flex;
    flex-wrap: wrap; /* Membungkus item ke beberapa baris */
    justify-content: center; /* Menengahkan isi list */
    margin: 0 -10px; /* Menambahkan margin negatif untuk mengkompensasi padding kolom */
}

.open-account__list li {
    flex: 0 0 45%; /* Mengambil 45% dari lebar untuk dua kolom */
    box-sizing: border-box;
    padding: 10px; /* Padding dalam setiap item */
    text-align: center;
    margin-bottom: 15px; /* Jarak antar item */
}

.open-account__list li h3 {
    font-size: 24px; /* Ukuran font lebih kecil */
    font-weight: 400; /* Tidak bold */
    line-height: 1.4; /* Tinggi garis untuk spasi yang baik */
}

.open-account__count {
    position: relative;
    display: block;
    padding-right: 0; /* Hilangkan padding kanan */
    margin-bottom: 10px; /* Tambahkan margin bawah */
}

.open-account__count:before {
    font-size: 24px; /* Ukuran font untuk nomor list */
    font-weight: 600; /* Semi-bold untuk nomor */

    color: var(--primary-color); /* Warna nomor */
}

.open-account__list li:nth-child(odd):last-child {
    flex: 0 0 100%; /* Jika item terakhir ganjil, buat item tersebut memenuhi lebar penuh */
    text-align: center; /* Menengahkan item terakhir */
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .open-account__list li {
        flex: 0 0 100%; /* Pada layar kecil, tampilkan satu kolom per baris */
        text-align: center;
    }
}

/*--------------------------------------------------------------
  # Video Two
  --------------------------------------------------------------*/
.video-two .video-one__bg::before {
    background-color: rgb(0, 6, 32, 0.7);
}

.video-two .video-one__icon {
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-extra);
}

.video-two .video-one__icon:hover {
    color: var(--primary-color);
    background-color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Testimonial Two
  --------------------------------------------------------------*/
.testimonial-two {
    padding: 120px 0 108px;
}

/*--------------------------------------------------------------
  # Get Quote Three
  --------------------------------------------------------------*/
.get-quote-three {
    background-color: var(--sonchoy-black);
    padding: 120px 0 103px;
    overflow: visible;
    z-index: 2;
}

.get-quote-three__shape-1 {
    position: absolute;
    bottom: -161px;
    left: 0;
    right: 0;
    height: 343px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.get-quote-three__shape-2 {
    position: absolute;
    bottom: -124px;
    right: 0;
    z-index: -1;
}

.get-quote-three__shape-2 img {
    width: auto;
}

.get-quote-three__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: var(--sonchoy-white);
}

.get-quote-three .get-quote__left {
    margin-left: 0px;
    margin-top: -11px;
}

.get-quote-three__img-1 {
    position: absolute;
    top: 150px;
    left: -175px;
    z-index: -1;
}

.get-quote-three__img-1 img {
    width: auto;
}

.get-quote-three .get-quote__tab-box .tab-buttons {
    position: relative;
    display: block;
    margin-left: 225px;
    margin-top: 56px;
}

.get-quote-three .get-quote__tab-text-box {
    background-color: rgb(21, 38, 70);
    box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
}

.get-quote-three .get-quote__tab-text {
    color: var(--sonchoy-white);
}

.get-quote-three .get-quote__tab-icon {
    background-color: var(--primary-color);
}

.get-quote-three
    .get-quote__tab-box
    .tab-buttons
    .tab-btn.active-btn
    .get-quote__tab-icon {
    background-color: var(--sonchoy-extra);
}

.get-quote-three
    .get-quote__tab-box
    .tab-buttons
    .tab-btn.active-btn
    .get-quote__tab-icon
    span {
    color: var(--sonchoy-black);
}

.get-quote-three
    .get-quote__tab-box
    .tab-buttons
    .tab-btn.active-btn
    .get-quote__tab-text-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
}

.get-quote-three
    .get-quote__tab-box
    .tab-buttons
    .tab-btn.active-btn
    .get-quote__tab-text {
    color: var(--sonchoy-black);
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn:nth-child(2) {
    margin-left: 0;
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn:nth-child(3) {
    margin-left: 40px;
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn:nth-child(4) {
    margin-left: 0;
}

.get-quote-three .get-quote__btn {
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-extra);
}

.get-quote-three .get-quote__btn:hover {
    color: var(--sonchoy-white);
}

.get-quote-three .get-quote__right {
    border-bottom: none;
}

/*--------------------------------------------------------------
  # CTA Two
  --------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    padding-top: 204px;
}

.cta-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--sonchoy-primary);
    padding: 48px 60px 48px;
}

.cta-two__left {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-two__icon {
    position: relative;
    display: inline-block;
}

.cta-two__icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cta-two__icon span:hover {
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-extra);
}

.cta-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 30px;
    letter-spacing: -0.02em;
}

.cta-two__btn-box {
    position: relative;
    display: block;
}

.cta-two__btn {
    padding: 15px 60px 15px;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-extra);
}

/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/
.blog-three .blog-two__content::before {
    display: none;
}

.blog-three .blog-two__btn {
    color: var(--sonchoy-black);
}

.blog-three .blog-two__btn::before,
.blog-three .blog-two__btn::after {
    background: var(--sonchoy-extra);
}

/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/

.site-footer-three .footer-widget__emergency-call a:hover {
    color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__social a:hover {
    color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__navigation-list li a:hover {
    color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__navigation-list li a:hover:before {
    color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__navigation {
    margin-left: 90px;
}

.site-footer-three .footer-widget__quick-link {
    margin-left: 55px;
}

.footer-widget__gallery {
    position: relative;
    display: block;
    margin-left: 10px;
}

.footer-widget__gallery .footer-widget__title-box {
    margin-bottom: 39px;
}

.footer-widget__gallery-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.footer-widget__gallery-list li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-widget__gallery-list li:nth-child(4) {
    margin-bottom: 0;
}

.footer-widget__gallery-list li:nth-child(5) {
    margin-bottom: 0;
}

.footer-widget__gallery-list li:nth-child(6) {
    margin-bottom: 0;
}

.footer-widget__gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100px;
    z-index: 1;
}

.footer-widget__gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--primary-color-rgb), 0.9);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
    transform: translateY(0%);
}

.footer-widget__gallery-img img {
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget__gallery-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--sonchoy-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
    color: var(--sonchoy-white);
}

.site-footer-three .site-footer__bottom-text a {
    color: var(--sonchoy-extra);
}

.site-footer-three .site-footer__bottom-text a:hover {
    color: var(--sonchoy-white);
}

.site-footer-three .site-footer__bottom {
    border-top: 1px solid #1e3154;
}

/*--------------------------------------------------------------
  # Need Help
  --------------------------------------------------------------*/
.need-help {
    position: relative;
    display: block;
    margin-top: -87px;
    padding: 0 0 90px;
    z-index: 10;
}

.need-help__left {
    position: relative;
    display: block;
}

.need-help__experience {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    padding: 26px 50px 33px;
    margin-bottom: 30px;
    z-index: 1;
}

.need-help__experience-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.need-help__experience-shape-1 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.08;
}

.need-help__count {
    position: relative;
    display: block;
}

.need-help__count h3 {
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.02em;
    font-family: var(--sonchoy-font);
}

.need-help__experience p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.need-help__right {
    position: relative;
    display: block;
}

.need-help__insurance {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    padding: 52px 60px 53px;
    margin-bottom: 30px;
    z-index: 1;
}

.need-help__insurance-shape-1 {
    position: absolute;
    top: 63px;
    left: 0;
    bottom: 0;
    width: 438px;
    background-color: var(--sonchoy-black);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    z-index: -1;
}

.need-help__insurance-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 455px;
    background-color: #0c61d1;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    z-index: -1;
}

.need-help__insurance-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 435px;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(12, 97, 209) 0%,
        rgb(39, 117, 220) 57%,
        rgb(65, 137, 231) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(12, 97, 209) 0%,
        rgb(39, 117, 220) 57%,
        rgb(65, 137, 231) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(12, 97, 209) 0%,
        rgb(39, 117, 220) 57%,
        rgb(65, 137, 231) 100%
    );
    clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
    z-index: -1;
}

.need-help__insurance-shape-4 {
    position: absolute;
    top: 0;
    left: 403px;
    z-index: -1;
}

.need-help__insurance-shape-4 img {
    width: auto;
}

.need-help__insurance-title-box {
    position: relative;
    display: block;
}

.need-help__insurance-title-box > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: var(--sonchoy-white);
}

.need-help__insurance-title-box h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 3px;
    color: var(--sonchoy-white);
}

.need-help__insurance-contact {
    position: relative;
    display: block;
    text-align: right;
}

.need-help__insurance-contact > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.need-help__insurance-contact a {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 7px;
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.need-help__insurance-contact a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Services Four
  --------------------------------------------------------------*/
.services-four {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.services-four__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-four__img-box {
    position: relative;
    display: block;
}

.services-four__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-four__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(0, 32, 74) 0%,
        rgba(0, 32, 74, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(0, 32, 74) 0%,
        rgba(0, 32, 74, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(0, 32, 74) 0%,
        rgba(0, 32, 74, 0) 100%
    );
    box-shadow: 0px 0px 40px 0px rgba(18, 20, 31, 0.12);
    z-index: 1;
}

.services-four__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.94;
    background-color: var(--sonchoy-black);
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
        -webkit-transform 700ms ease;
    z-index: 1;
}

.services-four__single:hover .services-four__img::after {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.services-four__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-four__single:hover .services-four__img img {
    transform: scale(1.05) rotate(0deg);
}

.services-four__content {
    position: absolute;
    bottom: 35px;
    left: 40px;
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
    z-index: 2;
}

.services-four__single:hover .services-four__content {
    transform: scaleY(0);
}

.services-four__icon {
    position: relative;
    display: inline-block;
}

.services-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 67px;
    color: var(--sonchoy-white);
}

.services-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 15px;
}

.services-four__title a {
    color: var(--sonchoy-white);
}

.services-four__arrow {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
}

.services-four__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-size: 20px;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-four__single:hover .services-four__arrow a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.services-four__arrow a:hover {
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-white);
}

.services-four__hover-content {
    position: absolute;
    bottom: 33px;
    left: 40px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.services-four__single:hover .services-four__hover-content {
    transform: scaleY(1);
}

.services-four__hover-icon {
    position: relative;
    display: inline-block;
}

.services-four__hover-icon span {
    position: relative;
    display: inline-block;
    font-size: 67px;
    color: var(--sonchoy-white);
}

.services-four__hover-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 15px;
}

.services-four__hover-title a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-four__hover-title a:hover {
    color: var(--primary-color);
}

.services-four__hover-text {
    line-height: 24px;
    color: var(--sonchoy-white);
    margin-top: 8px;
}

/*--------------------------------------------------------------
  # Brand One
  --------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
    z-index: 1;
}

.brand-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.brand-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
}

.brand-two__inner {
    position: relative;
    display: block;
    padding: 120px 0 205px;
}

.brand-two__carousel {
    position: relative;
    display: block;
}

.brand-two__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-two__img {
    position: relative;
    display: block;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.brand-two__single:hover .brand-two__img {
    opacity: 0;
}

.brand-two__img img {
    width: auto !important;
}

.brand-two__hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.brand-two__single:hover .brand-two__hover-img {
    opacity: 1;
}

.brand-two__hover-img img {
    width: auto !important;
}

.brand-two__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 80px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 6px;
    background-color: #6babff;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.brand-two__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--sonchoy-white);
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.brand-two__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.brand-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.brand-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
  # About Four
  --------------------------------------------------------------*/
.about-four {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about-four__left {
    position: relative;
    display: block;
    margin-left: 214px;
    margin-right: 70px;
    margin-top: 117px;
}

.about-four__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-four__img {
    position: relative;
    display: block;
}

.about-four__img > img {
    width: 100%;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.about-four__img-2 {
    position: absolute;
    top: -119px;
    left: -306px;
}

.about-four__img-2 > img {
    width: 100%;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
}

.about-four__client-box {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 33px;
    left: -200px;
    max-width: 300px;
    width: 100%;
    padding: 23px 27px 23px;
    background-color: var(--primary-color);
    z-index: 1;
}

.about-four__client-img {
    position: relative;
    display: block;
    width: 60px;
}

.about-four__client-img img {
    width: 100%;
}

.about-four__client-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-four__count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__count h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-white);
    letter-spacing: 0.016em;
}

.about-four__count span {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-white);
    letter-spacing: 0.016em;
}

.about-four__client-content p {
    color: var(--sonchoy-white);
}

.about-four__shape-1 {
    position: absolute;
    bottom: 72px;
    left: -310px;
    z-index: -1;
}

.about-four__shape-1 img {
    width: auto;
}

.about-four__shape-2 {
    position: absolute;
    top: -94px;
    left: 2px;
    z-index: -1;
}

.about-four__shape-2 img {
    width: auto;
}

.about-four__shape-3 {
    position: absolute;
    top: -71px;
    right: -31px;
    z-index: -1;
}

.about-four__shape-3 img {
    width: auto;
}

.about-four__right {
    position: relative;
    display: block;
    margin-left: -5px;
}

.about-four__right .section-title {
    margin-bottom: 25px;
}

.about-four__points {
    position: relative;
    display: block;
    margin-top: 29px;
    margin-bottom: 46px;
}

.about-four__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__points li + li {
    margin-top: 7px;
}

.about-four__points li .icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
}

.about-four__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

.about-four__points li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: var(--sonchoy-font-two);
    color: var(--sonchoy-black);
}

.about-four__btn-and-contact {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__btn-box {
    position: relative;
    display: block;
}

.about-four__contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.about-four__contact .icon {
    position: relative;
    display: inline-block;
}

.about-four__contact .icon > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--primary-color);
    border: 1px solid var(--sonchoy-bdr-color);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-four__contact .icon > span:hover {
    color: var(--sonchoy-white);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.about-four__contact .content {
    position: relative;
    display: block;
    margin-left: 20px;
    top: -3px;
}

.about-four__contact .content > p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.016em;
    line-height: 18px;
    margin-top: -2px;
}

.about-four__contact .content > p > a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-four__contact .content > p > a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Portfolio Three
  --------------------------------------------------------------*/
.portfolio-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.portfolio-three__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 545px;
    background-color: #f5f5f8;
}

.portfolio-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.portfolio-three .container {
    max-width: 1600px;
}

.portfolio-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.portfolio-three__img-box {
    position: relative;
    display: block;
}

.portfolio-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-three__img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(0, 32, 74) 0%,
        rgba(0, 32, 74, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(0, 32, 74) 0%,
        rgba(0, 32, 74, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(0, 32, 74) 0%,
        rgba(0, 32, 74, 0) 100%
    );
    z-index: 1;
}

.portfolio-three__single:hover .portfolio-three__img::before {
    opacity: 1;
}

.portfolio-three__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.portfolio-three__single:hover .portfolio-three__img img {
    transform: scale(1.06) rotate(0deg);
}

.portfolio-three__content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: var(--sonchoy-white);
    text-align: center;
    padding: 13px 10px 20px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.portfolio-three__single:hover .portfolio-three__content {
    transform: scaleY(1);
}

.portfolio-three__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.portfolio-three__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-three__title a:hover {
    color: var(--primary-color);
}

.portfolio-three__arrow {
    position: absolute;
    right: 40px;
    bottom: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.portfolio-three__single:hover .portfolio-three__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.portfolio-three__arrow:hover {
    background-color: var(--sonchoy-black);
}

.portfolio-three__arrow a {
    position: relative;
    font-size: 20px;
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # logo-porto
  --------------------------------------------------------------*/
.porto-slider h1 {
    color: var(--primary-color);
}
.logo-porto {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Membuat 5 kolom */
    gap: 0.5rem; /* Mengurangi jarak antar elemen grid */
    justify-items: center; /* Mengatur konten di tengah secara horizontal */
    align-items: center; /* Mengatur konten di tengah secara vertikal */
    width: 100vw;
    padding: 0 2vw; /* Mengurangi padding di sekitar grid */
}

.logo-porto .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Mengatur tinggi kontainer lebih kecil */
    width: 150px; /* Mengatur lebar kontainer lebih kecil */
    padding: 10px;
}

.logo-porto .logo-container img {
    max-width: 100%; /* Maksimal lebar 100% dari kontainer */
    max-height: 100%; /* Maksimal tinggi 100% dari kontainer */
    object-fit: contain;
    /* filter: grayscale(1); */
}

.logo-porto .vikana {
    height: 110px;
}
.logo-porto .yna {
    height: 210px;
    width: 210px;
}

.logo-porto .kecil {
    height: 130px;
}

.logo-porto .besar {
    height: 200px;
}

.logo-porto .logo-container img:hover {
    /* filter: grayscale(0); */
}

/* Media query untuk layar 992px ke bawah */
@media (max-width: 992px) {
    .logo-porto {
        grid-template-columns: repeat(4, 1fr); /* 4 kolom untuk layar sedang */
    }

    .logo-porto .logo-container {
        height: 90px;
        width: 90px;
    }
}

/* Media query untuk layar 768px ke bawah */
@media (max-width: 768px) {
    .logo-porto {
        grid-template-columns: repeat(3, 1fr); /* 3 kolom untuk layar kecil */
    }

    .logo-porto .logo-container {
        height: 80px;
        width: 80px;
    }

    .logo-porto .besar {
        height: 110px;
        width: 110px;
    }

    .logo-porto .yna {
        height: 130px;
        width: 130px;
    }
}

/* Media query untuk layar 576px ke bawah */
@media (max-width: 576px) {
    .logo-porto {
        grid-template-columns: repeat(
            3,
            1fr
        ); /* 2 kolom untuk layar sangat kecil */
    }

    .logo-porto .logo-container {
        height: 70px;
        width: 70px;
    }
    .logo-porto .besar {
        height: 100px;
        width: 100px;
    }

    .logo-porto .yna {
        height: 130px;
        width: 130px;
    }

    .logo-porto .sedang {
        height: 90px;
        width: 90px;
    }
}

/*--------------------------------------------------------------
  # Solusi section
  --------------------------------------------------------------*/
.solusi-section {
    /* background-image: url('../images/backgrounds/id-04.png'); 
    background-size: cover;
    background-position: center; */
    margin-top: 100px;
    padding: 100px 0;
    position: relative;
    display: block;
}

.solusi-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background-image: url("../images/backgrounds/id-04.png");
    background-size: cover;
    background-position: center;
    opacity: 0.1; /* Atur opacity sesuai keinginan */
    z-index: -1;
}

.solusi-title {
    color: var(--primary-color); /* Warna teks untuk judul */
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.solusi-description {
    color: #5a5a5a; /* Warna teks untuk deskripsi */
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
}

.solusi-button {
    font-weight: bold;
    background-color: #d64178;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.solusi-button:hover {
    background-color: #b52d65; /* Warna saat tombol di-hover */
    color: var(--white-color);
}

@media (max-width: 575.98px) {
    .solusi-title {
        font-size: 2rem;
    }

    .solusi-description {
        font-size: 1rem;
        padding: 0 20px;
    }

    .solusi-button {
        padding: 8px 25px;
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
  # Why Choose Three
  --------------------------------------------------------------*/
  .why-choose-three {
    position: relative;
    display: block;
    background: white;
    padding: 120px 0 120px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}



.why-choose-three__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.4;
    z-index: -1;
}

.why-choose-three__shape-1 img {
    width: auto;
}

.why-choose-three__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
    z-index: -1;
}

.why-choose-three__shape-2 img {
    width: auto;
}

.why-choose-three__shape-3 {
    position: absolute;
    bottom: 23px;
    right: 33px;
    z-index: -1;
}

.why-choose-three__shape-3 img {
    width: auto;
}

.why-choose-three__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--sonchoy-white);
    padding: 30px 40px 33px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.why-choose-three__single::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-color);
    background-position: center left;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
}

.why-choose-three__single:hover::before {
    transform: scaleX(1);
}

.why-choose-three__icon {
    position: relative;
    display: inline-block;
}

.why-choose-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-three__single:hover .why-choose-three__icon span {
    transform: scale(0.9);
}

.why-choose-three__content {
    position: relative;
    display: block;
    margin-left: 40px;
    color: var(--sonchoy-black);
}

.why-choose-three__content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.why-choose-three__content h3 a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-three__content h3 a:hover {
    color: var(--primary-color);
}

.why-choose-three__content p {
    line-height: 26px;
    margin-top: 9px;
}

/*--------------------------------------------------------------
  # Step
  --------------------------------------------------------------*/
.step-implementation {
    display: block;
    position: relative;
    padding: 50px;
    /* background-color: blue; */
}
.implementasi {
    color: var(--sonchoy-black);
}
.implementasi .step {
    display: block;
    margin: 1.5rem 0 0 1.5rem;
}
.implementasi .step .teks-primary {
    font-family: var(--sonchoy-font-two);
    color: var(--primary-color);
}
.implementasi .step .isi {
    display: block;
    margin: 1.5rem 0 0 1.5rem;
}
.justify-text {
    text-align: justify;
}
/*--------------------------------------------------------------
  # end of Step
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Jadwal
  --------------------------------------------------------------*/

.jadwal-pelaksanaan {
    color: var(--sonchoy-black);
    display: block;
}
.jadwal-pelaksanaan .table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    overflow: hidden;
    justify-items: center;
    text-align: center;
    margin-top: 1rem;
}
.jadwal-pelaksanaan .table thead {
    background-color: var(--primary-color);
    color: white;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}
.jadwal-pelaksanaan .table tfoot {
    background-color: var(--primary-color);
    color: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: lightgrey;
}
.teks-primary {
    font-family: var(--sonchoy-font-two);
    color: var(--primary-color);
}
.justify-text {
    text-align: justify;
}
/*--------------------------------------------------------------
  # end of jadwal
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Maps
  --------------------------------------------------------------*/
.maps {
    background-color:#f9f9f9;
}

.maps h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}
/*--------------------------------------------------------------
  # end of jadwal
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Biaya layanan
  --------------------------------------------------------------*/

.biaya-layanan .container h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}
.biaya-layanan .card {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.biaya-layanan .card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.biaya-layanan .card-footer {
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 1rem;
    background-color: var(--primary-color);
    font-weight: bold;
}

.biaya-layanan .card-body ul {
    list-style-type: none;
    padding-left: 0;
}

.biaya-layanan .card-body ul li {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--sonchoy-black);
}

.biaya-layanan .container {
    margin-top: 2rem;
}

.biaya-layanan .text-danger {
    color: var(--primary-color) !important;
}

.teks-primary {
    font-family: var(--sonchoy-font-two);
    color: var(--primary-color);
}
.justify-text {
    text-align: justify;
}
/*--------------------------------------------------------------
  # end of Biaya layanan
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Feature Two
  --------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    margin-top: -116px;
    z-index: 2;
}

.feature-two__left {
    position: relative;
    display: block;
    background-color: var(--primary-color);
    padding: 45px 60px 51px;
}

.feature-two__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.04em;
    color: var(--sonchoy-white);
}

.feature-two__left-content {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.feature-two__left-content .icon {
    position: relative;
    display: inline-block;
}

.feature-two__left-content .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--sonchoy-black);
    border-radius: 50%;
    font-size: 20px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__left-content .icon span:hover {
    background-color: var(--sonchoy-white);
    color: var(--sonchoy-black);
}

.feature-two__left-content .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.feature-two__left-content .content p {
    color: #b9d5fa;
}

.feature-two__left-content .content a {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.016em;
    color: var(--sonchoy-white);
    position: relative;
    top: -8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__left-content .content a:hover {
    color: var(--sonchoy-black);
}

.feature-two__right {
    position: relative;
    display: block;
    background-color: var(--sonchoy-black);
    padding: 49px 60px 42px;
}

.feature-two__form {
    position: relative;
    display: block;
    margin-top: 32px;
}

.feature-two__form-input-box {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-two__form-input-box input[type="email"] {
    height: 60px;
    width: 60%;
    background-color: var(--sonchoy-white);
    outline: none;
    font-size: 16px;
    color: var(--sonchoy-white);
    font-weight: 400;
    border: none;
    padding-right: 30px;
    padding-left: 30px;
}

.feature-two__btn {
    border: none;
    outline: none;
    margin-left: 10px;
    padding: 16px 40px 15px;
    font-weight: 500;
}

/*--------------------------------------------------------------
  # Pricing Two
  --------------------------------------------------------------*/
.pricing-two .pricing-one__btn::before,
.pricing-two .pricing-one__btn::after {
    background: var(--primary-color);
}

/*--------------------------------------------------------------
  # Team Two
  --------------------------------------------------------------*/
.team-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--sonchoy-primary);
    z-index: 1;
}

.team-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.team-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-two__img-box {
    position: relative;
    display: block;
}

.team-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-two__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-color: rgba(0, 25, 58, 0.5);
}

.team-two__single:hover:hover .team-two__img:after {
    opacity: 1;
}

.team-two__img img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
    transform-origin: 70% 80%;
}

.team-two__single:hover .team-two__img img {
    transform: scale(1.036);
    transition-duration: 0.9s;
}

.team-two__content {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -45px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.08);
    padding: 20px 30px 17px;
    color: var(--sonchoy-black);
}

.team-two__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 1px;
}

.team-two__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__title a:hover {
    color: var(--primary-color);
}

.team-two__share-and-social {
    position: absolute;
    top: 0;
    right: 0;
}

.team-two__share {
    position: relative;
    display: block;
}

.team-two__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__social {
    position: absolute;
    top: -200px;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}

.team-two__share-and-social:hover .team-two__social {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 500ms;
}

.team-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__social a:hover {
    color: var(--primary-color);
    background-color: var(--sonchoy-white);
}

.team-two__social a + a {
    margin-top: 5px;
}

/*--------------------------------------------------------------
  # Counter Three
  --------------------------------------------------------------*/
.counter-three .counter-one__shape-5 {
    mix-blend-mode: screen;
}

.counter-three .counter-one__text {
    color: #8aa7cd;
}

/*--------------------------------------------------------------
  # Blog Four
  --------------------------------------------------------------*/
.blog-four {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-four__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-four__img-box {
    position: relative;
    display: block;
}

.blog-four__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-four__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sonchoy-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-four__single:hover .blog-four__img::before {
    opacity: 0.6;
}

.blog-four__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-four__single:hover .blog-four__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-four__content {
    position: relative;
    display: block;
    padding: 15px 30px 0;
}

.blog-four__tag-and-date {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-four__tag {
    position: relative;
    display: block;
    margin-left: 40px;
}

.blog-four__tag::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
}

.blog-four__tag p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    color: var(--primary-color);
}

.blog-four__date {
    position: relative;
    display: block;
    margin-left: 34px;
}

.blog-four__date::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--sonchoy-black);
    transform: translateY(-50%);
}

.blog-four__date span {
    font-size: 14px;
    line-height: 24px;
}

.blog-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 19px;
    margin-bottom: 34px;
}

.blog-four__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-four__title a:hover {
    color: var(--primary-color);
}

.blog-four__btn-box {
    position: relative;
    display: block;
}

.blog-four__btn {
    font-weight: 500;
    padding: 6px 30px 6px;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-primary);
}

.blog-four__btn::before,
.blog-four__btn::after {
    background: var(--primary-color);
}

/*--------------------------------------------------------------
  # CTA Three
  --------------------------------------------------------------*/
.cta-three .cta-one__bg {
    opacity: 0.6;
}

/*--------------------------------------------------------------
  # Site Footer Four
  --------------------------------------------------------------*/
.site-footer-four {
    margin-top: -100px;
}

.site-footer-four .site-footer__top {
    padding: 214px 0 110px;
}

.site-footer-four .footer-widget__emergency-call a:hover {
    color: var(--primary-color);
}

.site-footer-four .footer-widget__social a:hover {
    color: var(--primary-color);
}

.site-footer-four .footer-widget__navigation-list li a:hover {
    color: var(--primary-color);
}

.site-footer-four .footer-widget__navigation-list li a:hover:before {
    color: var(--primary-color);
}

.site-footer-four .site-footer__shape-1 {
    top: 100px;
    opacity: 0.2;
}

.site-footer-four__shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.12;
    z-index: -1;
}

.site-footer-four__shape-2 img {
    width: auto;
}

.site-footer-four .site-footer__bottom {
    border-top: 1px solid #0e315e;
}

.site-footer-four .site-footer__bottom-text a {
    color: var(--primary-color);
}

.site-footer-four .site-footer__bottom-text a:hover {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # About Five
  --------------------------------------------------------------*/
.about-five {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.about-five__shape-1 {
    position: absolute;
    top: 75px;
    right: 177px;
    z-index: -1;
}

.about-five__shape-1 img {
    width: auto;
}

.about-five__left {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-right: 70px;
}

.about-five__img-box {
    position: relative;
    display: block;
}

.about-five__img {
    position: relative;
    display: block;
}

.about-five__img img {
    width: 100%;
}

.about-five__count-box {
    position: absolute;
    bottom: -29px;
    left: -140px;
    display: flex;
    align-items: center;
}

.about-five__count {
    position: relative;
    display: block;
}

.about-five__count h3 {
    font-size: 180px;
    font-weight: 700;
    line-height: 180px;
    color: var(--primary-color);
    font-family: var(--sonchoy-font);
}

.about-five__count-box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: var(--sonchoy-white);
    margin-left: 8px;
}

.about-five__letter {
    position: absolute;
    top: 93px;
    left: -142px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}

.about-five__letter li {
    position: relative;
    display: block;
}

.about-five__letter li:nth-child(2) {
    margin-left: 30px;
    margin-right: 130px;
}

.about-five__letter li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 111px;
    height: 2px;
    background-color: #838383;
    transform: translateY(-50%);
}

.about-five__letter li span {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--sonchoy-black);
}

.about-five__letter li:first-child span {
    color: var(--primary-color);
}

.about-five__right {
    position: relative;
    display: block;
    margin-top: 34px;
}

.about-five__tilte {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.04em;
    margin-right: -5px;
    margin-bottom: 23px;
}

.about-five__progress-list {
    position: relative;
    display: block;
    margin-top: 47px;
    margin-bottom: 63px;
}

.about-five__progress-list li {
    position: relative;
    display: block;
}

.about-five__progress-list li + li {
    margin-top: 42px;
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    background-color: var(--sonchoy-extra);
    padding-left: 100px;
    padding-right: 50px;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
    z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--sonchoy-white);
}

.progress-levels .progress-box .bar .bar-fill {
    position: relative;
    width: 0px;
    height: 2px;
    background-color: var(--primary-color);
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0px;
    height: 12px;
    width: 2px;
    background-color: var(--primary-color);
    z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -14px;
    right: -55px;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--sonchoy-white);
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    float: none;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--sonchoy-white);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
    position: absolute;
    top: -13px;
    left: -100px;
    font-weight: 700;
    color: var(--sonchoy-black);
}

.about-five__btn-and-author {
    position: relative;
    display: flex;
    align-items: center;
}

.about-five__btn-box {
    position: relative;
    display: block;
}

.about-five__author-img {
    position: relative;
    display: block;
    width: 62px;
    margin-left: 60px;
}

.about-five__author-img > img {
    width: 100%;
    border: 2px solid var(--sonchoy-black);
    border-radius: 50%;
}

.about-five__author-sign {
    position: absolute;
    top: 0;
    right: -114px;
}

.about-five__author-sign > img {
    width: auto;
}

.about-five__bottom-text {
    margin-top: 48px;
}

.about-five__bottom-text > p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    font-family: var(--sonchoy-font-two);
    color: var(--sonchoy-black);
}

.about-five__bottom-text > p > a {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Feature Three
  --------------------------------------------------------------*/
.feature-three {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.feature-three__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    margin-bottom: 30px;
}

.feature-three__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-color);
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
}

.feature-three__single:hover::before {
    transform: scaleY(1);
}

.feature-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 166px;
    background-color: #f5f5f8;
    z-index: 1;
}

.feature-three__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-color);
    z-index: -1;
}

.feature-three__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.feature-three__single:hover .feature-three__icon::after {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.feature-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 52px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.feature-three__single:hover .feature-three__icon span {
    transform: scale(0.9);
    color: var(--sonchoy-white);
}

.feature-three__content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.feature-three__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 23px;
}

.feature-three__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-three__title a:hover {
    color: var(--primary-color);
}

.feature-three__read-more {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.016em;
    color: var(--sonchoy-white);
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-three__read-more:hover {
    color: var(--primary-color);
}

.feature-three__read-more > span {
    position: relative;
    margin-left: 10px;
}

/*--------------------------------------------------------------
  # Services Five
  --------------------------------------------------------------*/
.services-five {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-five__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.16;
    z-index: -1;
}

.services-five__shape-1 img {
    width: auto;
}

.services-five__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.12;
    z-index: -1;
}

.services-five__shape-2 img {
    width: auto;
}

.services-five .section-title {
    margin-bottom: 76px;
}

.services-five__inner {
    position: relative;
    display: block;
}

.services-five__inner::before {
    content: "";
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 860px;
    height: 1px;
    background-color: #e1e1e1;
}

.services-five__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 18px;
}

.services-five__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    z-index: 1;
}

.services-five__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.services-five__single:hover .services-five__icon::before {
    transform: scaleX(1);
}

.services-five__icon::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--sonchoy-white);
    border-radius: 50%;
    z-index: -1;
}

.services-five__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-five__single:hover .services-five__icon span {
    transform: scale(0.9);
    color: var(--sonchoy-white);
}

.services-five__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 23px;
    margin-bottom: 25px;
}

.services-five__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__title a:hover {
    color: var(--primary-color);
}

.services-five__arrow {
    position: relative;
    font-size: 23px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-five__arrow:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Sliding Text
  --------------------------------------------------------------*/
.sliding-text {
    position: relative;
    display: block;
    margin-top: -17px;
    z-index: 3;
}

.sliding-text::before,
.sliding-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: transparent;
    background-image: linear-gradient(
        90deg,
        rgb(255, 255, 255, 0) 50%,
        #ffffff 100%
    );
}

.sliding-text::before {
    z-index: 10;
}

.sliding-text::after {
    background-image: linear-gradient(
        -90deg,
        rgba(255, 255, 255, 0) 50%,
        #ffffff 100%
    );
}

.sliding-text__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.sliding-text__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sliding-text__list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    font-family: var(--sonchoy-font-two);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text__list li a {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Why Choose Four
  --------------------------------------------------------------*/
.why-choose-four {
    position: relative;
    display: block;
    padding: 102px 0 120px;
    z-index: 1;
}

.why-choose-four__left {
    position: relative;
    display: block;
    margin-right: 58px;
    margin-left: -58px;
}

.why-choose-four__left .row {
    --bs-gutter-x: 10px;
}

.why-choose-four__img-1 {
    position: relative;
    display: block;
}

.why-choose-four__img-1 img {
    width: 100%;
}

.why-choose-four__img-2 {
    position: relative;
    display: block;
}

.why-choose-four__img-2 img {
    width: 100%;
}

.why-choose-four__right {
    position: relative;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

.why-choose-four__right .section-title {
    margin-bottom: 14px;
}

.why-choose-four__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -183px;
    margin-top: 35px;
}

.why-choose-four__points li + li {
    margin-left: 10px;
}

.why-choose-four__points li {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    max-width: 240px;
    width: 100%;
    padding: 30px 30px 23px;
    margin-bottom: 30px;
}

.why-choose-four__points li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-color);
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
}

.why-choose-four__points li:hover::before {
    transform: scaleY(1);
}

.why-choose-four__icon {
    position: relative;
    display: inline-block;
}

.why-choose-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-four__points li:hover .why-choose-four__icon span {
    transform: scale(0.9);
}

.why-choose-four__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 25px;
}

.why-choose-four__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-four__title a:hover {
    color: var(--primary-color);
}

.why-choose-four__arrow {
    position: relative;
    font-size: 24px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-four__arrow:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # CTA Four
  --------------------------------------------------------------*/
.cta-four {
    position: relative;
    display: block;
    padding: 169px 0 175px;
    z-index: 1;
}

.cta-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-four__bg::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: rgba(5, 84, 50, 0.5);
    z-index: -1;
}

.cta-four__inner {
    position: relative;
    display: block;
    text-align: center;
}

.cta-four__title {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.04em;
    color: var(--sonchoy-white);
}

.cta-four__sub-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -0.04em;
    color: var(--sonchoy-white);
    margin-top: 15px;
    margin-bottom: 37px;
}

.cta-four__btn-box {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
  # Team Three
  --------------------------------------------------------------*/
.team-three {
    position: relative;
    display: block;
    padding: 120px 0 116px;
    z-index: 1;
}

.team-three__shape-1 {
    position: absolute;
    bottom: 25px;
    right: 130px;
    z-index: -1;
}

.team-three__shape-1 img {
    width: auto;
}

.team-three__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.team-three__top .section-title {
    margin-bottom: 0;
}

.team-three__btn-box {
    position: relative;
    display: block;
    top: 32px;
}

.team-three__bottom {
    position: relative;
    display: block;
}

.team-three__carousel {
    position: relative;
    display: block;
}

.team-three__single {
    position: relative;
    display: block;
}

.team-three__img-box {
    position: relative;
    display: block;
}

.team-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-three__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-color: rgba(var(--sonchoy-black-rgb), 0.5);
}

.team-three__single:hover:hover .team-three__img:after {
    opacity: 1;
}

.team-three__img img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
    transform-origin: 70% 80%;
}

.team-three__single:hover .team-three__img img {
    transform: scale(1.036);
    transition-duration: 0.9s;
}

.team-three__social-and-share {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.team-three__share {
    position: relative;
    display: block;
}

.team-three__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    font-size: 16px;
    color: var(--sonchoy-white);
}

.team-three__social {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    bottom: -108px;
    right: 0;
    background-color: var(--sonchoy-white);
    width: 40px;
    padding: 15px 5px 15px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}

.team-three__social-and-share:hover .team-three__social {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 500ms;
}

.team-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__social a:hover {
    color: var(--primary-color);
}

.team-three__social a + a {
    margin-top: 15px;
}

.team-three__content {
    position: relative;
    display: block;
    padding: 18px 20px 0;
}

.team-three__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.016em;
    margin-bottom: 2px;
}

.team-three__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__title a:hover {
    color: var(--primary-color);
}

.team-three__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 57px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-three__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a7a7a7;
    margin: 0px 7.5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.team-three__carousel.owl-carousel .owl-dot.active {
    background-color: var(--primary-color);
}

.team-three__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    content: "";
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.team-three__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.team-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.team-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
  # Counter Four
  --------------------------------------------------------------*/
.counter-four {
    position: relative;
    display: block;
    z-index: 2;
}

.counter-four__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(23, 19, 4, 0.08);
    padding: 34px 20px 38px;
    margin-bottom: 30px;
    z-index: 1;
}

.counter-four__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.counter-four__single:hover:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.counter-four__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__shape-1 {
    opacity: 0.2;
}

.counter-four__shape-1 img {
    width: auto;
}

.counter-four__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-four__count h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    font-family: var(--sonchoy-font);
    color: var(--primary-color);
    letter-spacing: -0.02em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__count h3 {
    color: var(--sonchoy-white);
}

.counter-four__plus {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    font-family: var(--sonchoy-font);
    color: var(--primary-color);
    letter-spacing: -0.02em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__plus {
    color: var(--sonchoy-white);
}

.counter-four__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--sonchoy-black);
    margin-top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__text {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Testimonial Three
  --------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 190px 0 120px;
    margin-top: -100px;
    z-index: 1;
}

.testimonial-three__shape-5 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.testimonial-three__shape-5 img {
    width: auto;
}

.testimonial-three__shape-6 {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.16;
    transform: translateY(-50%);
    z-index: -1;
}

.testimonial-three__shape-6 img {
    width: auto;
}

.testimonial-three .section-title {
    margin-bottom: 56px;
}

.testimonial-three__bottom {
    position: relative;
    display: block;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 60px 0px rgba(18, 20, 31, 0.06);
    padding: 40px 40px 32px;
    padding-right: 60px;
}

.testimonial-three__single::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 60px;
    width: 1px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
}

.testimonial-three__quote {
    position: absolute;
    top: 60px;
    right: 40px;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__quote {
    opacity: 0;
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    font-size: 37px;
    color: #e3e3e3;
}

.testimonial-three__quote-2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__quote-2 {
    opacity: 1;
}

.testimonial-three__quote-2 span {
    position: relative;
    display: inline-block;
    font-size: 37px;
    color: var(--primary-color);
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 80px;
}

.testimonial-three__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__text {
    margin-top: 27px;
    margin-bottom: 28px;
}

.testimonial-three__client-info {
    position: relative;
    display: block;
}

.testimonial-three__client-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1px;
}

.testimonial-three__client-name a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__client-name a:hover {
    color: var(--primary-color);
}

.testimonial-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--primary-color);
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
}

.testimonial-three__single:hover .testimonial-three__shape-1 {
    transform: scaleY(1);
}

.testimonial-three__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--primary-color);
    background-position: top bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

.testimonial-three__single:hover .testimonial-three__shape-2 {
    transform: scaleY(1);
}

.testimonial-three__shape-3 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--primary-color);
    background-position: right center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scaleX(0);
}

.testimonial-three__single:hover .testimonial-three__shape-3 {
    transform: scaleX(1);
}

.testimonial-three__shape-4 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--primary-color);
    background-position: bottom top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

.testimonial-three__single:hover .testimonial-three__shape-4 {
    transform: scaleY(1);
}

.testimonial-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: -115px;
    left: -115px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    height: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    font-size: 20px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--sonchoy-black);
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Have Any Question
  --------------------------------------------------------------*/
.have-any-question {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.have-any-question__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 720px;
    z-index: -1;
}

.have-any-question__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.have-any-question__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--primary-color-rgb), 0.9);
    z-index: -1;
}

.have-any-question__left-img {
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
    width: calc((100% - 90px) / 2);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: -1;
}

.have-any-question__img-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.have-any-question__img-1 img {
    width: auto;
}

.have-any-question__left {
    position: relative;
    display: block;
    margin-top: 233px;
}

.have-any-question__video-link {
    position: relative;
    display: block;
    margin-left: 13px;
}

.have-any-question__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 20px;
    color: var(--primary-color);
    background-color: rgba(var(--sonchoy-white-rgb), 0.6);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.have-any-question__video-icon:hover {
    background-color: var(--sonchoy-black);
    color: var(--sonchoy-white);
}

.have-any-question__video-link .ripple,
.have-any-question__video-icon .ripple:before,
.have-any-question__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.have-any-question__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.have-any-question__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.have-any-question__counter {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 176px;
    margin-left: 4px;
}

.have-any-question__counter li {
    position: relative;
    display: block;
    width: 268px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 31px 40px 32px;
}

.have-any-question__counter li:last-child {
    background-color: var(--sonchoy-black);
    box-shadow: none;
}

.have-any-question__count {
    position: relative;
    display: flex;
    align-items: center;
}

.have-any-question__count h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.04em;
    font-family: var(--sonchoy-font);
}

.have-any-question__counter li:last-child .have-any-question__count h3 {
    color: var(--sonchoy-white);
}

.have-any-question__plus {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.04em;
    font-family: var(--sonchoy-font);
    color: var(--sonchoy-black);
}

.have-any-question__counter li:last-child .have-any-question__plus {
    color: var(--sonchoy-white);
}

.have-any-question__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.016em;
    margin-top: 11px;
}

.have-any-question__counter li:last-child .have-any-question__text {
    color: var(--sonchoy-white);
}

.have-any-question__right {
    position: relative;
    display: block;
    margin-left: 40px;
}

.have-any-question__form-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 71px 80px 80px;
}

.have-any-question__sub-title {
    font-weight: 500;
    color: var(--primary-color);
}

.have-any-question__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.018em;
    margin-top: 5px;
    margin-bottom: 33px;
}

.have-any-question__form {
    position: relative;
    display: block;
}

.have-any-question__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.have-any-question__input-box input[type="text"],
.have-any-question__input-box input[type="email"] {
    height: 58px;
    width: 100%;
    border: none;
    background-color: #f5f5f8;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--sonchoy-white);
    display: block;
    font-weight: 400;
}

.have-any-question__input-box textarea {
    font-size: 16px;
    color: var(--sonchoy-white);
    height: 150px;
    width: 100%;
    background-color: #f5f5f8;
    padding: 21px 30px 30px;
    border: none;
    outline: none;
    font-weight: 400;
}

.have-any-question__input-box.text-message-box {
    height: 150px;
}

.have-any-question__btn-box {
    position: relative;
    display: block;
}

.have-any-question__btn {
    border: none;
}

/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/
.site-footer-five {
    background-color: #000c07;
}

.site-footer-five .footer-widget__navigation-list li a:hover {
    color: var(--primary-color);
}

.site-footer-five .footer-widget__navigation-list li a:hover:before {
    color: var(--primary-color);
}

.site-footer-five .site-footer__bottom-text a {
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-five .site-footer__bottom-text a:hover {
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Layanan - page header
  --------------------------------------------------------------*/
.page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    /* padding: 250px 0;  */
    background-color: var(--primary-color);
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Warna dan transparansi overlay */
    z-index: -2;
    /* opacity: 0.13; */
    overflow: hidden; /* Mencegah gambar melampaui container */
}

.page-header-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Membuat gambar memenuhi container tanpa merusak aspek rasio */
    display: block; /* Menghilangkan spasi bawah gambar */

    top: 0;
    left: 0;
}

.page-header__content {
    position: relative;
    display: block;
    z-index: 10;
    text-align: center;
}

.page-header__title {
    /* text-align: right; */
    position: relative;
    display: block;
    font-size: 2rem;
    font-family: var(--PlusJakartaSans-bold);
    color: var(--white-color);
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}
.active .page-header__title,
.active .page-header-three__btn-and-text-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.page-header__teks {
    color: white;
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.active .page-header__teks {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.page-header__btn-and-text-box {
    position: relative;
    /* background-color: #000; */
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 46px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.active .page-header__btn-and-text-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.page-header__content h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.page-header__content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.page-header__image {
    text-align: right;
}

.page-header__image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
/* warna button */
.thm-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.thm-btn:hover {
    background-color: #e56c8a;
    color: #ffffff;
}

/*--------------------------------------------------------------
  # Page Layanan
  --------------------------------------------------------------*/
.card-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
}

.card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.item-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.item-card-header img {
    width: 40px;
    height: 40px;
}

.item-card-header h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.item-card-content {
    flex-grow: 1;
    margin-bottom: 1rem;
    text-align: justify;
}

.item-card-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.item-card-footer {
    text-align: center;
}

.btn {
    background-color: #d10056;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #a30045;
}

.page-layanan {
    padding: 60px;
    background-color: #ffffff;
    text-align: center;
}

.page-layanan .section-title__title {
    margin-bottom: 35px;
}

.layanan-content {
    padding-right: 20px;
    flex: 2; /* Membuat bagian konten lebih panjang */
}

.layanan-content p {
    margin-bottom: 20px;
    color: var(--sonchoy-black);
}

.layanan-icon img {
    max-width: 50px;
}

.layanan-image {
    flex: 1; /* Membuat bagian gambar lebih pendek */
}

.layanan-image img {
    max-width: 100%; /* Memastikan gambar menyesuaikan dengan bagian gambar */
    height: 100%; /* Menyelaraskan tinggi gambar dengan tinggi box */
    object-fit: cover; /* Memastikan gambar memenuhi area yang diberikan */
    
}

.layanan-header {
    display: flex;
    align-items: center;
}

.section-title__title2 {
    margin-left: 10px;
    font-size: 24px;
    line-height: 1.5;
}

.layanan-box {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    display: flex; /* Mengatur layout menjadi flexbox */
    width: 550px; /* Mengatur panjang box */
    height: 340px; /* Mengatur lebar box */
}

.layanan-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.thm-btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
/* responsif page layanan */
@media (max-width: 1214px) {
    .page-layanan {
        padding: 0;
        margin-top: 3rem;
    }

    .layanan-image {
        display: none;
    }

    .layanan-box {
        width: 100%; /* Mengatur ukuran full width pada tablet */
        height: auto; /* Tinggi menyesuaikan konten */
        flex-direction: column; /* Menyusun konten secara vertikal pada tablet */
    }

    .layanan-image img {
        height: auto; /* Gambar menyesuaikan tinggi konten pada tablet */
    }
}

@media (max-width: 767px) {
    .page-layanan {
        padding: 0;
    }

    .layanan-image {
        display: none; /* Menyembunyikan gambar di mobile */
    }

    .layanan-content {
        text-align: left; /* Menjaga teks berada di kiri */
        padding-right: 15px; /* Menambahkan padding kanan untuk ruang */
    }

    .layanan-header {
        display: flex; /* Menggunakan Flexbox untuk penyusunan elemen */
        align-items: center; /* Menyelaraskan ikon dan judul secara vertikal */
        justify-content: flex-start; /* Menyusun elemen ke kiri */
        margin-bottom: 10px; /* Jarak bawah untuk pemisahan dengan konten lain */
    }

    .layanan-icon {
        margin-right: 15px; /* Jarak antara ikon dan judul */
    }

    .layanan-box {
        display: flex; /* Menyusun konten secara horizontal pada layar besar */
        align-items: flex-start; /* Menyelaraskan konten ke atas */
        width: 100%; /* Lebar penuh pada perangkat mobile */
        height: auto; /* Tinggi menyesuaikan konten */
        flex-direction: column; /* Menyusun konten secara vertikal pada perangkat mobile */
    }

    .layanan-image img {
        height: auto; /* Gambar menyesuaikan tinggi konten pada mobile */
        max-width: 100%; /* Mengatur gambar agar sesuai dengan lebar box */
        border-radius: 10px; /* Menjaga border-radius pada mobile */
    }
}

/*--------------------------------------------------------------
  # Tentang
  --------------------------------------------------------------*/
.profil-rotonengen {
    width: 100vw;
    display: block;
}
.profil-rotonengen .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
    align-items: center;
}
.profil-rotonengen .container .video-section {
    width: 100%;
    height: auto; /* Ubah height menjadi auto */
    aspect-ratio: 16/9;
    overflow: hidden; /* Tambahkan overflow untuk memastikan video tidak melampaui area */
    display: flex; /* Gunakan flexbox untuk center */
    justify-content: center;
    align-items: center;
}

.profil-rotonengen .container .video-section iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; /* Menjaga rasio video */
    border: none;
}

.profil-rotonengen .container .text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    color: var(--sonchoy-black);
    text-align: justify;
}

.about-six {
    padding: 0px 0 120px;
    /* background-color: #000; */
    width: 100vw;
}

.about-six .about-three__award-box .icon {
    background-color: var(--sonchoy-black);
}

.about-six .about-three__btn {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Why Choose Five
  --------------------------------------------------------------*/
.why-choose-five {
    padding: 120px 0 90px;
}

.why-choose-five .why-choose-three__shape-1 {
    opacity: 0.12;
}

.why-choose-five .why-choose-three__shape-2 {
    opacity: 0.4;
}

.why-choose-five .why-choose-three__shape-3 {
    bottom: 0;
    right: 0;
}

/*--------------------------------------------------------------
  # Testimonial Four
  --------------------------------------------------------------*/
.testimonial-four {
    padding: 120px 0 108px;
}

/*--------------------------------------------------------------
  # Team Four
  --------------------------------------------------------------*/
.team-four {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

/*--------------------------------------------------------------
  # Brand Three
  --------------------------------------------------------------*/
.brand-three {
    padding: 0px 0 120px;
}

/*--------------------------------------------------------------
  # Team Page
  --------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

/*--------------------------------------------------------------
  # Cta Five
  --------------------------------------------------------------*/
.cta-five .cta-one__bg {
    opacity: 0.6;
}

.cta-five .cta-one__bg {
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
  # Team Details
  --------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.team-details__top {
    position: relative;
    display: block;
    padding-top: 60px;
    z-index: 1;
}

.team-details__top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 470px;
    background-color: #f5f5f8;
    overflow: hidden;
    z-index: -1;
}

.team-details__top-shape-1 {
    position: absolute;
    bottom: 0;
    left: 84px;
    z-index: -1;
}

.team-details__top-shape-1 img {
    width: auto;
}

.team-details__top-shape-2 {
    position: absolute;
    top: -20px;
    right: -237px;
    opacity: 0.08;
    z-index: -1;
}

.team-details__top-shape-2 img {
    width: auto;
}

.team-details__top-img-box {
    position: relative;
    display: block;
    margin-left: 245px;
    margin-right: 70px;
}

.team-details__top-img {
    position: relative;
    display: block;
}

.team-details__top-img img {
    width: 100%;
}

.team-details__top-img-box > span {
    position: absolute;
    top: 138px;
    left: -219px;
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
    font-family: var(--sonchoy-font-two);
    letter-spacing: -0.04em;
    -webkit-text-stroke: 1px var(--primary-color);
    color: transparent;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.team-details__top-right {
    position: relative;
    display: block;
    top: -8px;
}

.team-details__top-right-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.04em;
}

.team-details__top-right-sub-title {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
}

.team-details__top-points {
    position: relative;
    display: block;
    margin-top: 34px;
    margin-bottom: 71px;
}

.team-details__top-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.team-details__top-points li + li {
    margin-top: 6px;
}

.team-details__top-points li > span {
    font-size: 18px;
    font-weight: 700;
    color: var(--sonchoy-black);
    line-height: 28px;
}

.team-details__top-points li > p {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.team-details__top-points li > p a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__top-points li > p a:hover {
    color: var(--primary-color);
}

.team-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-details__social a {
    position: relative;
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--sonchoy-white);
    background-color: #4661c5;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-details__social a:hover {
    color: var(--sonchoy-white);
}

.team-details__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--sonchoy-black);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.team-details__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-details__social a + a {
    margin-left: 15px;
}

.team-details__social-color-2 {
    background-color: #1da1f2 !important;
}

.team-details__social-color-3 {
    background-color: #dc395c !important;
}

.team-details__social-color-4 {
    background-color: #0073b0 !important;
}

.team-details__bottom {
    position: relative;
    display: block;
    margin-top: 92px;
}

.team-details__title-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
}

.team-details__text-1 {
    margin-top: 19px;
    margin-bottom: 30px;
}

.team-details__progress-and-company {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 48px;
}

.team-details__progress-box {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__progress-list {
    position: relative;
    display: block;
}

.team-details__progress-list li {
    position: relative;
    display: block;
}

.team-details__progress-list li + li {
    margin-top: 25px;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--sonchoy-black);
    margin-bottom: 7px;
}

.team-details__progress-list li .bar {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #f5f5f8;
}

.team-details__progress-list li .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 4px;
    top: -1px;
    background-color: var(--primary-color);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress-list li .count-text {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #8f8e9a;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress-list li .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress-list li .bar.marb-0 {
    margin-bottom: 0;
}

.team-details__company-box {
    position: relative;
    display: block;
}

.team-details__company-list {
    position: relative;
    display: block;
}

.team-details__company-list li {
    position: relative;
    display: block;
}

.team-details__company-list li + li {
    margin-top: 26px;
}

.team-details__company-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.016em;
    margin-bottom: 3px;
}

.team-details__title-2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
}

.team-details__text-3 {
    margin-top: 19px;
    margin-bottom: 53px;
}

.team-details__contact-box {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 68px 75px 75px;
}

.team-details__contact-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
}

.team-details__contact-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 1px;
    margin-bottom: 37px;
}

.team-details__form {
    position: relative;
    display: block;
}

.team-details__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.team-details__input-box input[type="text"],
.team-details__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--sonchoy-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--sonchoy-white);
    display: block;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.team-details__input-box textarea {
    font-size: 16px;
    color: var(--sonchoy-white);
    height: 150px;
    width: 100%;
    background-color: var(--sonchoy-white);
    padding: 15px 30px 30px;
    border: none;
    outline: none;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.team-details__input-box.text-message-box {
    height: 150px;
}

.team-details__btn-box {
    position: relative;
    display: block;
    text-align: center;
}

.team-details__btn {
    border: none;
}

/*--------------------------------------------------------------
  # Testimonial Page
  --------------------------------------------------------------*/
.testimonial-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.testimonial-page .testimonial-one__single {
    margin-bottom: 22px;
}

/*--------------------------------------------------------------
  # FAQ Page
  --------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 118px;
    z-index: 1;
}

.faq-page__text-box {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 80px 100px 66px;
    z-index: 1;
}

.faq-page__text-box .section-title {
    margin-bottom: 0;
}

.faq-page__text-box-shape-1 {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: -1;
}

.faq-page__text-box-shape-1 img {
    width: auto;
}

.faq-page__bottom {
    position: relative;
    display: block;
    margin-top: 60px;
}

.faq-page__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.faq-page__search-form {
    position: relative;
    display: block;
}

.faq-page__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 50px;
    border: 1px solid #e0e0e0;
    color: var(--sonchoy-white);
}

.faq-page__search-form button[type="submit"] {
    color: var(--sonchoy-black);
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: translateY(-50%);
}

.faq-page__bottom-left-img-box {
    position: relative;
    display: block;
    margin-top: 50px;
}

.faq-page__bottom-left-img {
    position: relative;
    display: block;
}

.faq-page__bottom-left-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--sonchoy-black-rgb), 0.6);
}

.faq-page__bottom-left-img img {
    width: 100%;
}

.faq-page__bottom-left-img-text {
    position: absolute;
    top: 35px;
    left: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: var(--sonchoy-white);
}

.faq-page__bottom-right {
    position: relative;
    display: block;
    margin-right: 120px;
    margin-top: -6px;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    z-index: 1;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    margin-right: 10px;
    font-family: var(--PlusJakartaSans-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: var(--sonchoy-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 18px;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-title h4::before {
    content: "\e909";
    font-family: "icomoon" !important;
    font-weight: 700;
    font-size: 10px;
    color: var(--sonchoy-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: var(--sonchoy-black);
}

.faq-page__bottom-right
    .faq-one-accrodion
    .accrodion.active
    .accrodion-title
    h4::before {
    content: "\e90a";
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-content {
    position: relative;
    color: var(--sonchoy-black);
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 8px;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
  # Insurence Page
  --------------------------------------------------------------*/
.insurence-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.insurence-page .services-one__single {
    background-color: rgb(245, 245, 248);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.04);
}

/*--------------------------------------------------------------
  # Insurance Details
  --------------------------------------------------------------*/
.insurance-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.insurance-details__left {
    position: relative;
    display: block;
    margin-top: -13px;
}

.insurance-details__title-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.04em;
    margin-bottom: 22px;
}

.insurance-details__img-1 {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 31px;
}

.insurance-details__img-1 img {
    width: 100%;
}

.insurance-details__title-2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.016em;
}

.insurance-details__text-2 {
    margin-top: 12px;
    margin-bottom: 42px;
}

.insurance-details__points-and-text-box {
    position: relative;
    display: flex;
}

.insurance-details__points-box {
    position: relative;
    display: block;
}

.insurance-details__points-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
}

.insurance-details__points {
    position: relative;
    display: block;
}

.insurance-details__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.insurance-details__points li + li {
    margin-top: 4px;
}

.insurance-details__points li .icon {
    position: relative;
    display: inline-block;
    top: 3px;
}

.insurance-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--primary-color);
}

.insurance-details__points li > p {
    margin-left: 15px;
    font-weight: 600;
    color: var(--sonchoy-black);
}

.insurance-details__text-box {
    margin-left: 93px;
}

.insurance-details__text-box > h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
}

.insurance-details__faq {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 53px;
}

.insurance-details__faq .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.insurance-details__faq .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 80px 17px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}

.insurance-details__faq .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.016em;
    color: var(--sonchoy-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.insurance-details__faq .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 10px;
}

.insurance-details__faq .faq-one-accrodion .accrodion-title h4::before {
    content: "\e909";
    font-family: "icomoon" !important;
    font-weight: 700;
    font-size: 12px;
    color: var(--sonchoy-white);
    position: absolute;
    top: 50%;
    left: -50px;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
}

.insurance-details__faq
    .faq-one-accrodion
    .accrodion.active
    .accrodion-title
    h4::before {
    content: "\e90a";
    color: var(--sonchoy-white);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insurance-details__faq .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 22px;
    margin-left: 40px;
    margin-right: 52px;
    padding-top: 17px;
    border-top: 1px solid rgba(var(--sonchoy-black-rgb), 0.08);
}

.insurance-details__faq .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.insurance-details__right {
    position: relative;
    display: block;
}

.insurance-details__catagories {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 33px 40px 40px;
}

.insurance-details__catagories-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.016em;
    margin-bottom: 26px;
}

.insurance-details__catagories-list {
    position: relative;
    display: block;
}

.insurance-details__catagories-list li {
    position: relative;
    display: block;
}

.insurance-details__catagories-list li + li {
    margin-top: 10px;
}

.insurance-details__catagories-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--sonchoy-white);
    font-size: 16px;
    font-weight: 700;
    color: var(--sonchoy-black);
    font-family: var(--sonchoy-font-two);
    padding: 12px 20px 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.insurance-details__catagories-list li:hover a {
    color: var(--sonchoy-white);
}

.insurance-details__catagories-list li.active a {
    color: var(--sonchoy-white);
}

.insurance-details__catagories-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.insurance-details__catagories-list li:hover a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.insurance-details__catagories-list li.active a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.insurance-details__catagories-list li a span {
    font-size: 18px;
}

.insurance-details__need-help {
    position: relative;
    display: block;
    background: var(--primary-color);
    text-align: center;
    padding: 87px 20px 95px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.insurance-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.insurance-details__need-help-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.016em;
    color: var(--sonchoy-white);
}

.insurance-details__need-help-btn-box {
    position: relative;
    display: block;
    margin-top: 49px;
}

.insurance-details__need-help-btn {
    background-color: var(--sonchoy-white);
    color: var(--sonchoy-black);
}

.insurance-details__contact {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f5f5f8;
    padding: 29px 40px 37px;
}

.insurance-details__contact-icon {
    position: relative;
    display: inline-block;
    top: 5px;
}

.insurance-details__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--primary-color);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.insurance-details__contact:hover .insurance-details__contact-icon span {
    transform: scale(0.9);
}

.insurance-details__contact-content {
    position: relative;
    display: block;
    margin-left: 25px;
}

.insurance-details__contact-content > span {
    font-size: 14px;
    line-height: 24px;
}

.insurance-details__contact-content > p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.016em;
    color: var(--sonchoy-black);
}

.insurance-details__contact-content > p > a {
    color: var(--sonchoy-black);
    margin-left: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.insurance-details__contact-content > p > a:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
  # Portfolio Page
  --------------------------------------------------------------*/
.portfolio-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

/*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
.portfolio-details {
    position: relative;
    display: block;
    padding: 120px 0 101px;
    z-index: 1;
}

.portfolio-details__inner {
    position: relative;
    display: block;
}

.portfolio-details__img-box {
    position: relative;
    display: block;
}

.portfolio-details__img {
    position: relative;
    display: block;
}

.portfolio-details__img img {
    width: 100%;
}

.portfolio-details__catagory {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--sonchoy-white);
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -60px;
    padding: 38px 50px 28px;
    z-index: 1;
}

.portfolio-details__catagory-list {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 655px;
    width: 100%;
    justify-content: space-between;
}

.portfolio-details__catagory-list li {
    position: relative;
    display: block;
}

.portfolio-details__catagory-list li > span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.014em;
}

.portfolio-details__catagory-list li > h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.portfolio-details__social {
    position: relative;
    display: flex;
    align-items: center;
}

.portfolio-details__social li {
    position: relative;
    display: block;
}

.portfolio-details__social li + li {
    margin-left: 15px;
}

.portfolio-details__social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #4661c5;
    border-radius: 50%;
    font-size: 14px;
    color: var(--sonchoy-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.portfolio-details__social li:nth-child(2) a {
    background-color: #1da1f2;
}

.portfolio-details__social li:nth-child(3) a {
    background-color: #ff2e2e;
}

.portfolio-details__social li:nth-child(4) a {
    background-color: #0073b0;
}

.portfolio-details__social li a:hover {
    color: var(--sonchoy-white);
}

.portfolio-details__social li a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--sonchoy-black);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.portfolio-details__social li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.portfolio-details__title-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.04em;
    margin-top: 59px;
    margin-bottom: 31px;
}

.portfolio-details__tag-and-share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 54px;
}

.portfolio-details__tag {
    position: relative;
    display: flex;
    align-items: center;
}

.portfolio-details__tag > a {
    position: relative;
    background-color: #f5f5f8;
    font-size: 16px;
    line-height: 26px;
    color: var(--sonchoy-white);
    padding: 2px 20px 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-details__tag > a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

.portfolio-details__tag > a + a {
    margin-left: 10px;
}

.portfolio-details__share {
    position: relative;
    display: inline-block;
}

.portfolio-details__share > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 16px;
    color: var(--sonchoy-white);
    background-color: var(--sonchoy-black);
    border-radius: 50%;
}

.portfolio-details__share > a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

.portfolio-details__pagination-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(var(--sonchoy-black-rgb), 0.12);
    margin-top: 27px;
    padding-top: 36px;
}

.portfolio-details__pagination-single {
    position: relative;
    display: flex;
    align-items: center;
}

.portfolio-details__arrow {
    position: relative;
    display: inline-block;
}

.portfolio-details__arrow a {
    position: relative;
    display: inline-block;
    font-size: 29px;
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-details__arrow a:hover {
    color: var(--primary-color);
}

.portfolio-details__next-content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.portfolio-details__pagination-sub-title {
    line-height: 25px;
}

.portfolio-details__pagination-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.016em;
    font-family: var(--sonchoy-font-two);
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-details__pagination-title:hover {
    color: var(--primary-color);
}

.portfolio-details__previous-content {
    position: relative;
    display: block;
    margin-right: 30px;
    text-align: right;
}

/*--------------------------------------------------------------
  # Related Work
  --------------------------------------------------------------*/
.related-work {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.related-work__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 46px;
}

/*--------------------------------------------------------------
  # Product
  --------------------------------------------------------------*/
.product {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.product__inner {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 16px;
    font-weight: 400;
}

.product__showing-sort-box {
    position: relative;
    display: flex;
    align-items: center;
}

.product__showing-sort {
    position: relative;
    display: block;
}

.product__showing-sort + .product__showing-sort {
    margin-left: 30px;
}

.product__showing-sort .select-box .nice-select {
    background-color: transparent;
    border-radius: 0;
    color: var(--sonchoy-white);
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 75px;
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #dedede;
}

.product__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.product__all {
    position: relative;
    display: block;
}

.product__all-single {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.product__all-img-box {
    position: relative;
    display: block;
}

.product__all-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.product__all-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--sonchoy-black-rgb), 0.1);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease,
        -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.product__all-single:hover .product__all-img:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.product__all-img img {
    width: 100%;
    transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
    transform: scale(1.05);
}

.product__cart {
    position: absolute;
    left: 76px;
    bottom: 40px;
    right: 76px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.product__all-single:hover .product__cart {
    transform: scaleY(1);
}

.product__cart a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.016em;
    color: var(--sonchoy-white);
    text-transform: uppercase;
    background-color: var(--sonchoy-black);
    padding: 20px 54px 19px;
    position: relative;
}

.product__all-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px 0;
}

.product__all-title-box {
    position: relative;
    display: block;
}

.product__all-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.016em;
}

.product__all-title a {
    color: var(--sonchoy-black);
}

.product__all-price {
    font-weight: 500;
    color: var(--primary-color);
}

.product__all-review {
    position: relative;
    display: flex;
    align-items: center;
}

.product__all-review i {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--primary-color);
}

.product__all-review i + i {
    margin-left: 4px;
}

.product__pagination {
    position: relative;
    display: block;
    padding: 30px 0 0px;
    text-align: center;
}

.product__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 6px;
}

.product__pagination .pg-pagination li:last-child {
    margin-right: 0;
}

.product__pagination .pg-pagination li a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    color: var(--sonchoy-black);
    background-color: #f5f5f8;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.016em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__pagination .pg-pagination li a:hover {
    background-color: var(--primary-color);
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Product Details
  --------------------------------------------------------------*/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.product-details__top {
    position: relative;
    display: block;
}

.product-details__top-left {
    position: relative;
    display: block;
}

.product-details__top-img {
    position: relative;
    display: block;
}

.product-details__top-img img {
    width: 100%;
}

.product-details__search {
    position: absolute;
    top: 40px;
    right: 40px;
}

.product-details__search a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--sonchoy-black);
    border-radius: 50%;
    font-size: 16px;
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details__search a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

.product-details__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.product-details__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
}

.product-details__reveiw {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 17px;
}

.product-details__reveiw > i {
    position: relative;
    font-size: 13px;
    color: var(--primary-color);
}

.product-details__reveiw > i + i {
    margin-left: 4px;
}

.product-details__reveiw > span {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-left: 16px;
}

.product-details__doller {
    position: relative;
    display: block;
}

.product-details__doller h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.016em;
    font-family: var(--sonchoy-font);
}

.product-details__text {
    margin-top: 13px;
    margin-bottom: 22px;
}

.product-details__quantity-and-btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-details__quantity {
    position: relative;
    display: block;
}

.product-details__quantity-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.016em;
    margin-bottom: 2px;
}

.product-details__quantity-text {
    color: var(--primary-color);
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid #eeede5;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--sonchoy-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--sonchoy-black);
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--sonchoy-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid #eeede5;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #eeede5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details__buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-details__quantity-btn-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.product-details__quantity-btn {
    font-size: 16px;
    padding: 10px 45px 10px;
}

.product-details__category {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 31px;
}

.product-details__category-list {
    position: relative;
    display: block;
}

.product-details__category-list li {
    position: relative;
    display: block;
}

.product-details__category-list li + li {
    margin-top: 1px;
}

.product-details__category-list li p {
    line-height: 26px;
}

.product-details__category-list li p span {
    font-weight: 500;
    color: var(--sonchoy-black);
    margin-right: 13px;
}

.product-details__social {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__social > span {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: var(--sonchoy-font-two);
    letter-spacing: -0.016em;
    color: var(--sonchoy-black);
    margin-right: 30px;
}

.product-details__social > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    font-size: 16px;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details__social > a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--sonchoy-white);
}

.product-details__social > a + a {
    margin-left: 15px;
}

.product-details__text-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 25px 0px rgba(23, 19, 4, 0.04);
    padding: 52px 60px 38px;
    margin-top: 53px;
    margin-bottom: 51px;
}

.product-details__text-box > h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.016em;
}

.product-details__text-box-text-1 {
    margin-top: 24px;
    margin-bottom: 34px;
}

.product-details__client-review-box {
    position: relative;
    display: block;
}

.product-details__client-review-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.016em;
}

.product-details__client-review {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.product-details__client-img {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
}

.product-details__client-img img {
    width: 100%;
    border-radius: 50%;
}

.product-details__client-content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.product-details__client-content > p {
    font-weight: 500;
}

.product-details__client-content > p > span {
    color: var(--sonchoy-black);
}

.product-details__client-ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 11px;
}

.product-details__client-ratting span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--primary-color);
}

.product-details__client-ratting span + span {
    margin-left: 4px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 53px 0 120px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.016em;
    margin-bottom: 36px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__input-box textarea {
    font-size: 16px;
    color: var(--sonchoy-white);
    height: 180px;
    width: 100%;
    background-color: #f5f5f8;
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
}

.review-form-one__input-box.text-message-box {
    height: 180px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: #f5f5f8;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--sonchoy-white);
    display: block;
    font-weight: 400;
}

.review-form-one__btn {
    border: none;
    padding: 15px 54px 15px;
}

/*--------------------------------------------------------------
  # Blog Page
  --------------------------------------------------------------*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

/*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
.blog-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-sidebar__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.blog-sidebar__single {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.blog-sidebar__img-box {
    position: relative;
    display: block;
}

.blog-sidebar__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-sidebar__img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sonchoy-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-sidebar__single:hover .blog-sidebar__img::before {
    opacity: 0.5;
}

.blog-sidebar__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-sidebar__single:hover .blog-sidebar__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-sidebar__content {
    position: relative;
    display: block;
    background-color: var(--sonchoy-white);
    margin-left: 40px;
    margin-top: -80px;
    padding: 21px 30px 0;
    z-index: 2;
}

.blog-sidebar__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-sidebar__meta > p + p {
    margin-left: 15px;
}

.blog-sidebar__meta > p > span {
    color: var(--sonchoy-black);
    font-weight: 900;
    margin-right: 10px;
}

.blog-sidebar__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-top: 18px;
    margin-bottom: 37px;
}

.blog-sidebar__title a {
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
    color: var(--primary-color);
}

.blog-sidebar__btn-box {
    position: relative;
    display: block;
}

.blog-sidebar__carousel {
    position: relative;
    display: block;
}

.blog-sidebar__carousel.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: -40px;
    right: -40px;
    top: 185px;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-white);
    font-size: 20px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: var(--sonchoy-black);
    background-color: var(--sonchoy-white);
    font-size: 20px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 0px;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next span,
.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    color: var(--sonchoy-white);
}

.blog-sidebar__pagination {
    position: relative;
    display: block;
}

.blog-sidebar__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 6px;
}

.blog-sidebar__pagination .pg-pagination li:last-child {
    margin-right: 0;
}

.blog-sidebar__pagination .pg-pagination li a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    color: var(--sonchoy-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(4, 23, 26, 0.08);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.016em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-sidebar__pagination .pg-pagination li a:hover {
    background-color: var(--sonchoy-black);
    color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar {
    position: relative;
    display: block;
    margin-top: -4px;
}

.sidebar__single + .sidebar__single {
    margin-top: 36px;
}

.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: -0.016em;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: #f5f5f8;
    color: var(--sonchoy-white);
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    height: 60px;
    width: 100%;
    padding-right: 70px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--sonchoy-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--sonchoy-white);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--sonchoy-white);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--sonchoy-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--sonchoy-white);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--sonchoy-white);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--sonchoy-black);
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    z-index: 1;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(21, 24, 32, 0.06);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid transparent;
}

.sidebar__post-list li:hover {
    border: 1px solid var(--primary-color);
}

.sidebar__post-list li + li {
    margin-top: 10px;
}

.sidebar__post-image {
    margin-right: 30px;
}

.sidebar__post-image > img {
    width: 96px;
}

.sidebar__post-content {
    position: relative;
    display: block;
}

.sidebar__post-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -0.016em;
}

.sidebar__post-content-meta {
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
    color: #8f8e9a;
    letter-spacing: normal;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--primary-color);
    font-size: 15px;
    padding-right: 10px;
    top: 2px;
    position: relative;
}

.sidebar__post-content h3 a {
    margin-bottom: 8px;
    color: var(--sonchoy-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
}

.sidebar__post-content h3 a:hover {
    color: var(--primary-color);
}

.sidebar__category {
    position: relative;
    display: block;
}

.sidebar__category .insurance-details__catagories-list li a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(21, 24, 32, 0.06);
}

.sidebar__tags {
    position: relative;
    display: block;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #141733;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #efeded;
    display: inline-block;
    padding: 2px 20px 2px;
    margin-left: 6px;
    font-weight: 500;
}

.sidebar__tags-list a + a {
    margin-left: 6px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/*--------------------------------------------------------------
  # Blog Details
  --------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-details__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.blog-details__img-1 {
    position: relative;
    display: block;
}

.blog-details__img-1 img {
    width: 100%;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 40px;
}

.blog-details__title-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 18px;
}

.blog-details__meta li + li {
    margin-left: 10px;
}

.blog-details__meta li a {
    font-size: 14px;
    color: var(--sonchoy-white);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--primary-color);
}

.blog-details__meta li a i {
    color: var(--primary-color);
}

.blog-details__img-box {
    position: relative;
    display: block;
    margin-top: 51px;
    padding-bottom: 21px;
}

.blog-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__img-box-img img {
    width: 100%;
}

.blog-details__title-2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
}

.blog-details__text-2 {
    margin-top: 10px;
    margin-bottom: 48px;
}

.blog-details__quote-box {
    position: relative;
    display: block;
    text-align: center;
}

.blog-details__quote-icon {
    position: relative;
    display: inline-block;
}

.blog-details__quote-icon span {
    position: relative;
    display: inline-block;
    font-size: 44px;
    color: var(--primary-color);
}

.blog-details__quote-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.016em;
    color: var(--sonchoy-black);
    font-family: var(--sonchoy-font-two);
    margin-top: 10px;
    margin-bottom: 9px;
}

.blog-details__quote-sub-title {
    font-weight: 700;
    font-family: var(--sonchoy-font-two);
    color: var(--primary-color);
}

.blog-details__tag-and-share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(var(--sonchoy-black-rgb), 0.12);
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 49px;
}

.blog-details__tag {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__tag > span {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.016em;
    font-family: var(--sonchoy-font-two);
    color: var(--sonchoy-black);
    margin-right: 20px;
}

.blog-details__tag > a {
    color: var(--sonchoy-white);
    background-color: #f5f5f8;
    padding: 0 15px 2px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tag > a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

.blog-details__tag > a + a {
    margin-left: 10px;
}

.blog-details__share {
    position: relative;
    display: block;
}

.blog-details__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--sonchoy-black);
    font-size: 16px;
    color: var(--sonchoy-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__share a:hover {
    color: var(--sonchoy-white);
    background-color: var(--primary-color);
}

.comment-one {
    position: relative;
    display: block;
}

.comment-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
    margin-bottom: 19px;
}

.comment-one__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
    padding: 26px 26px 26px;
}

.comment-one__image {
    position: relative;
    display: block;
    max-width: 154px;
    width: 100%;
}

.comment-one__image img {
    width: 100%;
    border-radius: 50%;
}

.comment-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.comment-one__content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.016em;
    margin-top: 6px;
    margin-bottom: 16px;
}

.comment-one__btn {
    position: absolute;
    right: 40px;
    top: 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.028em;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-one__btn:hover {
    color: var(--sonchoy-black);
}

.comment-one__btn span {
    position: relative;
    margin-right: 10px;
}

.comment-form {
    position: relative;
    display: block;
    margin-top: 52px;
}

.comment-form .comment-one__title {
    margin-bottom: 1px;
}

.comment-form > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 37px;
}

.comment-one__form {
    position: relative;
    display: block;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: #f5f5f8;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    color: var(--sonchoy-white);
    display: block;
    letter-spacing: 0.02em;
}

.comment-form__input-box textarea {
    color: var(--sonchoy-white);
    height: 150px;
    width: 100%;
    background-color: #f5f5f8;
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    letter-spacing: 0.02em;
}

.comment-form__btn {
    border: none;
}

.comment-form__input-box.text-message-box {
    height: 150px;
}

/*--------------------------------------------------------------
  # Contact Page
  --------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.contact-page__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.02em;
}

.contact-page__text {
    margin-top: 13px;
    margin-bottom: 30px;
}

.contact-page__contact-info {
    position: relative;
    display: block;
}

.contact-page__contact-info-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.016em;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.contact-page__contact-list {
    position: relative;
    display: block;
}

.contact-page__contact-list li {
    position: relative;
    display: block;
}

.contact-page__contact-list li + li {
    margin-top: 20px;
}

.contact-page__contact-list li > h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.016em;
    margin-bottom: 3px;
}

.contact-page__contact-list li > p > span {
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
}

.contact-page__contact-list li > p > a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__contact-list li > p > a:hover {
    color: var(--primary-color);
}

.contact-page__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.374em;
    margin-top: 26px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__link:hover {
    color: var(--sonchoy-black);
}

.contact-page__right {
    position: relative;
    display: block;
}

.contact-page__img {
    position: relative;
    display: block;
}

.contact-page__img img {
    width: 100%;
}

.contact-page__bottom {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 68px 75px 75px;
    margin-top: 85px;
}

.contact-page__bottom .row {
    --bs-gutter-x: 20px;
}

.contact-page__bottom .comment-form {
    margin-top: 0;
}

.contact-page__bottom .comment-form__input-box input[type="text"],
.contact-page__bottom .comment-form__input-box input[type="email"] {
    background-color: var(--sonchoy-white);
}

.contact-page__bottom .comment-form__input-box textarea {
    background-color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
  # Error Page
  --------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__img {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.error-page__img img {
    width: auto;
}

.error-page__tagline {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.04em;
}

.error-page__text {
    margin-top: 17px;
    margin-bottom: 41px;
}

/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Ruang Roto
  --------------------------------------------------------------*/
/* Office */
.class-header {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ruang-office .left-side {
    color: var(--sonchoy-black); /* warna teks */
}
.ruang-office .isi-materi {
    color: var(--sonchoy-black); /* warna teks */
}
.section-title {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.schedule-info,
.payment-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.schedule-info p,
.payment-info p {
    margin-bottom: 5px;
}
.class-price {
    /* font-size: 24px; */
    font-weight: bold;
    /* color: var(--primary-color); */
}
.harga {
    /* font-size: 24px; */
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}
.btn-register {
    background-color: var(--primary-color);
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
}
.class-content-list .list-group-item {
    border: none;
    padding-left: 0;
}
.class-content-list .badge {
    background-color: var(--primary-color);
}

/* end of kelas office */
/*--------------------------------------------------------------
  # form pembayaran
  --------------------------------------------------------------*/
.form-pembayaran {
    position: relative;
    display: block;
    padding: 0px 0 120px;
    z-index: 1;
    color: var(--sonchoy-black);
}

.form-pembayaran__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.form-pembayaran__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.02em;
}

.form-pembayaran__text {
    margin-top: 13px;
    margin-bottom: 30px;
}

.form-pembayaran__contact-info {
    position: relative;
    display: block;
}

.form-pembayaran__contact-info-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.016em;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.form-pembayaran__contact-list {
    position: relative;
    display: block;
}

.form-pembayaran__contact-list li {
    position: relative;
    display: block;
}

.form-pembayaran__contact-list li + li {
    margin-top: 20px;
}

.form-pembayaran__contact-list li > h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.016em;
    margin-bottom: 3px;
}

.form-pembayaran__contact-list li > p > span {
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
}

.form-pembayaran__contact-list li > p > a {
    color: var(--sonchoy-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form-pembayaran__contact-list li > p > a:hover {
    color: var(--primary-color);
}

.form-pembayaran__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.374em;
    margin-top: 26px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form-pembayaran__link:hover {
    color: var(--sonchoy-black);
}

.form-pembayaran__right {
    position: relative;
    display: block;
}

.form-pembayaran__img {
    position: relative;
    display: block;
}

.form-pembayaran__img img {
    width: 100%;
}

.form-pembayaran__bottom {
    position: relative;
    display: block;
    background-color: #f5f5f8;
    padding: 68px 75px 75px;
    margin-top: 85px;
}

.form-pembayaran__bottom .row {
    --bs-gutter-x: 20px;
}

.form-pembayaran__bottom .comment-form {
    margin-top: 0;
}

.form-pembayaran__bottom .comment-form__input-box input[type="text"],
.form-pembayaran__bottom .comment-form__input-box input[type="email"] {
    background-color: var(--sonchoy-white);
}

.form-pembayaran__bottom .comment-form__input-box textarea {
    background-color: var(--sonchoy-white);
}

.form-pembayaran .comment-form__input-box input,
.comment-form__input-box textarea {
    color: var(
        --sonchoy-black
    ) !important; /* Ganti dengan warna teks yang diinginkan */
}

/* Gaya untuk modal */
.modal {
    display: block; /* Sembunyikan modal secara default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Container untuk dropdown */
.dropdown-container-pembayaran {
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
}

/* Label dropdown */
.dropdown-container-pembayaran .dropdown-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #6c757d;
}

/* Wrapper untuk select kustom */
.dropdown-container-pembayaran .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown select kustom */
.dropdown-container-pembayaran .custom-select {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none; /* Menghilangkan dropdown default browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 6.5L8 13l6.5-6.5L12.682 4.5 8 9.182 3.318 4.5 1.5 6.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

/* Hilangkan gaya hover dan fokus default */
.dropdown-container-pembayaran .custom-select:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Gaya untuk dropdown saat terbuka */
.dropdown-container-pembayaran .custom-select option {
    padding: 10px;
    background-color: #f8f9fa;
    color: #495057;
    cursor: pointer;
}

/* Gaya untuk placeholder atau opsi default */
.dropdown-container-pembayaran .custom-select option[selected] {
    color: #6c757d;
}

/* end of form pembayaran */

/* MAPS */

.maps {
    padding: 20px 0;
}

.embed-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 768px) {
    .embed-responsive {
        padding-bottom: 75%; /* 4:3 Aspect Ratio */
    }
}

@media only screen and (max-width: 480px) {
    .embed-responsive {
        padding-bottom: 100%; /* 1:1 Aspect Ratio */
    }
}

/* Section benefit Styles */
.benefit-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.benefit-title {
    font-size: 28px;
    line-height: 1.2;
}

.rotonengen-title {
    font-size: 28px;
    font-family: var(--PlusJakartaSans-bold);
    color: var(--primary-color);
}

.benefit-title .rotonengen-title {
    color: var(--primary-color);
}

.benefit-image img {
    max-width: 100%;
    height: auto;
}

.benefit-box {
    margin-top: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.benefit-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.benefit-icon img {
    max-width: 50px;
    height: auto;
}

.benefit-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.benefit-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--sonchoy-black);
    text-align: justify;
}

/*--------------------------------------------------------------
  # Visi misi
  --------------------------------------------------------------*/
.open-account {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 0 0 120px;
    z-index: 1;
    margin-top: 4rem;
}

.open-account .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.open-account .visi-misi {
    color: var(--sonchoy-black);
}
.open-account .visi-misi .visi {
    text-align: left;
}
.open-account .visi-misi li {
    text-align: left;
}
.open-account .teks-budaya {
    font-size: 16px;
    text-align: left;
}

.open-account__right {
    position: relative;
    display: block;
    text-align: center;
}

.open-account__right .section-title {
    margin-bottom: 33px;
}

.open-account__list {
    display: flex;
    flex-wrap: wrap; /* Membungkus item ke beberapa baris */
    justify-content: center; /* Menengahkan isi list */
    margin: 0 -10px; /* Menambahkan margin negatif untuk mengkompensasi padding kolom */
}

.open-account__list li {
    flex: 0 0 45%; /* Mengambil 45% dari lebar untuk dua kolom */
    box-sizing: border-box;
    padding: 10px; /* Padding dalam setiap item */
    text-align: center;
    margin-bottom: 15px; /* Jarak antar item */
}

.open-account__list li h3 {
    font-size: 24px; /* Ukuran font lebih kecil */
    font-weight: 400; /* Tidak bold */
    line-height: 1.4; /* Tinggi garis untuk spasi yang baik */
}

.open-account__count {
    position: relative;
    display: block;
    padding-right: 0; /* Hilangkan padding kanan */
    margin-bottom: 10px; /* Tambahkan margin bawah */
}

.open-account__count:before {
    font-size: 24px; /* Ukuran font untuk nomor list */
    font-weight: 600; /* Semi-bold untuk nomor */

    color: var(--primary-color); /* Warna nomor */
}

.open-account__list li:nth-child(odd):last-child {
    flex: 0 0 100%; /* Jika item terakhir ganjil, buat item tersebut memenuhi lebar penuh */
    text-align: center; /* Menengahkan item terakhir */
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .open-account__list li {
        flex: 0 0 100%; /* Pada layar kecil, tampilkan satu kolom per baris */
        text-align: center;
    }
}

/*--------------------------------------------------------------
  # Sejarah
  --------------------------------------------------------------*/
.sejarah-section {
    padding: 60px 0px;
}

.year-list {
    position: sticky;
    top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Dropdown untuk Mobile */
#mobile-year-dropdown {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 768px) {
    #mobile-year-dropdown {
        display: block;
    }

    #timeline-list {
        display: none;
    }
    .nice-select {
        display: none;
    }
}

.year-list #timeline-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.year-list #timeline-list li {
    padding: 10px 20px;
    margin-bottom: 10px;
    color: var(--sonchoy-black);
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease;
}

.year-list #timeline-list li.active,
.year-list #timeline-list li:hover {
    background: var(--primary-color);
    color: white;
}

/* Style for the timeline content (right layer) */
#timeline-content {
    padding-left: 20px;
    border-left: 2px solid var(--primary-color);
    position: relative;
}

.year-content {
    display: none;
}

.year-content.active {
    display: block;
}

.year-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.year h2 {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.title h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.description p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/*--------------------------------------------------------------
  # Pengembangan Website
  --------------------------------------------------------------*/
.tentang-web {
    padding: 50px 20px;
}

.tentang-web .tentangRoto {
    margin-bottom: 30px;
}

.tentang-web__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.judul-faq .section-title__title {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
}

.accrodion-content {
    text-align: left;
}

@media (max-width: 768px) {
    .judul-faq .section-title__title {
        text-align: center;
        font-size: 28px;
    }

    .tentang-web {
        padding: 50px 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .tentang-web .judul {
        padding-bottom: 10px;
    }
    .tentang-web .tentangRoto {
        text-align: center;
    }

    .tentang-web__image {
        margin-bottom: 20px;
    }
}

.kelebihan-web {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.kelebihan-web .judul {
    margin-bottom: 50px;
}

.kelebihan-web .judul h2 {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
}

.kelebihan-web .judul p {
    font-size: 18px;
    color: var(--sonchoy-black);
}

/* Card Styling */
.kelebihan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kelebihan-item {
    margin-bottom: 30px;
}

.kelebihan-card {
    background: linear-gradient(
        135deg,
        #ffffff,
        #dedede
    ); /* Initial Gradient dari putih ke silver */
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    will-change: background-position;
    background-size: 200%; /* Untuk efek kilauan yang bergerak */
    background-position: right; /* Posisi awal background */
}

.kelebihan-card:hover {
    background-position: left; /* Background bergeser dari kanan ke kiri saat hover */
    transition: background-position 0.6s ease-in-out; /* Smooth shine */
}

.kelebihan-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    border: 3px solid transparent;
    transition: border-color 0.4s ease;
}

.kelebihan-card:hover::before {
    border-color: rgba(211, 211, 211, 0.6); /* Border silver pada hover */
}

.kelebihan-icon {
    font-size: 50px;
    color: var(--primary-color); /* Warna ikon gelap */
    margin-bottom: 20px;
}

.kelebihan-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--sonchoy-black);
}

.kelebihan-card p {
    font-size: 16px;
    color: var(--sonchoy-black);
    line-height: 1.6;
}
.why-choose-three .section-title__subtitle {
    color: var(--sonchoy-black);
    margin-bottom: 40px;
}

/* Responsive Styling */
@media (max-width: 767px) {
    .kelebihan-card {
        padding: 20px;
    }

    .kelebihan-icon {
        font-size: 40px;
    }

    .kelebihan-card h4 {
        font-size: 20px;
    }

    .kelebihan-card p {
        font-size: 14px;
    }
}

.timeline-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.judul-section h2 {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.judul-section p {
    font-size: 18px;
    color: var(--sonchoy-black);
    margin-bottom: 50px;
}

.timeline-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* Timeline Vertical Line */
.timeline-wrapper::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

/* Timeline Item Common Styles */
.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

/* Bulat di kanan untuk card kiri */
.timeline-item.left::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: auto;
    right: -13px;
    background-color: white;
    border: 4px solid var(--primary-color);
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}

/* Bulat di kiri untuk card kanan */
.timeline-item.right::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: -13px;
    background-color: white;
    border: 4px solid var(--primary-color);
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}

/* Left-aligned Timeline Items */
.timeline-item.left {
    left: 0;
}

.timeline-item.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    border: medium solid #ccc;
    border-width: 0 0 2px 2px;
    border-color: #ccc;
    border-radius: 0;
    transform: translate(-50%, -50%);
}

/* Right-aligned Timeline Items */
.timeline-item.right {
    left: 50%;
}

.timeline-item.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    border: medium solid #ccc;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-radius: 0;
    transform: translate(50%, -50%);
}

/* Timeline Content Box */
.timeline-content {
    padding: 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.timeline-content h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Divider between title and content */
.timeline-divider {
    width: 50px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 10px 0;
}

.timeline-content p {
    font-size: 16px;
    color: #777;
}

/* Timeline Icon */
.timeline-icon {
    font-size: 52px;
    text-align: left;
    color: #000;
    margin: 20px 20px;
}

/* Responsive Timeline */
@media screen and (max-width: 768px) {
    .timeline-wrapper::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        margin-bottom: 20px;
    }

    .timeline-item::before {
        left: 60px;
        border: none;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
    }

    .timeline-item.left::before,
    .timeline-item.right::before {
        top: 30px;
        left: 60px;
        transform: translateY(-50%);
    }

    .timeline-item.left::after,
    .timeline-item.right::after {
        left: 27px;
    }
}

/*-
  -------------------------------------------------------------
  # Form Pembayaran
  --------------------------------------------------------------
  */

.jadwalKelas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .form-pembayaran__bottom {
        padding: 1rem;
    }
    .jadwalKelas {
        gap: 1rem;
    }
}

/*-
  -------------------------------------------------------------
  # Tentang Haramain Salaam
  --------------------------------------------------------------
  */

.quote-section {
    padding: 50px 0;
    background-color: #fefefe;
    position: relative;
}

.quote-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.quote-text {
    padding-bottom: 70px;
    padding-right: 30px;
    position: relative;
}

.quote-text h2 {
    font-family: var(--PlusJakartaSans-bold);
    color: #cc3366;
    margin-bottom: 20px;
}

.quote-text p {
    font-family: var(--PlusJakartaSans-font);
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

.quote-text h3 {
    font-family: var(--PlusJakartaSans-bold);
    color: #cc3366;
    margin-top: 20px;
}

.quote-decorator {
    display: flex;
    margin-top: 20px;
    align-items: center;
    position: relative;
}

.quote-decorator img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.quote-image {
    text-align: center;
    position: relative;
}

.image-frame {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
    max-width: 300px;
    width: 330px; /* Fixed width for all images */
    height: 380px; /* Fixed height for all images */
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Make sure the image fits well without distortion */
    border-radius: 20px 20px 0 0;
}

.quote-author {
    margin-top: 20px;
}

.quote-author h4 {
    font-family: var(--PlusJakartaSans-bold);
    color: #cc3366;
}

.quote-author p {
    font-family: var(--PlusJakartaSans-font);
    color: #333;
}

.horizontal-line {
    width: 100%;
    height: 2px;
    background-color: #cc3366;
    position: relative;
    left: 0;
}

/* Section dengan layout dibalik */
.reverse-layout .quote-wrapper {
    flex-direction: row-reverse; /* Membalikkan urutan kolom */
}

.reverse-layout .horizontal-line {
    position: relative;
}

/* ====== Section Tentang Haramain Salaam ====== */

.announcement-banner {
    background-color: #fdd3dc;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin: 30px 0;
}

.announcement-content h2 {
    font-size: 28px;
    color: #cc3366;
    margin-bottom: 15px;
}

.announcement-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-announcement {
    background-color: #cc3366;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-announcement:hover {
    background-color: #a32b58;
}

.tentang-haramain-section {
    padding: 80px 0;
    background-color: #fefefe;
}

.tentang-haramain-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Layer Kiri: Video */
.tentang-haramain-video {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Layer Kanan: Teks */
.tentang-haramain-text {
    text-align: justify;
    width: 50%;
    padding: 20px;
}

.tentang-haramain-text h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #cc3366;
}

.tentang-haramain-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/

/* Tablet View */
@media (max-width: 992px) {
    .tentang-haramain-wrapper {
        flex-direction: column;
    }

    .tentang-haramain-video,
    .tentang-haramain-text {
        width: 100%;
    }

    .tentang-haramain-text {
        padding: 15px;
        text-align: center;
    }
}

/* Mobile View */
@media (max-width: 575.98px) {
    .tentang-haramain-video iframe {
        height: 250px; /* Sesuaikan tinggi video untuk mobile */
    }

    .tentang-haramain-text h2 {
        font-size: 28px;
    }

    .tentang-haramain-text p {
        font-size: 16px;
    }
}

.about-section {
    position: relative;
    padding: 0;
}

.about-content {
    background-color: #cc3366;
    color: white;
    width: 100%;
    margin: 0;
}

.about-text {
    padding: 50px 8%; /* Beri jarak hanya pada konten teks */
}

.about-text h2 {
    margin-bottom: 20px;
    color: white;
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px; /* Tinggi maksimum untuk gambar */
    display: block;
    margin-top: -5px; /* Hilangkan jarak antara gambar dan section atas */
}

/*--------------------------------------------------------------
# Section Visi Misi
--------------------------------------------------------------*/

.vision-mission-section {
    position: relative;
    background: linear-gradient(to right, white 0%, transparent 70%),
        url("assets/images/backgrounds/mekka.jpg") no-repeat center center/cover;
    padding: 80px 0;
    overflow: hidden;
}

.vision-mission-frame {
    background-color: rgba(
        255,
        255,
        255,
        0.6
    ); /* Membuat frame semi-transparan */
    padding: 30px;
    border-radius: 10px;
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Memastikan teks muncul di atas logo */
}

.primary {
    font-family: var(--PlusJakartaSans-bold);
    font-size: 36px;
    color: #cc3366; /* Warna primary */
    margin-bottom: 20px;
}

.subpoints {
    list-style: none;
    padding-left: 0;
}

.subpoints li {
    font-family: var(--PlusJakartaSans-font);
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    padding-left: 30px; /* Ruang untuk titik kuning */
}

.subpoints li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    background-color: #ffd700; /* Titik bulat kuning */
    border-radius: 50%;
}

.floating-logo {
    position: absolute;
    top: 100px;
    right: 130px;
    z-index: 3; /* Memastikan logo berada di atas konten lain */
    width: 20px;
}

.half-logo {
    position: absolute;
    bottom: -110px;
    left: -100px;
    z-index: 1; /* Memastikan logo besar di belakang konten */
    width: 400px;
    transform: rotate(-10deg); /* Kemiringan logo */
    opacity: 0.1; /* Logo besar menonjol separuh dan transparan */
}

/*--------------------------------------------------------------
# Section Layanan Haramain Salaam
--------------------------------------------------------------*/
.layanan-haramain-section {
    position: relative;
    padding: 80px 0;
    background-color: #ffffff;
}

.layanan-haramain-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Pastikan kedua layer sama tinggi */
    max-width: 1200px;
    margin: 0 auto;
}

.layanan-haramain-text {
    background-color: #cc3366;
    color: white;
    padding: 40px;
    border-radius: 10px 0 0 10px;
    width: 50%; /* Sama besar dengan layer kanan */
}

.layanan-haramain-text h2 {
    font-family: var(--PlusJakartaSans-bold);
    font-size: 36px;
    margin-bottom: 30px;
    color: white; /* H2 berwarna putih */
}

.layanan-haramain-list {
    list-style: none;
    padding-left: 0;
}

.layanan-haramain-list li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.layanan-haramain-list h3 {
    font-family: var(--PlusJakartaSans-bold);
    color: white;
    font-size: 22px;
}

.layanan-haramain-list p {
    font-family: var(--PlusJakartaSans-font);
    color: #fff;
    line-height: 1.8;
}

.layanan-haramain-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    border: 3px solid white;
    background-color: #cc3366;
    border-radius: 50%;
}

.layanan-haramain-image {
    width: 50%; /* Sama besar dengan layer kiri */
}

.layanan-haramain-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Jika gambar terlalu kecil, auto-crop */
    border-radius: 0 10px 10px 0;
}

/*=====================
      welcomepage css 
=====================*/

.container-utama {
    display: flex;
    background-image: url(../images/backgrounds/welcome2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.container-utama .tipis{
    font-weight: 600;
    padding-top: 10px;
} 
.container-utama .title, 
.container-utama span {
    text-align: center;
    color: var(--sonchoy-black);
}

.container-utama span {
    font-size: 1.3rem;
}

.container-card {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    flex-basis: calc(33.33% - 2rem); /* For large screens: 3 cards per row */
    margin-bottom: 2rem;
}

.card:hover {
    transform: scale(1.05);
}

/* Custom button style */
.btn-custom {
    background-color: #d51c62;
    color: white;
}

/* Media query for tablet (between 577px and 992px) */
@media (min-width: 577px) and (max-width: 992px) {
    .container-utama {
        width: 100vw;
        height: 100vh;
        flex-wrap: wrap;
    }
    .container-card {
        flex-direction: row;
    }
    .card {
        flex-basis: calc(50% - 2rem); /* 2 cards per row */
    }
}

/* Media query for mobile (max-width: 576px) */
@media (max-width: 576px) {
    .container-utama {
        background-image: url(../images/backgrounds/welcome-mobile4.jpg); /* Ganti dengan gambar mobile */
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        height: auto; /* Allow height to adjust for content */
        padding: 1rem;
    }

    .container-utama .title, 
.container-utama span {
    text-align: center;
    color: var(--sonchoy-white);
}

    .container-card {
        flex-direction: column;
    }

    .card {
        flex-basis: 100%; /* 1 card per row */
        margin-bottom: 1rem;
    }

    .card-body img {
        width: 40px;
    }

    .btn-custom {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}


.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.portfolio-item {
    text-align: center;
}

.portfolio-item iframe {
    width: 100%;
    height: 320px;
    border-radius: 8px;
}

.portfolio-item h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.portfolio-item p {
    font-size: 14px;
    color: #666;
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr; /* Menjadi 1 kolom pada layar kecil */
    }

    .portfolio-item iframe {
        height: 270px; /* Sesuaikan tinggi video untuk tampilan mobile */
    }
}

.visi-misi-budaya-section {
    padding: 30px 0;
    background-color: #fcfcfc;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.visi-misi-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 38px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-bottom: 20px;
}

.visi-misi-title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #cc3366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px; /* Jarak antara ikon dan teks */
}

.visi-title {
    background-color: #cc3366; /* Warna untuk judul "Visi" */
}

.misi-title {
    background-color: #ff6600; /* Warna untuk judul "Misi" */
}

.budaya-title {
    background-color: #4caf50; /* Warna untuk judul "Budaya" */
}

.visi-misi-content {
    padding-top: 20px;
}

.visi-misi-content p,
.visi-misi-content ul {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: justify; /* Rata kiri-kanan */
}

.visi-misi-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.visi-misi-content li {
    margin-bottom: 10px;
    text-align: justify; /* Rata kiri-kanan untuk item list */
}

.visi-misi-title i {
    font-size: 20px; /* Ukuran ikon */
}

blockquote {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    padding-left: 15px;
    border-left: 3px solid #cc3366;
    font-style: italic;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    text-align: justify; /* Rata kiri-kanan untuk blockquote */
}



/* ===================== 404 Page ===================== */
/* Halaman Under Construction dengan Background Putih */
.under-construction {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; /* Background Putih */
    padding: 20px;
    text-align: center;
}

dotlottie-player {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
    height: 300px;
    animation: fadeIn 1s ease-in-out;
}

.text-content {
    color: #333333; /* Ubah teks menjadi warna gelap untuk kontras */
    margin-top: 20px;
    text-align: center;
    animation: fadeInUp 1.2s ease-in-out;
}

.headline {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--primary-color); /* Warna teks headline */
}

.description {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-modern {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-modern:hover {
    background-color: #ff6699;
    transform: translateY(-5px);
}

/* Animasi */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

