:root {
    --primary-color: #12274c;
    --secondary-color: #e2bf58;
    --green: #1d302a;
    --brown: #b0916e;

    --bg-color: #ecc1b1;
    --text-color: #0032A0;

    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition-fast: 0.2s var(--ease-out-expo);
    --transition-medium: 0.35s var(--ease-out-expo);
    --transition-slow: 0.5s var(--ease-out-expo);
}

html {
    scroll-behavior: smooth;
}

.text-color {
    color: var(--primary-color);
}

.text-brown {
    color: #bb9e67;
}

.fade {
    opacity: initial;
}

body.sh_index {
    background: url(../images/beach.jpg) no-repeat;
    background-position: center 96%;
    background-size: 100%;
}

body .body-inner {
    background: #f0f1f5;
}

/* header sticky active */
#header.header-sticky.sticky-active .header-inner,
.sh_subpage #header .header-inner {
    background: var(--primary-color) !important;
}

#header.header-sticky.sticky-active .header-inner .btn-quotation,
.sh_subpage #header .header-inner .btn-quotation {
    background: var(--secondary-color);
    color: #000;
}

#btn-search,
.header-language .p-dropdown {
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    margin-top: 15px;
}

.header-extras>ul>li .p-dropdown a>span {
    right: 7px;
}

.sect-aboutus {
    background: transparent;
    padding-bottom: 160px;
    padding-top: 0;
}

#aboutus {
    padding-top: 80px;
}

.sect-aboutus .col-banner {
    margin-top: 80px;
}

/* Service cards - sect-service */
.sect-service {
    padding: 50px 0 70px;
    background: #f0f1f5;
}

.sect-service .service-item {
    margin-bottom: 24px;
}

.service-card {
    position: relative;
    background: #e8e9ed;
    border-radius: 20px;
    padding: 28px 24px 26px;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.service-card .service-card__icon i {
    transition: transform var(--transition-medium);
}

.service-card:hover .service-card__icon i {
    transform: scale(1.15);
}

.service-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--text-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.service-card__icon {
    margin-top: 12px;
    margin-bottom: 16px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-card__icon i {
    font-size: 2.5rem;
    color: var(--text-color);
    opacity: 0.9;
}

.service-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.3;
    margin-top: 40px;
}

.service-card__line {
    width: 40px;
    height: 1px;
    background: #a7a7a7;
    opacity: 0.5;
    margin-bottom: 12px;
    border-radius: 2px;
}

.service-card__desc {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin: 0;
    flex: 1;
    font-weight: 500;
}

.service-card.active {
    background: var(--primary-color);
    color: #fff;
}

.service-card.active .service-card__badge {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.service-card.active .service-card__icon i {
    color: #fff;
    opacity: 0.95;
}

.service-card.active .service-card__title {
    color: #fff;
}

.service-card.active .service-card__line {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.service-card.active .service-card__desc {
    color: rgba(255, 255, 255, 0.9);
}

body,
p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav>ul>li>a,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.project-name span,
#footer p {
    font-family: "Lato", 'Noto Sans Thai', sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
}

body, p {
    font-size: 16px;
}

.w100, .w-100 {
    width: 100%;
}

.font-custom {
    font-family: "PT Serif", serif;
    /* font-family: "Meddon", cursive; */
}

.social-icons li a:hover {
    background: var(--gold) !important;
}

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

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color: var(--primary-color);
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active,
button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.slogan {
    z-index: 3;
    display: inline-block;
    float: left;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 15px;
    min-width: 250px;
    margin-left: 10px;
    color: #ffffff;
}

.slogan small {
    display: block;
    line-height: 1;
    font-size: 14.5px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.project-name {
    position: relative;
    display: inline-block;
    padding-bottom: 27px;
    font-size: 4em;
    line-height: 1;
}

.project-name small {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    font-size: 0.45em;
    font-family: 'Lato', 'Noto Sans Thai', sans-serif;
    font-weight: 400;
    color: #fff;
}

.header-extras>ul>li {
    margin-left: 15px;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    border-radius: 50px;
    color: #ede6de;
    background: var(--primary-color);
    border: none;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
    padding: 0 30px;
    transition: background var(--transition-medium), color var(--transition-medium), border-color var(--transition-medium),
        box-shadow var(--transition-medium), transform var(--transition-medium);
}

button.btn:hover, .btn:not(.close):not(.mfp-close):hover, a.btn:not([href]):not([tabindex]):hover {
    transform: translateY(-3px);
}

button.btn:active, .btn:not(.close):not(.mfp-close):active, a.btn:not([href]):not([tabindex]):active {
    transform: translateY(-1px);
}

button.btn.btn-lg, .btn:not(.close):not(.mfp-close).btn-lg, a.btn:not([href]):not([tabindex]).btn-lg {
    letter-spacing:
        0;
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
    background: var(--brown);
    color: #333;
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background: var(--brown);
    color: #333;
    border-color: transparent;
    text-decoration: none;
    box-shadow: 0 10px 10px rgba(176, 117, 51, 0.19);
}

.flickity-button:hover {
    background-color: var(--primary-color);
}

.form-group label:not(.error) {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 4px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
}

.btn-circle.btn-expand img {
    width: 14px;
    height: auto;

}

#header .container-fluid {
    width: 85%;
}

#header .header-inner #logo a {
    display: inline-block;
    transition: transform var(--transition-medium);
}

#header .header-inner #logo a:hover {
    transform: scale(1.05);
}

#header .header-inner #logo a>img {
    height: 60px;
    vertical-align: middle;
    transition: opacity var(--transition-fast);
}

#header .header-inner #logo a:hover>img {
    opacity: 0.95;
}

#search {
    background: rgba(0, 0, 0, 0.83);
    backdrop-filter: blur(2px);
}

#search .search-form .form-control {
    color: #fff;
    text-align: center;
}

#search .search-form .text-muted {
    color: rgba(255, 255, 255, 0.62) !important;
    opacity: 1;
}

#search .btn-search-close {
    background: var(--secondary-color);
    color: var(--primary-color)
}

.header-contact {
    margin-right: 20px;
}

.header-contact ul.list-contact li {
    display: inline-block;
}

.header-contact ul.list-contact li span {
    display: none;
}

ul.list-contact li i {
    margin-right: 1px !important;
}

ul.list-contact li a:hover i {
    color: #fff;
    background: var(--primary-color);
}

.header-extras>ul>li>a:not(.btn) i,
.header-extras>ul>li .topbar-dropdown>.title i,
.header-language i {
    font-size: 18px;
    color: var(--primary-color);
    line-height: 80px;
}

.header-extras>ul>li .p-dropdown a>span {
    top: -13px;
}

.img-flags {
    width: 20px;
}

.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
    padding: 5px;
}

.header-extras>ul>li a,
.header-extras>ul>li i {
    color: var(--primary-color);
}

/* menu */
#mainMenu nav>ul>li>a {
    font-size: 19px;
    font-weight: 500;
    padding: 0 7px;
    letter-spacing: 0;
    color: #fff;
}

#mainMenu nav>ul>li:not(.hover-active):hover>ul>li {
    line-height: 40px;
    font-size: 16px;
}

