/* ///////////////////////////////////////
   main /////////////////////////////////
/* /////////////////////////////////////*/
.fw-bold {
    font-weight: 600 !important;
}
.fs-12 {
    font-size: 13px !important;
    font-weight: 300;
}
.strength-icon {
    display: inline-block;
    background: #d1e6f3;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.pjm .card {
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 30px 10px;
    display: flex;
    align-items: center;
}
.pjm .card p {margin-bottom: 0;}
.pjm .card .badge {
    background: #d9b070;
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    padding: 5px 20px;
    border-radius: 35px;
    margin-bottom: 25px;
}
.intro .main section {
    padding: 10em 0;
    display: block;
    height: auto;
}
.main .title {margin: 0 0 50px 0;}
.mainSwiper .swiper-slide {margin: 0 !important;}
.mainSwiper .swiper-content {
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: left;
}
.main .data .col-4 {
    padding: 2em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.main .data img {
    width: 100px;
    height: 100px;
}
.main .data .number {color: #00263e;}
.main .business .item {
    color: #fff;
    padding: 30px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main .business .item.properties {
    background: #4dc1b6;
    border-radius: 400px;
}
.main .business .item.grape {
    border-radius: 400px;
}
.main .business .item img {
    width: 155px !important;
}
.main .sites {
    position: relative;
    background-color: #e6f4f3;
    min-height: 800px;
}
.main .sites .data {
    position: absolute;
    bottom: 20%;
}
.main .map {
    position: absolute;
    top: 0;
    right: 10%;
    pointer-events: none;
}
.main .map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main .map .marker {
    position: absolute;
    transform: translate(-50%, -100%);
}
#map {
    flex-grow: 1;
    min-height: 650px;
}

.custom-marker-body {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: rotate(-45deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #4dc1b63b;
    position: relative;
    animation: markerBlink 1.2s infinite ease-in-out;
}
.custom-marker-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: #4dc1b6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
@keyframes markerBlink {
    0%, 100% {
        filter: brightness(1);
        box-shadow: 0 5px 5px rgb(140 244 196 / 20%);
    }
    50% {
        filter: brightness(1.2);
        box-shadow: 0 0 10px rgb(121 230 195 / 20%);
    }
}
.privacy-container ol strong {
    line-height: 33px;
}
.privacy-container ol li ul {
    padding-left: 17px;
    margin-bottom: 10px;
}
/* ///////////////////////////////////////
   sub /////////////////////////////////
/* /////////////////////////////////////*/
.panel-with-btn {
    position: fixed;
    right: 0;
    top: 400px;
    transform: translateY(-50%);
    display: flex;
    align-items: stretch;
    transition: transform 0.3s ease;
    z-index: 9999;
}
.panel-with-btn.closed {
    transform: translateY(-50%) translateX(230px);
}
.toggle-btn {
    width: 28px;
    flex-shrink: 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    align-self: center;
    height: 64px;
    font-size: 13px;
    color: #666666;
    padding: 0;
}
.toggle-btn:hover {
    background: #f5f5f5;
}
.side-panel {
    width: 230px;
    background: #ffffff;
}
.panel-inner {
    width: 230px;
    padding: 20px;
}
.panel-title img {
    width: 150px;
}
.menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.12s;
    text-decoration: none;
    color: #222222;
    font-size: 14px;
    font-family: sans-serif;
    margin-bottom: 2px;
}
.menu-item:hover {
    background: #f5f5f5;
}
.divider {
    height: 1px;
    background: #eeeeee;
    margin: 10px 0;
}

.home-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f5f5f5;
    cursor: pointer;
    transition: background 0.12s;
    margin-top: 4px;
    text-decoration: none;
    color: #222222;
    font-size: 13px;
    font-family: sans-serif;
}
.home-link:hover {
    background: #ebebeb;
}
.content section {padding: 150px 0;}
.save-bottom {padding-bottom: 150px;}
.business .title {
    text-align: center;
    padding-bottom: 100px;
}
.hr-bottom {margin-top: 25px; margin-bottom: 100px;}
.hr-bottom button {
    background: #fff;
    border: 1px solid #123d7a;
    padding: 10px 20px;
    border-radius: 50px;
    color: #123d7a;
}
.hr-bottom button:hover {
    background: #123d7a;
    color: #fff;
    transition: all 0.3s ease;
}
.follow-button {
    background: #0F2466;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 2%;
    z-index: 999999;
    bottom: 6%;
    padding: 15px 15px 10px;
    border-radius: 15px;
    font-size: 15px;
    box-shadow: 0.5rem 0.5rem 1rem #0000001A;
}
.business-logo img {width: 250px;}
section.position-relative.vh-100 {
    display: flex;
    align-items: center;
}
.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 26, 54, 0.55) 0%, rgba(10, 26, 54, 0.78) 60%, rgba(10, 26, 54, 0.92) 100%);
}
.ov-card {
    border-top: 1px solid #e6e2d8;
    border-bottom: 1px solid #e6e2d8;
    margin-top: 100px;
}
.ov-card.border-light,
.ov-card.border-light .col-md-4 {
    border-color: rgba(230, 226, 216, 0.5) !important;
}
.ov-card img {
    width: 45px;
    margin: 10px 0 50px 0;
}
.tr .ov-card {text-align: center;}
.tr .ov-card img {width: 175px; margin: 10px auto 50px;}
.pjm .ov-card .col-md-4 {
    display: flex;
    align-items: center;
}
.pjm .ov-card img {
    width: 75px;
    margin: 30px 0 20px 0;
}
.pjm h2.display-5 {
    letter-spacing: -0.5px;
    font-size: 2.3em !important;
}
.ov-card .col-md-4 {
    padding: 50px;
    padding-left: 0;
    border-right: 1px solid #e6e2d8;
    position: relative;
    display: flex;
    flex-direction: column;
}
.ov-card .col-md-4:nth-child(2) {padding-left: 50px;}
.ov-card .col-md-4:nth-child(3) {padding-left: 50px; border-right: none;}
.area-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.area-list li {
    padding: 30px 0;
    border-top: 1px solid #e6e2d8;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 20px;
    align-items: start;
}
.area-list li:last-child {
    border-bottom: 1px solid #e6e2d8;
}
.tr .area-list li,
.pm .area-list li {padding: 25px 0 20px;}
.tr .area-list li span,
.pm .area-list li span {padding-top: 0;}

