body {

    margin: 0;
    font-family: "Inter", sans-serif;
    background: #111;

}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}
/***************************

HERO

****************************/

.eu-top-scx {

    padding: 10px;
    background: #132d3a;
    padding: 10px 20px;
    background: transparent;
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.eu-top-scx-wrap {

    position: relative;
    border-radius: 35px;
    overflow: hidden;

}

.eu-top-scx-slider-item {

    position: relative;
    min-height: 850px;

}

.eu-top-scx-slider-item img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/***************************

OVERLAY

****************************/

.eu-top-scx-overlay {

    position: absolute;
    inset: 0;

    background:

        linear-gradient(90deg,

            rgba(10, 10, 10, .92) 0%,

            rgba(10, 10, 10, .84) 20%,

            rgba(10, 10, 10, .58) 40%,

            rgba(10, 10, 10, .22) 60%,

            rgba(10, 10, 10, 0) 82%);

    z-index: 2;

}

/***************************

NAVBAR

****************************/



.eu-top-scx-brand {

    color: #fff;
    text-decoration: none;

}

.eu-top-scx-brand img {
    height: 90px;
}



.eu-top-scx-nav .navbar-nav {

    gap: 18px;

}

.eu-top-scx-nav .nav-link {

    color: #f5f5f5;
    font-size: 18px;
    font-weight: 400;

}

.eu-top-scx-nav .nav-link:hover {

    color: #ffb239;

}

.eu-top-scx-contact {
    border: 1px solid rgb(255 255 255 / 48%);
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    transition: .3s;
    backdrop-filter: blur(5px);
    background: #ffffff0a;
    font-weight: 600;
}

.eu-top-scx-contact:hover {

    background: #ffb239;

    color: #fff;

    border-color: #ffb239;

}



/***************************

CONTENT

****************************/

.eu-top-scx-content {

    position: absolute;

    left: 150px;

    top: 210px;

    z-index: 10;

    max-width: 560px;

}

.eu-top-scx-sub {

    color: #ffb239;

    text-transform: uppercase;

    font-size: 18px;

    letter-spacing: 1px;

    margin-bottom: 35px;

    display: flex;

    align-items: center;

    gap: 15px;

}

.eu-top-scx-sub::before {

    content: "";

    width: 45px;

    height: 2px;

    background: #ffb239;

}

.eu-top-scx-title {
    color: #fff;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 30px;

}

.eu-top-scx-title span {

    color: #ffb239;

}

.eu-top-scx-text p {

    color: #d8d8d8;

    font-size: 24px;

    line-height: 1.5;

    margin-bottom: 45px;

}

.eu-top-scx-btn {

    display: inline-flex;

    gap: 18px;

    align-items: center;

    text-decoration: none;

    color: #fff;

    border: 1px solid rgb(255 255 255 / 28%);

    padding: 18px 34px;

    border-radius: 30px;

    font-size: 17px;

    transition: .3s;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, .04);

}

.eu-top-scx-btn:hover {

    background: #ffb239;

    border-color: #ffb239;

    color: #fff;

}

/***************************

SLIDER ARROWS

****************************/

.eu-top-scx-slider .slick-prev,
.eu-top-scx-slider .slick-next {

    width: 78px;

    height: 78px;

    background: rgba(0, 0, 0, .75);

    border-radius: 50%;

    z-index: 100;

}

.eu-top-scx-slider .slick-prev {

    left: 35px;

}

.eu-top-scx-slider .slick-next {

    right: 35px;

}

.eu-top-scx-slider .slick-prev:hover,
.eu-top-scx-slider .slick-next:hover {

    background: #ffb239;

}