#mainMenu nav>ul>li .dropdown-menu {
    min-width: 275px;
}

#mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
    color: var(--secondary-color);

}

/* #mainMenu nav{
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center;
} */
#mainMenu nav>ul>li {
    display: inline-block;
    float: none;
    margin: 0 12px;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a, #mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a, #mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a, #mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a, #mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, #mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
    color: var(--red);
}

/* Smooth Navigation Transitions */
#mainMenu nav>ul>li>a {
    transition: color var(--transition-fast), transform var(--transition-fast), border-color var(--transition-fast);
    padding: 0;
    line-height: 35px;
    display: inline-block;
}

#mainMenu nav>ul>li>a:hover {
    border-bottom: 1px solid #333;
    transform: translateY(-2px);
}

/* marquee */
.sect-marq {
    padding: 0;
}

.marquee {
    overflow: hidden;
    position: relative;
    /* -webkit-mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0,
0,0, 0)); */
    /* mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0,
0)); */
}

.marquee__ctn {
    display: flex;
    width: 100%;
}

.marquee__track {
    display: flex;
}

@supports (-webkit-touch-callout: none) {
    .marquee__ctn {
        transform: translate3d(0, 0, 0) scale(1);
        perspective: 1px;
    }
}

.marquee__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 400px;
    /* -webkit-margin-end: 3rem; */
    /* margin-inline-end: 3rem; */
}

.marquee__item img {
    /* height: 60px; */
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(100%);
    transition: all .3s ease-in-out;
}

.marquee__item:hover img {
    transform: scale(1.1);
}

.btn-fit {
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 80px;
    text-align: center;
    align-content: center;
    border-radius: 35px !important;
    margin: 30px;
}

/* .marquee */

/* about */
.section-about {
    background: white;
}

/* full banner */
.banner-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.banner-link img {
    transition: all .2s ease-in-out;
}

.banner-link:hover img {
    transform: scale(1.025);
}

.bnr-left-top .banner-link {
    height: 500px;
}

.bnr-right-top .banner-mix-item {
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
    object-fit: cover;
}

.sect-html {
    background: var(--primary-color);
    padding: 40px 0;
    background: url(../images/bg-html.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sect-html blockquote {
    font-size: 2.2em;
}

#side-shortcut {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: -webkit-fit-content;
    z-index: 200;
    padding: 10px;
    background: rgba(219, 219, 219, 0.4);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    zoom: 0.8;
    transition: all 0.2s ease-in-out 0s;
}

#side-shortcut:hover {
    zoom: 1;
}

#side-shortcut a.btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #799e8c;
    border: none;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    background: unset;
    border-bottom: unset;
}

#side-shortcut a.btn i {
    margin: 0 !important;
    padding: 0pz !important;
}

#side-shortcut a.btn:after {
    display: none;
}

#side-shortcut span, #side-shortcut strong {
    font-weight: normal;
    background: inherit;
    color: #fff;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: auto;
    opacity: 0;
    border-radius: 50px;
    font-size: 14px;
    padding: 0 15px;
    padding-right: 50px;
}

#side-shortcut a.btn:hover {
    background: var(--seconadary-color);
    transform: translate(0);
}

#side-shortcut>div[class*="shortcut-"]:hover a.btn {
    box-shadow: -2px 0 11px rgba(0, 0, 0, 0.43);
}

#side-shortcut .shortcut-call {
    background: #3bc413;
}

.shortcut-line {
    background: #38cd01;
    border-radius: 10px 0px 0px;
}

.shortcut-facebook {
    background: #0766ff;
}

.shortcut-youtube {
    background: #ec0f0f;
}

.shortcut-wechat {
    background: #00c173;
}

.shortcut-mobile {
    background: #1dac12;
}

.shortcut-call {
    background: var(--secondary-color);
}

.shortcut-email {
    background: #ee0707;
    border-radius: 0px 0px 0px 10px;
    border: unset !important;
}

.shortcut-wechat span {
    border-radius: 10px !important;
    padding-bottom: 10px !important;
}

img.qr-short {
    width: 90px;
}

#side-shortcut>[class*="shortcut-"] {
    position: relative;
    border-bottom: unset;
    border-radius: 100px;
    margin: 5px 0;
}

#side-shortcut>[class*="shortcut-"]:hover span,
#side-shortcut>[class*="shortcut-"]:hover strong {
    opacity: 1;
}

.shortcut-instagram {
    background: url(http://jittaka.shopup2.com/sites/18602/files/u/social/instagram-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.shortcut-instagram .social-icon {
    width: 20px;
    filter: brightness(0) invert(1);
}

.shortcut-line .social-icon {
    width: 35px;
}

.shortcut-tiktok {
    background: #000;
}

.shortcut-tiktok .social-icon {
    width: 27px;
}

.shortcut-linktr {
    background: var(--primary-color);
}

.shortcut-linktr .social-icon {
    width: 20px;
}

/* .shortcut */

/* banner */
#slider {
    position: relative;
}

#slider::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    z-index: 1;
    top: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.22) 42.02%, rgba(0, 0, 0, 0.74));
}

#slider .flickity-button {
    opacity: 1;
    background: #a9adbd;
    bottom: 0;
    top: initial;
}

#slider:hover .flickity-button.previous,
#slider .flickity-button.previous {
    left: 200px;
    background: #0e65d0;
}

#slider:hover .flickity-button.next,
#slider .flickity-button.next {
    left: 278px;
    right: initial;
}

#slider .flickity-button:hover {
    background: var(--secondary-color) !important;
}

#slider .flickity-page-dots {
    height: 78px;
    width: auto;
    padding: 0 50px;
    bottom: 0;
    left: 356px;
    background: rgba(224, 224, 224, 0.61);
    align-content: center;
}

.banner-logo {
    width: 300px !important;
    height: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 2;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
    padding-top: 0;
}

.inspiro-slider .slide .slide-captions>p {
    margin-bottom: 20px;
}

.slide-captions .project-name {
    padding-bottom: 40px;
}

.slide-captions .project-name small {
    left: 0;
    right: 0;
    margin: 0 auto;
}

#slider [data-bg-image]::before {
    opacity: 0;
}

.inspiro-slider .slide .slide-captions h1 {
    font-size: 3em;
}

.inspiro-slider .slide .slide-captions>p,
.inspiro-slider .slide .slide-captions h1 {
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.67);
}

.flickity-button {
    border-radius: 0;
}

.line-fix {
    position: relative;
}

.line-fix::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 153px;
    top: -80px;
    left: 0;
    background: var(--brown);
}

.hleft {
    padding-left: 40px;
}

.sect-html .img-logo {
    height: 106px;
    margin-bottom: 12px;
    box-shadow: 0 0 20px #0a1542;
    border-radius: 50%;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.sect-html:hover .img-logo {
    transform: scale(1.06);
    box-shadow: 0 0 28px rgba(10, 21, 66, 0.6);
}

/* service2 */
.sect-service-style2 {
    padding-bottom: 0;
}

.sect-service-style2 .head-bar .rgh {
    align-self: flex-end;
    text-align: right;
}

.sect-service-style2 .service-image {
    width: calc(50% + 555px);
    max-width: 100vw;
    float: right;
}

.sect-service-style2 .nav-tabs {
    width: 1140px;
    max-width: 100%;
}

.sect-service-style2 .service-item {
    border-right: 1px solid rgba(221, 221, 221, 0.34);
    padding-top: 60px;
    padding-bottom: 60px;
}

.sect-service-style2 .tabs .nav-tabs .nav-item {
    width: calc(100%/4);
}

.sect-service-style2 .tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;

}

