:root {
    --main-color: #006666;
    --second-color: #f6b735;
    --text-color: #333;
    --white-color: #fff;
    --bg-light: #f2fbfb;
    --bg-cream: #fff4df;
    --bg-light-blue: #F3FCFC;
    --radius: 1.6rem;
    --border-radius: 1.6rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    position: relative;
    width: 100%;
    max-width: 136rem;
    margin: 0 auto;
    padding: 0 4rem;
}

.container.container-lg {
    max-width: 144.6rem;
}

.sec-head {
    max-width: 98rem;
    margin: 0 auto 6.4rem;
}

.sec-head p {
    margin: 2.4rem 0 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: 'SVN-Biennale';
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.5;
    overflow: hidden auto;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius: 2rem;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button,
select,
input,
textarea {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
    vertical-align: middle;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.no-scroll {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.d-flex.a-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.d-flex.f-column {
    flex-direction: column;
}

.d-flex.f-stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
}

.d-flex.f-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex.f-center {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.d-flex.f-center.f-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.d-flex.f-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.d-flex.f-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.d-flex.f-ctn {
    width: calc(100% + 2.4rem);
    margin-left: -1.2rem;
}

.sec-com-tt {
    font-size: 4.8rem;
}

.main-color {
    color: #006666;
}

.btn-pri {
    height: 5.4rem;
    padding: 1.2rem 2.4rem;
    border-radius: 5rem;
    background: #066;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
}

.btn-pri .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-pri.icon img {
    object-fit: contain;
}

.btn-pri::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #FBAF2C;
    transition: all .4s ease;
    pointer-events: none;
    border-radius: 5rem;
}

.btn-pri:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-main,
.btn-outline,
.consult-popup-submit {
    height: 5.4rem;
    padding: 1.2rem 2.4rem;
    border-radius: 5rem;
    background: #066;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
}

.btn-main .icon,
.btn-outline .icon,
.consult-popup-submit .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-main.icon img {
    object-fit: contain;
}

.btn-outline.icon img,
.consult-popup-submit.icon img {
    object-fit: contain;
}

.btn-main::after,
.btn-outline::after,
.consult-popup-submit::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #FBAF2C;
    transition: all .4s ease;
    pointer-events: none;
    border-radius: 5rem;
}

.btn-main:hover::after,
.btn-outline:hover::after,
.consult-popup-submit:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.sec-title {
    margin: 0;
    color: var(--main-color);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.18;
}

.d-flex.f-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.row-6 {
    width: calc(100% * (6 / 12));
    margin: 0 auto;
}

.col {
    padding: 0 1.2rem;
}

.sec-pd {
    padding: 9.6rem 0;
}

.col-1 {
    width: calc(100% / 12);
}

.col-2 {
    width: calc(100% * (2 / 12));
}

.col-3 {
    width: calc(100% * (3 / 12));
}

.col-4 {
    width: calc(100% * (4 / 12));
}

.col-5 {
    width: calc(100% * (5 / 12));
}

.col-6 {
    width: calc(100% * (6 / 12));
}

.col-7 {
    width: calc(100% * (7 / 12));
}

.col-8 {
    width: calc(100% * (8 / 12));
}

.col-9 {
    width: calc(100% * (9 / 12));
}

.col-10 {
    width: calc(100% * (10 / 12));
}

.col-11 {
    width: calc(100% * (11 / 12));
}

.col-12 {
    width: 100%;
}


/* ---------- PAGINATION CUSTOM: BASE ---------- */
.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    border-radius: 50%;
    background-color: #006666;
    aspect-ratio: 1;
    transform: scale(1);
}

.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.2rem);
    background-color: #006666;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.4rem);
    border: 0.1rem solid #006666;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pagination-custom .swiper-pagination {
    position: static;
    margin-top: 1.6rem;
}

.navigation-custom {
    position: relative;
}

.navigation-custom .swiper-button-next,
.navigation-custom .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
    transition: all .3s ease;
    margin: 0;
}

.navigation-custom .swiper-button-next:hover,
.navigation-custom .swiper-button-prev:hover {
    background-color: #006666;
}

.navigation-custom .swiper-button-next:hover img,
.navigation-custom .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}

.navigation-custom .swiper-button-next {
    right: -2.4rem;
    transform: translate(100%, -50%);
}

.navigation-custom .swiper-button-prev {
    left: -2.4rem;
    transform: translate(-100%, -50%);
}

.navigation-custom .swiper-button-next::after {
    display: none;
}

.navigation-custom .swiper-button-prev::after {
    display: none;
}

.section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    margin-bottom: 4rem;
}

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

.slider-wrap {
    position: relative;
}

.res-sidebar {
    display: none;
}