.eu-top-scx-slider .slick-prev:before,
.eu-top-scx-slider .slick-next:before {

    font-size: 25px;

    color: #fff;

    opacity: 1;
    position: relative;
    top: 1px;
        font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
/***************************

RESPONSIVE

****************************/

@media(max-width:991px) {

    .eu-top-scx-nav {

        padding: 20px;

        background: rgba(0, 0, 0, .5);

        backdrop-filter: blur(15px);

    }

    .eu-top-scx-content {

        left: 25px;

        right: 25px;

        top: 170px;

        max-width: 100%;

    }

    .eu-top-scx-title {

        font-size: 48px;

    }

    .eu-top-scx-text {

        font-size: 18px;

    }

    .eu-top-scx-slider-item,
    .eu-top-scx-slider-item img {

        height: 760px;

        min-height: auto;

    }

}
.eu-abt-scx{

    padding:100px 0;

    background:#132d3a;

}

.eu-abt-scx-gallery{

    position:relative;

}

.eu-abt-scx-main{

    overflow:hidden;

    border-radius:24px;

}

.eu-abt-scx-main img{

    width:100%;

    height:400px;

    object-fit:cover;

    display:block;

}

.eu-abt-scx-thumb{

    overflow:hidden;

    border-radius:18px;

}

.eu-abt-scx-thumb img{

    width:100%;

    height:220px;

    object-fit:cover;

    display:block;

}

.eu-abt-scx-content{

    padding-left:25px;

}

.eu-abt-scx-subtitle{

    display:inline-block;

    color:#b48a48;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;

}

.eu-abt-scx-title{

    font-size:40px;

    font-weight:700;

    line-height:1.15;

    color:#ffffff;

    margin-bottom:25px;

}

.eu-abt-scx-desc p {

    color:#ffffff;

    font-size:17px;

    line-height:1.5;

    margin-bottom:20px;

}

.eu-abt-scx-card{

    height:100%;

    background:#0c202a;

    border:1px solid #ececec;

    border-radius:18px;

    padding:28px;

    transition:.35s;

}

.eu-abt-scx-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.eu-abt-scx-icon img {
    width:58px;
    height:58px;
    border-radius:14px;
    margin-bottom:18px;
}

.eu-abt-scx-card h5{

    font-size:21px;

    font-weight:600;

    color:#ffffff;

    margin-bottom:12px;

}

.eu-abt-scx-card p{

    margin:0;

    color:#ffffff;

    font-size:15px;

    line-height:1.8;

}
.eu-abt-btm-scx{

    padding:100px 0;

    background:#ffffff;

}

.eu-abt-btm-scx-wrap{

    background:#fff;

    border:1px solid #ececec;

    border-radius:28px;

    padding:35px;

    box-shadow:0 15px 50px rgba(0,0,0,.05);

}

.eu-abt-btm-scx-content{

    padding-right:25px;

}

.eu-abt-btm-scx-subtitle{

    display:inline-block;

    font-size:14px;

    font-weight:600;

    color:#b38a47;

    letter-spacing:1px;

    margin-bottom:18px;

}

.eu-abt-btm-scx-title{

    font-size:42px;

    font-weight:700;

    color:#1b1b1b;

    line-height:1.15;

    margin-bottom:22px;

}

.eu-abt-btm-scx-desc{

    font-size:16px;

    color:#666;

    line-height:1.9;

    margin-bottom:28px;

}

.eu-abt-btm-scx-list{

    margin:0;

    padding:0;

    list-style:none;

}

.eu-abt-btm-scx-list li{

    position:relative;

    padding-left:32px;

    margin-bottom:16px;

    color:#444;

    font-size:16px;

    font-weight:500;

}

.eu-abt-btm-scx-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    width:20px;

    height:20px;

    border-radius:50%;

    background:#b38a47;

    color:#fff;

    font-size:12px;

    display:flex;

    align-items:center;

    justify-content:center;

}

.eu-abt-btm-scx-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-top:18px;

    padding:15px 32px;

    background:#1d1d1d;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.eu-abt-btm-scx-btn:hover{

    background:#b38a47;

    color:#fff;

}

.eu-abt-btm-scx-image{

    overflow:hidden;

    border-radius:24px;

    height:100%;

}

.eu-abt-btm-scx-image img{

    width:100%;

    height:100%;

    min-height:520px;

    object-fit:cover;

    display:block;

    transition:.5s;

}

.eu-abt-btm-scx-image:hover img{

    transform:scale(1.05);

}

@media(max-width:991px){

.eu-abt-btm-scx{

    padding:70px 0;

}

.eu-abt-btm-scx-wrap{

    padding:20px;

}

.eu-abt-btm-scx-content{

    padding-right:0;

}

.eu-abt-btm-scx-title{

    font-size:32px;

}

.eu-abt-btm-scx-image img{

    min-height:380px;

}

}
.eu-wb-scx-cus-1{

    padding:30px 0 70px;

    background:#ffffff;

}



