/*
Theme Name: CelebrateThere
Theme URI: https://celebratethere.com/
Author: WebsiteStudio.in
Description: CelebrateThere premium dark destination wedding marketplace theme.
Version: 1.4.0
Text Domain: celebratethere
*/
:root{
 --ct-bg:#03101d;--ct-bg2:#071727;--ct-panel:#071a2d;--ct-panel2:#0a2034;
 --ct-border:#23415e;--ct-text:#fff;--ct-muted:#c0cad5;--ct-gold:#f3b329;
 --ct-orange:#ff7d20;--ct-pink:#ed1469;--ct-green:#16864a;--ct-radius:13px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#02101c,#071828 65%,#03101c);color:#fff;font-family:Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}
.ct-container{width:min(1480px,calc(100% - 42px));margin:auto}
.ct-header{position:sticky;top:0;z-index:999;background:#03111f;border-bottom:1px solid rgba(243,179,41,.18)}
body.admin-bar .ct-header{top:32px}
.ct-nav{height:82px;display:flex;align-items:center;gap:28px}
.ct-logo{flex:0 0 auto}.ct-logo img{width:285px;height:auto}
.ct-menu{display:flex;align-items:center;gap:27px;margin-left:auto;font-size:14px;font-weight:700}
.ct-header-actions{display:flex;align-items:center;gap:17px;margin-left:10px}
.ct-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:13px 20px;color:#fff;font-weight:800;background:linear-gradient(105deg,var(--ct-orange),var(--ct-pink));cursor:pointer}
.ct-btn-outline{background:transparent;border:1px solid #aa6f2d}
.ct-section{padding:18px 0}
.ct-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px;gap:14px}
.ct-section-head h2{font-family:Georgia,serif;font-size:27px;margin:0}
.ct-link{color:#fff0c8;font-size:12px}
.ct-card{background:var(--ct-panel);border:1px solid var(--ct-border);border-radius:12px;overflow:hidden}
.ct-meta{color:var(--ct-muted);font-size:12px}.ct-price{color:var(--ct-gold);font-weight:800}
.ct-footer{background:#020b14;border-top:1px solid #16304a;padding:24px 0 35px;margin-top:16px}
.ct-footer-grid{display:grid;grid-template-columns:1.3fr repeat(5,1fr);gap:20px}
.ct-footer .ct-logo img{width:180px}.ct-footer h4{color:#fff;margin:0 0 9px;font-size:13px}
.ct-footer a{display:block;color:#c3ced8;font-size:11px;margin:5px 0}
@media(max-width:1050px){.ct-menu{gap:14px;font-size:12px}.ct-logo img{width:240px}}
@media(max-width:900px){body.admin-bar .ct-header{top:46px}.ct-menu{display:none}.ct-nav{height:68px}.ct-logo img{width:210px}.ct-footer-grid{grid-template-columns:1fr 1fr 1fr}}