.btn {
    width: max-content;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    padding: 1.2rem 2.4rem;
    border-radius: 4rem;
    font-size: 1.6rem;
    color: #fff;
}

.btn .icon {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
}


.btn {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    width: max-content;
    border-radius: 4rem;
    gap: .8rem;
    font-size: 1.6rem;
    font-weight: 700;
    overflow: hidden;
}

.btn .icon {
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    flex-shrink: 0;
}

.btn .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn.btn-contact {
    background-color: #FBAF2C;
}

.btn.btn-contact::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #006666;
    transition: all .4s ease;
    pointer-events: none;
    border-radius: 5rem;
}

.btn.btn-contact:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn.btn-contact img {
    filter: brightness(0) invert(1);
}

/* ==================== RESPONSIVE ==================== */

@media (min-width: 1201px) {
    .res-tab {
        display: none;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 144.6rem;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 80%;
    }
}

@media (min-width: 2500px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 2000px) {
    html {
        scroll-behavior: smooth;
    }
}

@media (max-width: 1727px) {

    .sec-com-tt {
        font-size: 3.2rem;
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 2.4rem;
    }

    .sec-title {
        font-size: 3.2rem;
    }

    .container.container-lg {
        max-width: 100%;
    }

    .sec-head {
        margin: 0 auto 3.2rem;
    }

    html {
        font-size: 10px;
    }

    body {
        font-size: 1.6rem;
    }

    ::-webkit-scrollbar {
        width: 3px;
    }

    .d-flex.f-ctn {
        width: calc(100% + 1.5rem);
        margin-left: -0.75rem;
    }

    .btn-pri {
        height: 4.8rem;
        padding: 1rem 2rem;
        font-size: 1.8rem;
        font-weight: 600;
        gap: .6rem;
    }

    .btn-pri .icon {
        width: 2rem;
        height: 2rem;
    }

    .sec-com-tt {
        font-size: 2.4rem;
    }

    .row-6 {
        width: 80%;
    }

    .col {
        padding: 0 0.75rem;
    }

    .sec-pd {
        padding: 6.8rem 0;
    }

    .section-top {
        margin-bottom: 2.4rem;
    }

    body.open-pop-search .hd-bar,
    body.open-pop-search .language-select,
    body.open-pop-search .res-sidebar {
        z-index: 12;
    }
}

@media (max-width: 992px) {
    .sec-title {
        font-size: 3.8rem;
    }

    .res-sidebar {
        display: block;
        position: fixed;
        z-index: 13;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
        width: 4.2rem;
        height: 5.2rem;
        background-color: #fff;
        border: 1px solid #3a3a3a;
        transition: .6s ease;
    }
}