.sect-service-style2 .tabs .nav-tabs .nav-link {
    border-top: 4px solid #e6e8eb;
    border-bottom: none;
    border-radius: 0;
    border-right: 1px solid rgba(221, 221, 221, 0.34);
    padding: 40px 20px;
}

.sect-service-style2 .tabs .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    border-top: 4px solid var(--primary-color);
    border-bottom: none;
    background: rgba(18, 39, 77, 0.91);
}

.sect-service-style2 .tabs .nav-tabs .nav-link.active h4,
.sect-service-style2 .tabs .nav-tabs .nav-link.active p {
    color: #fff;
}

/* clip */
.sect-clips {
    padding: 200px 0;
}

.sect-clips .cleft {
    padding-left: 80px;
}

.project-name span {
    font-size: 20px;
    display: block;
    /* text-align: center; */
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

.sect-clips .cleft .htitle {
    font-size: 4em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 9px rgba(52, 58, 64, 0.41);
    text-align: center;
}

.sect-clips .cleft .htitle h4 {
    font-size: 2em;
}

.sect-clips .cright {
    padding-left: 15%;
    padding-top: 100px;
    backdrop-filter: blur(2px);
}

.sect-clips .cright p {
    color: #fff;
    text-shadow: 0 0 9px rgba(52, 58, 64, 0.8);
}

.box-btn {
    position: relative;
    margin-bottom: 40px;
}

.box-btn a.play-button {
    width: 60px;
    height: 60px;
    z-index: 3;
    margin: auto;
    text-align: center;
    background: #fff;
    color: #000 !important;
    border: none !important;
}

.box-btn a i {
    color: #0f6dc4 !important;
}

.box-btn a.play-button {
    width: 60px;
    height: 60px;
    z-index: 3;
    margin: auto;
    text-align: center;
    background: #fff;
    color: #000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.box-btn a i {
    color: var(--secondary-color) !important;
    font-size: 24px;
}

.pulse {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: pulse-animation 1.5s infinite ease-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pulse:nth-child(2) {
    animation-delay: 0.5s;
}

.pulse:nth-child(3) {
    animation-delay: 1s;
}

@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.frame-wrap {
    position: relative;
    padding-left: 20%;
}

.prebox-video {
    position: absolute;
    left: 0;
    top: 0px;
    width: 20%;
    height: 100%;
    align-content: center;
    background: var(--primary-color);

}

.prebox-video img {
    width: 100%;
}

/* property */
.sect-property {
    padding-top: 0;
}

#property-a {
    padding-top: 80px;
}

.sect-property .container-fluid {
    padding: 0 80px;
}

.sect-property .container-fluid>.row {
    margin: 0
}

.sect-property .property-caption {
    width: 50%;
    float: right;
    padding: 40px 0 0 0;
}

.property-gallery {
    padding: 0;
}

.property-type {
    position: relative;
}

.property-info {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    padding: 80px;
    padding-bottom: 0;
    padding-left: 120px;
}

.property-info .htitle {
    position: relative;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 120px 10px 0 10px;
    width: -webkit-fit-content;
    width: 160px;
    height: 160px;
    text-align: right;
}

.property-info .htitle span {
    position: absolute;
    right: 10px;
    bottom: 30px;
    font-size: 3em;
    line-height: 1;
}

.property-info .htitle small {
    font-size: 14px;
    margin: 0 6px;
}

.property-info p {
    margin-bottom: 0;
}

.sect-property .portfolio-item,
.sect-property .grid-item {
    padding-bottom: 0;
}

/* Portfolio gallery slider (catalog 2024) */
.sect-portfolio {
    padding: 80px 0;
    background-color: #f5f6fb;
    background: url(../images/bg-ab.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.portfolio-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-slider-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin: 0;
}

.portfolio-slider-info-title {
    font-size: 18px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 4px;
}

.portfolio-slider-info-text {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 0;
}

.portfolio-card-inner {
    border-radius: 28px;
    overflow: hidden;
    background: #000;
    /* box-shadow: 0 20px 45px rgba(15,23,42,0.25); */
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.portfolio-card:hover .portfolio-card-inner {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.35);
}

.portfolio-card-image {
    position: relative;
    overflow: hidden;
}

.portfolio-card-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.05) 55.04%);
    pointer-events: none;
    z-index: 1;
    transition: opacity var(--transition-medium);
}

.portfolio-card:hover .portfolio-card-image::before {
    opacity: 0.9;
}

.portfolio-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-slow);
}

.portfolio-card:hover .portfolio-card-image img {
    transform: scale(1.08);
}

.portfolio-card-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
    z-index: 2;
    transition: transform var(--transition-medium);
}

.portfolio-card:hover .portfolio-card-overlay {
    transform: translateY(-4px);
}

.portfolio-card-overlay p {
    color: #fff;
}

.portfolio-card-title {
    font-weight: 600;
    margin: 0 0 4px;
}

.portfolio-card-price {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

.portfolio-slider-footer .portfolio-slider-btn {
    padding: 14px 40px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

/* Slider arrows styling to match rounded controls */
.portfolio-slider .flickity-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.30);
    top: auto;
    bottom: 16px;
    opacity: 1;
}

.portfolio-slider .flickity-button:hover {
    background: #111827;
    color: #ffffff;
}

.portfolio-slider .flickity-button.previous,
.carousel.portfolio-slider:hover .flickity-button.previous {
    left: auto;
    right: 76px;
}

.portfolio-slider .flickity-button.next,
.carousel.portfolio-slider:hover .flickity-button.next {
    right: 20px;
}

.portfolio-slider .flickity-button {
    bottom: -50px;
}

@media (max-width: 991.98px) {
    .portfolio-slider-wrapper {
        padding: 30px 18px 24px;
        border-radius: 28px;
    }

    .portfolio-slider-title {
        font-size: 26px;
    }

    .portfolio-card-image img {
        height: 230px;
    }

    .portfolio-slider-footer {
        margin-top: 20px;
    }
}

.property-type.img-left {
    display: inline-block;
    width: 100%;
    margin-top: 160px !important;
}

.property-type.img-left .property-gallery {
    float: right;
}

.property-type.img-left .property-info {
    right: initial;
    left: 0;
}

.gallery-main {
    position: relative;
}

.gallery-main::before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: all .3s ease;
    opacity: 0;
    content: ' ';
    z-index: 2;
}

.gallery-main:hover::before {
    opacity: .5;
}

.gallery-main::after {
    pointer-events: none;
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: -10px;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4) url(../images/icon/expand.png) no-repeat;
    background-size: 14px;
    background-position: center;
    opacity: 0;
    transition: all .3s ease;
}

.gallery-main:hover::after {
    opacity: 1;
    bottom: 0;
}

.slide-property .flickity-page-dots {
    text-align: left;
}

