:root { --primary: #00443e; --gold: #d6b06a; --offwhite: #f8f7f3; --lightgray: #e9ecef; --white: #ffffff; --dark: #1c1c1c; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter',sans-serif; background: var(--offwhite); color: #333; overflow-x: hidden; line-height: 1.8; text-align: justify; }
h1,h2,h3,h4,h5,h6 { font-family: 'Cormorant Garamond',serif; font-weight: 700; color: var(--primary); }
a { text-decoration: none; transition: .3s; }
img { max-width: 100%; display: block; }
.section-padding { padding: 100px 0; }
.section-title { font-size: 3rem; text-align: center; margin-bottom: 60px; position: relative; }
.section-title::after { content: ""; width: 90px; height: 3px; background: var(--gold); position: absolute; left: 50%; transform: translateX(-50%); bottom: -15px; }
@media(max-width:991px) {
  html, body { overflow-x: hidden !important; }
  .container, .container-fluid, .container-custom { max-width: 100%; overflow-x: hidden; }
}
@media(max-width:991px) {
  .mega-menu { width: 100% !important; max-width: 100% !important; left: 0 !important; transform: none !important; }
}
.custom-navbar { background: transparent; padding: 10px 0; transition: .4s ease; z-index: 999; }
.custom-navbar.scrolled { background: #ffffff; box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.navbar-brand img { height: 70px; }
@media(max-width:768px) {
  .navbar-brand img { height: 50px; }
}
.nav-link { font-size: 15px; font-weight: 600; letter-spacing: .5px; margin-left: 15px; color: white !important; }
.custom-navbar.scrolled .nav-link { color: var(--primary) !important; }
.custom-navbar.scrolled .active { color: var(--gold) !important; }
.nav-link:hover { color: var(--gold) !important; }
.dropdown-menu { border: none; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.dropdown-item { padding: 12px 20px; }
.dropdown-item:hover { background: var(--primary); color: white; }
.active { color: #d6b06a !important; font-weight: 700; }
.active::after { width: 0%; }
.custom-navbar.scrolled .nav-link:hover { color: #d6b06a !important; }
.mega-dropdown { position: relative; }
.mega-menu { width: 900px; left: 50%; transform: translateX(-50%); top: 100%; border: none; border-radius: 20px; padding: 35px; margin-top: 15px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.mega-menu h6 { color: #002e2a; font-weight: 900; margin-bottom: 15px; padding-bottom: 10px; }
.mega-menu h5 { color: #002e2a; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #d6b06a; }
.mega-menu a { display: block; padding: 8px 0; color: #444; text-decoration: none; transition: .3s; }
.mega-menu a:hover { color: #d6b06a; padding-left: 8px; }
.mega-menu h5:hover { color: #d6b06a; padding-left: 8px; }
.mega-highlight { background: #002e2a; color: #fff; padding: 25px; border-radius: 15px; height: 100%; }
.mega-highlight h5 { color: #fff; margin-bottom: 15px; }
.mega-highlight p { margin-bottom: 20px; }
@media (max-width:991px) {
  .mega-menu { max-height: 300px; overflow-y: auto; overflow-x: hidden; width: 100% !important; position: static !important; transform: none !important; box-shadow: none !important; border: none !important; padding: 10px !important; background: #fafafaab; }
}
@media (max-width:991px) {
  .mega-menu::-webkit-scrollbar { width: 6px; }
  .mega-menu::-webkit-scrollbar-track { background: #f1f1f1; }
  .mega-menu::-webkit-scrollbar-thumb { background: #d6b06a; border-radius: 10px; }
}
@media (max-width:991px) {
  .mega-menu .row-s { max-height: 300px !important; overflow-y: auto !important; }
}
@media(max-width:768px) {
  .hero { min-height: 85vh; padding: 120px 20px 80px; }
}
.hero { height: 100vh; background: linear-gradient(rgb(0 46 42 / 47%), rgb(0 46 42 / 65%)), url(img/sub-banner.webp); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-content { max-width: 900px; }
.hero h1 { font-size: 5rem; }
@media(max-width:768px) {
  .hero h1 { font-size: 2.5rem; line-height: 1.2; }
  .hero p { font-size: 1rem; }
}
.hero p { font-size: 1.2rem; color: #f0f0f0; margin-bottom: 30px; }
.hero-m { height: 95vh; background: linear-gradient( rgba(0,46,42,.80), rgba(0,46,42,.70) ), url('img/banner-1.webp'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-content { max-width: 900px; }
.hero-m h1 { font-size: 5rem; color: white; margin-bottom: 20px; }
.hero-m p { font-size: 1.2rem; color: #f0f0f0; margin-bottom: 30px; }
@media(max-width:768px) {
  .practice-card, .team-card, .contact-card, .feature-box { margin-bottom: 20px; }
}
@media(max-width:991px) {
  .floating-breadcrumb { display: none; }
}
.btn-premium { background: var(--gold); color: white; padding: 15px 35px; border: none; border-radius: 50px; font-weight: 600; letter-spacing: .5px; transition: .4s; }
.btn-premium:hover { background: var(--primary); color: white; transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,.15); }
.btn-outline-premium { border: 2px solid var(--gold); padding: 14px 30px; color: var(--primary); border-radius: 50px; font-weight: 600; }
.btn-outline-premium:hover { background: var(--gold); color: white; }
.about-image { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.08); }
.about-content h2 { margin-bottom: 25px; }
.about-content p { font-size: 17px; }
.practice-card { background: white; padding: 40px; border-radius: 20px; height: 100%; transition: .4s; box-shadow: 0 5px 20px rgba(0,0,0,.05); border: 1px solid rgba(214, 176, 106, .3); }
.practice-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,.10); border-bottom: 4px solid var(--gold); }
.practice-card h4 { margin-bottom: 15px; }
.feature-box { padding: 35px; background: white; border-radius: 20px; text-align: center; height: 100%; transition: .4s; }
.feature-box:hover { transform: translateY(-10px); }
.feature-icon { font-size: 45px; color: var(--gold); margin-bottom: 20px; }
.counter-section { background: var(--primary); padding: 100px 0; color: white; }
.counter { font-size: 4rem; font-weight: 700; color: var(--gold); }
.counter-section p { font-size: 18px; }
.team-card { background: white; border-radius: 20px; overflow: hidden; transition: .4s; box-shadow: 0 8px 20px rgba(0,0,0,.06); border: 1px solid rgba(214, 176, 106, .3); }
.team-card:hover { transform: translateY(-10px); box-shadow: 0 25px 40px rgba(0,0,0,.12); }
.team-card img { height: 480px !important; object-fit: cover; width: 100%; }
.team-card h5 { margin-bottom: 5px; }
.team-card p { color: #777; }
.accordion-item { border: none; margin-bottom: 15px; border-radius: 15px !important; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,.05); }
.accordion-button { font-weight: 600; padding: 20px; background: white; }
.accordion-button:not(.collapsed) { background: var(--primary); color: white; }
.consultation { background: white; padding: 100px 0; }
.form-control { height: 55px; border-radius: 12px; border: 1px solid #ddd; padding-left: 15px; }
textarea.form-control { height: auto; }
.form-control:focus { border-color: var(--gold); box-shadow: none; }
.testimonial-card { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,.05); }
.testimonial-card p { font-style: italic; }
.floating-breadcrumb { position: fixed; top: 100px; width: 100%; background: #ffffffe8; padding: 6px 20px; box-shadow: 0 10px 30px rgba(0,0,0,.08); z-index: 99; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: all .4s ease; }
.floating-breadcrumb.show { opacity: 1; visibility: visible; transform: translateY(0); }
.floating-breadcrumb a { color: #00443e; font-weight: 600; }
.floating-breadcrumb span { color: #d6b06a; }
.contact-card { background: white; padding: 35px; border-radius: 20px; height: 100%; box-shadow: 0 5px 20px rgba(0,0,0,.05); border: 1px solid rgba(214, 176, 106, .3); }
.contact-icon { font-size: 40px; color: var(--gold); margin-bottom: 15px; }
.contact-map iframe { width: 100%; height: 500px; border: none; border-radius: 20px; }
footer { background: var(--primary); color: white; padding: 80px 0 30px; background: linear-gradient(rgb(0 46 42 / 47%), rgb(0 46 42 / 65%)), url(img/sub-banner.webp); }
footer h5 { color: white; margin-bottom: 20px; }
footer a { color: #ddd; }
footer a:hover { color: var(--gold); }
footer hr { border-color: rgba(255,255,255,.15); }
.footer-links { list-style: none; padding: 0; }
.disclaimer-modal { max-width: 1100px; }
.disclaimer-modal .modal-content { border: none; border-radius: 20px; padding: 20px; box-shadow: 0 20px 60px rgba(0,0,0,.15); }
.disclaimer-modal .modal-header { border-bottom: 1px solid #eee; }
.disclaimer-modal .modal-body { max-height: 70vh; overflow-y: auto; padding: 0px; padding-top: 20px; }
.disclaimer-modal .modal-footer { border-top: none; justify-content: center; }
@media (max-width:768px) {
  .disclaimer-modal { max-width: 95%; margin: auto; }
}
.whatsapp-btn { position: fixed; bottom: 25px; right: 25px; width: 65px; height: 65px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; color: white; z-index: 9999; box-shadow: 0 10px 25px rgba(0,0,0,.20); transition: .4s; }
.whatsapp-btn:hover { transform: scale(1.1); color: white; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 50px; }
@media(max-width:991px) {
  .hero h1 { font-size: 3rem; }
  .section-title { font-size: 2.2rem; }
  .nav-link { color: var(--primary)!important; }
  .custom-navbar { background: white; }
}
@media(max-width:768px) {
  .hero { padding: 100px 20px; }
  .hero h1 { font-size: 2.5rem; }
  .counter { font-size: 3rem; margin-top: 20px; }
  .section-padding { padding: 70px 0; }
  .floating-breadcrumb { display: none; }
  .team-card img { height: 280px; }
}
.form-control { width: 100%; }
.team-card img { height: 350px; }
.team-card img { height: 350px; object-fit: cover; }
@media(max-width:768px) {
  .team-card img { height: 250px; }
}
@media(max-width:768px) {
  footer { text-align: center; }
  footer .col-lg-4 { margin-bottom: 30px; }
}
.whatsapp-btn { bottom: 20px; right: 20px; }
.back-to-top { position: fixed; right: 25px; bottom: 110px; width: 55px; height: 55px; border: none; border-radius: 50%; background: #002e2a; color: #fff; cursor: pointer; z-index: 9999; opacity: 0; visibility: hidden; transition: .4s; }
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: #d6b06a; }
.back-to-top { opacity: 1 !important; visibility: visible !important; }
@media(max-width:991px) {
  .custom-navbar { background: #ffffff; }
  .dropdown-menu { box-shadow: none; border: 1px solid #eee; }
}
@media(max-width:768px) {
  .hero-content { width: 100%; max-width: 100%; }
  .hero h1 { font-size: 2.4rem; }
  .hero p { font-size: 1rem; padding: 0 10px; }
  .btn-premium { width: 100%; max-width: 280px; }
}
.electricity-hero { height: 65vh; display: flex; align-items: center; position: relative; background: url('../images/electricity-banner.webp') center center/cover no-repeat; }
.electricity-hero .overlay { position: absolute; inset: 0; background: rgba(0,46,42,.75); }
.electricity-hero .container-custom { position: relative; z-index: 2; }
.electricity-hero h1 { color: #fff; font-size: clamp(2.8rem,5vw,5rem); margin-bottom: 20px; }
.electricity-hero p { color: #fff; max-width: 700px; }
.breadcrumb-nav { margin-bottom: 20px; }
.breadcrumb-nav a, .breadcrumb-nav span { color: #d6b06a; }
.service-card { background: #fff; padding: 35px; border-radius: 20px; box-shadow: 0 15px 40px rgba(0,0,0,.08); height: 100%; transition: .4s; border: 1px solid rgba(214, 176, 106, .3); }
.service-card:hover { transform: translateY(-8px); }
.service-card i { font-size: 40px; color: #d6b06a; margin-bottom: 20px; }
.industry-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 20px; }
.industry-grid div { background: #fff; padding: 20px; border-radius: 15px; text-align: center; font-weight: 600; box-shadow: 0 10px 25px rgba(0,0,0,.06); }
.practice-card { display: block; background: #fff; padding: 35px; border-radius: 20px; text-decoration: none; height: 100%; box-shadow: 0 10px 30px rgba(0,0,0,.08); transition: .4s; border-top: 4px solid transparent; border: 1px solid rgba(214, 176, 106, .3); }
.practice-card:hover { transform: translateY(-10px); border-color: #d6b06a; box-shadow: 0 20px 50px rgba(0,0,0,.12); }
.swiper-slide .practice-card { min-height: 420px; }
.practice-icon { width: 70px; height: 70px; border-radius: 50%; background: #002e2a; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.practice-icon i { color: #d6b06a; font-size: 28px; }
.practice-card h4 { color: #002e2a; margin-bottom: 15px; }
.practice-card p { color: #666; margin: 0; }
.swiper-pagination-bullet-active { background: #d6b06a !important; }
.swiper-pagination { position: relative; text-align: center; transition: .3s opacity; transform: translate3d(0, 0, 0); z-index: 10; margin-top: 20px; }
.navbar-brand { display: flex; align-items: center; text-decoration: none; }
.nav-logo { height: 60px; width: auto; object-fit: contain; }
.logo-divider { width: 1px; height: 50px; background: #fff; margin: 0 18px; }
.brand-text { display: flex; flex-direction: column; }
.brand-main { color: #fff; font-size: 25px; font-weight: 300; letter-spacing: 8px; line-height: 1; font-family: 'Cormorant Garamond', serif; }
.navbar.scrolled .brand-main { color: #002e2a; }
.navbar.scrolled .brand-sub { color: #d6b06a; }
.navbar.scrolled .logo-divider { background: rgba(0,46,42,.2); }
@media(max-width:768px) {
  .nav-logo { height: 45px; }
  .logo-divider { height: 35px; margin: 0 10px; background: rgba(0,46,42,.2); }
  .brand-main { font-size: 15px; letter-spacing: 2px; color: #002e2a; font-family: 'Inter', sans-serif; }
  .brand-sub { font-size: 10px; letter-spacing: 2px; }
}
.brand-name { color: #fff; font-size: 26px; letter-spacing: 10px; font-weight: 300; text-transform: uppercase; }
.founder-section { padding: 120px 0; position: relative; overflow: hidden; }
.founder-section::before { content: ''; position: absolute; top: 0; left: 0; width: 8px; height: 100%; }
.founder-image-wrapper { position: relative; }
.founder-image-frame { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,.12); }
.founder-image { width: 100%; height: 600px; object-fit: cover; }
.founder-image-frame::after { content: ''; position: absolute; inset: 0; border: 3px solid rgb(255 255 255 / 50%); border-radius: 20px; transform: scale(.95); }
.section-tag { display: inline-block; background: #002e2a; color: #d6b06a; padding: 8px 18px; border-radius: 50px; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; font-weight: 900; }
.founder-content h2 { font-size: 3rem; color: #002e2a; margin-bottom: 20px; }
.founder-description { font-size: 18px; line-height: 1.9; color: #666; }
.founder-highlights { display: flex; gap: 20px; margin-top: 35px; }
.highlight-item { background: #fff; padding: 20px; text-align: center; border-radius: 12px; flex: 1; box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.highlight-item h3 { color: #d6b06a; font-size: 2rem; margin-bottom: 5px; }
.highlight-item span { color: #002e2a; font-weight: 600; }
@media(max-width:991px) {
  h2 { margin-top: 30px; }
  .founder-section { padding: 80px 0; }
  .founder-image { height: 450px; }
  .founder-content h2 { font-size: 2.2rem; margin-top: 30px; }
  .founder-highlights { flex-direction: column; }
}
.founder-signature { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: #d6b06a; margin-top: 20px; }
.expertise-section { padding: 100px 0; }
.section-subtitle { display: inline-block; color: #d6b06a; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.section-title { color: #002e2a; font-size: 42px; font-weight: 700; }
.section-desc { max-width: 750px; margin: auto; color: #666; line-height: 1.8; }
.expertise-box { background: #fff; border-radius: 16px; padding: 35px; height: 100%; border-left: 5px solid #d6b06a; box-shadow: 0 15px 35px rgba(0,0,0,.08); transition: .4s; position: relative; }
.expertise-box:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(0,0,0,.15); }
.expertise-number { position: absolute; top: 25px; right: 25px; font-size: 48px; font-weight: 700; color: rgba(214,176,106,.15); line-height: 1; }
.expertise-box h4 { color: #002e2a; font-weight: 700; margin-bottom: 15px; padding-right: 70px; }
.expertise-box p { color: #666; margin: 0; line-height: 1.8; }
@media(max-width:768px) {
  .section-title { font-size: 32px; }
  .expertise-box { padding: 25px; }
  .expertise-number { font-size: 36px; }
}