 :root {
     --navy: #0a1628;
     --navy-mid: #132240;
     --blue: #1a3a6b;
     --accent: #c8922a;
     --accent-light: #e8b050;
     --gold: #d4a843;
     --white: #ffffff;
     --off-white: #f8f6f1;
     --text-dark: #1a1a2e;
     --text-muted: #64748b;
     --border: #e2e8f0;
     --card-bg: #ffffff;
     --shadow: 0 4px 24px rgba(10, 22, 40, 0.10);
     --shadow-lg: 0 12px 48px rgba(10, 22, 40, 0.18);
 }

 *,
 *::before,
 *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     scroll-behavior: smooth;
 }

 body {
     font-family: 'DM Sans', sans-serif;
     color: var(--text-dark);
     background: var(--white);
     overflow-x: hidden;
 }

 /* ── STICKY HEADER ── */
 header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 1000;
     /* background: rgba(10, 22, 40, 0.97); */
     background: #f8f6f1;
     backdrop-filter: blur(12px);
     border-bottom: 1px solid rgba(200, 146, 42, 0.2);
     transition: box-shadow 0.3s;
     padding: 6px 0px;
 }

 header.scrolled {
     box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
 }

 .header-inner {
     max-width: 1280px;
     margin: 0 auto;
     padding: 0 2rem;
     height: 72px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .logo {
     display: flex;
     align-items: center;
     gap: 12px;
     text-decoration: none;
     padding-top: 4px;
 }

 .logo img {
     width: 240px;
 }

 .logo-icon {
     width: 44px;
     height: 44px;
     background: linear-gradient(135deg, var(--accent), var(--gold));
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.25rem;
     color: var(--white);
     box-shadow: 0 4px 12px rgba(200, 146, 42, 0.4);
 }

 .logo-text {
     display: flex;
     flex-direction: column;
 }

 .logo-name {
     font-family: 'Playfair Display', serif;
     font-size: 1rem;
     font-weight: 700;
     color: var(--white);
     line-height: 1.2;
     letter-spacing: 0.01em;
 }

 .logo-sub {
     font-size: 0.65rem;
     color: var(--accent-light);
     letter-spacing: 0.08em;
     text-transform: uppercase;
 }

 nav {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 nav a {
     color: #003680;
     text-decoration: none;
     font-size: 0.9rem;
     font-weight: 600;
     padding: 0.5rem 1rem;
     border-radius: 6px;
     transition: all 0.2s;
     position: relative;
 }

 nav a:hover,
 nav a.active {
     color: #ca1d1f;
     background: rgba(200, 146, 42, 0.1);
 }

 .nav-cta {
     background: linear-gradient(135deg, #ca1d1f, #ca1d1f) !important;
     color: var(--white) !important;
     padding: 0.5rem 1.10rem !important;
     border-radius: 8px !important;
     font-weight: 600 !important;
 }

 .nav-cta:hover {
     opacity: 0.9;
     transform: translateY(-1px);
 }

 .hamburger {
     display: none;
     flex-direction: column;
     gap: 5px;
     cursor: pointer;
     padding: 4px;
 }

 .hamburger span {
     display: block;
     width: 24px;
     height: 2px;
     background: #000000;
     border-radius: 2px;
     transition: all 0.3s;
 }

 /* ── HERO ── */
 /* #home {
     min-height: 100vh;
     background: var(--navy);
     position: relative;
     display: flex;
     align-items: center;
     overflow: hidden;
     margin-top: 95px;
 } */
 #home {
     min-height: 100vh;
     position: relative;
     display: flex;
     align-items: center;
     margin-top: 85px;
     background-image: url('../images/banner-3.jpg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     overflow: hidden;
     z-index: 1;
     padding: 90px 0px 80px;
 }

 #home::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 54, 128, 0.5);
     /* blue mask */
     z-index: -1;
 }

 #home .container {
     position: relative;
     z-index: 2;
 }

 /* .hero-bg {
     position: absolute;
     inset: 0;
     background:
         radial-gradient(ellipse 80% 60% at 70% 40%, rgba(26, 58, 107, 0.7) 0%, transparent 70%),
         radial-gradient(ellipse 40% 40% at 10% 80%, rgba(200, 146, 42, 0.15) 0%, transparent 60%),
         linear-gradient(135deg, #060e1e 0%, #0a1628 50%, #0e1f3d 100%);
 } */

 .hero-grid-overlay {
     position: absolute;
     inset: 0;
     background-image:
         linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
         linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
     background-size: 60px 60px;
 }

 .hero-shapes {
     position: absolute;
     top: 0;
     right: 0;
     width: 55%;
     height: 100%;
     overflow: hidden;
 }

 .shape-ring {
     position: absolute;
     border-radius: 50%;
     border: 1px solid rgba(200, 146, 42, 0.2);
 }

 .shape-ring:nth-child(1) {
     width: 500px;
     height: 500px;
     top: 10%;
     right: -100px;
     animation: spin 30s linear infinite;
 }

 .shape-ring:nth-child(2) {
     width: 350px;
     height: 350px;
     top: 25%;
     right: 80px;
     border-color: rgba(26, 58, 107, 0.4);
     animation: spin 20s linear infinite reverse;
 }

 .shape-ring:nth-child(3) {
     width: 200px;
     height: 200px;
     top: 15%;
     right: 150px;
     border-color: rgba(200, 146, 42, 0.3);
     animation: spin 15s linear infinite;
 }

 @keyframes spin {
     to {
         transform: rotate(360deg);
     }
 }

 .hero-shield {
     position: absolute;
     right: 8%;
     top: 50%;
     transform: translateY(-50%);
     font-size: 18rem;
     color: rgba(26, 58, 107, 0.25);
     animation: float 6s ease-in-out infinite;
 }

 @keyframes float {

     0%,
     100% {
         transform: translateY(-50%) translateY(0);
     }

     50% {
         transform: translateY(-50%) translateY(-20px);
     }
 }

 .hero-content {
     position: relative;
     z-index: 2;
     max-width: 1280px;
     margin: 0 auto;
     padding: 0 2rem;
     padding-top: 8px;
     width: 100%;
 }

 .hero-badge {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: rgba(200, 146, 42, 0.12);
     border: 1px solid rgba(200, 146, 42, 0.3);
     border-radius: 100px;
     padding: 6px 16px;
     font-size: 0.8rem;
     color: var(--accent-light);
     letter-spacing: 0.06em;
     text-transform: uppercase;
     font-weight: 600;
     margin-bottom: 1.5rem;
     animation: fadeUp 0.8s ease both;
 }

 .hero-title {
     font-family: 'Playfair Display', serif;
     font-size: clamp(2.5rem, 5vw, 4.5rem);
     font-weight: 900;
     color: var(--white);
     line-height: 1.1;
     margin-bottom: 1rem;
     animation: fadeUp 0.8s 0.1s ease both;
 }

 .hero-title span {
     background: linear-gradient(135deg, var(--accent), var(--accent-light));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
 }

 .hero-tagline {
     font-family: 'Playfair Display', serif;
     font-size: clamp(1rem, 2vw, 1.4rem);
     color: rgba(255, 255, 255, 0.7);
     font-style: italic;
     margin-bottom: 1.5rem;
     animation: fadeUp 0.8s 0.2s ease both;
 }

 .hero-desc {
     font-size: 1.05rem;
     color: rgba(255, 255, 255, 0.6);
     max-width: 560px;
     line-height: 1.8;
     margin-bottom: 2.5rem;
     animation: fadeUp 0.8s 0.3s ease both;
 }

 .hero-buttons {
     display: flex;
     flex-wrap: wrap;
     gap: 1rem;
     animation: fadeUp 0.8s 0.4s ease both;
 }

 .btn {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     padding: 0.85rem 1.75rem;
     border-radius: 10px;
     font-size: 0.95rem;
     font-weight: 600;
     text-decoration: none;
     transition: all 0.3s;
     cursor: pointer;
     border: none;
     font-family: 'DM Sans', sans-serif;
 }

 .btn-primary {
     background: linear-gradient(135deg, var(--accent), var(--gold));
     color: var(--white);
     /* box-shadow: 0 6px 20px rgba(200, 146, 42, 0.4); */
 }

 .btn-primary:hover {
     transform: translateY(-2px);
     /* box-shadow: 0 10px 28px rgba(200, 146, 42, 0.5); */
 }

 .btn-outline {
     background: transparent;
     color: var(--white);
     border: 1.5px solid rgba(255, 255, 255, 0.35);
 }

 .btn-outline:hover {
     background: rgba(255, 255, 255, 0.08);
     border-color: rgba(255, 255, 255, 0.6);
 }

 .btn-whatsapp {
     background: #25D366;
     color: var(--white);
     /* box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3); */
 }

 .btn-whatsapp:hover {
     transform: translateY(-2px);
     background: #20c15b;
 }

 .hero-stats {
     display: flex;
     gap: 3rem;
     margin-top: 3rem;
     padding-top: 0.5rem;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     animation: fadeUp 0.8s 0.5s ease both;
 }

 .stat-item {
     display: flex;
     flex-direction: column;
 }

 .stat-num {
     font-family: 'Playfair Display', serif;
     font-size: 2rem;
     font-weight: 700;
     color: var(--accent-light);
     line-height: 1;
 }

 .stat-label {
     font-size: 0.82rem;
     color: rgba(255, 255, 255, 0.5);
     margin-top: 4px;
 }

 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /* ── SECTIONS ── */
 section {
     padding: 5.3rem 0 5.3rem;
 }

 .container {
     max-width: 1280px;
     margin: 0 auto;
     padding: 0 2rem;
 }

 .section-label {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-size: 0.78rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     color: #ca1d1f;
     margin-bottom: 0.75rem;
 }

 .section-label::before {
     content: '';
     display: block;
     width: 24px;
     height: 2px;
     background: #ca1d1f;
     border-radius: 2px;
 }

 .section-title {
     /* font-family: 'Playfair Display', serif; */
     font-family: 'Roboto', sans-serif;
     font-size: 44px;
     font-weight: 800;
     color: #003680;
     line-height: 1.2;
     margin-bottom: 7px;
 }

 .section-title span {
     color: #ca1d1f;
 }

 .section-desc {
     font-size: 1.05rem;
     color: var(--text-muted);
     line-height: 1.8;
     max-width: 580px;
 }

 /* ── ABOUT ── */
 #about {
     background: var(--off-white);
 }

 #about .section-title {
     font-size: 40px;
     margin-bottom: 5px;
 }

 .about-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 5rem;
     align-items: center;
 }

 .about-visual {
     position: relative;
 }

 .about-img-frame img {
     width: 100%;
     height: 500px;
     border-radius: 20px;
 }

 .about-img-frame {
     /* background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); */
     /* border-radius: 24px; */
     /* padding: 3rem 2.5rem; */
     color: var(--white);
     position: relative;
     overflow: hidden;
     min-height: auto;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
 }

 .about-img-frame::before {
     content: '';
     position: absolute;
     inset: 0;
     background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
 }

 .about-big-icon {
     position: absolute;
     top: 2rem;
     right: 2rem;
     font-size: 8rem;
     color: rgba(255, 255, 255, 0.06);
 }

 .about-frame-content {
     position: relative;
     z-index: 1;
 }

 .about-frame-title {
     font-family: 'Playfair Display', serif;
     font-size: 1.5rem;
     font-weight: 700;
     margin-bottom: 0.75rem;
 }

 .about-frame-text {
     font-size: 0.9rem;
     color: rgba(255, 255, 255, 0.75);
     line-height: 1.7;
 }

 .about-badge {
     position: absolute;
     bottom: -48px;
     right: -35px;
     background: linear-gradient(135deg, var(--accent), var(--gold));
     color: var(--white);
     border-radius: 16px;
     padding: 1.25rem 1.5rem;
     text-align: center;
     box-shadow: var(--shadow-lg);
 }

 .about-badge-num {
     font-family: 'Playfair Display', serif;
     font-size: 2rem;
     font-weight: 800;
     line-height: 1;
 }

 .about-badge-text {
     font-size: 0.72rem;
     opacity: 0.9;
     margin-top: 4px;
 }

 .about-mv {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 1rem;
     margin-top: 2rem;
 }

 .mv-card {
     background: var(--white);
     border-radius: 14px;
     padding: 1.5rem;
     border-left: 3px solid var(--accent);
     box-shadow: var(--shadow);
 }

 .mv-card-title {
     font-weight: 700;
     font-size: 0.95rem;
     color: var(--navy);
     margin-bottom: 0.5rem;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .mv-card-title i {
     color: var(--accent);
 }

 .mv-card p {
     font-size: 0.85rem;
     color: var(--text-muted);
     line-height: 1.6;
 }

 .support-bar {
     margin-top: 0.8rem;
     background: var(--navy);
     border-radius: 14px;
     padding: 1.0rem 1.0rem;
     display: flex;
     align-items: center;
     gap: 1rem;
 }

 .support-bar i {
     font-size: 1.5rem;
     color: var(--accent-light);
 }

 .support-bar-text strong {
     color: var(--white);
     font-size: 0.95rem;
 }

 .support-bar-text p {
     color: rgba(255, 255, 255, 0.8);
     font-size: 0.92rem;
 }

 /* ── SERVICES ── */
 #services {
     background: var(--white);
 }

 .services-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
     gap: 1.5rem;
     margin-top: 3rem;
 }

 .service-category {
     background: var(--white);
     border: 1px solid var(--border);
     border-radius: 20px;
     padding: 2rem;
     transition: all 0.35s;
     position: relative;
     overflow: hidden;
     cursor: default;
 }

 .service-category::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 3px;
     background: linear-gradient(90deg, var(--accent), var(--gold));
     transform: scaleX(0);
     transition: transform 0.35s;
     transform-origin: left;
 }

 .service-category:hover {
     box-shadow: var(--shadow-lg);
     transform: translateY(-6px);
     border-color: transparent;
 }

 .service-category:hover::after {
     transform: scaleX(1);
 }

 .cat-icon {
     width: 56px;
     height: 56px;
     border-radius: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.5rem;
     margin-bottom: 1.25rem;
 }

 .cat-icon.navy {
     background: rgba(10, 22, 40, 0.08);
     color: var(--navy);
 }

 .cat-icon.gold {
     background: rgba(200, 146, 42, 0.12);
     color: var(--accent);
 }

 .cat-icon.blue {
     background: rgba(26, 58, 107, 0.1);
     color: var(--blue);
 }

 .cat-icon.green {
     background: rgba(34, 197, 94, 0.1);
     color: #16a34a;
 }

 .cat-icon.red {
     background: rgba(255, 241, 241);
     color: #ca1d1f;
 }

 .cat-icon.yellow {
     background: rgba(255, 248, 215);
     color: #e4bc00;
 }

 .cat-icon..reveal {
     background: rgba(235, 251, 255);
     color: #007b9e;
 }

 .cat-title {
     font-family: 'Playfair Display', serif;
     font-size: 1.2rem;
     font-weight: 700;
     color: var(--navy);
     margin-bottom: 0.5rem;
 }

 .cat-desc {
     font-size: 0.87rem;
     color: var(--text-muted);
     line-height: 1.7;
     margin-bottom: 1.25rem;
 }

 .service-items {
     display: flex;
     flex-direction: column;
     gap: 8px;
 }

 .service-item {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 0.85rem;
     color: var(--text-dark);
     padding: 8px 12px;
     background: var(--off-white);
     border-radius: 8px;
     transition: background 0.2s;
 }

 .service-item:hover {
     background: rgba(200, 146, 42, 0.08);
 }

 .service-item i {
     color: var(--accent);
     font-size: 0.75rem;
     width: 14px;
 }

 /* ── WHY CHOOSE US ── */
 #why {
     background: var(--navy);
 }

 #why .section-title {
     color: var(--white);
 }

 #why .section-desc {
     color: rgba(255, 255, 255, 0.6);
 }

 #why .section-label {
     color: var(--accent-light);
 }

 #why .section-label::before {
     background: var(--accent-light);
 }

 #why .section-title span {
     color: var(--white);
 }

 #why .why-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2.4rem 1.5rem;
     margin-top: 3rem;
 }

 .why-card {
     background: rgba(255, 255, 255, 0.04);
     border: 1px solid rgba(255, 255, 255, 0.08);
     border-radius: 18px;
     padding: 2rem;
     transition: all 0.3s;
     position: relative;
     overflow: hidden;
 }

 .why-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 2px;
     background: linear-gradient(90deg, var(--accent), var(--gold));
     opacity: 0;
     transition: opacity 0.3s;
 }

 .why-card:hover {
     background: rgba(255, 255, 255, 0.07);
     transform: translateY(-4px);
 }

 .why-card:hover::before {
     opacity: 1;
 }

 .why-icon {
     width: 52px;
     height: 52px;
     background: rgba(200, 146, 42, 0.12);
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.4rem;
     color: var(--accent-light);
     margin-bottom: 1.25rem;
 }

 .why-title {
     font-weight: 700;
     font-size: 1rem;
     color: var(--white);
     margin-bottom: 0.5rem;
 }

 .why-desc {
     font-size: 0.87rem;
     color: rgba(255, 255, 255, 0.55);
     line-height: 1.7;
 }

 /* ── PROCESS ── */
 #process {
     background: var(--off-white);
 }

 .process-steps {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     gap: 0;
     margin-top: 2.7rem;
     position: relative;
 }

 .process-steps::before {
     content: '';
     position: absolute;
     top: 48px;
     left: 10%;
     right: 10%;
     height: 2px;
     background: linear-gradient(90deg, var(--accent), var(--gold), var(--accent));
     z-index: 0;
 }

 .step {
     text-align: center;
     padding: 0 1rem 0rem;
     position: relative;
     z-index: 1;
 }

 #process .step {
     margin-top: 20px !important;
 }

 #process .reveal.visible {
     margin-top: 0px;
 }

 .step-num {
     width: 56px;
     height: 56px;
     background: linear-gradient(135deg, var(--accent), var(--gold));
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: 'Playfair Display', serif;
     font-size: 1.25rem;
     font-weight: 800;
     color: var(--white);
     margin: 0 auto 1.5rem;
     box-shadow: 0 6px 20px rgba(200, 146, 42, 0.35);
     position: relative;
     z-index: 2;
     padding-bottom: 8px;
 }

 .step-icon {
     width: 52px;
     height: 52px;
     background: var(--white);
     border-radius: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.3rem;
     color: var(--navy);
     margin: 0 auto 1rem;
     box-shadow: var(--shadow);
 }

 .step-title {
     font-weight: 700;
     font-size: 0.98rem;
     color: var(--navy);
     margin-bottom: 0.5rem;
 }

 .step-desc {
     font-size: 0.84rem;
     color: var(--text-muted);
     line-height: 1.6;
 }

 /* ── TESTIMONIALS ── */
 #testimonials {
     background: var(--white);
     padding: 80px 0px 40px
 }

 .testimonials-slider {
     position: relative;
     overflow: hidden;
     margin-top: 3rem;
     border-radius: 24px;
 }

 #testimonials .reveal.visible {
     margin-bottom: 40px;
 }

 .testimonials-track {
     display: flex;
     transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .testimonial-slide {
     min-width: 100%;
     padding: 0 0.5rem;
 }

 .testimonial-inner {
     background: var(--off-white);
     border-radius: 20px;
     padding: 3rem;
     display: grid;
     grid-template-columns: 1fr auto;
     gap: 2rem;
     align-items: center;
     border: 1px solid var(--border);
 }

 .testimonial-quote {
     font-size: 3rem;
     color: var(--accent);
     line-height: 1;
     font-family: 'Playfair Display', serif;
     margin-bottom: 0.5rem;
 }

 .testimonial-text {
     font-size: 1.05rem;
     color: var(--text-dark);
     line-height: 1.8;
     margin-bottom: 1.5rem;
     font-style: italic;
 }

 .testimonial-author {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 .author-avatar {
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background: linear-gradient(135deg, var(--navy), var(--blue));
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: 'Playfair Display', serif;
     font-weight: 700;
     color: var(--white);
     font-size: 1.1rem;
     flex-shrink: 0;
 }

 .author-name {
     font-weight: 700;
     font-size: 0.95rem;
     color: var(--navy);
 }

 .author-role {
     font-size: 0.82rem;
     color: var(--text-muted);
 }

 .testimonial-stars {
     font-size: 0.9rem;
     color: var(--accent);
     margin-top: 4px;
 }

 .testimonial-visual {
     text-align: center;
     color: var(--navy);
     opacity: 0.06;
     font-size: 8rem;
     line-height: 1;
 }

 .slider-controls {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 1rem;
     margin-top: 1.5rem;
 }

 .slider-btn {
     width: 44px;
     height: 44px;
     border-radius: 50%;
     border: 1.5px solid var(--border);
     background: var(--white);
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: all 0.2s;
     color: var(--navy);
     font-size: 0.9rem;
 }

 .slider-btn:hover {
     background: var(--navy);
     color: var(--white);
     border-color: var(--navy);
 }

 .slider-dots {
     display: flex;
     gap: 8px;
 }

 .slider-dot {
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: var(--border);
     cursor: pointer;
     transition: all 0.2s;
 }

 .slider-dot.active {
     background: var(--accent);
     width: 24px;
     border-radius: 4px;
 }

 /* ── CONTACT ── */
 #contact {
     background: var(--off-white);
 }

 .contact-grid {
     display: grid;
     grid-template-columns: 1fr 1.2fr;
     gap: 3rem;
     margin-top: 3rem;
 }

 .contact-info {
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
 }

 .contact-item {
     display: flex;
     align-items: flex-start;
     gap: 1rem;
     background: var(--white);
     border-radius: 14px;
     padding: 1.25rem 1.5rem;
     box-shadow: var(--shadow);
     border: 1px solid var(--border);
     transition: all 0.2s;
 }

 .contact-item:hover {
     transform: translateX(4px);
     box-shadow: var(--shadow-lg);
 }

 .contact-item-icon {
     width: 44px;
     height: 44px;
     background: rgba(200, 146, 42, 0.1);
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--accent);
     font-size: 1.1rem;
     flex-shrink: 0;
 }

 .contact-item-text strong {
     display: block;
     font-size: 0.82rem;
     text-transform: uppercase;
     letter-spacing: 0.05em;
     color: var(--text-muted);
     margin-bottom: 4px;
 }

 .contact-item-text p,
 .contact-item-text a {
     font-size: 0.95rem;
     color: var(--navy);
     font-weight: 500;
     text-decoration: none;
 }

 .contact-item-text a:hover {
     color: var(--accent);
 }

 .whatsapp-block {
     background: linear-gradient(135deg, #128C7E, #25D366);
     border-radius: 14px;
     padding: 1.5rem;
     display: flex;
     align-items: center;
     gap: 1rem;
     color: var(--white);
     text-decoration: none;
     transition: all 0.3s;
     box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
 }

 .whatsapp-block:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35);
 }

 .whatsapp-block i {
     font-size: 2rem;
 }

 .whatsapp-block strong {
     display: block;
     font-size: 1rem;
     margin-bottom: 2px;
 }

 .whatsapp-block span {
     font-size: 0.85rem;
     opacity: 0.85;
 }

 .map-frame {
     border-radius: 14px;
     overflow: hidden;
     border: 1px solid var(--border);
     box-shadow: var(--shadow);
     margin-top: 1.5rem;
     height: 200px;
 }

 .map-frame iframe {
     width: 100%;
     height: 100%;
     border: none;
 }

 .contact-form {
     background: var(--white);
     border-radius: 20px;
     padding: 2.5rem;
     box-shadow: var(--shadow-lg);
     border: 1px solid var(--border);
 }

 .form-title {
     font-family: 'Playfair Display', serif;
     font-size: 1.4rem;
     font-weight: 700;
     color: var(--navy);
     margin-bottom: 1.5rem;
 }

 .form-row {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 1rem;
 }

 .form-group {
     margin-bottom: 1rem;
 }

 label {
     display: block;
     font-size: 0.83rem;
     font-weight: 600;
     color: var(--text-dark);
     margin-bottom: 6px;
     letter-spacing: 0.02em;
 }

 input,
 select,
 textarea {
     width: 100%;
     padding: 0.75rem 1rem;
     border: 1.5px solid var(--border);
     border-radius: 10px;
     font-family: 'DM Sans', sans-serif;
     font-size: 0.93rem;
     color: var(--text-dark);
     background: var(--white);
     transition: border-color 0.2s, box-shadow 0.2s;
     outline: none;
 }

 input:focus,
 select:focus,
 textarea:focus {
     border-color: var(--accent);
     box-shadow: 0 0 0 3px rgba(200, 146, 42, 0.12);
 }

 textarea {
     resize: vertical;
     min-height: 100px;
 }

 select {
     appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 12px center;
 }

 .form-submit {
     width: 100%;
     padding: 0.95rem;
     background: linear-gradient(135deg, var(--navy), var(--blue));
     color: var(--white);
     border: none;
     border-radius: 10px;
     font-family: 'DM Sans', sans-serif;
     font-size: 1rem;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     margin-top: 0.5rem;
 }

 .form-submit:hover {
     /* background: linear-gradient(135deg, var(--accent), var(--gold)); */
     background: linear-gradient(135deg, #003680, #003680);
     transform: translateY(-1px);
     box-shadow: 0 8px 24px rgba(200, 146, 42, 0.3);
 }

 /* ── FOOTER ── */
 footer {
     background: #060e1e;
     color: rgba(255, 255, 255, 0.7);
     padding: 4rem 0 0;
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
     gap: 3rem;
     padding-bottom: 3rem;
     border-bottom: 1px solid rgba(255, 255, 255, 0.08);
 }

 .footer-brand .logo {
     margin-bottom: 1rem;
     display: inline-flex;
 }

 .footer-desc {
     font-size: 0.87rem;
     line-height: 1.8;
     color: rgba(255, 255, 255, 0.5);
     margin-bottom: 1.5rem;
 }

 .social-links {
     display: flex;
     gap: 10px;
 }

 .social-link {
     width: 38px;
     height: 38px;
     border-radius: 9px;
     border: 1px solid rgba(255, 255, 255, 0.12);
     display: flex;
     align-items: center;
     justify-content: center;
     color: rgba(255, 255, 255, 0.6);
     text-decoration: none;
     font-size: 0.9rem;
     transition: all 0.2s;
 }

 .social-link:hover {
     background: #ca1d1f;
     border-color: #ca1d1f;
     color: var(--white);
 }

 .footer-col-title {
     font-weight: 700;
     font-size: 0.95rem;
     color: var(--white);
     margin-bottom: 1.25rem;
     letter-spacing: 0.03em;
     position: relative;
     padding-bottom: 0.75rem;
 }

 .footer-col-title::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 24px;
     height: 2px;
     background: var(--accent);
     border-radius: 2px;
 }

 .footer-links {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .footer-links a {
     color: rgba(255, 255, 255, 0.5);
     text-decoration: none;
     font-size: 0.87rem;
     transition: color 0.2s;
     display: flex;
     align-items: center;
     gap: 6px;
 }

 .footer-links a:hover {
     color: #1869d7;
 }

 .footer-links a i {
     font-size: 12px;
 }

 /* .footer-links a::before {
     content: '→';
     font-size: 0.75rem;
 } */

 .footer-contact-items {
     display: flex;
     flex-direction: column;
     gap: 12px;
 }

 .footer-contact-item {
     display: flex;
     align-items: flex-start;
     gap: 10px;
     font-size: 0.85rem;
     color: rgba(255, 255, 255, 0.5);
 }

 .footer-contact-item i {
     color: #1869d7;
     margin-top: 3px;
     width: 14px;
     flex-shrink: 0;
 }

 .footer-contact-item a {
     color: inherit;
     text-decoration: none;
 }

 .footer-contact-item a:hover {
     color: var(--accent-light);
 }

 .footer-bottom {
     padding: 1.5rem 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-size: 0.82rem;
     color: rgba(255, 255, 255, 0.3);
 }

 .footer-bottom-links {
     display: flex;
     gap: 1.5rem;
 }

 .footer-bottom-links a {
     color: inherit;
     text-decoration: none;
 }

 .footer-bottom-links a:hover {
     color: #1869d7;
 }

 /* ── SCROLL ANIMATIONS ── */
 .reveal {
     margin-top: 0px;
     opacity: 0;
     transform: translateY(30px);
     transition: opacity 0.7s ease, transform 0.7s ease;
 }

 .reveal.visible {
     opacity: 1;
     transform: translateY(0);
 }

 /* ── MOBILE MENU ── */
 @media (max-width: 768px) {
     .hamburger {
         display: flex;
     }

     nav {
         position: fixed;
         top: 72px;
         right: 0;
         bottom: 0;
         width: 280px;
         height: 300px;
         background: var(--navy-mid);
         flex-direction: column;
         align-items: flex-start;
         padding: 2rem;
         gap: 0.5rem;
         transform: translateX(100%);
         transition: transform 0.3s ease;
         border-left: 1px solid rgba(200, 146, 42, 0.2);
     }

     nav.open {
         transform: translateX(0);
     }

     nav a {
         width: 100%;
         padding: 0.75rem 1rem;
         color: #ffffff;
     }

     .hero-shapes {
         display: none;
     }

     .hero-stats {
         gap: 1.5rem;
         flex-wrap: wrap;
     }

     .about-grid {
         grid-template-columns: 1fr;
         gap: 2rem;
     }

     .about-mv {
         grid-template-columns: 1fr;
     }

     .about-badge {
        right: 0;
        bottom: 0px;
        padding: 1rem 1rem;
     }

     .process-steps::before {
         display: none;
     }

     .contact-grid {
         grid-template-columns: 1fr;
     }

     .footer-grid {
         grid-template-columns: 1fr 1fr;
         gap: 2rem;
     }

     .footer-bottom {
         flex-direction: column;
         gap: 0.5rem;
         text-align: center;
     }

     .footer-bottom-links {
         flex-wrap: wrap;
         justify-content: center;
     }

     .testimonial-inner {
         grid-template-columns: 1fr;
     }

     .testimonial-visual {
         display: none;
     }

     .form-row {
         grid-template-columns: 1fr;
     }
 }

 @media (max-width: 480px) {
     .hero-title {
         font-size: 28px;
     }

     .hero-buttons {
         flex-direction: column;
     }

     .hero-buttons .btn {
         width: 100%;
         justify-content: center;
     }

     .footer-grid {
         grid-template-columns: 1fr;
     }

     section {
         padding: 4rem 0;
     }
 }

 /* FLOATING WA BUTTON */
 .wa-float {
     position: fixed;
     bottom: 2rem;
     right: 2rem;
     z-index: 999;
     width: 56px;
     height: 56px;
     background: #25D366;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--white);
     font-size: 1.5rem;
     text-decoration: none;
     box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
     animation: bounce 2s infinite;
 }

 @keyframes bounce {

     0%,
     100% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-8px);
     }
 }

 .wa-float:hover {
     background: #20c15b;
 }

 .vision-box {
     width: 47%;
     float: left;
     margin-right: 3%;
     background-color: #f0f7ff;
     padding: 45px;
     border-radius: 25px;
     min-height: 444px;
 }

 .mission-box {
     width: 47%;
     float: left;
     background-color: #fff3f3;
     padding: 25px;
     border-radius: 25px;
 }

 .vision-box p {
     font-family: "DM Sans", sans-serif;
     font-size: 16px;
     /* font-style: italic; */
     font-weight: 300;
     line-height: 1.98;
     color: #000;
     margin-bottom: 0;
     text-align: center;
     letter-spacing: 0.4px;
 }

 .mission-box p {
     font-family: "DM Sans", sans-serif;
     font-size: 16px;
     /* font-style: italic; */
     font-weight: 300;
     line-height: 1.98;
     color: #000;
     margin-bottom: 0;
     text-align: center;
     letter-spacing: 0.4px;
 }

 .vision-box h4 {
     text-align: center;
     color: #003680;
     font-size: 32px;
     font-family: "Playfair Display", serif;
     margin-bottom: 10px;
 }

 .mission-box h4 {
     text-align: center;
     color: #ca1d1f;
     font-size: 32px;
     font-family: "Playfair Display", serif;
     margin-bottom: 10px;
 }

 .vision-box i {
     font-size: 50px;
     color: #003680;
     padding-bottom: 15px;
 }

 .mission-box img {
     padding-bottom: 13px;
     width: 70px;
 }

 .about-text h3 {
     font-family: "Playfair Display", serif;
     color: rgb(0, 141, 210);
     font-size: 30px;
     font-weight: 400;
     text-align: center;
     margin-bottom: 50px;
     text-transform: none;
 }


 .core-value {
     width: 15%;
     float: left;
     margin-right: 2%;
     text-align: center;
     margin-top: 10px;
 }


 .core-value .icon-wrap {
     color: rgb(9, 149, 215);
     width: 75px;
     height: 75px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     background: rgb(237, 237, 237);
     border-radius: 50%;
     margin: 0px auto;
 }

 .core-value .icon-wrap img {
     width: 36px;
     filter: grayscale(100%);
 }

 .core-value h6 {
     font-family: "DM Sans", sans-serif;
     color: #003680;
     font-size: 15px;
     font-weight: 500;
     line-height: 28px;
     text-align: center;
     padding-bottom: 10px;
     padding-top: 10px;
 }

 .core-value p {
     font-family: "DM Sans", sans-serif;
     color: rgb(0, 0, 0);
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
     text-align: center;


 }

 .core-value:last-child {
     margin-right: 0%;
 }

 .clearfix {
     display: block;
 }



 .reveal h6 {
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     font-weight: 600;
     color: #d72929;
     line-height: 1.2;
     margin-bottom: 10px;
     margin-top: 20px;
 }