/* .inspiro-slider.dots-creative .flickity-page-dots .dot,
.carousel.dots-creative .flickity-page-dots .dot{
background-color: #9d9d9d;
}
.inspiro-slider.dots-creative .flickity-page-dots .dot:after,
.carousel.dots-creative .flickity-page-dots .dot:after{
background-color: var(--secondary-color);
} */
.slide-numb {
    font-size: 3em;
    color: #ccc;
    margin-top: 30px;
    float: left;
}

.numb-active {
    color: var(--secondary-color);
}

.long-arrow-right {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #000;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.long-arrow-right::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.sect-property.img-left .slide-property-wrap {
    width: 60%;
    display: inline-block;
    float: left;
}

.sect-property.img-left .property-caption {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 120px 0 0 80px;
}

.sect-property.img-left .inline>.btn {
    float: right;
}

.sect-property.img-right .slide-property-wrap {
    width: 60%;
    display: inline-block;
    float: right;
}

.sect-property.img-right .property-caption {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 120px 80px 0 0;
}

.sect-property.img-right .slide-property .flickity-page-dots {
    text-align: right;
}

.sect-property.img-right .slide-numb {
    float: right;
}

.sect-property.type-b {
    padding: 0;
}

/* Add new style for img-left section */
@media(min-width: 1025px) {
    .sect-property.img-left .long-arrow-right {
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }

    .sect-property.img-left .long-arrow-right::after {
        right: auto;
        left: 0;
        transform: translateY(-50%) rotate(-135deg);
    }
}

/* location */
.sect-location {
    background: var(--bg-color);
    padding-top: 0;
}

#location {
    padding-top: 80px;
}

.sect-location .col-right {
    padding: 80px 120px;
    padding-bottom: 0;
    padding-left: 80px;
}

.sect-location, .sect-location p, .list-location h5 {
    color: var(--text-color);
}

.location-title {
    border-bottom: 3px solid;
    margin-bottom: 10px;
    font-size: 1em;
}

.list-location {
    margin-bottom: 30px;
}

.list-location li {
    position: relative;
    text-align: right;
    font-size: 14px;
}

.local-name {
    float: left;
}

.list-location li span.distance {}

.list-location li span.time {
    display: inline-block;
    min-width: 60px;
}

.link-ggmap {
    text-decoration: underline;
    padding: 0 5px;
    margin-top: 20px;
    display: inline-block;
}

/*sect-bg-show*/
.sect-about {
    padding: 0;
}

.sect-bg-show {
    min-height: 600px;
}

.list-logo-brand {
    text-align: center;
}

.list-logo-brand li {
    display: inline-block;
    margin: 0 auto;
    margin: 20px;
}

.list-logo-brand img {
    width: 150px;
}

.sect-about {
    z-index: 2;
    overflow: initial;
}

.sect-about .container {
    position: relative;
    z-index: 2;
    top: -120px;
    background: #fff;
    padding: 50px;
    backdrop-filter: blur(1px);
}

.about-box {
    padding: 40px;
    backdrop-filter: blur(3px);
    margin-top: 120px;
}

.about-box h2, .about-box, .about-box p {
    color: #fff;
}

/* aboutus */
.sect-aboutus .container-fluid {
    padding: 0 80px;
}

.border-vt-left {
    position: relative;
    padding-left: 50px;
    color: var(--primary-color);
    font-style: italic;
}

.border-vt-left::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}

.sect-aboutus .desc {
    column-count: 2;
    column-gap: 30px;
    word-break: break-word;
    margin-top: 40px;
}

/* footer */
ul.inline li {
    display: inline-block;
}

.list-links {
    margin-bottom: 0;
}

.copyright-content .col-right {
    text-align: right;
}

.img-qrcode {
    width: 150px;
    margin: -5px;
    margin-top: -20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 13px #00000038;
}

ul.list-contact li {
    margin-bottom: 7px;
    font-size: 19px;
    font-family: 'sukhumvit_setbold' !important;
    color: var(--primary-color);
}

ul.list-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    margin-right: 7px;
}

ul.list-contact li a {
    color: var(--primary-color) !important;

}

ul.list-contact li a:hover {
    color: var(--primary-color) !important;
    background: transparent;
    text-decoration: underline;

}

ul.list-contact li a i {
    transform: all 0.3s ease-in-out;
}

ul.list-contact li a:hover i {
    transform: scale(1.1);
}

#footer .widget .widget-title,
#footer .widget h4 {
    font-weight: normal;
    font-size: 20px;
}

#footer .copyright-content {
    background: transparent;
}

.list-links li {
    margin: 0 5px;
}

#footer .copyright-content {
    font-size: 15px;
}

footer .col-qr {
    text-align: right;
}

footer .col-qr .widget {
    display: inline-block;
    text-align: left;
}

#footer a:not(.btn):not(:hover) {
    color: #e3e3e3;
}

#footer a:not(.btn):hover {
    color: #fff !important;
    text-decoration: underline;
}

.googlemap-link {
    display: inline-block;
    margin: auto;
    text-align: center;
}

.googlemap-link img {
    height: 34px;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.googlemap-link:hover img {
    transform: scale(1.1);
}

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

.line-box img {
    border-radius: 14px;
    width: 170px;
}

.line-box p {
    margin: 10px 0;
}

footer .ft-contact {
    text-align: center;
}

.text-phone {
    font-size: 20px;
}

.text-phone a {
    font-weight: 600;
}

.wave-text {
    position: relative;
    background: linear-gradient(45deg,
            var(--primary-color) 0%,
            var(--secondary-color) 50%,
            var(--primary-color) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: wave-animation 8s ease infinite;
}

@keyframes wave-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn-wave {
    position: relative;
    background: linear-gradient(45deg,
            var(--primary-color) 0%,
            var(--secondary-color) 50%,
            var(--primary-color) 100%);
    background-size: 200% 200%;
    color: #fff !important;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: wave-animation 8s ease infinite;
}

.btn-wave:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: transform 0.7s ease;
    animation: wave-shine 3s infinite;
}

@keyframes wave-shine {
    0% {
        transform: translateX(-100%) skewX(-15deg);
    }

    50% {
        transform: translateX(100%) skewX(-15deg);
    }

    100% {
        transform: translateX(100%) skewX(-15deg);
    }
}

.btn-wave:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* footer */
footer {
    position: relative;
    background: transparent;
}

footer, footer a, footer p, footer .list li a {
    color: #fff;
}

.box-area-company {
    padding: 80px;
    padding-left: 0;
}

.box-contact {
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
}

.box-contact::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 69%;
    left: 0;
    bottom: 0;
    background: rgba(11, 38, 47, 0.81);
}

.box-contact-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 60px;
    padding: 50px;
    padding-top: 120px;
    height: -webkit-fit-content;
    width: -webkit-fill-available;

    /* background: linear-gradient(38deg, rgba(4, 8, 35, 1), rgb(16, 26, 75) 42.44%, rgba(1, 19, 84, 1) 61.76%, rgb(3, 12,
44));*/
}

.box-contact-inner h4,
.box-contact-inner p,
.box-contact-inner a {
    color: #c3a777;
}

