

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 550;
    line-height: 1.2;
    color: rgb(19, 52, 59);
    letter-spacing: -0.01em;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
    margin: 0 0 16px 0;
}

a {
    color: rgb(33, 128, 141);
    text-decoration: none;
    transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

a:hover {
    color: rgb(29, 116, 128);
}

code, pre {
    font-family: monospace;
    font-size: 13.3px;
    background-color: rgba(94, 82, 64, 0.12);
    border-radius: 6px;
}

code { padding: 1px 4px; }

pre {
    padding: 16px;
    margin: 16px 0;
    overflow: auto;
    border: 1px solid rgba(94, 82, 64, 0.2);
}

pre code { background: none; padding: 0; }

/*
* 2. LIGHT & DARK COLOR PALETTES
* =================================
*
* All colors and background colors are defined here using RGB/RGBA.
* For themes, you should use different classes or media queries and
* repeat the styles as needed.
*/

/* LIGHT MODE */
body {
    background-color: rgb(252, 252, 249);
}

.card, .form-control, .btn--outline {
    background-color: rgb(255, 255, 253);
}

.text-primary { color: rgb(33, 128, 141); }
.text-secondary { color: rgb(98, 108, 113); }
.text-error { color: rgb(192, 21, 47); }
.text-warning { color: rgb(168, 75, 47); }
.text-info { color: rgb(98, 108, 113); }
.text-success { color: rgb(33, 128, 141); }

/* Status/Backgrounds */
.bg-success { background-color: rgba(33, 128, 141, 0.15); }
.bg-error { background-color: rgba(192, 21, 47, 0.15); }
.bg-warning { background-color: rgba(168, 75, 47, 0.15); }
.bg-info { background-color: rgba(98, 108, 113, 0.15); }

.colorful-bg-1 { background-color: rgba(59, 130, 246, 0.08); }
.colorful-bg-2 { background-color: rgba(245, 158, 11, 0.08); }
.colorful-bg-3 { background-color: rgba(34, 197, 94, 0.08); }
.colorful-bg-4 { background-color: rgba(239, 68, 68, 0.08); }
.colorful-bg-5 { background-color: rgba(147, 51, 234, 0.08); }
.colorful-bg-6 { background-color: rgba(249, 115, 22, 0.08); }
.colorful-bg-7 { background-color: rgba(236, 72, 153, 0.08); }
.colorful-bg-8 { background-color: rgba(6, 182, 212, 0.08); }

.border-primary { border-color: rgba(94, 82, 64, 0.2); }
.border-card { border-color: rgba(94, 82, 64, 0.12); }

/* DARK MODE — Add this as a class or use @media (prefers-color-scheme) */
body.dark-mode {
    background-color: rgb(31, 33, 33);
    color: rgb(245, 245, 245);
}

body.dark-mode .card,
body.dark-mode .form-control,
body.dark-mode .btn--outline {
    background-color: rgb(38, 40, 40);
}

body.dark-mode .text-primary { color: rgb(50, 184, 198); }
body.dark-mode .text-secondary { color: rgba(167, 169, 169, 0.7); }
body.dark-mode .text-error { color: rgb(255, 84, 89); }
body.dark-mode .text-warning { color: rgb(230, 129, 97); }
body.dark-mode .text-info { color: rgb(167, 169, 169); }
body.dark-mode .text-success { color: rgb(50, 184, 198); }

body.dark-mode .bg-success { background-color: rgba(50, 184, 198, 0.15); }
body.dark-mode .bg-error { background-color: rgba(255, 84, 89, 0.15); }
body.dark-mode .bg-warning { background-color: rgba(230, 129, 97, 0.15); }
body.dark-mode .bg-info { background-color: rgba(167, 169, 169, 0.15); }

body.dark-mode .colorful-bg-1 { background-color: rgba(29, 78, 216, 0.15); }
body.dark-mode .colorful-bg-2 { background-color: rgba(180, 83, 9, 0.15); }
body.dark-mode .colorful-bg-3 { background-color: rgba(21, 128, 61, 0.15); }
body.dark-mode .colorful-bg-4 { background-color: rgba(185, 28, 28, 0.15); }
body.dark-mode .colorful-bg-5 { background-color: rgba(107, 33, 168, 0.15); }
body.dark-mode .colorful-bg-6 { background-color: rgba(194, 65, 12, 0.15); }
body.dark-mode .colorful-bg-7 { background-color: rgba(190, 24, 93, 0.15); }
body.dark-mode .colorful-bg-8 { background-color: rgba(8, 145, 178, 0.15); }

body.dark-mode .border-primary { border-color: rgba(119, 124, 124, 0.3); }
body.dark-mode .border-card { border-color: rgba(119, 124, 124, 0.15); }

/*
* 3. LAYOUT & SPACING
* =================================
*
* NOTE: You can remove or simplify these if not needed for your project.
*/

.container {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }

/* SPACING CLASSES (optional, customize as needed) */
.space-0 { all: 0; }
.space-1 { all: 1px; }
.space-2 { all: 2px; }
.space-4 { all: 4px; }
.space-6 { all: 6px; }
.space-8 { all: 8px; }
.space-10 { all: 10px; }
.space-12 { all: 12px; }
.space-16 { all: 16px; }
.space-20 { all: 20px; }
.space-24 { all: 24px; }
.space-32 { all: 32px; }

/*
* 4. BUTTONS
* =================================
*/

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    text-decoration: none;
    position: relative;
}