.eu-wb-scx-cus-1-subtitle{

    display:inline-block;

    font-size:14px;

    font-weight:600;

    color:#b8924f;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.eu-wb-scx-cus-1-title{

    font-size:48px;

    line-height:1.1;

    font-weight:700;

    color:#171717;

    margin-bottom:25px;

}

.eu-wb-scx-cus-1-desc{

    font-size:16px;

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

}

.eu-wb-scx-cus-1-btn{

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:16px 34px;

    border-radius:50px;

    background:#1b1b1b;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.eu-wb-scx-cus-1-btn:hover{

    background:#b8924f;

    color:#fff;

}

.eu-wb-scx-cus-1-big,

.eu-wb-scx-cus-1-small,

.eu-wb-scx-cus-1-tall{

    overflow:hidden;

    border-radius:24px;

}

.eu-wb-scx-cus-1-big img{

    width:100%;

    height:650px;

    object-fit:cover;

    display:block;

    transition:.5s;

}

.eu-wb-scx-cus-1-small img{

    width:100%;

    height:315px;

    object-fit:cover;

    display:block;

    transition:.5s;

}

.eu-wb-scx-cus-1-tall img{

    width:100%;

    height:650px;

    object-fit:cover;

    display:block;

    transition:.5s;

}

.eu-wb-scx-cus-1-big:hover img,

.eu-wb-scx-cus-1-small:hover img,

.eu-wb-scx-cus-1-tall:hover img{

    transform:scale(1.06);

}

@media(max-width:991px){

.eu-wb-scx-cus-1{

    padding:70px 0;

}

.eu-wb-scx-cus-1-content{

    max-width:100%;

    margin-bottom:15px;

}

.eu-wb-scx-cus-1-title{

    font-size:34px;

}

.eu-wb-scx-cus-1-big img,

.eu-wb-scx-cus-1-tall img{

    height:420px;

}

.eu-wb-scx-cus-1-small img{

    height:220px;

}

}
.eu-srv-scx{

    padding:100px 0;
    background:#132d3a;

}

.eu-srv-scx-head{

    max-width:760px;
    margin:0 auto 60px;

}

.eu-srv-scx-subtitle{

    display:inline-block;
    color:#b8924f;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:15px;

}

.eu-srv-scx-title{

    font-size:48px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:20px;
    line-height:1.15;

}

.eu-srv-scx-desc{

    color:#ffffff;
    font-size:16px;
    line-height:1.9;

}

.eu-srv-scx-card{

    height:100%;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    border:1px solid #ececec;
    transition:.4s;

}

.eu-srv-scx-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.eu-srv-scx-card-img{

    overflow:hidden;

}

.eu-srv-scx-card-img img{

    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;

}

.eu-srv-scx-card:hover .eu-srv-scx-card-img img{

    transform:scale(1.08);

}

.eu-srv-scx-card-content{

    padding:30px;

}

.eu-srv-scx-card-tag{

    display:inline-block;
    padding:8px 16px;
    background:#f7f3eb;
    color:#b8924f;
    border-radius:50px;
    font-size:12px;
    font-weight:600;
    margin-bottom:18px;

}

.eu-srv-scx-card-content h3{

    font-size:28px;
    color:#171717;
    margin-bottom:15px;
    font-weight:700;

}

.eu-srv-scx-card-content p{

    color:#666;
    line-height:1.8;
    margin-bottom:25px;

}

.eu-srv-scx-card-content a{

    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#171717;
    text-decoration:none;
    font-weight:600;
    transition:.3s;

}

.eu-srv-scx-card-content a:hover{

    color:#b8924f;

}

.eu-ftr-scx{

    padding:90px 0 0;
    background:#132d3a;
    position:relative;

}

.eu-ftr-scx::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background:linear-gradient(
    90deg,
    transparent,
    #b8924f,
    transparent
    );

}

.eu-ftr-scx-logo img {
  height: 120px;
    margin-bottom: 25px;
    margin-left: -25px;
}

.eu-ftr-scx-about{

    color:#fff;
    line-height:1.9;
    margin-bottom:30px;
    max-width:350px;

}

.eu-ftr-scx-social{

    display:flex;
    gap:12px;

}

.eu-ftr-scx-social a{

    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:rgba(255,255,255,.05);
    color:#fff;
    transition:.3s;

}

.eu-ftr-scx-social a:hover{

    background:#b8924f;
    color:#fff;

}