.copyRight {
    position: absolute;
    left: 100px;
    /* right: 0;*/
    bottom: 22px;
    text-align: center;
    z-index: 2;
    color: #c0bfc2;
    font-size: 12px;
}

.text-contactus {
    font-size: 3em;
    line-height: 1;
    margin-top: 120px;
    letter-spacing: -2px;
    -webkit-backdrop-filter: blur(1px);
    color: #1f4450 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 2em;
}

.text-bg-blur {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.8;
    color: #cdcdcd;
}

body {
    background: url(../images/bg-body.jpg) no-repeat;
    background-position: center 90%;
    background-size: 100%;
}

.sect-properties.buying {
    background: transparent;
}

.ft-01 {
    position: relative;
    color: #fff;
}

.box-links {
    position: absolute;
    left: 15px;
    bottom: 90px;
}

#scrollTop:after, #scrollTop:before {
    background-color: var(--primary-color);
}

.list-address li span {
    margin-right: 10px;
}

.box-qrcode {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.box-qrcode img {
    width: 120px;
    border-radius: 6px;
}

.social-icons li.social-linkedin a:hover {
    background-color: #0b66c2 !important;
    color: #fff;
}

footer .social-icons li.social-line a:hover .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-x a:hover {
    color: #0766c2;
}

footer .social-icons li.social-instagram a:hover {
    color: #fff;
}

.social-icons li:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.social-icons img {
    height: 16px;
}

.social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
}

footer .social-icons li {
    margin-right: 5px;
}

.social-icons li a {
    color: #e3e3e3;
}

.social-icons {
    display: inline-block;
}

footer {
    padding-bottom: 0;
}

#scrollTop {
    bottom: 56px !important;
}

.engine_by_shopup_bottom {
    background-color: #13182d;
    color: #b9b9b9;
}

.box-contact .htitle {
    font-size: 4em;
    line-height: 1;
    text-shadow: -1px 6px 2px rgba(5, 23, 29, 0.69);
}

/* Smooth Scroll Animations */
html {
    scroll-behavior: smooth;
}

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

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

/* AOS Animation Enhancements */
[data-aos] {
    opacity: 0;
    transition: all 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* Smooth Section Transitions */
.sect-property,
.sect-location,
.sect-aboutus {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Parallax Effect for Background Images */
[data-bg-image] {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Enhanced Button Hover Effect */
.btn-wave {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-wave:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Smooth Image Transitions */
.gallery-main img {
    transition: transform 0.6s ease;
}

.gallery-main:hover img {
    transform: scale(1.05);
}

/* Floating Elements */
.project-name,
.htitle,
.property-caption {
    transition: transform 0.6s ease;
}

.project-name:hover,
.htitle:hover,
.property-caption:hover {
    transform: translateY(-5px);
}

/* Enhanced Scroll Top Button */
#scrollTop {
    transition: all 0.3s ease;
}

#scrollTop:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
}

/* Smooth Form Input Transitions */
.form-control {
    transition: all 0.3s ease;
}

.form-control:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Floating Social Icons */
.social-icons li a {
    transition: all 0.3s ease;
}

.social-icons li a:hover {
    transform: translateY(-5px);
}

/* Enhanced Section Headers */
.headbar {
    transition: all 0.6s ease;
}

.headbar:hover {
    transform: translateY(-5px);
}

/* Smooth Property Type Transitions */
.property-type {
    transition: all 0.6s ease;
}

.property-type:hover {
    transform: translateY(-10px);
}

/* Location List Hover Effects */
.list-location li {
    transition: all 0.3s ease;
}

.list-location li:hover {
    transform: translateX(10px);
}

/* About Us Section Enhancements */
.sect-aboutus .desc {
    transition: all 0.6s ease;
}

.sect-aboutus .desc:hover {
    transform: translateY(-5px);
}

/* Footer Link Transitions */
.footer-content a {
    transition: all 0.3s ease;
}

/* Contact Box Hover Effect */
.box-contact {
    transition: all 0.6s ease;
}

.box-contact:hover {
    transform: translateY(-10px);
}

/* Enhanced QR Code Transition */
.box-qrcode img {
    transition: all 0.3s ease;
}

.box-qrcode img:hover {
    transform: scale(1.1);
}

/* About Us Image Animation */
.aboutus-image {
    transform-origin: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.aboutus-image[data-aos="zoom-in"] {
    transform: scale(1.2);
    opacity: 0;
}

.aboutus-image[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
    opacity: 1;
}

/* Enhanced About Us Section */
.sect-aboutus {
    overflow: hidden;
    position: relative;
}

.sect-aboutus .container-fluid {
    position: relative;
    z-index: 1;
}

.sect-aboutus img {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.sect-aboutus img:hover {
    transform: scale(1.02);
}

/* Add a subtle shadow effect on hover */
.sect-aboutus .aboutus-image {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.sect-aboutus .aboutus-image:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Media Queries */
/* Tablet (768px to 1024px) */
@media screen and (max-width: 1024px) {

    button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide),
    a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
        font-size: 1em;
        height: 48px;
        line-height: 48px;
        padding: 0 25px;
    }

    #mainMenu:not(.menu-overlay) nav>ul>li>a {
        font-size: 18px;
    }

    .sect-property .container-fluid,
    .sect-aboutus .container-fluid {
        padding: 0 40px;
    }

    .sect-clips .cleft {
        padding-left: 40px;
    }

    .property-info {
        width: 60%;
    }

    .sect-property .property-caption {
        width: 60%;
    }

    .desc-brand {
        padding: 60px 0;
    }

    .form-register .form-check {
        padding-left: 150px;
    }

    .form-register button {
        margin-left: 150px;
    }

    .sect-register .col-right {
        padding-left: 40px;
    }

    .project-name {
        font-size: 3em;
    }

    .sect-html blockquote {
        font-size: 2em;
    }

    .sect-clips {
        padding: 120px 0;
    }

    .sect-clips .cleft .htitle {
        font-size: 3em;
    }

    .sect-property.img-left .slide-property-wrap,
    .sect-property.img-left .property-caption,
    .sect-property.img-right .slide-property-wrap,
    .sect-property.img-right .property-caption {
        width: 100%;
    }

    .sect-property.img-left .property-caption,
    .sect-property.img-right .property-caption {
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
        margin-top: -40px;
    }

    .slide-property .flickity-page-dots {
        text-align: right;
    }

    .slide-numb {
        float: right;
        font-size: 2em;
    }

    [data-animate], [data-aos], [data-aos^=fade][data-aos^=fade] {
        opacity: initial;
    }

    .sect-property.type-b {
        padding-bottom: 80px;
    }

    .sect-property.img-left .inline>.btn {
        float: left;
    }

    .sect-property.img-left .long-arrow-right {
        float: right;
    }

    .sect-location .col-left,
    .sect-location .col-right {
        width: 100%;
        flex: none;
        max-width: initial;
    }

    .sect-location .col-right {
        padding: 40px 80px;
    }

    .text-contactus {
        font-size: 2em;
    }

    .box-links {
        position: relative;
        left: initial;
        bottom: initial;
    }

    .box-area-company {
        padding: 0;
    }

    .box-contact .htitle {
        font-size: 2em;
    }

    footer .container {
        max-width: 96%;
    }

    .ft-01, .ft-02 {
        flex: none;
        max-width: initial;
    }

    .ft-01 {
        width: 40%;
    }

    .ft-02 {
        width: 60%;
    }

    .box-contact-inner {
        padding: 0;
    }

    .box-contact::before {
        height: 80%;
    }

    .copyRight {
        left: 40px;
    }
}

/* Mobile (below 768px) */
@media screen and (max-width: 767px) {
    body, p {
        font-size: 16px;
    }
    .header-search, .header-language {
        float: right !important;
        margin-left: 15px;
    }

    .sect-clips .cright {
        padding: 0;
        position: absolute;
        right: 0;
        left: initial;
        top: 24%;
        left: 28%;
        backdrop-filter: none;
    }

    .sect-register .col-right .htitle {
        margin-left: 0;
    }

    .sect-property .container-fluid,
    .sect-aboutus .container-fluid {
        padding: 0 20px;
    }

    .sect-aboutus .col-banner {
        margin-top: 40px;
    }

    .sect-aboutus .row {
        margin: 0;
    }

    footer::before {
        height: 100%;
    }

    .text-contactus {
        margin-top: 25px;
        color: #fff !important;
    }

    .box-contact-inner {
        margin: auto;
        position: relative;
    }

    .box-contact::before {
        display: none;
    }

    .box-qrcode {
        bottom: 60px;
    }

    .box-qrcode img {
        width: 100px;
    }

    footer {
        padding-bottom: 40px;
    }

    .box-contact {
        margin-top: 100px;
        box-shadow: none;
        padding-left: 40px;
    }

    .box-contact img {
        display: none;
    }

    .copyRight {
        left: 40px;
        position: relative;
        bottom: initial;
        left: initial;
        margin-top: 40px;
        text-align: left;
    }

    .sect-clips .cleft {
        padding-left: 20px;
    }

    .property-info {
        width: 100%;
        position: relative;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
    }

    .sect-property .property-caption {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

    .property-type.img-left .property-info,
    .property-type.img-left .property-gallery {
        position: relative;
        width: 100%;
    }

    .desc-brand {
        padding: 40px 0;
    }

    .desc-brand blockquote {
        font-size: 1.5em;
    }

    .form-register .form-check {
        padding-left: 0;
    }

    .form-register button {
        margin-left: 0;
        width: 100%;
    }

    .sect-register .col-right {
        padding-left: 0;
        margin-top: 30px;
        padding-right: 0;
    }

    .sect-register .title-info {

        margin: 20px 0;
    }

    .header-contact {
        margin-right: 10px;
    }

    .header-extras>ul>li>a:not(.btn) i {
        font-size: 1.2em;
    }

    #mainMenu nav>ul>li {
        margin: 0 5px;
    }

    .sect-clips .cleft .htitle h4 {
        font-size: 1.5em;
    }

    .about-box {
        padding: 30px 20px;
    }

    .sect-aboutus .desc {
        padding: 30px 0px;
        margin-top: 0;
    }

    .border-vt-left::before {
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
    }

    .border-vt-left {
        padding-left: 0;
        padding-top: 20px;
    }

    footer .col-qr {
        text-align: center;
        margin-top: 20px;
    }

    .copyright-content .col-right {
        text-align: center;
        margin-top: 20px;
    }

    .social-icons {
        margin-top: 20px;
        text-align: center;
    }
}

/* Small Mobile (below 480px) */
@media screen and (max-width: 479px) {

    #header[data-fullwidth=true] .header-inner .container,
    #header[data-fullwidth=true] #header-wrap .container {
        padding: 0 15px;
    }

    #header {
        zoom: 0.8;
    }
    .sect-clips .cleft .htitle {
        font-size: 2em;
    }

    .form-register .form-check {
        padding-left: 15px;
    }

    .slide-numb {
        font-size: 1.5em;
    }

    .long-arrow-right {
        display: none;
    }

    .border-vt-left::before {
        display: none;
    }

    .sect-property .container-fluid,
    .sect-aboutus .container-fluid {
        padding: 0 15px;
    }

    .property-info .htitle h4 {
        font-size: 1.2em;
    }

    .property-info .htitle small {
        font-size: 0.9em;
    }

    .desc-brand blockquote {
        font-size: 1.2em;
    }

    .sect-clips .cleft .htitle h4 {
        font-size: 1.3em;
    }

    .sect-aboutus {
        padding-bottom: 80px;
    }

    .about-box {
        padding: 20px 15px;
    }

    .sect-aboutus .desc {
        padding: 20px 0;
    }

    .ft-01, .ft-02 {
        width: 100%;
    }

    .box-contact {
        padding-left: 0;
    }
}

