@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Manrope:wght@400;600&display=swap');
html { font-size: 10px; box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; margin: 0; padding: 0; }
body{font-family:'Manrope', sans-serif; font-size: 1.6rem; color: #333333; line-height:1.5; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 {font-family: 'Cormorant Garamond', serif; font-weight:700; color:#292e6e; }
a{text-decoration: none; color: inherit;}
img{width:100%;max-width:100%;height:auto;display:block;border:none;}
ul{list-style:none;}
.container{width:100%; padding:0 2rem; margin:0 auto;}
.site-header{width:100%; background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; }
.site-header.scrolled{background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.header-inner{display:flex; justify-content: space-between; align-items: center; padding:1.5rem 1rem; position: relative; transition: padding 0.3s ease; }
.site-header.scrolled .header-inner{padding:0.8rem 1rem; }
.logo{width:17.1rem;}
.mobile-toggle { background: none; border: none; cursor: pointer; display: block; padding: 0.5rem; }
.mobile-toggle svg{overflow:visible}
.line-top,.line-mid,.line-bot{transition:all .3s cubic-bezier(0.16,1,0.3,1);transform-origin:50% 50%;transform-box:fill-box}
.mobile-toggle[aria-expanded="true"] .line-top{transform:translateY(6px) rotate(45deg)}
.mobile-toggle[aria-expanded="true"] .line-mid{opacity:0;transform:scaleX(0)}
.mobile-toggle[aria-expanded="true"] .line-bot{transform:translateY(-6px) rotate(-45deg)}

.main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #ffffff; padding: 2rem; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.main-nav.active { display: block; animation: slideDown 0.3s ease forwards; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.nav-list { display: flex; flex-direction: column; gap: 1.5rem; }
.nav-link {font-size: 1.6rem; font-weight: 500; color: #02234e; display: flex; align-items: center; gap: 0.5rem; transition: color 0.3s ease; }
.nav-link:hover, .nav-link:focus, .active_nav_item{color: #e86ca3;}
.has-dropdown{position:relative;}
.dropdown-menu{display:none;flex-direction: column; gap:0.5rem; padding:1rem 0; margin-top:1rem; border-left: none; background-color:#292e6e; border-radius: 0.8rem; }
.dropdown-link{font-size:1.5rem; font-weight: 500; color: #ffffff; padding:0.5rem 2rem; display: block; transition: all 0.3s ease; }
.dropdown-link:hover { color:#292e6e; background-color: #f8f9fc;}
.nav-link-wrap{display: flex; align-items: center; justify-content: space-between;width:100%;}
.dropdown-trigger{display: flex; align-items: center; justify-content: center; padding: 0 2rem 0 1rem; cursor: pointer; color: #4A4A4A; transition: color 0.3s ease; }
.dropdown-trigger:active, .dropdown-trigger:focus { color: #e86ca3; }
.has-dropdown.mobile-open .dropdown-menu { display: flex; }
.has-dropdown.mobile-open .dropdown-icon { transform: rotate(180deg); }

.header-cta { display: none; }
.btn { display: inline-flex; align-items: center; gap: 0.8rem; padding: 1.2rem 2.4rem; border-radius: 5rem; font-weight:500; font-size: 1.4rem; cursor: pointer; transition: all 0.3s ease; }
.btn-primary { background: linear-gradient(90deg, #e86ca3 0%, #292e6e 100%); color: #ffffff; border: none; box-shadow: 0 4px 10px rgba(232, 93, 117, 0.2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(232, 93, 117, 0.35); }

.highlight-pink { color: #e86ca3; }
.text-white { color: #ffffff !important; }
.font-bold { font-weight: 600; }
.btn-outline { background: transparent; border: 1px solid #292e6e; color: #292e6e; border-radius: 5rem; padding: 1.2rem 2.4rem; font-weight: 600; font-size: 1.6rem; transition: all 0.3s ease; }
.btn-outline:hover { border-color: #e86ca3; color: #e86ca3; background: rgba(232, 93, 117, 0.05); }
.btn-dark { background: #292e6e; color: #ffffff; border: none; border-radius: 5rem; padding: 1rem 2rem; }
.btn-dark:hover { background: #2A2A5A; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(26, 26, 58, 0.2); }
.btn-white { background: #ffffff; color: #292e6e; border: 1px solid #ffffff; border-radius: 5rem; padding: 1.2rem 2.4rem; font-weight: 600; font-size: 1.4rem; transition: all 0.3s ease; text-align: center; }
.btn-white:hover { background: transparent; color: #ffffff; }
.btn-outline-white { background: transparent; color: #ffffff; border: 1px solid rgba(255,255,255,0.5); border-radius: 5rem; padding: 1.2rem 2.4rem; font-weight: 600; font-size: 1.4rem; transition: all 0.3s ease; text-align: center; }
.btn-outline-white:hover { border-color: #ffffff; background: rgba(255,255,255,0.1); }

main{background:linear-gradient(to bottom,#ffffff 0%,#ffffff 15%,#f8f7fd 30%,#f2ebfa 50%,#f8f3fb 70%,#fefcfe 85%,#ffffff 100%);}
.section-heading, .section-title{font-size: 3.6rem; line-height: 1.25; margin-bottom: 2rem; color:#292e6e; padding-bottom:2.5rem;}
.section-heading::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:300px;height:.5px;background:#292e6e}
.section-heading::before{content:"";position:absolute;left:50%;bottom:-1px;transform:translateX(-50%);width:300px;height:3px;background:linear-gradient(to right,transparent 0%,#292e6e 12%,#292e6e 88%,transparent 100%);clip-path:polygon(0 50%,12% 0,88% 0,100% 50%,88% 100%,12% 100%)}

.site-footer { background-color:#eff0ff; padding-top:3rem; color:#222; font-size: 1.4rem; border-top: 1px solid #e86ca3; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 4rem; padding-bottom:3rem;}
.footer-logo { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.footer-logo img{width:17.1rem;}
.footer-about { line-height: 1.6; margin-bottom: 2.5rem;}
.social-links { display: flex; gap: 1.5rem; }
.social-links a {width:2rem; color: #292e6e; transition: all 0.3s ease; }
.social-links a:hover{color: #e86ca3;}
.footer-heading { font-family: 'Manrope', sans-serif; font-size: 1.4rem; font-weight: 600; color: #292e6e; letter-spacing: 0.1rem; margin-bottom: 2.5rem; }
.footer-list { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem;}
.footer-list a { transition: color 0.3s ease;}
.footer-list a:hover { color: #e86ca3;}
.contact-item { display: flex; gap: 1.2rem; align-items: flex-start; line-height: 1.6; }
.contact-item svg { flex-shrink: 0; margin-top: 0.3rem; color: #292e6e; }
.footer-bottom{border-top: 1px solid #e86ca3; padding:2.5rem 0; text-align: center; font-size:1.3rem; color:#222}

/* Goto top Button */
.go-top-btn { position: fixed; bottom: -6rem; right: 2rem; width: 4.5rem; height: 4.5rem; background: linear-gradient(135deg, #e86ca3 0%, #C4455C 100%); color: #ffffff; border: none; border-radius: 50%; box-shadow: 0 4px 15px rgba(232, 93, 117, 0.4); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); z-index: 999; opacity: 0; pointer-events: none; }
.go-top-btn.show { bottom: 2rem; opacity: 1; pointer-events: auto; }
.go-top-btn:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(232, 93, 117, 0.6); }

@media (min-width: 768px) {
	.footer-top { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
	.container{max-width:1200px; padding:1rem;}
	.mobile-toggle{display: none; }
	.main-nav { display: flex; position: static; width: auto; background: transparent; padding: 0; box-shadow: none; }
	.nav-list { flex-direction: row; gap: 3rem; align-items: center; }
	.header-cta { display: block; }
	.dropdown-menu { position: absolute; top: 100%; left: 0; background-color:#292e6e; min-width: 260px; padding: 1rem 0; box-shadow: 0 10px 30px rgba(0,0,0,0.15); border-radius: 0.8rem; border-left: none; margin-top: 2rem; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); display: flex; gap: 0; pointer-events: none;}
	.dropdown-menu::before{content:'';position:absolute;top:-2rem;left:0;width:100%;height:2rem;background:transparent}
	.has-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
	.dropdown-icon { transition: transform 0.3s ease; }
	.has-dropdown:hover .dropdown-icon { transform: rotate(180deg); }
	.nav-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background-color: #e86ca3; transition: width 0.3s ease; }
	.nav-link:hover::after{ width: 100%; }
	.has-dropdown .nav-link::after{ display: none;}
	
	/* DROPDOWN LINKS - DESKTOP */
	.dropdown-link{color:#ffffff;}
	
	.nav-link-wrap { justify-content: flex-start; width: auto; }
	.dropdown-trigger { padding: 0 0 0 0.5rem; pointer-events: none; }

	.section-heading, .section-title { font-size: 4.2rem; }

	.footer-top{grid-template-columns: 2fr 1fr 1fr 1.5fr; gap:3rem; margin-bottom:2rem;}
	.footer-about{max-width:30rem;}
	.footer-bottom{padding:1rem 0;}
	
	.go-top-btn { right: 4rem; width: 5rem; height: 5rem; }
	.go-top-btn.show { bottom: 4rem; }

	.mt-25{margin-top:3rem}
	.footer-heading {margin-bottom:4rem; }

}

@media (min-width:1280px) {
	.nav-link, .btn { font-size:1.8rem; }
	.section-heading{font-size:5.5rem; line-height:1.15}
	.social-links a {width:4rem; height:4rem;}
	.social-links svg {width:2rem; height:2rem;}
}
@media (min-width:1600px) {
	.container{max-width:1400px; padding:1rem 0}
	.header-inner{padding:2rem 0;}
	.nav-link, .btn { font-size:2rem; }
	.dropdown-link { font-size: 1.6rem; font-weight: 600;}
	.dropdown-menu {margin-top:3rem; min-width:26rem;}
	.dropdown-menu::before{position:absolute;top:-3rem;height:3rem;}
}
[id]{scroll-margin-top:15rem;}