:root{
  --attaya-primary:#2f6f2d;
  --attaya-primary-dark:#0d4a35;
  --attaya-secondary:#c9a548;
  --attaya-accent:#8dbd3f;
  --attaya-bg:#fbfcfa;
  --attaya-card:#ffffff;
  --attaya-text:#10281f;
  --attaya-muted:#68756f;
  --attaya-line:#e5ebe7;
  --attaya-shadow:0 18px 50px rgba(17,53,42,.10);
  --attaya-radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0}
img{max-width:100%}
button,input,select,textarea{font:inherit}
a{text-decoration:none;color:inherit}
.attaya-public{direction:rtl;text-align:right;background:var(--attaya-bg);color:var(--attaya-text);min-height:100vh;overflow:hidden}
.attaya-container{width:min(1210px,92%);margin-inline:auto}
.attaya-section{padding:72px 0}
.attaya-muted{color:var(--attaya-muted)}
.attaya-flash{margin:18px auto;padding:14px 18px;border-radius:14px;background:#eaf9ef;color:#17683c;border:1px solid #c9edd8;font-weight:700}
.attaya-flash.error{background:#fff1f1;color:#a52727;border-color:#ffd3d3}

/* Header */
.attaya-header{position:relative;z-index:60;background:#fff;border-bottom:1px solid rgba(16,40,31,.06);box-shadow:0 4px 24px rgba(13,48,36,.04)}
.attaya-header.is-sticky{position:sticky;top:0}
.attaya-header-inner{height:90px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}
.attaya-brand{display:flex;align-items:center;gap:13px;min-width:250px}
.attaya-brand img{width:66px;height:66px;object-fit:contain}
.attaya-brand-mark{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,var(--attaya-primary),var(--attaya-primary-dark));color:#fff;font-size:26px;font-weight:900;box-shadow:0 12px 28px rgba(47,111,45,.22)}
.attaya-brand-copy strong{display:block;font-size:19px;font-weight:900;color:#142e25}
.attaya-brand-copy small{display:block;font-size:12px;color:#6c7974;margin-top:2px}
.attaya-nav{display:flex;align-items:center;justify-content:center;gap:31px}
.attaya-nav a{position:relative;padding:34px 0 29px;font-size:14px;font-weight:800;color:#40534b;white-space:nowrap}
.attaya-nav a:after{content:"";position:absolute;right:0;bottom:22px;height:2px;width:0;background:var(--attaya-primary);transition:.2s}
.attaya-nav a:hover,.attaya-nav a.active{color:var(--attaya-primary)}
.attaya-nav a:hover:after,.attaya-nav a.active:after{width:100%}
.attaya-header-actions{display:flex;align-items:center;gap:10px}
.attaya-language{display:flex;align-items:center;gap:7px;border:0;background:linear-gradient(135deg,var(--attaya-primary),#5b8f30);color:#fff;padding:12px 17px;border-radius:8px;font-weight:800;cursor:pointer}
.attaya-donate-header{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c39c39,#efd87b);color:#1f3528;padding:13px 20px;border-radius:10px;font-weight:900;box-shadow:0 10px 22px rgba(195,156,57,.22)}
.attaya-menu-toggle{display:none;width:45px;height:45px;border:1px solid var(--attaya-line);background:#fff;border-radius:12px;font-size:22px;cursor:pointer}

/* Hero */
.attaya-hero{position:relative;height:570px;color:#fff;overflow:hidden;background:#18362c}
.attaya-hero-slides,.attaya-hero-slide{position:absolute;inset:0}
.attaya-hero-slide{opacity:0;transition:opacity .65s ease;background-size:cover;background-position:center}
.attaya-hero-slide.active{opacity:1}
.attaya-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,34,27,.18) 0%,rgba(8,34,27,.48) 46%,rgba(7,30,24,.92) 100%)}
.attaya-hero-inner{position:relative;z-index:4;height:100%;display:flex;align-items:center;justify-content:flex-start}
.attaya-hero-copy{width:min(560px,100%);margin-left:auto;margin-right:0;padding-top:20px}
.attaya-hero-copy h1{font-size:clamp(44px,5.5vw,70px);line-height:1.12;margin:0 0 18px;font-weight:900;letter-spacing:-1px}
.attaya-hero-copy h1 span{display:block;color:#a6cf4e}
.attaya-hero-copy p{font-size:19px;line-height:1.95;color:rgba(255,255,255,.88);max-width:520px;margin:0}
.attaya-hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}
.attaya-btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border-radius:10px;font-weight:900;cursor:pointer;transition:.2s}
.attaya-btn:hover{transform:translateY(-2px)}
.attaya-btn.primary{background:linear-gradient(135deg,var(--attaya-primary),#5b9634);color:#fff;box-shadow:0 12px 26px rgba(47,111,45,.24)}
.attaya-btn.gold{background:linear-gradient(135deg,#bd9836,#ecd36c);color:#21352c}
.attaya-btn.outline{background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(8px)}
.attaya-btn.soft{background:#f3f7f4;color:var(--attaya-primary);border:1px solid #dfe9e3}
.attaya-hero-dots{position:absolute;z-index:6;bottom:35px;left:0;right:0;display:flex;justify-content:center;gap:12px}
.attaya-hero-dot{width:22px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.38);cursor:pointer;transition:.2s}
.attaya-hero-dot.active{width:32px;background:#fff}

/* Trust */
.attaya-trust{position:relative;z-index:8;margin-top:-33px}
.attaya-trust-grid{background:#fff;border-radius:18px;box-shadow:var(--attaya-shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:25px 15px}
.attaya-trust-item{text-align:center;padding:0 25px;border-left:1px solid #e8ece9}
.attaya-trust-item:last-child{border-left:0}
.attaya-trust-icon{height:50px;display:grid;place-items:center;color:var(--attaya-primary);font-size:34px;margin-bottom:7px}
.attaya-trust-item h3{font-size:17px;margin:0 0 8px;color:#213c31}
.attaya-trust-item p{font-size:13px;line-height:1.8;color:#68776f;margin:0}

/* Sections */
.attaya-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:29px}
.attaya-heading-copy small{display:inline-flex;align-items:center;gap:8px;color:var(--attaya-primary);font-weight:900;font-size:13px}
.attaya-heading-copy h2{font-size:34px;margin:5px 0 7px;color:#143227;line-height:1.3}
.attaya-heading-copy p{margin:0;color:#76827c;line-height:1.75}
.attaya-projects-section{padding:73px 0 52px;background:#fff}
.attaya-project-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.attaya-project-card{position:relative;background:#fff;border:1px solid #e8ece9;border-radius:13px;overflow:hidden;box-shadow:0 8px 24px rgba(16,49,39,.07);transition:.25s;min-width:0}
.attaya-project-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(16,49,39,.13)}
.attaya-project-media{height:215px;position:relative;overflow:hidden}
.attaya-project-media img{width:100%;height:100%;object-fit:cover;transition:.35s}
.attaya-project-card:hover .attaya-project-media img{transform:scale(1.04)}
.attaya-project-icon{position:absolute;bottom:-19px;left:50%;right:auto;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#5c9636,#2f6f2d);color:#fff;border:3px solid #fff;font-size:20px;z-index:4}
.attaya-project-body{padding:28px 14px 15px;text-align:center}
.attaya-project-body h3{font-size:16px;margin:0 0 9px;color:#17352a}
.attaya-project-body p{font-size:12px;line-height:1.8;color:#6a7871;min-height:44px;margin:0 0 8px}
.attaya-project-more{display:inline-block;color:var(--attaya-primary);font-size:12px;font-weight:900;margin-top:7px}
.attaya-progress{height:7px;background:#e9eeeb;border-radius:999px;overflow:hidden;margin-top:12px}
.attaya-progress span{height:100%;display:block;border-radius:999px;background:linear-gradient(90deg,#2fad77,#d99b18)}
.attaya-project-numbers{display:flex;justify-content:space-between;margin-top:7px;color:#6d7973;font-size:11px}

/* Impact */
.attaya-impact{position:relative;background-size:cover;background-position:center;padding:30px 0;color:#fff;overflow:hidden}
.attaya-impact:before{content:"";position:absolute;inset:0;background:rgba(9,62,46,.90)}
.attaya-impact-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr)}
.attaya-impact-item{text-align:center;padding:8px 18px;border-left:1px dotted rgba(255,255,255,.34)}
.attaya-impact-item:last-child{border-left:0}
.attaya-impact-icon{font-size:34px;display:block;line-height:1}
.attaya-impact-item strong{display:block;font-size:34px;color:#d2e65e;margin:9px 0 5px}
.attaya-impact-item span{font-size:14px;font-weight:800}

/* Donation CTA */
.attaya-donation-section{padding:0 0 66px;background:#fff}
.attaya-donation-card{position:relative;margin-top:-4px;background:#fff;direction:ltr;border:1px solid #dfe7e2;border-radius:17px;display:grid;grid-template-columns:300px 1fr 235px;align-items:center;gap:34px;padding:18px 25px;box-shadow:0 13px 38px rgba(15,50,39,.08)}
.attaya-donation-photo,.attaya-donation-copy,.attaya-donation-options{direction:rtl}
.attaya-donation-photo{height:205px;border-radius:13px;overflow:hidden}
.attaya-donation-photo img{width:100%;height:100%;object-fit:cover}
.attaya-donation-copy{text-align:center}
.attaya-donation-copy h2{font-size:29px;margin:0 0 10px;color:#1e3c30}
.attaya-donation-copy p{font-size:13px;line-height:1.9;color:#6d7973;margin:0 auto 18px;max-width:520px}
.attaya-donation-amounts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.attaya-amount-btn{height:44px;border:1px solid #bfcfc5;background:#fff;border-radius:8px;font-weight:900;color:#284d3d;cursor:pointer;transition:.2s}
.attaya-amount-btn:hover,.attaya-amount-btn.active{background:#eef6ed;border-color:var(--attaya-primary);color:var(--attaya-primary)}
.attaya-donation-trigger{width:100%;margin-top:10px}

/* News */
.attaya-news-section{padding:0 0 75px;background:#fff}
.attaya-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.attaya-news-card{border:1px solid #e2e8e4;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 7px 22px rgba(18,55,42,.06);transition:.25s}
.attaya-news-card:hover{transform:translateY(-4px)}
.attaya-news-image{height:180px;position:relative;overflow:hidden}
.attaya-news-image img{width:100%;height:100%;object-fit:cover}
.attaya-news-date{position:absolute;top:0;right:0;background:linear-gradient(145deg,#1e6d40,#3d8c3f);color:#fff;width:62px;height:72px;text-align:center;padding-top:9px;font-weight:900}
.attaya-news-date strong{display:block;font-size:24px;line-height:1.1}
.attaya-news-date small{display:block;font-size:11px;line-height:1.35}
.attaya-news-body{padding:16px}
.attaya-news-body h3{font-size:17px;margin:0 0 9px;color:#18372b}
.attaya-news-body p{font-size:13px;line-height:1.75;color:#6d7973;min-height:46px;margin:0 0 9px}
.attaya-news-link{color:var(--attaya-primary);font-size:12px;font-weight:900}

/* Page & project */
.attaya-page-hero{position:relative;padding:86px 0 70px;color:#fff;background:linear-gradient(125deg,#0b4d39,#226d3c);overflow:hidden}
.attaya-page-hero.with-image{background-size:cover;background-position:center}
.attaya-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,38,28,.75),rgba(7,49,35,.92))}
.attaya-page-hero .attaya-container{position:relative;z-index:2}
.attaya-breadcrumb{font-size:13px;color:rgba(255,255,255,.72);margin-bottom:13px}
.attaya-page-hero h1{font-size:44px;margin:0 0 12px}
.attaya-page-hero p{max-width:750px;line-height:1.9;color:rgba(255,255,255,.82)}
.attaya-content{padding:55px 0}
.attaya-card{background:#fff;border:1px solid var(--attaya-line);border-radius:18px;padding:24px;box-shadow:0 10px 32px rgba(14,49,37,.06)}
.attaya-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.attaya-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.attaya-project-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.attaya-project-list .attaya-project-card{border-radius:18px}
.attaya-filter-bar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:25px;background:#fff;border:1px solid var(--attaya-line);padding:14px;border-radius:16px}
.attaya-input{width:100%;height:46px;border:1px solid #dce5df;background:#fff;border-radius:10px;padding:0 13px;outline:none;color:var(--attaya-text)}
textarea.attaya-input{height:auto;padding:12px 13px}
.attaya-input:focus{border-color:var(--attaya-primary);box-shadow:0 0 0 4px rgba(47,111,45,.09)}
.attaya-project-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:24px}
.attaya-stat-card{background:#fff;border:1px solid var(--attaya-line);border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(14,49,37,.05)}
.attaya-stat-card span{font-size:13px;color:var(--attaya-muted)}
.attaya-stat-card strong{display:block;font-size:24px;margin-top:7px;color:#15392c}
.attaya-timeline{position:relative;padding-right:30px}
.attaya-timeline:before{content:"";position:absolute;right:7px;top:10px;bottom:10px;width:2px;background:#dfe8e2}
.attaya-timeline-item{position:relative;margin-bottom:20px}
.attaya-timeline-item:before{content:"";position:absolute;right:-30px;top:9px;width:16px;height:16px;border-radius:50%;background:var(--attaya-primary);border:4px solid #e8f3ea}
.attaya-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.attaya-media-grid img{width:100%;height:180px;object-fit:cover;border-radius:12px}
.attaya-donate-panel{position:sticky;top:112px}
.attaya-payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}
.attaya-payment-methods label{border:1px solid var(--attaya-line);border-radius:10px;padding:10px;text-align:center;cursor:pointer;font-weight:700;font-size:13px}
.attaya-payment-methods input{margin-left:5px}

/* Builder */
.attaya-builder-section{padding:58px 0}
.attaya-builder-section.alt{background:#f3f7f4}
.attaya-prose{font-size:17px;line-height:2;color:#40534b}
.attaya-faq details{background:#fff;border:1px solid var(--attaya-line);border-radius:13px;padding:17px 20px;margin-bottom:11px}
.attaya-faq summary{font-weight:900;cursor:pointer}

/* Donor */
.attaya-donor-shell{padding:45px 0 75px;background:#f6f8f6}
.attaya-donor-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}
.attaya-table-wrap{overflow:auto}
.attaya-table{width:100%;border-collapse:collapse;min-width:700px}
.attaya-table th,.attaya-table td{padding:14px;text-align:right;border-bottom:1px solid #e7ece9}
.attaya-table th{color:#6f7b75;font-size:13px;background:#f7faf8}
.attaya-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e9f6ed;color:#1f7545;font-size:12px;font-weight:900}

/* Modal */
.attaya-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:18px}
.attaya-modal.open{display:flex}
.attaya-modal-backdrop{position:absolute;inset:0;background:rgba(3,20,15,.67);backdrop-filter:blur(4px)}
.attaya-modal-dialog{position:relative;width:min(720px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.3)}
.attaya-modal-head{display:flex;justify-content:space-between;align-items:center;padding:21px 24px;border-bottom:1px solid var(--attaya-line)}
.attaya-modal-head h3{margin:0;font-size:22px}
.attaya-modal-close{width:38px;height:38px;border:0;border-radius:10px;background:#f1f5f2;cursor:pointer;font-size:22px}
.attaya-modal-body{padding:24px}
.attaya-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.attaya-check{display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.6;color:#55645d}

/* Footer */
.attaya-footer{background:linear-gradient(120deg,#0a5a43,#073e31);color:#fff;padding:45px 0 15px}
.attaya-footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.1fr;gap:35px}
.attaya-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:13px}
.attaya-footer-brand img{width:68px;height:68px;object-fit:contain}
.attaya-footer h4{margin:0 0 14px;font-size:17px}
.attaya-footer p,.attaya-footer a{font-size:13px;color:rgba(255,255,255,.78);line-height:1.9}
.attaya-footer a{display:block;margin:7px 0}
.attaya-footer a:hover{color:#fff}
.attaya-newsletter{display:flex;border:1px solid rgba(255,255,255,.42);border-radius:8px;overflow:hidden;margin-top:12px}
.attaya-newsletter input{height:43px;flex:1;min-width:0;border:0;background:rgba(255,255,255,.06);color:#fff;padding:0 11px;outline:none}
.attaya-newsletter input::placeholder{color:rgba(255,255,255,.62)}
.attaya-newsletter button{width:47px;border:0;background:#75a741;color:#fff;cursor:pointer}
.attaya-socials{display:flex;gap:8px;margin-top:15px}
.attaya-socials a{width:32px;height:32px;display:grid;place-items:center;background:rgba(255,255,255,.12);border-radius:50%;margin:0;font-weight:900}
.attaya-footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:30px;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.7);font-size:12px}
.attaya-footer-bottom-links{display:flex;gap:18px}

@media(max-width:1100px){
  .attaya-header-inner{grid-template-columns:auto auto;justify-content:space-between}.attaya-nav{display:none;position:absolute;right:4%;left:4%;top:82px;background:#fff;border:1px solid var(--attaya-line);border-radius:16px;padding:12px;box-shadow:var(--attaya-shadow);flex-direction:column;gap:0;align-items:stretch}.attaya-nav.open{display:flex}.attaya-nav a{padding:12px 14px}.attaya-nav a:after{display:none}.attaya-menu-toggle{display:block}.attaya-brand{min-width:0}.attaya-language{display:none}
  .attaya-project-grid{grid-template-columns:repeat(3,1fr)}.attaya-impact-grid{grid-template-columns:repeat(3,1fr);row-gap:22px}.attaya-donation-card{grid-template-columns:230px 1fr}.attaya-donation-options{grid-column:1/-1}.attaya-news-grid,.attaya-project-list{grid-template-columns:repeat(2,1fr)}.attaya-footer-grid{grid-template-columns:1fr 1fr}.attaya-project-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .attaya-header-inner{height:74px}.attaya-brand img{width:49px;height:49px}.attaya-brand-mark{width:48px;height:48px}.attaya-brand-copy strong{font-size:15px}.attaya-brand-copy small{font-size:10px}.attaya-donate-header{display:none}.attaya-nav{top:70px}
  .attaya-hero{height:550px}.attaya-hero-copy{margin:0}.attaya-hero-copy h1{font-size:43px}.attaya-hero-copy p{font-size:16px}.attaya-trust{margin-top:-20px}.attaya-trust-grid{grid-template-columns:1fr 1fr;padding:18px 10px}.attaya-trust-item{border-left:0;padding:13px}.attaya-project-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.attaya-project-card{min-width:78vw;scroll-snap-align:start}.attaya-heading{align-items:flex-start;flex-direction:column}.attaya-heading-copy h2{font-size:28px}.attaya-impact-grid{grid-template-columns:1fr 1fr}.attaya-impact-item:nth-child(even){border-left:0}.attaya-donation-card{grid-template-columns:1fr;padding:15px}.attaya-donation-photo{height:230px}.attaya-news-grid,.attaya-project-list,.attaya-grid-2,.attaya-grid-3,.attaya-footer-grid,.attaya-donor-kpis{grid-template-columns:1fr}.attaya-news-image{height:220px}.attaya-footer-bottom{align-items:flex-start;flex-direction:column}.attaya-project-stats{grid-template-columns:1fr 1fr}.attaya-media-grid{grid-template-columns:1fr 1fr}.attaya-form-grid{grid-template-columns:1fr}.attaya-donate-panel{position:static}
}
@media(max-width:430px){.attaya-trust-grid,.attaya-impact-grid,.attaya-project-stats{grid-template-columns:1fr}.attaya-impact-item{border-left:0;border-bottom:1px dotted rgba(255,255,255,.25)}.attaya-impact-item:last-child{border-bottom:0}.attaya-hero-copy h1{font-size:37px}.attaya-page-hero h1{font-size:34px}.attaya-media-grid{grid-template-columns:1fr}}
/* Backward-compatible components used by legacy admin/auth views */
.container{width:min(1210px,92%);margin-inline:auto}.section{padding:55px 0}.card{background:#fff;border:1px solid #e3e9e5;border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(15,48,37,.06)}.input{width:100%;border:1px solid #dce5df;border-radius:12px;background:#fff;color:#142e25;padding:12px 14px;margin:6px 0;outline:none}.input:focus{border-color:var(--attaya-primary);box-shadow:0 0 0 4px rgba(47,111,45,.09)}.primary,.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px;padding:11px 18px;background:var(--attaya-primary);color:#fff;font-weight:800;cursor:pointer}.btn.soft{background:#f1f6f2;color:var(--attaya-primary);border:1px solid #dfe8e2}.badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e9f6ed;color:#1f7545;font-size:12px;font-weight:800}.badge.red{background:#ffe9e9;color:#a32e2e}.badge.warn{background:#fff4d8;color:#925f00}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:right;padding:13px;border-bottom:1px solid #e6ece8}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.progress{height:8px;background:#e7ede9;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--attaya-primary),var(--attaya-accent));border-radius:999px}.flash{padding:13px 16px;background:#eaf9ef;color:#17683c;border:1px solid #c9edd8;border-radius:12px;margin:12px 0}@media(max-width:700px){.grid2,.grid3{grid-template-columns:1fr}}

/* v17 institutional refinements */
.attaya-brand.mode-logo_only{min-width:auto}.attaya-brand.mode-name_only{min-width:220px}.attaya-footer-brand.mode-logo_only{justify-content:flex-start}
.attaya-category-chips{display:flex;gap:10px;overflow:auto;padding:4px 0 18px;margin-bottom:6px;scrollbar-width:thin}.attaya-category-chip{--chip-color:var(--attaya-primary);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;border:1px solid var(--attaya-line);background:#fff;padding:10px 14px;border-radius:999px;font-weight:800;font-size:13px;color:#52645c;transition:.18s}.attaya-category-chip i{color:var(--chip-color)}.attaya-category-chip:hover,.attaya-category-chip.active{background:var(--chip-color);border-color:var(--chip-color);color:#fff;box-shadow:0 9px 22px color-mix(in srgb,var(--chip-color) 20%,transparent)}.attaya-category-chip:hover i,.attaya-category-chip.active i{color:#fff}
.attaya-filter-bar{align-items:center}.attaya-search-field{position:relative;flex:2;min-width:260px}.attaya-search-field i{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#8d9b94}.attaya-search-field .attaya-input{padding-right:42px}.attaya-filter-bar>select{flex:1;min-width:170px}
.attaya-project-card{overflow:hidden;display:flex;flex-direction:column;background:#fff}.attaya-project-media{position:relative;display:block;height:250px;overflow:hidden}.attaya-project-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.attaya-project-card:hover .attaya-project-media img{transform:scale(1.035)}.attaya-project-status{position:absolute;top:14px;right:14px;background:rgba(255,255,255,.92);color:#24543f;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;backdrop-filter:blur(7px)}.attaya-project-icon i{font-size:17px}.attaya-project-category{display:block;color:var(--attaya-primary);font-weight:900;font-size:11px;margin-bottom:5px}.attaya-project-body{display:flex;flex-direction:column;flex:1}.attaya-project-body p{min-height:45px}.attaya-funding-line{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#65756d;font-size:12px;margin-bottom:7px}.attaya-funding-line b{color:#173d2f}.attaya-card-actions{display:flex;gap:8px;margin-top:15px}.attaya-card-actions .attaya-btn{flex:1;padding:11px 13px}.attaya-project-numbers i{margin-left:4px}.attaya-pagination{margin-top:30px}.attaya-pagination nav{display:flex;justify-content:center}.attaya-pagination .pagination{display:flex;list-style:none;gap:6px;padding:0}.attaya-pagination .page-link{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--attaya-line);border-radius:10px;background:#fff;color:#42544c}.attaya-pagination .active .page-link{background:var(--attaya-primary);color:#fff;border-color:var(--attaya-primary)}
.attaya-map-section{margin-top:60px}.attaya-map{height:480px;border-radius:20px;overflow:hidden;border:1px solid var(--attaya-line);box-shadow:var(--attaya-shadow)}.attaya-empty-state{text-align:center;padding:48px 20px}.attaya-empty-state>i{font-size:38px;color:#b8c5be}.attaya-empty-state h3{margin:14px 0 6px}.attaya-empty-state p{margin:0;color:var(--attaya-muted)}
.attaya-project-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.attaya-project-hero-meta .attaya-badge{gap:7px}.attaya-hero-funding{max-width:700px;margin-top:22px}.attaya-hero-funding .attaya-progress{height:10px;background:rgba(255,255,255,.24)}.attaya-hero-funding>div:last-child{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-top:9px;font-size:13px;font-weight:900}.attaya-project-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:25px;align-items:start}.attaya-card-title{display:flex;align-items:center;gap:9px;margin-top:0}.attaya-card-title i{color:var(--attaya-primary)}.attaya-divider{border:0;border-top:1px solid var(--attaya-line);margin:24px 0}.attaya-project-map-frame{width:100%;height:360px;border:0;border-radius:14px}.attaya-update-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.attaya-update-video{width:100%;margin-top:16px;border-radius:14px;background:#000}.attaya-media-grid figure{margin:0}.attaya-media-grid figcaption{font-size:12px;margin-top:5px;color:var(--attaya-muted)}.attaya-file-card{display:flex;align-items:center;gap:10px;border:1px solid var(--attaya-line);border-radius:12px;padding:13px;background:#f7faf8}.attaya-file-card i{color:var(--attaya-primary);font-size:20px}.attaya-donate-panel-icon{width:55px;height:55px;border-radius:17px;background:#eaf6ec;color:var(--attaya-primary);display:grid;place-items:center;font-size:21px;margin-bottom:12px}.attaya-benefit-list{list-style:none;padding:0;margin:0;display:grid;gap:11px;color:#607069}.attaya-benefit-list i{color:var(--attaya-primary);margin-left:7px}.w-full{width:100%}.mt-3{margin-top:12px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-12{margin-top:48px}
.attaya-stat-card>i{float:left;color:var(--attaya-primary);font-size:20px;background:#edf6ef;width:42px;height:42px;border-radius:13px;display:grid;place-items:center}.attaya-trust-icon i,.attaya-impact-icon i{font-size:inherit}
@media(max-width:1100px){.attaya-project-layout{grid-template-columns:1fr}.attaya-project-media{height:230px}}
@media(max-width:760px){.attaya-category-chips{margin-inline:-4%}.attaya-category-chip:first-child{margin-right:4%}.attaya-filter-bar{display:grid;grid-template-columns:1fr}.attaya-search-field,.attaya-filter-bar>select{min-width:0;width:100%}.attaya-project-media{height:240px}.attaya-hero-funding>div:last-child{font-size:11px}.attaya-map{height:360px}}

/* v18 public experience: institutional media, cover and overlap refinements */
.attaya-header .attaya-brand.mode-logo_only{min-width:auto;max-width:210px}
.attaya-header .attaya-brand.mode-logo_only img{width:auto!important;max-width:190px;height:auto!important;max-height:72px;object-fit:contain}
.attaya-header .attaya-brand.mode-logo_only .attaya-brand-mark{width:60px;height:60px}

.attaya-trust-icon{width:66px;height:66px;margin:0 auto 12px;border-radius:22px;background:linear-gradient(145deg,#edf8ee,#e4f1e7);font-size:31px;box-shadow:inset 0 0 0 1px rgba(47,111,45,.06)}
.attaya-impact-icon{width:58px;height:58px;border-radius:20px;margin:0 auto 8px;display:grid;place-items:center;background:rgba(255,255,255,.11);font-size:27px;border:1px solid rgba(255,255,255,.13)}

.attaya-project-card{overflow:visible;border-radius:16px}
.attaya-project-media{overflow:visible;height:250px}
.attaya-project-media-frame{display:block;width:100%;height:100%;overflow:hidden;border-radius:15px 15px 0 0;background:#edf3ef}
.attaya-project-media-frame img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.attaya-project-card:hover .attaya-project-media-frame img{transform:scale(1.045)}
.attaya-project-icon{bottom:-27px;width:56px;height:56px;border:5px solid #fff;font-size:22px;box-shadow:0 10px 24px rgba(16,65,45,.20)}
.attaya-project-icon i{font-size:21px!important}
.attaya-project-body{padding-top:38px;border-radius:0 0 16px 16px;background:#fff}
.attaya-project-status{z-index:5}

.attaya-news-card{position:relative;overflow:visible;border-radius:16px;padding-top:0}
.attaya-news-image{display:block;height:245px;border-radius:16px 16px 0 0;overflow:hidden;background:#edf3ef}
.attaya-news-image img{transition:transform .35s ease}
.attaya-news-card:hover .attaya-news-image img{transform:scale(1.035)}
.attaya-news-date{top:-17px;right:18px;width:68px;height:82px;border-radius:13px;box-shadow:0 12px 26px rgba(17,74,48,.25);z-index:6;border:3px solid #fff;padding-top:10px}
.attaya-news-body{padding:19px 17px 18px}
.attaya-news-meta{display:flex;justify-content:space-between;gap:12px;color:var(--attaya-primary);font-size:11px;font-weight:900;margin-bottom:8px}

.attaya-project-hero-premium{position:relative;min-height:590px;color:#fff;background-image:var(--project-cover);background-size:cover;background-position:center;overflow:hidden}
.attaya-project-hero-premium:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,24,20,.88) 0%,rgba(7,41,32,.75) 48%,rgba(7,33,27,.90) 100%)}
.attaya-project-hero-premium:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(255,255,255,.10),transparent 34%),linear-gradient(180deg,transparent 60%,rgba(4,24,19,.28));pointer-events:none}
.attaya-project-hero-backdrop{position:absolute;inset:0;background:linear-gradient(120deg,rgba(141,189,63,.10),transparent 42%)}
.attaya-project-hero-grid{position:relative;z-index:3;min-height:590px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.75fr);gap:55px;align-items:center;padding-top:48px;padding-bottom:48px}
.attaya-project-hero-copy{max-width:760px}
.attaya-project-hero-copy h1{font-size:clamp(38px,5vw,66px);line-height:1.16;margin:14px 0 17px;letter-spacing:-1.2px}
.attaya-project-hero-copy>p{font-size:18px;line-height:2;color:rgba(255,255,255,.82);max-width:720px}
.attaya-project-hero-copy .attaya-breadcrumb{margin-bottom:18px}
.attaya-hero-funding-card{max-width:720px;margin-top:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:18px 20px;backdrop-filter:blur(12px)}
.attaya-funding-line.light{color:rgba(255,255,255,.78)}
.attaya-funding-line.light b{color:#fff}
.attaya-hero-funding-card .attaya-progress{height:11px;background:rgba(255,255,255,.20);margin-top:6px}
.attaya-hero-funding-numbers{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-top:12px;color:rgba(255,255,255,.80);font-size:13px}
.attaya-hero-funding-numbers b{color:#fff;font-size:15px}
.attaya-project-hero-copy .attaya-hero-actions{margin-top:23px}
.attaya-project-hero-visual{display:flex;justify-content:center}
.attaya-project-cover-card{position:relative;width:min(430px,100%);height:430px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.25);box-shadow:0 30px 70px rgba(0,0,0,.30);transform:rotate(-1.5deg);background:#102d25}
.attaya-project-cover-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(5,26,21,.90))}
.attaya-project-cover-card img{width:100%;height:100%;object-fit:cover}
.attaya-project-cover-seal{position:absolute;top:20px;left:20px;z-index:3;width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:#fff;color:var(--attaya-primary);font-size:26px;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.attaya-project-cover-caption{position:absolute;z-index:3;right:24px;left:24px;bottom:24px}
.attaya-project-cover-caption small{display:block;color:#d8e8df;margin-bottom:5px;font-weight:800}
.attaya-project-cover-caption strong{font-size:24px;line-height:1.45}

.attaya-media-grid,.attaya-news-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}
.attaya-media-grid figure,.attaya-news-gallery-item{margin:0;background:#f5f8f6;border:1px solid var(--attaya-line);border-radius:16px;overflow:hidden}
.attaya-media-grid img,.attaya-news-gallery-item img{display:block;width:100%;height:250px;object-fit:cover}
.attaya-media-grid video,.attaya-news-gallery-item video{display:block;width:100%;height:250px;object-fit:cover;background:#000}
.attaya-media-grid figcaption,.attaya-news-gallery-item figcaption{padding:9px 12px;color:var(--attaya-muted);font-size:12px}
.attaya-news-gallery-item.video{grid-column:span 2}
.attaya-news-gallery-item.video video{height:420px;object-fit:contain}
.attaya-news-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px;align-items:start}
.attaya-news-cover-large{display:block;width:100%;height:min(520px,55vw);object-fit:cover;border-radius:16px;margin-bottom:28px}
.attaya-news-sidebar{position:sticky;top:115px}
.attaya-share-links{display:flex;gap:9px;margin-top:15px}
.attaya-share-links a{width:42px;height:42px;border-radius:13px;background:#edf6ef;color:var(--attaya-primary);display:grid;place-items:center;font-size:18px}
.attaya-news-hero:before{background:linear-gradient(90deg,rgba(4,25,20,.70),rgba(5,42,31,.92))}

@media(max-width:1000px){
  .attaya-project-hero-grid{grid-template-columns:1fr;gap:28px;min-height:auto;padding-top:55px;padding-bottom:55px}
  .attaya-project-hero-visual{justify-content:flex-start}.attaya-project-cover-card{height:350px;max-width:520px;transform:none}
  .attaya-news-article-layout{grid-template-columns:1fr}.attaya-news-sidebar{position:static}
}
@media(max-width:760px){
  .attaya-project-icon{width:52px;height:52px;bottom:-25px}.attaya-project-body{padding-top:35px}
  .attaya-news-date{right:14px;top:-14px;width:62px;height:76px}
  .attaya-project-hero-copy h1{font-size:38px}.attaya-project-hero-copy>p{font-size:15px}.attaya-project-cover-card{height:300px}
  .attaya-media-grid,.attaya-news-gallery{grid-template-columns:1fr}.attaya-news-gallery-item.video{grid-column:auto}.attaya-news-gallery-item.video video{height:260px}.attaya-news-cover-large{height:280px}
  .attaya-trust-icon{width:58px;height:58px;font-size:27px}.attaya-impact-icon{width:52px;height:52px}
}

/* v19 card overlap hotfix: keep the project icon and news date fully visible */
.attaya-project-card{
  position:relative;
  overflow:visible!important;
  isolation:isolate;
}
.attaya-project-media{
  position:relative;
  z-index:2;
  overflow:visible!important;
}
.attaya-project-media-frame{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.attaya-project-icon{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  bottom:-28px!important;
  transform:translateX(-50%)!important;
  z-index:40!important;
  width:58px!important;
  height:58px!important;
  border:5px solid #fff!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 12px 28px rgba(12,61,42,.24)!important;
  overflow:visible!important;
}
.attaya-project-body{
  position:relative;
  z-index:1;
  padding-top:40px!important;
  overflow:visible!important;
}

.attaya-news-card{
  position:relative;
  overflow:visible!important;
  isolation:isolate;
}
.attaya-news-image{
  position:relative;
  z-index:1;
}
.attaya-news-date{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  bottom:auto!important;
  left:auto!important;
  z-index:50!important;
  width:72px!important;
  height:84px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 6px!important;
  border-radius:14px!important;
  border:3px solid #fff!important;
  box-shadow:0 12px 28px rgba(17,74,48,.30)!important;
  overflow:visible!important;
  pointer-events:none;
}
.attaya-news-date strong{font-size:25px!important;line-height:1!important}
.attaya-news-date small{font-size:11px!important;line-height:1.35!important;margin-top:5px!important}

@media(max-width:760px){
  .attaya-project-icon{width:54px!important;height:54px!important;bottom:-26px!important}
  .attaya-project-body{padding-top:37px!important}
  .attaya-news-date{top:14px!important;right:14px!important;width:66px!important;height:78px!important}
}

/* v21 — exact public theme alignment, full logos and responsive header */
.attaya-public{background:#fff}
.attaya-container{width:min(1210px,92%)}
.attaya-header{background:#fff;box-shadow:0 3px 18px rgba(18,55,42,.04);border-bottom:1px solid #edf1ee}
.attaya-header-inner{height:94px;grid-template-columns:minmax(210px,260px) minmax(0,1fr) minmax(150px,190px);gap:24px}
.attaya-brand{min-width:0;overflow:visible}
.attaya-brand.mode-logo_only{width:100%;max-width:none;justify-content:flex-start;overflow:visible}
.attaya-brand.mode-logo_only .attaya-brand-logo-image{display:block;width:auto!important;height:auto!important;object-fit:contain!important;object-position:right center;max-width:100%!important}
.attaya-brand.mode-both .attaya-brand-logo-image{display:block;width:auto!important;height:auto!important;object-fit:contain!important}
.attaya-nav{gap:30px}
.attaya-nav a{padding:36px 0 31px;font-size:14px;color:#334b41}
.attaya-nav a:after{bottom:24px}
.attaya-language{min-width:105px;justify-content:center;padding:12px 15px;border-radius:8px;background:linear-gradient(135deg,#3e8e31,#2c6e2c)}
.attaya-language .fa-chevron-down{font-size:9px}

.attaya-hero{height:575px}
.attaya-hero-copy{width:min(565px,100%)}
.attaya-hero-copy h1{font-size:clamp(47px,5.2vw,72px);line-height:1.08}
.attaya-hero-copy p{font-size:19px;max-width:530px}
.attaya-trust{margin-top:-34px}
.attaya-trust-grid{border-radius:18px;padding:27px 16px}
.attaya-trust-item{padding-inline:28px}
.attaya-trust-icon{width:auto;height:50px;background:transparent;border-radius:0;box-shadow:none;font-size:38px;margin:0 auto 6px}
.attaya-trust-item h3{font-size:17px}
.attaya-projects-section{padding:74px 0 50px}
.attaya-project-grid{gap:14px}
.attaya-project-card{border-radius:13px!important}
.attaya-project-media{height:214px!important}
.attaya-project-media-frame{border-radius:13px 13px 0 0!important}
.attaya-project-icon{width:48px!important;height:48px!important;bottom:-24px!important;border-width:3px!important;box-shadow:none!important}
.attaya-project-body{padding:31px 14px 15px!important;border-radius:0 0 13px 13px!important}
.attaya-project-body h3{font-size:15px}
.attaya-project-body p{font-size:12px}
.attaya-impact{padding:31px 0}
.attaya-impact-icon{width:auto;height:auto;background:transparent;border:0;border-radius:0;font-size:35px;margin:0 auto 3px}
.attaya-impact-item strong{font-size:35px}
.attaya-donation-card{border-radius:16px;grid-template-columns:300px 1fr 235px;padding:18px 25px;gap:34px}
.attaya-news-grid{gap:22px}
.attaya-news-card{border-radius:12px!important}
.attaya-news-image{height:180px!important;border-radius:12px 12px 0 0!important}
.attaya-news-date{top:10px!important;right:10px!important;width:60px!important;height:73px!important;border-radius:8px!important;border:0!important;background:linear-gradient(180deg,#3f8d36,#2f6f2d)!important;box-shadow:0 8px 18px rgba(18,75,46,.18)!important}
.attaya-news-date strong{font-size:22px!important}
.attaya-news-date small{font-size:10px!important}
.attaya-news-body{padding:14px 16px 17px}
.attaya-footer{margin-top:0}

@media(max-width:1180px){
  .attaya-header-inner{grid-template-columns:minmax(160px,230px) minmax(0,1fr) 130px;gap:16px}
  .attaya-nav{gap:18px}.attaya-nav a{font-size:13px}
}
@media(max-width:980px){
  .attaya-header-inner{height:78px;display:flex;justify-content:space-between;gap:15px}
  .attaya-brand.mode-logo_only{width:auto;max-width:220px}
  .attaya-brand.mode-logo_only .attaya-brand-logo-image{max-height:60px!important}
  .attaya-header-actions{margin-right:auto}.attaya-language{display:none}
  .attaya-nav{position:absolute;top:78px;right:4%;left:4%;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--attaya-line);border-radius:15px;box-shadow:0 18px 45px rgba(14,52,39,.12);padding:10px;z-index:100}
  .attaya-nav.open{display:flex}.attaya-nav a{padding:13px 15px}.attaya-nav a:after{display:none}.attaya-menu-toggle{display:grid;place-items:center}
  .attaya-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .attaya-header-inner{height:72px}.attaya-brand.mode-logo_only{max-width:185px}.attaya-brand.mode-logo_only .attaya-brand-logo-image{max-height:54px!important}
  .attaya-hero{height:560px}.attaya-hero-copy h1{font-size:43px}.attaya-hero-copy p{font-size:16px}
  .attaya-project-grid{grid-template-columns:1fr}.attaya-project-media{height:250px!important}
  .attaya-donation-card{grid-template-columns:1fr}.attaya-news-grid{grid-template-columns:1fr}.attaya-news-image{height:230px!important}
}

/* v71.6 — professional news cards with concise 25-word previews */
.attaya-news-grid{align-items:stretch}
.attaya-news-card{
  display:flex!important;
  flex-direction:column;
  height:100%;
  overflow:hidden!important;
  border:1px solid #dfe8e2!important;
  border-radius:18px!important;
  background:#fff;
  box-shadow:0 10px 30px rgba(17,60,43,.08)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.attaya-news-card:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(47,111,45,.28)!important;
  box-shadow:0 20px 45px rgba(17,60,43,.14)!important;
}
.attaya-news-image{height:220px!important;border-radius:0!important;overflow:hidden}
.attaya-news-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease!important}
.attaya-news-card:hover .attaya-news-image img{transform:scale(1.055)!important}
.attaya-news-date{
  top:14px!important;
  right:14px!important;
  width:62px!important;
  height:76px!important;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:0!important;
  border:1px solid rgba(255,255,255,.32)!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#438f38,#256a35)!important;
  box-shadow:0 10px 25px rgba(18,75,46,.26)!important;
  backdrop-filter:blur(8px);
}
.attaya-news-body{display:flex;flex:1;flex-direction:column;padding:20px 20px 18px!important}
.attaya-news-meta{align-items:center;margin-bottom:12px!important;font-size:11px!important}
.attaya-news-category{display:inline-flex;align-items:center;max-width:75%;padding:5px 10px;border-radius:999px;background:#edf7ef;color:#2d713b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.attaya-news-media-count{display:inline-flex;align-items:center;gap:5px;color:#73827a;font-weight:800}
.attaya-news-body h3{margin:0 0 10px!important;min-height:58px;font-size:19px!important;line-height:1.55!important;font-weight:900}
.attaya-news-body h3 a{color:#244d32;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.attaya-news-body h3 a:hover{color:var(--attaya-primary)}
.attaya-news-excerpt{margin:0 0 18px!important;min-height:94px!important;color:#66756e!important;font-size:14px!important;line-height:1.9!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.attaya-news-link{display:inline-flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto;padding-top:14px;border-top:1px solid #edf1ee;color:#25834b!important;font-size:13px!important;font-weight:900!important;text-decoration:none}
.attaya-news-link i{font-size:12px;transition:transform .2s ease}
.attaya-news-link:hover i{transform:translateX(-5px)}
@media(max-width:760px){
  .attaya-news-image{height:235px!important}
  .attaya-news-body{padding:18px!important}
  .attaya-news-body h3{min-height:auto;font-size:18px!important}
  .attaya-news-excerpt{min-height:auto!important;-webkit-line-clamp:4}
}