/* ============================================================
Custom sections for Wealthy & Healthy Rabbits landing page
============================================================ */
.section {
    /* padding: 100px 0; */
    position: relative;
}

.eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.section-about .lead.th {
    margin-top: 0.75rem;
    font-size: 1rem;
}

.gallery-slider .slide {
    position: relative;
    overflow: hidden;
}

.gallery-slider .slide:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0s;
}

.social-icons li a:not(:hover) {
    background: rgba(255, 255, 255, 0.13) !important;
}

.social-icons li.social-facebook a:hover {
    background-color: #227df5 !important;
    color: #fff;
}

.social-icons li.social-line a:hover {
    background-color: #00c300 !important;
    color: #fff;
}

#footer .footer-logo {
    filter: brightness(0) invert(1);
}

#footer {
    background: #fff;
    padding: 0;
}

#footer .footer-content {
    background: var(--primary-color);
    /* border-top: 6px solid var(--brown); */
}

/* .footer-float-left{
background-color: #1a2746;
width: 46%;
position: absolute;
top: 0;
left: 0;
padding: 45px;
z-index: 2;
padding-left: 19%;
}
.footer-float-left .ft-logo{
display: flex;
}
.footer-float-left .list-adress{ margin-top: 20px;}
.footer-float-left .list-adress li{
line-height: 1.5;
margin-bottom: 10px;
padding-left: 65px;
position: relative;
}
.footer-float-left .list-adress li strong{
display: inline-block;
min-width: 65px;
margin-left: -65px;
color: #adadad;
}
.footer-float-left .ft-logo img{ height: 120px;}
.footer-float-left .ft-logo .company-name{
align-content: center;
padding-left: 20px;
}
.footer-float-left .ft-logo .company-name h4{
margin-bottom: 0;
font-size: 34px;
}
.footer-float-left .ft-logo .company-name p{} */

.footer-extended {
    color: #e3e3e3;
    padding-top: 90px;
    padding-bottom: 40px;
}

.footer-logo {
    max-width: 160px;
}

.footer-title {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.5rem !important;
    color: #ffffff;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
    display: -webkit-inline-flex;
}

.footer-list li {
    font-size: 16px;
    display: inline-block;
}

.footer-list li a:not(:hover) {
    color: rgba(255, 255, 255, 0.65) !important;
}

.footer-list--contact li strong {
    display: inline-block;
    display: inline-block;
    min-width: 80px;
    margin-left: -83px;
}

.footer-list--contact {
    padding-left: 83px;
}

