

: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);

    --o14rz: #FFAE00;
    --o15gj: #F54200;
    --o1hl: linear-gradient(90deg, #F54200 0%, #FFAE00 100%);
    --accent-glow: 0 8px 28px rgba(245, 66, 0, 0.22);

    --o3pe: 'Barlow', system-ui, sans-serif;
    --o5ux:    'Barlow', system-ui, sans-serif;

    --o19h6: 60px;
    --o20fg: 42px;
    --o21o4: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --o17qi: 15px;
    --fs-small: 13px;

    --o18ea:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --o6bo:   4px;
    --o7qc:   8px;
    --o8h9:   12px;
    --o9g7:   16px;
    --o4my: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --o10pc: 0 2px 12px rgba(0, 0, 0, 0.05);
    --o11e4: 0 8px 28px rgba(0, 0, 0, 0.08);
    --o12w5: 0 16px 48px rgba(0, 0, 0, 0.10);
    --o13zn: 0 24px 64px rgba(0, 0, 0, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.05);

    --fx4ge: 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(--o5ux);
    font-size: var(--o17qi);
    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(--o15gj); transition: var(--transition); }
a:hover { color: var(--o14rz); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--o15gj); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--o3pe);
    font-weight: var(--o18ea);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}
h1 { font-size: var(--o19h6); }
h2 { font-size: var(--o20fg); }
h3 { font-size: var(--o21o4); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--o17qi); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--o1hl); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--o14rz); }
.text-accent-2 { color: var(--o15gj); }
.text-dark     { color: var(--text-primary); }

.fx4ge    { padding: var(--fx4ge); position: relative; }
.fx4ge-sm { padding: 60px 0; }
.fx4ge-lg { padding: 130px 0; }
.ltz4   { background-color: var(--bg-primary); }
.sn0u { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.hm4k     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--o1hl); color: #fff; }

.hm4k h1,.hm4k h2,.hm4k h3,
.hm4k h4,.hm4k h5,.hm4k h6 { color: #fff; }
.hm4k p,.hm4k li,.hm4k span:not(.badge) { color: rgba(255,255,255,0.7); }
.hm4k .dj8gl { color: #fff; }
.hm4k .jxfbm  { 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}

.erjgh { 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; }
.erjgh.loaded { opacity: 0; visibility: hidden; }
.gczmt { width: 60px; height: 4px; background: var(--bg-secondary); border-radius: 4px; overflow: hidden; }
.gczmt::after { content: ''; display: block; width: 40%; height: 100%; background: var(--o1hl); border-radius: 4px; animation: freelanceBar 0.8s ease-in-out infinite alternate; }
@keyframes freelanceBar { from { transform: translateX(0); } to { transform: translateX(150%); } }

.hjt0b {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--o3pe); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--o4my);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.sxrl7 { background: var(--o1hl); color: #fff; border-color: transparent; }
.sxrl7:hover { transform: translateY(-4px); box-shadow: var(--accent-glow); filter: brightness(1.05); }
.aome { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.aome:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--o15gj); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--o3pe); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--o14rz); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