.btn:focus-visible {
    outline: 2px solid rgb(33, 128, 141);
    outline-offset: 2px;
}

.btn--primary {
    background: rgb(33, 128, 141);
    color: rgb(255, 255, 253);
}

.btn--primary:hover {
    background: rgb(29, 116, 128);
}

.btn--primary:active {
    background: rgb(26, 104, 115);
}

.btn--secondary {
    background: rgba(94, 82, 64, 0.12);
    color: rgb(19, 52, 59);
}

.btn--secondary:hover {
    background: rgba(94, 82, 64, 0.2);
}

.btn--secondary:active {
    background: rgba(94, 82, 64, 0.25);
}

.btn--outline {
    background: transparent;
    border: 1px solid rgba(94, 82, 64, 0.2);
    color: rgb(19, 52, 59);
}

.btn--outline:hover {
    background: rgba(94, 82, 64, 0.12);
}

body.dark-mode .btn--outline {
    border: 1px solid rgba(119, 124, 124, 0.2);
}

.btn--sm {
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 6px;
}

.btn--lg {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
}

.btn--full-width { width: 100%; }

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*
* 5. FORM ELEMENTS
* =================================
*/

.form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: rgb(19, 52, 59);
    background-color: rgb(255, 255, 253);
    border: 1px solid rgba(94, 82, 64, 0.2);
    border-radius: 8px;
    transition: border-color 150ms cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

textarea.form-control {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 14px;
}