.footer-cta .btn {
    border-color: rgba(242, 217, 160, 0.8);
    color: #f4e9ce;
}

.footer-cta .btn:hover {
    background: rgba(242, 217, 160, 0.15);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 30px;
    padding-top: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(219, 228, 255, 0.6);
}

.footer-bottom .cleft p,
.footer-bottom .cright {
    font-size: 14px;
}

.footer-bottom .cright {
    text-align: right;
}

.footer-bottom .cright a {
    padding: 0 5px;
}

.line-add-box {
    margin-top: 20px;
    border-radius: 10px;
    padding: 4px;
    background: #fff;
    display: inline-flex;
}

.line-add-box .qrcode-img {
    width: 115px;
}

.line-add-box .desc {
    padding: 10px 0;
    padding-left: 4px;
    padding-right: 10px;
    color: #000;
}

.line-add-box .desc label {
    color: #888;
}

.line-add-box .desc h3 {
    font-weight: 600;
    color: #43b649 !important;
}

.line-add-box .desc p {
    color: #333 !important;
    font-size: 14px;
    line-height: 1.3 !important;
}

.line-add-box .desc h3,
.line-add-box .desc p,
.line-add-box .desc label {
    line-height: 1;
}

@media (max-width: 991.98px) {
    .section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .promo-card__media img {
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .brand-track {
        gap: 32px;
        animation-duration: 14s;
    }

    .promo-card__body {
        padding: 24px;
    }

    .category-card__img {
        height: 200px;
    }
}

/* ============================================================
Room Cards Section
============================================================ */
.sect-rooms {
    padding: 80px 0;
    background: #f4f4f4;
}

.room-cards-grid {
    row-gap: 30px;
}

.list-room-card {
    margin-bottom: 30px;
    margin-inline-end: 0;
}

.room-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.room-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.room-card__image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.room-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.room-card:hover .room-card__image img {
    transform: scale(1.05);
}

.room-card__category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 2px;
    z-index: 2;
}

.room-card__content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.room-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    /* min-height: 56px; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.room-card__address {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.room-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
}

.room-card__details .detail-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85rem;
    color: #666;
}

.room-card__details .detail-item i {
    color: #999;
    font-size: 0.9rem;
}

.room-card__price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: auto;
}

.room-card__price span {
    font-size: 13px;
    color: #878787;
    font-weight: 400;
}

.room-card__location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #666;
}

.room-card__location i {
    color: #999;
    font-size: 0.85rem;
}

.btn-load-more {
    background: #e0e0e0;
    color: #333;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.room-card__book .btn {
    width: 100%;
}

.btn-load-more:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-load-more.hidden {
    display: none;
}

/* Hide cards that exceed initial display count */
.room-card-hidden {
    display: none !important;
}

