Help
RSS
API
Feed
Maltego
Contact
Domain > opuksa.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-08
3.162.3.102
(
ClassC
)
2026-01-19
3.169.173.6
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 19 Jan 2026 06:11:33 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://opuksa.com/X-Cache: Redirect from cloudfrontVia: 1.1 6a31d7747628574e9fa26dd40efa100a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: wIvymn-j4TUGIoFA5grmLC3cJ8DExateUhahjL625mtXl_VcK8hxHw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 77804Connection: keep-aliveDate: Mon, 19 Jan 2026 05:01:37 GMTLast-Modified: Sat, 17 Jan 2026 10:42:47 GMTETag: e5aa3f553b8b8dac8b993a0d6bf84fdax-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 caca3796a9753caf000b1d1a5f744530.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: MjgM_-nZIu_sGf1xH-ITnGCXpg50AgTZM9e90KqbHMjzsdobz82uyQAge: 4197 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namegoogle-site-verification contenthl10LtqWmvhpyJBzugSarkMtF-S6U797r_f2Bt4Goek /> title>Business Setup in Saudi Arabia | Audit, Tax & Advisory services | Opuksa/title> meta nametitle contentBusiness Setup in Saudi Arabia | Audit, Tax & Advisory services | Opuksa> meta namedescription contentOpuksa helps you set up your business in Saudi Arabia with expert company formation, adulting, accounting advisory, and tax & zakat services.> meta propertyog:type contentwebsite> meta propertyog:title contentBusiness Setup in Saudi Arabia | Audit, Tax & Advisory services | Opuksa> meta propertyog:description contentOpuksa helps you set up your business in Saudi Arabia with expert company formation, adulting, accounting advisory, and tax & zakat services.> link relcanonical hrefhttps://opuksa.com/ /> !-- Tailwind CSS CDN --> script srchttps://cdn.tailwindcss.com>/script> link relicon href/image/Logo/Opu_Logow.jpg typeimage/x-icon /> link relstylesheet href/css/style.css> !-- GSAP CDN --> script srchttps://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js>/script> script src/js/LanguageTranslation.js>/script> !-- Load Inter font --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@100..900&displayswap relstylesheet> style> body { font-family: Inter, sans-serif; overflow-x: hidden; } .bg-brand-gradient { background: linear-gradient(90deg, var(--color-secondary) 0%, var(--secondary-color) 100%); } .text-primary { color: var(--primary-color); } .text-secondary { color: var(--secondary-color); } .bg-primary { background-color: var(--primary-color); } .wave-bg { background: linear-gradient(to bottom, #f0fdf4 60%, #e0f2f1 100%); position: relative; } .wave-svg { position: absolute; top: 270px; left: 0; width: 100%; height: auto; z-index: 10; } .icon-service { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 9999px; border: 1px solid #e5e7eb; background-color: #fff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); } .donut-chart-container { width: 100px; height: 100px; position: relative; } .donut-chart { width: 100%; height: 100%; border-radius: 50%; display: grid; place-items: center; font-weight: 700; transition: all 0.3s ease; } .exploding-button .bg-effect { position: absolute; top: 50%; left: 50%; width: 0; height: 0; background-color: #064e3b; /* Tailwinds green-900 */ transition: width 0.4s ease, height 0.7s ease; z-index: 0; transform: translate(-50%, -50%); border-radius: 0.5rem; /* Match the buttons rounded-lg */ } .exploding-button:hover .bg-effect { width: 200%; height: 500%; } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, padding-top 0.4s ease-out; } .faq-answer.open { max-height: 500px; /* Large enough value to cover all answers */ padding-top: 1rem; } .faq-button i { transition: transform 0.3s ease-in-out; } .faq-buttonaria-expandedtrue i { transform: rotate(180deg); } .feature-card { position: relative; overflow: hidden; transition: all 0.5s ease; background: linear-gradient(145deg, #ffffff, #f7f7f7); /* Light gradient background */ border: 1px solid #e5e7eb; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(6, 78, 59, 0.1); /* Subtle shadow using primary color */ border-color: var(--color-secondary); color: white; } /* Animated Icon background on hover */ .feature-card .icon-wrapper { transition: background-color 0.4s ease; } .feature-card:hover .icon-wrapper { background-color: var(--color-secondary); } .feature-card:hover .icon-wrapper svg { color: white !important; } .experience-bracket { position: relative; padding: 1rem 2rem; } .experience-bracket::before, .experience-bracket::after { content: ; position: absolute; width: 8px; /* Thickness of the bracket */ background-color: #1D4C2F; /* Dark Green */ } /* Left bracket */ .experience-bracket::before { top: 0; left: 0; height: 100%; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } /* Right bracket */ .experience-bracket::after { top: 0; right: 0; height: 100%; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .countNumber:hover { background-color: var(--primary-color); } @keyframes slideUpFade { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Apply the animation class */ .animate-slide-in { animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; opacity: 0; /* Start state is invisible */ } /style> style> .wave-bg { /* background: linear-gradient(to bottom, #f0fdf4 60%, #e0f2f1 100%); */ position: relative; } /style> !-- Google tag (gtag.js) --> script async srchttps://www.googletagmanager.com/gtag/js?idG-K8KPPFWS3R>/script> script> window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, G-K8KPPFWS3R); /script>/head>body classtext-gray-800> div idheader>/div> !-- header idmain-header classfixed top-0 z-50 w-full transition-all duration-300 ease-in-out text-white stylebox-shadow: 0px 0px 5px 0px darkgray;> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> nav classflex items-center justify-between h-20> div classflex items-center space-x-2> span classtext-2xl font-extrabold tracking-wide transition-colors duration-300 idlogo-text>OPU/span> /div> div classhidden lg:flex space-x-8 items-center text-17px font-semibold iddesktop-menu> a href/ classhover:text-secondary transition-colors duration-300 relative group header-link> Home span classabsolute left-0 bottom-0 w-0 h-2px bg-secondary transition-all duration-300 group-hover:w-full>/span> /a> div classrelative group> button classhover:text-secondary flex items-center gap-1 transition-colors duration-300 header-link> Services i data-lucidechevron-down classw-4 h-4>/i> /button> div classabsolute left-1/2 transform -translate-x-1/2 mt-3 w-60 bg-white rounded-xl shadow-2xl py-3 z-50 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 border border-gray-100 text-gray-700> a href/services/auditing-in-saudi-arabia.html classblock px-5 py-2 hover:bg-gray-50>Auditing/a> a href/services/accounting-in-saudi-arabia.html classblock px-5 py-2 hover:bg-gray-50>Accounting/a> a href/services/accounting-advisory-in-saudi-arabia.html classblock px-5 py-2 hover:bg-gray-50>Accounting Advisory & Policies/a> a href/services/zakat-and-tax-in-saudi-arabia.html classblock px-5 py-2 hover:bg-gray-50>Tax & Zakat Advisory/a> a href/services/value-added-tax-vat-in-saudi-arabia.html classblock px-5 py-2 hover:bg-gray-50>VAT Services/a> a href/services/financial-advisory-in-saudi-arabia.html classblock px-5 py-2 hover:bg-gray-50>Financial Consulting/a> a href/services/opu_managementConsulting.html classblock px-5 py-2 hover:bg-gray-50>Management Consulting/a> /div> /div> a href/opu_ourteam.html classhover:text-secondary transition-colors duration-300 relative group header-link>Our Teamspan classabsolute left-0 bottom-0 w-0 h-2px bg-secondary transition-all duration-300 group-hover:w-full>/span>/a> a href/about.html classhover:text-secondary transition-colors duration-300 relative group header-link>Aboutspan classabsolute left-0 bottom-0 w-0 h-2px bg-secondary transition-all duration-300 group-hover:w-full>/span>/a> a href/contact.html classhover:text-secondary transition-colors duration-300 relative group header-link>Contactspan classabsolute left-0 bottom-0 w-0 h-2px bg-secondary transition-all duration-300 group-hover:w-full>/span>/a> a href/blog.html classhover:text-secondary transition-colors duration-300 relative group header-link>Blogspan classabsolute left-0 bottom-0 w-0 h-2px bg-secondary transition-all duration-300 group-hover:w-full>/span>/a> /div> button idmobile-menu-btn classlg:hidden p-2 rounded-full hover:bg-gray-100 transition> i data-lucidemenu classw-6 h-6 text-white transition-colors duration-300 idmobile-menu-icon>/i> /button> /nav> /div> div idmobile-menu-container classhidden lg:hidden bg-white shadow-2xl border-t border-gray-100 absolute w-full pb-5 rounded-b-2xl text-gray-700> div classflex flex-col space-y-2 px-5 text-base font-medium pt-3 text-center> a href/ classblock py-2 px-4 rounded-lg shadow-sm hover:bg-gray-50 hover:text-primary transition border-l-4 border-transparent hover:border-secondary> Home /a> div classrelative> button idmobile-services-button aria-expandedfalse classflex justify-center items-center w-full py-2 px-4 shadow-sm hover:text-primary rounded-lg focus:outline-none transition border-l-4 border-transparent hover:border-secondary> Services i data-lucidechevron-down classw-4 h-4 ml-1>/i> /button> div idmobile-services-dropdown classmt-2 bg-gray-50 border border-gray-100 rounded-lg shadow-lg py-2 z-50 opacity-0 invisible transition-all duration-300 w-300px mx-auto text-left> a href/services/auditing-in-saudi-arabia.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>Auditing/a> a href/services/accounting-in-saudi-arabia.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>Accounting/a> a href/services/accounting-advisory-in-saudi-arabia.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>Accounting Advisory & Policies/a> a href/services/zakat-and-tax-in-saudi-arabia.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>Tax & Zakat Advisory/a> a href/services/value-added-tax-vat-in-saudi-arabia.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>VAT Services/a> a href/services/financial-advisory-in-saudi-arabia.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>Financial Consulting/a> a href/services/opu_managementConsulting.html classblock px-4 py-2 rounded-lg shadow-sm hover:bg-white text-gray-700 transition hover:shadow-sm border-l-4 border-transparent hover:border-secondary>Management Consulting/a> /div> /div> a href/opu_ourteam.html classblock py-2 px-4 rounded-lg shadow-sm hover:bg-gray-50 hover:text-primary transition border-l-4 border-transparent hover:border-secondary>Our Team/a> a href/about.html classblock py-2 px-4 rounded-lg shadow-sm hover:bg-gray-50 hover:text-primary transition border-l-4 border-transparent hover:border-secondary>About/a> a href/contact.html classblock py-2 px-4 rounded-lg shadow-sm hover:bg-gray-50 hover:text-primary transition border-l-4 border-transparent hover:border-secondary>Contact/a> a href/blog.html classblock py-2 px-4 rounded-lg shadow-sm hover:bg-gray-50 hover:text-primary transition border-l-4 border-transparent hover:border-secondary>Blog/a> /div> /div> /header> --> section classwave-bg pt-40 pb-32 overflow-hidden relative> div classabsolute inset-0 bg-url(/image/bg2.png) bg-cover bg-center>/div> !-- div classabsolute inset-0 bg-url(/image/bg_blue.png) bg-cover bg-center>/div> --> div classcontainer mx-auto px-4 sm:px-6 lg:px-8 relative z-20> div classflex flex-col lg:flex-row items-center lg:items-start> !-- Left Column: Text & CTA --> div classw-full lg:w-1/2 mb-10 lg:mb-0 text-center lg:text-left relative z-10> p classtext-white uppercase font-bold text-sm mb-2 hero-subtext> Your Certified Public Accountant /p> h1 classtext-4xl sm:text-5xl lg:text-6xl font-extrabold text-white leading-tight mb-6 hero-title> Trusted Audit & Advisory for Business Growth /h1> p classtext-lg text-gray-100 mb-8 max-w-lg mx-auto lg:mx-0 hero-text> Driving long-term sustainable growth through audit, accountancy, advisory and tax excellence. /p> !-- button classbg-gray-800 hover:bg-primary text-white px-8 py-4 rounded-lg font-bold transition duration-300 shadow-xl hero-cta> Explore More /button> --> /div> !-- Right Column: Image & Floating Cards --> !-- div classw-full lg:w-1/2 relative flex justify-center lg:justify-end> img src./image/ca2.jpg altChartered Accountant Expert classrounded-xl shadow-2xl transition duration-500 max-w-xs w-full z-10> div idfloat-card-1 classabsolute top-10 left-10% transform -translate-x-1/2 2xl:left-16rem xl:left-10rem lg:left-4rem lg:transform-none p-4 bg-gray-800 text-white rounded-xl shadow-2xl w-48 z-20> p classtext-xs font-medium mb-2>Total Invoice Paid/p> div classflex items-center space-x-3> svg width60 height60 viewBox0 0 100 100 classtransform rotate-90> circle cx50 cy50 r45 fillnone stroke#374151 stroke-width10 /> circle idinvoice-arc cx50 cy50 r45 fillnone stroke#10b981 stroke-width10 stroke-linecapround stroke-dasharray283 stroke-dashoffset283 /> /svg> span classtext-2xl font-bold>$5,489/span> /div> /div> div idfloat-card-2 classabsolute bottom-4 right-1/2 transform translate-x-1/2 lg:right-0 lg:transform-none p-4 bg-white rounded-xl shadow-2xl w-48 z-20> p classtext-sm text-gray-500>Every Month Tax Pay/p> span classtext-xl font-bold text-primary>$783.00/span> /div> /div> --> /div> /div> !-- Wave SVG at the bottom --> !-- svg classwave-svg fill-current text-white xmlnshttp://www.w3.org/2000/svg viewBox0 0 1440 320> path fillvar(--primary-color) fill-opacity1 dM0,160L48,170.7C96,181,192,203,288,186.7C384,171,480,117,576,106.7C672,96,768,128,864,138.7C960,149,1056,139,1152,149.3C1248,160,1344,192,1392,208L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z /> path fill#064e3b fill-opacity1 dM0,192L48,181.3C96,171,192,149,288,154.7C384,160,480,192,576,176C672,160,768,96,864,80C960,64,1056,96,1152,117.3C1248,139,1344,149,1392,154.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z /> /svg> --> /section> section classpy-20 bg-gray-50> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center mb-20 px-4> !-- Title --> h2 classtext-5xl font-extrabold text-primary tracking-tight mb-6> Our Services /h2> !-- Subtitle --> p classtext-gray-600 max-w-6xl mx-auto text-lg leading-relaxed mb-4> At Opuksa, we help organizations navigate every stage of growth — from b>business setup in Saudi Arabia/b> and compliance to long-term financial management. /p> !-- Description --> p classtext-gray-700 max-w-3xl mx-auto text-lg leading-relaxed> Our team ensures smooth b>company formation in Saudi Arabia/b>, offering reliable support so you can focus on your business while we handle the complexities. Discover how we empower organizations through expert a href/services/auditing-in-saudi-arabia.html>strong>Auditing/strong>/a>, a href/services/financial-advisory-in-saudi-arabia.html>strong>Financial/strong>/a>, a href/services/accounting-in-saudi-arabia.html>strong>Accounting/strong>/a>, tax, and advisory services. /p> /div> !-- Cards Container --> div classflex flex-wrap justify-center gap-6> !-- Card 1: Auditing Services --> !-- Added group class to allow hover effects on child elements --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.1s;> !-- Inner card with lift, shadow, and border-top hover effects --> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> !-- Icon container with hover background/text shift --> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-blue-100 text-blue-600 group-hover:bg-blue-200 group-hover:text-blue-700 transition duration-300> i data-lucidefile-check classw-6 h-6>/i> /div> !-- Title text color change on hover --> a href/services/auditing-in-saudi-arabia.html> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Auditing Services/h3> /a> !-- Body text adjusted for visual hierarchy --> p classtext-gray-500 text-base leading-relaxed> Trusted statutory and assurance audits ensuring compliance, accuracy, and financial transparency. /p> /div> div classmt-6 text-right> a href/services/auditing-in-saudi-arabia.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- Card 2: Accounting Services --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.2s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-teal-100 text-teal-600 group-hover:bg-teal-200 group-hover:text-teal-700 transition duration-300> i data-lucidecalculator classw-6 h-6>/i> /div> a href/services/accounting-in-saudi-arabia.html> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Accounting Services/h3> /a> p classtext-gray-500 text-base leading-relaxed> Reliable bookkeeping and outsourced accounting to keep your finances organized and compliant. /p> /div> div classmt-6 text-right> a href/services/accounting-in-saudi-arabia.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- Card 3: Accounting Advisory & Policies --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.3s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-emerald-100 text-emerald-600 group-hover:bg-emerald-200 group-hover:text-emerald-700 transition duration-300> i data-lucidebook-open-text classw-6 h-6>/i> /div> a href/services/accounting-advisory-in-saudi-arabia.html> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Accounting Advisory & Policies/h3> /a> p classtext-gray-500 text-base leading-relaxed> Expert guidance on IFRS, accounting frameworks, and tailored financial policies for stronger governance. /p> /div> div classmt-6 text-right> a href/services/accounting-advisory-in-saudi-arabia.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- Card 4: Tax & Zakat Advisory --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.4s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-red-100 text-red-600 group-hover:bg-red-200 group-hover:text-red-700 transition duration-300> i data-lucidepercent classw-6 h-6>/i> /div> a href/services/zakat-and-tax-in-saudi-arabia.html> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Tax & Zakat Advisory/h3> /a> p classtext-gray-500 text-base leading-relaxed> Comprehensive Zakat, corporate tax, and WHT advisory ensuring compliance and liability optimization. /p> /div> div classmt-6 text-right> a href/services/zakat-and-tax-in-saudi-arabia.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- Card 5: VAT Services --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.5s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-yellow-100 text-yellow-600 group-hover:bg-yellow-200 group-hover:text-yellow-700 transition duration-300> i data-lucidefile-text classw-6 h-6>/i> /div> a href/services/value-added-tax-vat-in-saudi-arabia.html> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> VAT Services/h3> /a> p classtext-gray-500 text-base leading-relaxed> Complete VAT compliance solutions from registration to filing, audits, and ZATCA e-invoicing. /p> /div> div classmt-6 text-right> a href/services/value-added-tax-vat-in-saudi-arabia.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- Card 6: Financial Consulting --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.6s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-cyan-100 text-cyan-600 group-hover:bg-cyan-200 group-hover:text-cyan-700 transition duration-300> i data-lucidebar-chart-2 classw-6 h-6>/i> /div> a href/services/financial-advisory-in-saudi-arabia.html> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Financial Consulting/h3> /a> p classtext-gray-500 text-base leading-relaxed> Strategic financial advice including valuations, feasibility studies, and cash flow management. /p> /div> div classmt-6 text-right> a href/services/financial-advisory-in-saudi-arabia.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- Card 7: Management Consulting --> !-- div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.7s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-indigo-100 text-indigo-600 group-hover:bg-indigo-200 group-hover:text-indigo-700 transition duration-300> i data-lucidebriefcase classw-6 h-6>/i> /div> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Management Consulting/h3> p classtext-gray-500 text-base leading-relaxed> Transforming businesses through strategy, restructuring, governance, and process optimization. /p> /div> div classmt-6 text-right> a href/services/opu_managementConsulting.html classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> --> !-- CARD 8: New Company Formation --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 0.8s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-amber-100 text-amber-600 group-hover:bg-amber-200 group-hover:text-amber-700 transition duration-300> i data-lucidebuilding-2 classw-6 h-6>/i> /div> a href/services/accounting-in-saudi-arabia.html#solutions> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> New Company Formation /h3> /a> p classtext-gray-500 text-base leading-relaxed> Expert assistance in setting up companies and branches in Saudi Arabia — including 100% foreign ownership (MISA license, formerly SAGIA) or entities with a Saudi shareholder. /p> /div> div classmt-6 text-right> a href/services/accounting-in-saudi-arabia.html#solutions classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> !-- CARD 9: Outsourcing of Professionals --> div classw-full sm:w-48% lg:w-31% xl:w-23% animate-slide-in group styleanimation-delay: 1s;> div classflex flex-col justify-between h-full bg-white p-8 rounded-2xl shadow-xl border-t-4 border-transparent hover:border-green-500 hover:shadow-2xl hover:-translate-y-1 transition duration-500 ease-in-out transform> div> div classw-12 h-12 mb-5 flex items-center justify-center rounded-full bg-indigo-100 text-indigo-600 group-hover:bg-indigo-200 group-hover:text-indigo-700 transition duration-300> i data-lucideusers classw-6 h-6>/i> /div> a href/services/accounting-in-saudi-arabia.html#solutions> h3 classtext-xl font-bold text-gray-800 group-hover:text-green-600 mb-3 transition duration-300> Outsourcing of Professionals /h3> /a> p classtext-gray-500 text-base leading-relaxed> Outsourcing of skilled accounting professionals for temporary or long-term assignments. /p> /div> div classmt-6 text-right> a href/services/accounting-in-saudi-arabia.html#solutions classtext-base font-semibold text-green-600 hover:text-green-700 inline-flex items-center> Know More span classml-1 transition-transform duration-300 group-hover:translate-x-1>→/span> /a> /div> /div> /div> /div>br> section classw-full py-12 px-6 bg-gray-50> div classmax-w-5xl mx-auto> div classspace-y-6 text-gray-700 text-lg leading-relaxed> !-- Item 1 --> div classflex items-start gap-3> span classtext-primary mt-1> ➜ /span> p> We assist clients across multiple areas of financial management — from strengthening internal controls and ensuring audit readiness through leading auditing firms, to day-to-day support with accounting services and structured accounting advisory. Our team also provides tax advisory services and strategic financial advisory to help businesses operate with confidence. /p> /div> !-- Item 3 --> div classflex items-start gap-3> span classtext-primary mt-1> ➜ /span> p> We also simplify Saudi company registration for new companies and ensure every process is completed efficiently with minimal effort from your side. /p> /div> /div> /div> /section> /div> /section> section classteam-section py-20 px-6 bg-primary> div classmax-w-7xl mx-auto rounded-3xl overflow-hidden shadow-2xl border border-gray-100> div classflex flex-col lg:flex-row> !-- LEFT: Chairman Image --> div classrelative xl:w-25% lg:w-35% lg:h-300px bg-gray-50 flex items-center justify-center> img src/image/dm.jpg altDr. Dev Mohanty, Chairman & Managing Director classw-full h-full object-cover> /div> !-- RIGHT: Chairman Message --> div class px-10 sm:px-10 md:px-16 py-10 lg:py-0 flex flex-col justify-center bg-white> p classtext-sm font-semibold text-secondary mb-1 uppercase tracking-wider>From the Chairman’s Desk/p> h2 classtext-3xl font-extrabold text-primary mb-2 leading-snug> “ Trusted advisors, partnering for your growth.” /h2> p classtext-sm lg:text-lg text-gray-700 leading-relaxed mb-2 border-l-4 border-secondary pl-4> We deliver transparent audits and strategic financial solutions to help you thrive in Saudi Arabia’s dynamic market. /p> div classmt-4> p classtext-primary font-semibold text-lg>– Chairman & Managing Director/p> !-- p classtext-gray-600 text-sm>Chairman & Managing Director/p> --> /div> /div> /div> /div> /section> section classpy-20 px-6 bg-white> div classrounded-3xl shadow-lg border border-gray-100 p-10 md:p-16> !-- Section Header --> div classtext-center mb-10> p classtext-sm font-semibold text-secondary uppercase tracking-wider mb-2> Specialized Service /p> h2 classtext-4xl md:text-5xl font-extrabold text-primary mb-4> Auditing That Adds Value /h2> p classtext-gray-600 text-lg mx-auto> Our auditing services ensure financial transparency, regulatory compliance, and operational efficiency — helping you identify risks, strengthen controls, and enhance decision-making. /p> /div> !-- Key Benefits --> div classgrid sm:grid-cols-2 lg:grid-cols-4 gap-8 mb-10> div classflex flex-col items-center text-center p-6 rounded-xl bg-gray-50 hover:bg-secondary/10 transition> i data-lucideshield-check classw-10 h-10 text-secondary mb-3>/i> h4 classfont-semibold text-primary mb-2>Strengthen Controls/h4> p classtext-gray-600 text-sm>Build robust internal systems for financial integrity./p> /div> div classflex flex-col items-center text-center p-6 rounded-xl bg-gray-50 hover:bg-secondary/10 transition> i data-lucidescale classw-10 h-10 text-secondary mb-3>/i> h4 classfont-semibold text-primary mb-2>Regulatory Compliance/h4> p classtext-gray-600 text-sm>Ensure your operations align with global audit standards./p> /div> div classflex flex-col items-center text-center p-6 rounded-xl bg-gray-50 hover:bg-secondary/10 transition> i data-lucidebar-chart-2 classw-10 h-10 text-secondary mb-3>/i> h4 classfont-semibold text-primary mb-2>Informed Decisions/h4> p classtext-gray-600 text-sm>Gain insights that drive smarter financial strategies./p> /div> div classflex flex-col items-center text-center p-6 rounded-xl bg-gray-50 hover:bg-secondary/10 transition> i data-lucidefile-check-2 classw-10 h-10 text-secondary mb-3>/i> h4 classfont-semibold text-primary mb-2>Audit-Ready Integrity/h4> p classtext-gray-600 text-sm>Maintain precision and transparency across reports./p> /div> /div> !-- CTA --> div classtext-center> a href/services/auditing-in-saudi-arabia.html classinline-flex items-center px-8 py-3 text-base font-semibold rounded-lg shadow-md text-white bg-brand-gradient hover:shadow-xl hover:opacity-95 transition duration-300 ease-in-out> Explore Auditing Services i data-lucidearrow-right classw-5 h-5 ml-2>/i> /a> /div> /div> /section> section classpy-12> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classxl:flex items-center gap-12 justify-center> !-- Left Column: Image Collage --> div classlg:w-1/3 relative mb-12 lg:mb-0 h-500px justify-center hidden xl:flex multiImage> !-- Main Image (Professional in white shirt) --> img src/image/home2.png altCA Professional classabout-img-main lg:translate-x-0 sm:w-500 lg:w-400 h-450px object-cover > /div> !-- Right Column: Content & Charts --> div classxl:w-1/2> p classabout-subtitle text-secondary uppercase font-bold text-sm mb-2 text-center>ABOUT US/p> h2 classabout-title text-3xl sm:text-4xl font-extrabold text-primary leading-tight mb-6 text-center> Fast And Affordable Financial Accounting Services /h2> p classabout-description text-gray-600 mb-8 leading-relaxed> Opuksa is a team of certified professionals offering a complete suite of financial, compliance, and advisory solutions. br> Whether you are b>setting up a company in Saudi Arabia /b> or expanding an existing one, we simplify processes with accuracy, transparency, and deep industry expertise. Our goal is to provide seamless b>company registration in Saudi Arabia /b> with services tailored to every business size. /p> !-- Service Checklist --> div classw-full px-4 py-6> div classmax-w-3xl mx-auto> !-- Services List Container --> div classgrid gap-6> !-- Item 1 --> div classflex items-start gap-4 p-5 bg-white shadow-md rounded-xl hover:shadow-lg transition-all duration-300> div classflex-shrink-0> svg xmlnshttp://www.w3.org/2000/svg width26 height24 viewBox0 0 21 18.499 classtext-primary> g id_6-Check data-name6-Check transformtranslate(-32 -59.158)> path idPath_15 dM41.578,77.657a.461.461,0,0,1-.338-.148l-9.118-9.863a.461.461,0,0,1,.338-.773h4.389a.461.461,0,0,1,.348.158l3.047,3.506a17.459,17.459,0,0,1,2.086-3.3,31.024,31.024,0,0,1,9.993-8.02.461.461,0,0,1,.5.77,30.12,30.12,0,0,0-4.385,4.541,33.862,33.862,0,0,0-6.413,12.784.461.461,0,0,1-.447.35Z fillcurrentColor>/path> /g> /svg> /div> p classtext-gray-700 text-lg leading-relaxed font-medium> Comprehensive support for investors looking to start business in Saudi Arabia /p> /div> !-- Item 2 --> div classflex items-start gap-4 p-5 bg-white shadow-md rounded-xl hover:shadow-lg transition-all duration-300> div classflex-shrink-0> svg xmlnshttp://www.w3.org/2000/svg width26 height24 viewBox0 0 21 18.499 classtext-primary> g id_6-Check data-name6-Check transformtranslate(-32 -59.158)> path idPath_15 dM41.578,77.657a.461.461,0,0,1-.338-.148l-9.118-9.863a.461.461,0,0,1,.338-.773h4.389a.461.461,0,0,1,.348.158l3.047,3.506a17.459,17.459,0,0,1,2.086-3.3,31.024,31.024,0,0,1,9.993-8.02.461.461,0,0,1,.5.77,30.12,30.12,0,0,0-4.385,4.541,33.862,33.862,0,0,0-6.413,12.784.461.461,0,0,1-.447.35Z fillcurrentColor>/path> /g> /svg> /div> p classtext-gray-700 text-lg leading-relaxed font-medium> Financial reporting, internal controls, and compliance reviews /p> /div> !-- Item 3 --> div classflex items-start gap-4 p-5 bg-white shadow-md rounded-xl hover:shadow-lg transition-all duration-300> div classflex-shrink-0> svg xmlnshttp://www.w3.org/2000/svg width26 height24 viewBox0 0 21 18.499 classtext-primary> g id_6-Check data-name6-Check transformtranslate(-32 -59.158)> path idPath_15 dM41.578,77.657a.461.461,0,0,1-.338-.148l-9.118-9.863a.461.461,0,0,1,.338-.773h4.389a.461.461,0,0,1,.348.158l3.047,3.506a17.459,17.459,0,0,1,2.086-3.3,31.024,31.024,0,0,1,9.993-8.02.461.461,0,0,1,.5.77,30.12,30.12,0,0,0-4.385,4.541,33.862,33.862,0,0,0-6.413,12.784.461.461,0,0,1-.447.35Z fillcurrentColor>/path> /g> /svg> /div> p classtext-gray-700 text-lg leading-relaxed font-medium> Expert advisory for operational growth and long-term financial planning /p> /div> /div> !-- Closing Statement --> p classtext-center text-gray-700 text-lg mt-6 leading-relaxed> Whether you want to register a company in Saudi Arabia, strengthen controls, or scale your operations, span classtext-primary font-semibold>Opuksa/span> provides dependable and timely support. /p> /div> /div> !-- Progress Charts --> a href/services/auditing-in-saudi-arabia.html classflex justify-center items-center> button classexploding-button px-8 py-3 rounded-lg font-bold relative overflow-hidden border border-green-600 text-green-900 bg-white shadow-xl transition duration-300 group> span classbg-effect>/span> span classrelative z-10 transition-colors duration-300 group-hover:text-white> Explore More /span> /button> /a> /div> /div> /div> /section> section classteam-section py-20 md:py-12 px-6 bg-gray-50> div classmax-w-7xl mx-auto text-center> !-- Section Title --> h2 classtext-4xl font-extrabold text-primary mb-4> Why Leading Businesses Choose OPU /h2> p classtext-lg text-gray-600 max-w-3xl mx-auto mb-16> Our commitment goes beyond compliance—we bring a unique blend of expertise and client-focused values to drive your financial growth. /p> !-- Responsive Grid --> div classgrid md:grid-cols-2 lg:grid-cols-4 gap-8> !-- Card 1 --> div classfeature-card rounded-2xl p-6 text-left bg-white shadow-md hover:shadow-xl duration-500> div classicon-wrapper w-14 h-14 mb-4 rounded-full bg-secondary/10 flex items-center justify-center> i data-lucideshield-check classw-7 h-7 text-secondary>/i> /div> h3 classtext-xl font-bold text-primary mb-2>Regulatory Expertise/h3> p classtext-sm text-gray-500> Strong understanding of local regulatory requirements and KSA financial compliance standards. /p> /div> !-- Card 2 --> div classfeature-card rounded-2xl p-6 text-left bg-white shadow-md hover:shadow-xl duration-500> div classicon-wrapper w-14 h-14 mb-4 rounded-full bg-secondary/10 flex items-center justify-center> i data-lucidefile-check classw-7 h-7 text-secondary>/i> /div> h3 classtext-xl font-bold text-primary mb-2>Reliable Business Setup/h3> p classtext-sm text-gray-500> Dependable assistance with business registration and formation in Saudi Arabia. /p> /div> !-- Card 3 --> div classfeature-card rounded-2xl p-6 text-left bg-white shadow-md hover:shadow-xl duration-500> div classicon-wrapper w-14 h-14 mb-4 rounded-full bg-secondary/10 flex items-center justify-center> i data-lucidesparkles classw-7 h-7 text-secondary>/i> /div> h3 classtext-xl font-bold text-primary mb-2>Transparent Processes/h3> p classtext-sm text-gray-500> Clear, client-centric workflows that ensure full visibility and reliable communication. /p> /div> !-- Card 4 --> div classfeature-card rounded-2xl p-6 text-left bg-white shadow-md hover:shadow-xl duration-500> div classicon-wrapper w-14 h-14 mb-4 rounded-full bg-secondary/10 flex items-center justify-center> i data-lucideshield classw-7 h-7 text-secondary>/i> /div> h3 classtext-xl font-bold text-primary mb-2>Compliance-Focused/h3> p classtext-sm text-gray-500> A dedicated compliance-driven team ensuring risk-free operations and regulatory accuracy. /p> /div> /div> /div> /section> section classteam-section py-20 md:py-12 px-6 bg-green-50> div classmax-w-4xl mx-auto> h2 classtext-4xl font-extrabold text-center text-primary mb-4> Frequently Asked Questions /h2> p classtext-lg text-center text-gray-600 mb-12> Quick answers to common questions about our services and approach. /p> div idfaq-container classspace-y-4> !-- FAQ items will be dynamically inserted here by JavaScript --> /div> /div> /section> div idfooter>/div> !-- JS SCRIPTS (Cleaned & Optimized) --> !-- Lucide Icons --> script srchttps://unpkg.com/lucide@latest>/script> !-- GSAP Core & ScrollTrigger --> script srchttps://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js>/script> script srchttps://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js>/script> !-- Your main script --> script> // Initialize Lucide icons on load lucide.createIcons(); // -------------------------------------------------------- // New SCROLL LOGIC for Transparent Header Effect // -------------------------------------------------------- function handleScroll() { const header document.getElementById(main-header); const logoText document.getElementById(logo-text); const menuIcon document.getElementById(mobile-menu-icon); const links document.querySelectorAll(.header-link); const scrollPosition window.scrollY; const scrollThreshold 80; // The distance to scroll before transition if (!header) return; // Exit if header is not found if (scrollPosition > scrollThreshold) { // --- SOLID (SCROLLED) STATE --- // Header Background header.classList.add(bg-white, shadow-md, border-b, border-gray-100, text-gray-700); header.classList.remove(text-white); // Logo/Icon colors logoText.classList.remove(text-white); logoText.classList.add(text-primary); menuIcon.classList.remove(text-white); menuIcon.classList.add(text-gray-700); // Desktop Links Text Color (Primary text color) links.forEach(link > { link.classList.remove(text-white); link.classList.add(text-gray-700); }); } else { // --- TRANSPARENT (INITIAL) STATE --- // Header Background header.classList.remove(bg-white, shadow-md, border-b, border-gray-100, text-gray-700); header.classList.add(text-white); // Logo/Icon colors logoText.classList.add(text-white); logoText.classList.remove(text-primary); menuIcon.classList.add(text-white); menuIcon.classList.remove(text-gray-700); // Desktop Links Text Color (White text color) links.forEach(link > { link.classList.add(text-white); link.classList.remove(text-gray-700); }); } } // Attach scroll listener and run once on load window.addEventListener(scroll, handleScroll); window.addEventListener(load, handleScroll); // -------------------------------------------------------- // Mobile Menu & Dropdown Logic (From your original script) // -------------------------------------------------------- function initHeaderFunctions() { const mobileMenuBtn document.getElementById(mobile-menu-btn); const mobileMenuContainer document.getElementById(mobile-menu-container); const mobileServicesBtn document.getElementById(mobile-services-button); const mobileServicesDropdown document.getElementById(mobile-services-dropdown); // --- Mobile Menu Toggle --- if (mobileMenuBtn && mobileMenuContainer) { mobileMenuBtn.addEventListener(click, () > { const isVisible !mobileMenuContainer.classList.contains(hidden); mobileMenuContainer.classList.toggle(hidden, isVisible); // Force solid background when mobile menu is open, regardless of scroll position if (!isVisible) { document.getElementById(main-header).classList.add(bg-white, shadow-md, border-b, border-gray-100); } else { // Re-evaluate scroll state when closing handleScroll(); } }); } // --- Mobile Services Dropdown Toggle --- if (mobileServicesBtn && mobileServicesDropdown) { mobileServicesBtn.addEventListener(click, () > { const isVisible mobileServicesDropdown.classList.contains(visible); if (isVisible) { mobileServicesDropdown.classList.remove(visible, opacity-100); mobileServicesDropdown.classList.add(opacity-0, invisible); } else { mobileServicesDropdown.classList.add(visible, opacity-100); mobileServicesDropdown.classList.remove(opacity-0, invisible); } }); } } // Run the initialization function initHeaderFunctions(); /script> script> document.addEventListener(DOMContentLoaded, () > { // const mobileMenuBtn document.getElementById(mobile-menu-btn); // const mobileMenu document.getElementById(mobile-menu-container); // if (mobileMenuBtn && mobileMenu) { // mobileMenuBtn.addEventListener(click, () > { // mobileMenu.classList.toggle(hidden); // }); // } // const mobileServicesBtn document.getElementById(mobile-services-button); // const mobileServicesDropdown document.getElementById(mobile-services-dropdown); // if (mobileServicesBtn && mobileServicesDropdown) { // mobileServicesBtn.addEventListener(click, () > { // const isExpanded mobileServicesBtn.getAttribute(aria-expanded) true; // mobileServicesBtn.setAttribute(aria-expanded, String(!isExpanded)); // if (isExpanded) { // mobileServicesDropdown.classList.add(opacity-0, invisible); // mobileServicesDropdown.classList.remove(opacity-100, visible); // mobileServicesDropdown.style.pointerEvents none; // } else { // mobileServicesDropdown.classList.remove(opacity-0, invisible); // mobileServicesDropdown.classList.add(opacity-100, visible); // mobileServicesDropdown.style.pointerEvents auto; // } // }); // } if (window.lucide) lucide.createIcons(); gsap.registerPlugin(ScrollTrigger); gsap.timeline() .from(.hero-subtext, { y: 20, opacity: 0, duration: 0.5 }) .from(.hero-title, { y: 30, opacity: 0, duration: 0.7 }, -0.3) .from(.hero-text, { y: 20, opacity: 0, duration: 0.5 }, -0.4); gsap.fromTo(#invoice-arc, { strokeDashoffset: 283 }, { strokeDashoffset: 85, duration: 1.4, ease: power1.inOut, delay: 0.6 }); gsap.to(#float-card-1, { y: 15, repeat: -1, yoyo: true, duration: 3, ease: sine.inOut }); gsap.to(#float-card-2, { y: -10, repeat: -1, yoyo: true, duration: 3.5, ease: sine.inOut }); document.querySelectorAll(.service-card).forEach((card, index) > { gsap.from(card, { y: 60, opacity: 0, duration: 0.7, delay: index * 0.3, ease: back.out(1.7), scrollTrigger: { trigger: card, start: top 90%, end: top 70%, scrub: true, } }); }); gsap.from(.about-img-main, .about-img-small-1, .about-img-small-2, .about-img-small-3, { scale: 0.8, opacity: 0, duration: 0.8, stagger: 0.2, ease: back.out(1.7), scrollTrigger: { trigger: .py-24, start: top 80%, } }); gsap.from(.about-subtitle, .about-title, .about-description, { x: 50, opacity: 0, duration: 0.7, stagger: 0.3, ease: power2.out, scrollTrigger: { trigger: .py-24, start: top 80%, } }); // gsap.from(.about-checklist div, { // x: 30, // opacity: 0, // duration: 0.6, // stagger: 0.15, // ease: power2.out, // scrollTrigger: { // trigger: .about-checklist, // start: top 90%, // } // }); gsap.to(#chart-1-path, { strokeDasharray: 100, 100, duration: 1.5, ease: power2.out, scrollTrigger: { trigger: .about-charts, start: top 90%, } }); gsap.to(#chart-2-path, { strokeDasharray: 95, 100, duration: 1.5, delay: 0.3, ease: power2.out, scrollTrigger: { trigger: .about-charts, start: top 90%, } }); }); /script> script> // --- FAQ LOGIC --- const faqs { question: How are your fees structured (hourly vs. fixed retainer)?, answer: We offer both flexible hourly rates for one-off consultations and fixed-price retainer agreements for ongoing services like bookkeeping and comprehensive audits. Our goal is to provide transparent pricing tailored to the scale and complexity of your business needs. We discuss and agree on the final structure before any work begins. }, { question: What documents do I need to start the audit process?, answer: To initiate a typical audit, we require your preliminary financial statements (Balance Sheet, Income Statement), general ledger data, a list of major internal controls, and access to key transaction records. Your dedicated team member will provide a precise, detailed checklist during the onboarding call to ensure a smooth start. }, { question: Do you handle personal income tax for expatriates or only corporate services?, answer: Our primary focus is on corporate financial services (Auditing, ZATCA Tax Compliance, Corporate Governance). While we do not offer personal income tax services for individuals, we can refer you to trusted partners who specialize in expatriate tax planning, ensuring you receive comprehensive support. }, { question: How long does a standard full financial audit take?, answer: The duration depends on the size and complexity of your organization. Generally, a comprehensive audit for an SME takes 4 to 6 weeks from the initial data submission to the final report presentation. We prioritize efficiency without compromising thoroughness. } ; const faqContainer document.getElementById(faq-container); faqs.forEach((faq, index) > { const item document.createElement(div); item.className bg-white border border-gray-200 rounded-xl shadow-md overflow-hidden transition-all duration-300; const questionButton document.createElement(button); questionButton.className faq-button w-full flex justify-between items-center p-5 text-left font-semibold text-lg text-primary hover:bg-gray-50 transition-colors; questionButton.setAttribute(aria-expanded, false); questionButton.setAttribute(aria-controls, `faq-answer-${index}`); questionButton.innerHTML ` span>${faq.question}/span> i data-lucidechevron-down classw-6 h-6 text-secondary flex-shrink-0 ml-4>/i> `; questionButton.onclick () > toggleFaq(questionButton); const answerDiv document.createElement(div); answerDiv.id `faq-answer-${index}`; answerDiv.className faq-answer px-5 text-gray-600; answerDiv.setAttribute(aria-hidden, true); answerDiv.innerHTML `p classpb-5 leading-relaxed>${faq.answer}/p>`; item.appendChild(questionButton); item.appendChild(answerDiv); faqContainer.appendChild(item); }); // Re-initialize Lucide icons for the newly created chevron icons (assuming lucide.createIcons() is available globally) // lucide.createIcons(); function toggleFaq(button) { const isExpanded button.getAttribute(aria-expanded) true; const answerDiv document.getElementById(button.getAttribute(aria-controls)); // Close all other open FAQs (Accordion behavior) document.querySelectorAll(.faq-buttonaria-expandedtrue).forEach(otherButton > { if (otherButton ! button) { otherButton.setAttribute(aria-expanded, false); document.getElementById(otherButton.getAttribute(aria-controls)).classList.remove(open); document.getElementById(otherButton.getAttribute(aria-controls)).setAttribute(aria-hidden, true); } }); // Toggle the clicked FAQ if (isExpanded) { button.setAttribute(aria-expanded, false); answerDiv.classList.remove(open); answerDiv.setAttribute(aria-hidden, true); } else { button.setAttribute(aria-expanded, true); answerDiv.classList.add(open); answerDiv.setAttribute(aria-hidden, false); } } /script> script srcjs/script.js>/script> script src/js/chatbot-component.js>/script> script> document.addEventListener(DOMContentLoaded, () > { new OpuksaChatbot({ apiEndpoint: /api/contact // Change to your backend URL }); }); /script>/body>/html>!-- test -->
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]