.area-list li span {
    font-style: italic;
    font-size: 18px;
    color: #b89253;
    padding-top: 5px;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative;
    margin-top: 100px;
}
.proc-step-dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0A1A36;
    border: 1px solid #C9A368;
    margin-bottom: 36px;
}
.proc-step-dot::before {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #c9a368;
    transform: scale(0);
    transition: transform 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.proc-step:hover .proc-step-dot::before {
    transform: scale(1);
}
.process-steps .gold {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 33px;
    letter-spacing: 0.05em;
}
.process-steps::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18) 8%, rgba(255, 255, 255, 0.18) 92%, transparent);
}
.diff-grid {margin-top: 50px;}
.diff-card {
    background: #f7f4ee;
    padding: 50px;
    height: 100%;
}
.diff-card hr {
    margin: 35px 0;
    width: 35px;
}
.diff-card h2 {
    font-style: italic;
    margin-bottom: 0;
}
.gold {
    color: #d9b070;
}
span.gold {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 2px;
    font-weight: 300;
}
.lm .title h1 {
    color: #fff;
}
.btn.ppi-btn, .btn.btn-gold {
    max-width: 250px;
    color: #fff;
    border-color: #fff;
    transition: all 0.3s ease;
}
.btn.ppi-btn:hover, .tr .btn:hover {
    background: #fff;
    color: #00263e;
    max-width: 260px;
}
.btn.btn-gold {
    background: #B89253;
    border-color: #B89253;
    margin-right: 10px;
}
.btn.btn-gold:hover {
    background: #a87e3e;
    max-width: 260px;
    color: #fff;
}
section#areas .btn,
.livd .btn {
    border: 1px solid #00263e;
    color: #00263e;
    transition: all 0.3s ease;
}
section#areas .btn:hover,
.livd .btn:hover{
    background: #00263e;
    color: #fff;
}
.contact-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 48px 44px;
    background: rgba(255, 255, 255, 0.02);
    position: relative;
}
#contact {
     overflow: hidden;
     position: relative;
 }
