
    :root{
      --green:#3f8127;
      --green-2:#5d9d2e;
      --green-dark:#0d513d;
      --green-deep:#073f31;
      --lime:#a4cf47;
      --ink:#163c31;
      --muted:#71807a;
      --line:#dfe7df;
      --card:#ffffff;
      --soft:#f7faf6;
      --shadow:0 10px 30px rgba(15,52,38,.12);
      --radius:18px;
      --container:min(1180px, calc(100% - 34px));
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:#fff;color:var(--ink);font-family:"Tajawal",Tahoma,Arial,sans-serif;line-height:1.75;overflow-x:hidden}
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    .container{width:var(--container);margin-inline:auto}
    .section{padding:68px 0}
    .eyebrow{display:flex;align-items:center;gap:8px;color:var(--green);font-weight:800;font-size:15px;margin-bottom:2px}
    .eyebrow::before{content:"";width:18px;height:18px;background:radial-gradient(circle at 25% 25%,var(--green-2) 0 25%,transparent 28%),radial-gradient(circle at 75% 30%,var(--green) 0 25%,transparent 28%),radial-gradient(circle at 50% 80%,var(--lime) 0 25%,transparent 28%);border-radius:50%}
    .section-title{margin:0;color:#173d31;font-size:clamp(27px,3.1vw,42px);line-height:1.25;font-weight:900}
    .section-copy{margin:8px 0 0;color:#75817b;font-size:16px;max-width:650px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;min-height:48px;padding:10px 24px;font-weight:800;cursor:pointer;transition:.25s ease;white-space:nowrap}
    .btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(50,112,32,.2)}
    .btn-primary{background:linear-gradient(135deg,var(--green-2),#2e711d);color:#fff}
    .btn-outline{border:1px solid rgba(255,255,255,.72);background:rgba(12,32,25,.25);color:#fff;backdrop-filter:blur(4px)}
    .btn-soft{background:#fff;color:var(--green);border:1px solid #b4c9b5}
    .icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}

    /* Header */
    .site-header{height:82px;background:#fff;display:flex;align-items:center;position:relative;z-index:20;border-bottom:1px solid rgba(20,80,55,.05)}
    .header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
    .brand{display:flex;align-items:center;gap:12px;min-width:265px}
    .brand img{width:58px;height:58px;object-fit:contain}
    .brand strong{display:block;font-size:20px;line-height:1.15;font-weight:900;color:#193c32}
    .brand small{display:block;color:#425a51;font-size:13px;margin-top:4px}
    .main-nav{display:flex;align-items:center;justify-content:center;gap:32px;font-weight:700;color:#304b42;flex:1}
    .main-nav a{position:relative;padding:28px 0 24px;transition:.2s}
    .main-nav a:hover,.main-nav a.active{color:var(--green)}
    .main-nav a.active::after{content:"";position:absolute;right:0;left:0;bottom:16px;height:2px;background:var(--green);border-radius:3px}
    .lang-btn{border:0;border-radius:7px;background:linear-gradient(135deg,var(--green-2),#2b6d1e);color:#fff;padding:10px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 5px 14px rgba(51,114,32,.2)}
    .menu-toggle{display:none;width:44px;height:44px;border:1px solid #dfe8df;border-radius:10px;background:#fff;color:var(--green-dark);align-items:center;justify-content:center;cursor:pointer}

    /* Hero */
    .hero{height:455px;position:relative;isolation:isolate;overflow:hidden;background:#152c24;color:#fff}
    .hero::before{content:"";position:absolute;inset:0 auto 0 0;width:65%;background-image:url("../images/themes/attaya-green/hero.jpg");background-repeat:no-repeat;background-size:cover;background-position:center 42%;z-index:-2;transform:scale(1.015)}
    .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,31,25,.03) 0%,rgba(10,31,25,.22) 42%,rgba(8,28,21,.84) 67%,rgba(8,27,21,.97) 100%);z-index:-1}
    .hero-inner{height:100%;display:flex;align-items:center;justify-content:flex-start}
    .hero-copy{width:min(520px,52%);margin-right:auto;text-align:right;padding-bottom:20px}
    .hero-title{margin:0 0 18px;font-weight:800;font-size:clamp(42px,5.2vw,72px);line-height:1.13;letter-spacing:-1px}
    .hero-title span{display:block;color:var(--lime);font-weight:900;font-size:1.13em}
    .hero-text{margin:0 0 25px;font-size:20px;line-height:1.8;color:#f1f4f2;max-width:500px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .hero-dots{position:absolute;right:50%;bottom:37px;display:flex;gap:14px;align-items:center}
    .hero-dots span{width:14px;height:3px;background:rgba(255,255,255,.4);border-radius:9px}
    .hero-dots .active{width:19px;background:#fff}

    /* Values */
    .values-wrap{position:relative;z-index:6;margin-top:-28px}
    .values-card{background:#fff;border-radius:17px;box-shadow:var(--shadow);padding:22px 24px;display:grid;grid-template-columns:repeat(4,1fr)}
    .value-item{text-align:center;padding:0 28px;min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
    .value-item:not(:last-child)::after{content:"";position:absolute;left:0;top:10px;bottom:10px;width:1px;background:#dfe5df}
    .value-icon{width:42px;height:42px;color:var(--green);margin-bottom:5px}
    .value-item h3{font-size:18px;margin:0 0 3px;color:var(--green);font-weight:900}
    .value-item p{margin:0;color:#64736d;font-size:14px;line-height:1.65}

    /* Projects */
    .projects{padding-top:54px;background:linear-gradient(#fff,#fcfdfc)}
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}
    .project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
    .project-card{background:#fff;border-radius:13px;overflow:hidden;border:1px solid #e4e8e3;box-shadow:0 4px 12px rgba(12,45,34,.08);transition:.25s}
    .project-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(12,45,34,.14)}
    .project-image{height:166px;width:100%;object-fit:cover}
    .project-body{padding:0 16px 16px;text-align:center;position:relative}
    .project-badge{width:45px;height:45px;border-radius:50%;background:linear-gradient(145deg,var(--green-2),#2f731f);color:#fff;margin:-23px auto 6px;display:grid;place-items:center;border:3px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,.15)}
    .project-badge .icon{width:24px;height:24px}
    .project-card h3{font-size:17px;line-height:1.4;margin:4px 0 7px;color:#263e36;font-weight:900}
    .project-card p{font-size:13px;color:#6f7b76;margin:0 0 8px;min-height:44px;line-height:1.65}
    .more{color:var(--green);font-weight:800;font-size:13px}

    /* Stats */
    .stats{position:relative;margin-top:26px;padding:48px 0 68px;color:#fff;background:linear-gradient(rgba(9,69,51,.92),rgba(8,68,50,.95)),url("../images/themes/attaya-green/hero.jpg") center 56%/cover no-repeat;overflow:hidden}
    .stats::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(168,205,70,.12),transparent 30%),radial-gradient(circle at 82% 20%,rgba(255,255,255,.08),transparent 28%)}
    .stats-grid{position:relative;display:grid;grid-template-columns:repeat(5,1fr)}
    .stat{text-align:center;padding:0 28px;position:relative}
    .stat:not(:last-child)::after{content:"";position:absolute;left:0;top:7px;bottom:7px;border-left:1px dashed rgba(255,255,255,.35)}
    .stat .icon{width:42px;height:42px;margin-bottom:4px}
    .stat strong{display:block;color:#c7e263;font-size:38px;line-height:1.2;font-weight:900;direction:ltr}
    .stat span{display:block;font-size:17px;font-weight:700}

    /* Donation */
    .donation-section{margin-top:-45px;position:relative;z-index:4;padding-bottom:54px}
    .donation-card{background:#fff;border:1px solid #dde5dd;border-radius:15px;box-shadow:0 10px 22px rgba(18,52,41,.07);padding:16px;display:grid;grid-template-columns:260px 1fr 260px;gap:28px;align-items:center}
    .donation-card img{width:100%;height:170px;object-fit:cover;border-radius:10px}
    .donation-copy{text-align:center}
    .donation-copy h2{font-size:31px;margin:0 0 8px;color:#224737;font-weight:900}
    .donation-copy p{margin:0;color:#6b7772;font-size:14px;line-height:1.8}
    .donation-copy .btn{margin-top:18px;min-width:155px}
    .amounts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .amount{height:45px;background:#fff;border:1px solid #b9cbb9;border-radius:7px;color:#244b3a;font-weight:800;cursor:pointer;transition:.2s}
    .amount:hover,.amount.active{background:#eef7e8;border-color:var(--green);color:var(--green)}
    .amount.other{grid-column:1/-1}

    /* News */
    .news{padding:0 0 72px}
    .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
    .news-card{border:1px solid #dfe6df;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 5px 14px rgba(20,52,41,.07);transition:.25s}
    .news-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgba(20,52,41,.12)}
    .news-media{height:165px;position:relative;overflow:hidden}
    .news-media img{width:100%;height:100%;object-fit:cover;transition:.35s}
    .news-card:hover .news-media img{transform:scale(1.04)}
    .date-box{position:absolute;right:14px;top:0;background:linear-gradient(180deg,#2f7a2b,#236823);color:#fff;width:58px;padding:10px 3px 8px;text-align:center;border-radius:0 0 8px 8px;box-shadow:0 4px 12px rgba(0,0,0,.18);font-weight:800;line-height:1.3}
    .date-box strong{font-size:22px;display:block}
    .date-box small{display:block;font-size:12px}
    .news-body{padding:16px 18px 17px}
    .news-body h3{font-size:19px;margin:0 0 6px;color:#326b2e;line-height:1.45}
    .news-body p{margin:0 0 9px;color:#68756f;font-size:14px;line-height:1.7;min-height:48px}

    /* Footer */
    .site-footer{background:linear-gradient(135deg,#0d5a42,#074333);color:#fff;padding:45px 0 18px}
    .footer-grid{display:grid;grid-template-columns:1.25fr .95fr .9fr 1.2fr;gap:44px;padding-bottom:30px}
    .footer-brand{display:flex;align-items:center;gap:13px;margin-bottom:16px}
    .footer-brand img{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(0,0,0,.16))}
    .footer-brand strong{display:block;font-size:21px;font-weight:900}
    .footer-brand small{display:block;color:#e3eee9}
    .footer-title{font-size:17px;margin:0 0 14px;font-weight:900}
    .footer-text{font-size:14px;color:#dce9e4;margin:0;line-height:1.8}
    .contact-list,.footer-links{list-style:none;padding:0;margin:0}
    .contact-list li{display:flex;align-items:center;gap:10px;margin:9px 0;color:#eef5f2;font-size:14px;direction:ltr;justify-content:flex-end}
    .contact-list .icon{width:19px;height:19px;color:#d9e9df}
    .footer-links li{margin:8px 0;color:#eef4f1;font-size:14px}
    .newsletter{display:flex;margin-top:12px;border:1px solid rgba(255,255,255,.5);border-radius:7px;overflow:hidden;background:rgba(255,255,255,.04)}
    .newsletter input{border:0;background:transparent;color:#fff;min-width:0;width:100%;padding:10px 12px;outline:none}
    .newsletter input::placeholder{color:#d4e2dc}
    .newsletter button{width:47px;border:0;background:#5c9f2e;color:#fff;cursor:pointer}
    .socials{display:flex;gap:8px;margin-top:15px;direction:ltr}
    .socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);font-weight:900;transition:.2s}
    .socials a:hover{background:#6daa38;transform:translateY(-2px)}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.22);padding-top:15px;display:flex;justify-content:space-between;gap:20px;color:#d9e5e0;font-size:13px}
    .footer-policy{display:flex;gap:24px}

    /* Responsive */
    @media (max-width:1050px){
      .main-nav{gap:18px;font-size:14px}.brand{min-width:auto}.project-grid{grid-template-columns:repeat(3,1fr)}
      .donation-card{grid-template-columns:220px 1fr 220px}.footer-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:780px){
      :root{--container:min(100% - 26px,720px)}
      .site-header{height:72px}.brand img{width:48px;height:48px}.brand strong{font-size:17px}.brand small{font-size:12px}
      .menu-toggle{display:flex}.lang-btn{display:none}
      .main-nav{position:absolute;top:72px;right:0;left:0;background:#fff;display:flex;flex-direction:column;gap:0;align-items:stretch;padding:10px 18px 18px;box-shadow:0 12px 22px rgba(9,47,34,.14);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.28s ease}
      .main-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}
      .main-nav a{padding:12px;border-bottom:1px solid #edf1ed}.main-nav a.active::after{display:none}
      .hero{height:530px}.hero::before{width:100%;background-position:center}.hero::after{background:linear-gradient(180deg,rgba(8,27,21,.18),rgba(8,27,21,.92) 68%,rgba(8,27,21,.98))}
      .hero-inner{align-items:flex-end}.hero-copy{width:100%;padding-bottom:65px;text-align:center;margin:0 auto}.hero-text{font-size:17px;margin-inline:auto}.hero-actions{justify-content:center}.hero-dots{right:50%;transform:translateX(50%);bottom:25px}
      .values-wrap{margin-top:0;padding-top:14px}.values-card{grid-template-columns:repeat(2,1fr);gap:0}.value-item{padding:18px 14px}.value-item:nth-child(2)::after{display:none}.value-item::after{left:0!important}
      .section-head{align-items:flex-start;flex-direction:column}.project-grid{grid-template-columns:repeat(2,1fr)}
      .stats-grid{grid-template-columns:repeat(2,1fr);row-gap:35px}.stat:last-child{grid-column:1/-1}.stat:nth-child(2)::after,.stat:nth-child(4)::after{display:none}
      .donation-card{grid-template-columns:1fr}.donation-card img{height:220px}.amounts{max-width:420px;width:100%;margin-inline:auto}.donation-copy{order:2}.amounts{order:3}
      .news-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-policy{justify-content:center}
    }
    @media (max-width:500px){
      .brand strong{font-size:15px}.brand small{font-size:11px}.brand{gap:8px}.brand img{width:43px;height:43px}
      .hero-title{font-size:42px}.hero-text{font-size:16px}.btn{min-height:44px;padding:9px 18px}
      .values-card{grid-template-columns:1fr}.value-item:not(:last-child)::after{left:15%!important;right:15%;top:auto;bottom:0;width:auto;height:1px}.value-item:nth-child(2)::after{display:block}
      .project-grid{grid-template-columns:1fr}.project-image{height:205px}.section{padding:52px 0}.section-title{font-size:28px}
      .stats-grid{grid-template-columns:1fr}.stat{padding:12px}.stat:not(:last-child)::after{left:20%;right:20%;top:auto;bottom:-8px;border-left:0;border-bottom:1px dashed rgba(255,255,255,.35)}.stat:last-child{grid-column:auto}
      .donation-copy h2{font-size:26px}.footer-grid{grid-template-columns:1fr}.footer-policy{flex-wrap:wrap;gap:14px}
    }
  

/* Laravel integration */
.heritage-alert{width:var(--container);margin:16px auto 0;padding:12px 16px;border-radius:10px;font-weight:700}.heritage-alert.success{background:#eaf8e7;color:#28631d;border:1px solid #b9dcb1}.heritage-alert.error{background:#fff1f1;color:#a42424;border:1px solid #f0c3c3}
.brand.mode-logo_only{min-width:auto}.brand.mode-logo_only img{width:auto;max-width:240px;height:58px}.brand.mode-name_only img{display:none}.brand.mode-both img{width:58px;height:58px}
.project-card-link{display:block;height:100%}.project-image{background:#eaf1e8}.project-icon{z-index:3}.project-card{overflow:visible}.project-card .project-body{border-radius:0 0 14px 14px;overflow:visible;background:#fff}.project-card .project-image{border-radius:14px 14px 0 0}
.news-card a{display:block}.news-media{border-radius:12px 12px 0 0}.date-box{z-index:3}
.modal-shell{position:fixed;inset:0;display:none;z-index:80}.modal-shell.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(3,31,23,.68);backdrop-filter:blur(5px)}.modal-dialog{position:relative;width:min(680px,calc(100% - 28px));max-height:calc(100vh - 44px);overflow:auto;margin:22px auto;background:#fff;border-radius:22px;box-shadow:0 28px 80px rgba(2,30,22,.3)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.modal-head h3{margin:0;font-size:24px}.modal-close{width:42px;height:42px;border:0;border-radius:12px;background:#eef5ee;color:var(--green-dark);font-size:24px;cursor:pointer}.modal-body{padding:22px 24px}.donation-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.donation-field{display:grid;gap:6px;font-weight:700;font-size:14px}.donation-field.full{grid-column:1/-1}.donation-field input,.donation-field select{width:100%;height:48px;border:1px solid #cad9ca;border-radius:9px;padding:0 12px;background:#fff;color:var(--ink);outline:none}.donation-field input:focus,.donation-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(63,129,39,.12)}.modal-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.modal-amounts button{height:44px;border:1px solid #b9cbb9;border-radius:8px;background:#fff;color:#244b3a;font-weight:800;cursor:pointer}.modal-amounts button.active{background:#eef7e8;border-color:var(--green);color:var(--green)}.modal-submit{width:100%;margin-top:18px}.modal-note{text-align:center;color:#77837d;font-size:12px;margin:10px 0 0}.loading-hidden{display:none!important}
@media(max-width:780px){.donation-form-grid{grid-template-columns:1fr}.donation-field.full{grid-column:auto}.modal-amounts{grid-template-columns:repeat(2,1fr)}}

/* Hero Slider v26 */
.attaya-hero-slider{position:relative;overflow:hidden;background:#0b2a21;color:#fff;isolation:isolate;outline:none}.ahs-track{position:relative;min-height:var(--slide-height,520px)}.ahs-slide{position:absolute;inset:0;min-height:var(--slide-height,520px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition-ms,750ms) ease,visibility var(--transition-ms,750ms) ease;overflow:hidden}.ahs-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;z-index:2}.ahs-media{position:absolute;inset:0;z-index:-4}.ahs-media img{width:100%;height:100%;object-fit:cover;object-position:var(--bg-position,center);transform:scale(1.035);transition:transform 8s ease}.ahs-slide.is-active .ahs-media img{transform:scale(1)}.ahs-overlay{position:absolute;inset:0;z-index:-3;opacity:var(--overlay-opacity,.78)}.ahs-atmosphere{position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}.ahs-atmosphere span{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.ahs-atmosphere span:first-child{width:420px;height:420px;top:-250px;right:-120px}.ahs-atmosphere span:last-child{width:520px;height:520px;bottom:-360px;left:-190px}.ahs-content-shell{min-height:var(--slide-height,520px);display:flex;position:relative;z-index:3}.ahs-slide.content-right .ahs-content-shell{justify-content:flex-start}.ahs-slide.content-left .ahs-content-shell{justify-content:flex-end}.ahs-slide.content-center .ahs-content-shell{justify-content:center}.ahs-slide.valign-top .ahs-content-shell{align-items:flex-start;padding-top:72px}.ahs-slide.valign-center .ahs-content-shell{align-items:center}.ahs-slide.valign-bottom .ahs-content-shell{align-items:flex-end;padding-bottom:72px}.ahs-copy{width:min(100%,var(--content-width,560px));padding-block:54px}.ahs-copy.text-right{text-align:right}.ahs-copy.text-left{text-align:left}.ahs-copy.text-center{text-align:center}.ahs-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);border-radius:999px;font-size:13px;font-weight:700;backdrop-filter:blur(9px);margin-bottom:18px}.ahs-eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(164,207,71,.14)}.ahs-title{margin:0;color:var(--title-color,#fff);font-size:clamp(38px,5vw,var(--title-size,68px));line-height:1.08;font-weight:900;letter-spacing:-1.4px;text-wrap:balance}.ahs-title span,.ahs-title em{display:block}.ahs-title em{color:var(--highlight-color,var(--lime));font-style:normal;margin-top:7px}.ahs-description{color:var(--text-color,#f3f7f5);font-size:18px;line-height:1.9;margin:22px 0 0;max-width:620px}.ahs-copy.text-center .ahs-description{margin-inline:auto}.ahs-copy.text-left .ahs-description{margin-left:0;margin-right:auto}.ahs-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ahs-copy.text-center .ahs-actions{justify-content:center}.ahs-copy.text-left .ahs-actions{justify-content:flex-start}.ahs-primary,.ahs-secondary{min-width:155px}.ahs-layer{position:absolute;left:var(--x);top:var(--y);width:var(--w);min-height:var(--h);transform:translate(-50%,-50%);z-index:var(--z);color:var(--color);background:var(--layer-bg);font-size:var(--font-size);opacity:var(--opacity);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:12px;pointer-events:auto;backdrop-filter:blur(8px)}.ahs-layer.layer-image{padding:0;background:transparent;backdrop-filter:none}.ahs-layer.layer-image img{width:100%;height:auto;max-height:var(--h);object-fit:contain}.ahs-layer.layer-icon{font-size:calc(var(--font-size) * 1.35)}.ahs-layer.layer-shape{padding:0}.ahs-layer.layer-shape span{width:100%;height:100%;border-radius:inherit;background:inherit}.ahs-layer.layer-counter strong{font-size:1.35em;line-height:1;font-weight:900}.ahs-layer.layer-counter small{font-size:.52em;margin-top:7px}.ahs-layer.layer-button a{color:inherit;font-weight:900}.ahs-slide:not(.is-active) .ahs-copy,.ahs-slide:not(.is-active) .ahs-layer{opacity:0}.ahs-slide.is-active.anim-fade-up .ahs-copy{animation:ahsFadeUp .8s .14s both}.ahs-slide.is-active.anim-fade-right .ahs-copy{animation:ahsFadeRight .8s .14s both}.ahs-slide.is-active.anim-fade-left .ahs-copy{animation:ahsFadeLeft .8s .14s both}.ahs-slide.is-active.anim-zoom-in .ahs-copy{animation:ahsZoom .8s .14s both}.ahs-slide.is-active .layer-anim-fade{animation:ahsFade .7s .4s both}.ahs-slide.is-active .layer-anim-float{animation:ahsFloat 4.8s .45s ease-in-out infinite}.ahs-slide.is-active .layer-anim-pulse{animation:ahsPulse 2.4s .45s ease-in-out infinite}.ahs-slide.is-active .layer-anim-slide-up{animation:ahsFadeUp .75s .35s both}.ahs-slide.is-active .layer-anim-zoom{animation:ahsZoom .75s .35s both}.ahs-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:50px;height:50px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(7,31,24,.34);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px);transition:.24s}.ahs-arrow:hover{background:#fff;color:var(--green);transform:translateY(-50%) scale(1.06)}.ahs-prev{right:28px}.ahs-next{left:28px}.ahs-bottom-bar{position:absolute;right:0;left:0;bottom:31px;z-index:9;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.ahs-dots{display:flex;gap:9px;pointer-events:auto}.ahs-dots button{width:30px;height:18px;border:0;background:transparent;padding:0;cursor:pointer;display:grid;place-items:center}.ahs-dots button span{display:block;width:19px;height:3px;border-radius:99px;background:rgba(255,255,255,.38);transition:.25s}.ahs-dots button.is-active span{width:29px;background:#fff}.ahs-counter{display:flex;gap:7px;align-items:center;font-size:13px;direction:ltr;pointer-events:none}.ahs-counter b{font-size:20px}.ahs-counter span,.ahs-counter em{opacity:.65;font-style:normal}.ahs-progress{position:absolute;right:0;left:0;bottom:0;height:3px;z-index:10;background:rgba(255,255,255,.12)}.ahs-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--lime),#fff);transform-origin:right center}.ahs-progress.is-running span{animation:ahsProgress var(--interval,6500ms) linear forwards}.ahs-progress.is-paused span{animation-play-state:paused}.values-wrap{z-index:12}
@keyframes ahsFadeUp{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}@keyframes ahsFadeRight{from{opacity:0;transform:translateX(42px)}to{opacity:1;transform:none}}@keyframes ahsFadeLeft{from{opacity:0;transform:translateX(-42px)}to{opacity:1;transform:none}}@keyframes ahsZoom{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:none}}@keyframes ahsFade{from{opacity:0}to{opacity:var(--opacity)}}@keyframes ahsFloat{0%,100%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 11px))}}@keyframes ahsPulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.06)}}@keyframes ahsProgress{from{width:0}to{width:100%}}
@media(max-width:1100px){.ahs-arrow{width:44px;height:44px}.ahs-prev{right:12px}.ahs-next{left:12px}.ahs-copy{padding-inline:42px}.ahs-bottom-bar{padding-inline:38px}.ahs-layer{left:var(--mx);top:var(--my);width:var(--mw);font-size:var(--mobile-font-size)}}
@media(max-width:720px){.attaya-hero-slider,.ahs-slide,.ahs-track{min-height:560px}.ahs-media img{object-position:var(--mobile-bg-position,center)}.ahs-content-shell{min-height:560px;align-items:flex-end!important;padding-bottom:74px!important;padding-top:88px!important}.ahs-copy{width:100%;padding:0 10px;text-align:center!important}.ahs-eyebrow{font-size:11px}.ahs-title{font-size:var(--mobile-title-size,42px);letter-spacing:-.6px}.ahs-description{font-size:15px;line-height:1.8;margin-inline:auto;max-width:92%}.ahs-actions{justify-content:center!important;margin-top:22px}.ahs-actions .btn{min-width:140px;padding-inline:16px}.ahs-arrow{display:none}.ahs-bottom-bar{bottom:25px;padding-inline:18px}.ahs-layer.hide-mobile{display:none}.ahs-layer{left:var(--mx);top:var(--my);width:var(--mw);font-size:var(--mobile-font-size)}}
@media(prefers-reduced-motion:reduce){.ahs-slide,.ahs-media img,.ahs-copy,.ahs-layer{animation:none!important;transition:none!important}.ahs-progress{display:none}}
