:root{--body-bg-color:#000;--body-bg-gradient1:#000;--body-bg-gradient2:#e2e8f0;--body-text-color:#fff;--heading-color:#fff;--hero-gradient1:#168295;--hero-gradient2:#0b5e3a;--footer-bg-color:#000;--footer-bg-gradient1:#000;--footer-bg-gradient2:#110e09;--link-color:#c3a565;--box-color:#efc366;--box-text-color:#1a1a1a;--header-bg-color:#1f1605;--font-family:"Times New Roman",Times,serif;--nav-link-color:#fff;--footer-text-color:#fff;--header-text-color:#ffff}
html{overflow-x:hidden}
body{background-color:var(--body-bg-color);color:var(--body-text-color)!important;font-family:var(--font-family);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;font-size:1.1rem;background-image:linear-gradient(#00000080,#00000080),url(/images/body-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}
h1{position:relative;font-size:clamp(2rem,4vw,2.5rem)!important;font-weight:400;line-height:1.18;letter-spacing:.03em;color:#fff;text-wrap:balance;text-shadow:0 2px 12px #00000059}
h1::after{content:"";display:block;width:58px;height:1px;margin:.9rem auto 0;background:linear-gradient(90deg,transparent,#efc366,transparent)}
h2{font-size:clamp(1.6rem,3vw,2rem)!important}
h3{font-size:clamp(1.4rem,3vw,1.7rem)!important}
p{margin-bottom:.5rem!important}
section{padding:15px 0;scroll-margin-top:70px}
h2,h3{color:var(--heading-color)!important}
.content-area a{color:var(--link-color)!important;text-decoration:none!important}
.content-area a:hover{color:var(--link-color)!important;opacity:.8}
.sidebar-newsletter-box p{margin:0 0 14px;font-size:.85rem;color:var(--body-text-color);opacity:.75}
.error_page{min-height:70vh}
.sidebar-search{padding:1.3rem;width:279px;margin-bottom:15px;background:linear-gradient(145deg,#ffffff0d,#ffffff04);border:1px solid #ffffff14;border-left:2px solid #efc366a6}
.sidebar-search h3{margin:0 0 1rem;padding-bottom:.7rem;color:#fff;font-weight:400;letter-spacing:.04em;border-bottom:1px solid #ffffff14}
.sidebar-search-form{display:flex;align-items:center;background:#ffffff09;border:1px solid #ffffff1f;transition:border-color .25s ease,background-color .25s ease}
.sidebar-search-form:focus-within{border-color:#efc366b3;background:#ffffff0e}
.sidebar-search-form input{flex:1;min-width:0;padding:.75rem .9rem;color:#fff;background:transparent;border:0;outline:0}
.sidebar-search-form input::placeholder{color:#fff6}
.sidebar-search-form button{display:flex;align-items:center;justify-content:center;width:44px;align-self:stretch;color:#111;background:#efc366;border:0;cursor:pointer;transition:background-color .25s ease,color .25s ease}
.sidebar-search-form button:hover{background:#f5d487}
.sidebar-search-form button i{transition:transform .25s ease}
.sidebar-search-form button:hover i{transform:scale(1.1)}
.footer{position:relative;background:linear-gradient(180deg,#121212fa,#080808ff);color:#ffffffb8;border-top:1px solid #efc36638}
.footer::before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:90px;height:1px;background:#efc366}
.footer-main{padding:3rem 0 2.5rem}
.footer-logo{display:inline-block;margin-bottom:1.25rem}
.footer-logo img{display:block;height:auto}
.footer-title{position:relative;margin-bottom:1.4rem;color:#fff;font-weight:400;letter-spacing:.04em}
.footer-title::after{content:"";display:block;width:32px;height:1px;margin-top:.65rem;background:#efc366}
.text-center .footer-title::after{margin-left:auto;margin-right:auto}
@media (min-width: 992px) {
.text-lg-start .footer-title::after{margin-left:0;margin-right:0}
}
.social-icons{display:flex;gap:.65rem}
.social-icons span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;color:#ffffffc7;text-decoration:none;border:1px solid #ffffff1f;border-radius:50%;transition:color .25s ease,border-color .25s ease,background-color .25s ease,transform .25s ease}
.social-icons span:hover{color:#111;background-color:#efc366;border-color:#efc366;transform:translateY(-3px)}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin-bottom:.55rem}
.footer-links a{position:relative;color:#ffffffb8;text-decoration:none;transition:color .25s ease,padding-left .25s ease}
.footer-links a::before{content:"";position:absolute;top:50%;left:0;width:0;height:1px;background:#efc366;transform:translateY(-50%);transition:width .25s ease}
.footer-links a:hover{color:#efc366;padding-left:16px}
.footer-links a:hover::before{width:9px}
.footer-text{margin-bottom:1rem;color:#ffffff9e;line-height:1.7}
.newsletter-field{display:flex;align-items:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;transition:border-color .25s ease,background-color .25s ease}
.newsletter-field:focus-within{border-color:#efc366b3;background:#ffffff0f}
.newsletter-field > i{margin-left:.9rem;color:#efc366}
.newsletter-form input{flex:1;min-width:0;padding:.8rem .7rem;color:#fff;background:transparent;border:0;outline:0}
.newsletter-form input::placeholder{color:#fff6}
.newsletter-form button{align-self:stretch;padding:.75rem 1.1rem;color:#111;font-weight:500;background:#efc366;border:0;border-left:1px solid #00000014;transition:background-color .25s ease,opacity .25s ease}
.newsletter-form button:not(:disabled):hover{background:#f5d487}
.newsletter-form button:disabled{opacity:.55;cursor:not-allowed}
.footer-bottom{padding:1.25rem 0;border-top:1px solid #ffffff14}
.footer-bottom p{color:#ffffff80}
.footer-bottom a{color:#ffffffb3;text-decoration:none;transition:color .25s ease}
.footer-bottom a:hover{color:#efc366}
.footer-bottom p a{color:#efc366}
.footer-legal{display:flex;justify-content:flex-end;gap:1.25rem}
.footer-legal a{display:inline-flex;align-items:center;gap:.4rem}
.footer-legal i{color:#efc366}
@media (max-width: 767.98px) {
.footer-main{padding:2.5rem 0 2rem}
.footer-legal{justify-content:center;flex-wrap:wrap}
.newsletter-field{flex-wrap:wrap}
.newsletter-form button{width:100%;border-left:0;border-top:1px solid #ffffff14}
}
.navbar{background-color:transparent!important;transition:background-color .4s ease,box-shadow .3s ease;position:fixed;top:0;left:0;width:100%;z-index:1030}
.navbar.scrolled{background-color:#0f0f0feb!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #efc36640;box-shadow:0 6px 24px #00000038 0 1px 0 #ffffff08;transition:background-color .35s ease,box-shadow .35s ease,border-color .35s ease}
.hero-section{padding:155px 0 30px;position:relative;overflow:hidden;color:var(--header-text-color)}
.hero-section.gradient-bg{background:linear-gradient(135deg,var(--hero-gradient1),var(--hero-gradient2))}
.hero-section .container{position:relative;z-index:2}
@media (max-width: 768px) {
.hero-section{padding:110px 0 30px}
}
.navbar-light .navbar-nav .nav-link{color:var(--nav-link-color,#141414)!important}
.navbar-light .navbar-nav .nav-link.active{color:var(--link-color)!important;font-weight:700}
@media (max-width: 1199.98px) {
.navbar-collapse{position:fixed;top:81px;left:15px;right:15px;background-color:color-mix(in srgb,var(--header-bg-color) 65%,transparent);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 15px 40px #00000026;z-index:9999;padding:15px;margin:0}
.navbar-nav{width:100%}
.navbar-nav .nav-item{margin:7px 0}
.navbar-nav .nav-item:hover{transform:translateY(-1px)}
.navbar-nav .nav-link{font-size:1.2rem;font-weight:500;text-decoration:none;display:block;padding:0}
.navbar-toggler{z-index:10000;position:relative;border:var(--bs-border-width) solid var(--nav-link-color,#141414)!important}
}
.custom-dropdown{border:0;box-shadow:0 10px 40px #00000026;border-radius:12px;padding:.5rem 0;margin-top:.5rem;min-width:220px;background:color-mix(in srgb,var(--header-bg-color) 65%,transparent)!important;backdrop-filter:blur(12px)}
.custom-dropdown .dropdown-item{padding:.75rem 1.5rem;transition:all .3s ease;color:var(--nav-link-color,#141414)!important;font-weight:500;border-radius:0;text-wrap:wrap}
.dropdown-menu{display:none}
.custom-dropdown .dropdown-item:hover{color:#fff;background:color-mix(in srgb,var(--header-bg-color) 95%,transparent)!important}
.nav-item.dropdown > .nav-link{display:flex;align-items:center}
.nav-item.dropdown > .nav-link .arrow{position:relative;margin-left:auto;border:solid var(--nav-link-color,#141414);border-width:0 2px 2px 0;padding:3px;transform:rotate(45deg);transition:transform .25s}
.dropdown.open .dropdown-menu{display:block}
@media (min-width: 1200px) {
.nav-item.dropdown{position:relative}
.nav-item.dropdown > .nav-link .arrow{margin-left:7px}
.custom-dropdown.dropdown-menu{position:absolute;top:100%;left:0;margin-top:0;z-index:1000}
.nav-item.dropdown:hover > .nav-link .arrow{transform:rotate(-135deg)}
.nav-item.dropdown:hover > .dropdown-menu{display:block!important}
}
@media (max-width: 1199px) {
.nav-item.dropdown > .nav-link .arrow{padding:4px}
}
.contact-container{max-width:720px;width:100%;margin:0 auto;position:relative;padding:2rem;color:#ffffffd1;border:1px solid #ffffff14;border-left:2px solid #efc366a6;margin-bottom:15px}
.contact-container::before{content:"";position:absolute;top:-1px;left:-2px;width:70px;height:2px;background:#efc366}
.contact-header{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:1rem;color:#efc366;border:1px solid #efc36673;border-radius:50%}
.contact-header i{font-size:1.1rem}
.contact-container h2{margin-bottom:1.5rem;color:#fff;font-weight:400;letter-spacing:.04em}
.contact-container h2::after{content:"";display:block;width:42px;height:1px;margin-top:.7rem;background:#efc366}
.contact-container .form-label{margin-bottom:.45rem;color:#ffffffb8;letter-spacing:.02em}
.contact-container .form-control{padding:.8rem .9rem;color:#fff;background:#ffffff09;border:1px solid #ffffff1f;border-radius:2px;box-shadow:none;transition:border-color .25s ease,background-color .25s ease,box-shadow .25s ease}
.contact-container .form-control::placeholder{color:#ffffff59}
.contact-container .form-control:focus{color:#fff;background:#ffffff0d;border-color:#efc366bf;box-shadow:0 0 0 3px #efc36614}
.contact-container textarea.form-control{resize:vertical}
.contact-container .btn-primary{padding:.8rem 1rem;color:#111;font-weight:500;letter-spacing:.03em;background:#efc366;border:1px solid #efc366;border-radius:2px;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}
.contact-container .btn-primary:not(:disabled):hover{background:#f5d487;border-color:#f5d487;transform:translateY(-1px)}
.contact-container .btn-primary:disabled{color:#111111b3;background:#efc3668c;border-color:transparent;opacity:1;cursor:not-allowed}
.email-link{margin:1.25rem 0 0;padding-top:1rem;color:#ffffff94;border-top:1px solid #ffffff14}
.email-link i{margin-right:.4rem;color:#efc366}
@media (max-width: 768px) {
.contact-container{padding:1.5rem}
}
.scroll-top{position:fixed;right:18px;bottom:-20px;z-index:99999;display:flex;align-items:center;justify-content:center;width:46px;height:46px;visibility:hidden;opacity:0;color:#efc366;background:#0f0f0feb;border:1px solid #efc36673;border-radius:50%;box-shadow:0 6px 20px #00000040;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:opacity .3s ease,bottom .3s ease,background-color .25s ease,border-color .25s ease,transform .25s ease}
.scroll-top::before{content:"";position:absolute;inset:4px;border:1px solid #efc3662e;border-radius:50%}
.scroll-top i{position:relative;z-index:1;font-size:1.1rem;line-height:1;color:#efc366;transition:transform .25s ease}
.scroll-top:hover{color:#111;background:#efc366;border-color:#efc366;transform:translateY(-3px)}
.scroll-top:hover::before{border-color:#1111112e}
.scroll-top:hover i{color:#111;transform:translateY(-2px)}
.scroll-top.active{visibility:visible;opacity:1;bottom:18px}
@media (max-width: 768px) {
.scroll-top{right:12px;width:42px;height:42px}
.scroll-top.active{bottom:12px}
}
.heading{position:relative;padding:2.5rem 6%;color:#f7f4ee;text-align:center}
.heading::before{content:"";display:block;width:42px;height:1px;margin:0 auto 1rem;background-color:#efc366}
.heading h2{margin:0 0 1.5rem;color:#fff;font-weight:400;letter-spacing:.04em}
.heading h2::after{content:"◆";display:block;margin-top:.75rem;color:#efc366;font-size:.45em;line-height:1}
.heading p{margin:0 auto 1rem;color:#ffffffd1;line-height:1.85;font-weight:300}
.heading p:last-child{margin-bottom:0}
.heading p:first-of-type::first-letter{color:#efc366;font-family:Georgia,"Times New Roman",serif;font-size:2.7em;line-height:.85;float:left;margin:.1em .12em 0 0}
@media (max-width: 768px) {
.heading{padding:2rem 5%}
.heading p{line-height:1.7}
}
.modern-h3{position:relative;color:#ffffffd1}
.modern-h3 > h2{margin-bottom:1.25rem;color:#fff;font-weight:400;letter-spacing:.04em;text-align:center}
.modern-h3 > h2::after{content:"";display:block;width:46px;height:1px;margin:.85rem auto 0;background:#efc366}
.modern-h3 > p{margin-bottom:1rem;line-height:1.8;color:#ffffffc2}
.modern-h3 > h3{position:relative;margin:1.4rem 0 0;padding:1.1rem 1.2rem .45rem 1.5rem;color:#fff;font-weight:400;letter-spacing:.03em;background:linear-gradient(135deg,#ffffff0e,#ffffff05);border-top:1px solid #ffffff14;border-left:1px solid #efc36673;border-right:1px solid #ffffff0d}
.modern-h3 > h3::before{content:"";position:absolute;left:-1px;top:0;width:3px;height:100%;background:linear-gradient(to bottom,#efc366,#efc36614)}
.modern-h3 > h3::after{content:"◆";margin-left:.65rem;color:#efc366;font-size:.45em;vertical-align:middle}
.modern-h3 > h3 + p{margin:0 0 1rem;padding:.35rem 1.2rem 1.15rem 1.5rem;color:#ffffffb8;line-height:1.75;background:linear-gradient(135deg,#ffffff0e,#ffffff05);border-left:1px solid #efc36673;border-right:1px solid #ffffff0d;border-bottom:1px solid #ffffff14;transition:background-color .3s ease,border-color .3s ease,transform .3s ease}
.modern-h3 > h3:hover,.modern-h3 > h3:hover + p{background:#efc3660f;border-color:#efc36659}
.modern-h3 > h3:hover + p{transform:translateX(3px)}
.title{position:relative;margin-bottom:1.5rem;padding-bottom:.9rem;color:#fff;font-weight:400;letter-spacing:.04em}
.title::after{content:"";position:absolute;left:0;bottom:0;width:52px;height:1px;background:#efc366}
.conclusion{position:relative;padding:2.5rem 6%;color:#ffffffd1;background:linear-gradient(135deg,#ffffff0b,#efc36609);border-top:1px solid #efc36638;border-bottom:1px solid #ffffff14}
.conclusion::before{content:"◆";display:block;margin-bottom:.8rem;color:#efc366;font-size:.55rem;line-height:1}
.conclusion h2{margin-bottom:1.4rem;color:#fff;font-weight:400;letter-spacing:.04em}
.conclusion h2::after{content:"";display:block;width:52px;height:1px;margin:.9rem auto 0;background:#efc366}
.conclusion p{margin:0 auto 1rem;color:#ffffffc2;line-height:1.8;font-weight:300}
.conclusion p:last-child{margin-bottom:0;color:#ffffffe6}
@media (max-width: 768px) {
.conclusion{padding:2rem 5%}
.conclusion p{line-height:1.7}
}
.sidebar-links{position:relative;padding:1.4rem 1.3rem;background:linear-gradient(145deg,#ffffff0e,#ffffff04);border:1px solid #ffffff14;border-left:2px solid #efc366a6;width:279px}
.sidebar-links::before{content:"";position:absolute;top:-1px;left:-2px;width:55px;height:2px;background:#efc366}
.sidebar-links h3{margin:0 0 1rem;padding-bottom:.75rem;color:#fff;font-weight:400;letter-spacing:.04em;border-bottom:1px solid #ffffff17}
.sidebar-page-list{list-style:none;margin:0;padding:0}
.sidebar-page-list li{border-bottom:1px solid #ffffff0f}
.sidebar-page-list li:last-child{border-bottom:0}
.sidebar-page-list a{position:relative;display:block;padding:.7rem .2rem;color:#ffffffb8;text-decoration:none;transition:color .25s ease,padding-left .25s ease,background-color .25s ease}
.sidebar-page-list a::before{content:"";position:absolute;left:0;top:50%;width:0;height:1px;background:#efc366;transform:translateY(-50%);transition:width .25s ease}
.sidebar-page-list a:hover{color:#efc366;padding-left:1rem}
.sidebar-page-list a:hover::before{width:8px}
.custom-style{position:relative;color:#fffc}
.custom-style h2{position:relative;margin:1.8rem 0 1rem;padding-left:1rem;color:#fff;font-weight:400;letter-spacing:.035em}
.custom-style h2:first-child{margin-top:0}
.custom-style h2::before{content:"";position:absolute;left:0;top:.15em;bottom:.15em;width:2px;background:#efc366}
.custom-style h2::after{content:"";display:block;width:36px;height:1px;margin-top:.7rem;background:#efc366bf}
.custom-style p{margin:0 0 1rem;padding-left:1rem;color:#ffffffbd;line-height:1.8;font-weight:300}
.custom-style h2 + p{color:#ffffffdb}
.custom-style h2:not(:first-child){margin-top:2rem;padding-top:1.4rem;border-top:1px solid #ffffff1a}
.custom-style h2:not(:first-child)::before{top:1.55rem}
.custom-style p:last-child{margin-bottom:0}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}