#contact::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(184, 146, 83, 0.12), transparent 65%);
    pointer-events: none;
}
#service, #diligence, #project, #integrated,
.pm #operations, .pm #risk, .pjm section, .fm section {
    position: relative;
    overflow: hidden;
}
#integrated {
    background: #00263e;
    color: #fff;
}
#integrated::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(196, 151, 79, .035) 79px, rgba(196, 151, 79, .035) 80px), repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(196, 151, 79, .035) 79px, rgba(196, 151, 79, .035) 80px);
}
#service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/bg/tr-2.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#diligence::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/bg/tr-3.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
#project::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/bg/tr-4.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.pm #operations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/bg/pm-1.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.pm #risk::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/bg/pm-2.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.pjm #project::before,
.pjm #technical::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: right;
    z-index: -1;
}
.pjm #construction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.pjm #project::before {background-image: url(/images/bg/pjm-8.jpg);}
.pjm #construction::before {background-image: url(/images/bg/pjm-5.jpg);}
.pjm #technical::before {background-image: url(/images/bg/pjm-3.jpg);}

.fm #technical::before,
.fm #value::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.fm #specialized::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.fm #technical::before {background-image: url(/images/bg/fm-1.png);}
.fm #specialized::before {background-image: url(/images/bg/fm-2.png);}
.fm #value::before {background-image: url(/images/bg/fm-3.png);}

.livd section {
    position: relative;
    overflow: hidden;
}
.livd #highschool::before,
.livd #corporate::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.livd #university::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.livd #highschool::before {background-image: url(/images/business/livd-1.jpg);}
.livd #university::before {background-image: url(/images/business/livd-2.jpg);}
.livd #corporate::before {background-image: url(/images/business/livd-3.jpg);}

