

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #F3F4F6;
    --bg-card:       #ffffff;
    --bg-card-hover: #fffcf5;
    --bg-dark:       #1c1c1c;
    --text-primary:  #1c1c1c;
    --text-secondary: #6b7280;
    --text-muted:    #9ca3af;
    --footer-dark-bg: #1c1c1c;
    --border-color:  #e5e7eb;
    --border-light:  rgba(255, 174, 0, 0.15);

    --h14ye: #FFAE00;
    --h15go: #F54200;
    --h1dg: linear-gradient(90deg, #F54200 0%, #FFAE00 100%);
    --accent-glow: 0 8px 28px rgba(245, 66, 0, 0.22);

    --h3qk: 'Barlow', system-ui, sans-serif;
    --h5bn:    'Barlow', system-ui, sans-serif;

    --h19nf: 60px;
    --h20bt: 42px;
    --h21hv: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --h17hn: 15px;
    --fs-small: 13px;

    --h18gq:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --h6m3:   4px;
    --h7my:   8px;
    --h8ym:   12px;
    --h9u7:   16px;
    --h4mp: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --h10nr: 0 2px 12px rgba(0, 0, 0, 0.05);
    --h11e3: 0 8px 28px rgba(0, 0, 0, 0.08);
    --h12mb: 0 16px 48px rgba(0, 0, 0, 0.10);
    --h13t2: 0 24px 64px rgba(0, 0, 0, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.05);

    --sc_i55q7q: 100px 0;
    --container-width: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: var(--h5bn);
    font-size: var(--h17hn);
    font-weight: var(--fw-regular);
    line-height: 1.75;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; cursor: pointer; color: var(--h15go); transition: var(--transition); }
a:hover { color: var(--h14ye); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--h15go); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--h3qk);
    font-weight: var(--h18gq);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}
h1 { font-size: var(--h19nf); }
h2 { font-size: var(--h20bt); }
h3 { font-size: var(--h21hv); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--h17hn); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--h1dg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--h14ye); }
.text-accent-2 { color: var(--h15go); }
.text-dark     { color: var(--text-primary); }

.sc_i55q7q    { padding: var(--sc_i55q7q); position: relative; }
.sc_i55q7q-sm { padding: 60px 0; }
.sc_i55q7q-lg { padding: 130px 0; }
.sc_aclfhx   { background-color: var(--bg-primary); }
.sc_o2b7qq { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.sc_fdxhqo     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--h1dg); color: #fff; }

.sc_fdxhqo h1,.sc_fdxhqo h2,.sc_fdxhqo h3,
.sc_fdxhqo h4,.sc_fdxhqo h5,.sc_fdxhqo h6 { color: #fff; }
.sc_fdxhqo p,.sc_fdxhqo li,.sc_fdxhqo span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_fdxhqo .sc_xrxbcm { color: #fff; }
.sc_fdxhqo .sc_ynv2y8  { color: rgba(255,255,255,0.55); }

.mb-10{margin-bottom:10px} .mb-20{margin-bottom:20px} .mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px} .mb-50{margin-bottom:50px} .mb-60{margin-bottom:60px}
.mt-10{margin-top:10px}    .mt-20{margin-top:20px}    .mt-30{margin-top:30px}
.mt-40{margin-top:40px}    .mt-50{margin-top:50px}
.gap-20{gap:20px} .gap-30{gap:30px} .gap-40{gap:40px}

.sc_h4shui { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.4s ease, visibility 0.4s ease; }
.sc_h4shui.loaded { opacity: 0; visibility: hidden; }
.sc_z8qo4f { width: 60px; height: 4px; background: var(--bg-secondary); border-radius: 4px; overflow: hidden; }
.sc_z8qo4f::after { content: ''; display: block; width: 40%; height: 100%; background: var(--h1dg); border-radius: 4px; animation: freelanceBar 0.8s ease-in-out infinite alternate; }
@keyframes freelanceBar { from { transform: translateX(0); } to { transform: translateX(150%); } }

.sc_gstxhv {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--h3qk); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--h4mp);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.sc_e6zztp { background: var(--h1dg); color: #fff; border-color: transparent; }
.sc_e6zztp:hover { transform: translateY(-4px); box-shadow: var(--accent-glow); filter: brightness(1.05); }
.sc_p20ep8 { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.sc_p20ep8:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--h15go); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--h3qk); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--h14ye); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