select.form-control {
    padding: 8px 32px 8px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23134252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

body.dark-mode select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.form-control:focus {
    border-color: rgb(33, 128, 141);
    outline: 2px solid rgb(33, 128, 141);
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
}

.form-group {
    margin-bottom: 16px;
}

/*
* 6. CARD
* =================================
*/

.card {
    background-color: rgb(255, 255, 253);
    border-radius: 12px;
    border: 1px solid rgba(94, 82, 64, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.dark-mode .card {
    background-color: rgb(38, 40, 40);
    border-color: rgba(119, 124, 124, 0.2);
}

.card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.card__body {
    padding: 16px;
}

.card__header,
.card__footer {
    padding: 16px;
    border-bottom: 1px solid rgba(94, 82, 64, 0.12);
}

body.dark-mode .card__header,
body.dark-mode .card__footer {
    border-bottom: 1px solid rgba(119, 124, 124, 0.2);
}

/*
* 7. STATUS INDICATORS
* =================================
*/

.status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 12px;
}

.status--success {
    background-color: rgba(33, 128, 141, 0.15);
    color: rgb(33, 128, 141);
    border: 1px solid rgba(33, 128, 141, 0.25);
}

.status--error {
    background-color: rgba(192, 21, 47, 0.15);
    color: rgb(192, 21, 47);
    border: 1px solid rgba(192, 21, 47, 0.25);
}

.status--warning {
    background-color: rgba(168, 75, 47, 0.15);
    color: rgb(168, 75, 47);
    border: 1px solid rgba(168, 75, 47, 0.25);
}

.status--info {
    background-color: rgba(98, 108, 113, 0.15);
    color: rgb(98, 108, 113);
    border: 1px solid rgba(98, 108, 113, 0.25);
}

body.dark-mode .status--success {
    background-color: rgba(50, 184, 198, 0.15);
    color: rgb(50, 184, 198);
    border: 1px solid rgba(50, 184, 198, 0.25);
}

body.dark-mode .status--error {
    background-color: rgba(255, 84, 89, 0.15);
    color: rgb(255, 84, 89);
    border: 1px solid rgba(255, 84, 89, 0.25);
}

body.dark-mode .status--warning {
    background-color: rgba(230, 129, 97, 0.15);
    color: rgb(230, 129, 97);
    border: 1px solid rgba(230, 129, 97, 0.25);
}

body.dark-mode .status--info {
    background-color: rgba(167, 169, 169, 0.15);
    color: rgb(167, 169, 169);
    border: 1px solid rgba(167, 169, 169, 0.25);
}

/*
* 8. UTILITY CLASSES
* =================================
*/

.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-4 { gap: 4px; }
.gap-8 { gap: 8px; }
.gap-16 { gap: 16px; }

.m-0 { margin: 0; }
.mt-8 { margin-top: 8px; }
.mb-8 { margin-bottom: 8px; }
.mx-8 { margin-left: 8px; margin-right: 8px; }
.my-8 { margin-top: 8px; margin-bottom: 8px; }

.p-0 { padding: 0; }
.py-8 { padding-top: 8px; padding-bottom: 8px; }
.px-8 { padding-left: 8px; padding-right: 8px; }
.py-16 { padding-top: 16px; padding-bottom: 16px; }
.px-16 { padding-left: 16px; padding-right: 16px; }

.block { display: block; }
.hidden { display: none; }

/*
* 9. ACCESSIBILITY
* =================================
*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/*
* 10. ANIMATIONS
* =================================
*/

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    33% { transform: translateY(-25px) rotate(120deg); }
    66% { transform: translateY(15px) rotate(240deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; transform: scaleX(1); }
    50% { opacity: 0.8; transform: scaleX(1.1); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes glow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes itemSlideIn {
    0% { opacity: 0; transform: translateX(-30px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes titleSlide {
    0% { opacity: 0; transform: translateY(-50px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes decoratorGrow {
    0% { width: 0; }
    100% { width: 100px; }
}

@keyframes decoratorPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.3); opacity: 1; }
}

/* FORCE HARDWARE ACCELERATION */
.floating-shape,
.geometric-shape,
.service-item,
.section-icon,
.icon-glow,
.connecting-line,
.hexagon-bg {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/*
* 11. TAX SERVICES SECTION – GEOMETRIC BACKGROUND & COMPONENTS
* =================================
*
* This section is specific to your "tax-services-section" and its
* animated background shapes. All colors, sizes, and animations are
* statically defined for maximum portability.
*/

.tax-services-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
    margin-top: 32px;
}

.tax-services-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* Background Geometric Elements */
.geometric-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-shape {
    position: absolute;
    opacity: 0.15;
    animation: float 6s ease-in-out infinite;
    will-change: transform;
}

.shape-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #3B82F6, #06B6D4);
    border-radius: 50%;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B5CF6, #06B6D4);
    transform: rotate(45deg);
    top: 60%;
    left: 5%;
    animation-delay: 2s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    background: linear-gradient(225deg, #3B82F6, #8B5CF6);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 30%;
    left: 80%;
    animation-delay: 4s;
}

.shape-4 {
    width: 60px;
    height: 60px;
    background: linear-gradient(315deg, #06B6D4, #3B82F6);
    border-radius: 50%;
    top: 80%;
    right: 20%;
    animation-delay: 1s;
}

.connecting-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, #06B6D4, transparent);
    opacity: 0.3;
    animation: pulse 3s ease-in-out infinite;
    will-change: opacity;
}

.line-1 {
    width: 300px;
    top: 25%;
    left: 20%;
    transform: rotate(-15deg);
}

.line-2 {
    width: 250px;
    top: 70%;
    right: 15%;
    transform: rotate(25deg);
    animation-delay: 1.5s;
}

.hexagon-bg {
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(60deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    animation: rotate 20s linear infinite;
    will-change: transform;
}

.hex-1 { top: 15%; left: 15%; }
.hex-2 { bottom: 20%; right: 10%; animation-direction: reverse; }

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #061e55, #061e55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    animation: titleSlide 1s ease-out;
}

.title-decorator {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #3B82F6, #06B6D4);
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
    animation: decoratorGrow 1.5s ease-out;
}

.title-decorator::before,
.title-decorator::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #3B82F6;
    border-radius: 50%;
    top: -4px;
    animation: decoratorPulse 2s ease-in-out infinite;
}

.title-decorator::before { left: -20px; }
.title-decorator::after { right: -20px; animation-delay: 1s; }

/* Service Sections */
.service-section {
    position: relative;
    margin: 40px 0;
    display: flex;
    align-items: center;
    min-height: 400px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.service-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.consultation-section { flex-direction: row; }
.nri-section { flex-direction: row-reverse; }
.addons-section { flex-direction: row; }

.section-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 40px;
    z-index: 5;
    position: relative;
}

.nri-section .section-content { flex-direction: row-reverse; }

.section-icon-wrapper { position: relative; flex-shrink: 0; }

.section-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3B82F6, #06B6D4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    animation: iconBounce 2s ease-in-out infinite;
    will-change: transform;
}

.section-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 25px 50px rgba(59, 130, 246, 0.4);
}

.icon-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent);
    animation: glow 3s ease-in-out infinite;
    z-index: -1;
    will-change: opacity, transform;
}

.section-info { flex: 1; }

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 30px;
    position: relative;
}

.services-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 20px;
    border-left: 4px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-30px);
    animation: itemSlideIn 0.6s ease-out forwards;
    cursor: pointer;
    will-change: transform, box-shadow;
}