.hh0t1 { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.hh0t1.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.ehx8 { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.vv4y { font-family: var(--o3pe); font-size: 28px; font-weight: var(--o18ea); color: var(--text-primary); letter-spacing: -0.5px; }
.vv4y:hover { color: var(--text-primary); }
.vv4y img { height: 44px; width: auto; }
.ly295 { display: flex; align-items: center; gap: 30px; }
.ly295 .nav-link { color: var(--text-secondary); font-family: var(--o5ux); font-size: var(--o17qi); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.ly295 .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 3px; background: var(--o1hl); border-radius: 2px; transition: width 0.3s ease; }
.ly295 .nav-link:hover, .ly295 .nav-link.active { color: var(--text-primary); }
.ly295 .nav-link:hover::after, .ly295 .nav-link.active::after { width: 100%; }
.moc1q { margin-left: 10px; }
.pb1jc { 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(--o7qc); cursor: pointer; padding: 0; gap: 5px; }
.pb1jc .eiirlr { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.lazyi {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.lazyi::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;
}
.no5dw { position: relative; z-index: 2; }
.pdfc   { position: relative; z-index: 2; }
.pdfc img { border-radius: var(--o9g7); box-shadow: var(--o13zn); }
.frtm57 {
    display: inline-block; color: var(--o15gj);
    font-size: 14px; font-weight: var(--fw-semibold); font-family: var(--o3pe);
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px;
}
.isbp {
    font-family: var(--o3pe); font-size: var(--o19h6);
    font-weight: var(--o18ea); color: var(--text-primary);
    line-height: 1.1; margin-bottom: 22px;
}
.isbp .typed-text { background: var(--o1hl); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.quz4 { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.ga0s { 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); } }

.xljk { margin-bottom: 55px; }
.xljk.text-center { text-align: center; }
.xljk.text-center .fg97 { max-width: 580px; margin: 0 auto; }
.xbxbz6 { display: inline-block; font-size: 12px; font-weight: var(--o18ea); color: var(--o15gj); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px; font-family: var(--o3pe); }
.lagzc5 { font-family: var(--o3pe); font-size: var(--o20fg); font-weight: var(--o18ea); color: var(--text-primary); line-height: 1.15; margin-bottom: 14px; }
.fg97 { font-size: var(--o17qi); color: var(--text-secondary); line-height: 1.8; }

.kp6s4g { background: var(--bg-card); border-radius: var(--o8h9); padding: 32px 24px; box-shadow: var(--o10pc); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.kp6s4g:hover { box-shadow: var(--o12w5); transform: translateY(-8px); }
.rfudk { width: 64px; height: 64px; background: rgba(245,66,0,0.06); border-radius: var(--o8h9); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--transition); }
.rfudk i, .rfudk svg { color: var(--o15gj); font-size: 26px; }
.kp6s4g:hover .rfudk { background: var(--o1hl); }
.kp6s4g:hover .rfudk i, .kp6s4g:hover .rfudk svg { color: #fff; }
.jrx8 { font-family: var(--o3pe); font-size: 18px; margin-bottom: 8px; }
.kmqb  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.kp6s4g-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--o8h9); border-left: 3px solid var(--o15gj); box-shadow: var(--o10pc); transition: var(--transition); }
.kp6s4g-horizontal:hover { box-shadow: var(--o11e4); transform: translateX(5px); }
.kp6s4g-horizontal .rfudk { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--o9g7); box-shadow: var(--o12w5); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--o8h9); box-shadow: var(--o11e4); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--o1hl); color: #fff; padding: 20px 24px; border-radius: var(--o8h9); text-align: center; box-shadow: var(--accent-glow); z-index: 2; }
.experience-badge .badge-number { font-family: var(--o3pe); font-size: 42px; font-weight: var(--o18ea); 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(--o17qi); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--o15gj); margin-top: 2px; flex-shrink: 0; }

.sftdhe { background: var(--bg-card); border-radius: var(--o8h9); overflow: hidden; box-shadow: var(--o10pc); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sftdhe:hover { box-shadow: var(--o12w5); transform: translateY(-8px); }
.sftdhe .xwmkg { position: relative; overflow: hidden; height: 220px; }
.sftdhe .xwmkg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sftdhe:hover .xwmkg img { transform: scale(1.08); }
.sftdhe .card-tag { position: absolute; top: 14px; left: 14px; background: var(--o1hl); color: #fff; font-size: 11px; font-weight: var(--o18ea); padding: 5px 14px; border-radius: var(--o4my); text-transform: uppercase; }
.sftdhe .card-body { padding: 24px; }
.sftdhe .card-title { font-family: var(--o3pe); font-size: 18px; margin-bottom: 8px; }
.sftdhe .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.sftdhe .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.gxn2 { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 46px; margin-bottom: 10px; display: block; background: var(--o1hl); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.dj8gl { font-family: var(--o3pe); font-size: 54px; font-weight: var(--o18ea); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.jxfbm { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.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(--o1hl); border-radius: 50%; border: 3px solid #fff; box-shadow: var(--o10pc); 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(--o3pe); font-size: 13px; font-weight: var(--o18ea); color: var(--o15gj); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.timeline-content { background: var(--bg-card); padding: 22px; border-radius: var(--o8h9); box-shadow: var(--o10pc); border: 1px solid var(--border-color); }
.timeline-title { font-family: var(--o3pe); font-size: 17px; margin-bottom: 4px; }
.timeline-org { font-size: 14px; color: var(--o14rz); margin-bottom: 8px; }
.timeline-text { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

.ay50m { background: var(--bg-card); border-radius: var(--o8h9); overflow: hidden; box-shadow: var(--o10pc); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.ay50m:hover { box-shadow: var(--o12w5); transform: translateY(-8px); }
.ay50m .ctz6 { position: relative; overflow: hidden; height: 280px; }
.ay50m .ctz6 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ay50m:hover .ctz6 img { transform: scale(1.05); }
.ay50m .team-body { padding: 22px; }
.rqijv { font-family: var(--o3pe); font-size: 19px; margin-bottom: 4px; }
.kw34 { font-size: 14px; color: var(--o15gj); 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(--o1hl); color: #fff; }

.geib { background: var(--bg-card); border-radius: var(--o9g7); padding: 34px; border: 1px solid var(--border-color); box-shadow: var(--o10pc); transition: var(--transition); height: 100%; }
.geib:hover { box-shadow: var(--o11e4); }
.quote-icon   { font-size: 36px; margin-bottom: 14px; display: block; background: var(--o1hl); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tza78n   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-size: 15px; }
.geib .author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border-color); }
.qsx9 { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid transparent; background-image: var(--o1hl); background-origin: border-box; background-clip: padding-box, border-box; flex-shrink: 0; }
.ymr5tr  { font-family: var(--o3pe); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.gssk2  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--o14rz); font-size: 14px; margin-bottom: 12px; }

.aw3px { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--o9g7); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.aw3px.featured { border-color: var(--o15gj); }
.aw3px:hover { border-color: var(--o15gj); transform: translateY(-8px); box-shadow: var(--o12w5); }
.exrz1 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.yt29x { font-family: var(--o3pe); font-size: 48px; font-weight: var(--o18ea); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.iimt { list-style: none; padding: 0; margin: 0 0 28px; }
.iimt 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); }
.iimt li:last-child { border-bottom: none; }
.iimt li i { color: var(--o15gj); font-size: 13px; flex-shrink: 0; }
.iimt li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--o1hl); color: #fff; font-size: 11px; font-weight: var(--o18ea); padding: 6px 14px; border-radius: 0 0 var(--o6bo) var(--o6bo); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--o8h9); }
.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(--o8h9); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--o14rz); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--o3pe); 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; }

