html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#222;background:#f7f8f7;font-family:Segoe UI,sans-serif;overflow-x:hidden}#root{width:100%}.header{z-index:1000;background:#fff;border-bottom:1px solid #e8ece8;position:sticky;top:0}.header-wrapper{justify-content:space-between;align-items:center;min-height:60px;display:flex}.header-brand{color:inherit;cursor:pointer;align-items:center;gap:16px;text-decoration:none;display:flex}.header-logo{width:60px;height:auto}.header-info{flex-direction:column;display:flex}.header-info h2{color:#2e7d32;font-size:18px;font-weight:800;line-height:1.1}.header-info p{color:#666;margin-top:4px;font-size:11px}.header-nav{align-items:center;gap:6px;display:flex}.header-nav a{color:#222;border-radius:40px;padding:8px 14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.header-nav a:hover{color:#fff;background:#2e7d32}.header-toggle{cursor:pointer;color:#2e7d32;background:0 0;border:none;font-size:32px;display:none}@media (width<=992px){.header-wrapper{flex-wrap:wrap;padding:18px 0}.header-nav{justify-content:center;width:100%;margin-top:15px}}@media (width<=768px){.header-wrapper{min-height:70px;padding:12px 0}.header-logo{width:48px;height:auto}.header-info h2{font-size:18px}.header-info p{font-size:11px}.header-toggle{display:block}.header-nav{display:none}.header-nav.open{flex-direction:column;gap:10px;width:100%;margin-top:18px;display:flex}.header-nav a{text-align:center;background:#f5f5f5;width:100%}}.hero{background:url(/gallery/1.png) 50%/cover no-repeat;min-height:450px;padding:0 20px;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(90deg,#000000bf 0%,#00000073 35%,#0000001a 70%,#0000 100%);position:absolute;inset:0}.hero-wrapper{z-index:2;align-items:center;min-height:450px;display:flex;position:relative}.hero-content{max-width:900px}.hero-title{color:#fff;margin-bottom:22px;font-size:64px;font-weight:800;line-height:1.1}.hero-description{color:#fff;background:#2e7d32;border-radius:12px;max-width:850px;padding:16px 18px;font-size:22px;line-height:1.5;display:inline-block;box-shadow:0 10px 25px #2e7d3259}.hero-buttons{gap:20px;margin-top:30px;display:flex}.primary-btn,.secondary-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50px;justify-content:center;align-items:center;min-width:180px;padding:16px 34px;font-size:17px;font-weight:600;text-decoration:none;transition:all .35s;display:inline-flex}.primary-btn:hover,.secondary-btn:hover{color:#2e7d32;background:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 12px 25px #2e7d3259}@media (width<=992px){.hero-title{font-size:52px}.hero-description{font-size:20px}}@media (width<=768px){.hero{min-height:auto}.hero-wrapper{justify-content:center;min-height:auto;padding:70px 20px}.hero-content{text-align:center;width:100%;max-width:100%}.hero-title{margin-bottom:20px;font-size:22px;line-height:1.15}.hero-description{max-width:100%;font-size:17px;line-height:1.7;display:block}.hero-buttons{flex-direction:column;align-items:center;gap:16px}.hero-buttons a{width:260px}}.stats .container{max-width:1400px;margin:0 auto 60px;padding:0 40px}.section-heading{text-align:center;margin-bottom:50px}.section-tag{letter-spacing:4px;color:#2e7d32;background:#eef5ec;border:1px solid #d9e5d6;border-radius:999px;margin-bottom:20px;padding:12px 24px;font-size:13px;font-weight:700;display:inline-block}.section-title{color:#2e7d32;margin-bottom:18px;font-size:52px;font-weight:800;line-height:1.1}.stats{background:#f7f7f7;padding:30px 40px}.stats .section-title{margin-bottom:50px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1600px;margin:0 auto;display:grid}.stat-card{background:#fff;border-radius:24px;align-items:center;gap:22px;min-height:115px;padding:26px 28px;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 10px 30px #0000000f}.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000026}.stat-icon{transition:transform .35s}.stat-card:hover .stat-icon{transform:scale(1.08)}.stat-icon{color:#2e7d32;background:#eef5ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:28px;display:flex}.stat-content{flex-direction:column;align-items:flex-start;display:flex}.stat-content h3{color:#2e7d32;margin-bottom:8px;font-size:34px;font-weight:800;line-height:1}.stat-content p{color:#222;margin:8px 0 12px;font-size:15px;font-weight:500}.stat-content:after{content:"";background:#2e7d32;border-radius:10px;width:28px;height:3px;margin-top:6px;display:block}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:42px}}@media (width<=768px){.stats{padding:70px 0}.section-title{font-size:34px}.stats-grid{grid-template-columns:1fr;gap:20px}.stat-card{padding:24px}}.about-section{padding:120px 0;scroll-margin-top:60px;position:relative;overflow:hidden}.about-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;display:grid}.about-image{z-index:3;background:#fff;border-radius:30px;width:88%;margin-left:100px;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000026}.about-image img{object-fit:cover;width:100%;display:block;opacity:1!important;filter:none!important}.about-content{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:4;background:#ffffffeb;border-radius:24px;width:100%;max-width:85%;margin-left:35px;padding:40px;transition:all .35s;position:relative;box-shadow:0 15px 40px #00000014}.about-content:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000014}.about-bg{z-index:0;opacity:.08;pointer-events:none;position:absolute;inset:0}.about-bg img{object-fit:cover;width:100%;height:100%}.about-tag,.about-content h2,.about-line,.about-content p{z-index:2;position:relative}.about-tag{letter-spacing:4px;color:#2e7d32;background:#eef5ec;border:1px solid #d9e5d6;border-radius:999px;margin-bottom:20px;padding:12px 24px;font-size:13px;font-weight:700;display:inline-block}.about-content h2{color:#2e7d32;margin-bottom:12px;font-size:55px;font-weight:800;line-height:1.15}.about-line{background:#2e7d32;border-radius:50px;width:120px;height:4px;margin-bottom:28px}.about-content p{color:#4d5b68;max-width:650px;margin-bottom:18px;font-size:20px;line-height:1.9}@media (width<=992px){.about-layout{grid-template-columns:1fr;gap:45px}.about-content{max-width:100%}.about-content h2{font-size:44px}}@media (width<=768px){.about-section{padding:70px 20px}.about-image{width:100%;margin:0}.about-content{text-align:center;width:100%;max-width:100%;margin:0;padding:30px 24px}.about-line{margin:20px auto 28px}.about-content h2{font-size:34px}.about-content p{font-size:17px}}.esg-section{background:#f7f8f5;padding:30px 0}.esg-section .container{max-width:1600px;margin:0 auto;padding:0}.esg-layout{grid-template-columns:58% 42%;align-items:center;gap:65px;display:grid}.esg-cards{grid-template-columns:1fr 1fr;gap:24px;display:grid}.esg-card{background:#fff;border-radius:28px;align-items:center;gap:22px;min-height:180px;padding:26px;display:flex;box-shadow:0 10px 25px #0000000d}.esg-card-wide{grid-column:1/-1}.icon-circle{color:#2e7d32;background:#f1f5ef;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.esg-card-content{border-left:1px solid #e6e6e6;flex:1;padding-left:22px}.esg-card-content h3{color:#2e7d32;margin-bottom:12px;font-size:18px;font-weight:700}.esg-card-content span{background:#2e7d32;border-radius:50px;width:42px;height:4px;margin-bottom:15px;display:block}.esg-card-content p{color:#687280;font-size:16px;line-height:1.8}.esg-card{transition:transform .35s,box-shadow .35s,border-color .35s}.esg-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.esg-card:hover .icon-circle{background:#f3f8f3;transform:scale(1.08)}.esg-card:hover h3{color:#228b22}.icon-circle{transition:all .35s}.esg-card h3{transition:color .35s}.esg-showcase{border:1px solid #28823714;border-radius:34px;width:100%;min-width:0;max-width:100%;min-height:720px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000014,0 8px 20px #0000000a}.esg-showcase img{object-fit:cover;object-position:90% 150%;filter:brightness(1.02)contrast(1.08)saturate(1.1);width:150%;height:150%;position:absolute;inset:0;transform:translateY(-20px)}.esg-overlay{z-index:1;background:linear-gradient(#fffffff2 0%,#ffffffe6 50%,#ffffffb3 80%,#fff0 100%);height:75%;position:absolute;top:0;left:0;right:0}.esg-content{z-index:3;max-width:480px;position:absolute;top:60px;left:45px}.esg-tag{color:#2e7d32;letter-spacing:4px;background:#edf4ea;border:1px solid #dce8d8;border-radius:999px;width:auto;max-width:100%;margin-bottom:35px;padding:12px 18px;font-size:11px;font-weight:700;display:inline-flex}.esg-content h2{color:#2e7d32;max-width:600px;margin-bottom:45px;font-size:42px;font-weight:800;line-height:.95}.esg-line{background:#2e7d32;border-radius:999px;width:100px;height:4px;margin-bottom:20px}.esg-content p{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffc7;border-radius:16px;max-width:420px;margin-top:12px;padding:18px 22px;transition:all .35s;display:inline-block;box-shadow:0 8px 25px #0000000f}.esg-content p:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0000001a}@media (width<=768px){.esg-layout{flex-direction:column;gap:35px;margin:0;padding:0 20px;display:flex}.esg-showcase{order:1;width:100%;min-height:660px}.esg-cards{order:2;grid-template-columns:1fr;gap:20px;display:grid}.esg-card,.esg-card-wide{grid-column:auto}.esg-content{text-align:center;max-width:100%;margin-top:15%;padding:35px 20px;position:relative;top:auto;left:auto}.esg-tag{margin:0 auto 25px}.esg-content h2{font-size:34px;line-height:1.15}.esg-line{margin:20px auto}.esg-content p{max-width:100%;margin:20px auto 0;display:block}.esg-showcase img{object-position:center;width:100%;height:100%;transform:none}}.esg-card{min-height:auto;padding:20px}.product-section .container{z-index:2;position:relative}.product-section{background:#f5f6f2;padding:120px 0;scroll-margin-top:60px;position:relative;overflow:hidden}.product-section:before{content:"";opacity:.15;z-index:1;background:url(/gallery/pellet-product.png) 50%/cover no-repeat;position:absolute;inset:0}.product-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:0 20px;display:grid}.product-image img{border-radius:24px;width:100%;max-width:900px;transition:all .4s;display:block;box-shadow:0 25px 60px #0000001f}.product-image:hover img{transform:scale(1.03)}.product-tag{color:#2e7d32;letter-spacing:4px;background:#e9f1e5;border-radius:999px;margin-bottom:25px;padding:14px 28px;font-size:13px;font-weight:700;display:inline-block}.product-content h2{color:#2e7d32;margin-bottom:18px;font-size:58px;font-weight:800;line-height:1.1}.product-line{background:#2e7d32;border-radius:10px;width:120px;height:4px;margin-bottom:30px}.product-content p{color:#5c6470;margin-bottom:40px;font-size:18px;line-height:1.9}.product-spec-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.product-spec-card{text-align:center;background:#fff;border-radius:24px;padding:28px;transition:all .3s;box-shadow:0 10px 30px #0000000d}.product-spec-card:hover{transform:translateY(-5px)}.product-spec-card h3{color:#2e7d32;margin-bottom:8px;font-size:38px}.product-spec-card span{color:#606770;font-size:15px}@media (width<=1024px){.product-layout{grid-template-columns:1fr;gap:50px;display:grid}.product-image{order:1}.product-content{order:2}}@media (width<=768px){.product-layout{grid-template-columns:1fr;gap:40px;padding:0 20px;display:grid}.product-image{text-align:center;order:1}.product-image img{width:100%;max-width:100%;margin:auto;display:block}.product-content{text-align:center;order:2;padding:0}.product-line{margin:22px auto 30px}.product-content p{margin-bottom:30px;font-size:17px;line-height:1.8}.product-spec-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (width<=480px){.product-spec-grid{grid-template-columns:1fr}.product-content h2{font-size:32px}.product-tag{margin:auto auto 20px}}.process-section{background:#f7f8f4;padding:70px 0;scroll-margin-top:60px;position:relative;overflow:hidden}.process-section:before{content:"";opacity:.04;pointer-events:none;background:url(/gallery/1.png) 50%/cover no-repeat;position:absolute;inset:0}.process-section .container{z-index:2;position:relative}.process-subtitle{color:#666;margin-top:18px;font-size:18px}.process-navigation{justify-content:space-between;align-items:center;margin:20px 0 55px;display:flex;position:relative}.process-navigation:before{content:"";z-index:0;background:#d9e6d5;height:3px;position:absolute;top:38px;left:4%;right:4%}.process-item{z-index:2;cursor:pointer;flex-direction:column;align-items:center;width:200px;transition:all .35s;display:flex;position:relative}.process-item:hover{transform:translateY(-8px)}.process-icon{color:#2e7d32;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;transition:all .35s;display:flex;box-shadow:0 10px 25px #00000014}.process-number{letter-spacing:3px;color:#9aa69c;margin-top:18px;margin-bottom:5px;font-size:13px;font-weight:700;display:block}.process-text{text-align:center}.process-text h4{color:#2d2d2d;font-size:16px;font-weight:600;transition:all .35s}.process-item.active .process-icon{color:#fff;background:#2e7d32;transform:scale(1.08);box-shadow:0 15px 35px #2e7d3247}.process-item.active h4{color:#2e7d32}.process-showcase{margin-top:20px;margin-left:20px;margin-right:20px}.process-image{border:4px solid #fff;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000029}.process-image img{object-fit:cover;width:100%;height:450px;transition:opacity .45s,transform .45s;display:block}.process-image:hover img{transform:scale(1.03)}.process-overlay{color:#fff;background:linear-gradient(#0000,#00000059,#000000d1);padding:40px;position:absolute;bottom:0;left:0;right:0}.process-overlay span{letter-spacing:3px;color:#8bc34a;font-size:13px;font-weight:700}.process-overlay h3{color:#fff;margin-top:12px;margin-bottom:15px;font-size:34px}.process-overlay p{color:#ffffffeb;max-width:700px;font-size:17px;line-height:1.8}@media (width<=1200px){.process-navigation{flex-wrap:wrap;justify-content:center;gap:30px}.process-navigation:before{display:none}}@media (width<=768px){.process-item{width:45%}.process-image img{height:420px}.process-overlay{padding:25px}.process-overlay h3{font-size:28px}.process-overlay p{font-size:15px}}.gallery-section{background:#fff;padding:120px 0;scroll-margin-top:60px}.gallery-folders{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:60px;padding:0 20px;display:grid}.gallery-folder{text-align:center;cursor:pointer;background:#fff;border:2px solid #e8efe8;border-radius:24px;padding:40px;transition:all .35s;box-shadow:0 10px 25px #0000000f}.gallery-folder:hover{border-color:#2e7d32;transform:translateY(-8px);box-shadow:0 20px 40px #2e7d3226}.folder-icon{margin-bottom:20px;font-size:64px}.gallery-folder h3{color:#2e7d32;font-size:28px;font-weight:700}.gallery-images{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px;animation:.35s fadeUp;display:grid}.gallery-images img{object-fit:cover;cursor:pointer;border-radius:20px;width:100%;height:260px;transition:all .35s;box-shadow:0 10px 25px #00000014}.gallery-images img:hover{transform:scale(1.03)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.gallery-folders,.gallery-images{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){@media (width<=768px){.gallery-section{padding:70px 20px}.gallery-folders{grid-template-columns:1fr;gap:20px}.gallery-folder{width:100%;padding:28px 20px}}.folder-icon{font-size:52px}.gallery-folder h3{font-size:22px}.gallery-images{grid-template-columns:1fr;gap:18px}.gallery-images img{height:240px}}.plant-tour-section{background:#f7f8f4;padding:120px 0;position:relative;overflow:hidden}.plant-tour-section:before{content:"";opacity:.03;pointer-events:none;background:url(/gallery/5.png) 50%/cover no-repeat;position:absolute;inset:0}.plant-tour-section .container{z-index:2;position:relative}.plant-video-card{cursor:pointer;border-radius:24px;width:100%;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001f}.plant-video-card img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.plant-video-card:hover img{transform:scale(1.05)}.plant-overlay{background:#00000059;flex-direction:column;justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.play-circle{color:#2e7d32;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:44px;transition:all .35s;display:flex;box-shadow:0 15px 35px #0003}.plant-video-card:hover .play-circle{color:#fff;background:#2e7d32;transform:scale(1.15)}.plant-overlay h3{color:#fff;margin-top:30px;font-size:34px;font-weight:700}.video-grid{grid-template-columns:repeat(2,minmax(350px,850px));justify-content:center;gap:60px;margin-top:50px;display:grid}.video-item{flex-direction:column;align-items:center;display:flex}.video-heading{text-align:center;color:#2e7d32;margin-bottom:20px;font-size:26px;font-weight:700}@media (width<=768px){.video-grid{grid-template-columns:1fr}.plant-video-card{max-width:100%}}.video-modal{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d1;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.video-content{aspect-ratio:16/9;background:#000;border-radius:20px;width:92%;max-width:1400px;height:auto;position:relative;overflow:hidden;box-shadow:0 25px 80px #0006}.video-content iframe{border:none;width:100%;height:100%}.close-video{cursor:pointer;z-index:100;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:20px;font-weight:700;transition:all .3s;position:absolute;top:15px;right:18px}.close-video:hover{color:#fff;background:#2e7d32;transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.video-content{height:260px}.plant-tour-section{padding:70px 20px}.plant-video-card{width:100%;margin:40px auto 0}.plant-video-card img{height:240px}.plant-overlay h3{text-align:center;font-size:24px}.play-circle{width:80px;height:80px;font-size:30px}}.contact-section{background:#f7f8f4;padding:70px 0;scroll-margin-top:60px;position:relative;overflow:hidden}.contact-section:before{content:"";opacity:.03;pointer-events:none;background:url(/gallery/8.jpg) 50%/cover no-repeat;position:absolute;inset:0}.contact-section .container{z-index:2;margin-left:20px;margin-right:20px;position:relative}.contact-wrapper{grid-template-columns:420px 1fr;align-items:start;gap:60px;margin-top:55px;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-card{background:#fff;border-radius:22px;flex-direction:column;justify-content:center;min-height:70px;padding:28px;transition:all .35s;display:flex;box-shadow:0 15px 40px #00000014}.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #2e7d322e}.contact-card h3{color:#2e7d32;margin-bottom:15px;font-size:20px}.contact-card p{color:#555;font-size:15px;line-height:1.8}.contact-form{background:#fff;border-radius:25px;flex-direction:column;gap:20px;padding:30px;display:flex;box-shadow:0 20px 60px #00000014}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:12px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:15px;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d321f}.contact-form textarea{resize:none}.contact-form button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:14px;padding:16px;font-size:17px;font-weight:600;transition:all .3s}.contact-form button:hover{background:#256728;transform:translateY(-3px);box-shadow:0 15px 35px #2e7d3240}@media (width<=992px){.contact-wrapper{grid-template-columns:1fr}}@media (width<=768px){.contact-form{padding:28px}.contact-card{padding:22px}}.map-section{background:#f7f8f4;padding:120px 0}.map-wrapper{border-radius:25px;margin-top:60px;overflow:hidden;box-shadow:0 20px 60px #00000014}.map-wrapper iframe{border:none;width:100%;height:500px;display:block}@media (width<=768px){.map-wrapper iframe{height:350px}}.footer{text-align:center;color:#fff;background:#2e7d32;padding:20px 0 25px;position:relative;overflow:hidden}.footer:before{content:"";opacity:.04;pointer-events:none;background:url(/gallery/footer-bg.png) bottom/cover no-repeat;position:absolute;inset:0}.footer .container{z-index:2;max-width:900px;margin:auto;position:relative}.footer-logo{height:165px;margin-bottom:-1px}.footer h3{margin-bottom:12px;font-size:28px;font-weight:700}.footer-description{color:#d6d6d6;max-width:650px;margin:0 auto 35px;font-size:16px;line-height:1.8}.footer-nav{flex-wrap:wrap;justify-content:center;gap:35px;margin-bottom:35px;display:flex}.footer-nav a{color:#fff;font-weight:500;text-decoration:none;transition:all .3s}.footer-nav a:hover{color:#8bd16a}.footer-contact{color:#d8d8d8;flex-direction:column;gap:12px;margin-bottom:35px;font-size:15px;line-height:1.7;display:flex}.footer-social{justify-content:center;gap:30px;margin-bottom:35px;display:flex}.footer-social a{color:#fff;text-decoration:none;transition:all .3s}.footer-social a:hover{color:#8bd16a}.footer-bottom{color:#bdbdbd;border-top:1px solid #ffffff1f;padding-top:5px;font-size:14px}@media (width<=768px){.footer{padding:50px 20px 20px}.footer-nav{gap:18px}.footer h3{font-size:24px}.footer-description{font-size:15px}}@media (width<=1200px){.process-timeline{grid-template-columns:repeat(3,1fr)}.process-line{display:none}}@media (width<=768px){.process-timeline{grid-template-columns:1fr}.process-intro{margin-bottom:40px}}.gallery-modal{z-index:9999;background:#000000eb;justify-content:center;align-items:center;animation:.35s fadeIn;display:flex;position:fixed;inset:0}.gallery-modal-content{justify-content:center;align-items:center;width:90%;max-width:1100px;display:flex;position:relative}.gallery-modal-image{object-fit:contain;border-radius:18px;width:100%;max-height:85vh}.gallery-close{cursor:pointer;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:22px;position:absolute;top:-50px;right:0}.gallery-close:hover{color:#fff;background:#2e7d32}.gallery-prev,.gallery-next{color:#2e7d32;cursor:pointer;z-index:10001;background:#fffffff2;border:none;border-radius:50%;width:65px;height:65px;font-size:34px;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 10px 30px #00000040}.gallery-prev{left:40px}.gallery-next{right:40px}@media (width<=768px){.gallery-modal-content{width:95%}.gallery-prev,.gallery-next{color:#fff;background:#000000a6;width:45px;height:45px;font-size:24px;top:auto;bottom:15px;transform:none}.gallery-prev{left:25%}.gallery-next{right:25%}.gallery-close{width:38px;height:38px;top:10px;right:10px}}
