@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');

:root { --green:#00b14f; --green-dark:#087a35; --orange:#ff9d18; --orange-dark:#e77f00; --ink:#18352a; --muted:#64748b; --cream:#f6faf6; --header-height: 76px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Vazirmatn', Tahoma, Arial, sans-serif !important; background:var(--cream) !important; color:var(--ink) !important; margin:0; }
main { overflow:hidden; }
.site-header { background:linear-gradient(110deg,#087a35,#00b14f); box-shadow:0 4px 18px rgba(0,80,40,.13); position:sticky; top:0; z-index:1030; }
#about, #projects, #strategy, #news, #contact {
    scroll-margin-top: 86px;
}
.navbar { padding:14px 0 22px; }
.navbar > .container { position:relative; }
.navbar-brand { color:#fff !important; display:flex; align-items:center; gap:10px; font-size:19px; font-weight:800; }
.navbar-brand img { width:46px; height:46px; object-fit:contain; background:#fff; border-radius:12px; padding:4px; }
.nav-link { color:rgba(255,255,255,.9) !important; padding:9px 14px !important; border-radius:8px; font-weight:500; }
.nav-link:hover,.nav-link.active { background:var(--orange); color:#fff !important; }
.news-dropdown-menu,
.project-dropdown-menu {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 220px;
    padding: 8px;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 55, 30, .16);
}
.news-dropdown-menu .dropdown-item,
.project-dropdown-menu .dropdown-item {
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--ink);
    font-size: .9rem;
    text-align: right;
}
.news-dropdown-menu .dropdown-item:hover,
.news-dropdown-menu .dropdown-item:focus,
.project-dropdown-menu .dropdown-item:hover,
.project-dropdown-menu .dropdown-item:focus {
    background: #e8f6eb;
    color: var(--green-dark);
}

.news-nav-item {
    position: relative;
}

.project-dropdown-menu {
    right: 0;
    left: auto;
}

.news-nav-item > .nav-link::after {
    margin-right: 6px;
    margin-left: 0;
    vertical-align: .12em;
}
.partner-links { display:flex; align-items:center; gap:10px; }
.header-partner-links { position:absolute; top:-10px; left:24px; z-index:2; }
.partner-link { display:grid; place-items:center; width:70px; height:46px; padding:5px 8px; overflow:hidden;
    border:1px solid rgba(255,255,255,.6);
    border-radius:11px;
    background:rgba(255,255,255,1); box-shadow:0 4px 12px rgba(0,55,30,.18),inset 0 1px 0 #fff; transition:transform .2s,box-shadow .2s,background .2s; }
.partner-link picture { display:block; width:100%; height:100%; }
.partner-link img { display:block; width:100%; height:100%; object-fit:contain; }
.partner-baghmishe img { transform:scale(1.08); }
/*.partner-atlas { width:52px; padding:5px; }*/
/*.partner-atlas img { transform:scale(0.8); }*/
.partner-link:hover { transform:translateY(-2px); background:#fff; box-shadow:0 7px 16px rgba(0,55,30,.26),inset 0 1px 0 #fff; }
.header-partner-links + .navbar-toggler { margin-top:16px; }
.site-header .navbar-collapse { padding-top:16px; align-items:flex-end; }
.btn-primary { background:var(--orange) !important; border-color:var(--orange) !important; font-weight:700; padding:12px 26px; }
.btn-primary:hover { background:var(--orange-dark) !important; border-color:var(--orange-dark) !important; }

.message-slider {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
    background: #f5f8f5;
}

.message-slider,
.message-slider > div,
.message-slider .carousel,
.message-slider .carousel-inner {
    margin-block-start: 0;
    padding-block-start: 0;
}

.message-slider .carousel {
    display: block;
}

@media (min-width: 769px) {
    .message-slider {
        margin-top: 10px;
    }
}

@media (min-width: 769px) and (max-height: 750px) {
    .about-section,
    .projects-section {
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .project-slide {
        min-height: 430px;
    }
}


.message-slider .carousel-inner {
    height: clamp(260px, 42vw, 810px);
    background: #f3f7f4;
}

.message-slider .carousel-item {
    height: 100%;
    min-height: inherit;
    text-align: center;
}

.message-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.message-slider .carousel-item.active {
    display: block;
}

.sales-slide {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr) minmax(180px, .7fr);
    grid-template-areas: "mark content spacer";
    align-items: center;
    gap: clamp(28px, 6vw, 100px);
    height: 100%;
    min-height: 100%;
    padding: clamp(36px, 5vw, 76px) clamp(30px, 8vw, 120px);
    overflow: hidden;
    isolation: isolate;
    background: #edf6fb url("../images/slider/sales-slide-background.webp") center / cover no-repeat;
}

.sales-slide::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(237, 246, 251, .18), rgba(255, 255, 255, .74) 48%, rgba(255, 255, 255, .22));
    content: "";
}

.sales-slide-content {
    grid-area: content;
    direction: rtl;
    justify-self: center;
    max-width: 740px;
    color: #174d32;
    text-align: right;
}

.sales-slide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e77f00;
    font-size: clamp(13px, 1.2vw, 17px);
    font-weight: 800;
}

.sales-slide-kicker::before {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background: var(--orange);
    content: "";
}

.sales-slide h1 {
    margin: 13px 0 18px;
    color: #075f32;
    font-size: clamp(1.8rem, 4vw, 4rem);
    line-height: 1.35;
}

.sales-slide p {
    max-width: 700px;
    margin: 0 0 18px;
    color: #385f50;
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 2.1;
}

.sales-slide-contact {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(8, 122, 53, .13);
    border-radius: 13px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 8px 18px rgba(8, 92, 42, .1);
}

.sales-slide-contact span {
    color: #5a7865;
    font-size: 13px;
}

.sales-slide-contact strong {
    color: #075f32;
    font-family: "Vazirmatn", Tahoma, sans-serif;
    font-size: clamp(1.15rem, 1.8vw, 1.65rem);
    letter-spacing: 2px;
}

.sales-slide-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 12px;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--orange);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.sales-slide-button:hover {
    background: var(--orange-dark);
    color: #fff;
    transform: translateY(-2px);
}

.sales-slide-mark {
    grid-area: mark;
    display: grid;
    place-items: center;
    justify-self: center;
    width: clamp(130px, 15vw, 230px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 0 0 14px rgba(8, 122, 53, .05), 0 14px 28px rgba(8, 92, 42, .11);

}

.sales-slide-mark img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    /*opacity: .65;*/
}

@media (min-width: 769px) {
    .sales-slide-mark {
        opacity: .22;
        filter: grayscale(1);
        box-shadow: none;
    }

    .sales-slide-mark img {
        opacity: .72;
    }
}

.share-notice-slide {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, .85fr) minmax(0, 1.5fr);
    align-items: center;
    gap: clamp(30px, 7vw, 110px);
    height: 100%;
    min-height: 100%;
    padding: clamp(34px, 5vw, 82px) clamp(34px, 8vw, 130px);
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 13% 22%, rgba(255, 157, 24, .14), transparent 22%),
        linear-gradient(112deg, #eef8f1 0%, #e0f2e5 46%, #ccebd6 100%);
    color: #174d32;
}

.share-notice-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .32;
    background:
        radial-gradient(circle at 18% 48%, rgba(255,157,24,.13), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(8,122,53,.08), transparent 28%);
    pointer-events: none;
}

.share-notice-slide::after {
    content: '';
    position: absolute;
    left: 3%;
    bottom: -30%;
    width: min(430px, 38vw);
    aspect-ratio: 1;
    z-index: -1;
    background: url('/images/logo.png') center / contain no-repeat;
    opacity: .07;
    filter: grayscale(1) brightness(2);
    pointer-events: none;
}

.share-notice-content {
    direction: rtl;
    text-align: right;
    max-width: 720px;
    justify-self: end;
}

.share-notice-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e77f00;
    font-size: clamp(13px, 1.2vw, 17px);
    font-weight: 700;
}

.share-notice-kicker::before {
    content: '';
    width: 28px;
    height: 5px;
    border-radius: 99px;
    background: #e77f00;
}

.share-notice-content h1 {
    margin: 12px 0 20px;
    color: #075f32;
    font-size: clamp(2rem, 4.2vw, 4.4rem);
    line-height: 1.25;
}

.share-notice-content p {
    max-width: 680px;
    margin: 0 35px 10px;
    color: #446b55;
    font-size: clamp(14px, 1.45vw, 18px);
    line-height: 2.05;
}

.share-notice-contact {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    padding: 10px 14px 10px 20px;
    border: 1px solid rgba(8,122,53,.18);
    border-radius: 12px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 7px 18px rgba(8,92,42,.08), inset 0 1px 0 rgba(255,255,255,.8);
}

.share-notice-contact span {
    color: #5a7865;
    font-size: 13px;
}

.share-notice-contact strong {
    direction: ltr;
    color: #075f32;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    letter-spacing: 3px;
}

.share-notice-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 280px;
    direction: rtl;
}