.sc_qj4qwj { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.sc_qj4qwj.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.sc_oo62dn { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.sc_cm3r7x { font-family: var(--h3qk); font-size: 28px; font-weight: var(--h18gq); color: var(--text-primary); letter-spacing: -0.5px; }
.sc_cm3r7x:hover { color: var(--text-primary); }
.sc_cm3r7x img { height: 44px; width: auto; }
.sc_flf90t { display: flex; align-items: center; gap: 30px; }
.sc_flf90t .nav-link { color: var(--text-secondary); font-family: var(--h5bn); font-size: var(--h17hn); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.sc_flf90t .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 3px; background: var(--h1dg); border-radius: 2px; transition: width 0.3s ease; }
.sc_flf90t .nav-link:hover, .sc_flf90t .nav-link.active { color: var(--text-primary); }
.sc_flf90t .nav-link:hover::after, .sc_flf90t .nav-link.active::after { width: 100%; }
.sc_pv63jw { margin-left: 10px; }
.sc_ma0t84 { display: none; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; background: none; border: 2px solid var(--border-color); border-radius: var(--h7my); cursor: pointer; padding: 0; gap: 5px; }
.sc_ma0t84 .sc_alnfwg { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.sc_o7rfos {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.sc_o7rfos::before {
    content: ''; position: absolute; top: 0; right: 0;
    width: 45%; height: 100%;
    background: linear-gradient(135deg, rgba(245,66,0,0.04), rgba(255,174,0,0.06));
    z-index: 0;
}
.sc_a5q2l1 { position: relative; z-index: 2; }
.sc_ajitjs   { position: relative; z-index: 2; }
.sc_ajitjs img { border-radius: var(--h9u7); box-shadow: var(--h13t2); }
.sc_wai7r7 {
    display: inline-block; color: var(--h15go);
    font-size: 14px; font-weight: var(--fw-semibold); font-family: var(--h3qk);
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px;
}
.sc_wkkj15 {
    font-family: var(--h3qk); font-size: var(--h19nf);
    font-weight: var(--h18gq); color: var(--text-primary);
    line-height: 1.1; margin-bottom: 22px;
}
.sc_wkkj15 .typed-text { background: var(--h1dg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sc_npfv13 { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.sc_cnx6a0 { display: flex; flex-wrap: wrap; gap: 16px; }

.circular-text-wrapper { position: absolute; right: -30px; bottom: 60px; width: 140px; height: 140px; z-index: 3; }
.circular-text { animation: circleRotate 12s linear infinite; }
@keyframes circleRotate { to { transform: rotate(360deg); } }

.sc_ad60uv { margin-bottom: 55px; }
.sc_ad60uv.text-center { text-align: center; }
.sc_ad60uv.text-center .sc_wz9psv { max-width: 580px; margin: 0 auto; }
.sc_o2efin { display: inline-block; font-size: 12px; font-weight: var(--h18gq); color: var(--h15go); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px; font-family: var(--h3qk); }
.sc_q2pg5c { font-family: var(--h3qk); font-size: var(--h20bt); font-weight: var(--h18gq); color: var(--text-primary); line-height: 1.15; margin-bottom: 14px; }
.sc_wz9psv { font-size: var(--h17hn); color: var(--text-secondary); line-height: 1.8; }

.sc_a0tosm { background: var(--bg-card); border-radius: var(--h8ym); padding: 32px 24px; box-shadow: var(--h10nr); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sc_a0tosm:hover { box-shadow: var(--h12mb); transform: translateY(-8px); }
.sc_p5lxqb { width: 64px; height: 64px; background: rgba(245,66,0,0.06); border-radius: var(--h8ym); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--transition); }
.sc_p5lxqb i, .sc_p5lxqb svg { color: var(--h15go); font-size: 26px; }
.sc_a0tosm:hover .sc_p5lxqb { background: var(--h1dg); }
.sc_a0tosm:hover .sc_p5lxqb i, .sc_a0tosm:hover .sc_p5lxqb svg { color: #fff; }
.sc_yt4r9w { font-family: var(--h3qk); font-size: 18px; margin-bottom: 8px; }
.sc_t0gb8f  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.sc_a0tosm-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--h8ym); border-left: 3px solid var(--h15go); box-shadow: var(--h10nr); transition: var(--transition); }
.sc_a0tosm-horizontal:hover { box-shadow: var(--h11e3); transform: translateX(5px); }
.sc_a0tosm-horizontal .sc_p5lxqb { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--h9u7); box-shadow: var(--h12mb); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--h8ym); box-shadow: var(--h11e3); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--h1dg); color: #fff; padding: 20px 24px; border-radius: var(--h8ym); text-align: center; box-shadow: var(--accent-glow); z-index: 2; }
.experience-badge .badge-number { font-family: var(--h3qk); font-size: 42px; font-weight: var(--h18gq); line-height: 1; display: block; }
.experience-badge .badge-text { font-size: 12px; opacity: 0.9; }
.about-list { list-style: none; padding: 0; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border-color); font-size: var(--h17hn); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--h15go); margin-top: 2px; flex-shrink: 0; }

.sc_jqo6ik { background: var(--bg-card); border-radius: var(--h8ym); overflow: hidden; box-shadow: var(--h10nr); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sc_jqo6ik:hover { box-shadow: var(--h12mb); transform: translateY(-8px); }
.sc_jqo6ik .sc_qu2qh3 { position: relative; overflow: hidden; height: 220px; }
.sc_jqo6ik .sc_qu2qh3 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sc_jqo6ik:hover .sc_qu2qh3 img { transform: scale(1.08); }
.sc_jqo6ik .card-tag { position: absolute; top: 14px; left: 14px; background: var(--h1dg); color: #fff; font-size: 11px; font-weight: var(--h18gq); padding: 5px 14px; border-radius: var(--h4mp); text-transform: uppercase; }
.sc_jqo6ik .card-body { padding: 24px; }
.sc_jqo6ik .card-title { font-family: var(--h3qk); font-size: 18px; margin-bottom: 8px; }
.sc_jqo6ik .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.sc_jqo6ik .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.sc_goab3t { padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 46px; margin-bottom: 10px; display: block; background: var(--h1dg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sc_xrxbcm { font-family: var(--h3qk); font-size: 54px; font-weight: var(--h18gq); color: var(--text-primary); line-height: 1; display: block; margin-bottom: 8px; }
.sc_ynv2y8 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-secondary); }

.timeline-section { position: relative; }
.timeline { position: relative; padding: 20px 0; }
.timeline::before { content: ''; position: absolute; top: 0; left: 50%; width: 3px; height: 100%; background: var(--border-color); transform: translateX(-50%); }
.timeline-item { position: relative; width: 50%; padding: 0 40px 40px; }
.timeline-item:nth-child(odd) { padding-right: 40px; text-align: right; }
.timeline-item:nth-child(even) { margin-left: 50%; padding-left: 40px; }
.timeline-dot { position: absolute; top: 0; width: 16px; height: 16px; background: var(--h1dg); border-radius: 50%; border: 3px solid #fff; box-shadow: var(--h10nr); z-index: 2; }
.timeline-item:nth-child(odd) .timeline-dot { right: -8px; }
.timeline-item:nth-child(even) .timeline-dot { left: -8px; }
.timeline-date { font-family: var(--h3qk); font-size: 13px; font-weight: var(--h18gq); color: var(--h15go); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.timeline-content { background: var(--bg-card); padding: 22px; border-radius: var(--h8ym); box-shadow: var(--h10nr); border: 1px solid var(--border-color); }
.timeline-title { font-family: var(--h3qk); font-size: 17px; margin-bottom: 4px; }
.timeline-org { font-size: 14px; color: var(--h14ye); margin-bottom: 8px; }
.timeline-text { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

.sc_x5ag88 { background: var(--bg-card); border-radius: var(--h8ym); overflow: hidden; box-shadow: var(--h10nr); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.sc_x5ag88:hover { box-shadow: var(--h12mb); transform: translateY(-8px); }
.sc_x5ag88 .sc_fy6kg4 { position: relative; overflow: hidden; height: 280px; }
.sc_x5ag88 .sc_fy6kg4 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_x5ag88:hover .sc_fy6kg4 img { transform: scale(1.05); }
.sc_x5ag88 .team-body { padding: 22px; }
.sc_msrodj { font-family: var(--h3qk); font-size: 19px; margin-bottom: 4px; }
.sc_pohlrz { font-size: 14px; color: var(--h15go); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 36px; height: 36px; background: var(--bg-secondary); color: var(--text-secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--transition); }
.team-social a:hover { background: var(--h1dg); color: #fff; }

.sc_btpb5y { background: var(--bg-card); border-radius: var(--h9u7); padding: 34px; border: 1px solid var(--border-color); box-shadow: var(--h10nr); transition: var(--transition); height: 100%; }
.sc_btpb5y:hover { box-shadow: var(--h11e3); }
.quote-icon   { font-size: 36px; margin-bottom: 14px; display: block; background: var(--h1dg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sc_nr2ka6   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-size: 15px; }
.sc_btpb5y .author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border-color); }
.sc_p2cpnw { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid transparent; background-image: var(--h1dg); background-origin: border-box; background-clip: padding-box, border-box; flex-shrink: 0; }
.sc_i1b401  { font-family: var(--h3qk); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.sc_lix807  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--h14ye); font-size: 14px; margin-bottom: 12px; }

.sc_be4as0 { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--h9u7); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.sc_be4as0.featured { border-color: var(--h15go); }
.sc_be4as0:hover { border-color: var(--h15go); transform: translateY(-8px); box-shadow: var(--h12mb); }
.sc_umbg1w { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.sc_n2s1kz { font-family: var(--h3qk); font-size: 48px; font-weight: var(--h18gq); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.sc_nyfidp { list-style: none; padding: 0; margin: 0 0 28px; }
.sc_nyfidp li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text-secondary); border-bottom: 1px solid var(--border-color); }
.sc_nyfidp li:last-child { border-bottom: none; }
.sc_nyfidp li i { color: var(--h15go); font-size: 13px; flex-shrink: 0; }
.sc_nyfidp li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--h1dg); color: #fff; font-size: 11px; font-weight: var(--h18gq); padding: 6px 14px; border-radius: 0 0 var(--h6m3) var(--h6m3); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--h8ym); }
.portfolio-item img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { color: #fff; position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,28,28,0.88), transparent 60%); opacity: 0; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--h8ym); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--h14ye); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--h3qk); font-size: 20px; color: #fff; }
.portfolio-overlay .serial-badge { color: rgba(255,255,255,0.85); -webkit-text-stroke: 0; font-size: inherit; opacity: 1; position: static; background: rgba(255,255,255,0.15); border-radius: 6px; display: inline-block; padding: 4px 12px; }

.sc_u16qut { background: var(--bg-card); border-radius: var(--h8ym); overflow: hidden; box-shadow: var(--h10nr); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sc_u16qut:hover { box-shadow: var(--h12mb); transform: translateY(-6px); }
.sc_u16qut .sc_qu2qh3 { height: 210px; overflow: hidden; }
.sc_u16qut .sc_qu2qh3 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_u16qut:hover .sc_qu2qh3 img { transform: scale(1.07); }
.sc_u16qut .card-body { padding: 24px; }
.sc_z9j58y { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.sc_u16qut .card-title { font-family: var(--h3qk); font-size: 18px; margin-bottom: 8px; }
.sc_u16qut .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--h8ym); padding: 30px 24px; box-shadow: var(--h10nr); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--h12mb); transform: translateY(-8px); }
.sc_ng9oha { font-family: var(--h3qk); font-size: 72px; font-weight: var(--h18gq); background: var(--h1dg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0.08; position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; margin-bottom: 14px; display: block; background: var(--h1dg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sc_nenm4j  { font-family: var(--h3qk); font-size: 19px; margin-bottom: 8px; }
.step-text   { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item { border: 1px solid var(--border-color); border-radius: var(--h8ym) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--h3qk); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--h15go); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 15px; line-height: 1.8; }

.sc_zewa2j { background: var(--h1dg); padding: var(--sc_i55q7q); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.sc_fyk3k0 { font-family: var(--h3qk); font-size: var(--h20bt); color: #fff; margin-bottom: 14px; }
.sc_rie6cc  { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 34px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] { flex: 1; min-width: 200px; padding: 13px 22px; border: 2px solid var(--border-color); border-radius: var(--h4mp); font-family: var(--h5bn); font-size: var(--h17hn); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--h15go); }

.sc_xu4ryu .form-control { border: 2px solid var(--border-color); border-radius: var(--h8ym); padding: 13px 20px; font-family: var(--h5bn); font-size: var(--h17hn); transition: border-color 0.3s ease; }
.sc_xu4ryu .form-control:focus { outline: none; box-shadow: none; border-color: var(--h15go); }
.sc_xu4ryu label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.sc_vf9xk9 { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.sc_v1rbiv { margin-bottom: 40px; }
.sc_hmu3wm { font-family: var(--h3qk); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; position: relative; }
.sc_hmu3wm::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: var(--h1dg); border-radius: 2px; }
.sc_jijb8l { list-style: none; padding: 0; }
.sc_jijb8l li { margin-bottom: 10px; }
.sc_jijb8l a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.sc_jijb8l a:hover { color: var(--h14ye); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 12px; }
.footer-contact li i { color: var(--h14ye); margin-top: 2px; flex-shrink: 0; }
.sc_bqtwse { display: flex; gap: 10px; margin-top: 20px; }
.sc_bqtwse a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 15px; transition: var(--transition); }
.sc_bqtwse a:hover { background: var(--h1dg); border-color: transparent; color: #fff; }
.sc_r1ilx4 { margin-top: 40px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 13px; color: rgba(255,255,255,0.35); }

.sc_kgw7nf { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--h1dg); color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: var(--accent-glow); z-index: 999; }
.sc_kgw7nf.visible { opacity: 1; visibility: visible; }
.sc_kgw7nf:hover { transform: translateY(-4px); filter: brightness(1.1); }

.line-divider { width: 50px; height: 3px; background: var(--h1dg); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--h8ym); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(245,66,0,0.6), rgba(255,174,0,0.6)); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--h8ym); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --h19nf: 48px; --h20bt: 36px; --h21hv: 24px; } }
@media (max-width: 991px) { :root { --h19nf: 40px; --h20bt: 30px; --sc_i55q7q: 70px 0; } .sc_flf90t { display: none; } .sc_ma0t84 { display: flex; } .about-image .img-small { display: none; } .timeline::before { left: 20px; } .timeline-item { width: 100%; padding-left: 50px !important; padding-right: 0 !important; text-align: left !important; } .timeline-item:nth-child(even) { margin-left: 0; } .timeline-dot { left: 12px !important; right: auto !important; } .circular-text-wrapper { display: none; } }
@media (max-width: 767px) { :root { --h19nf: 34px; --h20bt: 26px; --sc_i55q7q: 55px 0; } .sc_cnx6a0 { flex-direction: column; } .sc_xrxbcm { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.sc_fdxhqo .sc_wai7r7 { color: #fff; }
.sc_fdxhqo .sc_o2efin { color: var(--h14ye); }
.sc_fdxhqo .sc_i341kb { color: rgba(255,255,255,0.55); }
.sc_fdxhqo .sc_jijb8l a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_fdxhqo .sc_jijb8l a:hover { color: #fff; }
.sc_fdxhqo a:not(.sc_gstxhv):not(.sc_cm3r7x) { color: rgba(255,255,255,0.8); }
.sc_fdxhqo a:not(.sc_gstxhv):not(.sc_cm3r7x):hover { color: #fff; }

.text-force-light { color: #fff !important; }
.text-force-light-muted { color: rgba(255,255,255,0.7) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.55) !important; }
.text-force-accent { color: var(--h14ye) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }

.sc_qj4qwj:not(.scrolled) .sc_cm3r7x,
.sc_qj4qwj:not(.scrolled) .nav-link {
    color: #fff !important;
}
.sc_qj4qwj:not(.scrolled) .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}
.sc_qj4qwj:not(.scrolled) .sc_p20ep8 {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}
.sc_qj4qwj:not(.scrolled) .sc_p20ep8:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.sc_qj4qwj.scrolled .sc_cm3r7x,
.sc_qj4qwj.scrolled .nav-link {
    color: var(--text-primary) !important;
}
.sc_qj4qwj.scrolled .nav-link:hover {
    color: var(--h14ye) !important;
    opacity: 1;
}
.sc_qj4qwj.scrolled .sc_p20ep8 {
    color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    background: transparent !important;
}
.sc_qj4qwj.scrolled .sc_p20ep8:hover {
    background: var(--text-primary) !important;
    color: var(--bg-primary, #fff) !important;
    border-color: var(--text-primary) !important;
}