.eu-ftr-scx-links h4,
.eu-ftr-scx-contact h4{

    color:#fff;
    font-size:20px;
    margin-bottom:25px;
    font-weight:600;

}

.eu-ftr-scx-links ul,
.eu-ftr-scx-contact ul{

    padding:0;
    margin:0;
    list-style:none;

}

.eu-ftr-scx-links li{

    margin-bottom:14px;

}

.eu-ftr-scx-links a{

    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.eu-ftr-scx-links a:hover{

    color:#b8924f;
    padding-left:6px;

}

.eu-ftr-scx-contact li{

    color:#fff;
    display:flex;
    gap:12px;
    margin-bottom:18px;
    line-height:1.8;
    align-items: center;

}
.eu-ftr-scx-contact li a {
    color: #fff;
    text-decoration: none;
}
.eu-ftr-scx-contact i{

    color:#b8924f;
    margin-top:4px;

}

.eu-ftr-scx-bottom{

    margin-top:70px;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.08);

}

.eu-ftr-scx-bottom p{

    margin:0;
    color:#9d9d9d;

}

.eu-ftr-scx-bottom a{

    color:#9d9d9d;
    text-decoration:none;
    transition:.3s;

}

.eu-ftr-scx-bottom a:hover{

    color:#b8924f;

}

.eu-ftr-scx-bottom span{

    color:#555;
    margin:0 12px;

}
.eu-cta-scx{

    padding:100px 0;

    background:#ffffff;

}

.eu-cta-scx-wrap{

    position:relative;

    overflow:hidden;

    border-radius:32px;

    background:#132d3a;

    padding:80px;

}

.eu-cta-scx-content{

    position:relative;
    z-index:2;

}

.eu-cta-scx-subtitle{

    display:inline-block;

    color:#b8924f;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.eu-cta-scx-title{

    color:#ffffff;

    font-size:52px;

    line-height:1.12;

    font-weight:700;

    margin-bottom:25px;

    max-width:700px;

}

.eu-cta-scx-desc p{

    color:rgba(255,255,255,.75);

    font-size:17px;

    line-height:1.5;

    max-width:680px;

    margin:0;

}

.eu-cta-scx-action{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:15px;

    position:relative;

    z-index:2;

}

.eu-cta-scx-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    min-width:260px;

    padding:18px 32px;

    background:#b8924f;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-weight:600;

    transition:.35s;

}

.eu-cta-scx-btn:hover{

    background:#c89c4f;

    color:#fff;

    transform:translateY(-3px);

}

.eu-cta-scx-btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:260px;

    padding:18px 32px;

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-weight:600;

    transition:.35s;

}

.eu-cta-scx-btn-outline:hover{

    background:#ffffff;

    color:#151515;

}

.eu-cta-scx-shape-1{

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(184,146,79,.08);

    top:-180px;

    right:-120px;

}

.eu-cta-scx-shape-2{

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    border:1px solid rgba(184,146,79,.15);

    bottom:-120px;

    left:-100px;

}

@media(max-width:991px){

.eu-cta-scx{

    padding:70px 0;

}

.eu-cta-scx-wrap{

    padding:45px 30px;

}

.eu-cta-scx-title{

    font-size:34px;

}

.eu-cta-scx-action{

    margin-top:35px;

    align-items:flex-start;

}


}
.eu-stat-scx{

    padding:100px 0;

    background:#f9f7f3;

}

.eu-stat-scx-wrap{

    background:#ffffff;

    border-radius:30px;

    padding:70px 50px;


}

.eu-stat-scx-head{

    max-width:760px;

    margin:0 auto 60px;

}

.eu-stat-scx-subtitle{

    display:inline-block;

    color:#b8924f;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.eu-stat-scx-title{

    font-size:46px;

    font-weight:700;

    color:#171717;

    line-height:1.15;

    margin-bottom:20px;

}

.eu-stat-scx-desc p {

    color:#666;

    font-size:16px;

    line-height:1.9;

    margin:0;

}

.eu-stat-scx-card{

    text-align:center;

    padding:35px 25px;

    border:1px solid #ececec;

    border-radius:24px;

    height:100%;

    transition:.35s;

}

.eu-stat-scx-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.eu-stat-scx-icon img {
    width:70px;
    height:70px;
    border-radius:18px;
    background:#f8f4eb;
    margin:0 auto 10px; 
}