.share-notice-visual::before {
    content: '';
    position: absolute;
    width: min(150px, 19vw);
    aspect-ratio: 1;
    border: 1px solid rgba(8,122,53,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 14px rgba(8,122,53,.045), 0 0 0 30px rgba(8,122,53,.025);
}

.message-slider .share-notice-visual img {
    position: relative;
    z-index: 1;
    width: min(148px, 14vw);
    height: min(148px, 14vw);
    object-fit: contain;
    padding: 12px;
    border-radius: 28px;
    background: rgba(255,255,255,.96);
    /*box-shadow: 0 14px 28px rgba(0, 46, 26, .16);*/
}

.share-notice-badge {
    position: absolute;
    right: 2%;
    bottom: 2%;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
    background: var(--orange);
    color: #fff;
    box-shadow: 0 8px 18px rgba(76, 42, 0, .2);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.share-notice-badge-icon {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    font-size: 17px;
}

.message-slider .carousel-indicators {
    bottom: 12px;
    background: rgba(255, 255, 255, 0.2);
    /*opacity: 0.0;*/
    border-radius: 20px;
    padding: 6px 10px;
    width: fit-content;
    margin: 0 auto 12px;
}


.message-slider .carousel-indicators button {
    background-color: var(--green-dark);
    opacity: 0.45;
    width: 28px;
    height: 5px;
    border: 0;
    border-radius: 5px;
}

.message-slider .carousel-indicators button.active {
    background-color: var(--bs-yellow);
    opacity: 1;
}

@media (max-width: 768px) {
    .message-slider .carousel-inner {
        height: auto;
    }
    .message-slider {
        margin-top: 5px;
    }

    .message-slider .carousel-item,
    .message-slider .carousel-item img {
        height: auto;
    }

    .message-slider .carousel-item img {
        min-height: 0;
        object-fit: contain;
    }

    .message-slider .carousel-item:has(.share-notice-slide) {
        height: auto;
    }

    .share-notice-slide {
        min-height: 470px;
        height: auto;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 34px 24px 58px;
    }

    .sales-slide-item {
        height: auto !important;
    }

    .sales-slide {
        min-height: 540px;
        height: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "mark"
            "content";
        gap: 14px;
        padding: 38px 24px 64px;
        background-position: center;
    }

    .sales-slide::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .86));
    }

    .sales-slide-content {
        order: 1;
        justify-self: stretch;
        text-align: center;
    }

    .sales-slide-kicker {
        justify-content: center;
    }

    .sales-slide h1 {
        margin: 12px 0 14px;
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .sales-slide p {
        font-size: 14px;
        line-height: 2;
    }

    .sales-slide-contact {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .sales-slide-contact strong {
        font-size: 1.25rem;
    }

    .sales-slide-button {
        justify-content: center;
        margin: 14px 0 0;
    }

    .sales-slide-mark {
        order: 0;
        width: 118px;
        margin: 0 auto;
    }

    .share-notice-content {
        max-width: none;
        justify-self: stretch;
        text-align: center;
    }

    .share-notice-kicker {
        justify-content: center;
    }

    .share-notice-content h1 {
        margin-top: 10px;
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .share-notice-content p {
        font-size: 14px;
        line-height: 1.95;
    }

    .share-notice-contact {
        margin-top: 12px;
    }

    .share-notice-visual {
        min-height: 145px;
        order: -1;
    }

    .share-notice-visual::before {
        width: 124px;
    }

    .message-slider .share-notice-visual img {
        width: 120px;
        height: 120px;
        padding: 10px;
        border-radius: 50%;
    }

    .share-notice-badge {
        right: 50%;
        bottom: -2px;
        transform: translateX(50%);
        font-size: 11px;
    }

    .about-section,
    .projects-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.about-section,
.projects-section {
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.about-section > .container,
.projects-section > .container {
    width: 100%;
}

.message-slide { display:none; min-height:390px; align-items:center; justify-content:space-between; gap:30px; padding:65px 70px; }
.message-slide.is-active { display:flex; animation:slideIn .45s ease; }
.message-slide h1,.message-slide h2 { font-size:clamp(2rem,4vw,3.6rem); margin:0 0 16px; }
.message-slide p { color:rgba(255,255,255,.82); line-height:2; max-width:590px; font-size:17px; }
.message-illustration { width:250px; height:250px; display:grid; place-items:center; background:rgba(255,255,255,.1); border-radius:50%; }
.message-illustration img { width:180px; height:180px; object-fit:contain; background:#fff; border-radius:35px; padding:12px; }
.building-shape { color:var(--orange); font-size:100px; }
.slider-control { position:absolute; top:50%; transform:translateY(-50%); width:42px; height:42px; border:1px solid rgba(255,255,255,.45); border-radius:50%; background:transparent; color:#fff; font-size:28px; line-height:1; }
.slider-control:hover { background:var(--orange); border-color:var(--orange); }
.slider-prev { right:18px; } .slider-next { left:18px; }
.slider-dots { position:absolute; bottom:20px; right:50%; transform:translateX(50%); display:flex; gap:7px; }
.slider-dots button { width:9px; height:9px; border:0; border-radius:50%; background:rgba(255,255,255,.45); padding:0; }
.slider-dots button.is-active { background:var(--orange); width:25px; border-radius:5px; }
.hero-section { background:linear-gradient(120deg,#f5fbf5 0%,#e6f6e8 100%); padding:92px 0 82px; position:relative; }
.hero-section:after { content:''; position:absolute; width:420px; height:420px; border:1px solid rgba(0,177,79,.12); border-radius:50%; left:-120px; bottom:-220px; }
.hero-content { display:grid; grid-template-columns:1.2fr .8fr; align-items:center; gap:50px; }
.hero-copy { max-width:650px; }
h1,h2,h3 { font-weight:800; line-height:1.35; }
.hero-copy h1 { font-size:clamp(2.5rem,5vw,4.4rem); margin:0 0 20px; letter-spacing:-1px; }
.hero-copy h1 span { color:var(--green); }
.hero-copy p { color:var(--muted); font-size:18px; line-height:2; max-width:580px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.hero-mark { text-align:center; }
.hero-mark img { width:min(360px,75%); filter:drop-shadow(0 20px 22px rgba(0,100,55,.18)); }
.stats-section { background:#fff; border-bottom:1px solid #e6eee7; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); padding:25px 0; text-align:center; }
.stats-grid div { border-left:1px solid #e8eee9; display:flex; flex-direction:column; gap:2px; }
.stats-grid div:last-child { border-left:0; }
.stats-grid strong { color:var(--green-dark); font-size:28px; }
.stats-grid span { color:var(--muted); font-size:13px; }
.section-block { padding:80px 0; }
.section-heading {  max-width:650px; margin:0 0 42px; }
.section-heading-inline { max-width:none; display:flex; align-items:end; justify-content:space-between; text-align:right; }
.section-heading h5,.about-grid h5,.contact-cta h5 { font-size:clamp(1.8rem,3vw,1.8rem); margin:0 0 12px; text-align:right;}
.about-grid p { color:var(--muted); line-height:2; text-align: justify }
.services-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.service-card { background:#fff; border:1px solid #e4ede5; border-radius:16px; padding:30px; transition:.25s; }
.service-card:hover { transform:translateY(-6px); box-shadow:0 16px 35px rgba(16,76,42,.1); }
.service-card.featured { border-top:4px solid var(--orange); }
.service-icon { color:var(--green); font-size:30px; margin-bottom:14px; }
.service-card h3 { font-size:20px; }
.service-card p { color:var(--muted); line-height:1.9; min-height:58px; }
.service-card a,.text-link { color:var(--green-dark); font-weight:700; text-decoration:none; }
.about-preview { background:#fff; padding:90px 0; }
.about-section { background:#fff; position:relative; overflow:hidden; }
.about-section::before {
    content:'';
    position:absolute;
    width:330px;
    height:330px;
    left:2%;
    top:5%;
    background:url('../images/LOGO/logo.png') center/contain no-repeat;
    opacity:.05;
    pointer-events:none;
    z-index:0;
}
.about-section::after {
    content:'';
    position:absolute;
    inset:0;
    background:url('../images/slider/building-plan-background.webp') center/cover no-repeat;
    opacity:.72;
    mask-image:radial-gradient(ellipse 58% 64% at 50% 48%, transparent 0%, transparent 27%, rgba(0,0,0,.10) 48%, #000 82%, transparent 100%);
    -webkit-mask-image:radial-gradient(ellipse 58% 64% at 50% 48%, transparent 0%, transparent 27%, rgba(0,0,0,.10) 48%, #000 82%, transparent 100%);
    pointer-events:none;
    z-index:0;
}
.about-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center;height: auto; position:relative; z-index:1; }
.about-visual {  border-radius:20px; padding:10px; text-align:center; }
.about-visual img { width:100%; max-width:500px; }
.about-grid p { font-size:16px; }
.contact-cta { background:linear-gradient(105deg,var(--green-dark),var(--green)); color:#fff; padding:58px 0; }
.contact-cta .container { display:flex; align-items:center; justify-content:space-between; gap:25px; }
.contact-cta h2 { margin-bottom:0; }
.site-footer { background:#087c31; color:#fff; padding:30px 0 0; }
.footer-main { display:grid; grid-template-columns:1fr 1.05fr 1.35fr 1.25fr; gap:32px; align-items:start; padding:0 0 28px; }
.footer-main h3 { color:#fff; font-size:16px; margin:0 0 16px; }
.footer-brand-panel { text-align:center; }
.footer-brand-panel img { width:125px; height:125px; object-fit:contain; }
.footer-brand-panel h3 { font-size:21px; margin:4px 0 5px; }
.footer-brand-en { font-weight:800; font-size:15px; line-height:1.1; border-bottom:2px solid var(--orange); display:inline-block; padding-bottom:5px; }
.footer-brand-panel small { display:block; font-weight:700; margin-top:6px; }
.footer-links a { display:block; color:#fff; text-decoration:none; margin:12px 0; font-size:14px; }
.footer-links a:first-letter { color:#ffd400; }
.footer-links a:hover { color:#ffd400; }
.footer-contact p { margin:0 0 13px; color:#fff; line-height:1.8; font-size:14px; }
.footer-address { max-width:300px; }
.footer-map-panel h3 span { color:#ff3737; }
.footer-map-panel { width: 100%; }
.map-box { height:240px; position:relative; display:block; overflow:hidden; border:1px solid rgba(255,255,255,.75); background:#d8ead4; text-decoration:none; }
.map-roads,.map-roads:before,.map-roads:after { position:absolute; content:''; background:#f29f88; height:15px; width:150%; transform:rotate(16deg); top:80px; left:-20%; box-shadow:0 0 0 3px #fff; }
.map-roads:before { top:68px; left:20%; transform:rotate(-34deg); background:#f7c5ad; }
.map-roads:after { top:120px; left:-5%; transform:rotate(72deg); background:#f5b09c; }
.map-pin { position:absolute; top:90px; left:45%; color:#e94b4b; font-size:45px; text-shadow:0 2px 3px #777; z-index:2; }
.map-box span { position:absolute; bottom:12px; right:12px; background:#fff; color:#1666af; padding:5px 10px; font-size:12px; z-index:3; }
.footer-copyright { background:var(--orange); text-align:center; padding:12px; font-size:13px; color:#fff; }
.projects-section,.news-section { padding:88px 0; background:#f6faf6; }
.projects-section { position:relative; overflow:hidden; }
.projects-section {
    background-color:#f6faf6;
    background-image:
        linear-gradient(rgba(246,250,246,.48), rgba(246,250,246,.48)),
        url('/images/slider/construction-engineering-background.webp');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.projects-section::before {
    content:'PROJECTS';
    position:absolute;
    left:-12px;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);
    color:rgba(8,122,53,.055);
    font-size:clamp(3rem,8vw,8rem);
    font-weight:800;
    letter-spacing:8px;
    pointer-events:none;
}
.projects-section::after {
    content:'';
    position:absolute;
    right:-120px;
    top:-110px;
    width:360px;
    height:360px;
    border:1px solid rgba(255,157,24,.22);
    transform:rotate(45deg);
    pointer-events:none;
}
.projects-carousel { position:relative; min-height:475px; padding:4px 72px 58px; }
.project-slide { display:none; grid-template-columns:1fr 1fr; min-height:500px; background:#fff; border:1px solid #e1ebe3; border-radius:22px; overflow:hidden; box-shadow:0 14px 35px rgba(12,73,38,.1); animation:projectReveal .55s ease both; }
.project-slide.is-active { display:grid; }
.project-slide:nth-child(even) .project-image { order:2; }
.project-slide:nth-child(even) .project-details { order:1; }
.project-image,.news-image { min-height:220px; position:relative; display:flex; align-items:end; padding:18px; color:#fff; font-weight:700; background:linear-gradient(135deg,#a8d5b2,#197544); }
.project-image img,.news-image img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.project-image:after,.news-image:after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(5,35,20,.72),transparent 65%); }
.project-image .project-status,
.project-page-card-image .project-status {
    position:absolute;
    top:14px;
    right:14px;
    z-index:2;
    color:#fff;
    border-radius:15px;
    padding:2px 15px;
    font-size:13px;
    font-weight:700;
    line-height:1.8;
}
.project-status.status-completed { background:var(--green-dark); }
.project-status.status-running { background:var(--orange-dark); }

.project-details { padding:clamp(28px,5vw,70px); display:flex; flex-direction:column; justify-content:center; } .project-details h3 { margin:8px 0 14px; font-size:clamp(1.5rem,3vw,2.35rem); } .project-details p { color:var(--muted); margin:0; font-size:15px; line-height:2.1; }
.project-title-link { color:inherit; text-decoration:none; transition:color .2s ease; }
.project-title-link:hover { color:var(--green-dark); }

.projects-index-page,
.project-detail-page { min-height:calc(100vh - var(--header-height)); padding:72px 0 96px; background:linear-gradient(145deg,#f5fbf6,#fff); }
.projects-page-heading { max-width:720px; margin:0 auto 28px; text-align:center; }
.projects-page-heading h1 { margin:10px 0 14px; color:var(--green-dark); font-size:clamp(2rem,4vw,3.4rem); }
.projects-page-heading p { margin:0; color:var(--muted); line-height:2; }
.projects-filter-links { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin:28px 0 42px; }
.projects-filter-links a { padding:10px 18px; border:1px solid #cfe4d4; border-radius:999px; color:var(--green-dark); text-decoration:none; transition:.2s ease; }
.projects-filter-links a:hover,
.projects-filter-links a.is-active { border-color:var(--orange); background:var(--orange); color:#fff; }
.projects-page-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.project-page-card { overflow:hidden; border:1px solid #deebe1; border-radius:20px; background:#fff; color:inherit; text-decoration:none; box-shadow:0 12px 30px rgba(12,73,38,.1); transition:transform .25s ease,box-shadow .25s ease; }
.project-page-card:hover { color:inherit; transform:translateY(-6px); box-shadow:0 18px 38px rgba(12,73,38,.16); }
.project-page-card-image { position:relative; height:245px; background:#e9f5ec; }
.project-page-card-image img { width:100%; height:100%; object-fit:cover; }
.project-page-card-body { padding:24px; }
.project-page-card-body h2 { margin:8px 0 12px; color:var(--green-dark); font-size:1.35rem; line-height:1.7; }
.project-page-card-body p { min-height:88px; margin:0; color:var(--muted); line-height:2; font-size:.92rem; }
.project-page-card-link { display:block; margin-top:18px; color:var(--orange-dark); font-weight:700; font-size:.9rem; }
.project-detail-card { overflow:hidden; border:1px solid #deebe1; border-radius:24px; background:#fff; box-shadow:0 16px 40px rgba(12,73,38,.1); }
.project-detail-header { padding:clamp(28px,5vw,64px); text-align:right; }
.project-detail-header h1 { margin:12px 0 16px; color:var(--green-dark); font-size:clamp(2rem,4vw,3.5rem); }
.project-detail-header p { max-width:900px; margin:0; color:var(--muted); line-height:2.2; font-size:1.05rem; }
.project-detail-header .project-status { display:inline-flex; margin-top:18px; padding:7px 15px; border-radius:999px; color:#fff; font-weight:700; font-size:.85rem; }
.project-detail-content { display:grid; grid-template-columns:1.15fr .85fr; direction:rtl; }
.project-detail-image { min-height:470px; background:#edf8f0; }
.project-detail-image img { width:100%; height:100%; object-fit:cover; }
.project-detail-info { padding:clamp(28px,5vw,68px); background:#f7fbf8; }
.project-detail-info h2 { margin:0 0 24px; color:var(--green-dark); }
.project-detail-info dl { margin:0 0 28px; }
.project-detail-info dl div { display:flex; justify-content:space-between; gap:16px; padding:14px 0; border-bottom:1px solid #dcebe0; }
.project-detail-info dt { color:var(--muted); }
.project-detail-info dd { margin:0; color:var(--green-dark); font-weight:700; }
.project-detail-info p { margin:0; color:var(--muted); line-height:2.1; text-align:justify; }
.project-gallery { padding:clamp(28px,5vw,64px); border-top:1px solid #e1ebe3; }
.project-gallery-heading { margin-bottom:24px; }
.project-gallery-heading h2 { margin:8px 0 0; color:var(--green-dark); font-size:clamp(1.35rem,2.5vw,2rem); }
.project-gallery-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.project-gallery-item { position:relative; min-height:190px; padding:0; overflow:hidden; border:0; border-radius:14px; background:#edf8f0; cursor:zoom-in; }
.project-gallery-item img { display:block; width:100%; height:100%; min-height:190px; object-fit:cover; transition:transform .3s ease; }
.project-gallery-item:hover img,
.project-gallery-item:focus-visible img { transform:scale(1.05); }
.project-gallery-item > span { position:absolute; left:12px; bottom:12px; display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:rgba(4,46,27,.75); color:#fff; font-size:1.1rem; }
.project-gallery-item:focus-visible { outline:3px solid rgba(255,157,24,.7); outline-offset:3px; }
.project-number { color:var(--orange-dark); font-weight:700; font-size:13px; }
.project-details::before {
    content:attr(data-project-number);
    display:block;
    color:rgba(8,122,53,.08);
    font-size:clamp(4rem,9vw,8rem);
    font-weight:800;
    line-height:.7;
    margin-bottom:18px;
    direction:ltr;
}
.project-meta { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:17px; color:#8a9a90; font-size:12px; }
.project-meta a { color:var(--green-dark); font-weight:700; text-decoration:none; white-space:nowrap; }
.project-control { position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px; border:1px solid #d4e5d8; border-radius:50%; background:#fff; color:var(--green-dark); box-shadow:0 8px 20px rgba(20,80,45,.13); z-index:2; font-size:23px; transition:.25s; }
.project-control:hover { color:#fff; background:var(--green); border-color:var(--green); transform:translateY(-50%) scale(1.08); }
.project-prev { right:8px; } .project-next { left:8px; }
.project-indicators { position:absolute; bottom:11px; right:50%; transform:translateX(50%); display:flex; gap:8px; direction:ltr; }
.project-indicators button { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:#b9cec0; transition:.3s; }
.project-indicators button.is-active { width:30px; border-radius:6px; background:var(--orange); }
@keyframes projectReveal { from { opacity:0; transform:translateX(18px); } to { opacity:1; transform:translateX(0); } }
.strategy-section { background:#fff; }
.strategy-grid { display:grid; grid-template-columns:repeat(3, minmax(230px, 330px)); justify-content:center; gap:22px; max-width:1080px; margin:0 auto; }
.strategy-card { text-align:right; border:1px solid #e1ebe3; background:#f8fbf8; border-radius:14px; padding:22px; min-height:175px; display:block; color:var(--ink); cursor:pointer; transition:background .3s,border-color .3s,box-shadow .3s; }
.strategy-card:focus-visible { outline:3px solid rgba(255,157,24,.45); outline-offset:3px; }
.strategy-quality { background:#edf8ef; border-color:#cce8d1; }
.strategy-stakeholders { background:#eef4fa; border-color:#d4e2f0; }
.strategy-innovation { background:#fff9df; border-color:#f1e5ae; }
.strategy-card.is-expanded { color:#fff; box-shadow:0 12px 28px rgba(0,100,50,.16); }
.strategy-quality.is-expanded { background:#16803a; border-color:#16803a; }
.strategy-stakeholders.is-expanded { background:#286a9e; border-color:#286a9e; }
.strategy-innovation.is-expanded { background:#bd8a16; border-color:#bd8a16; }
.strategy-summary { min-height:130px; display:flex; flex-direction:column; justify-content:space-between; }
.strategy-summary-text { margin:10px 0; color:var(--muted); font-size:14px; line-height:1.9; }
.strategy-card.is-expanded .strategy-summary-text { color:rgba(255,255,255,.88); }
.strategy-more { font-size:12px; opacity:.7; }
.strategy-number { color:var(--orange-dark); font-size:13px; font-weight:700; }
.strategy-card.is-expanded .strategy-number { color:#ffd38a; }
.strategy-details { display:none; border-top:1px solid rgba(255,255,255,.28); margin-top:18px; padding-top:18px; animation:slideIn .3s ease; }
.strategy-card.is-expanded .strategy-details { display:block; }
.strategy-details h3 { margin:0 0 8px; font-size:18px; }
.strategy-details p { color:inherit; opacity:.88; line-height:2; margin:0; font-size:14px; }
.news-section { background:#fff; } .news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.news-card { border:0; border-radius:14px; overflow:hidden; background:#063d29; color:#fff; box-shadow:0 8px 20px rgba(0,60,35,.12); }
.news-image { min-height:175px; background:linear-gradient(135deg,var(--green-dark),#91db9f); } .news-image-alt { background:linear-gradient(135deg,var(--orange),#d86521); } .news-image-third { background:linear-gradient(135deg,#3b8b70,#163d31); }
.news-image-logo { background:linear-gradient(135deg,#075f32,#00a94b); }
.news-image-logo img { object-fit:contain !important; padding:24px; }
.news-image:after { background:linear-gradient(0deg,rgba(5,35,20,.35),transparent 70%); }
.news-body { padding:22px 22px 25px; min-height:255px; display:flex; flex-direction:column; } .news-body time { color:#94a99f; font-size:12px; } .news-body h3 { color:#fff; font-size:18px; line-height:1.8; margin:10px 0; } .news-body p { color:#f2f7f3; font-size:14px; line-height:2; min-height:70px; } .news-body .text-link { color:#4da3ff; margin-top:auto; }
@keyframes slideIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
@media (max-width: 768px) { #about, #projects, #strategy, #news, #contact { scroll-margin-top: 76px; } .navbar { padding:8px 0; } .navbar > .container { min-height:60px; } .navbar-brand { gap:7px; font-size:16px; margin-left:auto; } .navbar-brand img { width:42px; height:42px; border-radius:11px; } .header-partner-links { position:static; order:2; gap:6px; margin:0 8px 0 10px; } .header-partner-links .partner-link { width:50px; height:50px; padding:5px; border-radius:50%; } .header-partner-links .partner-link img { border-radius:50%; } .header-partner-links .partner-baghmishe img,.header-partner-links .partner-atlas img { transform:scale(1.12); } .navbar-toggler { order:3; margin:0 !important; } .navbar-collapse { order:4; flex-basis:100%; } .about-section::before { width:220px; height:220px; left:1%; top:3%; opacity:.045; } .about-section::after { opacity:.58; background-size:cover; mask-image:radial-gradient(ellipse 72% 62% at 50% 48%, transparent 0%, transparent 22%, rgba(0,0,0,.06) 45%, #000 86%, transparent 100%); -webkit-mask-image:radial-gradient(ellipse 72% 62% at 50% 48%, transparent 0%, transparent 22%, rgba(0,0,0,.06) 45%, #000 86%, transparent 100%); } .about-visual img { max-width:390px; } .site-header .navbar-collapse { padding:12px 0 6px; align-items:initial; } .site-header .navbar-nav { gap:4px; } .site-header .btn-header { display:block; width:100%; margin-top:10px; text-align:center; } .message-slide { min-height:470px; padding:48px 28px 65px; flex-direction:column; align-items:flex-start; justify-content:center; } .message-illustration { position:absolute; left:35px; top:38px; width:100px; height:100px; } .message-illustration img { width:74px; height:74px; padding:5px; border-radius:15px; } .hero-section { padding:60px 0; } .hero-content,.about-grid { grid-template-columns:1fr; gap:30px; } .hero-mark { order:-1; } .hero-mark img { width:190px; } .stats-grid { grid-template-columns:repeat(2,1fr); gap:20px; } .stats-grid div:nth-child(2) { border-left:0; } .services-grid,.news-grid { grid-template-columns:1fr; } .strategy-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); max-width:none; gap:14px; } .projects-carousel { min-height:560px; padding:4px 0 58px; } .project-slide { grid-template-columns:1fr; min-height:500px; } .project-slide:nth-child(even) .project-image,.project-slide:nth-child(even) .project-details { order:initial; } .project-image { min-height:250px; } .project-details { padding:28px 24px 32px; } .project-control { width:40px; height:40px; } .project-prev { right:8px; } .project-next { left:8px; } .section-heading-inline { align-items:start; } .contact-cta .container { flex-direction:column; align-items:flex-start; } .footer-main { grid-template-columns:1fr; text-align:center; gap:28px; } .footer-contact p,.footer-address { margin-left:auto; margin-right:auto; } .footer-links a { margin:9px 0; } .strategy-card { min-height:160px; padding:18px; } .strategy-summary { min-height:115px; } }

@media (max-width: 768px) {
    .projects-index-page,
    .project-detail-page { padding:42px 0 64px; }
    .projects-page-grid { grid-template-columns:1fr; gap:20px; }
    .project-page-card-image { height:220px; }
    .project-page-card-body p { min-height:0; }
    .project-detail-content { grid-template-columns:1fr; }
    .project-detail-image { min-height:280px; height:280px; }
    .project-detail-header { padding:28px 22px; }
    .project-detail-info { padding:28px 22px 34px; }
    .project-gallery { padding:28px 22px 34px; }
    .project-gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
    .project-gallery-item,
    .project-gallery-item img { min-height:140px; }
}

@media (max-width: 991.98px) {
    .news-dropdown-menu,
    .project-dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 4px;
        box-shadow: none;
        border-color: rgba(255, 255, 255, .12);
        background: rgba(0, 80, 38, .35);
    }

    .news-dropdown-menu .dropdown-item,
    .project-dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, .92);
    }

    .news-dropdown-menu .dropdown-item:hover,
    .news-dropdown-menu .dropdown-item:focus,
    .project-dropdown-menu .dropdown-item:hover,
    .project-dropdown-menu .dropdown-item:focus {
        background: rgba(255, 157, 24, .18);
        color: #fff;
    }
}

/* دسکتاپ: لوگوها داخل همان نوار سبز قرار می‌گیرند */
@media (min-width: 769px) {
    .message-slider .share-notice-visual {
        min-height: 330px;
    }

    .message-slider .share-notice-visual::before {
        width: min(315px, 26vw);
        border-width: 2px;
        border-color: rgba(8, 122, 53, .2);
        box-shadow:
            0 0 0 12px rgba(8, 122, 53, .045),
            0 0 0 26px rgba(8, 122, 53, .025),
            0 12px 20px rgba(0, 70, 35, .08);
    }

    .message-slider .share-notice-visual img {
        width: min(208px, 17vw);
        height: min(208px, 17vw);
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .message-slider .share-notice-badge {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
        min-width: min(380px, 26vw);
        justify-content: center;
        padding: 15px 24px;
        border-radius: 13px;
        font-size: clamp(15px, 1.4vw, 22px);
        box-shadow: 0 8px 16px rgba(76, 42, 0, .22);
    }

    .message-slider .share-notice-badge-icon {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .message-slider .share-notice-contact {
        min-width: min(470px, 34vw);
        justify-content: center;
        padding: 14px 24px;
        border-color: rgba(8, 122, 53, .15);
        background: linear-gradient(100deg, #00a94b, #087a35);
        box-shadow: 0 8px 16px rgba(8, 92, 42, .14);
    }

    .message-slider .share-notice-contact span,
    .message-slider .share-notice-contact strong {
        color: #fff;
    }

    .message-slider .share-notice-contact span {
        font-size: 14px;
    }

    .message-slider .share-notice-contact strong {
        font-size: clamp(1.35rem, 2.1vw, 2rem);
        font-family: 'Vazirmatn', Tahoma;
        direction: rtl;
    }

    .site-header {
        position: sticky;
        height: 82px;
        background: linear-gradient(110deg, #087a35, #00b14f);
        box-shadow: 0 4px 18px rgba(0, 80, 40, .13);
        overflow: visible;
    }

    .site-header .navbar {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: 82px;
        min-height: 82px;
        padding: 0;
        background: linear-gradient(110deg, #087a35, #00b14f);
        box-shadow: none;
        overflow: visible;
    }

    .site-header .navbar > .container {
        position: relative;
        height: 100%;
        align-items: center;
    }

    .site-header .navbar-brand {
        margin-top: 0;
    }

    .site-header .navbar-collapse {
        height: 100%;
        padding-top: 0;
        align-items: center;
    }

    .site-header .navbar-nav {
        align-items: center !important;
    }

    .header-partner-links {
        top: 5px;
        left: 0;
        gap: 5px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .header-partner-links .partner-baghmishe {
        width: 80px;
        height: 72px;
        padding: 5px 6px;
        border-radius: 10px;
        box-shadow: 0 5px 14px rgba(0, 55, 30, .24), inset 0 1px 0 #fff;
    }

    .header-partner-links .partner-atlas {
        width: 80px;
        height: 72px;
        padding: 0px 10px;
    }

    .header-partner-links .partner-baghmishe img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: scale(.92);
    }

    .header-partner-links .partner-atlas img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: scale(.8);
    }

    .header-partner-links .partner-link:hover {
        transform: translateY(3px);
    }

    #about,
    #projects,
    #strategy,
    #news,
    #contact {
        scroll-margin-top: 92px;
    }
}

/* News detail */
.news-detail-page {
    min-height: calc(100vh - 90px);
    padding: clamp(34px, 5vw, 76px) 0;
    background:
        linear-gradient(135deg, rgba(233, 248, 239, .9), rgba(255, 255, 255, .96)),
        url("../images/slider/building-plan.webp") center / cover;
    direction: rtl;
}

.news-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #08713a;
    font-weight: 700;
    text-decoration: none;
}

.news-back-link:hover {
    color: #f7931e;
}

.news-detail-card {
    overflow: hidden;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(4, 75, 40, .12);
}

.news-detail-header {
    padding: clamp(28px, 4vw, 48px) clamp(28px, 5vw, 64px) 20px;
    text-align: right;
}

.news-detail-header .section-kicker {
    color: #f7931e;
    font-weight: 700;
}

.news-detail-header time {
    display: block;
    margin-top: 12px;
    color: #718294;
    font-size: .95rem;
}

.news-detail-header h1 {
    margin: 12px 0 0;
    color: #064d2e;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    line-height: 1.45;
}

.news-detail-body {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    align-items: stretch;
    direction: rtl;
}

.news-detail-image {
    min-height: 500px;
    background: #edf8f0;
    position: relative;
}

.news-detail-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-image-logo {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #e6f5ea, #f7fbf8);
}

.news-detail-image-logo img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.news-detail-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(28px, 5vw, 72px);
    text-align: right;
}

.news-detail-content p {
    max-width: 720px;
    margin: 0;
    color: #38556a;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 2.25;
    text-align: justify;
    text-align-last: right;
    white-space: pre-line;
}

.news-detail-phone {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 13px 20px;
    border-radius: 12px;
    background: #e5f5ea;
    color: #08713a;
}

.news-detail-phone strong {
    color: #064d2e;
    font-size: 1.2rem;
    letter-spacing: .08em;
}

.news-detail-button {
    margin-top: 30px;
    border: 0;
    border-radius: 10px;
    background: #08713a;
}

.news-detail-button:hover {
    background: #f7931e;
}

@media (max-width: 768px) {
    .news-detail-page {
        padding: 26px 0 44px;
    }

    .news-detail-card {
        min-height: 0;
        border-radius: 18px;
    }

    .news-detail-header {
        padding: 26px 22px 18px;
    }

    .news-detail-header h1 {
        font-size: 1.65rem;
    }

    .news-detail-body {
        display: flex;
        flex-direction: column;
    }

    .news-detail-image,
    .news-detail-image-logo {
        width: 100%;
        height: 260px;
        min-height: 260px;
        max-height: 260px;
        overflow: hidden;
    }

    .news-detail-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-detail-image-logo img {
        width: 52%;
        height: 76%;
        margin: auto;
        object-fit: contain;
    }

    .news-detail-content {
        position: relative;
        z-index: 1;
        width: 100%;
        background: rgba(255, 255, 255, .98);
        padding: 28px 22px 32px;
    }

    .news-detail-content p {
        line-height: 2;
    }

    .news-detail-phone {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
}

/* News list on detail pages */
.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
    gap: 28px;
    direction: ltr;
    align-items: start;
}

.news-list-panel {
    grid-column: 2;
    grid-row: 1;
    direction: rtl;
    padding: 24px 18px;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 30px rgba(4, 75, 40, .09);
}

.news-list-details > summary {
    list-style: none;
}

.news-list-details > summary::-webkit-details-marker {
    display: none;
}

.news-list-heading {
    position: relative;
    padding: 0 8px 16px;
    border-bottom: 1px solid rgba(7, 113, 58, .12);
}

.news-list-heading .section-kicker {
    color: #f7931e;
    font-size: .88rem;
    font-weight: 700;
}

.news-list-heading h2 {
    margin: 8px 0 0;
    color: #064d2e;
    font-size: 1.35rem;
}

.news-list-title-mobile,
.news-list-current {
    display: none;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

.news-list-item {
    display: block;
    padding: 13px 12px;
    border-right: 3px solid transparent;
    border-radius: 10px;
    color: #38556a;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.news-list-item:hover {
    border-right-color: #f7931e;
    background: #fff7ec;
    color: #08713a;
    transform: translateX(2px);
}

.news-list-item.is-active {
    border-right-color: #f7931e;
    background: #e8f6ec;
    color: #064d2e;
}

.news-list-item-title {
    display: block;
    font-weight: 700;
    line-height: 1.8;
}

.news-list-item time {
    display: block;
    margin-top: 5px;
    color: #82918b;
    font-size: .78rem;
}

.news-detail-layout > .news-detail-card {
    grid-column: 1;
    grid-row: 1;
    direction: rtl;
}

.news-index-page {
    min-height: calc(100vh - 90px);
    padding: clamp(38px, 6vw, 82px) 0;
    background:
        linear-gradient(135deg, rgba(233, 248, 239, .92), rgba(255, 255, 255, .97)),
        url("../images/slider/building-plan.webp") center / cover;
}

.news-index-heading {
    margin-bottom: 34px;
    text-align: right;
}

.news-index-heading .section-kicker {
    color: #f7931e;
    font-weight: 700;
}

.news-index-heading h1 {
    margin: 10px 0 12px;
    color: #064d2e;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.news-index-heading p {
    margin: 0;
    color: #38556a;
    line-height: 2;
}

.news-index-page .news-grid {
    align-items: stretch;
}

.news-index-page .news-body h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0;
}

.news-empty {
    grid-column: 1 / -1;
    color: #38556a;
    text-align: center;
}

.articles-index-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--green-dark);
    font-weight: 800;
    text-decoration: none;
}

.articles-index-link:hover {
    color: var(--orange-dark);
}

.news-home-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
    color: var(--green-dark);
    font-weight: 800;
    text-align: left;
    text-decoration: none;
}

.news-home-link:hover {
    color: var(--orange-dark);
}

.news-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.news-category-links a {
    padding: 8px 14px;
    border: 1px solid rgba(7, 113, 58, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--green-dark);
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.news-category-links a:hover,
.news-category-links a.is-active {
    border-color: var(--orange);
    background: var(--orange);
    color: #fff;
}

.tender-status-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    color: var(--muted);
    font-size: .9rem;
}

.tender-status-links a {
    padding: 7px 13px;
    border: 1px solid rgba(7, 113, 58, .16);
    border-radius: 999px;
    color: var(--green-dark);
    text-decoration: none;
    transition: .2s ease;
}

.tender-status-links a:hover,
.tender-status-links a.is-active {
    border-color: var(--green-dark);
    background: var(--green-dark);
    color: #fff;
}

.news-image-button,
.news-detail-image-button {
    width: 100%;
    padding: 0;
    border: 0;
    font: inherit;
    text-align: inherit;
    cursor: zoom-in;
}

.news-image-button {
    overflow: hidden;
}

.news-image-button:focus-visible,
.news-detail-image-button:focus-visible {
    outline: 3px solid rgba(255, 157, 24, .7);
    outline-offset: -3px;
}

.news-image-document img,
.news-detail-image-document img {
    object-fit: contain !important;
    padding: 12px;
    background: #f8fbf8;
}

.news-image-document:after {
    background: linear-gradient(0deg, rgba(5, 35, 20, .12), transparent 70%);
}

.tender-status-badge,
.tender-status-label {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    margin-right: 5px;
}

.tender-status-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 7px 14px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .14);
}

.tender-status-label {
    margin-top: 16px;
    padding: 8px 16px;
}

.tender-status-active {
    background: var(--green-dark);
}

.tender-status-closed {
    background: var(--orange);
}

.image-zoom-hint {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(4, 46, 27, .72);
    color: #fff;
    font-size: .72rem;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .2s ease, transform .2s ease;
}

.news-image-button:hover .image-zoom-hint,
.news-detail-image-button:hover .image-zoom-hint,
.news-image-button:focus-visible .image-zoom-hint,
.news-detail-image-button:focus-visible .image-zoom-hint {
    opacity: 1;
    transform: translateY(0);
}

.news-detail-image-button {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
}

.news-detail-image-document:after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(5, 35, 20, .1), transparent 70%);
}

.image-lightbox[hidden] {
    display: none !important;
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(2, 20, 12, .84);
}

.image-lightbox-backdrop {
    position: absolute;
    inset: 0;
}

.image-lightbox-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    max-width: 96vw;
    max-height: 94vh;
}

.image-lightbox-dialog img {
    display: block;
    max-width: 96vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
}

.image-lightbox-close {
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    background: #fff;
    color: var(--green-dark);
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

body.lightbox-open {
    overflow: hidden;
}

.shareholders-page {
    direction: rtl;
    min-height: calc(100vh - 90px);
    background:
        linear-gradient(135deg, rgba(233, 248, 239, .93), rgba(255, 255, 255, .97)),
        url("../images/slider/building-plan-background.webp") center / cover fixed;
}

.shareholders-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 clamp(12px, 2vw, 24px);
    background: linear-gradient(115deg, #e8f6eb 0%, #f7fbf8 55%, #d9f0df 100%);
}

.shareholders-hero::before,
.shareholders-hero::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

.shareholders-hero::before {
    inset: -45%;
    background:
        radial-gradient(circle at 18% 50%, rgba(255, 157, 24, .12) 0 1px, transparent 2px),
        radial-gradient(circle at 18% 50%, transparent 0 72px, rgba(7, 113, 58, .08) 73px 74px, transparent 75px),
        radial-gradient(circle at 82% 40%, transparent 0 115px, rgba(7, 113, 58, .055) 116px 117px, transparent 118px);
    background-size: 28px 28px, 230px 230px, 310px 310px;
    opacity: .7;
}

.shareholders-hero::after {
    inset: 0;
    background:
        linear-gradient(28deg, transparent 49.7%, rgba(7, 113, 58, .08) 50%, transparent 50.3%),
        linear-gradient(-28deg, transparent 49.7%, rgba(255, 157, 24, .07) 50%, transparent 50.3%);
    background-size: 210px 150px, 260px 180px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 42%, transparent 58%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 42%, transparent 58%, #000 100%);
}

.shareholders-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
    grid-template-areas: "left card right";
    align-items: center;
    gap: clamp(18px, 4vw, 64px);
    min-height: 150px;
    direction: ltr;
}

.shareholders-hero-card {
    grid-area: card;
    display: flex;
    min-height: 164px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 0 32px 32px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 18px rgba(17, 37, 25, .24);
}

.shareholders-hero-content {
    direction: rtl;
    text-align: center;
}

.shareholders-hero h1 {
    margin: 2px 10px 12px;
    color: #064d2e;
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    font-weight: 800;
}

.shareholders-hero-mark {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin-inline: auto;
}

.shareholders-hero-mark img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}

.shareholders-hero-decoration {
    position: relative;
    height: 132px;
    opacity: .42;
}

.shareholders-hero-decoration-left {
    grid-area: left;
}

.shareholders-hero-decoration-right {
    grid-area: right;
}

.shareholders-hero-decoration span {
    position: absolute;
    display: block;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(0, 177, 79, .1), rgba(0, 177, 79, .42));
    transform-origin: right center;
}

.shareholders-hero-decoration span::before {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    border: 2px solid rgba(0, 177, 79, .22);
    border-radius: 50%;
    background: #e8f6eb;
    content: "";
    transform: translateY(-50%);
}

.shareholders-hero-decoration-left span:nth-child(1) {
    top: 40px;
    right: 8%;
    width: 68%;
    transform: rotate(4deg);
}

.shareholders-hero-decoration-left span:nth-child(2) {
    top: 83px;
    right: 20%;
    width: 57%;
    background: linear-gradient(90deg, rgba(255, 157, 24, .1), rgba(255, 157, 24, .3));
    transform: rotate(-16deg);
}

.shareholders-hero-decoration-left span:nth-child(3) {
    top: 105px;
    right: 3%;
    width: 72%;
    transform: rotate(-4deg);
}

.shareholders-hero-decoration-left span::before {
    right: -5px;
}

.shareholders-hero-decoration-right {
    display: grid;
    place-items: center;
}

.shareholders-hero-decoration-right::before {
    width: 112px;
    height: 70px;
    border: 2px solid rgba(0, 177, 79, .22);
    border-radius: 50%;
    background: conic-gradient(from 20deg, rgba(0, 177, 79, .08) 0 26%, transparent 26% 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 157, 24, .08);
    content: "";
    transform: rotate(-8deg);
}

.shareholders-hero-decoration-right span {
    display: none;
}

.shareholders-main {
    padding: clamp(20px, 6vw, 20px) 0;
}

.shareholder-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.shareholder-service-card {
    min-height: 200px;
    padding: 26px;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(4, 75, 40, .08);
}

.shareholder-service-icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #e8f6eb;
    color: var(--orange-dark);
    font-size: 1.35rem;
    font-weight: 800;
}

.shareholder-service-card h2 {
    margin: 16px 0 8px;
    color: #064d2e;
    font-size: 1.15rem;
}

.shareholder-service-card p {
    margin: 0;
    color: #38556a;
    line-height: 2;
}

.shareholders-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 24px;
    margin-top: 28px;
}

.shareholder-notices-card,
.shareholder-contact-card {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(4, 75, 40, .08);
}

.shareholder-notices-card .section-heading {
    margin-bottom: 22px;
}

.shareholder-notices-list {
    display: grid;
    gap: 10px;
}

.shareholder-notices-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 16px;
    border-radius: 12px;
    background: #f2f9f3;
    color: #064d2e;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.shareholder-notices-list a:hover {
    background: #e5f3e9;
    transform: translateX(-3px);
}

.shareholder-notices-list time {
    color: #718096;
    font-size: .82rem;
    white-space: nowrap;
}

.shareholder-contact-card h2 {
    margin: 12px 0 22px;
    color: #064d2e;
}

.shareholder-contact-card p {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e4eee6;
    color: #38556a;
    line-height: 1.9;
}

.shareholder-contact-card p:last-child {
    display: block;
    border-bottom: 0;
}

.shareholder-contact-card p:last-child span {
    display: block;
    margin-bottom: 5px;
}

.shareholder-contact-card bdi,
.shareholder-contact-card strong {
    color: #064d2e;
}

.shareholder-ownership-card {
    display: grid;
    grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: center;
    margin-top: 28px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(4, 75, 40, .08);
}

.shareholder-ownership-copy h2 {
    margin: 12px 0;
    color: #064d2e;
}

.shareholder-ownership-copy p {
    margin: 0;
    color: #38556a;
    line-height: 2.1;
}

.shareholder-chart-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 5vw, 60px);
}

.shareholder-donut {
    position: relative;
    display: grid;
    width: 210px;
    height: 210px;
    flex: 0 0 210px;
    place-items: center;
    border-radius: 50%;
    background: var(--ownership-gradient);
    filter: drop-shadow(0 12px 18px rgba(4, 75, 40, .12));
}

.shareholder-donut::before {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.shareholder-donut.is-empty {
    background: conic-gradient(#dbe9df 0 100%);
}

.shareholder-donut-center {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    color: #064d2e;
    text-align: center;
}

.shareholder-donut-center strong {
    font-size: 1.5rem;
}

.shareholder-donut-center span {
    margin-top: 5px;
    color: #718096;
    font-size: .78rem;
}

.shareholder-legend {
    display: grid;
    min-width: 230px;
    gap: 12px;
}

.shareholder-legend-item {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    color: #38556a;
}

.shareholder-legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--legend-color);
}

.shareholder-legend-item strong {
    color: #064d2e;
}

.shareholder-ownership-note {
    margin: 0;
    color: #718096;
    font-size: .9rem;
    line-height: 2;
}

.shareholder-ownership-note code {
    color: var(--green-dark);
    direction: ltr;
}

.articles-index-page,
.article-detail-page,
.contact-page {
    direction: rtl;
    min-height: calc(100vh - 10px);
    background:
        linear-gradient(135deg, rgba(233, 248, 239, .93), rgba(255, 255, 255, .97)),
        url("../images/slider/building-plan-background.webp") center / cover fixed;
}

.articles-index-page {
    padding: clamp(42px, 6vw, 82px) 0;
}

.articles-index-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.articles-index-heading h1 {
    margin: 10px 0 12px;
    color: #064d2e;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.articles-index-heading p {
    margin: 0;
    color: #38556a;
    line-height: 2;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.article-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 35px rgba(4, 75, 40, .1);
}

.article-card-image {
    display: block;
    height: 220px;
    overflow: hidden;
    background: #e5f3e9;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.article-card:hover .article-card-image img {
    transform: scale(1.04);
}

.article-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.article-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--orange-dark);
    font-size: .8rem;
    font-weight: 700;
}

.article-card-meta time {
    color: #718096;
    font-weight: 500;
    white-space: nowrap;
}

.article-card-body h2 {
    margin: 13px 0 10px;
    font-size: 1.18rem;
    line-height: 1.8;
}

.article-card-body h2 a {
    color: #064d2e;
    text-decoration: none;
}

.article-card-body p {
    margin: 0 0 18px;
    color: #38556a;
    font-size: .92rem;
    line-height: 2;
}

.article-card-body .text-link {
    margin-top: auto;
}

.articles-empty {
    grid-column: 1 / -1;
    color: #38556a;
    text-align: center;
}

.article-detail-page {
    padding: clamp(34px, 5vw, 76px) 0;
}

.article-detail-card {
    display: grid;
    grid-template-areas:
        "heading heading"
        "image image"
        "content content";
    overflow: hidden;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 48px rgba(4, 75, 40, .12);
}

.article-detail-heading {
    grid-area: heading;
    padding: clamp(24px, 4vw, 44px) clamp(28px, 5vw, 62px) 22px;
    border-bottom: 1px solid rgba(7, 113, 58, .1);
    text-align: right;
}

.article-detail-heading h1 {
    max-width: 900px;
    margin: 12px 0 0;
    color: #064d2e;
    font-size: clamp(1.9rem, 4vw, 3.3rem);
    line-height: 1.55;
}

.article-detail-image {
    grid-area: image;
    width: min(100%, 980px);
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    background: #e5f3e9;
}

.article-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.article-detail-content {
    grid-area: content;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 56px);
}

.article-lead {
    color: #38556a;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 2.1;
}

.article-body {
    margin: 26px 0;
}

.article-body p {
    margin: 0 0 18px;
    color: #294b3a;
    line-height: 2.25;
    text-align: justify;
    text-justify: inter-word;
}

.article-body-section + .article-body-section {
    margin-top: 34px;
}

.article-body-section h2 {
    margin: 0 0 14px;
    color: #08713a;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.8;
}

.article-source-box {
    margin-top: 34px;
    padding: 22px 24px;
    border-right: 4px solid var(--orange);
    border-radius: 14px;
    background: linear-gradient(135deg, #f4faf5, #fffaf1);
}

.article-source-box strong {
    display: block;
    margin-bottom: 8px;
    color: #08713a;
    font-size: 1.1rem;
}

.article-source-box p {
    margin: 0 0 12px;
    color: #38556a;
    line-height: 2;
    text-align: justify;
}

.article-source-box a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--orange-dark);
    font-weight: 800;
    text-decoration: none;
}

.article-source-box a:hover {
    color: #08713a;
}

.article-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(7, 113, 58, .14);
    color: #38556a;
    line-height: 2;
}

.article-keywords strong {
    color: #08713a;
}

.article-author {
    margin: 24px 0;
    color: #718096;
    font-size: .9rem;
}

.article-author a {
    color: #08713a;
    font-weight: 800;
    text-decoration: none;
}

.article-author a:hover {
    color: var(--orange-dark);
    text-decoration: underline;
}

.related-articles {
    padding-top: 68px;
}

.related-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.related-article-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 145px;
    padding: 20px;
    border: 1px solid rgba(7, 113, 58, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    color: #064d2e;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.related-article-card:hover {
    color: #064d2e;
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(4, 75, 40, .12);
}

.related-article-card span {
    color: var(--orange-dark);
    font-size: .8rem;
    font-weight: 700;
}

.related-article-card strong {
    line-height: 1.8;
}

.related-article-card small {
    margin-top: auto;
    color: #718096;
}

.contact-hero {
    padding: clamp(20px, 7vw, 15px) 0;
    background: linear-gradient(115deg, #e8f6eb 0%, #f7fbf8 55%, #d9f0df 100%);
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: center;
    gap: 48px;
}

.contact-hero h1 {
    margin: 12px 0 16px;
    color: #064d2e;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.contact-hero p {
    max-width: 720px;
    margin: 0;
    color: #38556a;
    line-height: 2.1;
}

.contact-hero-mark {
    display: grid;
    place-items: center;
    width: 210px;
    height: 210px;
    margin-inline: auto;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 16px 35px rgba(4, 75, 40, .1);
}

.contact-hero-mark img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.contact-main {
    padding: clamp(20px, 6vw, 28px) 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.contact-info-card {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: #064d2e;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(4, 75, 40, .08);
    transition: transform .2s ease, border-color .2s ease;
}

.contact-info-card:hover {
    color: #064d2e;
    border-color: var(--orange);
    transform: translateY(-3px);
}

.contact-info-icon {
    color: var(--orange-dark);
    font-size: 1.5rem;
}

.contact-info-label {
    color: #38556a;
    font-size: .9rem;
}

.contact-info-card strong {
    font-size: 1.2rem;
}

.contact-info-card small {
    color: #718096;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: stretch;
}

.contact-address-card,
.contact-map-card {
    overflow: hidden;
    border: 1px solid rgba(7, 113, 58, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(4, 75, 40, .08);
}

.contact-address-card {
    padding: clamp(25px, 4vw, 42px);
}

.contact-address-card h2 {
    margin: 12px 0;
    color: #064d2e;
}

.contact-address-card p {
    color: #38556a;
    line-height: 2.15;
}

.contact-address-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 22px 0 28px;
    color: #38556a;
}

.contact-address-meta bdi {
    color: #064d2e;
    font-weight: 700;
}

.contact-map-card iframe {
    display: block;
    width: 100%;
    min-height: 340px;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .articles-grid,
    .related-articles-grid,
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .article-card-image {
        height: 205px;
    }

    .article-detail-heading {
        padding: 24px 22px 18px;
        text-align: center;
    }

    .article-detail-heading h1 {
        margin-top: 10px;
        font-size: 1.8rem;
    }

    .article-detail-card,
    .contact-content-grid,
    .contact-hero-grid {
        grid-template-columns: 1fr;
    }

    .article-detail-image {
        width: 100%;
        aspect-ratio: 16 / 10;
    }

    .article-detail-content {
        padding: 26px 22px 32px;
    }

    .contact-hero-grid {
        gap: 28px;
    }

    .contact-hero-mark {
        width: 150px;
        height: 150px;
    }

    .contact-map-card iframe {
        min-height: 280px;
    }

    .shareholders-hero-grid,
    .shareholders-content-grid,
    .shareholder-ownership-card {
        grid-template-columns: 1fr;
    }

    .shareholders-hero-grid {
        grid-template-areas:
            "card"
            "left";
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 112px;
    }

    .shareholders-hero-card {
        width: min(220px, 72vw);
        min-height: 126px;
        margin-inline: auto;
        border-radius: 0 0 24px 24px;
    }

    .shareholders-hero-mark {
        width: 76px;
        height: 76px;
    }

    .shareholders-hero h1 {
        margin-bottom: 9px;
        font-size: 1.2rem;
    }

    .shareholders-hero-decoration {
        display: none;
    }

    .shareholder-services-grid {
        grid-template-columns: 1fr;
    }

    .shareholder-chart-layout {
        align-items: stretch;
        flex-direction: column;
    }

    .shareholder-donut {
        margin-inline: auto;
    }

    .shareholder-legend {
        min-width: 0;
        width: 100%;
    }

    .shareholder-notices-list a,
    .shareholder-contact-card p {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .news-detail-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .news-list-panel,
    .news-detail-layout > .news-detail-card {
        width: 100%;
        grid-row: auto;
    }

    .news-list-panel {
        order: 1;
        padding: 18px 14px;
    }

    .news-list-details > summary {
        cursor: pointer;
    }

    .news-list-details > summary::after {
        position: absolute;
        top: 8px;
        left: 8px;
        color: #08713a;
        content: "⌄";
        font-size: 1.35rem;
        line-height: 1;
        transition: transform .2s ease;
    }

    .news-list-details[open] > summary::after {
        transform: rotate(180deg);
    }

    .news-list-title-desktop {
        display: none;
    }

    .news-list-title-mobile {
        display: inline;
    }

    .news-list-current {
        display: block;
        max-width: calc(100% - 26px);
        margin-top: 10px;
        overflow: hidden;
        color: #38556a;
        font-size: .86rem;
        font-weight: 600;
        line-height: 1.8;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-detail-layout > .news-detail-card {
        order: 2;
    }

    .news-list {
        gap: 5px;
    }

    .news-list-item {
        padding: 10px 12px;
    }
}

/* About page */
.about-page {
    direction: rtl;
    overflow: hidden;
    background: var(--cream);
}

.about-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 8vw, 108px) 0;
    background: linear-gradient(115deg, #e8f6eb 0%, #f7fbf8 55%, #d9f0df 100%);
}

.about-page-hero::before {
    position: absolute;
    inset: 0;
    background: url("../images/slider/building-plan-background.webp") center / cover no-repeat;
    content: "";
    opacity: .14;
    pointer-events: none;
}

.about-page-hero::after {
    position: absolute;
    right: -120px;
    bottom: -230px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(0, 177, 79, .16);
    border-radius: 50%;
    content: "";
}

.about-page-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
    align-items: center;
    gap: clamp(30px, 7vw, 100px);
}

.about-page-hero-copy {
    max-width: 720px;
}

.about-page-kicker {
    display: inline-block;
    color: var(--orange-dark);
    font-size: .95rem;
    font-weight: 800;
}

.about-page-hero h1 {
    max-width: 700px;
    margin: 14px 0 22px;
    color: var(--green-dark);
    font-size: clamp(2rem, 4.5vw, 4.3rem);
    line-height: 1.45;
}

.about-page-hero-copy p {
    max-width: 650px;
    margin: 0;
    color: #426254;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 2.2;
}

.about-page-hero-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 12px 20px;
    border-radius: 10px;
    background: var(--green-dark);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.about-page-hero-link:hover {
    background: var(--orange);
    color: #fff;
    transform: translateY(-2px);
}

.about-page-hero-mark {
    position: relative;
    display: grid;
    place-items: center;
    justify-self: center;
    width: clamp(230px, 26vw, 360px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .48);
    box-shadow: 0 22px 45px rgba(0, 101, 49, .12);
}

.about-page-hero-mark::before {
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(0, 177, 79, .18);
    border-radius: 50%;
    content: "";
}

.about-page-hero-mark img {
    position: relative;
    z-index: 1;
    width: 58%;
    height: 58%;
    object-fit: contain;
    filter: drop-shadow(0 14px 16px rgba(0, 75, 40, .16));
}

.about-page-hero-mark span {
    position: absolute;
    right: 50%;
    bottom: 13%;
    transform: translateX(50%);
    color: var(--green-dark);
    font-size: .9rem;
    font-weight: 800;
}

.about-page-hero-orbit {
    position: absolute;
    inset: -16px;
    border: 1px dashed rgba(247, 147, 30, .38);
    border-radius: 50%;
}

.about-history-section {
    position: relative;
    padding: clamp(64px, 8vw, 112px) 0;
    background: #fff;
}

.about-history-section::after {
    position: absolute;
    inset: 0;
    background: url("../images/slider/building-plan-background.webp") center / cover no-repeat;
    content: "";
    opacity: .08;
    pointer-events: none;
}

.about-history-section > .container {
    position: relative;
    z-index: 1;
}

.about-history-grid {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(35px, 7vw, 100px);
}

.about-history-visual {
    position: relative;
    max-width: 510px;
    justify-self: center;
}

.about-history-visual::before {
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 1px solid rgba(0, 177, 79, .2);
    border-radius: 24px;
    content: "";
}

.about-history-visual img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 8px solid #fff;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 18px 38px rgba(0, 72, 40, .16);
}

.about-history-badge {
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    box-shadow: 0 10px 22px rgba(168, 90, 0, .25);
}

.about-history-badge strong {
    font-size: 1.7rem;
    line-height: 1;
}

.about-history-badge span {
    margin-top: 7px;
    font-size: .75rem;
}

.about-history-copy {
    max-width: 760px;
}

.about-history-copy h2,
.about-section-heading h2 {
    margin: 12px 0 22px;
    color: var(--green-dark);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.about-history-copy p {
    margin: 0 0 15px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 2.25;
    text-align: justify;
}

.about-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    padding: 24px 0;
    border-top: 1px solid #e3eee5;
    border-bottom: 1px solid #e3eee5;
}

.about-fact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-left: 1px solid #e3eee5;
    text-align: center;
}

.about-fact:last-child {
    border-left: 0;
}

.about-fact strong {
    color: var(--green-dark);
    font-size: clamp(1.3rem, 2.5vw, 2rem);
}

.about-fact span {
    color: var(--muted);
    font-size: .88rem;
}

.about-people-section,
.about-managers-section {
    padding: clamp(64px, 8vw, 105px) 0;
}

.about-people-section {
    background: #f6faf6;
}

.about-managers-section {
    background: #fff;
}

.about-section-heading {
    margin: 0 auto 38px;
    max-width: 680px;
    text-align: center;
}

.about-section-heading h2 {
    margin-bottom: 10px;
}

.about-section-heading p {
    margin: 0;
    color: var(--muted);
    line-height: 2;
}

.about-people-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.about-person-card {
    overflow: hidden;
    border: 1px solid #e1ece3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(8, 85, 45, .08);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-person-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 32px rgba(8, 85, 45, .15);
}

.about-person-image {
    display: grid;
    place-items: end center;
    height: 270px;
    overflow: hidden;
    background: linear-gradient(145deg, #e4f3e7, #f8fbf8);
}

.about-person-card-featured .about-person-image {
    background: linear-gradient(145deg, #d8f0df, #b9e2c5);
}

.about-manager-card .about-person-image {
    height: 250px;
    background: linear-gradient(145deg, #fff1df, #fffaf3);
}

.about-person-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
}

.about-person-content {
    min-height: 105px;
    padding: 18px 15px 20px;
}

.about-person-content h3 {
    margin: 0;
    color: var(--green-dark);
    font-size: 1.05rem;
}

.about-person-content p {
    margin: 8px 0 0;
    color: var(--orange-dark);
    font-size: .9rem;
}

@media (max-width: 768px) {
    .about-page-hero {
        padding: 52px 0 66px;
    }

    .about-page-hero-content,
    .about-history-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-page-hero-copy {
        text-align: center;
    }

    .about-page-hero-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .about-page-hero-link {
        margin-top: 22px;
    }

    .about-page-hero-mark {
        grid-row: 1;
        width: min(245px, 68vw);
    }

    .about-history-visual {
        width: calc(100% - 20px);
    }

    .about-history-badge {
        right: -12px;
        bottom: 14px;
        width: 88px;
        height: 88px;
        border-width: 4px;
    }

    .about-history-badge strong {
        font-size: 1.35rem;
    }

    .about-history-badge span {
        margin-top: 4px;
        font-size: .68rem;
    }

    .about-history-copy h2 {
        font-size: 1.9rem;
    }

    .about-history-copy p {
        font-size: .95rem;
        line-height: 2.05;
        text-align: right;
    }

    .about-facts {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 0;
        margin-top: 45px;
    }

    .about-fact:nth-child(2) {
        border-left: 0;
    }

    .about-fact:nth-child(3) {
        padding-top: 18px;
        border-top: 1px solid #e3eee5;
    }

    .about-fact:nth-child(4) {
        padding-top: 18px;
        border-top: 1px solid #e3eee5;
    }

    .about-people-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-person-image,
    .about-manager-card .about-person-image {
        height: 285px;
    }
}

.news-body p,
.news-detail-content p {
    white-space: pre-line;
    text-align: justify;
}