@media (max-width: 768px) {
    .d-flex.f-ctn {
        width: calc(100% + 0.8rem);
        margin-left: -0.4rem;
    }

    .col {
        padding: 0 0.4rem;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 1.6rem;
    }

    .sec-title {
        font-size: 2.4rem;
    }

    .row-6 {
        width: 100%;
    }

    .btn-pri {
        height: 4.2rem;
        font-weight: 500;
        gap: .6rem;
    }

    .btn-pri .icon {
        width: 1.8rem;
        height: 1.8rem;
    }

    .sec-title {
        font-size: 2.8rem;
    }

    .sec-pd {
        padding: 4.8rem 0;
    }

    .section-top {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================
   Consult Popup
========================= */


.consult-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.35s ease;
}

body.open-consult-popup {
    overflow: hidden;
}

body.open-consult-popup .consult-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.consult-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.consult-popup-wrap {
    position: relative;
    z-index: 2;
    width: calc(100% * (10 / 12));
    margin-left: auto;
    margin-right: auto;
    transform: translateY(2.4rem) scale(0.96);
    opacity: 0;
    transition: 0.35s ease;
}

body.open-consult-popup .consult-popup-wrap {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.consult-popup-inner {
    position: relative;
    display: grid;
    grid-template-columns: 63.5% 1fr;
    overflow: hidden;
    border-radius: 2.4rem;
    background: var(--bg-light);
    box-shadow: 0 2.4rem 8rem rgba(0, 0, 0, 0.32);
}

/* Image */
.consult-popup-img {
    position: relative;
    overflow: hidden;
}

.consult-popup-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right gradient content */
.consult-popup-content {
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 2.4rem 2.4rem 2.4rem 0;
    background: linear-gradient(90deg,
            rgba(243, 252, 252, 0) 0%,
            #f3fcfc 12%,
            #f3fcfc 100%);
    padding-left: 10rem;
}

.consult-popup-title {
    max-width: 54.2rem;
    margin: 0 auto 5.6rem;
    color: var(--main-color);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
}

/* Form */
.consult-popup-form {
    width: 100%;
    max-width: 54.3rem;
    margin: 0 auto;
}

.popup-form-group {
    position: relative;
    width: 100%;
    margin-bottom: 2.4rem;
}

.popup-form-icon {
    position: absolute;
    top: 50%;
    left: 2.4rem;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.popup-form-icon img,
.consult-popup-submit .icon img,
.consult-popup-close img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-form-control {
    width: 100%;
    height: 4.8rem;
    padding: 0 2.4rem 0 5.6rem;
    border: 0.1rem solid var(--main-color);
    border-radius: 2.4rem;
    outline: none;
    background: var(--white-color);
    color: #000;
    font-size: 1.6rem;
    font-family: inherit;
    line-height: 1.4;
}

.popup-form-placeholder {
    position: absolute;
    top: 50%;
    left: 5.6rem;
    color: #5e5e5e;
    font-size: 1.6rem;
    line-height: 1.4;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease;
}

.popup-form-placeholder span {
    color: #ff0004;
}

.popup-form-control:focus+.popup-form-placeholder,
.popup-form-control:not(:placeholder-shown)+.popup-form-placeholder,
.popup-form-control:focus~.popup-form-placeholder, .popup-form-control:not(:placeholder-shown)~.popup-form-placeholder, 
.wpcf7-form-control-wrap:focus-within~.popup-form-placeholder, 
.popup-form-control:focus+.popup-form-placeholder, .popup-form-control:not(:placeholder-shown)+.popup-form-placeholder,
.popup-form-control:focus~.popup-form-placeholder, .popup-form-control:not(:placeholder-shown)~.popup-form-placeholder, 
.wpcf7-form-control-wrap:focus-within~.popup-form-placeholder, 
.popup-form-control:focus+.popup-form-placeholder, .popup-form-control:not(:placeholder-shown)+.popup-form-placeholder {
    top: -0.7rem;
    left: 2.4rem;
    padding: 0 0.8rem;
    background: var(--bg-light);
    color: var(--main-color);
    font-size: 1.2rem;
}

.submitting .consult-popup-submit {
    opacity: 0.4;
    pointer-events: none;
}

.popup-form-textarea .popup-form-control {
    height: 15.4rem;
    padding: 1.8rem 2.4rem;
    resize: none;
}

.popup-form-textarea .popup-form-placeholder {
    top: 2.4rem;
    left: 2.4rem;
    transform: none;
}

.popup-form-textarea .popup-form-control:focus+.popup-form-placeholder,
.popup-form-textarea .popup-form-control:not(:placeholder-shown)+.popup-form-placeholder {
    top: -0.7rem;
    left: 2.4rem;
}

/* Submit */
/* .consult-popup-submit {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 5.4rem;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    overflow: hidden;
    margin: 0 auto;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid var(--main-color);
    border-radius: 5rem;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 2rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s ease;
} */

/* .consult-popup-submit::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -1;
    width: 0;
    border-radius: inherit;
    background: var(--second-color);
    transition: 0.35s ease;
} */
/* 
.consult-popup-submit:hover {
    border-color: var(--second-color);
}

.consult-popup-submit:hover::after {
    width: 100%;
}

.consult-popup-submit .icon {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
} */

/* Close */
.consult-popup-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    z-index: 5;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: 0.3s ease;
}

.consult-popup-close:hover {
    transform: rotate(90deg);
}

/* =========================
   Responsive
========================= */

@media (max-width: 1399px) {
    .consult-popup-wrap {
        width: min(112rem, 100%);
    }

    .consult-popup-inner {
        min-height: 68rem;
    }

    .consult-popup-img {
        min-height: 68rem;
    }

    .consult-popup-content {
        margin-left: -14rem;
    }

    .consult-popup-title {
        font-size: 4rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 1199px) {
    .consult-popup-inner {
        grid-template-columns: 48% 1fr;
        min-height: 62rem;
    }

    .consult-popup-img {
        min-height: 62rem;
    }

    .consult-popup-content {
        margin-left: 0;
        padding: 5.6rem 4rem;
        background: var(--bg-light);
    }

    .consult-popup-title {
        font-size: 3.6rem;
    }
}

@media (max-width: 991px) {
    .consult-popup {
        padding: 2rem;
    }

    .consult-popup-wrap {
        width: min(72rem, 100%);
        overflow-y: auto;
    }

    .consult-popup-inner {
        grid-template-columns: 1fr;
        max-height: calc(var(--vh, 1vh) * 92);
        overflow-y: auto;
    }

    .consult-popup-img {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .consult-popup-content {
        padding: 4rem 3.2rem;
    }

    .consult-popup-title {
        max-width: 100%;
        font-size: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .consult-popup-content {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .consult-popup {
        padding: 1.6rem;
    }

    .consult-popup-inner {
        border-radius: 1.6rem;
    }

    .consult-popup-img {
        aspect-ratio: 4 / 3;
    }

    .consult-popup-content {
        padding: 3.2rem 2.4rem;
    }

    .consult-popup-title {
        font-size: 2.8rem;
    }

    .popup-form-group {
        margin-bottom: 1.6rem;
    }

    .popup-form-textarea .popup-form-control {
        height: 12rem;
    }

    /* .consult-popup-submit {
        width: 100%;
        min-height: 4.8rem;
        font-size: 1.6rem;
    } */
}

@media (max-width: 575px) {
    .consult-popup {
        padding: 1.2rem;
    }

    .consult-popup-wrap {
        max-height: calc(var(--vh, 1vh) * 94);
    }

    .consult-popup-inner {
        max-height: calc(var(--vh, 1vh) * 94);
    }

    .consult-popup-img {
        aspect-ratio: 1 / 1;
    }

    .consult-popup-content {
        padding: 2.4rem 1.6rem;
    }

    .consult-popup-title {
        font-size: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .popup-form-control {
        height: 4.6rem;
        padding-left: 5.2rem;
        font-size: 1.5rem;
    }

    .popup-form-icon {
        left: 2rem;
        width: 2.2rem;
        height: 2.2rem;
    }

    .popup-form-placeholder {
        left: 5.2rem;
        font-size: 1.5rem;
    }

    .popup-form-textarea .popup-form-control {
        padding: 1.6rem 2rem;
    }

    .popup-form-textarea .popup-form-placeholder {
        left: 2rem;
    }

    .consult-popup-close {
        top: 1rem;
        right: 1rem;
        width: 3.2rem;
        height: 3.2rem;
    }
}

/* =========================
   Sticky Contact Icons
========================= */
.sticky-contact {
    position: fixed;
    bottom: 2.4rem;
    right: 2.4rem;
    z-index: 12;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 10rem;
    background: #ffffff;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.18);
}

.sticky-contact-item {
    position: relative;
    display: flex;
    width: 5.6rem;
    height: 5.6rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
}

.sticky-contact-item::before {
    content: "";
    position: absolute;
    inset: -0.4rem;
    border-radius: 50%;
    background: rgba(0, 102, 102, 0.12);
    opacity: 0;
    transform: scale(0.7);
    transition: 0.3s ease;
}

.sticky-contact-item:hover {
    background: #006666;
    transform: translateX(-0.4rem);
}

.sticky-contact-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.sticky-contact-item img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease;
}

/* .sticky-contact-item:hover img {
    filter: brightness(0) invert(1);
} */

/* Tooltip */
.sticky-tooltip {
    position: absolute;
    top: 50%;
    right: calc(100% + 1.2rem);
    z-index: 3;
    display: inline-flex;
    min-height: 3.6rem;
    align-items: center;
    padding: 0.8rem 1.2rem;
    border-radius: 0.8rem;
    background: #006666;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(0.8rem, -50%);
    transition: 0.3s ease;
}

.sticky-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: #006666;
    transform: translateY(-50%) rotate(45deg);
}

.sticky-contact-item:hover .sticky-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

/* Back to top hidden default */
/* .sticky-to-top-js {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sticky-to-top-js.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
} */

/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {
    .sticky-contact {
        right: 2.4rem;
        padding: 1.2rem;
        gap: 1.2rem;
    }

    .sticky-contact-item {
        width: 4.2rem;
        height: 4.2rem;
    }


}

@media (max-width: 767px) {
    .sticky-contact {
        top: auto;
        right: 1.6rem;
        bottom: 2rem;
        gap: 1rem;
        padding: 1rem;
        transform: none;
    }

    .sticky-contact-item {
        width: 3.2rem;
        height: 3.2rem;
    }

    .sticky-tooltip {
        display: none;
    }
}

@media (max-width: 575px) {
    .sticky-contact {
        right: 1.2rem;
        bottom: 1.6rem;
        padding: 0.8rem;
        gap: 0.8rem;
    }
}

.form-control:focus+.form-placeholder, .form-control:not(:placeholder-shown)+.form-placeholder, .form-control:focus~.form-placeholder, .form-control:not(:placeholder-shown)~.form-placeholder, .wpcf7-form-control-wrap:focus-within~.form-placeholder, .wpcf7-form-control-wrap:has(.form-control:not(:placeholder-shown))~.form-placeholder, .form-control:focus+.form-placeholder, .form-control:not(:placeholder-shown)+.form-placeholder {
    top: -.7rem;
    left: 2.4rem;
    padding: 0 .8rem;
    background: var(--bg-light-blue);
    color: var(--main-color);
    font-size: 1.2rem;
}