.eu-stat-scx-counter{

    font-size:52px;

    font-weight:700;

    color:#171717;

    margin-bottom:10px;

}
.eu-stat-scx-card span {
    color: #b38a47;
}


.eu-stat-scx-card h5{

    font-size:20px;

    font-weight:600;

    color:#171717;

    margin-bottom:12px;

}

.eu-stat-scx-card p{

    color:#777;

    font-size:15px;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

.eu-stat-scx{

    padding:70px 0;

}

.eu-stat-scx-wrap{

    padding:50px 25px;

}

.eu-stat-scx-title{

    font-size:34px;

}

.eu-stat-scx-counter{

    font-size:40px;

}

}
    
    .about-hero-section {
    position: relative;
    width: 100%; 
    overflow: hidden;
    /*background-image: url("../img/27840.jpg") center center; */
    background-size: cover;
    padding: 150px 0 200px;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(90deg,
    rgba(0,0,0,.90) 0%,
    rgba(0,0,0,.78) 28%,
    rgba(0,0,0,.35) 58%,
    rgba(0,0,0,.08) 100%);
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 620px;
}

.about-subtitle {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #d59d32;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.about-subtitle .line {
    width: 55px;
    height: 2px;
    background: #d59d32;
}

.about-hero-content h1 {
    font-size: 50px;
    line-height: 1.05;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px; 
}

.about-hero-content h1 span {
    color: #d59d32;
}

.about-hero-content p {
    color: rgba(255, 255, 255, .92);
    font-size: 20px;
    line-height: 1.5;
    max-width: 560px;
    margin-bottom: 45px;
    font-weight: 300;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 20px 42px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    transition: .4s;
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,.04);
}

.hero-btn:hover {
    background: #d59d32;
    border-color: #d59d32;
    color: #fff;
    transform: translateY(-3px);
}

.hero-btn i {
    font-size: 20px;
}

@media(max-width:991px){



.about-hero-content h1{
    font-size:58px;
}

.about-hero-content p{
    font-size:20px;
}

}

@media(max-width:767px){

.about-hero-section{ 
    padding:100px 0;
}

.about-overlay{
    background:linear-gradient(90deg,
    rgba(0,0,0,.88),
    rgba(0,0,0,.72));
}

.about-hero-content h1{
    font-size:42px;
}

.about-hero-content p{
    font-size:17px;
    line-height:1.8;
}

.about-subtitle{
    font-size:14px;
}

.hero-btn{
    width:100%;
    justify-content:center;
    padding:18px;
}

}
.about-intro-section{
    background:#ffffff;
    padding:0 0 100px;
    position:relative;
}

.about-intro-box{
    background:#fff;
    margin-top:-90px;
    position:relative;
    z-index:5;
    border-radius:28px;
    padding:70px;
    box-shadow:0 20px 80px rgba(0,0,0,.08);
}

.intro-title span{
    display:inline-block;
    color:#c8902c;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:18px;
}

.intro-title h2{
    font-size:40px;
    line-height:1.2;
    color:#111; 
    font-weight:700;
    margin:0;
}

.intro-content p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin:0;
}

.intro-stat{
    text-align:right;
}

.intro-stat .number{
    font-size:80px;
    line-height:1;
    color:#c8902c; 
    font-weight:700;
}

.intro-stat .text{
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-top:10px;
}

.about-intro-box-row {
    margin:60px 0;
}

.feature-box{
    text-align:center;
    padding:10px 20px;
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-box .icon{
    width:82px;
    height:82px;
    border-radius:50%;
    background:#faf7f2;
    color:#c8902c;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:28px;
    transition:.3s;
}

.feature-box:hover .icon{
    background:#c8902c;
    color:#fff;
}

.feature-box h5{
    font-size:22px;
    color:#111;
    margin-bottom:15px;
    font-weight:600;
}

.feature-box p{
    font-size:16px;
    color:#777;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.about-intro-box{
    margin-top:-50px;
    padding:50px 35px;
}

.intro-title h2{
    font-size:38px;
    margin-bottom:30px;
}

.intro-stat{
    text-align:left;
    margin-top:30px;
}

.about-intro-box hr{
    margin:45px 0;
}

.feature-box{
    margin-bottom:35px;
}

}

@media(max-width:767px){

.about-intro-box{
    padding:35px 25px;
    border-radius:18px;
}

.intro-title h2{
    font-size:30px;
}

.intro-content p{
    font-size:16px;
}

.intro-stat .number{
    font-size:56px;
}

}    
.design-philosophy-section{
    padding:0px 0 80px;
    background:#fff;
}

