.navbar{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to right,#0f2027,#203a43,#2c5364);color:#fff;padding:1rem 2rem;position:relative;z-index:100}.navbar-logo{font-size:2.4rem;font-weight:800;font-family:Poppins,sans-serif;background:linear-gradient(90deg,#00d9ff,#00c1ff,gold);-webkit-background-clip:text;background-clip:text;color:#e0f0a9;position:relative;display:inline-block;text-shadow:0px 2px 7px rgba(0,0,0,.5),0 0 15px rgba(0,198,255,.4);letter-spacing:2px;cursor:none;overflow:hidden;transition:transform .35s ease,letter-spacing .35s ease}.navbar-logo:after{content:"";position:absolute;top:0;left:-120%;width:120%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);transform:skew(-20deg);animation:shineMove 2.5s infinite}@keyframes shineMove{0%{left:-120%}40%{left:120%}to{left:120%}}.navbar-logo:hover{transform:scale(1.1);letter-spacing:3px;text-shadow:0px 3px 14px rgba(0,198,255,.7),0 0 25px rgba(255,215,0,.8)}.navbar-toggle{display:none;font-size:1.8rem;cursor:pointer}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links li a{color:#fff;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.navbar-links li a:hover{color:#00c6ff}.navbar-links li a:after{content:"";position:absolute;width:0%;height:2px;bottom:-4px;left:0;background-color:#00c6ff;transition:width .3s ease}.navbar-links li a:hover:after{width:100%}.navbar-search{position:relative;width:300px}.search-input{width:100%;padding:.6rem .8rem;border-radius:4px;border:none;font-size:1rem;outline:none;transition:box-shadow .3s ease}.search-input:focus{box-shadow:0 0 0 2px #00c6ff}.search-results{position:absolute;top:110%;left:0;right:0;background:#fff;color:#333;border-radius:4px;box-shadow:0 4px 12px #00000026;max-height:250px;overflow-y:auto;animation:fadeIn .3s ease}.search-results li{padding:.6rem 1rem;cursor:pointer;transition:background .2s ease}.search-results li:hover{background:#f0f0f0}.type-tag{font-size:.8rem;color:#888;margin-left:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar-toggle{display:block}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:#203a43;flex-direction:column;align-items:flex-start;padding:1rem 2rem;gap:1rem;display:none}.navbar-menu.open{display:flex}.navbar-search{width:100%}.search-results{position:static;margin-top:.5rem}.navbar-links{flex-direction:column;gap:1rem;width:100%}.navbar-links li a{width:100%;display:block;padding:.5rem 0}.navbar-logo{font-size:2rem;letter-spacing:1.6px}}.navbar-links li .nav-link{color:#fff;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.navbar-links li .nav-link:hover{color:#00c6ff}.navbar-links li .nav-link:after{content:"";position:absolute;width:0%;height:2px;bottom:-4px;left:0;background-color:#00c6ff;transition:width .3s ease}.navbar-links li .nav-link:hover:after{width:100%}.navbar-links li .nav-link.active{color:#00c6ff}.navbar-links li .nav-link.active:after{width:90%}.home{padding:1rem;max-width:1400px;margin:auto}.grid{display:grid;gap:1rem;margin-bottom:1rem;margin-left:1rem}.grid-2-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-1-row{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.see-all-btn{display:inline-block;margin:1rem;padding:.6rem 1.2rem;background:linear-gradient(to right,#007bff,#00c6ff);color:#fff;text-decoration:none;border-radius:6px;font-weight:700;transition:background .3s ease}.see-all-btn:hover{background:linear-gradient(to right,#0056b3,#09c)}.home h2{font-size:clamp(1.5rem,2vw + 1rem,2.5rem);font-weight:700;color:#203a43;margin-bottom:1rem;position:relative;text-transform:uppercase;letter-spacing:1px;font-family:Segoe UI,sans-serif;animation:fadeSlideUp .6s ease;text-align:left}.home h2:after{content:"";position:absolute;left:0;bottom:-6px;width:60px;height:4px;background:linear-gradient(to right,#00c6ff,#0072ff);border-radius:2px;animation:growLine .6s ease}.hero-section{position:relative;width:100%;max-width:1500px;margin:0 auto;overflow:hidden;border-radius:12px;background:linear-gradient(to right,#969797,#313453);display:flex;align-items:center;justify-content:center;height:auto;top:-.5rem}.hero-image{width:100%;height:auto;object-fit:contain;display:block;border-radius:12px}.hero-overlay{position:absolute;top:50%;left:2rem;transform:translateY(-50%);color:#fff;text-align:left;background:#0006;padding:1rem;border-radius:8px;max-width:700px;box-sizing:border-box}.hero-overlay h1{font-size:clamp(1.5rem,5vw,3rem);margin-bottom:.5rem}.hero-overlay p{font-size:1.2rem;max-width:600px;margin:auto;margin-bottom:2rem}@media(max-width:600px){.home{padding:1rem}.see-all-btn{width:70%;font-size:1rem;text-align:center}.grid{gap:.75rem}.hero-image{height:40vh}.hero-overlay{position:absolute;top:auto;bottom:10%;left:50%;transform:translate(-50%);text-align:center;background:#00000080;padding:1rem 1.5rem;border-radius:8px;width:90%}.hero-overlay h1{font-size:1rem;margin-bottom:.5rem}.hero-overlay p{font-size:.6rem;margin:0}}.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000001a;transition:transform .3s ease;width:100%;max-width:260px;display:flex;flex-direction:column;margin-top:10px}.card-img{width:100%;height:180px;object-fit:cover}.card-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.card-content h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#203a43}.card-content p{margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;color:#313030}.hover-card:hover{transform:scale(1.04)}.see-more{color:#007bff;text-decoration:none;font-weight:700;margin-top:auto;align-self:flex-start;transition:color .3s ease}.see-more:hover{color:#0056b3}@media(max-width:600px){.card{max-width:80%}.card-img{height:160px}.card-content h3{font-size:1rem}.card-content p,.see-more{font-size:.9rem}}.section-divider{margin:2rem 0;border:none;border-top:1px solid #ddd;width:100%}.place-details{max-width:1400px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 6px 20px #0000000f;font-family:Segoe UI,sans-serif;animation:fadeSlideUp .5s ease}.place-details h2{font-size:1.8rem;font-weight:700;color:#203a43;margin-bottom:1rem;position:relative;text-transform:uppercase;letter-spacing:1px}.place-details h2:after{content:"";position:absolute;left:0;bottom:-6px;width:60px;height:4px;background:linear-gradient(to right,#00c6ff,#0072ff);border-radius:2px;animation:growLine .6s ease}.place-image{width:100%;max-width:1000px;aspect-ratio:16 / 9;height:auto;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease}.place-image:hover{transform:scale(1.02)}.rich-description{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:2rem;padding:1rem 1.5rem;background-color:#f9f9f9}.rich-description img{display:block;margin:1rem auto;max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.attractions{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:600px){.place-details{padding:1rem}.place-details h2{font-size:1.8rem}.attractions h3{font-size:1.3rem}.rich-description{font-size:.95rem}.attractions{grid-template-columns:1fr;gap:1rem}}.attraction-details{max-width:1400px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 6px 20px #0000000f;font-family:Segoe UI,sans-serif;animation:fadeSlideUp .5s ease}.attraction-details h2{font-size:1.8rem;font-weight:700;color:#203a43;margin-bottom:1rem;position:relative;text-transform:uppercase;letter-spacing:1px}.attraction-details h2:after{content:"";position:absolute;left:0;bottom:-6px;width:60px;height:4px;background:linear-gradient(to right,#00c6ff,#0072ff);border-radius:2px;animation:growLine .6s ease}.image-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.attraction-image{width:100%;max-width:1000px;height:auto;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease;aspect-ratio:16/9}.attraction-image:hover{transform:scale(1.02)}.rich-description{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:1.5rem;padding:1rem 1.5rem;background-color:#f9f9f9}.rich-description img{width:700px;height:auto;border-radius:8px;margin:1rem auto;box-shadow:0 2px 8px #0000001a;align-items:center}.location{font-size:1rem;color:#333;margin-bottom:2rem;background:#f0f4f8;padding:.75rem 1rem;border-left:4px solid #007bff;border-radius:6px}.attraction-details h4{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#34495e;font-weight:700;border-bottom:2px solid #eee;padding-bottom:.5rem}.hotels,.attractions{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.else-text{font-style:italic;color:#888;font-size:15px}@media(max-width:600px){.attraction-details{padding:1rem}.attraction-details h2{font-size:1.8rem}.attraction-details h3{font-size:1.3rem}.rich-description,.location{font-size:.95rem}.hotels,.attractions{grid-template-columns:1fr;gap:1rem}}.hotel-card{border:2px solid #ccc;padding:1rem;border-radius:8px;width:100%;max-width:280px;background:#fff;color:#000;cursor:pointer;position:relative;transition:border .3s ease,box-shadow .3s ease}.hotel-card:hover{border:3px solid #007bff;box-shadow:0 4px 12px #0000001a}.hotel-card.expanded{transform:scale(1.05);box-shadow:0 6px 20px #00000026;z-index:2}.hotel-image{width:100%;height:160px;object-fit:cover;border-radius:6px;margin-bottom:.75rem}.hotel-details{margin-top:.5rem;font-size:.9rem;color:#333;opacity:0;max-height:0;overflow:hidden;transition:opacity .4s ease,max-height .4s ease}.hotel-card.expanded .hotel-details{opacity:1;max-height:500px}.rich-description1{padding:.5rem 0;font-size:.9rem;line-height:1.6;color:#444}.rich-description1 img{display:block;margin:1rem auto;max-width:100%;height:auto;border-radius:6px}@media(max-width:600px){.hotel-card{max-width:100%;padding:.75rem}.hotel-image{height:140px}.hotel-details{font-size:.85rem}}.admin-login{max-width:400px;margin:auto;padding:2rem;background:#f5f5f5;border-radius:8px}.admin-login input{display:block;width:100%;margin:1rem 0;padding:.5rem}.admin-login button{padding:.5rem 1rem}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.admin-dashboard{max-width:1000px;margin:2rem auto;padding:2rem;background-color:#fdfdfd;border-radius:12px;box-shadow:0 4px 16px #00000014;font-family:Segoe UI,sans-serif}.admin-dashboard h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:#2c3e50}.admin-dashboard section{margin-bottom:3rem;padding:1.5rem 2rem;border:1px solid #e0e0e0;border-radius:10px;background-color:#fff;box-shadow:0 2px 8px #00000008}.admin-dashboard section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#34495e;border-bottom:1px solid #ddd;padding-bottom:.5rem}.admin-dashboard input,.admin-dashboard select{display:block;width:100%;padding:.75rem 1rem;margin-bottom:1rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9;transition:border-color .2s ease,box-shadow .2s ease}.admin-dashboard input:focus,.admin-dashboard select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.admin-dashboard .ql-container{border-radius:8px;border:1px solid #ccc;margin-bottom:1rem;background-color:#fff}.admin-dashboard .ql-toolbar{border-radius:8px 8px 0 0;background-color:#f0f0f0}.admin-dashboard .ql-editor{min-height:150px;font-size:1rem;line-height:1.6;padding:1rem}.admin-dashboard button{background-color:#3498db;color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.admin-dashboard button:hover{background-color:#2980b9;transform:translateY(-1px)}.admin-dashboard button:active{transform:translateY(0)}.list-dashboard-link{display:inline-block;padding:10px 20px;background-color:#07c;color:#fff;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.list-dashboard-link:hover{background-color:#005fa3}.go-to-top{position:fixed;bottom:40px;right:40px;padding:.5rem 1rem;background:#333;color:#fff;border:none;border-radius:5px;cursor:pointer;z-index:1000;transition:opacity .3s ease}.page-container{padding:2rem;max-width:1400px;margin:auto}.card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.end-of-results{text-align:center;margin:2rem 0;font-style:italic;color:#666}.page-container h2{font-size:2rem;font-weight:700;color:#203a43;margin-bottom:1rem;position:relative;text-transform:uppercase;letter-spacing:1px;font-family:Segoe UI,sans-serif;animation:fadeSlideUp .6s ease;text-align:left}.page-container h2:after{content:"";position:absolute;left:0;bottom:-6px;width:60px;height:4px;background:linear-gradient(to right,#00c6ff,#0072ff);border-radius:2px;animation:growLine .6s ease}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes growLine{0%{width:0}to{width:60px}}@media(max-width:600px){.page-container{padding:1rem}.card-list{gap:.75rem}.end-of-results{font-size:.9rem}}.list-dashboard{padding:2rem}.controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.controls select,.controls input,.controls button{padding:.5rem;font-size:1rem}.grid{display:flex;flex-wrap:wrap;gap:1rem}.card{width:300px;border:1px solid #ccc;padding:1rem;border-radius:8px}.card-image{width:100%;height:160px;object-fit:cover;border-radius:4px}.card-actions{display:flex;justify-content:space-between;margin-top:1rem}.card-actions button{padding:.4rem .8rem;font-size:.9rem}.card-actions .delete{background-color:#e74c3c;color:#fff;border:none}.pagination{margin-top:2rem;display:flex;gap:.5rem}.pagination button{padding:.4rem .8rem;border:1px solid #ccc;background:#fff}.pagination .active{background-color:#3498db;color:#fff}.about-container{padding:2rem;max-width:1000px;margin:0 auto;font-family:Poppins,sans-serif;color:#333;line-height:1.7;background-color:#fff}.about-hero{text-align:center;margin-bottom:3.5rem;padding:2.5rem 1rem;background:linear-gradient(135deg,#f1f5f3,#fff);border-radius:1rem}.about-hero h1{font-size:2.5rem;color:#1b3a4b;margin-bottom:.5rem;font-weight:700}.tagline{font-style:italic;color:#555;font-size:1.05rem;max-width:600px;margin:0 auto}.about-logo{display:flex;flex-direction:column;align-items:center;margin-top:-70px;margin-bottom:3rem}.about-logo img{width:150px;height:150px;padding:2px;background:#fff;border-radius:50%;box-shadow:0 12px 30px #0000002e;animation:floatLogo 3s ease-in-out infinite}.about-content{margin-top:2rem}.about-content h2{color:#34495e;margin-top:2rem;font-size:1.5rem;font-weight:600}.about-content p{margin:.75rem 0;color:#444}.about-content ul{margin-left:1.5rem;list-style-type:"- "}.about-content li{margin:.5rem 0;color:#333;font-size:1rem}.contact-section{background-color:#f9fafb;border-radius:1rem;padding:2rem;margin-top:3rem;box-shadow:0 4px 15px #0000000d}.contact-section h2{color:#14532d;margin-bottom:.5rem}.contact-section p{color:#555;margin-bottom:1.5rem;line-height:1.6}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.contact-form label{display:flex;flex-direction:column;font-weight:500;color:#333;font-size:.95rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.7rem;border:1px solid #ccc;border-radius:8px;margin-top:.3rem;font-family:inherit;font-size:.95rem;transition:border .2s,box-shadow .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#1e7e34;box-shadow:0 0 0 3px #1e7e3426}.contact-form textarea{resize:vertical;min-height:120px;grid-column:1 / -1}.submit-btn{background-color:#14532d;color:#fff;padding:.9rem 1.4rem;border:none;border-radius:10px;cursor:pointer;font-weight:600;letter-spacing:.3px;transition:background-color .3s,transform .2s;grid-column:1 / -1;justify-self:start}.submit-btn:hover{background-color:#1e7e34;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-status{margin-top:1rem;font-weight:500;padding:.8rem 1rem;border-radius:8px;text-align:center;grid-column:1 / -1}.form-status.success{background:#14532d1a;color:#14532d}.form-status.error{background:#ff00001a;color:#a32020}.about-footer{text-align:center;margin-top:3rem;color:#666;font-size:.95rem}@keyframes floatLogo{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.modal-box{background:#fff;padding:30px;border-radius:10px;max-width:900px;width:95%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px #0000004d;animation:fadeIn .3s ease-in-out;text-align:center;scrollbar-width:thin;scrollbar-color:#d4d7df #959fb3}.modal-box::-webkit-scrollbar{width:12px}.modal-box::-webkit-scrollbar-track{background:#c7d1e9;border-radius:10px;box-shadow:inset 0 0 5px #fdfdfd66}.modal-box::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1e3a8a,#0f172a);border-radius:10px;border:2px solid #0f172a}.modal-box::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2563eb,#1e3a8a)}.close-btn{position:absolute;top:15px;right:20px;border:none;background:transparent;font-size:1.8rem;cursor:pointer}.legal-links{margin-bottom:8px;font-size:.9rem;text-align:center}.legal-link{background:none;border:none;color:#07c;cursor:pointer;font-size:.9rem}.legal-link:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:900px){.about-container{padding:1.5rem}.about-hero h1{font-size:2rem}.contact-form{grid-template-columns:1fr}.submit-btn{width:100%}.modal-box{max-width:95%;padding:20px}}@media(max-width:600px){.about-container{padding:1rem}.about-hero{padding:1.2rem}.about-hero h1{font-size:1.8rem}.tagline{font-size:.95rem}.about-content h2{font-size:1.25rem}.about-logo img{width:100px;height:100px}.contact-section{padding:1.5rem}.modal-box{max-height:75vh;font-size:.9rem}}@media(prefers-color-scheme:dark){.about-container{background:#0f172a;color:#e5e7eb}.about-content p,.about-content li{color:#d1d5db}.about-hero{background:linear-gradient(135deg,#1e293b,#0f172a)}.logo-text{color:#e5e7eb}.contact-section{background-color:#1e293b;color:#e2e8f0}.submit-btn{background-color:#22c55e;color:#fff}.submit-btn:hover{background-color:#16a34a}.about-footer{color:#9ca3af}.legal-link{color:#60a5fa}.modal-box{background:#1e293b;color:#e5e7eb}.close-btn{color:#f87171}}