.service-item:nth-child(1) { animation-delay: 0.1s; border-left-color: #3B82F6; }
.service-item:nth-child(2) { animation-delay: 0.2s; border-left-color: #06B6D4; }
.service-item:nth-child(3) { animation-delay: 0.3s; border-left-color: #8B5CF6; }
.service-item:nth-child(4) { animation-delay: 0.4s; border-left-color: #3B82F6; }
.service-item:nth-child(5) { animation-delay: 0.5s; border-left-color: #06B6D4; }

.service-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
}

.item-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, background;
}

.service-item:hover .item-icon {
    transform: rotate(15deg) scale(1.1);
    background: linear-gradient(135deg, #06B6D4, #8B5CF6);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.item-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1F2937;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.service-item:hover .item-text { color: #0F172A; }

/* Geometric Shapes */
.section-geometric {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.geometric-shape {
    position: absolute;
    opacity: 0.15;
    animation: float 8s ease-in-out infinite;
    will-change: transform;
}

.circle-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #3B82F6, #06B6D4);
    border-radius: 50%;
    top: -50px;
    right: -100px;
}

.triangle-1 {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 100px solid #8B5CF6;
    bottom: -30px;
    left: -50px;
    animation-delay: 2s;
}

.hexagon-1 {
    width: 150px;
    height: 150px;
    background: linear-gradient(60deg, #06B6D4, #8B5CF6);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    top: -75px;
    left: -75px;
    animation-delay: 1s;
}

.diamond-1 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6);
    transform: rotate(45deg);
    bottom: -50px;
    right: -50px;
    animation-delay: 3s;
}

.pentagon-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(72deg, #06B6D4, #3B82F6);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    top: -60px;
    right: -60px;
}

.circle-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(225deg, #8B5CF6, #06B6D4);
    border-radius: 50%;
    bottom: -40px;
    left: -40px;
    animation-delay: 4s;
}

/* Diagonal Dividers */
.diagonal-divider {
    height: 100px;
    position: relative;
    margin: 80px 0;
    overflow: hidden;
}

.diagonal-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg, #3B82F6, #06B6D4, #8B5CF6);
    transform: skewY(-2deg);
    opacity: 0.1;
    animation: dividerSlide 10s linear infinite;
    will-change: transform;
}

@keyframes dividerSlide {
    0% { transform: translateX(-100%) skewY(-2deg); }
    100% { transform: translateX(100%) skewY(-2deg); }
}

/*
* 12. RESPONSIVE ADJUSTMENTS
* =================================
*/

@media (max-width: 768px) {
    .tax-services-section { padding: 40px 0; }
    .main-title { font-size: 2.5rem; }
    .service-section { flex-direction: column !important; margin: 60px 0; }
    .nri-section .section-content { flex-direction: column; }
    .section-content { flex-direction: column; gap: 30px; }
    .section-title { font-size: 2rem; }
    .service-item { padding: 12px; gap: 12px; }
    .service-item:hover { transform: translateY(-5px) scale(1.01); }
    .item-icon { width: 40px; height: 40px; font-size: 16px; }
    .item-text { font-size: 1rem; }
    .geometric-shape { opacity: 0.1; }
    .floating-shape { opacity: 0.08; }
    .shape-1, .shape-3 { width: 60px; height: 60px; }
    .shape-2, .shape-4 { width: 40px; height: 40px; }
}

@media (max-width: 480px) {
    .container { padding: 0 15px; }
    .main-title { font-size: 2rem; }
    .section-title { font-size: 1.5rem; }
    .section-icon { width: 80px; height: 80px; font-size: 32px; }
    .service-item { padding: 10px; }
}