.philosophy-image{
    position:relative;
    padding-right:60px;
}

.philosophy-image img{
    width:100%;
    border-radius:24px;
    display:block;
}

.experience-box{
    position:absolute;
    bottom:35px;
    right:0;
    width:240px;
    background:#111;
    padding:35px;
    border-radius:20px;
    text-align:center;
}

.experience-box h2{
    color:#d29a38;
    font-size:58px;
    margin-bottom:8px; 
}

.experience-box span{
    color:#fff;
    font-size:16px;
    line-height:1.6;
    display:block;
}

.section-tag{
    color:#d29a38;
    font-size:15px;
    letter-spacing:2px;
    font-weight:600;
    display:block;
    margin-bottom:18px;
}

.philosophy-content h2{
    font-size: 45px;
    line-height: 1.2;
    color: #111;
    margin-bottom: 10px;
}

.philosophy-content>p{
    color:#666;
    font-size:18px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.point-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:30px;
    padding:22px;
    border:1px solid #ececec;
    border-radius:16px;
    transition:.35s;
}

.point-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.point-box i{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#f8f4ed;
    color:#d29a38;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.point-box h5{
    font-size: 16px;
    margin-bottom: 3px;
    color: #111;
    font-weight: 600;
}

.point-box p{
    margin:0;
    color:#777;
    line-height:1.7;
    font-size:15px;
}

@media(max-width:991px){

.design-philosophy-section{
    padding:80px 0;
}

.philosophy-image{
    padding-right:0;
    margin-bottom:50px;
}

.experience-box{
    position:relative;
    right:auto;
    bottom:auto;
    margin-top:-60px;
    margin-left:auto;
}

.philosophy-content h2{
    font-size:38px;
}

}

@media(max-width:767px){

.philosophy-content h2{
    font-size:30px;
}

.experience-box{
    width:190px;
    padding:25px;
}

.experience-box h2{
    font-size:42px;
}

.point-box{
    padding:18px;
}

}
.vision-mission-section{
    padding:120px 0;
    background:#f8f8f8;
}

.section-heading{
    max-width:720px;
    margin:0 auto 70px;
}

.section-heading span{
    display:inline-block;
    color:#c9962d;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:52px;
    line-height:1.2;
    color:#111; 
    margin-bottom:20px;
}

.section-heading p{
    color:#777;
    font-size:18px;
    line-height:1.8;
    margin:0;
}

.vm-card{
    background:#fff;
    padding:55px;
    border-radius:24px;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.vm-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:#c9962d;
}

.vm-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 70px rgba(0,0,0,.08);
}

.vm-icon{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#faf5eb;
    color:#c9962d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:30px;
}

.vm-tag{
    display:inline-block;
    color:#c9962d;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.vm-card h3{
    font-size:34px;
    line-height:1.3;
    color:#111; 
    margin-bottom:22px;
}

.vm-card p{
    color:#666;
    font-size: 16px;
    line-height: 1.5;
    margin:0;
}

@media(max-width:991px){

.vision-mission-section{
    padding:90px 0;
}

.vm-card{
    margin-bottom:30px;
}

.section-heading h2{
    font-size:40px;
}

}

@media(max-width:767px){

.section-heading{
    margin-bottom:45px;
}

.section-heading h2{
    font-size:30px;
}

.vm-card{
    padding:35px 28px;
}

.vm-card h3{
    font-size:26px;
}

}
.eu-blg-scx{
    padding:120px 0;
    background:#f8f8f8;
}

.eu-blg-scx-heading{
    margin-bottom:70px;
}

.eu-blg-scx-subtitle{
    display:inline-block;
    color:#c89a37;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.eu-blg-scx-title{
    font-size:52px;
    font-family:"Playfair Display",serif;
    color:#111;
    margin-bottom:20px;
    line-height:1.2;
}

.eu-blg-scx-desc{
    font-size:17px;
    color:#777;
    line-height:1.8;
    max-width:650px;
    margin:auto;
}

.eu-blg-scx-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.eu-blg-scx-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(0,0,0,.10);
}

.eu-blg-scx-image{
    position:relative;
    overflow:hidden;
}

