|
|
|
| <meta charset=”UTF-8″> |
| <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> |
|
| <!– Primary SEO –> |
| <title>Kantor Konsultan Pajak Bekasi | Jasa Pajak Profesional & Akuntansi</title> |
| <meta name=”title” content=”Kantor Konsultan Pajak Bekasi | Jasa Pajak Profesional & Akuntansi”> |
| <meta name=”description” content=”Kantor Konsultan Pajak Bekasi terpercaya yang menyediakan jasa konsultasi pajak, akuntansi, manajemen dan training profesional untuk perusahaan maupun perorangan.”> |
| <meta name=”keywords” content=”Konsultan Pajak Bekasi, Jasa Pajak Bekasi, Kantor Pajak Bekasi, Konsultan Akuntansi Bekasi, Tax Consultant Bekasi, Jasa Akuntansi Bekasi”> |
| <meta name=”author” content=”Ashadi & Rekan”> |
| <meta name=”robots” content=”index, follow”> |
|
| <!– Open Graph –> |
| <meta property=”og:type” content=”website”> |
| <meta property=”og:title” content=”Kantor Konsultan Pajak Bekasi”> |
| <meta property=”og:description” content=”Jasa konsultasi pajak, akuntansi dan manajemen terpercaya di Bekasi.”> |
| <meta property=”og:image” content=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/11/image_01.jpg”> |
| <meta property=”og:url” content=”https://konsultanpajakbekasi.com”> |
|
| <!– Favicon –> |
| <link rel=”icon” href=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/download-modified.png“> |
|
| <!– Font –> |
| <link rel=”preconnect” href=”https://fonts.googleapis.com“> |
| <link rel=”preconnect” href=”https://fonts.gstatic.com” crossorigin=””> |
| <link href=”https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap” rel=”stylesheet”> |
|
| <!– Icons –> |
| <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css“> |
|
| <!– LOCAL BUSINESS SCHEMA –> |
| <script type=”application/ld+json”> |
| { |
| “@context”: “https://schema.org”, |
| “@type”: “AccountingService”, |
| “name”: “Ashadi & Rekan”, |
| “image”: “https://konsultanpajakbekasi.com/wp-content/uploads/2023/11/image_01.jpg”, |
| “@id”: “https://konsultanpajakbekasi.com”, |
| “url”: “https://konsultanpajakbekasi.com”, |
| “telephone”: “+62-821-6256-6682”, |
| “email”: “info@ashadirekan.com”, |
| “priceRange”: “$$”, |
| “description”: “Kantor Konsultan Pajak Bekasi terpercaya yang menyediakan jasa konsultasi pajak, akuntansi, manajemen dan training profesional untuk perusahaan maupun perorangan.”, |
| “address”: { |
| “@type”: “PostalAddress”, |
| “streetAddress”: “Komplek DDN Blok A21, Bintara Jaya, Bekasi Barat”, |
| “addressLocality”: “Bekasi”, |
| “addressRegion”: “Jawa Barat”, |
| “postalCode”: “17136”, |
| “addressCountry”: “ID” |
| }, |
| “geo”: { |
| “@type”: “GeoCoordinates”, |
| “latitude”: “-6.2383”, |
| “longitude”: “106.9756” |
| }, |
| “areaServed”: { |
| “@type”: “City”, |
| “name”: “Bekasi” |
| }, |
| “openingHoursSpecification”: [ |
| { |
| “@type”: “OpeningHoursSpecification”, |
| “dayOfWeek”: [ |
| “Monday”, |
| “Tuesday”, |
| “Wednesday”, |
| “Thursday”, |
| “Friday” |
| ], |
| “opens”: “08:00”, |
| “closes”: “17:00” |
| } |
| ], |
| “sameAs”: [ |
| “https://wa.me/6282162566682” |
| ], |
| “serviceType”: [ |
| “Konsultan Pajak”, |
| “Jasa Akuntansi”, |
| “Tax Planning”, |
| “Tax Review”, |
| “Sengketa Pajak”, |
| “Transfer Pricing Documentation” |
| ] |
| } |
| </script> |
|
|
| <style> |
|
| /* ===================================================== |
| GLOBAL STYLE |
| ===================================================== */ |
|
| *{ |
| margin:0; |
| padding:0; |
| box-sizing:border-box; |
| } |
|
| html{ |
| scroll-behavior:smooth; |
| } |
|
| body{ |
| font-family:’Poppins’,sans-serif; |
| background:#f5f7fb; |
| color:#c22213; |
| overflow-x:hidden; |
| } |
|
| .container{ |
| width:90%; |
| max-width:1280px; |
| margin:auto; |
| } |
|
| section{ |
| padding:100px 0; |
| } |
|
| h1,h2,h3,h4{ |
| line-height:1.3; |
| } |
|
| p{ |
| line-height:1.8; |
| color:#555; |
| } |
|
| .btn-primary{ |
| display:inline-block; |
| padding:16px 34px; |
| background:#f9961e; |
| color:#f9961e; |
| text-decoration:none; |
| border-radius:12px; |
| font-weight:600; |
| transition:0.4s ease; |
| box-shadow:0 10px 30px rgba(13,71,161,0.25); |
| } |
|
| .btn-primary:hover{ |
| transform:translateY(-5px); |
| } |
|
| .section-title{ |
| text-align:center; |
| margin-bottom:60px; |
| } |
|
| .section-title h2{ |
| font-size:42px; |
| font-weight:700; |
| color:#1f1e1d; |
| margin-bottom:15px; |
| } |
|
| .section-title p{ |
| max-width:700px; |
| margin:auto; |
| } |
| </style> |
| <style> |
|
|
| *{ |
| margin:0; |
| padding:0; |
| box-sizing:border-box; |
| } |
|
| body{ |
| font-family:Arial, sans-serif; |
| } |
|
| .container{ |
| width:90%; |
| max-width:1200px; |
| margin:auto; |
| } |
|
| .navbar{ |
| position:fixed; |
| top:0; |
| left:0; |
| width:100%; |
| z-index:999; |
| background:rgba(255,255,255,0.92); |
| backdrop-filter:blur(14px); |
| box-shadow:0 2px 20px rgba(0,0,0,0.05); |
| } |
|
| .nav-wrapper{ |
| display:flex; |
| align-items:center; |
| justify-content:space-between; |
| padding:15px 0; |
| } |
|
| /* LOGO */ |
| .logo{ |
| display:flex; |
| align-items:center; |
| gap:10px; |
| font-size:20px; |
| font-weight:300; |
| color:#1b1b1b; |
| } |
|
| .logo img{ |
| width:50px; |
| height:auto; |
| } |
|
| /* MENU */ |
| .nav-menu{ |
| display:flex; |
| gap:35px; |
| } |
|
| .nav-menu a{ |
| text-decoration:none; |
| color:#111; |
| font-weight:500; |
| transition:0.3s; |
| } |
|
| .nav-menu a:hover{ |
| color:#0d47a1; |
| } |
|
| /* TOGGLE BUTTON */ |
| .menu-toggle{ |
| display:none; |
| font-size:30px; |
| cursor:pointer; |
| } |
|
| /* MOBILE */ |
| @media(max-width:768px){ |
|
| .menu-toggle{ |
| display:block; |
| } |
|
| .nav-menu{ |
| position:absolute; |
| top:80px; |
| right:0; |
| background:#fff; |
| width:100%; |
| flex-direction:column; |
| align-items:center; |
| gap:20px; |
| padding:20px 0; |
| display:none; |
| box-shadow:0 10px 20px rgba(0,0,0,0.05); |
| } |
|
| .nav-menu.active{ |
| display:flex; |
| } |
| } |
|
|
| .hero{ |
| position:relative; |
| min-height:100vh; |
| display:flex; |
| align-items:center; |
| background:url(‘https://topbisnis.biz.id/gambarbebas/20260522-101048_images%20(7).jpg’) center/cover no-repeat; |
| } |
|
| .hero::before{ |
| content:”; |
| position:absolute; |
| width:100%; |
| height:100%; |
| background:rgba(0,0,0,0.55); |
| } |
|
| .hero-content{ |
| position:relative; |
| z-index:2; |
| max-width:760px; |
| color:#fff; |
| } |
|
| .hero-content h1{ |
| font-size:68px; |
| font-weight:800; |
| margin-bottom:25px; |
| } |
|
| .hero-content p{ |
| color:#f1f1f1; |
| font-size:19px; |
| margin-bottom:40px; |
| } |
|
|
| .about-grid{ |
| display:grid; |
| grid-template-columns:1fr 1fr; |
| gap:70px; |
| align-items:center; |
| } |
|
| .about-images{ |
| position:relative; |
| min-height:520px; |
| } |
|
| .about-images img{ |
| position:absolute; |
| border-radius:26px; |
| object-fit:cover; |
| box-shadow:0 25px 60px rgba(0,0,0,0.15); |
| } |
|
| .about-img-1{ |
| width:75%; |
| height:420px; |
| top:0; |
| left:0; |
| } |
|
| .about-img-2{ |
| width:55%; |
| height:300px; |
| right:0; |
| bottom:0; |
| border:8px solid #fff; |
| } |
|
| .about-content h2{ |
| font-size:42px; |
| margin-bottom:25px; |
| color:#0f172a; |
| } |
|
| .about-content p{ |
| margin-bottom:20px; |
| } |
|
|
| .services-grid{ |
| display:grid; |
| grid-template-columns:repeat(3,1fr); |
| gap:30px; |
| } |
|
| .service-card{ |
| background:#fff; |
| padding:45px 35px; |
| border-radius:24px; |
| transition:0.4s; |
| box-shadow:0 15px 40px rgba(0,0,0,0.06); |
| } |
|
| .service-card:hover{ |
| transform:translateY(-12px); |
| } |
|
| .service-icon{ |
| width:80px; |
| height:80px; |
| background:#f9961e; |
| color:#fff; |
| display:flex; |
| align-items:center; |
| justify-content:center; |
| border-radius:20px; |
| font-size:30px; |
| margin-bottom:25px; |
| } |
|
| .service-card h3{ |
| font-size:22px; |
| margin-bottom:18px; |
| } |
|
| .premium-wrapper{ |
| display:flex; |
| flex-direction:column; |
| gap:30px; |
| } |
|
| .top-cards, |
| .bottom-cards{ |
| display:flex; |
| justify-content:center; |
| gap:30px; |
| flex-wrap:wrap; |
| } |
|
| .premium-card{ |
| width:370px; |
| background:#fff; |
| padding:45px; |
| border-radius:28px; |
| box-shadow:0 15px 45px rgba(0,0,0,0.08); |
| transition:0.4s; |
| position:relative; |
| overflow:hidden; |
| } |
|
| .premium-card::before{ |
| content:”; |
| position:absolute; |
| top:0; |
| left:0; |
| width:100%; |
| height:5px; |
| background:linear-gradient(90deg,#f9961e,#c22213); |
| } |
|
| .premium-card:hover{ |
| transform:translateY(-10px); |
| } |
|
| .premium-card h3{ |
| font-size:24px; |
| margin-bottom:20px; |
| } |
|
|
| .client-carousel{ |
| overflow:hidden; |
| position:relative; |
| } |
|
| .client-track{ |
| display:flex; |
| gap:30px; |
| width:max-content; |
| animation:scroll 25s linear infinite; |
| } |
|
| .client-box{ |
| width:220px; |
| height:120px; |
| background:#fff; |
| border-radius:20px; |
| display:flex; |
| align-items:center; |
| justify-content:center; |
| box-shadow:0 10px 30px rgba(0,0,0,0.06); |
| } |
|
| .client-box img{ |
| max-width:130px; |
| opacity:0.7; |
| transition:0.3s; |
| } |
|
| .client-box img:hover{ |
| opacity:1; |
| } |
|
| @keyframes scroll{ |
| from{ |
| transform:translateX(0); |
| } |
| to{ |
| transform:translateX(-50%); |
| } |
| } |
|
|
| /* ===================================================== |
| RESPONSIVE |
| ===================================================== */ |
|
| @media(max-width:991px){ |
|
| .hero-content h1{ |
| font-size:52px; |
| } |
|
| .about-grid, |
| .services-grid, |
| .cta-grid, |
| .footer-grid{ |
| grid-template-columns:1fr; |
| } |
|
| .nav-menu{ |
| display:none; |
| } |
|
| .about-images{ |
| min-height:420px; |
| } |
|
| .about-img-1{ |
| width:80%; |
| } |
|
| .about-img-2{ |
| width:55%; |
| } |
|
| .service-card, |
| .premium-card{ |
| width:100%; |
| } |
|
| .cta-section{ |
| padding:40px; |
| } |
|
| } |
|
| @media(max-width:768px){ |
|
| .hero-content h1{ |
| font-size:42px; |
| } |
|
| .section-title h2, |
| .about-content h2, |
| .cta-content h2{ |
| font-size:34px; |
| } |
|
| } |
|
| </style> |
|
|
|
| <!– ===================================================== |
| NAVBAR |
| ===================================================== –> |
|
| <header class=”navbar”> |
| <div class=”container nav-wrapper”> |
|
| <!– LOGO –> |
| <div class=”logo”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/download-modified.png” alt=”Logo” class=”img-responsive”> |
| <span>Ashadi & Rekan</span> |
| </div> |
|
| <!– TOGGLE BUTTON –> |
| <div class=”menu-toggle” id=”menu-toggle”> |
| ☰ |
| </div> |
|
| <!– MENU –> |
| <nav class=”nav-menu” id=”nav-menu”> |
| <a href=”https://konsultanpajakbekasi.com/“>Beranda</a> |
| <a href=”https://konsultanpajakbekasi.com/about-us/“>Tentang Kami</a> |
| <a href=”https://konsultanpajakbekasi.com/services/“>Layanan Kami</a> |
| <a href=”https://konsultanpajakbekasi.com/consultant/“>Konsultan Kami</a> |
| <a href=”https://konsultanpajakbekasi.com/contact/“>Hubungi Kami</a> |
| <a href=”https://konsultanpajakbekasi.com/blog/“>Blog</a> |
| </nav> |
|
| </div> |
| </header> |
| <script> |
| const menuToggle = document.getElementById(‘menu-toggle’); |
| const navMenu = document.getElementById(‘nav-menu’); |
|
| menuToggle.addEventListener(‘click’, () => { |
| navMenu.classList.toggle(‘active’); |
| }); |
| </script> |
| <!– ===================================================== |
| HERO SECTION |
| ===================================================== –> |
|
| <section class=”hero”> |
| <div class=”container”> |
| <div class=”hero-content”> |
| <h1>Kantor Konsultan Pajak Bekasi</h1> |
|
| <p> |
| Merupakan sebuah badan usaha di Bekasi yang menyediakan pelayanan jasa pajak, akuntansi dan jasa konsultansi pada bidang akuntansi, perpajakan, manajemen dan training terpercaya, independen, akuntabel, dan profesional. |
| </p> |
|
| <a href=”https://wa.me/6282162566682?text=Hallo%20Konsultan%20Pajak%20Saya%20Mau%20Konsultasi” class=”btn-primary”>Konsultasi Sekarang</a> |
| </div> |
| </div> |
| </section> |
|
| <!– ===================================================== |
| TENTANG KAMI |
| ===================================================== –> |
|
| <section id=”tentang”> |
| <div class=”container”> |
|
| <div class=”about-grid”> |
|
| <div class=”about-images”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/11/image_03.jpg” class=”about-img-1 img-responsive”> |
|
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/11/image_01.jpg” class=”about-img-2 img-responsive”> |
| </div> |
|
| <div class=”about-content”> |
| <h2>Tentang Kami</h2> |
|
| <p> |
| Kantor Konsultan Pajak Bekasi merupakan bagian dari persekutuan perdata Ashadi dan Rekan yang didirikan di tahun 2015 dan telah mendapatkan izin dari Kementerian Keuangan KIP-7999/IP.B/PJ/2022, tanggal 10 Maret 2022. Didalam menjalankan usahanya perusahaan memberikan pelayanan jasa konsultasi pada bidang konsultasi perpajakan, transfer pricing documentation, litigasi pajak dan training. |
| Saat ini KKP Ashadi & Rekan dipimpin oleh beberapa professional yang sangat berpengalaman selama 20 tahun di bidang perpajakan, transfer pricing documentation, litigasi pajak dan training. |
| </p> |
|
| </div> |
|
| </div> |
|
| </div> |
| </section> |
|
| <!– ===================================================== |
| LAYANAN KAMI |
| ===================================================== –> |
|
| <section id=”layanan”> |
| <div class=”container”> |
|
| <div class=”section-title”> |
| <h2>Layanan Kami</h2> |
| <p> |
| Solusi perpajakan dan akuntansi profesional untuk kebutuhan perusahaan maupun perorangan. |
| </p> |
| </div> |
|
| <div class=”services-grid”> |
|
| <div class=”service-card”> |
| <div class=”service-icon”> |
| <i class=”fa-solid fa-building”></i> |
| </div> |
| <h3>Jasa Konsultan Pajak</h3> |
| <p>Konsultasi perpajakan profesional untuk perusahaan dan individu.</p> |
| </div> |
|
| <div class=”service-card”> |
| <div class=”service-icon”> |
| <i class=”fa-solid fa-chart-line”></i> |
| </div> |
| <h3>Perencanaan Pajak</h3> |
| <p>Strategi perencanaan pajak yang efektif dan efisien.</p> |
| </div> |
|
| <div class=”service-card”> |
| <div class=”service-icon”> |
| <i class=”fa-solid fa-scale-balanced”></i> |
| </div> |
| <h3>Tax Amnesty</h3> |
| <p>Pendampingan dan konsultasi program pengampunan pajak.</p> |
| </div> |
|
| <div class=”service-card”> |
| <div class=”service-icon”> |
| <i class=”fa-solid fa-gavel”></i> |
| </div> |
| <h3>Jasa Sengketa Pajak</h3> |
| <p>Pendampingan litigasi dan penyelesaian sengketa perpajakan.</p> |
| </div> |
|
| <div class=”service-card”> |
| <div class=”service-icon”> |
| <i class=”fa-solid fa-file-invoice”></i> |
| </div> |
| <h3>Tax Review & Due Dilligence</h3> |
| <p>Analisis dan rekonsiliasi perpajakan secara komprehensif.</p> |
| </div> |
|
| <div class=”service-card”> |
| <div class=”service-icon”> |
| <i class=”fa-solid fa-clipboard-check”></i> |
| </div> |
| <h3>Pemenuhan Kewajiban Pajak</h3> |
| <p>Pengelolaan kewajiban perpajakan secara tepat waktu.</p> |
| </div> |
|
| </div> |
|
| </div> |
| </section> |
|
| <!– ===================================================== |
| PREMIUM CARD SECTION |
| ===================================================== –> |
|
| <section id=”konsultan”> |
| <div class=”container”> |
|
| <div class=”section-title”> |
| <h2>Keunggulan Kami</h2> |
| <p> |
| Mengutamakan kualitas pelayanan profesional dengan pendekatan strategis dan terpercaya. |
| </p> |
| </div> |
|
| <div class=”premium-wrapper”> |
|
| <div class=”top-cards”> |
|
| <!– CARD 1 –> |
| <div class=”premium-card”> |
| <img src=”https://images.unsplash.com/photo-1521791136064-7986c2920216?q=80&w=1200&auto=format&fit=crop” alt=”Profesional” class=”img-responsive”> |
|
| <div class=”card-overlay”></div> |
|
| <div class=”card-content”> |
| <h3>Profesional</h3> |
| <p>Tim berpengalaman dan bersertifikasi dalam bidang perpajakan dan akuntansi.</p> |
| </div> |
| </div> |
|
| <!– CARD 2 –> |
| <div class=”premium-card”> |
| <img src=”https://images.unsplash.com/photo-1556740749-887f6717d7e4?q=80&w=1200&auto=format&fit=crop” alt=”Terpercaya” class=”img-responsive”> |
|
| <div class=”card-overlay”></div> |
|
| <div class=”card-content”> |
| <h3>Terpercaya</h3> |
| <p>Menjaga kerahasiaan data klien dengan sistem kerja profesional.</p> |
| </div> |
| </div> |
|
| <!– CARD 3 –> |
| <div class=”premium-card”> |
| <img src=”https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1200&auto=format&fit=crop” alt=”Responsif” class=”img-responsive”> |
|
| <div class=”card-overlay”></div> |
|
| <div class=”card-content”> |
| <h3>Responsif</h3> |
| <p>Memberikan solusi cepat dan tepat untuk kebutuhan perpajakan perusahaan.</p> |
| </div> |
| </div> |
|
| </div> |
|
| <div class=”bottom-cards”> |
|
| <!– CARD 4 –> |
| <div class=”premium-card”> |
| <img src=”https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1200&auto=format&fit=crop” alt=”Akuntabel” class=”img-responsive”> |
|
| <div class=”card-overlay”></div> |
|
| <div class=”card-content”> |
| <h3>Akuntabel</h3> |
| <p>Seluruh layanan dikerjakan secara transparan dan sesuai regulasi.</p> |
| </div> |
| </div> |
|
| <!– CARD 5 –> |
| <div class=”premium-card”> |
| <img src=”https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1200&auto=format&fit=crop” alt=”Berpengalaman” class=”img-responsive”> |
|
| <div class=”card-overlay”></div> |
|
| <div class=”card-content”> |
| <h3>Berpengalaman</h3> |
| <p>Menangani berbagai kebutuhan pajak perusahaan dari berbagai sektor industri.</p> |
| </div> |
| </div> |
|
| </div> |
|
| </div> |
|
| </div> |
| </section> |
|
| <style> |
|
| /* ===================================================== |
| PREMIUM CARD SECTION |
| ===================================================== */ |
|
| *{ |
| margin:0; |
| padding:0; |
| box-sizing:border-box; |
| } |
|
| body{ |
| font-family:Arial, sans-serif; |
| background:#f5f7fb; |
| } |
|
| .container{ |
| width:90%; |
| max-width:1200px; |
| margin:auto; |
| } |
|
| .section-title{ |
| text-align:center; |
| margin-bottom:60px; |
| } |
|
| .section-title h2{ |
| font-size:42px; |
| color:#111; |
| margin-bottom:15px; |
| } |
|
| .section-title p{ |
| color:#666; |
| max-width:700px; |
| margin:auto; |
| line-height:1.7; |
| } |
|
| /* ===================================================== |
| PREMIUM CARD SECTION |
| ===================================================== */ |
|
| .premium-wrapper{ |
| display:flex; |
| flex-direction:column; |
| gap:30px; |
| } |
|
| .top-cards, |
| .bottom-cards{ |
| display:flex; |
| justify-content:center; |
| gap:30px; |
| flex-wrap:wrap; |
| } |
|
| /* CARD */ |
|
| .premium-card{ |
| width:370px; |
| height:320px; |
| border-radius:28px; |
| position:relative; |
| overflow:hidden; |
| transition:0.4s; |
| box-shadow:0 15px 45px rgba(0,0,0,0.08); |
| } |
|
| /* IMAGE */ |
|
| .premium-card img{ |
| position:absolute; |
| top:0; |
| left:0; |
| width:100%; |
| height:100%; |
| object-fit:cover; |
| } |
|
| /* OVERLAY */ |
|
| .card-overlay{ |
| position:absolute; |
| inset:0; |
|
| /* WARNA OVERLAY */ |
| background:rgba(249,150,30,0.68); |
|
| /* efek blur premium */ |
| backdrop-filter:blur(1px); |
|
| transition:0.4s; |
| z-index:1; |
| } |
|
| /* TOP BORDER */ |
|
| .premium-card::before{ |
| content:”; |
| position:absolute; |
| top:0; |
| left:0; |
| width:100%; |
| height:5px; |
| background:linear-gradient(90deg,#fff,#ffe0b2); |
| z-index:3; |
| } |
|
| /* CONTENT */ |
|
| .card-content{ |
| position:relative; |
| z-index:2; |
| padding:40px 30px; |
| height:100%; |
| display:flex; |
| flex-direction:column; |
| justify-content:flex-end; |
| color:#fff; |
| } |
|
| .card-content h3{ |
| font-size:28px; |
| margin-bottom:15px; |
| font-weight:700; |
| } |
|
| .card-content p{ |
| line-height:1.8; |
| color:rgba(255,255,255,0.95); |
| } |
|
| /* HOVER */ |
|
| .premium-card:hover{ |
| transform:translateY(-10px); |
| } |
|
| /* opacity menyesuaikan saat hover */ |
|
| .premium-card:hover .card-overlay{ |
| background:rgba(249,150,30,0.45); |
| } |
|
| /* RESPONSIVE */ |
|
| @media(max-width:768px){ |
|
| .premium-card{ |
| width:100%; |
| } |
|
| } |
| /* TOP LINE */ |
|
| .premium-card::before{ |
| content:”; |
| position:absolute; |
| top:0; |
| left:0; |
| width:100%; |
| height:5px;#c22213 |
| background:linear-gradient(100deg,#f9961e,#c22213); |
| z-index:3; |
| } |
|
| /* CONTENT */ |
|
| .card-content{ |
| position:relative; |
| z-index:2; |
| color:#fff; |
| padding:40px 30px; |
| display:flex; |
| flex-direction:column; |
| justify-content:flex-end; |
| height:100%; |
| } |
|
| .card-content h3{ |
| font-size:28px; |
| margin-bottom:15px; |
| } |
|
| .card-content p{ |
| line-height:1.8; |
| color:rgba(255,255,255,0.92); |
| } |
|
| /* HOVER */ |
|
| .premium-card:hover{ |
| transform:translateY(-10px); |
| } |
|
| .premium-card:hover .card-overlay{ |
| background:rgba(0,0,0,0.70); |
| } |
|
| /* RESPONSIVE */ |
|
| @media(max-width:768px){ |
|
| .premium-card{ |
| width:100%; |
| } |
|
| .section-title h2{ |
| font-size:32px; |
| } |
|
| } |
|
| </style> |
|
| <!– ===================================================== |
| CLIENT SECTION |
| ===================================================== –> |
|
| <section> |
| <div class=”container”> |
|
| <div class=”section-title”> |
| <h2>Client Kami</h2> |
| <p> |
| Dipercaya berbagai perusahaan dan pelaku usaha dalam layanan perpajakan dan akuntansi. |
| </p> |
| </div> |
|
| <div class=”client-carousel”> |
|
| <div class=”client-track”> |
|
| <div class=”client-box”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/coca-cola-logo-e1642470871570-300×102-1.png” class=”img-responsive”> |
| </div> |
|
| <div class=”client-box”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/BukitAsam-e1642470908175-300×101-1.png” class=”img-responsive”> |
| </div> |
|
| <div class=”client-box”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/Sinar-Mas-e1642470951199-300×73-1.png” class=”img-responsive”> |
| </div> |
|
| <div class=”client-box”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/sigma-global-png-e1642470975960-300×172-1.png” class=”img-responsive”> |
| </div> |
|
| <div class=”client-box”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/Bank-Bri-300×71-1.png” class=”img-responsive”> |
| </div> |
|
| <div class=”client-box”> |
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/Finnet-e1642470818676-300×134-1.png” class=”img-responsive”> |
| </div> |
|
| </div> |
|
| </div> |
|
| </div> |
| </section> |
|
| <!– ===================================================== |
| CTA + FORM |
| ===================================================== –> |
|
| <section id=”hubungi”> |
| <div class=”container”> |
|
| <div class=”cta-section”> |
|
| <div class=”cta-grid”> |
|
| <!– LEFT CONTENT –> |
| <div class=”cta-content”> |
|
| <span class=”mini-title”> |
| Konsultan Pajak Profesional |
| </span> |
|
| <h2> |
| Konsultasikan Kebutuhan Pajak Anda |
| </h2> |
|
| <p> |
| Dapatkan solusi perpajakan dan akuntansi profesional bersama tim konsultan terpercaya dan berpengalaman. |
| </p> |
|
| <a href=”https://wa.me/6282162566682?text=Hallo%20Konsultan%20Pajak%20Saya%20Mau%20Konsultasi” class=”btn-primary”> |
| Konsultasi Sekarang |
| </a> |
|
| </div> |
|
| <!– FORM –> |
| <div class=”contact-form”> |
|
|
|
| <div class=”input-group”> |
| <input type=”text” id=”nama” placeholder=”Nama Lengkap” required=”” class=”form-control”> |
| </div> |
|
| <div class=”input-group”> |
| <input type=”email” id=”email” placeholder=”Email Aktif” required=”” class=”form-control”> |
| </div> |
|
| <div class=”input-group”> |
| <input type=”text” id=”whatsapp” placeholder=”Nomor WhatsApp” required=”” class=”form-control”> |
| </div> |
|
| <div class=”input-group”> |
| <textarea id=”pesan” placeholder=”Tulis kebutuhan konsultasi Anda” required=”” class=”form-control”></textarea> |
| </div> |
|
| <button type=”submit” class=”btn btn-primary”> |
| Kirim Konsultasi |
| </button> |
|
| <!– SUCCESS MESSAGE –> |
| <div class=”success-message” id=”successMessage”> |
| ✅ Konsultasi berhasil dikirim! |
| </div> |
|
|
|
| </div> |
|
| </div> |
|
| </div> |
|
| </div> |
| </section> |
|
| <style> |
|
| /* ===================================================== |
| CTA + FORM |
| ===================================================== */ |
|
| *{ |
| margin:0; |
| padding:0; |
| box-sizing:border-box; |
| } |
|
| body{ |
| font-family:’Poppins’,sans-serif; |
| background:#f5f7fb; |
| } |
|
| .container{ |
| width:90%; |
| max-width:1200px; |
| margin:auto; |
| } |
|
| /* SECTION */ |
|
| .cta-section{ |
| background:linear-gradient(135deg,#f9961e,#c22213); |
| color:#fff; |
| border-radius:40px; |
| padding:70px; |
| position:relative; |
| overflow:hidden; |
| } |
|
| /* GRID */ |
|
| .cta-grid{ |
| display:grid; |
| grid-template-columns:1fr 1fr; |
| gap:60px; |
| align-items:center; |
| } |
|
| /* LEFT CONTENT */ |
|
| .mini-title{ |
| display:inline-block; |
| background:rgba(255,255,255,0.18); |
| padding:10px 18px; |
| border-radius:999px; |
| margin-bottom:25px; |
| font-size:14px; |
| backdrop-filter:blur(10px); |
| } |
|
| .cta-content h2{ |
| font-size:48px; |
| line-height:1.2; |
| margin-bottom:25px; |
| } |
|
| .cta-content p{ |
| color:#f3f3f3; |
| line-height:1.8; |
| margin-bottom:35px; |
| } |
|
| /* BUTTON */ |
|
| .btn-primary{ |
| display:inline-block; |
| padding:16px 30px; |
| background:#fff; |
| color:#c22213; |
| text-decoration:none; |
| border-radius:14px; |
| font-weight:600; |
| transition:0.3s; |
| } |
|
| .btn-primary:hover{ |
| transform:translateY(-4px); |
| box-shadow:0 10px 25px rgba(0,0,0,0.15); |
| } |
|
| /* FORM */ |
|
| .contact-form{ |
| background:#fff; |
| padding:40px; |
| border-radius:28px; |
| box-shadow:0 15px 40px rgba(0,0,0,0.12); |
| } |
|
| .input-group{ |
| margin-bottom:20px; |
| } |
|
| .contact-form input, |
| .contact-form textarea{ |
| width:100%; |
| padding:16px 20px; |
| border:none; |
| background:#f5f7fb; |
| border-radius:14px; |
| font-size:15px; |
| transition:0.3s; |
| outline:none; |
| } |
|
| .contact-form input:focus, |
| .contact-form textarea:focus{ |
| background:#fff; |
| border:2px solid #f9961e; |
| box-shadow:0 0 0 4px rgba(249,150,30,0.15); |
| } |
|
| .contact-form textarea{ |
| height:140px; |
| resize:none; |
| } |
|
| /* BUTTON */ |
|
| .contact-form button{ |
| width:100%; |
| padding:18px; |
| border:none; |
| background:linear-gradient(135deg,#f9961e,#c22213); |
| color:#fff; |
| border-radius:14px; |
| font-size:16px; |
| font-weight:600; |
| cursor:pointer; |
| transition:0.3s; |
| } |
|
| .contact-form button:hover{ |
| transform:translateY(-3px); |
| box-shadow:0 10px 25px rgba(194,34,19,0.25); |
| } |
|
| /* SUCCESS MESSAGE */ |
|
| .success-message{ |
| display:none; |
| margin-top:20px; |
| padding:14px; |
| background:#e8fff1; |
| color:#1c7c45; |
| border-radius:12px; |
| text-align:center; |
| font-weight:600; |
| } |
|
| /* RESPONSIVE */ |
|
| @media(max-width:900px){ |
|
| .cta-grid{ |
| grid-template-columns:1fr; |
| } |
|
| .cta-content h2{ |
| font-size:38px; |
| } |
|
| } |
|
| @media(max-width:768px){ |
|
| .cta-section{ |
| padding:40px 25px; |
| border-radius:25px; |
| } |
|
| .cta-content h2{ |
| font-size:32px; |
| } |
|
| } |
|
| </style> |
|
| <script> |
|
| /* ===================================================== |
| FORM SUBMIT |
| ===================================================== */ |
|
| const form = document.getElementById(‘contactForm’); |
| const successMessage = document.getElementById(‘successMessage’); |
|
| form.addEventListener(‘submit’, function(e){ |
|
| e.preventDefault(); |
|
| // Ambil data form |
| const nama = document.getElementById(‘nama’).value; |
| const email = document.getElementById(‘email’).value; |
| const whatsapp = document.getElementById(‘whatsapp’).value; |
| const pesan = document.getElementById(‘pesan’).value; |
|
| // Validasi sederhana |
| if(nama === ” || email === ” || whatsapp === ” || pesan === ”){ |
| alert(‘Harap lengkapi semua form.’); |
| return; |
| } |
|
| // Simulasi submit berhasil |
| successMessage.style.display = ‘block’; |
|
| // Reset form |
| form.reset(); |
|
| // Hilangkan notif setelah 4 detik |
| setTimeout(() => { |
| successMessage.style.display = ‘none’; |
| }, 4000); |
|
| }); |
|
| </script> |
|
| <!– ===================================================== |
| PREMIUM FOOTER |
| ===================================================== –> |
|
| <footer class=”premium-footer”> |
|
| <!– BACKGROUND OVERLAY –> |
| <div class=”footer-overlay”></div> |
|
| <div class=”container”> |
|
| <div class=”footer-grid”> |
|
| <!– GRID 1 –> |
| <div class=”footer-brand”> |
|
| <!– LOGO –> |
| <div class=”footer-logo”> |
|
| <img src=”https://konsultanpajakbekasi.com/wp-content/uploads/2023/05/download-modified.png” alt=”Ashadi & Rekan” class=”img-responsive”> |
|
| <div> |
| <h2>Ashadi & Rekan</h2> |
| <span>Konsultan Pajak & Akuntansi Profesional</span> |
| </div> |
|
| </div> |
|
| <!– SUBTITLE –> |
| <p class=”footer-description”> |
| Memberikan layanan perpajakan, akuntansi, dan konsultasi bisnis |
| secara profesional, strategis, terpercaya, dan berorientasi pada |
| solusi terbaik untuk perusahaan maupun individu. |
| </p> |
|
| <!– CONTACT –> |
| <div class=”footer-contact”> |
|
| <a href=”https://wa.me/6282162566682?text=Hallo%20Konsultan%20Pajak%20Saya%20Mau%20Konsultasi“> |
| 📞 +62 821 6256 6682 |
| </a> |
|
| <a href=”#“> |
| ☎ +6221 22085079 |
| </a> |
|
| <a href=”#“> |
| ✉ info@ashadirekan.com |
| </a> |
|
| </div> |
|
| </div> |
|
| <!– GRID 2 –> |
| <div class=”footer-location”> |
|
| <h3>Workshop</h3> |
|
| <p> |
| Komplek DDN Blok A21, Bintara Jaya, |
| Bekasi Barat, Kota Bekasi 17136 |
| </p> |
|
| <!– MAP –> |
| <div class=”embed-responsive embed-responsive-4by3″><iframe src=”https://www.google.com/maps?q=Bekasi+Barat&output=embed” loading=”lazy” class=”embed-responsive-item”> |
| </iframe></div> |
|
| </div> |
|
| <!– GRID 3 –> |
| <div class=”footer-location”> |
|
| <h3>Kantor Pusat</h3> |
|
| <p> |
| Rasuna Epicentrum Superblock Epiwalk Office Suite 5th Floor – |
| Suite B511, Jl. HR Rasuna Said, |
| Jakarta Selatan 12940 |
| </p> |
|
| <!– MAP –> |
| <div class=”embed-responsive embed-responsive-4by3″><iframe src=”https://www.google.com/maps?q=Rasuna+Said+Jakarta&output=embed” loading=”lazy” class=”embed-responsive-item”> |
| </iframe></div> |
|
| </div> |
|
| </div> |
|
| <!– COPYRIGHT –> |
| <div class=”footer-bottom”> |
| © 2025 Ashadi & Rekan — All Rights Reserved |
| </div> |
|
| </div> |
|
| </footer> |
|
| <style> |
|
| /* ===================================================== |
| PREMIUM FOOTER |
| ===================================================== */ |
|
| .premium-footer{ |
| position:relative; |
| overflow:hidden; |
|
| padding:90px 0 30px; |
|
| /* BACKGROUND IMAGE */ |
| background:url(‘https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1600&auto=format&fit=crop’); |
| background-size:cover; |
| background-position:center; |
| } |
|
| /* ===================================================== |
| REALISTIC SUNSET OVERLAY |
| Warna senja lebih natural & premium |
| ===================================================== */ |
|
| .footer-overlay{ |
| position:absolute; |
| inset:0; |
|
| background:linear-gradient( |
| 180deg, |
|
| /* langit atas */ |
| rgba(22,27,48,0.92) 0%, |
|
| /* ungu senja */ |
| rgba(58,43,74,0.88) 25%, |
|
| /* merah sunset */ |
| rgba(124,63,88,0.84) 50%, |
|
| /* orange sunset */ |
| rgba(214,109,82,0.78) 75%, |
|
| /* golden sunset */ |
| rgba(255,170,110,0.70) 100% |
| ); |
|
| backdrop-filter:blur(4px); |
|
| z-index:1; |
| } |
|
| /* ===================================================== |
| CARD NUANCE |
| ===================================================== */ |
|
| .footer-location{ |
| background:rgba(255,255,255,0.08); |
|
| border:1px solid rgba(255,255,255,0.10); |
|
| backdrop-filter:blur(16px); |
|
| box-shadow:0 10px 30px rgba(0,0,0,0.12); |
| } |
|
| .footer-location:hover{ |
| background:rgba(255,255,255,0.12); |
|
| box-shadow:0 20px 40px rgba(0,0,0,0.18); |
| } |
|
| /* ===================================================== |
| TEXT NUANCE |
| ===================================================== */ |
|
| .footer-logo span{ |
| color:rgba(255,235,220,0.82); |
| } |
|
| .footer-description, |
| .footer-location p, |
| .footer-contact a, |
| .footer-bottom{ |
| color:rgba(255,245,240,0.88); |
| } |
|
| /* ===================================================== |
| FLOATING WHATSAPP |
| REALISTIC SUNSET |
| ===================================================== */ |
|
| .floating-whatsapp{ |
|
| background:linear-gradient( |
| 145deg, |
| #ffb36b, |
| #e07a5f, |
| #9d4e6c, |
| #4b3f72 |
| ); |
|
| box-shadow: |
| 0 15px 35px rgba(75,63,114,0.35), |
| 0 5px 15px rgba(0,0,0,0.15); |
| } |
|
| .floating-whatsapp:hover{ |
|
| box-shadow: |
| 0 20px 45px rgba(75,63,114,0.45), |
| 0 10px 25px rgba(0,0,0,0.22); |
| } |
| /* ===================================================== |
| CONTAINER |
| ===================================================== */ |
|
| .premium-footer .container{ |
| position:relative; |
| z-index:2; |
| } |
|
| /* ===================================================== |
| GRID |
| ===================================================== */ |
|
| .footer-grid{ |
| display:grid; |
| grid-template-columns:1.2fr 1fr 1fr; |
| gap:40px; |
| align-items:flex-start; |
| } |
|
| /* ===================================================== |
| BRAND |
| ===================================================== */ |
|
| .footer-brand{ |
| padding-right:20px; |
| } |
|
| /* LOGO */ |
|
| .footer-logo{ |
| display:flex; |
| align-items:center; |
| gap:18px; |
| margin-bottom:30px; |
| } |
|
| .footer-logo img{ |
| width:70px; |
| height:70px; |
| object-fit:contain; |
|
| background:#fff; |
| padding:10px; |
| border-radius:18px; |
| } |
|
| .footer-logo h2{ |
| color:#fff; |
| font-size:34px; |
| margin-bottom:6px; |
| font-weight:800; |
| } |
|
| .footer-logo span{ |
| color:rgba(255,255,255,0.75); |
| font-size:14px; |
| letter-spacing:0.5px; |
| } |
|
| /* DESCRIPTION */ |
|
| .footer-description{ |
| color:rgba(255,255,255,0.86); |
| line-height:1.9; |
| margin-bottom:35px; |
| font-size:15px; |
| } |
|
| /* CONTACT */ |
|
| .footer-contact{ |
| display:flex; |
| flex-direction:column; |
| gap:16px; |
| } |
|
| .footer-contact a{ |
| color:rgba(255,255,255,0.9); |
| text-decoration:none; |
| transition:0.3s; |
| font-size:15px; |
| } |
|
| .footer-contact a:hover{ |
| color:#fff; |
| transform:translateX(5px); |
| } |
|
| /* ===================================================== |
| LOCATION |
| ===================================================== */ |
|
| .footer-location{ |
| background:rgba(255,255,255,0.06); |
|
| border:1px solid rgba(255,255,255,0.08); |
|
| padding:28px; |
|
| border-radius:28px; |
|
| backdrop-filter:blur(12px); |
|
| transition:0.4s; |
| } |
|
| .footer-location:hover{ |
| transform:translateY(-8px); |
|
| background:rgba(255,255,255,0.08); |
| } |
|
| /* TITLE */ |
|
| .footer-location h3{ |
| color:#fff; |
| font-size:24px; |
| margin-bottom:18px; |
| } |
|
| /* TEXT */ |
|
| .footer-location p{ |
| color:rgba(255,255,255,0.82); |
| line-height:1.8; |
| margin-bottom:22px; |
| font-size:14px; |
| } |
|
| /* MAP */ |
|
| .footer-location iframe{ |
| width:100%; |
| height:220px; |
|
| border:none; |
| border-radius:20px; |
|
| box-shadow:0 12px 30px rgba(0,0,0,0.2); |
| } |
|
| /* ===================================================== |
| BOTTOM |
| ===================================================== */ |
|
| .footer-bottom{ |
| margin-top:70px; |
|
| border-top:1px solid rgba(255,255,255,0.1); |
|
| padding-top:30px; |
|
| text-align:center; |
|
| color:rgba(255,255,255,0.75); |
|
| font-size:14px; |
| } |
|
| /* ===================================================== |
| RESPONSIVE |
| ===================================================== */ |
|
| @media(max-width:1100px){ |
|
| .footer-grid{ |
| grid-template-columns:1fr; |
| } |
|
| } |
|
| @media(max-width:768px){ |
|
| .premium-footer{ |
| padding:70px 0 30px; |
| } |
|
| .footer-logo{ |
| align-items:flex-start; |
| } |
|
| .footer-logo h2{ |
| font-size:28px; |
| } |
|
| .footer-location iframe{ |
| height:250px; |
| } |
|
| } |
|
| </style> |
| <!– ===================================================== |
| FLOATING WHATSAPP PREMIUM MINIMAL |
| ===================================================== –> |
|
| <a href=”https://wa.me/6282162566682?text=Hallo%20Konsultan%20Pajak%20Saya%20Mau%20Konsultasi” class=”wa-floating” target=”_blank”> |
|
| <div class=”wa-icon”> |
|
| <!– ICON –> |
| <svg xmlns=”http://www.w3.org/2000/svg” viewBox=”0 0 32 32″> |
|
| <path d=”M19.11 17.21c-.29-.14-1.71-.84-1.97-.94-.26-.1-.45-.14-.64.14-.19.29-.74.94-.91 1.13-.17.19-.33.21-.62.07-.29-.14-1.2-.44-2.29-1.41-.85-.76-1.42-1.69-1.59-1.98-.17-.29-.02-.45.12-.59.13-.13.29-.33.43-.5.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.5-.07-.14-.64-1.55-.88-2.12-.23-.55-.47-.48-.64-.49-.17-.01-.36-.01-.55-.01-.19 0-.5.07-.76.36-.26.29-1 1-.99 2.43 0 1.43 1.03 2.81 1.17 3 .14.19 2.03 3.11 4.92 4.36.69.3 1.23.48 1.65.61.69.22 1.32.19 1.82.11.56-.08 1.71-.7 1.95-1.38.24-.67.24-1.25.17-1.38-.07-.12-.26-.19-.55-.33z”></path> |
|
| <path d=”M16.01 3C8.83 3 3 8.82 3 16c0 2.53.74 4.99 2.13 7.1L3 29l6.08-2.09A12.94 12.94 0 0 0 16.01 29C23.18 29 29 23.18 29 16S23.18 3 16.01 3zm0 23.67c-2.06 0-4.08-.55-5.84-1.6l-.42-.25-3.61 1.24 1.18-3.52-.27-.45A10.63 10.63 0 0 1 5.34 16c0-5.88 4.79-10.67 10.67-10.67 5.88 0 10.67 4.79 10.67 10.67 0 5.88-4.79 10.67-10.67 10.67z”></path> |
| </svg> |
|
| </div> |
|
| <div class=”wa-text”> |
| <small>Butuh Bantuan?</small> |
| <strong>Chat WhatsApp</strong> |
| </div> |
|
| </a> |
|
| <style> |
|
| /* ===================================================== |
| FLOATING WHATSAPP |
| PREMIUM MINIMAL |
| ===================================================== */ |
|
| .wa-floating{ |
| position:fixed; |
|
| right:25px; |
| bottom:25px; |
|
| z-index:9999; |
|
| display:flex; |
| align-items:center; |
| gap:15px; |
|
| padding:14px 18px; |
|
| border-radius:24px; |
|
| text-decoration:none; |
|
| /* elegant dark glass */ |
| background:rgba(0,0,8,0.8); |
|
| border:1px solid rgba(255,255,255,0.08); |
|
| backdrop-filter:blur(14px); |
|
| box-shadow: |
| 0 10px 30px rgba(0,0,0,0.18); |
|
| transition:0.4s ease; |
| } |
|
| /* HOVER */ |
|
| .wa-floating:hover{ |
| transform:translateY(-6px); |
|
| background:rgba(28,28,38,0.95); |
|
| box-shadow: |
| 0 18px 40px rgba(0,0,0,0.0); |
| } |
|
| /* ICON BOX */ |
|
| .wa-icon{ |
| width:52px; |
| height:52px; |
|
| border-radius:18px; |
|
| display:flex; |
| align-items:center; |
| justify-content:center; |
|
| background:linear-gradient( |
| 145deg, |
| #f7401b, |
| #f5e107 |
| ); |
|
|
| } |
|
| /* SVG */ |
|
| .wa-icon svg{ |
| width:28px; |
| height:28px; |
|
| fill:#fff; |
| } |
|
| /* TEXT */ |
|
| .wa-text{ |
| display:flex; |
| flex-direction:column; |
| } |
|
| .wa-text small{ |
| color:rgba(255,255,255,0.65); |
| font-size:12px; |
| margin-bottom:2px; |
| } |
|
| .wa-text strong{ |
| color:#fff; |
| font-size:15px; |
| font-weight:600; |
| } |
|
| /* MOBILE */ |
|
| @media(max-width:768px){ |
|
| .wa-floating{ |
| right:18px; |
| bottom:18px; |
|
| padding:12px; |
| border-radius:22px; |
| } |
|
| .wa-text{ |
| display:none; |
| } |
|
| } |
|
| </style> |
|
|