.career-hero{width:100%;height:80vh;padding:1rem;background:#f8fafc;display:flex;justify-content:center;align-items:center}.career-hero__text{opacity:0;transform:translateX(-60px);animation:slideInLeft 1.8s .2s forwards}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(130px)}to{opacity:1;transform:translateX(0)}}.career-hero__content{display:flex;flex-direction:column;align-items:center;max-width:1200px;width:100%;gap:2rem}.career-hero__text{flex:1 1;text-align:center}.career-hero__text h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.career-hero__text p{font-size:1.2rem;color:#444;line-height:1.6}.career-hero__image{flex:1 1;display:flex;justify-content:center;align-items:center;min-width:250px;animation:slideInRight 1.8s .2s backwards}@media (min-width:768px){.career-hero__content{flex-direction:row;align-items:flex-start;gap:3rem}.career-hero__text{text-align:left}}.career-quote{width:100%;height:10vh;display:flex;justify-content:center;align-items:center;padding:1rem;background:linear-gradient(15deg,#f8fafc 60%,#5a3816),linear-gradient(-135deg,#f8fafc 60%,#5a3816);min-height:220px;margin-bottom:10rem}.career-quote blockquote{background:hsla(0,0%,100%,.85);border-left:6px solid #5a3816;border-radius:24px 60px 24px 60px/60px 24px 60px 24px;box-shadow:0 4px 24px rgba(142,68,173,.08);padding:2rem 2.5rem;font-size:1.5rem;font-style:italic;color:#5a3816;max-width:700px;margin:0 auto;transition:box-shadow .3s}.career-quote blockquote:hover{box-shadow:0 8px 32px #a59060}.career-quote__author{display:block;margin-top:1.5rem;font-size:1.1rem;font-weight:700;color:#5a3816;text-align:right;letter-spacing:1px}@media (max-width:600px){.career-quote blockquote{padding:1.2rem 1rem;font-size:1.1rem}}:root{--primary-dark:#5a3816;--primary-light:#a59060;--text-dark:#333;--text-light:#666;--bg-light:#f9f5ed;--white:#fff;--shadow:0 4px 6px rgba(0,0,0,.1);--transition:all 0.3s ease}.jobs-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.section-title{text-align:center;color:var(--primary-dark);font-size:2rem;margin-bottom:.5rem;position:relative}.section-title:after{content:"";display:block;width:80px;height:3px;background:var(--primary-light);margin:.5rem auto 1.5rem}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.job-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column;height:100%;border:1px solid rgba(90,56,22,.1)}.job-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(90,56,22,.1)}.card-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid rgba(165,144,96,.2)}.department-badge{display:inline-block;padding:.25rem .75rem;background-color:var(--primary-light);color:var(--white);border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.job-title{color:var(--primary-dark);font-size:1.25rem;margin:0 0 1rem;font-weight:600}.card-body{padding:1.5rem;flex-grow:1}.job-description{color:var(--text-light);font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.requirements-title{color:var(--primary-dark);font-size:.9rem;margin-bottom:.5rem;font-weight:600}.requirements-list{padding-left:1rem;margin:0}.requirement-item{color:var(--text-light);font-size:.85rem;line-height:1.6;margin-bottom:.25rem;position:relative}.requirement-item:before{content:"•";color:var(--primary-light);font-weight:700;display:inline-block;width:1em;margin-left:-1em}.card-footer{padding:1rem 1.5rem;background-color:rgba(165,144,96,.05);border-top:1px solid rgba(165,144,96,.1);display:flex;justify-content:space-between;align-items:center}.apply-button{background-color:var(--primary-dark);color:var(--white);border:none;padding:.5rem 1.25rem;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px}.apply-button:hover{background-color:var(--primary-light);transform:translateY(-2px)}.job-type{color:var(--primary-light);font-size:.75rem;font-weight:600}@media (max-width:992px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.card-grid{grid-template-columns:1fr}}.topbar-container{font-size:small;background:linear-gradient(#5a3816,#72471c);color:#fff;font-weight:400}.topbar-wrapper{justify-content:space-between;align-items:center}.top-links,.topbar-wrapper{display:flex;flex-wrap:wrap}.top-links{list-style:none;padding:0;margin:0}.top-links .link{color:#fff;cursor:pointer;transition:color .3s ease}.top-links .link:hover{color:#ffd900}.top-temple-timing{position:relative}.top-temple-timing .btn-timing{cursor:pointer;padding:0;color:#fff;font-weight:500}.top-temple-timing ul{position:absolute;top:100%;background-color:#72471c;z-index:10;width:180px;right:0;border-radius:4px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);border:1px solid hsla(0,0%,100%,.404);opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.top-temple-timing:hover ul{opacity:1;transform:translateY(0);pointer-events:auto}@media screen and (max-width:768px){.topbar-wrapper{flex-direction:column;align-items:flex-start}.top-links{justify-content:center;gap:0}.top-links li{margin:0;padding:0}.top-temple-timing{width:100%;text-align:center}.top-temple-timing ul{width:100%;right:auto;left:0}}.vision-hero{position:relative;height:100vh;min-height:700px;background:linear-gradient(180deg,#f8f6f2 0,#e9e4d9);color:#3a2c17;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:0 5%}.background-pattern{background-image:radial-gradient(rgba(90,56,22,.03) 1px,transparent 0),radial-gradient(rgba(90,56,22,.03) 1px,transparent 0);background-size:40px 40px;background-position:0 0,20px 20px;opacity:.6;z-index:1}.background-pattern,.decorative-elements{position:absolute;top:0;left:0;width:100%;height:100%}.decorative-elements{pointer-events:none;z-index:2}.decorative-element{position:absolute;border:1px solid hsla(39,25%,53%,.2);border-radius:50%}.decorative-element:first-child{width:120px;height:120px;top:15%;left:8%}.decorative-element:nth-child(2){width:80px;height:80px;bottom:20%;right:10%}.decorative-element:nth-child(3){width:200px;height:200px;top:30%;right:15%}.decorative-element:nth-child(4){width:60px;height:60px;bottom:15%;left:20%}.decorative-element:nth-child(5){width:150px;height:150px;top:40%;left:5%}.decorative-element:nth-child(6){width:100px;height:100px;bottom:25%;right:25%}.hero-container{max-width:1400px;margin:0 auto;z-index:3;gap:60px}.hero-content{flex:1 1;max-width:600px;padding-top:30px}.section-label{display:inline-block;font-size:1.1rem;text-transform:uppercase;letter-spacing:3px;color:#a59069;margin-bottom:25px;font-weight:600;position:relative;padding-left:20px;font-family:Montserrat,sans-serif}.section-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:10px;height:2px;background:#a59069}.hero-title{font-size:4.2rem;font-weight:700;line-height:1.15;margin-bottom:1.8rem;color:#5a3816;font-family:Playfair Display,serif}.accent-text{color:#a59069;font-weight:400;font-style:italic}.divider{height:2px;background:linear-gradient(90deg,#a59069,#c5b294);margin-bottom:2.5rem;width:120px}.hero-subtitle{font-size:1.35rem;line-height:1.8;color:#5a4a32;max-width:580px;margin-bottom:3rem;font-weight:400;font-family:Playfair Display,serif}.cta-container{margin-top:1.5rem}.cta-button{background:transparent;color:#5a3816;border:1px solid #a59069;border-radius:50px;padding:1rem 2rem;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .4s ease;display:flex;align-items:center;gap:12px;letter-spacing:1.2px;font-family:Montserrat,sans-serif;position:relative;overflow:hidden;background:#a59069}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(39,25%,53%,.1),transparent);transition:.6s}.cta-button:hover:before{left:100%;background:#3a2c17}.button-icon{font-size:1.4rem;transition:transform .4s ease}.cta-button:hover .button-icon{transform:translateX(4px)}.hero-image-container{flex:1 1;position:relative;display:flex;align-items:center;justify-content:center;max-width:600px}.image-frame{position:relative;width:100%;height:500px;background:#f0ece2;border:1px solid hsla(39,25%,53%,.3);box-shadow:0 25px 50px rgba(0,0,0,.05);overflow:hidden;border-radius:3%}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,hsla(39,25%,53%,.1) 25%,transparent 0) -20px 0,linear-gradient(225deg,hsla(39,25%,53%,.1) 25%,transparent 0) -20px 0,linear-gradient(315deg,hsla(39,25%,53%,.1) 25%,transparent 0),linear-gradient(45deg,hsla(39,25%,53%,.1) 25%,transparent 0);background:url(/assets/vision_images/vision1.jpg);background-size:cover;display:flex;align-items:center;justify-content:center;color:#a59069;font-size:1.2rem;font-style:italic}.image-placeholder:before{content:"Vision & Mission Image";color:rgba(90,56,22,.2);font-size:1.5rem;font-family:Playfair Display,serif}.image-decorations{position:absolute;bottom:-30px;right:-40px;z-index:-1}.decoration-line{width:200px;height:2px;background:#a59069;position:absolute;bottom:40px;right:40px}.decoration-dot{width:12px;height:12px;background:#5a3816;border-radius:50%;position:absolute;bottom:38px;right:240px}.decoration-text{position:absolute;bottom:20px;right:50px;font-size:.9rem;color:#a59069;letter-spacing:2px;transform:rotate(-90deg);transform-origin:right bottom;font-family:Montserrat,sans-serif}.bottom-decoration{position:absolute;bottom:0;left:0;right:0;height:40px;background:#5a3816;z-index:2;display:flex;flex-direction:column;gap:6px;padding:0 5%}.decorative-bar{height:2px;background:#a59069;max-width:1400px;margin:0 auto}.decorative-bar:first-child{height:2px;opacity:.9}.decorative-bar:nth-child(2){height:1px;opacity:.6}.decorative-bar:nth-child(3){height:1px;opacity:.3}@media (max-width:1200px){.hero-title{font-size:3.6rem}.hero-container{gap:40px}.image-frame{height:450px}}@media (max-width:992px){.hero-container{flex-direction:column}.hero-content{max-width:100%;padding-top:80px}.hero-image-container{max-width:80%;margin:0 auto;padding-bottom:80px}.hero-title{font-size:3.4rem}}@media (max-width:768px){.vision-hero{height:auto;min-height:auto;padding-bottom:60px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.image-frame{height:350px}.hero-image-container{max-width:100%}.image-decorations{display:none}}@media (max-width:576px){.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.1rem}.cta-button{padding:.9rem 2.2rem;font-size:1rem}.section-label{font-size:.9rem}}.auditorium-page{min-height:200vh;padding:2rem 1rem;display:flex;flex-direction:column;gap:3rem;align-items:center}.auditorium-wrapper{width:100%;max-width:1000px;margin:2rem auto;padding:1rem;box-sizing:border-box}.auditorium-title{background:linear-gradient(#a59069 100%);color:#fff;padding:.6rem 1.2rem;border-radius:14px;font-weight:700;font-size:1.3rem;text-align:center;letter-spacing:.5px;margin-bottom:1rem;width:100%;box-shadow:0 5px 15px rgba(23,1,12,.5),0 0 0 1px rgba(113,84,11,.2);border:2px solid hsla(0,0%,100%,.1)}.auditorium-content{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center}.auditorium-image{top:20px;flex:1 1;border-radius:18px;padding:1rem;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;position:relative;z-index:3;box-shadow:0 10px 20px rgba(215,163,208,.2),0 6px 12px rgba(218,123,212,.08);border:2px solid hsla(0,0%,100%,.2);min-height:250px;height:auto;margin-top:10px}.auditorium-image.hovered{transform:translateY(-15px) scale(1.04) rotateX(5deg);z-index:8;box-shadow:0 25px 45px rgba(237,99,7,.3),0 10px 25px rgba(0,0,0,.1)}.auditorium-about{flex:1 1;background:linear-gradient(135deg,#fff,#fdf2f8);border-radius:18px;padding:1.5rem;justify-content:flex-start;cursor:pointer;transition:all .3s ease-in-out;position:relative;margin-left:-25px;box-shadow:0 12px 25px rgba(244,153,7,.15),0 6px 12px rgba(0,0,0,.05);border:2px solid rgba(255,107,157,.1);min-height:250px;height:auto;margin-top:60px}.auditorium-about.hovered{transform:translateY(-12px) scale(1.02) rotateX(-4deg);z-index:10;box-shadow:0 20px 40px rgba(240,151,18,.2),0 10px 20px rgba(0,0,0,.1)}.auditorium-about h3{margin:0 0 .8rem;font-size:1.2rem;font-weight:700;letter-spacing:.3px;line-height:1.3}.auditorium-about p{margin:0 0 .6rem;font-size:.95rem;line-height:1.5;font-weight:600}.audi-desc,.auditorium-about p{word-wrap:break-word;overflow-wrap:break-word}.audi-desc{margin:0;font-size:.85rem;line-height:1.4;font-style:italic;font-weight:500}.auditorium-label{background:hsla(0,0%,100%,.95);padding:.6rem 1rem;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:700;letter-spacing:.3px;font-size:.9rem}@media (max-width:768px){.auditorium-content{flex-direction:column;align-items:center}.auditorium-about,.auditorium-image{width:90%!important;height:auto!important;margin:0!important}.auditorium-title{font-size:1.1rem;padding:.5rem 1rem}.auditorium-about h3{font-size:1.1rem}.auditorium-about p{font-size:.95rem}.audi-desc{font-size:.85rem}}.contact-form,.map-container{background-color:#fffbea;border-radius:12px}.form-group input,.form-group textarea{background-color:#fff}.submit-btn{background-color:#facc15;color:#000}.submit-btn:hover{background-color:#eab308}.contact-location-container{margin-top:2rem}.form-toggle-buttons{display:flex;justify-content:left;gap:1rem;margin-top:1rem}.toggle-btn{background-color:#fffbea;border:none;border-radius:8px 8px 0 0;padding:.75rem 1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease}.toggle-btn.active{background-color:#eeeae1;color:#000;box-shadow:0 -2px 5px rgba(0,0,0,.1);border:none}.contact-location-container{display:flex;flex-wrap:wrap;gap:2rem;margin-top:0}.contact-form,.map-container{flex:1 1;padding:1rem;background-color:#eeeae1;border-radius:0 0 12px 12px;box-shadow:0 4px 12px rgba(0,0,0,.08);min-width:300px;transition:all .5s ease}.contact-form.hidden{opacity:0;pointer-events:none;transform:scale(.95);position:absolute}.contact-form.visible{opacity:1;pointer-events:auto;transform:scale(1);position:relative}.contact-form{text-align:left}.contact-form,.map-container{flex-basis:48%}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#3b3b3b}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.submit-btn{background-color:#a59069;color:#fff;padding:.75rem 1.5rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#8c7a5a}.map-container iframe{width:100%;height:100%;border:none;border-radius:12px;min-height:300px}.contact-extra-info{margin-top:2rem;text-align:center;background-color:#fdf5e6;padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-width:100%}.contact-quote{font-style:italic;color:#6a4e18;font-size:1.2rem;margin-bottom:1rem}.contact-details{font-weight:500;color:#333;font-size:1.1rem;margin-bottom:.5rem}.offline-booking-notice{color:#a03500;font-size:1rem;margin-top:.5rem}.rba-navbar{background:#111;color:#fff;padding:1rem;display:flex;justify-content:space-between}.rba-links{list-style:none;display:flex;gap:1rem}.rba-hero{position:relative;width:100%;height:60vh;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.hero-bg{object-fit:cover;z-index:0}.rba-hero:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.01);z-index:1}.rba-hero-text{top:30px;font-size:4.3rem;font-weight:700;color:#fff;z-index:2;position:absolute;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.rba-auditorium-section{display:flex;padding:2rem;background:#f5f5f5;gap:1rem}.rba-auditorium-about,.rba-auditorium-image{flex:1 1;background:#ddd;padding:1rem}.rba-booking-section{background-color:#fff6d5;text-align:center}.rba-booking-options{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.rba-box{background-color:#eee;padding:1rem;width:100px;border:1px solid #ccc}.rba-reviews{background:#f0f0f0;padding:2rem;text-align:center}.rba-footer{background:#f2f2f2;color:#333;padding:2rem 1rem;font-family:sans-serif}.footer-content{display:flex;justify-content:space-around;flex-wrap:wrap;margin-bottom:1.5rem}.footer-section{flex:1 1;min-width:250px;margin:1rem}.footer-section h2,.footer-section h3{margin-bottom:.5rem}.footer-section label,.footer-section p{margin-bottom:.5rem;display:block}.footer-section input{width:100%;padding:.5rem;margin:.5rem 0;border:1px solid #ccc;border-radius:50px}.footer-section button{background-color:#f0f0f0;color:#94490b;border:2px solid #94490b;padding:.6rem 1rem;border-radius:50px;cursor:pointer}.footer-section button:hover{background-color:#94490b;color:#f0f0f0;border:2px solid #f0f0f0}.footer-section input:focus{outline:none;border-color:#4cafaf}.copyright{text-align:center;font-size:.9rem;color:#666}.rba-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.rba-room-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.1);width:300px;text-align:center;padding:1rem}.rba-room-image{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.rba-price{color:#007bff;font-weight:700;font-size:1.2rem}.rba-stars{font-size:1.5rem;color:#fa0}.rba-reviews-slider{background:#fff;padding:1rem;text-align:center;position:relative}.review-card{background:#e0d2b8;margin:auto;max-width:600px;border-radius:20px;box-shadow:10px 10px 10px 10px rgba(0,0,0,.15)}.review-card:hover{box-shadow:25px 25px 25px 25px rgba(0,0,0,.2);border-radius:10px}.review-text{font-size:1.3rem;color:#333;margin:1rem 0}.review-author{font-weight:700;margin-top:1rem;color:#222}.stars{color:#fa0}.arrow,.stars{font-size:1.5rem}.arrow{background:#f5f5f5;color:#94490b;border:none;padding:.6rem 1rem;cursor:pointer;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;border-radius:8px solid #94490b}.arrow:hover{background:#94490b;color:#fff}.left-arrow{left:2rem}.right-arrow{right:2rem}.review-slider-wrapper{overflow:hidden;max-width:600px;margin:2rem auto;position:relative;height:230px}.review-slider-inner{display:flex;transition:transform .6s ease-in-out;will-change:transform}.review-card{flex:0 0 100%;padding:2rem;box-shadow:0 8px 20px rgba(0,0,0,.15);background:#fff8db;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:scale(1.03);box-shadow:0 12px 25px rgba(0,0,0,.2)}.auditorium-showcase-wrapper{background:#fff;padding-top:4rem;padding-bottom:6rem;gap:1rem;height:100rem}.auditorium-card-group,.auditorium-showcase-wrapper{display:flex;flex-direction:column;align-items:center}.auditorium-card-group{top:8rem;position:relative;width:90%;max-width:10000px}.auditorium-name-bar{background:#ccc;padding:.5rem 1rem;width:40rem;height:7rem;font-weight:700;font-size:1.2rem;border-radius:10px;position:absolute;top:-1.2rem;z-index:10;box-shadow:0 4px 8px rgba(0,0,0,.15)}.auditorium-block{display:flex;gap:2rem;margin-top:2rem;position:relative;transition:all .4s ease}.auditorium-block.reverse{flex-direction:row-reverse}.auditorium-about,.auditorium-image{width:400px;height:500px;background:#fff;border-radius:20px;box-shadow:0 12px 24px rgba(0,0,0,.15);transition:transform .4s ease,z-index .3s ease;padding:1rem;position:relative}.auditorium-image{background-size:cover;background-position:50%;z-index:1}.auditorium-about{background:#fff;z-index:2;display:flex;flex-direction:column;justify-content:center;text-align:left}.auditorium-block:hover .auditorium-about,.auditorium-block:hover .auditorium-image{transform:translateY(-20px) scale(1.05);z-index:3}.auditorium-block:hover .auditorium-about{box-shadow:0 16px 30px rgba(0,0,0,.2)}.hero-marquee{background-color:#fff8dc;border-top:1px solid #facc15;border-bottom:1px solid #facc15;padding:12px 0;margin:0;width:100vw;overflow:hidden;box-sizing:border-box;position:relative;z-index:2}.marquee-text{font-size:16px;color:#7c4700;font-weight:500;margin:0 40px}.rba-booking-section{position:relative;width:100%;min-height:80vh;overflow:hidden;padding:2rem;display:flex;align-items:center;justify-content:center}.booking-bg{object-fit:cover;z-index:0}.booking-content{z-index:2;position:relative;width:100%;text-align:center;padding:2rem 1rem;background-color:hsla(0,0%,100%,.85);border-radius:20px}.rba-room-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:2rem}.hero-marquee{background-color:#fff6d5;padding:.8rem 0;margin-top:0;font-weight:600;font-size:1.1rem;display:flex;align-items:center}.marquee-text{margin-right:2rem;white-space:nowrap}.marquee-icon{color:#e69500;font-size:1.3rem;margin:0 1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:1024px){.rba-hero-text{font-size:3rem;padding:0 1rem;top:20px}}@media (max-width:768px){.rba-hero{height:50vh;padding:1rem}.rba-hero-text{font-size:2.2rem;top:30px;padding:0 1rem;line-height:1.3}.rba-hero-text div{font-size:1rem!important;padding-top:10px!important}}@media (max-width:480px){.rba-hero{height:45vh}.rba-hero-text{font-size:1.6rem;top:70px;padding:0 .5rem}.rba-hero-text div{font-size:.85rem!important;padding-top:8px!important}}.hero-container{overflow:hidden;background:linear-gradient(135deg,#f9f9f9,#e6f0ff);padding:0;display:flex;justify-content:center;align-items:center}.hero-container,.slideshow{position:relative;width:100%}.slideshow{max-width:100%;height:80vh;min-height:500px;max-height:800px}.article-card{overflow:hidden;will-change:transform}.article-card,.image-container{position:absolute;width:100%;height:100%}.article-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.7);transition:filter .4s ease}.article-card:hover .article-image{filter:brightness(.85)}.article-content{position:absolute;bottom:0;left:0;right:0;padding:40px;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent);color:#fff;transition:all .1s ease;max-width:1200px;margin:0 auto}.article-card:hover .article-content{padding-bottom:50px}.article-category{display:inline-block;padding:6px 12px;background-color:gold;color:#333;font-size:.8rem;font-weight:600;border-radius:20px;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.article-title{font-size:2rem;margin-bottom:15px;font-weight:700;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.3)}.article-summary{font-size:1.1rem;margin-bottom:20px;line-height:1.6;max-width:80%;text-shadow:0 1px 2px rgba(0,0,0,.3)}.read-link{display:inline-flex;align-items:center;gap:8px;color:gold;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;padding:8px 0}.read-link:hover{color:#fff;gap:12px}.read-link span{transition:transform .3s ease}.read-link:hover span{transform:translateX(4px)}.nav-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background-color:rgba(0,0,0,.5);color:#fff;border:none;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.prev{left:20px}.next{right:20px}.slideshow:hover .nav-button{opacity:1}.nav-button:hover{background-color:gold;color:#333;transform:translateY(-50%) scale(1.1)}.pagination-dots{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background-color:hsla(0,0%,100%,.5);border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot.active{background-color:gold;transform:scale(1.3)}.dot:hover:not(.active){background-color:hsla(0,0%,100%,.8)}@media (max-width:992px){.slideshow{height:70vh;min-height:400px}.article-content{padding:30px}.article-title{font-size:1.8rem}.article-summary{font-size:1rem}}@media (max-width:768px){.slideshow{height:60vh;min-height:350px}.article-content{padding:25px}.article-title{font-size:1.6rem}.article-summary{max-width:100%}.nav-button{width:40px;height:40px;font-size:1.2rem;opacity:.7}}@media (max-width:576px){.slideshow{height:50vh;min-height:300px}.article-content{padding:20px 15px}.article-title{font-size:1.4rem;margin-bottom:10px}.article-summary{font-size:.9rem;margin-bottom:15px}.article-category{font-size:.7rem;margin-bottom:10px}.read-link{font-size:.9rem}.dot{width:10px;height:10px;gap:8px;bottom:15px}}@media (max-width:400px){.slideshow{height:45vh;min-height:250px}.article-title{font-size:1.2rem}.article-summary{font-size:.85rem}}.top-buttons-container{display:flex;justify-content:center;gap:1rem;padding:1.25rem;background-color:#fff5f3;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.top-button{padding:.75rem 1.5rem;background:transparent;color:#5e3104;font-size:1.2rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:all .25s ease-out;position:relative;overflow:hidden}.top-button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#222;transform:scaleX(0);transform-origin:right;transition:transform .25s ease-out}.top-button:hover{background:rgba(0,0,0,.03)}.top-button:hover:after{transform:scaleX(1);transform-origin:left}.top-button:active{transform:scale(.98)}.top-button.active{font-weight:600}.top-button.active:after{transform:scaleX(1)}.top-button:focus-visible{outline:2px solid #5a3816;outline-offset:2px}@media (max-width:768px){.top-buttons-container{gap:.75rem;padding:1rem}.top-button{padding:.6rem 1rem;font-size:.85rem}}@media (max-width:480px){.top-buttons-container{gap:.5rem;padding:.75rem}.top-button{padding:.5rem .75rem;font-size:.8rem}}.online-media-section{padding:5rem 1rem;background-color:#f9f7f4;position:relative;overflow:hidden}.online-media-container{max-width:100%;margin:0 auto;padding:0;width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(2rem,5vw,2.5rem);color:#2a1809;font-weight:700;line-height:1.2;margin-bottom:1rem}.highlight{color:#8b5a2b;position:relative}.highlight:after{content:"";position:absolute;bottom:.25rem;left:0;width:100%;height:.5rem;background-color:rgba(139,90,43,.15);z-index:-1;border-radius:.25rem}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#5a4a3a;max-width:700px;margin:0 auto;line-height:1.6}.media-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;width:100%;overflow:visible;margin:0;padding:0}.media-card{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease-out;min-width:0;display:flex;flex-direction:column;height:100%}.media-card:hover{transform:translateY(-.5rem);box-shadow:0 8px 24px rgba(0,0,0,.12)}.card-image-container{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.media-card:hover .card-image{transform:scale(1.05)}.card-date{position:absolute;bottom:1rem;left:1rem;background:rgba(0,0,0,.7);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-content{padding:.5rem;flex:1 1;display:flex;flex-direction:column}.card-title{font-size:1.1rem;color:#2a1809;margin-bottom:.75rem;line-height:1.4}.card-description{font-size:.95rem;color:#5a4a3a;margin-bottom:1.5rem;line-height:1.5;flex:1 1}.card-action{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#8b5a2b;font-weight:600;font-size:.95rem;cursor:pointer;padding:.25rem 0;position:relative;margin-top:auto}.card-action:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#8b5a2b;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.card-action:hover:after{transform:scaleX(1);transform-origin:left}.action-icon{width:1rem;height:1rem;transition:transform .2s ease}.card-action:hover .action-icon{transform:translateX(.25rem)}.view-more-container{text-align:center;margin-top:3rem}.view-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:transparent;border:2px solid #8b5a2b;border-radius:2rem;color:#8b5a2b;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.view-more-btn:hover{background-color:#8b5a2b;color:#fff;transform:translateY(-2px)}.btn-icon{width:1rem;height:1rem;transition:transform .2s ease}.view-more-btn:hover .btn-icon{transform:translateY(1px)}@media (max-width:1100px){.media-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.online-media-section{padding:3rem 1rem}.media-grid{gap:1.25rem}.card-content{padding:1.25rem}}@media (max-width:480px){.section-title{font-size:1.75rem}.media-grid{grid-template-columns:1fr;gap:1.5rem}.view-more-btn{padding:.5rem 1.25rem;font-size:.9rem}}.heroAboutSection_container__W5N8_{--primary-color:#8e6c3a;--primary-dark:#6e552d;--secondary-color:#5a3921;--light-bg:#f9f5ee;--light-text:#f0e5d0;--dark-bg:#2a1a0f;--text-color:#333;--text-light:#666;--border-radius:12px;--transition:all 0.4s ease;--box-shadow:0 4px 12px rgba(0,0,0,.1);--box-shadow-hover:0 6px 18px rgba(0,0,0,.15)}.heroAboutSection_heroSection__o46pB{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem 1rem;isolation:isolate;overflow:hidden}.heroAboutSection_heroImage__O2Mli{position:absolute;inset:0;z-index:-2;object-fit:cover}.heroAboutSection_heroOverlay__ZYipx{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.6));z-index:-1}.heroAboutSection_heroContent__xOXDV{position:relative;max-width:800px;padding:2rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.heroAboutSection_heroTitle__QA866{font-size:clamp(2rem,6vw,4rem);margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.5px}.heroAboutSection_heroSubtitle__3JDB1{font-size:clamp(1rem,2.5vw,1.5rem);margin-bottom:3rem;opacity:.9;max-width:700px;margin-inline:auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}.heroAboutSection_heroButtons__eBXxq{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.heroAboutSection_primaryBtn__szIwm{font-size:1.1rem;border-radius:50px;cursor:pointer;padding:.9rem 2rem;transition:all .4s ease;border:none;font-weight:600;min-width:200px;text-align:center;background:#8e6c3a;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.heroAboutSection_primaryBtn__szIwm:focus-visible,.heroAboutSection_primaryBtn__szIwm:hover{background:#6e552d;transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.15)}.heroAboutSection_aboutWrapper__rK0HZ{padding:clamp(4rem,8vw,6rem) 0;background:#fff}.heroAboutSection_aboutGrid__4VX5r{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.heroAboutSection_aboutMedia__yjSxo{position:relative}.heroAboutSection_aboutImage__iuOhR{border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.15)}.heroAboutSection_imagePlaceholder__e91cc{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease}.heroAboutSection_aboutImage__iuOhR:hover .heroAboutSection_imagePlaceholder__e91cc{transform:scale(1.03)}.heroAboutSection_statsCard__cW_nO{position:absolute;bottom:-2rem;right:-1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.15);display:flex;gap:1.5rem;z-index:2}.heroAboutSection_statItem__ErQej{display:flex;flex-direction:column;align-items:center}.heroAboutSection_statNumber__qYoZK{font-size:1.8rem;font-weight:700;color:#8e6c3a;line-height:1}.heroAboutSection_statLabel__V7zGN{font-size:.9rem;color:#666;margin-top:.5rem}.heroAboutSection_aboutContent__3FlKr h2{font-size:clamp(1.8rem,4vw,2.5rem);color:#5a3921;margin-bottom:1.5rem;line-height:1.2}.heroAboutSection_aboutContent__3FlKr p{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.heroAboutSection_featuresContainer__Su_9E{margin-top:2rem}.heroAboutSection_featureTabs__Sw8_f{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.heroAboutSection_featureTab__c7Fsk{background:#f9f5ee;border:none;padding:.8rem 1.2rem;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:500;color:#333;transition:all .4s ease}.heroAboutSection_featureTab__c7Fsk:hover{background:#e8e0d3}.heroAboutSection_featureTab__c7Fsk.heroAboutSection_active__HfGpw{background:#8e6c3a;color:#fff}.heroAboutSection_featureContent__i4QId{background:#f9f5ee;padding:1.5rem;border-radius:12px}.heroAboutSection_featureContent__i4QId h3{color:#8e6c3a;margin-bottom:.8rem;font-size:1.3rem}.heroAboutSection_featureContent__i4QId p{margin-bottom:0;color:#333}@media (max-width:992px){.heroAboutSection_aboutGrid__4VX5r{grid-template-columns:1fr}.heroAboutSection_statsCard__cW_nO{position:static;margin-top:2rem;justify-content:center}.heroAboutSection_heroContent__xOXDV{padding:1.5rem}}@media (max-width:768px){.heroAboutSection_heroButtons__eBXxq{flex-direction:column;gap:1rem}.heroAboutSection_primaryBtn__szIwm{width:100%;max-width:300px}.heroAboutSection_featureTabs__Sw8_f{flex-direction:column}.heroAboutSection_featureTab__c7Fsk{width:100%;text-align:center}}@media (max-width:576px){.heroAboutSection_heroSection__o46pB{min-height:90dvh}.heroAboutSection_heroTitle__QA866{font-size:clamp(1.8rem,7vw,3rem)}.heroAboutSection_aboutWrapper__rK0HZ{padding:3rem 0}.heroAboutSection_statsCard__cW_nO{flex-direction:column;gap:1rem}}.Modal_modalBackdrop__P77_D{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.Modal_modalContent__hfZmr{background:#fff;padding:2rem;border-radius:12px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 0 15px rgba(0,0,0,.25);position:relative}.Modal_closeButton__iclkM{position:absolute;top:10px;right:16px;font-size:1.5rem;background:none;border:none;cursor:pointer;color:#333}.HelpSection_section__Op0jh{--card-bg:#fff;--card-shadow:0 4px 12px rgba(0,0,0,.08);--card-shadow-hover:0 8px 24px rgba(0,0,0,.12);--image-overlay:rgba(90,57,33,.3);--icon-size:2.5rem;--icon-bg:#f9f5ee;--icon-color:#8e6c3a;padding:clamp(4rem,6vw,6rem) 0;background-color:#f9f9f9;position:relative}.HelpSection_container__PuHpE{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}.HelpSection_sectionTitle__rujDZ{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--secondary-color);text-align:center;margin-bottom:1rem;position:relative}.HelpSection_sectionTitle__rujDZ:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:5rem;height:.25rem;background:var(--primary-color);border-radius:2px}.HelpSection_sectionSubtitle__KO9cg{font-size:clamp(1rem,1.5vw,1.2rem);color:var(--text-light);text-align:center;max-width:700px;margin:0 auto 3rem;line-height:1.6}.HelpSection_helpGrid__TNm_0{display:grid;grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}.HelpSection_helpCard__3FEPs{background:var(--card-bg);border-radius:1rem;overflow:hidden;box-shadow:var(--card-shadow);transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;height:100%}.HelpSection_cardHeader__8qAcL{position:relative;padding:1.5rem 1.5rem 0}.HelpSection_cardIcon__ujASS{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:var(--icon-size);height:var(--icon-size);background:var(--icon-bg);color:var(--icon-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.1)}.HelpSection_imageWrapper__eLwGx{position:relative;border-radius:.75rem;overflow:hidden;aspect-ratio:4/3}.HelpSection_helpImage__1A_l3{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.HelpSection_imageOverlay___Vrci{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--image-overlay);z-index:1}.HelpSection_cardContent__KmVAd{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.HelpSection_helpCard__3FEPs h3{color:var(--secondary-color);font-size:1.4rem;margin-bottom:.75rem;text-align:center}.HelpSection_helpCard__3FEPs p{color:var(--text-light);font-size:1rem;margin-bottom:1.5rem;text-align:center;flex-grow:1}.HelpSection_secondaryBtn__d57Yh{padding:.75rem 1.75rem;font-size:1rem;border:2px solid var(--primary-color);background:transparent;color:var(--primary-color);border-radius:2rem;cursor:pointer;transition:all .3s ease;font-weight:600;align-self:center;margin-top:auto}.HelpSection_secondaryBtn__d57Yh:hover{background-color:var(--primary-color);color:#fff}.HelpSection_helpCard__3FEPs:hover{transform:translateY(-.5rem);box-shadow:var(--card-shadow-hover)}.HelpSection_helpCard__3FEPs:hover .HelpSection_helpImage__1A_l3{transform:scale(1.05)}@media (max-width:768px){.HelpSection_helpGrid__TNm_0{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.HelpSection_cardHeader__8qAcL{padding:1rem 1rem 0}.HelpSection_cardContent__KmVAd{padding:1.25rem}}@media (max-width:480px){.HelpSection_section__Op0jh{padding:3rem 0}.HelpSection_helpCard__3FEPs h3{font-size:1.3rem}.HelpSection_secondaryBtn__d57Yh{width:100%}}.GallerySection_container__TNrq0{--primary-color:#8e6c3a;--primary-dark:#6e552d;--secondary-color:#5a3921;--light-bg:#f9f5ee;--light-text:#f0e5d0;--dark-bg:#2a1a0f;--text-color:#333;--text-light:#666;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);--box-shadow:0 4px 8px rgba(0,0,0,.1);--box-shadow-hover:0 8px 16px rgba(0,0,0,.15)}.GallerySection_mainContainer__qk_VR{font-family:Poppins,sans-serif;color:var(--text-color);line-height:1.6;overflow-x:hidden}.GallerySection_container__TNrq0{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}.GallerySection_heroSection__lAmh8{position:relative;min-height:min(100dvh,900px);background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.3)),url(/images/cow-hero.jpg) 50%/cover no-repeat fixed;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem 1rem;isolation:isolate;overflow:hidden}.GallerySection_heroOverlay__5aiZ3{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.6));z-index:-1}.GallerySection_heroContent__lQRxK{position:relative;max-width:800px;padding:2rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.GallerySection_heroTitle__HqQmK{font-size:clamp(2rem,6vw,4rem);margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.5px}.GallerySection_heroSubtitle__AinAS{font-size:clamp(1rem,2.5vw,1.5rem);margin-bottom:3rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}.GallerySection_heroButtons__B8Qp_{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.GallerySection_primaryBtn__rlz6_,.GallerySection_secondaryBtn__2D6xd{font-size:1.1rem;border-radius:50px;cursor:pointer;padding:.9rem 2rem;transition:var(--transition);border:none;font-weight:600;min-width:200px;text-align:center;box-shadow:var(--box-shadow)}.GallerySection_primaryBtn__rlz6_{background:var(--primary-color);color:#fff}.GallerySection_primaryBtn__rlz6_:focus-visible,.GallerySection_primaryBtn__rlz6_:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:var(--box-shadow-hover)}.GallerySection_secondaryBtn__2D6xd{background:transparent;color:#fff;border:2px solid #fff}.GallerySection_secondaryBtn__2D6xd:focus-visible,.GallerySection_secondaryBtn__2D6xd:hover{background:hsla(0,0%,100%,.15);transform:translateY(-3px);box-shadow:var(--box-shadow-hover)}.GallerySection_scrollIndicator__KupAB{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;opacity:.8;animation:GallerySection_bounce__GdrpO 2s infinite}.GallerySection_scrollIndicator__KupAB span{font-size:.9rem;margin-bottom:.5rem}.GallerySection_scrollArrow__87xmi{width:20px;height:30px;border:2px solid #fff;border-radius:10px;position:relative}.GallerySection_scrollArrow__87xmi:after{content:"";position:absolute;top:5px;left:50%;transform:translateX(-50%);width:4px;height:8px;background:#fff;border-radius:2px;animation:GallerySection_scrollArrow__87xmi 2s infinite}@keyframes GallerySection_bounce__GdrpO{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-10px) translateX(-50%)}60%{transform:translateY(-5px) translateX(-50%)}}@keyframes GallerySection_scrollArrow__87xmi{0%{opacity:1;top:5px}to{opacity:0;top:15px}}.GallerySection_aboutWrapper__49alp{padding:clamp(4rem,8vw,6rem) 0;background:#fff}.GallerySection_aboutGrid__lI6NU{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.GallerySection_aboutMedia__4WF4v{position:relative}.GallerySection_aboutImage__WDI6u{border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow-hover)}.GallerySection_imagePlaceholder__9VL7w{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease}.GallerySection_aboutImage__WDI6u:hover .GallerySection_imagePlaceholder__9VL7w{transform:scale(1.03)}.GallerySection_statsCard__WDFNK{position:absolute;bottom:-2rem;right:-1rem;background:#fff;padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow-hover);display:flex;gap:1.5rem;z-index:2}.GallerySection_statItem__5DSw4{display:flex;flex-direction:column;align-items:center}.GallerySection_statNumber__WhKUt{font-size:1.8rem;font-weight:700;color:var(--primary-color);line-height:1}.GallerySection_statLabel__BoOjH{font-size:.9rem;color:var(--text-light);margin-top:.5rem}.GallerySection_aboutContent__kEA4f h2{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--secondary-color);margin-bottom:1.5rem;line-height:1.2}.GallerySection_aboutContent__kEA4f p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.GallerySection_featuresContainer__CF14u{margin-top:2rem}.GallerySection_featureTabs__8Uj2E{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.GallerySection_featureTab__dtL71{background:var(--light-bg);border:none;padding:.8rem 1.2rem;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-color);transition:var(--transition);display:flex;align-items:center;gap:.5rem}.GallerySection_featureTab__dtL71:hover{background:#e8e0d3}.GallerySection_featureTab__dtL71.GallerySection_active__T8MYb{background:var(--primary-color);color:#fff}.GallerySection_featureIcon__4PluF{font-size:1.2rem}.GallerySection_featureContent__Yd3Pz{background:var(--light-bg);padding:1.5rem;border-radius:var(--border-radius)}.GallerySection_featureContent__Yd3Pz h3{color:var(--primary-color);margin-bottom:.8rem;font-size:1.3rem}.GallerySection_featureContent__Yd3Pz p{margin-bottom:0;color:var(--text-color)}.GallerySection_gallerySection__xIQKl{padding:clamp(4rem,6vw,6rem) 0;background-color:var(--light-bg);position:relative;overflow:hidden}.GallerySection_gallerySection__xIQKl:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/gallery-pattern.svg) repeat;opacity:.03;pointer-events:none}.GallerySection_gallerySection__xIQKl h2{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--secondary-color);text-align:center;margin-bottom:1rem;position:relative;padding-bottom:1rem}.GallerySection_gallerySection__xIQKl h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--primary-color);border-radius:2px}.GallerySection_gallerySection__xIQKl p{font-size:clamp(1rem,1.2vw,1.2rem);text-align:center;color:var(--text-light);margin-bottom:clamp(2rem,4vw,3rem);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.GallerySection_galleryGrid__THEiw{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));grid-gap:clamp(1rem,2vw,1.5rem);gap:clamp(1rem,2vw,1.5rem);margin-bottom:clamp(2rem,4vw,3rem)}.GallerySection_galleryItem__TU_FG{background-color:#fff;border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;transition:var(--transition);position:relative}.GallerySection_galleryItem__TU_FG:hover{transform:translateY(-8px);box-shadow:var(--box-shadow-hover)}.GallerySection_galleryItem__TU_FG:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent 30%);opacity:0;transition:opacity .3s ease}.GallerySection_galleryItem__TU_FG:hover:after{opacity:1}.GallerySection_galleryPlaceholder__nUMpt{width:100%;height:220px;background-color:#f0e5d0;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-weight:500;font-size:1rem;position:relative;overflow:hidden}.GallerySection_galleryPlaceholder__nUMpt:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,transparent,transparent 45%,hsla(0,0%,100%,.3) 50%,transparent 55%,transparent);animation:GallerySection_shimmer__H6M4A 2s infinite}@keyframes GallerySection_shimmer__H6M4A{0%{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}.GallerySection_galleryCaption__LPden{padding:1.2rem;text-align:center}.GallerySection_galleryCaption__LPden h3{font-size:1.1rem;color:var(--secondary-color);margin-bottom:.5rem}.GallerySection_galleryCaption__LPden p{font-size:.9rem;color:var(--text-light);margin-bottom:0;text-align:center}.GallerySection_btnOutline__uTuOX{display:inline-block;margin:0 auto;padding:.9rem 2.5rem;border:2px solid var(--secondary-color);border-radius:50px;background:transparent;color:var(--secondary-color);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);text-align:center;position:relative;overflow:hidden;z-index:1}.GallerySection_btnOutline__uTuOX:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--secondary-color);transition:width .3s ease;z-index:-1}.GallerySection_btnOutline__uTuOX:hover{color:#fff}.GallerySection_btnOutline__uTuOX:hover:before{width:100%}.GallerySection_galleryControls__ogJs7{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.GallerySection_galleryModal__JQ4YM{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.GallerySection_galleryModal__JQ4YM.GallerySection_active__T8MYb{opacity:1;pointer-events:all}@media (max-width:992px){.GallerySection_aboutGrid__lI6NU,.GallerySection_sanctuaryGrid__bm9jt{grid-template-columns:1fr}.GallerySection_statsCard__WDFNK{position:static;margin-top:2rem;justify-content:center}.GallerySection_heroContent__lQRxK{padding:1.5rem}.GallerySection_galleryGrid__THEiw{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:768px){.GallerySection_heroButtons__B8Qp_{flex-direction:column;gap:1rem}.GallerySection_primaryBtn__rlz6_,.GallerySection_secondaryBtn__2D6xd{width:100%;max-width:300px}.GallerySection_featureTabs__8Uj2E{flex-direction:column}.GallerySection_featureTab__dtL71{width:100%;justify-content:center}.GallerySection_heroSection__lAmh8{background-attachment:scroll}.GallerySection_galleryPlaceholder__nUMpt{height:180px}.GallerySection_galleryCaption__LPden{padding:1rem}}@media (max-width:576px){.GallerySection_heroSection__lAmh8{min-height:min(100dvh,800px)}.GallerySection_heroTitle__HqQmK{font-size:clamp(1.8rem,7vw,3rem)}.GallerySection_aboutWrapper__49alp{padding:3rem 0}.GallerySection_statsCard__WDFNK{flex-direction:column;gap:1rem}.GallerySection_galleryGrid__THEiw{grid-template-columns:1fr}.GallerySection_galleryPlaceholder__nUMpt{height:250px}.GallerySection_btnOutline__uTuOX{width:100%;max-width:300px}}.MissionSection_section__X8PkB{--primary-color:#8e6c3a;--primary-light:#f0e5d0;--secondary-color:#5a3921;--text-color:#333;--text-light:#666;--light-bg:#f9f5ee;--card-shadow:0 4px 12px rgba(0,0,0,.08);--card-shadow-hover:0 8px 24px rgba(0,0,0,.12);--border-radius:12px;--transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);--icon-size:3rem;padding:clamp(4rem,6vw,6rem) 0;background-color:var(--light-bg);position:relative;overflow:hidden}.MissionSection_container__zkaZq{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,2rem)}.MissionSection_sectionTitle__dJuV5{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--secondary-color);text-align:center;margin-bottom:1rem;position:relative;line-height:1.2}.MissionSection_sectionTitle__dJuV5:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:5rem;height:.25rem;background:var(--primary-color);border-radius:2px}.MissionSection_sectionSubtitle__amxhy{font-size:clamp(1rem,1.5vw,1.2rem);color:var(--text-light);text-align:center;max-width:700px;margin:0 auto clamp(2rem,4vw,3rem);line-height:1.6}.MissionSection_missionGrid__JNjdf{display:grid;grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}.MissionSection_missionCard__SI_fI{background:#fff;border-radius:var(--border-radius);box-shadow:var(--card-shadow);transition:var(--transition);padding:1.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.MissionSection_cardIcon__JwZ56{font-size:1.8rem;margin-bottom:1rem;text-align:center;z-index:2}.MissionSection_imageContainer__CWPt7{position:relative;border-radius:var(--border-radius);overflow:hidden;aspect-ratio:4/3;margin-bottom:1.5rem}.MissionSection_missionImage__YByzm{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.MissionSection_cardContent__5aRyp{flex-grow:1;display:flex;flex-direction:column}.MissionSection_missionCard__SI_fI h3{color:var(--secondary-color);font-size:1.3rem;margin-bottom:.75rem;text-align:center;line-height:1.3}.MissionSection_missionCard__SI_fI p{color:var(--text-light);font-size:1rem;line-height:1.6;text-align:center;margin-bottom:0}.MissionSection_missionCard__SI_fI:hover{transform:translateY(-.5rem);box-shadow:var(--card-shadow-hover)}.MissionSection_missionCard__SI_fI:hover .MissionSection_missionImage__YByzm{transform:scale(1.05)}.MissionSection_missionCard__SI_fI:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-color)}@media (max-width:768px){.MissionSection_missionGrid__JNjdf{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.MissionSection_missionCard__SI_fI{padding:1.25rem}.MissionSection_imageContainer__CWPt7{margin-bottom:1rem}}@media (max-width:576px){.MissionSection_section__X8PkB{padding:3rem 0}.MissionSection_missionGrid__JNjdf{grid-template-columns:1fr;max-width:400px;margin:0 auto}.MissionSection_missionCard__SI_fI h3{font-size:1.2rem}}.TestimonialSection_testimonialSection__drXRX{background-color:var(--light-bg);padding:80px 0}.TestimonialSection_sectionTitle__5qv5H{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:15px;color:var(--secondary-color);text-align:center;position:relative}.TestimonialSection_sectionTitle__5qv5H:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--primary-color)}.TestimonialSection_testimonials__SmH2l{display:grid;grid-gap:30px;gap:30px;margin-top:50px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.TestimonialSection_testimonialCard__XZChq{background:#fff;padding:30px;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}.TestimonialSection_testimonialCard__XZChq:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.TestimonialSection_testimonialCard__XZChq p{font-style:italic;font-size:1.1rem;color:var(--text-light);margin-bottom:15px}.TestimonialSection_testimonialAuthor__XNm0o{font-weight:700;color:var(--secondary-color);font-size:1rem}@media (max-width:576px){.TestimonialSection_testimonials__SmH2l{grid-template-columns:1fr}}