.eu-blg-scx-image img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.eu-blg-scx-card:hover .eu-blg-scx-image img{
    transform:scale(1.08);
}

.eu-blg-scx-category{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#c89a37;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.eu-blg-scx-content{
    padding:30px;
}

.eu-blg-scx-meta{
    display:flex;
    gap:20px;
    margin-bottom:18px;
    color:#888;
    font-size:14px;
    flex-wrap:wrap;
}

.eu-blg-scx-meta i{
    color:#c89a37;
    margin-right:6px;
}

.eu-blg-scx-content h3{
    margin-bottom:20px;
    line-height:1.4;
}

.eu-blg-scx-content h3 a{
    text-decoration:none;
    color:#111;
    font-size:26px;
    font-family:"Playfair Display",serif;
    transition:.3s;
}

.eu-blg-scx-content h3 a:hover{
    color:#c89a37;
}

.eu-blg-scx-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#c89a37;
    font-weight:600;
    transition:.3s;
}

.eu-blg-scx-btn:hover{
    gap:15px;
    color:#111;
}

@media(max-width:991px){

.eu-blg-scx{
    padding:90px 0;
}

.eu-blg-scx-title{
    font-size:40px;
}

.eu-blg-scx-card{
    margin-bottom:10px;
}

}

@media(max-width:767px){

.eu-blg-scx{
    padding:70px 0;
}

.eu-blg-scx-heading{
    margin-bottom:45px;
}

.eu-blg-scx-title{
    font-size:30px;
}

.eu-blg-scx-content{
    padding:25px;
}

.eu-blg-scx-content h3 a{
    font-size:22px;
}

.eu-blg-scx-image img{
    height:220px;
}

}
.eu-ct-scx{
    padding:120px 0;
    background:#f8f8f8;
}

.eu-ct-scx-info{
    padding-right:40px;
}

.eu-ct-scx-subtitle{
    color:#c89a37;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    display:block;
    margin-bottom:15px;
}

.eu-ct-scx-title{
    font-size:50px;
    line-height:1.2;
    font-family:"Playfair Display",serif;
    margin-bottom:20px;
    color:#111;
}

.eu-ct-scx-text{
    color:#777;
    line-height:1.8;
    margin-bottom:40px;
}

.eu-ct-scx-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.eu-ct-scx-icon{
    width:65px;
    height:65px;
    background:#fff;
    color:#c89a37;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.eu-ct-scx-item h5{
    font-size:22px;
    margin-bottom:8px;
    font-family:"Playfair Display",serif;
}

.eu-ct-scx-item p{
    margin:0;
    color:#777;
    line-height:1.8;
}
.eu-ct-scx-item p a {
    color:#777;
    text-decoration: none;
}
.eu-ct-scx-form-wrap{
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 50px rgba(0,0,0,.06);
}
.eu-ct-scx-input{
    width:100%;
    height:58px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:0 20px;
    margin-bottom:5px;
    outline:none;
    transition:.3s;
}

.eu-ct-scx-textarea{
    height:170px;
    padding-top:18px;
    resize:none;
}

.eu-ct-scx-input:focus{
    border-color:#c89a37;
}

.eu-ct-scx-btn{
    background:#c89a37;
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.eu-ct-scx-btn:hover{
    background:#111;
}

.eu-ct-scx-map{
    border-radius:20px;
    overflow:hidden;
    height:500px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.eu-ct-scx-map iframe{
    width:100%;
    height:100%;
    border:0;
}

@media(max-width:991px){

.eu-ct-scx{
    padding:90px 0;
}

.eu-ct-scx-info{
    padding-right:0;
    margin-bottom:50px;
}

.eu-ct-scx-title{
    font-size:38px;
}

}

@media(max-width:767px){

.eu-ct-scx{
    padding:70px 0;
}

.eu-ct-scx-title{
    font-size:30px;
}

.eu-ct-scx-form-wrap{
    padding:30px 20px;
}

.eu-ct-scx-map{
    height:350px;
}

}
.wa-fixed-btn{
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all .3s ease;
    animation: waPulse 2s infinite;
}

.wa-fixed-btn:hover{
    transform: scale(1.1);
    color: #fff;
}

@keyframes waPulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

@media(max-width:768px){
    .wa-fixed-btn{
        width:55px;
        height:55px;
        bottom:20px;
        right:20px;
    }

    .wa-fixed-btn svg{
        width:24px;
        height:24px;
    }
}