.money {margin-top: 100px;}
.money .card {padding: 4em 0 3em;}
.card.bg-primary {
    background: #00263e !important;
    color: #fff;
}
.card.bg-gray {
    background: #f5f5f5;
    border-color: #f5f5f5;
    padding: 4em 0 3em !important;
    color: #ababab !important;
    margin-top: 0;
    font-weight: normal;
}
.card.bg-sand {
    background: #f7f4ee;
    border-color: #f7f4ee;
    color: #d9b070;
}
dt {width: 100px;}
dl {display: flex;}
.persp-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}
.persp-card-list li:first-child {
    border-top: 1px solid #1a1f2c;
}
.persp-card-list li {
    padding: 10px 0;
    border-top: 1px solid #e6e2d8;
}
.hero-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}
.arrow-svg {
    position: absolute;
    width: 10%;
    left: 30%;
    margin-top: 3em;
}
#automation .row .col-md-6 .row {
    text-align: center;
    height: 100%;
}
#automation .row .col-md-6 .row .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#automation .row .col-md-6 .row .col-6:first-child,
#automation .row .col-md-6 .row .col-6:nth-child(2) {
    border-bottom: 1px solid #e6e2d8;
}
#automation .row .col-md-6 .row .col-6:first-child,
#automation .row .col-md-6 .row .col-6:nth-child(3) {
    border-right: 1px solid #e6e2d8;
}
#automation .row .col-6 img {
    width: 70px;
    margin: 0 auto 20px;
}
.livd .record .col-md-4 div {position: relative;}
.livd .record .col-md-4 div img {width: 100%;}
.livd .record .col-md-4 div p {
    position: absolute;
    right: 0;
    top: 0;
}
.livd .record .col-md-4 div p {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.3);
}
.card .btn, .grape .btn,
.grounds .btn,
.clubd .btn {
    margin-top: 30px;
    width: 235px;
    border-radius: 100px;
    border: 1px solid #b9b9b9;
    background: #00263e;
    color: #fff;
}
.clubd .card img,
.grounds .card img {
    border-radius: 5px 5px 0 0;
    height: 300px;
    object-fit: cover;
}
.grounds .card h4 {margin-bottom: 0;}
.clubd .card img,
.grape .card img,
.livd .card img {border-radius: 0 0 5px 5px;}
.black-box {position: relative;}
.black-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.intro-title {
    margin-bottom: 56px;
}
.intro-title h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 16px;
}
.intro-title p {
    font-size: 18px;
    line-height: 1.7;
}
.process {
    text-align: center;
    position: relative;
}
.process::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #00263e;
    z-index: 0;
}
.process .col-2 {
    width: 20%;
}
.process .col-2 div {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.process h2 {
    border: 1px solid #00263e;
    width: 50px;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: #fff;
    z-index: 1;
}
.process .col-2 div .text-blue {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content.esg .record {
    background: none;
    box-shadow: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: none;
    border-radius: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.content.esg .record p {margin-bottom: 0;}
.content.esg .record.border-right {border-right: 1px solid #fff;}
.content.esg .record.border-bottom {border-bottom: 1px solid #fff;}
.content.esg section {position: relative;}
.content.esg section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content.esg .border-color .record {
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.esg-right {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.esg-e .esg-right:after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient(rgba(74, 222, 128, 0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(74, 222, 128, 0.6) 1px, transparent 1px);
    background-size: 28px 36px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
}
.esg-s .esg-right:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(0, 85, 204, 0.9) 1px, transparent 1px);
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
    background-size: 32px 32px;
    opacity: 0.6;
}
.esg-g .esg-right:after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 200, 180, 1) 0px, rgba(0, 200, 180, 1) 1px, transparent 1px, transparent 28px);
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
}
.env-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    pointer-events: none;
}
.esg .env-num {
    font-size: 13rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
    display: block;
}
.esg .env-sub {
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.5);
}
.linear-box {
    margin: 0;
    background-color: white;
    background-image: linear-gradient(0deg, transparent 95%, #e9e9e9 95%), linear-gradient(90deg, transparent 95%, #e9e9e9 95%);
    background-size: 14px 14px;
    border: 1px solid #d9d9d9;
    border-top: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.safed-zone .box {
    box-shadow: rgba(0, 0, 0, 0.1) 0.5rem 0.5rem 1rem;
    text-align: left;
    background: rgb(255, 255, 255);
    padding: 1.5em 1em;
}
.safed-zone .col {
    max-width: fit-content;
}
.safed-zone .box h4:first-child {
    font-size: 21px;
    font-weight: bold;
    color: #00263e;
}
.safed-zone .box h4 span {
    color: rgb(255, 255, 255);
    width: 27px;
    height: 27px;
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    background: #00263e;
    border-radius: 100px;
}
.safed-zone .box ul {
    margin-bottom: 0;
}
.en .safed-zone .row .box {background: none !important;}
.en .safed-zone .row > *:nth-child(2),
.en .safed-zone .row > *:nth-child(3),
.en .safed-zone .row > *:nth-child(6),
.en .safed-zone .row > *:nth-child(7) {
    background: #f1f1f1 !important;
}

.hover-box {
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 2em 4em;
    margin-bottom: 2em;
    transition: transform 0.5s ease;
    cursor: pointer;
    background: #fff;
}
.hover-box div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hover-box h4 {
    margin-bottom: 0;
}
.hover-box i.bi.bi-search {
    background: #fff8eb;
    padding: 10px;
    border-radius: 100px;
    color: #d9b070;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.hover-box:hover i.bi.bi-search {
    opacity: 0;
}
.hover-box:hover {
    border-color: #d9b070;
    color: #d9b070;
}
.hover-box p {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
.hover-box:hover p {
    display: block;
    opacity: 1;
    color: #444;
    max-height: 200px;
}
.hover-box img {
    width: 60px;
    margin-right: 10px;
}