.ilrvd { background: var(--bg-card); border-radius: var(--o8h9); overflow: hidden; box-shadow: var(--o10pc); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.ilrvd:hover { box-shadow: var(--o12w5); transform: translateY(-6px); }
.ilrvd .xwmkg { height: 210px; overflow: hidden; }
.ilrvd .xwmkg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ilrvd:hover .xwmkg img { transform: scale(1.07); }
.ilrvd .card-body { padding: 24px; }
.lrdx { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.ilrvd .card-title { font-family: var(--o3pe); font-size: 18px; margin-bottom: 8px; }
.ilrvd .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--o8h9); padding: 30px 24px; box-shadow: var(--o10pc); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--o12w5); transform: translateY(-8px); }
.ht51n1 { font-family: var(--o3pe); font-size: 72px; font-weight: var(--o18ea); background: var(--o1hl); -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(--o1hl); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.uc27ru  { font-family: var(--o3pe); 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(--o8h9) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--o3pe); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--o15gj); 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; }

.puqng { background: var(--o1hl); padding: var(--fx4ge); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.ewvhp { font-family: var(--o3pe); font-size: var(--o20fg); color: #fff; margin-bottom: 14px; }
.gjmhqg  { 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(--o4my); font-family: var(--o5ux); font-size: var(--o17qi); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--o15gj); }

.hh08w .form-control { border: 2px solid var(--border-color); border-radius: var(--o8h9); padding: 13px 20px; font-family: var(--o5ux); font-size: var(--o17qi); transition: border-color 0.3s ease; }
.hh08w .form-control:focus { outline: none; box-shadow: none; border-color: var(--o15gj); }
.hh08w label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.gxm32b { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.emtx4 { margin-bottom: 40px; }
.rvai { font-family: var(--o3pe); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; position: relative; }
.rvai::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: var(--o1hl); border-radius: 2px; }
.se4l0 { list-style: none; padding: 0; }
.se4l0 li { margin-bottom: 10px; }
.se4l0 a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.se4l0 a:hover { color: var(--o14rz); 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(--o14rz); margin-top: 2px; flex-shrink: 0; }
.ebpgy { display: flex; gap: 10px; margin-top: 20px; }
.ebpgy 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); }
.ebpgy a:hover { background: var(--o1hl); border-color: transparent; color: #fff; }
.cqjhn { 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); }

.iufgvn { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--o1hl); 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; }
.iufgvn.visible { opacity: 1; visibility: visible; }
.iufgvn:hover { transform: translateY(-4px); filter: brightness(1.1); }

.line-divider { width: 50px; height: 3px; background: var(--o1hl); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--o8h9); }
.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(--o8h9); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --o19h6: 48px; --o20fg: 36px; --o21o4: 24px; } }
@media (max-width: 991px) { :root { --o19h6: 40px; --o20fg: 30px; --fx4ge: 70px 0; } .ly295 { display: none; } .pb1jc { 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 { --o19h6: 34px; --o20fg: 26px; --fx4ge: 55px 0; } .ga0s { flex-direction: column; } .dj8gl { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.hm4k .frtm57 { color: #fff; }
.hm4k .xbxbz6 { color: var(--o14rz); }
.hm4k .tmx4a { color: rgba(255,255,255,0.55); }
.hm4k .se4l0 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.hm4k .se4l0 a:hover { color: #fff; }
.hm4k a:not(.hjt0b):not(.vv4y) { color: rgba(255,255,255,0.8); }
.hm4k a:not(.hjt0b):not(.vv4y):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(--o14rz) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
