:root{font-family:Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f5f5f5;background:#0a0a0a;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{text-decoration:none}button,input,select,textarea{font-family:inherit}button,a{transition:all .3s}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#080808f5;border-bottom:1px solid #d4af3747;justify-content:space-between;align-items:center;width:100%;height:94px;padding:0 7%;display:flex;position:sticky;top:0}.brand{align-items:center;gap:17px;display:flex}.navbar-logo{object-fit:contain;width:62px;height:62px}.brand-text{flex-direction:column;gap:5px;display:flex}.brand-text h2{color:#d4af37;letter-spacing:4px;font-family:Georgia,Times New Roman,serif;font-size:23px}.brand-text span{color:#aaa;font-size:12px}.nav-links{align-items:center;gap:34px;display:flex}.nav-links a{color:#eee;font-size:14px;font-weight:600;position:relative}.hero-small-title{color:#d4af37;letter-spacing:5px;margin-bottom:22px;font-size:13px;font-weight:700}.hero-content h1{color:#f7f7f7;letter-spacing:.2px;max-width:560px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3.5vw,48px);font-weight:500;line-height:1.15}.hero-content h1 span{color:#d4af37;font-style:italic}.hero-description{color:#bcbcbc;max-width:650px;margin-bottom:34px;font-size:16px;line-height:1.9}.hero-buttons{align-items:center;gap:17px;margin-bottom:48px;display:flex}.hero-main-button,.hero-outline-button{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;min-width:180px;padding:17px 27px;font-size:14px;font-weight:700;display:inline-flex}.hero-main-button:hover{background:#e5c45b;border-color:#e5c45b;transform:translateY(-3px);box-shadow:0 10px 25px #d4af3733}.hero-outline-button:hover{color:#0a0a0a;background:#d4af37;transform:translateY(-3px)}.hero-features{gap:52px;display:flex}.hero-features>div{flex-direction:column;gap:8px;display:flex}.hero-features strong{color:#d4af37;letter-spacing:2px;font-size:13px}.hero-features span{color:#aaa;font-size:13px}.hero-decoration-circle{flex-shrink:0;justify-content:center;align-items:center;width:430px;height:430px;display:flex;position:relative}.circle-ring{border:1px solid #d4af374d;border-radius:50%;width:100%;height:100%;position:absolute;box-shadow:0 0 60px #d4af370f,inset 0 0 50px #d4af370a}.circle-ring:before{content:"";border:1px solid #d4af3766;border-radius:50%;width:82%;height:82%;position:absolute;top:9%;left:9%}.circle-ring:after{content:"";border:1px solid #d4af3780;border-radius:50%;width:48%;height:48%;position:absolute;top:26%;left:26%}.hero-center-logo{z-index:3;background:#050505;border:1px solid #d4af3799;border-radius:50%;justify-content:center;align-items:center;width:205px;height:205px;display:flex;position:relative;box-shadow:0 0 50px #d4af3714}.circle-text{white-space:nowrap;color:#d4af37;letter-spacing:4px;font-size:9px;font-weight:700;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.section-heading{text-align:center;width:100%;margin:0 auto 55px}.section-heading p{color:#d4af37;letter-spacing:4px;margin-bottom:12px;font-size:12px;font-weight:700}.section-heading h2{color:#f5f5f5;font-family:Georgia,Times New Roman,serif;font-size:43px;font-weight:500}.gold-line{background:#d4af37;width:60px;height:2px;margin:18px auto 0}.events-section{background:#101010;padding:105px 8%}.event-card{background:linear-gradient(145deg,#181818,#0d0d0d);border:1px solid #d4af372e;border-radius:8px;transition:all .4s;overflow:hidden;box-shadow:0 15px 35px #00000040}.event-image{object-fit:cover;filter:brightness(.75);width:100%;height:220px;transition:transform .5s;display:block}.event-card-content h3{color:#f5f5f5;margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.event-card-content p{color:#aaa;margin-bottom:9px;font-size:13px}.event-card-content button,.details-content button,.add-event-section button{color:#0a0a0a;cursor:pointer;background:#d4af37;border:1px solid #d4af37;border-radius:4px;margin-top:18px;padding:13px 23px;font-size:13px;font-weight:700}.event-card-content button:hover,.details-content button:hover,.add-event-section button:hover{background:#e4c45b;border-color:#e4c45b;transform:translateY(-2px)}.event-details{background:#151515;border:1px solid #d4af3740;border-radius:8px;grid-template-columns:1fr 1fr;max-width:1000px;margin:60px auto 0;display:grid;overflow:hidden}.details-image{object-fit:cover;width:100%;height:100%;min-height:360px}.details-content{padding:45px}.gold-label{color:#d4af37;letter-spacing:4px;margin-bottom:15px;font-size:11px;font-weight:700}.details-content h2{margin-bottom:22px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500}.details-content>p{color:#aaa;margin-bottom:10px;font-size:14px}.details-description{color:#c5c5c5;margin-top:22px;line-height:1.8}.add-event-section{background:#0b0b0b;padding:95px 8%}.add-event-section form{grid-template-columns:1fr 1fr;gap:18px;max-width:850px;margin:0 auto;display:grid}.add-event-section input,.add-event-section select,.add-event-section textarea,.booking-form input,.booking-form select,.booking-form textarea{color:#eee;background:#141414;border:1px solid #292929;border-radius:4px;outline:none;width:100%;padding:15px 16px;font-size:14px}.add-event-section input:focus,.add-event-section select:focus,.add-event-section textarea:focus,.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#d4af37;box-shadow:0 0 0 2px #d4af3714}.add-event-section textarea{resize:vertical;grid-column:1/-1;min-height:130px}.add-event-section input:last-of-type{grid-column:1/-1}.add-event-section button{grid-column:1/-1;justify-self:center;width:fit-content;min-width:160px}.services-section{background:radial-gradient(circle at 50% 0,#d4af3714,#0000 35%),#101010;padding:110px 8%}.services-intro{text-align:center;color:#aaa;max-width:700px;margin:-25px auto 55px;font-size:15px;line-height:1.8}.service-card{text-align:center;background:#121212;border:1px solid #d4af3726;border-radius:7px;padding:35px 28px;transition:all .35s}.service-icon{margin-bottom:20px;font-size:35px}.service-card h3{color:#d4af37;margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.service-card p{color:#999;font-size:13px;line-height:1.7}.why-section{text-align:center;background:radial-gradient(circle at 50% 0,#d4af371a,#0000 38%),#0b0b0b;width:100%;padding:110px 8%}.why-section .section-heading{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.why-section .section-heading h2{text-align:center}.why-section .gold-line{margin-left:auto;margin-right:auto}.why-intro{color:#999;text-align:center;max-width:700px;margin:-25px auto 55px;font-size:15px;line-height:1.8}.why-cards{text-align:left;grid-template-columns:repeat(2,1fr);gap:25px;width:100%;max-width:1050px;margin:0 auto;display:grid}.why-card:before{content:"";border:1px solid #d4af371f;border-radius:50%;width:90px;height:90px;position:absolute;top:-25px;right:-25px}.why-card h3{color:#f5f5f5;margin-bottom:13px;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.why-card p{color:#999;max-width:430px;font-size:14px;line-height:1.8}.about-section{background:#0b0b0b;padding:115px 8%}.about-content{grid-template-columns:180px 1fr;align-items:center;gap:65px;max-width:1050px;margin:0 auto;display:grid}.about-badge{color:#d4af37;border:1px solid #d4af37;border-radius:50%;justify-content:center;align-items:center;width:155px;height:155px;font-family:Georgia,Times New Roman,serif;font-size:48px;display:flex;position:relative}.about-badge:before{content:"";border:1px solid #d4af374d;border-radius:50%;position:absolute;inset:10px}.left-heading .gold-line{margin-left:0}.about-text{color:#aaa;max-width:780px;margin-bottom:20px;font-size:15px;line-height:1.9}.contact-section{background:radial-gradient(circle at 50% 0,#d4af371a,#0000 32%),#101010;padding:115px 8%;position:relative}.contact-section:before{content:"";border:1px solid #d4af3714;border-radius:50%;width:260px;height:260px;position:absolute;top:100px;left:-130px}.contact-section:after{content:"";border:1px solid #d4af3714;border-radius:50%;width:180px;height:180px;position:absolute;bottom:100px;right:-90px}.contact-intro{text-align:center;color:#999;max-width:650px;margin:-25px auto 45px;font-size:15px;line-height:1.8}.booking-form{z-index:2;background:linear-gradient(145deg,#171717,#0d0d0d);border:1px solid #d4af3738;border-radius:10px;grid-template-columns:1fr 1fr;gap:20px;max-width:850px;margin:0 auto;padding:38px;display:grid;position:relative;box-shadow:0 25px 60px #00000059}.booking-form:before{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:7px;position:absolute;inset:8px}.booking-form input,.booking-form select,.booking-form textarea{color:#f0f0f0;z-index:3;background:#0e0e0e;border:1px solid #303030;border-radius:5px;padding:16px 17px;font-size:14px;position:relative}.booking-form input:hover,.booking-form select:hover,.booking-form textarea:hover{border-color:#d4af3773}.booking-form button{color:#090909;letter-spacing:.5px;cursor:pointer;z-index:3;background:#d4af37;border:1px solid #d4af37;border-radius:4px;grid-column:1/-1;justify-self:center;min-width:190px;margin-top:7px;padding:15px 30px;font-size:14px;font-weight:700;position:relative;box-shadow:0 8px 20px #d4af371f}.booking-form button:hover{background:#e5c45b;border-color:#e5c45b;transform:translateY(-3px);box-shadow:0 12px 28px #d4af3733}.booking-form button:active{transform:translateY(0)}.contact-info{z-index:2;background:#0b0b0b;border:1px solid #d4af3724;border-radius:7px;justify-content:center;gap:75px;max-width:700px;margin:50px auto 0;padding:25px 30px;display:flex;position:relative}.contact-item span{border:1px solid #d4af3766;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex}.contact-item p{color:#aaa;font-size:14px}.footer-logo{justify-content:center;align-items:center;gap:15px;display:flex}.footer-logo div{text-align:left}.footer-logo h3{color:#d4af37;letter-spacing:3px;font-family:Georgia,Times New Roman,serif;font-size:19px}.footer-logo p{color:#777;margin-top:5px;font-size:12px}.copyright{color:#666;font-size:12px}@media (width<=1100px){.navbar{padding:0 5%}.hero-section{padding-left:6%;padding-right:6%}.hero-decoration-circle{width:370px;height:370px}.hero-center-logo{width:175px;height:175px}.hero-center-logo img{width:140px;height:140px}.event-cards,.service-cards{grid-template-columns:repeat(2,1fr)}.why-cards{max-width:900px}}@media (width<=850px){.navbar{flex-direction:column;gap:15px;height:auto;min-height:90px;padding:15px 5%}.nav-links{flex-wrap:wrap;justify-content:center;gap:20px}.hero-section{text-align:center;flex-direction:column;min-height:auto;padding:75px 7%}.hero-content{width:100%;max-width:700px}.hero-line{margin:25px auto}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.hero-features{justify-content:center}.hero-decoration-circle{width:340px;height:340px;margin-top:15px}.about-content{text-align:center;grid-template-columns:1fr}.about-badge{margin:0 auto}.left-heading{text-align:center}.left-heading .gold-line{margin-left:auto}.event-details{grid-template-columns:1fr}.why-cards,.booking-form{max-width:700px}}@media (width<=600px){.navbar-logo{width:52px;height:52px}.brand{gap:10px}.brand-text h2{letter-spacing:3px;font-size:19px}.brand-text span{font-size:10px}.nav-links{gap:14px}.nav-links a{font-size:12px}.hero-section{padding:60px 6% 70px}.hero-small-title{letter-spacing:3px;font-size:10px}.hero-content h1{font-size:43px}.hero-description{font-size:14px;line-height:1.8}.hero-buttons{flex-direction:column;width:100%}.hero-main-button,.hero-outline-button{width:100%;max-width:260px}.hero-features{flex-direction:column;gap:18px}.hero-decoration-circle{width:285px;height:285px}.hero-center-logo{width:145px;height:145px}.hero-center-logo img{width:115px;height:115px}.circle-text{letter-spacing:2px;font-size:7px}.section-heading h2{font-size:34px}.events-section,.services-section,.about-section,.contact-section,.add-event-section,.why-section{padding-left:6%;padding-right:6%}.event-cards,.service-cards,.add-event-section form,.booking-form,.why-cards{grid-template-columns:1fr}.event-card-content{padding:23px}.add-event-section textarea,.add-event-section input:last-of-type,.booking-form textarea{grid-column:auto}.add-event-section button,.booking-form button{justify-self:center}.details-content{padding:30px}.booking-form{gap:16px;padding:25px 18px}.booking-form button{width:100%;max-width:240px}.contact-info{flex-direction:column;align-items:center;gap:20px;padding:22px}.footer-logo{flex-direction:column}.footer-logo div{text-align:center}.why-card{text-align:center;min-height:auto}.why-card p{margin-left:auto;margin-right:auto}}.call-button{color:#d4af37;text-align:center;cursor:pointer;background:0 0;border:1px solid #d4af37;border-radius:4px;grid-column:1/-1;justify-self:center;min-width:190px;padding:15px 30px;font-size:14px;font-weight:700}.call-button:hover{color:#090909;background:#d4af37;transform:translateY(-3px);box-shadow:0 12px 28px #d4af3733}@media (width<=600px){.call-button{width:100%;max-width:240px}}.whatsapp-button{color:#d4af37;text-align:center;cursor:pointer;background:0 0;border:1px solid #d4af37;border-radius:4px;grid-column:1/-1;justify-self:center;min-width:190px;padding:15px 30px;font-size:14px;font-weight:700}.whatsapp-button:hover{color:#090909;background:#d4af37;transform:translateY(-3px);box-shadow:0 12px 28px #d4af3733}@media (width<=600px){.whatsapp-button{width:100%;max-width:240px}}.gallery-section{text-align:center;background:#0b0b0b;padding:110px 7%}.gallery-intro{color:#bdbdbd;max-width:650px;margin:0 auto 50px;font-size:16px;line-height:1.8}.gallery-item{background:#111;border:1px solid #d4af3740;height:300px;position:relative;overflow:hidden}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{text-align:left;background:linear-gradient(#0000,#000000e6);padding:25px 20px;position:absolute;bottom:0;left:0;right:0}.gallery-overlay span{color:#d4af37;letter-spacing:1px;font-size:16px;font-weight:700}@media (width<=900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.gallery-section{padding:80px 5%}.gallery-grid{grid-template-columns:1fr}.gallery-item{height:280px}}.gallery-item{cursor:pointer}.gallery-lightbox{z-index:9999;background:#000000e0;justify-content:center;align-items:center;width:100%;height:100%;padding:30px;animation:.3s lightboxFadeIn;display:flex;position:fixed;top:0;left:0}.lightbox-content{background:#111;border:1px solid #d4af3780;width:100%;max-width:1000px;max-height:90vh;animation:.3s lightboxZoomIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #000000b3}.lightbox-image{object-fit:contain;background:#000;width:100%;max-height:70vh;display:block}.lightbox-info{text-align:center;background:#111;padding:20px 25px}.lightbox-info h2{color:#fff;margin:0;font-size:25px;font-weight:500}.lightbox-close{color:#fff;cursor:pointer;z-index:10;background:#000000bf;border:none;border-radius:50%;width:42px;height:42px;font-size:30px;line-height:38px;transition:all .3s;position:absolute;top:12px;right:12px}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lightboxZoomIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.gallery-lightbox{padding:15px}.lightbox-content{max-height:85vh}.lightbox-image{max-height:60vh}.lightbox-info{padding:15px}.lightbox-info h2{font-size:20px}.lightbox-close{width:38px;height:38px;font-size:26px}}.gallery-nav{color:#fff;cursor:pointer;z-index:10;background:#000000b3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:42px;line-height:42px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{color:#111;background:#d4af37f2;transform:translateY(-50%)scale(1.08)}.gallery-prev{left:25px}.gallery-next{right:25px}.lightbox-info span{color:#aaa;margin-top:10px;font-size:14px;display:block}@media (width<=768px){.gallery-nav{width:42px;height:42px;font-size:34px}.gallery-prev{left:10px}.gallery-next{right:10px}}.bookings-section{color:#fff;background:#0b0b0b;padding:90px 6%}.bookings-table-wrapper{border:1px solid #d4af3759;width:100%;margin-top:35px;overflow-x:auto}.bookings-table{border-collapse:collapse;background:#111;width:100%;min-width:900px}.bookings-table th{text-align:left;color:#d4af37;letter-spacing:.5px;background:#161616;border-bottom:1px solid #d4af37;padding:16px;font-size:14px}.bookings-table td{color:#ddd;border-bottom:1px solid #ffffff14;padding:15px 16px;font-size:14px}.refresh-bookings-button{color:#d4af37;cursor:pointer;background:0 0;border:1px solid #d4af37;margin-top:30px;padding:12px 25px;font-size:14px;transition:all .3s}.refresh-bookings-button:hover{color:#000;background:#d4af37}.dashboard-section{color:#f5f1e8;background:#0b0b0b;padding:100px 7%}.dashboard-welcome{background:#111;border:1px solid #d4af3740;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:40px auto 25px;padding:25px 30px;display:flex}.dashboard-welcome p{color:#999;margin:0;font-size:14px}.dashboard-status{color:#d4af37;white-space:nowrap;background:#d4af3714;border:1px solid #d4af3733;border-radius:20px;align-items:center;gap:8px;padding:9px 14px;font-size:12px;display:flex}.dashboard-cards{grid-template-columns:repeat(5,1fr);gap:16px;max-width:1200px;margin:0 auto 30px;display:grid}.dashboard-card{background:#111;border:1px solid #d4af3733;border-radius:14px;align-items:center;gap:15px;min-height:125px;padding:22px;transition:all .3s;display:flex}.dashboard-card-icon{background:#d4af371a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:23px;display:flex}.dashboard-card strong{color:#d4af37;font-size:28px;display:block}.dashboard-bottom{grid-template-columns:1.5fr 1fr;gap:22px;max-width:1200px;margin:0 auto;display:grid}.dashboard-panel{background:#111;border:1px solid #d4af3733;border-radius:14px;padding:25px}.dashboard-panel-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-panel-header p{color:#d4af37;letter-spacing:1.5px;margin:0 0 5px;font-size:10px}.dashboard-panel-header a{color:#d4af37;font-size:13px;text-decoration:none}.dashboard-panel-header a:hover{text-decoration:underline}.recent-avatar{color:#111;background:#d4af37;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.recent-info span{color:#888;font-size:12px}.category-row strong{text-align:center;color:#d4af37;background:#d4af371a;border-radius:7px;min-width:35px;padding:5px 9px}.dashboard-empty{text-align:center;padding:35px 10px}.dashboard-empty span{font-size:35px}.dashboard-empty p{color:#777;font-size:13px}@media (width<=1000px){.dashboard-cards{grid-template-columns:repeat(3,1fr)}.dashboard-bottom{grid-template-columns:1fr}}@media (width<=650px){.dashboard-section{padding:70px 5%}.dashboard-welcome{flex-direction:column;align-items:flex-start}.dashboard-cards{grid-template-columns:repeat(2,1fr)}.dashboard-card{padding:17px}.dashboard-card-icon{width:40px;height:40px;font-size:19px}.dashboard-card strong{font-size:23px}.dashboard-panel{padding:20px}}@media (width<=430px){.dashboard-cards{grid-template-columns:1fr}}.upcoming-events-panel{background:#111;border:1px solid #d4af3733;border-radius:14px;max-width:1200px;margin:25px auto 0;padding:25px}.upcoming-events-list{flex-direction:column;display:flex}.upcoming-event{border-bottom:1px solid #ffffff12;align-items:center;gap:18px;padding:18px 0;display:flex}.upcoming-event:last-child{border-bottom:none}.upcoming-event-date{background:#d4af371a;border:1px solid #d4af3740;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:58px;display:flex}.upcoming-event-date span{color:#d4af37;font-size:21px;font-weight:700;line-height:1}.upcoming-event-date small{color:#999;letter-spacing:1px;margin-top:5px;font-size:10px}.upcoming-event-info{flex:1}.upcoming-event-info h4{color:#eee;margin:0 0 6px;font-size:15px}.upcoming-event-info p{color:#888;margin:0;font-size:12px}.upcoming-event-type{color:#d4af37;white-space:nowrap;background:#d4af3714;border:1px solid #d4af3733;border-radius:20px;padding:6px 12px;font-size:11px}@media (width<=600px){.upcoming-events-panel{padding:20px}.upcoming-event{gap:12px}.upcoming-event-type{display:none}.upcoming-event-info h4{font-size:13px}}.process-section{background:#080808;padding:100px 8%;position:relative;overflow:hidden}.process-section:before{content:"";border:1px solid #d4af3714;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-120px}.process-section .contact-intro{text-align:center;max-width:720px;margin:0 auto 55px}.process-cards{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1250px;margin:0 auto;display:grid}.process-card{text-align:center;background:linear-gradient(145deg,#151515,#0d0d0d);border:1px solid #d4af372e;border-radius:14px;min-height:300px;padding:38px 28px;transition:all .35s;position:relative;overflow:hidden}.process-card:after{content:"";border:1px solid #d4af3714;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-45px;right:-45px}.process-card:hover{border-color:#d4af37a6;transform:translateY(-8px);box-shadow:0 18px 45px #00000073,0 0 25px #d4af3714}.process-number{letter-spacing:2px;color:#d4af378c;font-size:13px;font-weight:700;position:absolute;top:18px;right:22px}.process-icon{background:#d4af370d;border:1px solid #d4af3759;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:12px auto 24px;font-size:28px;display:flex}.process-card h3{color:#f5f5f5;margin-bottom:15px;font-size:19px;line-height:1.35}.process-card p{color:#a8a8a8;margin:0;font-size:14px;line-height:1.8}@media (width<=1100px){.process-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.process-section{padding:75px 5%}.process-cards{grid-template-columns:1fr}.process-card{min-height:auto}}.services-section{background:#0b0b0b;padding:100px 8%;position:relative;overflow:hidden}.services-section:before{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:50%;width:500px;height:500px;position:absolute;top:-250px;left:-200px}.services-section .contact-intro{text-align:center;color:#a9a9a9;max-width:780px;margin:0 auto 55px;line-height:1.8}.service-card{text-align:center;background:linear-gradient(145deg,#181818,#0f0f0f);border:1px solid #d4af3729;border-radius:14px;min-height:280px;padding:35px 25px;transition:all .35s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#d4af37,#0000);width:100%;height:2px;transition:opacity .35s;position:absolute;top:0;left:0}.service-card:hover{border-color:#d4af378c;transform:translateY(-8px);box-shadow:0 18px 45px #00000080,0 0 25px #d4af3712}.service-card:hover:before{opacity:1}.service-icon{background:#d4af370d;border:1px solid #d4af3759;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 22px;font-size:28px;transition:all .35s;display:flex}.service-card:hover .service-icon{background:#d4af371a;border-color:#d4af37;transform:scale(1.08)}.service-card h3{color:#f4f4f4;margin:0 0 14px;font-size:18px;line-height:1.35}.service-card p{color:#9d9d9d;margin:0;font-size:14px;line-height:1.75}@media (width<=1100px){.service-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.services-section{padding:80px 6%}.service-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=550px){.service-cards{grid-template-columns:1fr}.service-card{min-height:auto}}.why-section{background:#080808;padding:100px 8%;position:relative;overflow:hidden}.why-section:after{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-180px;right:-180px}.why-cards{grid-template-columns:repeat(4,1fr);gap:22px;max-width:1200px;margin:55px auto 0;display:grid}.why-card{background:linear-gradient(145deg,#181818,#0e0e0e);border:1px solid #d4af3729;border-radius:14px;min-height:260px;padding:38px 28px;transition:all .35s;position:relative;overflow:hidden}.why-card:before{content:"";background:#d4af37;width:3px;height:0;transition:height .35s;position:absolute;top:0;left:0}.why-card:hover{border-color:#d4af378c;transform:translateY(-8px);box-shadow:0 18px 45px #00000080,0 0 25px #d4af3712}.why-card:hover:before{height:100%}.why-number{color:#d4af37;letter-spacing:3px;margin-bottom:25px;font-size:13px;font-weight:700;display:block}.why-card h3{color:#f5f5f5;margin:0 0 15px;font-size:19px;line-height:1.4}.why-card p{color:#9d9d9d;margin:0;font-size:14px;line-height:1.8}@media (width<=1050px){.why-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-section{padding:75px 6%}.why-cards{grid-template-columns:1fr}.why-card{min-height:auto}}.about-section{background:#0b0b0b;padding:110px 8%;position:relative;overflow:hidden}.about-section:before{content:"";pointer-events:none;border:1px solid #d4af3712;border-radius:50%;width:450px;height:450px;position:absolute;top:50%;left:-220px;transform:translateY(-50%)}.about-content{z-index:1;grid-template-columns:180px 1fr;align-items:center;gap:65px;max-width:1150px;margin:0 auto;display:grid;position:relative}.about-badge{color:#d4af37;letter-spacing:3px;background:radial-gradient(circle,#d4af3721,#d4af3705);border:1px solid #d4af378c;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:0 auto;font-size:48px;font-weight:700;display:flex;box-shadow:0 0 35px #d4af3714,inset 0 0 25px #d4af370a}.left-heading{text-align:left;margin-bottom:25px}.about-text{color:#a7a7a7;max-width:850px;margin:0;font-size:16px;line-height:1.9}.about-content:after{content:"CELEBRATE • CREATE • MEMORABLE";color:#d4af371f;letter-spacing:4px;font-size:11px;font-weight:600;position:absolute;bottom:-55px;right:0}@media (width<=800px){.about-section{padding:80px 6%}.about-content{text-align:center;grid-template-columns:1fr;gap:35px}.about-badge{width:125px;height:125px;font-size:40px}.left-heading{text-align:center}.about-text{margin:0 auto}.about-content:after{display:none}}.contact-section{background:#080808;padding:110px 8%;position:relative;overflow:hidden}.contact-section:before{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:50%;width:520px;height:520px;position:absolute;top:50%;right:-250px;transform:translateY(-50%)}.contact-section .contact-intro{text-align:center;color:#a5a5a5;max-width:700px;margin:0 auto 45px;line-height:1.8}.booking-form{background:linear-gradient(145deg,#171717,#0e0e0e);border:1px solid #d4af372e;border-radius:16px;grid-template-columns:1fr 1fr;gap:18px;max-width:900px;margin:0 auto;padding:40px;display:grid;box-shadow:0 25px 70px #00000073}.booking-form input,.booking-form select,.booking-form textarea{box-sizing:border-box;color:#f2f2f2;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:15px 17px;font-family:inherit;font-size:14px;transition:all .3s}.booking-form input::placeholder,.booking-form textarea::placeholder{color:#777}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#d4af37b3;box-shadow:0 0 0 3px #d4af370f}.booking-form select{cursor:pointer}.booking-form textarea{resize:vertical;grid-column:1/-1;min-height:140px}.booking-form button[type=submit]{color:#090909;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8941f);border:1px solid #d4af37;border-radius:8px;grid-column:1/-1;padding:15px 25px;font-size:14px;font-weight:700;transition:all .3s}.booking-form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 25px #d4af372e}.call-button,.whatsapp-button{border-radius:8px;justify-content:center;align-items:center;min-height:48px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.call-button{color:#d4af37;background:#d4af370d;border:1px solid #d4af3773}.call-button:hover{background:#d4af371f;transform:translateY(-2px)}.whatsapp-button{color:#e6e6e6;background:#111;border:1px solid #d4af3740}.whatsapp-button:hover{color:#d4af37;border-color:#d4af37;transform:translateY(-2px)}.contact-info{flex-wrap:wrap;justify-content:center;gap:45px;max-width:900px;margin:35px auto 0;display:flex}.contact-item{align-items:center;gap:10px;display:flex}.contact-item span{font-size:18px}.contact-item p{color:#a8a8a8;margin:0;font-size:14px}@media (width<=700px){.contact-section{padding:80px 6%}.booking-form{grid-template-columns:1fr;padding:25px}.booking-form textarea,.booking-form button[type=submit]{grid-column:auto}.call-button,.whatsapp-button{width:100%}.contact-info{flex-direction:column;align-items:center;gap:18px}}.bookings-section{background:#0b0b0b;padding:110px 8%;position:relative;overflow:hidden}.bookings-section:before{content:"";pointer-events:none;border:1px solid #d4af370d;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-260px;left:-280px}.bookings-table-wrapper{background:#111;border:1px solid #d4af372e;border-radius:14px;max-width:1250px;margin:50px auto 0;overflow-x:auto;box-shadow:0 20px 55px #00000073}.bookings-table th{color:#d4af37;letter-spacing:1.5px;text-transform:uppercase;text-align:left;border-bottom:1px solid #d4af3733;padding:18px 16px;font-size:12px;font-weight:700}.bookings-table td{color:#c4c4c4;border-bottom:1px solid #ffffff0f;padding:17px 16px;font-size:14px;line-height:1.5}.bookings-table td:first-child{color:#f1f1f1;font-weight:600}.bookings-table td:nth-child(2){color:#d4af37}.bookings-section .contact-intro{text-align:center;color:#999;max-width:700px;margin:35px auto 0;line-height:1.8}@media (width<=700px){.bookings-section{padding:80px 5%}.bookings-table-wrapper{border-radius:10px;margin-top:35px}}footer{text-align:center;background:#050505;border-top:1px solid #d4af372e;padding:55px 8% 30px}.footer-logo{justify-content:center;align-items:center;gap:18px;margin-bottom:30px;display:flex}.footer-logo img{object-fit:contain;width:62px;height:62px}.footer-logo h3{color:#d4af37;letter-spacing:2px;margin:0 0 6px;font-size:22px}.footer-logo p{color:#858585;margin:0;font-size:13px}.footer-line{background:linear-gradient(90deg,#0000,#d4af3773,#0000);width:100%;max-width:850px;height:1px;margin:0 auto 25px}.copyright{color:#666;letter-spacing:.5px;margin:0;font-size:12px}@media (width<=600px){footer{padding:45px 6% 25px}.footer-logo{flex-direction:column;gap:12px}.footer-logo img{width:55px;height:55px}.footer-logo h3{font-size:19px}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#050505f0;border-bottom:1px solid #d4af3726;position:sticky;top:0;box-shadow:0 8px 30px #00000040}.nav-links a{transition:color .25s;position:relative}.nav-links a:hover{color:#d4af37}.nav-links a:after{content:"";background:#d4af37;width:0;height:2px;transition:width .25s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.nav-links a:hover:after{width:70%}@media (width<=800px){.navbar{position:relative}.nav-links{gap:14px}.nav-links a:after{display:none}}.back-to-top{color:#d4af37;z-index:999;background:#080808f2;border:1px solid #d4af378c;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 25px #00000059}.back-to-top:hover{color:#080808;background:#d4af37;transform:translateY(-4px);box-shadow:0 10px 30px #d4af372e}@media (width<=600px){.back-to-top{width:42px;height:42px;bottom:16px;right:16px}}.expertise-section{background:#0b0b0b;padding:100px 8%;position:relative;overflow:hidden}.expertise-section:before{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:50%;width:450px;height:450px;position:absolute;top:-220px;right:-220px}.expertise-section .contact-intro{text-align:center;color:#a5a5a5;max-width:720px;margin:0 auto 55px;line-height:1.8}.expertise-item{background:linear-gradient(145deg,#181818,#0f0f0f);border:1px solid #d4af3729;border-radius:14px;min-height:210px;padding:32px 28px;transition:all .35s;position:relative;overflow:hidden}.expertise-item:before{content:"";background:#d4af37;width:0;height:3px;transition:width .35s;position:absolute;bottom:0;left:0}.expertise-item:hover{border-color:#d4af378c;transform:translateY(-7px);box-shadow:0 18px 40px #00000073,0 0 22px #d4af370f}.expertise-item:hover:before{width:100%}.expertise-item span{color:#d4af37;letter-spacing:3px;margin-bottom:22px;font-size:12px;font-weight:700;display:block}.expertise-item h3{color:#f5f5f5;margin:0 0 13px;font-size:19px;line-height:1.4}.expertise-item p{color:#999;margin:0;font-size:14px;line-height:1.75}@media (width<=950px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.expertise-section{padding:75px 6%}.expertise-grid{grid-template-columns:1fr}.expertise-item{min-height:auto}}.gallery-section{background:#080808;padding:110px 8%;position:relative;overflow:hidden}.gallery-section:before{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:50%;width:480px;height:480px;position:absolute;top:-220px;left:-250px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1250px;margin:55px auto 0;display:grid}.gallery-item{cursor:pointer;background:#111;border:1px solid #d4af3729;border-radius:14px;height:280px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden}.gallery-item:hover{border-color:#d4af3799;transform:translateY(-7px);box-shadow:0 18px 45px #00000080,0 0 25px #d4af3714}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s,filter .5s;display:block}.gallery-item:hover img{filter:brightness(.7);transform:scale(1.07)}.gallery-overlay{opacity:0;background:linear-gradient(#0000,#000000e6);padding:28px 22px 20px;transition:opacity .35s,transform .35s;position:absolute;bottom:0;left:0;right:0;transform:translateY(8px)}.gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0)}.gallery-overlay span{color:#d4af37;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:700}.gallery-lightbox{z-index:2000;-webkit-backdrop-filter:blur(8px);background:#000000f0;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.lightbox-content{background:#101010;border:1px solid #d4af374d;border-radius:14px;width:100%;max-width:1000px;padding:18px;position:relative;box-shadow:0 30px 80px #000000b3}.lightbox-image{object-fit:contain;border-radius:8px;width:100%;max-height:70vh;display:block}.lightbox-close{color:#d4af37;cursor:pointer;z-index:5;background:#0b0b0b;border:1px solid #d4af3780;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:25px;line-height:1;transition:all .25s;display:flex;position:absolute;top:-16px;right:-16px}.lightbox-close:hover{color:#080808;background:#d4af37;transform:rotate(90deg)}.lightbox-info{text-align:center;padding:20px 5px 5px}.lightbox-info p{color:#d4af37;letter-spacing:2px;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:700}.lightbox-info h2{color:#f5f5f5;margin:0 0 8px;font-size:22px}.lightbox-info span{color:#777;font-size:13px}@media (width<=900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.gallery-section{padding:80px 6%}.gallery-grid{grid-template-columns:1fr}.gallery-item{height:250px}.gallery-lightbox{padding:18px}.lightbox-close{top:-10px;right:-5px}}.events-section{background:#0b0b0b;padding:110px 8%;position:relative;overflow:hidden}.events-section:after{content:"";pointer-events:none;border:1px solid #d4af370f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-220px;right:-220px}.event-cards{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:55px auto 0;display:grid}.event-card{background:linear-gradient(145deg,#181818,#0f0f0f);border:1px solid #d4af3729;border-radius:14px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden}.event-card:hover{border-color:#d4af378c;transform:translateY(-8px);box-shadow:0 20px 50px #00000080,0 0 25px #d4af3712}.event-image{object-fit:cover;width:100%;height:240px;transition:transform .5s;display:block}.event-card:hover .event-image{transform:scale(1.06)}.event-card-content{padding:25px 24px 28px}.event-card-content h3{color:#f3f3f3;margin:0 0 18px;font-size:19px;line-height:1.4}.event-card-content p{color:#999;margin:8px 0;font-size:14px;line-height:1.5}.event-card-content p:last-child{color:#d4af37;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}@media (width<=900px){.event-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.events-section{padding:80px 6%}.event-cards{grid-template-columns:1fr}.event-image{height:230px}}.hero-section{background:radial-gradient(circle at 75%,#d4af3717,#0000 35%),#070707;justify-content:space-between;align-items:center;gap:70px;min-height:calc(100vh - 85px);padding:80px 8%;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;border:1px solid #d4af3712;border-radius:50%;width:650px;height:650px;position:absolute;top:50%;right:-260px;transform:translateY(-50%)}.hero-content{z-index:2;max-width:680px;position:relative}.hero-small-title{color:#d4af37;letter-spacing:4px;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:700}.hero-content h1{color:#f5f5f5;letter-spacing:-2px;margin:0;font-size:clamp(45px,6vw,78px);font-weight:700;line-height:1.05}.hero-content h1 span{color:#d4af37}.hero-line{background:#d4af37;width:75px;height:3px;margin:28px 0}.hero-description{color:#a5a5a5;max-width:620px;margin:0 0 32px;font-size:16px;line-height:1.9}.hero-buttons{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.hero-main-button,.hero-outline-button{border-radius:7px;justify-content:center;align-items:center;min-width:155px;padding:14px 24px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.hero-main-button{color:#080808;background:#d4af37;border:1px solid #d4af37}.hero-main-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #d4af372e}.hero-outline-button{color:#d4af37;background:0 0;border:1px solid #d4af3780}.hero-outline-button:hover{background:#d4af3714;border-color:#d4af37;transform:translateY(-3px)}.hero-decoration-circle{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:390px;height:390px;display:flex;position:relative}.circle-ring{border:1px solid #d4af374d;border-radius:50%;width:330px;height:330px;animation:22s linear infinite heroRotate;position:absolute}.circle-ring:before{content:"";background:#d4af37;border-radius:50%;width:9px;height:9px;position:absolute;top:22px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #d4af3780}.hero-center-logo{background:#0d0d0d;border:1px solid #d4af374d;border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;display:flex;box-shadow:0 0 60px #d4af3714}.hero-center-logo img{object-fit:contain;width:125px;height:125px}.circle-text{text-align:center;color:#d4af3780;letter-spacing:3px;width:100%;font-size:10px;font-weight:600;position:absolute;bottom:-35px}@keyframes heroRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=950px){.hero-section{text-align:center;flex-direction:column;min-height:auto;padding:85px 6%}.hero-content{max-width:750px}.hero-line{margin:25px auto}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-decoration-circle{width:320px;height:320px}.circle-ring{width:275px;height:275px}.hero-center-logo{width:160px;height:160px}.hero-center-logo img{width:105px;height:105px}}@media (width<=550px){.hero-section{padding:65px 5%}.hero-content h1{letter-spacing:-1px;font-size:43px}.hero-description{font-size:14px}.hero-decoration-circle{width:270px;height:270px}.circle-ring{width:230px;height:230px}.hero-center-logo{width:135px;height:135px}.hero-center-logo img{width:90px;height:90px}.circle-text{letter-spacing:2px;font-size:8px;bottom:-20px}}.admin-logout-btn{color:#000;cursor:pointer;background:#c9a227;border:none;border-radius:6px;margin:25px 0 20px auto;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:block}.admin-logout-btn:hover{background:#e0b82f;transform:translateY(-2px)}.navbar .admin-login-btn{letter-spacing:.5px;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;margin-left:10px;padding:9px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;color:#111!important;background:#c9a227!important;border:1px solid #c9a227!important}.navbar .admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #c9a22740;color:#c9a227!important;background:0 0!important;border-color:#c9a227!important}.navbar .admin-login-btn:active{transform:translateY(0)}.admin-logout-btn{color:#111;letter-spacing:.5px;cursor:pointer;background:#c9a227;border:1px solid #c9a227;border-radius:6px;justify-content:center;align-items:center;margin-bottom:30px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex}.admin-logout-btn:hover{color:#c9a227;background:0 0;border-color:#c9a227;transform:translateY(-2px);box-shadow:0 5px 15px #c9a22740}.admin-logout-btn:active{transform:translateY(0)}.enquiries-header{background:#111;border:1px solid #c9a22740;border-radius:10px;justify-content:space-between;align-items:center;width:90%;max-width:1400px;margin:0 auto 25px;padding:22px 25px;display:flex}.enquiries-count{text-align:center;border:1px solid #c9a227;border-radius:7px;min-width:90px;padding:10px 16px}.enquiries-count span{color:#aaa;margin-bottom:3px;font-size:12px;display:block}.enquiries-count strong{color:#c9a227;font-size:22px}.customer-name{color:#fff}.event-badge{color:#c9a227;border:1px solid #c9a22780;border-radius:5px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-block}.message-cell{color:#aaa;max-width:220px;line-height:1.4}.delete-booking-button:hover{color:#fff;background:#a83232;border-color:#a83232;transform:translateY(-1px)}.refresh-enquiries-btn:hover{color:#111;background:#c9a227;transform:translateY(-2px);box-shadow:0 5px 15px #c9a22733}.refresh-enquiries-btn:active{transform:translateY(0)}.booking-modal-overlay{z-index:9999;background:#000000c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.booking-modal{background:#111;border:1px solid #c9a227;border-radius:12px;width:100%;max-width:550px;padding:35px;animation:.25s bookingModalAppear;position:relative;box-shadow:0 20px 60px #000000b3}@keyframes bookingModalAppear{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.booking-modal-close{color:#c9a227;cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;transition:all .3s;position:absolute;top:12px;right:16px}.booking-modal-close:hover{color:#fff;transform:rotate(90deg)}.modal-label{color:#c9a227;letter-spacing:3px;margin-bottom:8px;font-size:11px;font-weight:700}.booking-modal h2{color:#fff;margin-bottom:25px;font-size:28px;font-weight:600}.booking-details{border-top:1px solid #c9a22740;padding-top:20px}.booking-details p{color:#ccc;margin:0 0 14px;font-size:14px;line-height:1.6}.booking-details strong{color:#c9a227}.close-details-button{color:#111;cursor:pointer;background:#c9a227;border:1px solid #c9a227;border-radius:6px;margin-top:12px;padding:10px 22px;font-size:13px;font-weight:700;transition:all .3s}.close-details-button:hover{color:#c9a227;background:0 0;transform:translateY(-2px)}.bookings-table-wrapper{-webkit-overflow-scrolling:touch;width:90%;max-width:1400px;margin:0 auto;overflow-x:auto}.bookings-table{min-width:1000px}@media (width<=768px){.bookings-table-wrapper{width:95%}.enquiries-header{width:95%;padding:18px}.enquiries-header h3{font-size:17px}.enquiries-count{min-width:70px}.booking-modal{max-width:95%;padding:28px 22px}.booking-modal h2{font-size:23px}}.view-booking-button:hover{color:#c9a227;background:0 0;border-color:#c9a227;transform:translateY(-2px);box-shadow:0 4px 12px #c9a22733}.view-booking-button:active{transform:translateY(0)}.enquiry-search{width:90%;max-width:1400px;margin:0 auto 25px}.enquiry-search input{color:#fff;background:#111;border:1px solid #c9a22780;border-radius:7px;outline:none;width:100%;padding:13px 18px;font-size:14px;transition:all .3s}.enquiry-search input:hover{border-color:#c9a227}.enquiry-search input:focus{border-color:#c9a227;box-shadow:0 0 12px #c9a2272e}.add-event-card{background:#111;border:1px solid #c9a22759;border-radius:10px;width:90%;max-width:1400px;margin:30px auto;padding:25px}.add-event-heading{margin-bottom:22px}.add-event-heading p{color:#c9a227;letter-spacing:2px;margin-bottom:6px;font-size:11px;font-weight:700}.add-event-heading h3{color:#fff;margin-bottom:10px}.add-event-form{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.add-event-form input,.add-event-form select{color:#fff;cursor:pointer;background:#181818;border:1px solid #c9a22766;border-radius:6px;outline:none;width:100%;min-height:46px;padding:12px 15px;font-size:14px}.add-event-form input::placeholder{color:#777}.add-event-form input:focus,.add-event-form select:focus{border-color:#c9a227;box-shadow:0 0 10px #c9a22726}.add-event-form select option{color:#fff;background:#111}.add-event-button{color:#111;cursor:pointer;background:#c9a227;border:1px solid #c9a227;border-radius:6px;min-height:46px;font-size:14px;font-weight:700;transition:all .3s}.add-event-button:hover{color:#c9a227;background:0 0;transform:translateY(-2px)}.add-event-button:active{transform:translateY(0)}@media (width<=768px){.add-event-form{grid-template-columns:1fr}.add-event-card{width:95%;padding:20px}}.delete-event-button{color:#d9534f;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #d9534f;border-radius:5px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .3s}.delete-event-button:active{transform:translateY(0)}.edit-event-button,.delete-event-button{cursor:pointer;white-space:nowrap;border-radius:5px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .3s}.edit-event-button{color:#c9a227;background:0 0;border:1px solid #c9a227}.edit-event-button:hover{color:#111;background:#c9a227;transform:translateY(-1px);box-shadow:0 4px 10px #c9a22740}.delete-event-button{color:#d9534f;background:0 0;border:1px solid #d9534f}.delete-event-button:hover{color:#fff;background:#d9534f;transform:translateY(-1px);box-shadow:0 4px 10px #d9534f40}.edit-event-button:active,.delete-event-button:active{transform:translateY(0)}.uploaded-gallery-item{background:#ffffff08;border:1px solid #d4af3740;border-radius:10px;align-items:center;gap:18px;padding:15px;display:flex}.uploaded-gallery-thumbnail{object-fit:cover;border-radius:8px;flex-shrink:0;width:90px;height:70px}.uploaded-gallery-info{flex:1}.uploaded-gallery-info h4{margin:0 0 5px;font-size:16px}.uploaded-gallery-info span{opacity:.7;font-size:13px}.delete-gallery-button{cursor:pointer;color:#fff;background:#8b0000;border:none;border-radius:6px;padding:9px 15px;font-weight:600}.delete-gallery-button:hover{opacity:.85}.gallery-management-card{background:#ffffff09;border:1px solid #d4af3740;border-radius:14px;width:100%;margin-top:35px;padding:30px;box-shadow:0 10px 30px #00000040}.gallery-management-card h3{color:#d4af37;margin-bottom:22px;font-size:22px;font-weight:600}.gallery-upload-form{grid-template-columns:1fr 1fr;align-items:center;gap:15px;display:grid}.gallery-upload-form input,.gallery-upload-form select{color:#fff;background:#00000059;border:1px solid #d4af374d;border-radius:8px;outline:none;width:100%;padding:13px 15px;font-size:14px}.gallery-upload-form input:focus,.gallery-upload-form select:focus{border-color:#d4af37}.gallery-upload-form select option{color:#fff;background:#111}.gallery-upload-form input[type=file]{cursor:pointer;padding:10px}.gallery-upload-form .add-event-button{color:#111;cursor:pointer;background:#d4af37;border:none;border-radius:8px;width:100%;padding:13px 20px;font-weight:700;transition:all .3s}.gallery-upload-form .add-event-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #d4af3740}.gallery-upload-form .add-event-button:disabled{opacity:.6;cursor:not-allowed}.uploaded-gallery-list{flex-direction:column;gap:14px;margin-top:35px;display:flex}.uploaded-gallery-item{background:#00000040;border:1px solid #d4af372e;border-radius:10px;align-items:center;gap:18px;padding:14px;transition:all .3s;display:flex}.uploaded-gallery-item:hover{border-color:#d4af3780;transform:translateY(-2px)}.uploaded-gallery-thumbnail{object-fit:cover;border:1px solid #d4af374d;border-radius:8px;flex-shrink:0;width:95px;height:70px}.uploaded-gallery-info{flex:1;min-width:0}.uploaded-gallery-info h4{color:#fff;margin:0 0 6px;font-size:16px;font-weight:600}.uploaded-gallery-info span{color:#d4af37;font-size:13px;display:inline-block}.delete-gallery-button{color:#fff;cursor:pointer;background:#8b0000;border:none;border-radius:6px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .3s}.delete-gallery-button:hover{background:#b00000;transform:translateY(-1px)}@media (width<=700px){.gallery-management-card{padding:20px}.gallery-upload-form{grid-template-columns:1fr}.uploaded-gallery-item{flex-wrap:wrap}.uploaded-gallery-thumbnail{width:80px;height:60px}.delete-gallery-button{margin-left:auto}}.change-password-overlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.change-password-modal{background:#111;border:1px solid #d4af3780;border-radius:14px;width:min(90%,450px);padding:35px;position:relative;box-shadow:0 20px 60px #00000080}.change-password-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:28px;position:absolute;top:12px;right:16px}.change-password-modal h2{color:#fff;margin-bottom:10px}.change-password-modal input{color:#fff;background:#1b1b1b;border:1px solid #d4af374d;border-radius:7px;outline:none;width:100%;margin-top:12px;padding:13px 15px}.change-password-modal input:focus{border-color:#d4af37}.change-password-submit{color:#111;cursor:pointer;background:#d4af37;border:none;border-radius:7px;width:100%;margin-top:20px;padding:13px 20px;font-weight:700}.change-password-submit:hover{transform:translateY(-1px)}.dashboard-section{background:radial-gradient(circle at 100% 0,#d4af3714,#0000 35%),#090909;padding:100px 8% 90px;position:relative}.dashboard-section .section-heading{margin-bottom:35px}.dashboard-section .section-heading p{color:#d4af37;letter-spacing:3px;margin-bottom:10px;font-size:12px;font-weight:700}.dashboard-section .section-heading h2{color:#fff;margin:0;font-size:38px}.dashboard-welcome{background:linear-gradient(135deg,#d4af3717,#ffffff05);border:1px solid #d4af3738;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;padding:30px 34px;display:flex;box-shadow:0 15px 40px #00000040}.dashboard-welcome-label{color:#d4af37;letter-spacing:2px;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.dashboard-welcome h3{color:#fff;margin:0 0 8px;font-size:25px}.dashboard-welcome p{color:#999;margin:0;font-size:14px;line-height:1.6}.dashboard-status{color:#75d88b;white-space:nowrap;background:#46be640f;border:1px solid #46be6440;border-radius:30px;align-items:center;gap:10px;padding:11px 18px;font-size:13px;font-weight:600;display:flex}.status-dot{background:#55c878;border-radius:50%;width:9px;height:9px;box-shadow:0 0 10px #55c878cc}.dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:30px;display:grid}.dashboard-card{background:#111;border:1px solid #d4af372e;border-radius:14px;align-items:center;gap:17px;min-height:125px;padding:22px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.dashboard-card:after{content:"";background:#d4af370d;border-radius:50%;width:90px;height:90px;position:absolute;bottom:-40px;right:-35px}.dashboard-card:hover{border-color:#d4af3773;transform:translateY(-4px);box-shadow:0 12px 30px #00000059}.dashboard-card-icon{background:#d4af371a;border:1px solid #d4af3729;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:24px;display:flex}.dashboard-card span{color:#999;margin-bottom:5px;font-size:13px;display:block}.dashboard-card strong{color:#d4af37;font-size:28px;line-height:1.1;display:block}.dashboard-card small{color:#666;margin-top:5px;font-size:11px;display:block}.dashboard-quick-actions{background:#111;border:1px solid #d4af372e;border-radius:16px;margin-bottom:30px;padding:26px}.quick-action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.quick-action-card{color:#fff;cursor:pointer;background:#0c0c0c;border:1px solid #ffffff14;border-radius:11px;align-items:center;gap:13px;min-height:75px;padding:14px 16px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:flex}.quick-action-card:hover{background:#d4af370d;border-color:#d4af3773;transform:translateY(-3px)}.quick-action-icon{background:#d4af371a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.quick-action-card div{flex:1}.quick-action-card strong{color:#fff;margin-bottom:4px;font-size:13px;display:block}.quick-action-card span:not(.quick-action-icon){color:#777;font-size:11px;display:block}.quick-action-card b{color:#d4af37;font-size:17px}.dashboard-bottom{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:22px;margin-bottom:30px;display:grid}.dashboard-panel{background:#111;border:1px solid #d4af372e;border-radius:16px;padding:25px;box-shadow:0 10px 30px #0000002e}.dashboard-panel-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.dashboard-panel-header p{color:#d4af37;letter-spacing:2px;margin:0 0 6px;font-size:10px;font-weight:700}.dashboard-panel-header h3{color:#fff;margin:0;font-size:21px}.dashboard-panel-header a{color:#d4af37;white-space:nowrap;font-size:12px;font-weight:600;text-decoration:none}.dashboard-panel-header a:hover{color:#fff}.recent-enquiries{flex-direction:column;display:flex}.recent-enquiry{border-bottom:1px solid #ffffff0f;align-items:center;gap:13px;padding:14px 0;display:flex}.recent-enquiry:last-child{border-bottom:none}.recent-avatar{color:#d4af37;background:#d4af371f;border:1px solid #d4af3738;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.recent-info{flex:1;min-width:0}.recent-info strong{color:#eee;margin-bottom:4px;font-size:13px;display:block}.recent-info span{color:#777;font-size:11px;display:block}.recent-date{color:#999;white-space:nowrap;font-size:11px}.category-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.category-row:last-child{border-bottom:none}.category-row span{color:#bbb;font-size:13px}.category-row strong{color:#d4af37;background:#d4af371a;border-radius:8px;justify-content:center;align-items:center;min-width:34px;height:30px;padding:0 9px;font-size:13px;display:flex}.dashboard-empty{text-align:center;color:#777;flex-direction:column;justify-content:center;align-items:center;min-height:160px;display:flex}.dashboard-empty span{margin-bottom:10px;font-size:30px}.dashboard-empty p{margin:0;font-size:13px}@media (width<=1100px){.dashboard-cards,.quick-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.upcoming-event-row{grid-template-columns:65px minmax(130px,1fr) auto}.upcoming-event-location{display:none}}@media (width<=800px){.dashboard-section{padding:80px 5% 70px}.dashboard-bottom{grid-template-columns:1fr}.dashboard-welcome{flex-direction:column;align-items:flex-start}.dashboard-status{align-self:flex-start}}@media (width<=600px){.dashboard-cards,.quick-action-grid{grid-template-columns:1fr}.dashboard-section .section-heading h2{font-size:30px}.dashboard-panel,.dashboard-quick-actions{padding:20px}.upcoming-event-row{grid-template-columns:55px 1fr auto;gap:12px}.upcoming-event-date{width:48px;height:48px}.event-status-badge{display:none}}.bookings-section{background:#090909;padding:100px 8% 90px}.bookings-section .section-heading{margin-bottom:35px;position:relative}.refresh-enquiries-btn{color:#d4af37;cursor:pointer;background:#d4af3714;border:1px solid #d4af3759;border-radius:8px;margin-top:18px;padding:10px 18px;font-size:12px;font-weight:600;transition:all .3s}.refresh-enquiries-btn:hover{color:#111;background:#d4af37;transform:translateY(-2px)}.enquiry-filters{grid-template-columns:1fr 220px;gap:15px;margin-bottom:28px;display:grid}.enquiry-search{width:100%}.enquiry-search input,.event-filter-select{color:#fff;background:#111;border:1px solid #d4af372e;border-radius:9px;outline:none;width:100%;height:48px;padding:0 16px;font-size:13px;transition:all .3s}.enquiry-search input::placeholder{color:#666}.enquiry-search input:focus,.event-filter-select:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af3714}.event-filter-select{cursor:pointer}.event-filter-select option{color:#fff;background:#111}.enquiries-header{background:#111;border:1px solid #d4af3729;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:22px 24px;display:flex}.enquiries-header h3{color:#fff;margin:0 0 6px;font-size:20px}.enquiries-header p{color:#777;margin:0;font-size:12px}.enquiries-count{text-align:center;background:#d4af3714;border:1px solid #d4af372e;border-radius:10px;min-width:80px;padding:10px 14px}.enquiries-count span{color:#777;text-transform:uppercase;letter-spacing:1px;font-size:10px;display:block}.enquiries-count strong{color:#d4af37;margin-top:3px;font-size:22px;display:block}.bookings-table-wrapper{background:#111;border:1px solid #d4af3729;border-radius:14px;width:100%;overflow-x:auto;box-shadow:0 12px 35px #00000040}.bookings-table{border-collapse:collapse;width:100%;min-width:1050px}.bookings-table thead{background:#d4af3712}.bookings-table th{color:#d4af37;text-transform:uppercase;letter-spacing:1px;text-align:left;border-bottom:1px solid #d4af372e;padding:16px 14px;font-size:10px;font-weight:700}.bookings-table td{color:#aaa;vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:16px 14px;font-size:12px}.bookings-table tbody tr{transition:all .25s}.bookings-table tbody tr:hover{background:#d4af3709}.bookings-table tbody tr:last-child td{border-bottom:none}.customer-name{color:#fff;font-size:13px}.customer-phone{color:#999}.event-badge{color:#d4af37;white-space:nowrap;background:#d4af3714;border:1px solid #d4af3729;border-radius:20px;padding:6px 10px;font-size:10px;font-weight:600;display:inline-block}.message-cell{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden;color:#777!important}.view-booking-button{color:#d4af37;cursor:pointer;background:#d4af3714;border:1px solid #d4af3759;border-radius:6px;margin-right:7px;padding:7px 13px;font-size:11px;font-weight:600;transition:all .25s}.view-booking-button:hover{color:#111;background:#d4af37}.delete-booking-button{color:#e57373;cursor:pointer;background:#8b00001f;border:1px solid #b4000059;border-radius:6px;padding:7px 13px;font-size:11px;font-weight:600;transition:all .25s}.delete-booking-button:hover{color:#fff;background:#8b0000}@media (width<=750px){.bookings-section{padding:80px 5% 70px}.enquiry-filters{grid-template-columns:1fr}.enquiries-header{align-items:flex-start}.enquiries-count{min-width:70px}}.founder-section{background:radial-gradient(circle at 20%,#d4af3712,#0000 35%),#090909;padding:110px 8%;position:relative;overflow:hidden}.founder-section:before{content:"";border:1px solid #d4af3714;border-radius:50%;width:300px;height:300px;position:absolute;top:60px;right:-120px}.founder-container{grid-template-columns:.85fr 1.15fr;align-items:center;gap:75px;max-width:1150px;margin:55px auto 0;display:grid}.founder-image-wrapper{width:100%;max-width:430px;margin:auto;position:relative}.founder-image-frame{z-index:2;background:#111;border:1px solid #d4af3773;padding:10px;position:relative;box-shadow:0 25px 60px #0000008c,0 0 35px #d4af3714}.founder-image{object-fit:cover;object-position:center;filter:saturate(.92);width:100%;height:520px;transition:all .5s;display:block}.founder-image-frame:hover .founder-image{transform:scale(1.015)}.founder-image-accent{z-index:1;border:1px solid #d4af37;width:100%;height:100%;position:absolute;top:18px;left:18px}.founder-content{position:relative}.founder-label{color:#d4af37;letter-spacing:2.5px;margin:0 0 12px;font-size:11px;font-weight:700}.founder-content h3{color:#fff;letter-spacing:1px;margin:0;font-size:clamp(34px,4vw,52px);font-weight:700}.founder-small-line{background:#d4af37;width:55px;height:2px;margin:18px 0 25px}.founder-intro{color:#e2e2e2;margin:0 0 22px;font-size:18px;font-weight:500;line-height:1.8}.founder-description{color:#929292;margin:0 0 18px;font-size:14px;line-height:1.9}.founder-highlights{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.founder-highlight{background:#d4af370a;border:1px solid #d4af3729;border-radius:7px;align-items:center;gap:9px;padding:10px 15px;display:flex}.founder-highlight strong{color:#d4af37;font-size:14px}.founder-highlight span{color:#b5b5b5;letter-spacing:.5px;font-size:11px;font-weight:600}.founder-quote{background:#d4af3709;border-left:2px solid #d4af37;align-items:flex-start;gap:12px;margin-top:35px;padding:20px 22px;display:flex;position:relative}.founder-quote span{color:#d4af37;font-family:Georgia,serif;font-size:42px;line-height:.8}.founder-quote p{color:#d0d0d0;margin:0;font-family:Georgia,serif;font-size:16px;font-style:italic;line-height:1.6}@media (width<=850px){.founder-section{padding:85px 6%}.founder-container{grid-template-columns:1fr;gap:55px;margin-top:45px}.founder-image-wrapper{max-width:360px}.founder-image{height:450px}.founder-content{text-align:center}.founder-small-line{margin:18px auto 25px}.founder-highlights{justify-content:center}.founder-quote{text-align:left}}@media (width<=500px){.founder-section{padding:70px 5%}.founder-image{height:390px}.founder-image-accent{top:12px;left:12px}.founder-content h3{font-size:32px}.founder-intro{font-size:16px}.founder-description{font-size:13px}.founder-highlight{justify-content:center;width:100%}}.test-events{scroll-margin-top:100px}.instagram-link{color:#d4af37;border:1px solid #d4af3780;border-radius:6px;justify-content:center;align-items:center;margin-top:12px;padding:9px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.instagram-link:hover{color:#111;background:#d4af37;transform:translateY(-2px)}.founder-approach{margin-top:35px}.founder-approach h4{letter-spacing:3px;margin-bottom:22px;font-size:14px;font-weight:600}.founder-highlights{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:25px;display:grid}.founder-highlight{text-align:center;border:1px solid #d4af3759;flex-direction:column;justify-content:center;gap:8px;min-height:90px;padding:18px 12px;display:flex}.founder-highlight strong{letter-spacing:1px;font-size:20px}.founder-highlight span{letter-spacing:1px;font-size:11px;line-height:1.5}.founder-approach-item{border-bottom:1px solid #ffffff1f;padding:16px 0}.founder-approach-item strong{letter-spacing:2px;margin-bottom:7px;font-size:13px;display:block}.founder-approach-item p{opacity:.85;margin:0;font-size:14px;line-height:1.7}.founder-signature{flex-direction:column;gap:5px;margin-top:30px;display:flex}.founder-signature strong{letter-spacing:2px;font-size:15px}.founder-signature span{opacity:.75;font-size:12px}.founder-cta{color:inherit;letter-spacing:2px;cursor:pointer;background:0 0;border:1px solid #d4af37b3;margin-top:25px;padding:14px 26px;font-size:12px;transition:all .3s}.founder-cta:hover{transform:translateY(-2px)}@media (width<=768px){.founder-highlights{grid-template-columns:repeat(2,1fr)}.founder-approach{margin-top:28px}.founder-approach-item{padding:14px 0}.founder-cta{width:100%}}#founder{padding:120px 7% 100px;scroll-margin-top:100px}#founder .section-heading{text-align:center;margin-bottom:60px}#founder .section-heading p{letter-spacing:4px;margin:0 0 12px;font-size:13px;line-height:1.5;display:block!important}#founder .section-heading h2{letter-spacing:2px;margin:0;font-size:42px;line-height:1.2}#founder .founder-container{align-items:start;gap:65px;width:100%;max-width:1180px;margin:0 auto;grid-template-columns:400px minmax(0,1fr)!important;display:grid!important}#founder .founder-image-wrapper{align-self:start;width:100%;position:relative!important;top:auto!important}#founder .founder-image-frame{width:100%;overflow:hidden}#founder .founder-image{object-fit:cover;object-position:center top;width:100%!important;height:520px!important;display:block!important}#founder .founder-image-accent{width:70px;height:3px;margin-top:18px}#founder .founder-content{width:100%;max-width:700px;padding-top:5px}#founder .founder-label{letter-spacing:3px;margin:0 0 12px;font-size:12px;line-height:1.5}#founder .founder-content h3{letter-spacing:2px;margin:0;font-size:34px;line-height:1.2}#founder .founder-small-line{width:55px;height:2px;margin:16px 0 18px}#founder .instagram-link{letter-spacing:1px;margin:0 0 30px;padding:10px 17px;font-size:13px;text-decoration:none;display:inline-block}#founder .founder-intro{letter-spacing:.5px;margin:0 0 25px;font-size:23px;line-height:1.45}#founder .founder-description{margin:0 0 17px;font-size:15px;line-height:1.75}#founder .founder-approach{margin-top:38px}#founder .founder-approach h4{letter-spacing:3px;margin:0 0 18px;font-size:13px;line-height:1.5}#founder .founder-highlights{gap:12px;margin:0 0 28px;grid-template-columns:repeat(4,1fr)!important;display:grid!important}#founder .founder-highlight{text-align:center;border:1px solid #d4af3759;flex-direction:column;justify-content:center;align-items:center;min-height:105px;padding:16px 10px;display:flex}#founder .founder-highlight strong{margin-bottom:8px;font-size:20px;line-height:1.2;display:block}#founder .founder-highlight span{letter-spacing:.8px;font-size:10px;line-height:1.45;display:block}#founder .founder-quote{border-left:2px solid;align-items:flex-start;gap:14px;margin-top:32px;padding:22px 25px;display:flex}#founder .founder-cta{letter-spacing:2px;cursor:pointer;background:0 0;border:1px solid;margin-top:22px;padding:14px 25px;font-size:12px;transition:all .3s}#founder .founder-cta:hover{transform:translateY(-2px)}@media (width<=1000px){#founder .founder-container{gap:40px;grid-template-columns:320px minmax(0,1fr)!important}#founder .founder-image{height:460px!important}#founder .founder-highlights{grid-template-columns:repeat(2,1fr)!important}}@media (width<=700px){#founder{padding:80px 6% 70px}#founder .section-heading{margin-bottom:40px}#founder .section-heading h2{font-size:29px}#founder .section-heading p{letter-spacing:3px;font-size:11px}#founder .founder-container{gap:40px;grid-template-columns:1fr!important}#founder .founder-image-wrapper{max-width:450px;margin:0 auto}#founder .founder-image{height:480px!important}#founder .founder-content{max-width:100%}#founder .founder-content h3{font-size:28px}#founder .founder-intro{font-size:19px}#founder .founder-highlights{grid-template-columns:repeat(2,1fr)!important}#founder .founder-cta{width:100%}}@media (width<=450px){#founder .founder-image{height:400px!important}#founder .founder-highlights{grid-template-columns:1fr!important}}#founder .founder-approach{margin-top:28px;margin-bottom:0}#founder .founder-approach h4{letter-spacing:3px;margin:0 0 12px;font-size:13px}#founder .founder-approach-item{border-bottom:1px solid #ffffff1a;padding:10px 0}#founder .founder-approach-item p{margin:0;font-size:13px;line-height:1.45}#founder .founder-quote{border-left:2px solid;align-items:center;gap:10px;margin:22px 0 0;padding:15px 20px;display:flex}#founder .founder-quote span{font-size:32px;line-height:1}#founder .founder-quote p{margin:0;font-size:15px;line-height:1.4}#founder .founder-signature{flex-direction:column;gap:3px;margin-top:18px;display:flex}#founder .founder-signature strong{letter-spacing:2px;font-size:13px}#founder .founder-signature span{opacity:.75;font-size:11px}#founder .founder-cta{letter-spacing:2px;margin-top:18px;padding:12px 22px;font-size:11px}#founder .founder-container{align-items:stretch!important}#founder .founder-image-wrapper{flex-direction:column;height:100%;display:flex!important}#founder .founder-image-frame{flex:1;height:100%}#founder .founder-image{object-fit:cover;object-position:center top;min-height:850px;width:100%!important;height:100%!important}#founder .founder-image-accent{flex-shrink:0}#founder .founder-approach-item strong{letter-spacing:2px;margin-bottom:5px;font-size:13px;display:block}#founder .founder-approach-item:nth-child(2) strong{color:#d4af37}#founder .founder-approach-item:nth-child(3) strong{color:#f0d98a}#founder .founder-approach-item:nth-child(4) strong{color:#c9a227}#founder .founder-approach-item:nth-child(5) strong{color:#e6c75a}.gallery-management-card{border-radius:18px;margin-top:30px;padding:28px}.gallery-management-card h3{margin-bottom:22px}.gallery-management-card form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.gallery-management-card form input,.gallery-management-card form select{box-sizing:border-box;border-radius:8px;width:100%;padding:14px 16px}.gallery-management-card form input[type=text]:last-of-type{grid-column:1/-1}.gallery-management-card form small{opacity:.7;grid-column:1/-1;margin-top:-8px}.gallery-management-card form button{grid-column:1/-1;width:100%}@media (width<=700px){.gallery-management-card form{grid-template-columns:1fr}.gallery-management-card form input[type=text]:last-of-type,.gallery-management-card form small,.gallery-management-card form button{grid-column:auto}}.event-videos-section{width:100%;margin-top:70px}.event-videos-heading{text-align:center;margin-bottom:35px}.event-videos-heading p{color:#c9a227;letter-spacing:3px;margin-bottom:8px;font-size:13px}.event-videos-heading h2{color:#fff;margin:0 0 15px;font-size:32px}.event-videos-grid{grid-template-columns:repeat(2,1fr);gap:30px;width:100%;display:grid}.event-video-card{background:#111;border:1px solid #c9a22759;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #00000059}.event-video-card iframe{border:none;width:100%;height:300px;display:block}.event-video-card h3{color:#fff;margin:18px 20px 6px;font-size:19px}.event-video-card p{color:#c9a227;text-transform:uppercase;letter-spacing:1px;margin:0 20px 20px;font-size:13px}@media (width<=768px){.event-videos-grid{grid-template-columns:1fr}.event-video-card iframe{height:240px}}html{scroll-behavior:smooth;scroll-padding-top:100px}body{overflow-x:hidden}.hero-section{justify-content:space-between!important;align-items:center!important;gap:60px!important;min-height:calc(100vh - 94px)!important;padding:70px 8%!important;display:flex!important;position:relative!important;overflow:hidden!important}.hero-content{z-index:5!important;width:52%!important;max-width:680px!important;position:relative!important}.hero-content h1{max-width:650px!important;font-size:clamp(48px,5vw,72px)!important;line-height:1.05!important}.hero-description{max-width:650px!important;font-size:16px!important;line-height:1.8!important}.hero-decoration-circle{z-index:1!important;flex-shrink:0!important;width:390px!important;height:390px!important;position:relative!important}.contact-section{background:#101010!important;width:100%!important;padding:110px 8%!important;display:block!important;position:relative!important}.booking-form{grid-template-columns:1fr 1fr!important;gap:20px!important;width:100%!important;max-width:850px!important;margin:0 auto!important;display:grid!important;position:relative!important}.contact-info{width:100%!important;max-width:850px!important;margin:40px auto 0!important;position:relative!important}.services-section,.process-section,.why-section,.expertise-section,.gallery-section,.about-section{clear:both!important;width:100%!important;position:relative!important}#services,#process,#why,#expertise,#gallery,#about,#contact{scroll-margin-top:105px}.services-section{padding:110px 8%!important}.service-cards{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;max-width:1150px!important;margin:0 auto!important;display:grid!important}.expertise-section{padding:110px 8%!important}.expertise-grid{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;max-width:1150px!important;margin:0 auto!important;display:grid!important}.why-section,.gallery-section,.about-section{padding:110px 8%!important}@media (width<=950px){.hero-section{text-align:center!important;flex-direction:column!important}.hero-content{width:100%!important;max-width:750px!important}.hero-line{margin:25px auto!important}.hero-buttons{justify-content:center!important}.service-cards,.expertise-grid{grid-template-columns:repeat(2,1fr)!important}.booking-form{grid-template-columns:1fr!important}}@media (width<=600px){.hero-section{padding:60px 6%!important}.hero-content h1{font-size:43px!important}.hero-decoration-circle{width:280px!important;height:280px!important}.service-cards,.expertise-grid{grid-template-columns:1fr!important}.contact-section,.services-section,.process-section,.why-section,.expertise-section,.gallery-section,.about-section{padding-left:6%!important;padding-right:6%!important}}.founder-social-links{flex-wrap:wrap;gap:18px;margin:28px 0;display:flex}.founder-instagram{color:#fff;border:1px solid #d4af3773;flex-direction:column;gap:5px;min-width:210px;padding:14px 20px;text-decoration:none;transition:all .3s;display:flex}.founder-instagram span{letter-spacing:2px;color:#c9a227;font-size:11px;font-weight:600}.founder-instagram:hover{color:#fff;background:#c9a22714;border-color:#c9a227;transform:translateY(-3px)}@media (width<=600px){.founder-social-links{flex-direction:column}.founder-instagram{width:100%}}.hero-services{letter-spacing:2px;text-transform:uppercase;color:#ffffffbf;margin:18px 0 10px;font-size:13px;line-height:1.8}.hero-tagline{letter-spacing:3px;text-transform:uppercase;color:#c9a227;margin:12px 0 30px;font-size:18px;font-weight:600;line-height:1.6}.founder-approach-title{color:#c9a227;letter-spacing:3px;text-transform:uppercase;margin-top:30px;margin-bottom:12px;font-size:15px;font-weight:700}@media (width<=600px){.hero-services{letter-spacing:1.3px;font-size:11px}.hero-tagline{letter-spacing:2px;font-size:15px;line-height:1.7}}.gallery-video-section{max-width:1200px;margin:70px auto 0;padding:40px 0}.gallery-video-section h2{color:#d4af37;text-align:center;margin-bottom:35px;font-size:32px}.gallery-video-grid{gap:24px;max-width:1200px;margin:0 auto;grid-template-columns:repeat(3,1fr)!important;display:grid!important}.gallery-video-card{text-align:center;background:#111;border:1px solid #d4af374d;justify-content:center;align-items:center;min-width:0;min-height:220px;padding:30px;transition:all .3s;display:flex}.gallery-video-card:hover{border-color:#d4af37;transform:translateY(-5px)}.gallery-video-card h3{color:#fff;margin:15px 0 10px;font-size:22px}.gallery-video-card p{color:#d4af37;margin-bottom:20px}.gallery-video-card a{color:#111;background:#d4af37;padding:12px 22px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.gallery-video-card a:hover{background:#fff}@media (width<=900px){.gallery-video-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.gallery-video-section{padding:30px 5%}.gallery-video-grid{grid-template-columns:1fr}}#video-management{background:radial-gradient(circle at 50% 0,#d4af3714,#0000 38%),#090909;padding:100px 8%}#video-management .section-heading{margin-bottom:45px}#video-management .gallery-management-card{background:linear-gradient(145deg,#181818,#0d0d0d);border:1px solid #d4af3740;border-radius:12px;max-width:950px;margin:0 auto;padding:42px;box-shadow:0 25px 60px #00000073}#video-management .gallery-management-card h3{color:#f5f5f5;text-align:center;margin-bottom:30px;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:500}#video-management .gallery-upload-form{grid-template-columns:1fr 1fr;gap:18px;display:grid}#video-management .gallery-upload-form input,#video-management .gallery-upload-form select{color:#f5f5f5;background:#0b0b0b;border:1px solid #303030;border-radius:5px;outline:none;width:100%;padding:16px 17px;font-size:14px}#video-management .gallery-upload-form input::placeholder{color:#777}#video-management .gallery-upload-form input:focus,#video-management .gallery-upload-form select:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af3714}#video-management .gallery-upload-form input:last-of-type{grid-column:1/-1}#video-management .gallery-upload-form button{color:#090909;cursor:pointer;background:#d4af37;border:1px solid #d4af37;border-radius:5px;grid-column:1/-1;justify-self:center;min-width:190px;padding:15px 30px;font-size:14px;font-weight:700}#video-management .gallery-upload-form button:hover{background:#e5c45b;border-color:#e5c45b;transform:translateY(-3px);box-shadow:0 12px 28px #d4af372e}#video-management .uploaded-videos-list{margin-top:45px}#video-management .uploaded-video-item{background:#101010;border:1px solid #d4af3724;border-radius:7px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;padding:20px 22px;display:flex}#video-management .uploaded-video-item:hover{border-color:#d4af3773}#video-management .uploaded-video-info h4{color:#f5f5f5;margin-bottom:7px;font-family:Georgia,Times New Roman,serif;font-size:18px}#video-management .uploaded-video-info span{color:#d4af37;letter-spacing:1.5px;font-size:12px}#video-management .delete-video-button{color:#d4af37;cursor:pointer;background:0 0;border:1px solid #d4af3773;border-radius:4px;padding:10px 17px;font-size:12px;font-weight:700}#video-management .delete-video-button:hover{color:#090909;background:#d4af37}@media (width<=650px){#video-management{padding:75px 5%}#video-management .gallery-management-card{padding:28px 20px}#video-management .gallery-upload-form{grid-template-columns:1fr}#video-management .gallery-upload-form input:last-of-type,#video-management .gallery-upload-form button{grid-column:auto}#video-management .uploaded-video-item{flex-direction:column;align-items:flex-start}#video-management .delete-video-button{width:100%}}#founder{background:radial-gradient(circle at 15%,#d4af3717,#0000 32%),radial-gradient(circle at 85% 20%,#ffffff06,#0000 25%),#080808}#founder .section-heading h2{letter-spacing:1px}#founder .founder-container{position:relative}#founder .founder-image-wrapper{filter:drop-shadow(0 25px 45px #00000080)}#founder .founder-image-frame{border-radius:3px;transition:all .4s;overflow:hidden}#founder .founder-image-frame:hover{border-color:#d4af37cc;box-shadow:0 30px 70px #0009,0 0 45px #d4af371f}#founder .founder-image-accent{opacity:.7;border-radius:3px}#founder .founder-label{border-bottom:1px solid #d4af3740;padding-bottom:10px;display:inline-block}#founder .founder-content h3{letter-spacing:2px;font-family:Georgia,Times New Roman,serif}#founder .founder-intro{color:#d4af37;font-family:Georgia,Times New Roman,serif;font-style:italic}#founder .founder-content p{max-width:680px}#founder .founder-quote{color:#e5e5e5;background:#d4af3709;border-left:2px solid #d4af37;margin:35px 0;padding:22px 28px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-style:italic;line-height:1.7;position:relative}#founder .founder-signature{color:#d4af37;margin-top:20px;font-family:Brush Script MT,cursive;font-size:28px}#founder .founder-content a{color:#d4af37;transition:all .3s}#founder .founder-content a:hover{color:#fff;transform:translate(3px)}@media (width<=850px){#founder .founder-content{text-align:center}#founder .founder-small-line{margin-left:auto;margin-right:auto}#founder .founder-quote{text-align:left}}@media (width<=500px){#founder{padding-left:5%;padding-right:5%}#founder .founder-image{height:390px}#founder .founder-content h3{font-size:32px}#founder .founder-quote{padding:18px 20px;font-size:16px}}.gallery-video-section{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;max-width:1200px!important;margin:70px auto 0!important;padding:50px 20px 90px!important;display:grid!important}.gallery-video-section>h2{text-align:center!important;color:#d4af37!important;grid-column:1/-1!important;margin:0 0 15px!important;font-size:34px!important}.gallery-video-card{text-align:center!important;box-sizing:border-box!important;background:linear-gradient(145deg,#171717,#0d0d0d)!important;border:1px solid #d4af3747!important;border-radius:10px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-width:0!important;min-height:260px!important;padding:30px 24px!important;transition:all .3s!important;display:flex!important}.gallery-video-card:hover{border-color:#d4af37!important;transform:translateY(-6px)!important;box-shadow:0 18px 40px #00000073!important}.gallery-video-card h3{color:#f5f5f5!important;margin:0 0 12px!important;font-family:Georgia,Times New Roman,serif!important;font-size:22px!important;line-height:1.3!important}.gallery-video-card p{color:#d4af37!important;letter-spacing:1.5px!important;text-transform:uppercase!important;margin:0 0 25px!important;font-size:12px!important;font-weight:700!important}.gallery-video-card a{color:#0b0b0b!important;background:#d4af37!important;border:1px solid #d4af37!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;padding:13px 24px!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;transition:all .3s!important;display:inline-flex!important}.gallery-video-card a:hover{color:#d4af37!important;background:0 0!important}@media (width<=900px){.gallery-video-section{grid-template-columns:repeat(2,1fr)!important}}@media (width<=600px){.gallery-video-section{grid-template-columns:1fr!important;padding:40px 5% 70px!important}.gallery-video-section>h2{font-size:28px!important}.gallery-video-card{min-height:230px!important}}#founder .founder-container{flex-direction:column!important;align-items:center!important;gap:40px!important;max-width:900px!important;margin:50px auto 0!important;display:flex!important}#founder .founder-image-wrapper{width:400px!important;max-width:90%!important;margin:0 auto!important}#founder .founder-image-frame{width:100%!important}#founder .founder-image{object-fit:cover!important;object-position:center top!important;width:100%!important;height:450px!important;min-height:0!important}#founder .founder-content{text-align:center!important;width:100%!important;max-width:850px!important}#founder .founder-label,#founder .founder-content h3,#founder .founder-intro,#founder .founder-description,#founder .founder-approach-title,#founder .founder-approach-item,#founder .founder-quote,#founder .founder-signature{text-align:center!important}#founder .founder-small-line{margin-left:auto!important;margin-right:auto!important}#founder .founder-approach{text-align:center!important}#founder .founder-quote{box-sizing:border-box!important;width:100%!important}#founder .founder-signature{align-items:center!important}#founder .founder-social-links{justify-content:center!important}#founder .founder-cta{margin:20px auto!important;display:block!important}@media (width<=600px){#founder .founder-image{height:400px!important}#founder .founder-image-wrapper{width:340px!important}#founder .founder-content{padding:0 15px!important}}#founder .founder-container{flex-direction:column!important;align-items:center!important;gap:38px!important;width:100%!important;max-width:1000px!important;margin:0 auto!important;display:flex!important}#founder .founder-image-wrapper{width:450px!important;max-width:90%!important;height:auto!important;margin:0 auto!important;display:block!important}#founder .founder-image-frame{width:100%!important;height:auto!important;overflow:hidden!important}#founder .founder-image{object-fit:cover!important;object-position:center top!important;width:100%!important;height:500px!important;min-height:0!important;display:block!important}#founder .founder-image-accent{margin:16px auto 0!important}#founder .founder-content{text-align:center!important;width:100%!important;max-width:900px!important;padding:0!important;font-family:inherit!important}#founder .founder-label,#founder .founder-content h3{text-align:center!important;font-family:inherit!important}#founder .founder-small-line{margin:16px auto 18px!important}#founder .founder-intro,#founder .founder-description{text-align:center!important;font-family:inherit!important}#founder .founder-approach{width:100%!important;margin-top:35px!important}#founder .founder-approach h4{text-align:center!important;margin-bottom:22px!important;font-family:inherit!important}#founder .founder-approach-item{box-sizing:border-box!important;background:linear-gradient(145deg,#171717,#0d0d0d)!important;border:1px solid #d4af3759!important;border-radius:10px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:110px!important;margin-bottom:14px!important;padding:22px 20px!important;display:flex!important}#founder .founder-approach-item strong{text-align:center!important;margin-bottom:8px!important;font-family:inherit!important}#founder .founder-approach-item p{text-align:center!important;max-width:650px!important;font-family:inherit!important}#founder .founder-quote{box-sizing:border-box!important;text-align:center!important;border:1px solid #d4af3759!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:20px!important}#founder .founder-quote p{text-align:center!important;font-family:inherit!important}#founder .founder-signature{text-align:center!important;align-items:center!important}#founder .founder-signature strong,#founder .founder-signature span{text-align:center!important;font-family:inherit!important}#founder .founder-social-links{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:25px!important;display:flex!important}#founder .founder-instagram{text-align:center!important;font-family:inherit!important}#founder .founder-cta{margin:20px auto 0!important;font-family:inherit!important;display:block!important}@media (width>=850px){#founder .founder-approach{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;display:grid!important}#founder .founder-approach h4{grid-column:1/-1!important}#founder .founder-approach-item{margin-bottom:0!important}}@media (width<=600px){#founder .founder-image-wrapper{width:360px!important}#founder .founder-image{height:420px!important}#founder .founder-container{gap:30px!important}#founder .founder-approach{display:block!important}#founder .founder-approach-item{margin-bottom:12px!important}#founder .founder-social-links{flex-direction:column!important}}#founder .founder-content,#founder .founder-content h3,#founder .founder-intro,#founder .founder-description{text-align:center!important}#founder .founder-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:900px!important;margin:0 auto!important;display:flex!important}#founder .founder-label,#founder .founder-content h3,#founder .founder-intro,#founder .founder-description,#founder .founder-approach-title{text-align:center!important;width:100%!important}#founder .founder-approach{width:100%!important}#founder .founder-approach-item,#founder .founder-approach-item strong,#founder .founder-approach-item p{text-align:center!important}#founder .founder-quote p{font-family:inherit!important;font-style:normal!important;font-weight:400!important}#founder .founder-signature strong,#founder .founder-signature span{font-family:Arial,sans-serif!important;font-style:normal!important;font-weight:500!important}