.room-card-hidden.show {
    display: block !important;
    animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles for Room Cards */
@media (max-width: 991.98px) {
    .room-card__image {
        height: 220px;
    }

    .room-card__title {
        font-size: 1.1rem;
        min-height: 48px;
    }

    .room-card__price {
        font-size: 1.3rem;
    }
}

@media (max-width: 767.98px) {
    .sect-rooms {
        padding: 60px 0;
    }

    .room-cards-grid {
        margin-top: 30px;
    }

    .room-card__image {
        height: 200px;
    }

    .room-card__content {
        padding: 16px;
    }

    .room-card__title {
        font-size: 1rem;
        min-height: auto;
    }

    .room-card__details {
        gap: 8px;
    }

    .room-card__details .detail-item {
        font-size: 0.8rem;
    }

    .room-card__price {
        font-size: 1.2rem;
    }
}

/* Ebook slider scale/fade states for center focus */
.ebook-slider .flickity-viewport {
    min-height: 450px !important;
    padding-top: 100px;
}

.ebook-slider.carousel-loaded .polo-carousel-item {
    transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

.ebook-slider .polo-carousel-item {
    /* opacity: .5; */
    /* transform: scale(1); */
}

.ebook-slider .polo-carousel-item.is-selected {
    opacity: 1;
    z-index: 2;
    transform: scale(1.75);
}

.ebook-slider .polo-carousel-item.is-selected~.polo-carousel-item {
    z-index: 1;
}

.ebook-slider .polo-carousel-item:not(.is-selected) {
    filter: blur(0.2px);
    transform: scale(0.9);
}

.ebook-slider .flickity-button {
    opacity: 1;
}

.ebook-slider .flickity-button.previous, .ebook-slider:hover .flickity-button.previous {
    left: -50px;
}

.ebook-slider .flickity-button.next, .ebook-slider:hover .flickity-button.next {
    right: -50px;
}

.ebook-slider-container {
    background: url(../images/bg-podium.png) no-repeat center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.text-bg {
    padding-left: 0;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(60deg, rgba(21, 40, 81, 1) 0%, rgba(14, 60, 157, 1) 72%, rgba(21, 40, 81, 1) 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

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

.ebook-item .btn {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: max-content;
    transition: all .3s ease;
    opacity: 0;
    z-index: 3;
}

.ebook-item:hover .btn {
    opacity: 1;
    transform: translateY(-20px);
}

.ebook-item .btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-20px);
}

.ebook-item .btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-20px);
}

.grid-item.magazine-item .desc-box .htitle {
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    color: #575757;
}

.portfolio-item .portfolio-description a:hover i, .portfolio-item .grid-description a:hover i, .portfolio-item .portfolio-links a:hover i, .grid-item .portfolio-description a:hover i, .grid-item .grid-description a:hover i,
.grid-item .portfolio-links a:hover i {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.cafe-detail .desc {
    font-size: 14px;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    padding: 0 30px;
    color: #242424;
}

.title-cafe {
    color: #805424;
}

.cleft.cafe-detail {
    border-right: 1px solid #ddd;
}

.sect-counter {
    background: var(--primary-color);
    color: var(--seconadary-color);
    background: url(../images/bg-counter.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sect-counter .counter,
.list li {
    color: #fff;
}

.sect-counter p {
    color: #bb9e67;
    font-weight: 600;
    font-size: 19px;
}

.counter {
    font-size: 3em !important;
    font-weight: 600;
    margin-bottom: 0;
}

.list-featured li {
    margin-bottom: 10px;
    font-size: 21px;
}

.list-featured li img {
    width: 19px;
    opacity: 0.8;
    margin-right: 4px;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}

.sect-counter .cright {
    margin-top: 30px;
}

/* CTA section */
.sect-cta {
    padding: 0;
}

.sect-cta__title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.sect-cta__text {
    font-size: 21px;
    color: #5a5a5a;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.sect-cta__text strong {
    display: block;
    font-size: 1.4em;
    letter-spacing: 0;
}

.sect-cta__actions .btn {
    min-width: 160px;
}

@media (max-width: 575.98px) {
    .sect-cta__title {
        font-size: 1.5rem;
    }

    .sect-cta__text {
        font-size: 1rem;
    }
}

.box-cta-content {
    position: absolute;
    right: 14%;
    top: 24%;
    margin: auto;
    padding: 40px 60px;
    background: #fff;
    width: 40%;
    color: #fff;
    text-align: left;
    backdrop-filter: blur(7px);
    border-radius: 0 150px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.81);
}

.box-cta-content h2,
.box-cta-content p {
    color: var(--primary-color);
}

.box-cta-content .inner {
    border-left: 1px solid rgba(255, 255, 255, 0.64);
}

.box-cta-content .inner .img-icon {
    width: 64px;
    margin-bottom: 10px;
}

.box-cta-content .inner .btn {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 20px;
    padding: 0 20px;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.box-cta-content .inner .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.box-cta-content .inner .btn i {
    margin-left: 40px;
    display: inline-block;
    transition: transform var(--transition-medium);
}

.box-cta-content .inner .btn:hover i {
    transform: translateX(6px);
}

.sect-cta__title {
    transition: transform var(--transition-slow);
}

.box-cta-content:hover .sect-cta__title {
    transform: translateX(4px);
}

/* ========== Extra transitions & micro-animations ========== */
.slide-captions .btn {
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
    backdrop-filter: blur(10px);
}

.slide-captions .btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.sect-counter .header-box .list-featured li {
    transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.sect-counter .header-box .list-featured li:hover {
    transform: translateX(6px);
    opacity: 1;
}

.sect-counter .counter.large {
    transition: transform var(--transition-medium);
}

.sect-counter .counter.large span {
    display: inline-block;
    transition: transform var(--transition-fast);
}

.sect-counter .col-lg-3:hover .counter.large span {
    transform: scale(1.05);
}

#header .header-inner {
    transition: background-color var(--transition-medium), box-shadow var(--transition-medium);
}

.headbar .h-title {
    transition: color var(--transition-fast);
}

.sect-service .headbar .h-title:hover,
.sect-portfolio .portfolio-slider-title:hover {
    color: var(--primary-color);
}

@keyframes cta-arrow-pulse {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.box-cta-content .inner .btn i {
    animation: cta-arrow-pulse 2s var(--ease-out-expo) infinite;
}

.box-cta-content .inner .btn:hover i {
    animation: none;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1366px) {
    .box-cta-content {
        right: 10%;
        top: 12%;
        padding: 20px 40px 20px 60px;
        width: 50%;
        border-radius: 0 100px;
    }

    .sect-cta img {
        width: 100%;
    }
}

@media (max-width: 1342px) {
    #header .container-fluid {
        width: 98%;
    }
}

@media (max-width: 1024px) {
    body.sh_subpage.mainMenu-open #header .header-inner{
        background: #fff !important;
    }
    #header #logo{
        right: initial;
        width: auto;
        position: relative !important;
        left: 0;
    }
    #mainMenu-trigger .lines-button {
        width: 50px;
        height: 50px;
        text-align: center;
        background: #fff;
        border-radius: 50px;
        margin-top: 15px;
    }

    #mainMenu-trigger .lines {
        top: 0;
    }

    .header-extras {
        float: right;
        margin-right: 80px;
    }

    #mainMenu-trigger {
        position: absolute;
        right: 40px;
    }
    #mainMenu nav>ul>li>a{ color: var(--primary-color);}
    #slider .flickity-page-dots{ left: 196px;}
    .inspiro-slider .flickity-button.previous, .inspiro-slider .flickity-button.previous:hover{ left: 40px !important;}
    #slider:hover .flickity-button.next, #slider .flickity-button.next{ left: 118px;}
    .sect-service-style2 .tabs .nav-tabs .nav-link{ min-height: 210px;}
    .carousel .flickity-button.previous, .carousel .flickity-button.previous:hover{ left: initial !important;}
    .sect-cta__title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 4px !important;
    }
    .box-cta-content{
        right: 6%;
        top: 10%;
        padding: 20px 40px;
        width: 57%;
    }
    .sect-cta__text{ font-size: 16px; margin-bottom: 20px;} 
    footer address{ max-width: 50%; margin: 10px auto;}
    .sect-counter .cleft{ width: 30%; max-width: initial; flex: none;} 
    .sect-counter .cright{ width: 70%; max-width: initial; flex: none; margin-top: 0;}
    .sect-counter .cright .col-lg-3{ width: calc(100%/2); }
    .list-featured li{ font-size: 16px;}

    .sect-service-style2 .tabs .nav-tabs .nav-link{ padding: 20px; min-height: 190px;}
    .sect-service-style2 .tabs .nav-tabs .nav-link h4{ font-size: 18px;}
    .box-cta-content{
        right: 5%;
        top: 3%;
        padding: 20px 40px;
        width: 59%;
        zoom: 0.8;
    }
    .line-box img{ width: 140px;}
    .portfolio-slider-wrapper{ padding: 0; border-radius: 0;}
}
@media (max-width: 580px) {
    .slogan{ min-width: initial; display: none;}
    .inspiro-slider .slide .slide-captions h1{ font-size: 2em;}
    #slider .flickity-page-dots{ padding: 0 20px;}
    .sect-service-style2 .head-bar .lft,
    .sect-service-style2 .head-bar .rgh{
        text-align: center;
    }
    .sect-service-style2 .head-bar .rgh{
        margin-left: -7px;
        margin-top: 10px;
    }
    .sect-service-style2 .tabs .nav-tabs .nav-item{ width: calc(100%/2);}
    .sect-service-style2 .tabs .nav-tabs .nav-link{ min-height: initial;}
    .sect-counter .cleft{ width: 40%;}
    .sect-counter .cright{ width: 60%;}
    .box-cta-content{ zoom: 0.6;}
    .line-box img{ width: 120px;}
    .footer-bottom .cleft{ text-align: center;}
    .footer-bottom .cright{ text-align: center; margin-top: 15px;}
    .counter.large > span{ font-size: 44px !important;}
    .sect-counter p{ font-size: 17px;}
    #footer .footer-content{ padding: 40px 0 40px;}
}
@media (max-width: 480px) {
    .sect-counter .cleft{
        width: 100%;
        text-align: center;
        padding: 0 60px;
    }
    .list-featured li{
        width: 50%;
        float: left;
        text-align: left;
    }
    .sect-counter .cright{ width: 100%;}
    .sect-cta{ padding-top: 60px;}
    footer .ft-contact{ text-align: left;}
    footer address{ margin: 10px 0;}
    .footer-list{
        gap: 9px;
        display: inline-grid;
    }
    .text-phone{ font-size: 16px;}
    .footer-bottom .cleft, .footer-bottom .cright{ text-align: left;}
    .line-box{ position: relative;}
    footer address{ max-width: 100%; width: 100%;}
}
@media (max-width: 430px) {
    .sect-service-style2 .head-bar .lft h3{ font-size: 20px;}
    .sect-service-style2 .tabs .nav-tabs .nav-link{ min-height: 190px;}
    
}
@media (max-width: 375px) {
    #mainMenu-trigger{ right: 20px;}
    .header-extras{ margin-right: 63px;}
    .sect-counter .cleft{ padding: 0 30px;}
    .sect-cta{ padding-top: 120px;}   
}
@media (max-width: 320px) {
    .header-extras{ margin-right: 76px; zoom: 0.8;}
    .header-search, .header-language{ top: 10px; position: relative;}
    .list-featured li{ width: 100%;}
    .sect-portfolio{ padding: 50px 0;}
    .sect-cta{ padding-top: 150px;}
}