

: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);

    --o14t6: #FFAE00;
    --o15fb: #F54200;
    --o1ze: linear-gradient(90deg, #F54200 0%, #FFAE00 100%);
    --accent-glow: 0 8px 28px rgba(245, 66, 0, 0.22);

    --o3xo: 'Barlow', system-ui, sans-serif;
    --o5ne:    'Barlow', system-ui, sans-serif;

    --o19ei: 60px;
    --o20yd: 42px;
    --o21jl: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --o17xz: 15px;
    --fs-small: 13px;

    --o18wo:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --o6tq:   4px;
    --o7is:   8px;
    --o8rc:   12px;
    --o9of:   16px;
    --o4wx: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --o10cy: 0 2px 12px rgba(0, 0, 0, 0.05);
    --o11jk: 0 8px 28px rgba(0, 0, 0, 0.08);
    --o12cx: 0 16px 48px rgba(0, 0, 0, 0.10);
    --o13ke: 0 24px 64px rgba(0, 0, 0, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.05);

    --en0yr: 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(--o5ne);
    font-size: var(--o17xz);
    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(--o15fb); transition: var(--transition); }
a:hover { color: var(--o14t6); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--o15fb); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--o3xo);
    font-weight: var(--o18wo);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}
h1 { font-size: var(--o19ei); }
h2 { font-size: var(--o20yd); }
h3 { font-size: var(--o21jl); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--o17xz); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--o1ze); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--o14t6); }
.text-accent-2 { color: var(--o15fb); }
.text-dark     { color: var(--text-primary); }

.en0yr    { padding: var(--en0yr); position: relative; }
.en0yr-sm { padding: 60px 0; }
.en0yr-lg { padding: 130px 0; }
.jh4x4   { background-color: var(--bg-primary); }
.pttkx { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.gpd8b     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--o1ze); color: #fff; }

.gpd8b h1,.gpd8b h2,.gpd8b h3,
.gpd8b h4,.gpd8b h5,.gpd8b h6 { color: #fff; }
.gpd8b p,.gpd8b li,.gpd8b span:not(.badge) { color: rgba(255,255,255,0.7); }
.gpd8b .zu43ob { color: #fff; }
.gpd8b .hw9fpf  { 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}

.ax1k { 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; }
.ax1k.loaded { opacity: 0; visibility: hidden; }
.wm7g1 { width: 60px; height: 4px; background: var(--bg-secondary); border-radius: 4px; overflow: hidden; }
.wm7g1::after { content: ''; display: block; width: 40%; height: 100%; background: var(--o1ze); border-radius: 4px; animation: freelanceBar 0.8s ease-in-out infinite alternate; }
@keyframes freelanceBar { from { transform: translateX(0); } to { transform: translateX(150%); } }

.yb11 {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--o3xo); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--o4wx);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.wefyl { background: var(--o1ze); color: #fff; border-color: transparent; }
.wefyl:hover { transform: translateY(-4px); box-shadow: var(--accent-glow); filter: brightness(1.05); }
.ww9pi { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.ww9pi:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--o15fb); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--o3xo); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--o14t6); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

.zbbk2i { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.zbbk2i.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.kodz31 { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.hhklkc { font-family: var(--o3xo); font-size: 28px; font-weight: var(--o18wo); color: var(--text-primary); letter-spacing: -0.5px; }
.hhklkc:hover { color: var(--text-primary); }
.hhklkc img { height: 44px; width: auto; }
.pogw { display: flex; align-items: center; gap: 30px; }
.pogw .nav-link { color: var(--text-secondary); font-family: var(--o5ne); font-size: var(--o17xz); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.pogw .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 3px; background: var(--o1ze); border-radius: 2px; transition: width 0.3s ease; }
.pogw .nav-link:hover, .pogw .nav-link.active { color: var(--text-primary); }
.pogw .nav-link:hover::after, .pogw .nav-link.active::after { width: 100%; }
.xeps { margin-left: 10px; }
.wqsli { 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(--o7is); cursor: pointer; padding: 0; gap: 5px; }
.wqsli .cp5d { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.usokht {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.usokht::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;
}
.nqkg0 { position: relative; z-index: 2; }
.gy8c   { position: relative; z-index: 2; }
.gy8c img { border-radius: var(--o9of); box-shadow: var(--o13ke); }
.ud19 {
    display: inline-block; color: var(--o15fb);
    font-size: 14px; font-weight: var(--fw-semibold); font-family: var(--o3xo);
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px;
}
.ynoq34 {
    font-family: var(--o3xo); font-size: var(--o19ei);
    font-weight: var(--o18wo); color: var(--text-primary);
    line-height: 1.1; margin-bottom: 22px;
}
.ynoq34 .typed-text { background: var(--o1ze); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rsk2v { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.nge4fr { 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); } }

.iztsd { margin-bottom: 55px; }
.iztsd.text-center { text-align: center; }
.iztsd.text-center .bjv3 { max-width: 580px; margin: 0 auto; }
.flvu60 { display: inline-block; font-size: 12px; font-weight: var(--o18wo); color: var(--o15fb); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px; font-family: var(--o3xo); }
.qjcvd { font-family: var(--o3xo); font-size: var(--o20yd); font-weight: var(--o18wo); color: var(--text-primary); line-height: 1.15; margin-bottom: 14px; }
.bjv3 { font-size: var(--o17xz); color: var(--text-secondary); line-height: 1.8; }

.gdv1o { background: var(--bg-card); border-radius: var(--o8rc); padding: 32px 24px; box-shadow: var(--o10cy); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.gdv1o:hover { box-shadow: var(--o12cx); transform: translateY(-8px); }
.er9gs { width: 64px; height: 64px; background: rgba(245,66,0,0.06); border-radius: var(--o8rc); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--transition); }
.er9gs i, .er9gs svg { color: var(--o15fb); font-size: 26px; }
.gdv1o:hover .er9gs { background: var(--o1ze); }
.gdv1o:hover .er9gs i, .gdv1o:hover .er9gs svg { color: #fff; }
.isa4ct { font-family: var(--o3xo); font-size: 18px; margin-bottom: 8px; }
.nsbq  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.gdv1o-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--o8rc); border-left: 3px solid var(--o15fb); box-shadow: var(--o10cy); transition: var(--transition); }
.gdv1o-horizontal:hover { box-shadow: var(--o11jk); transform: translateX(5px); }
.gdv1o-horizontal .er9gs { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--o9of); box-shadow: var(--o12cx); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--o8rc); box-shadow: var(--o11jk); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--o1ze); color: #fff; padding: 20px 24px; border-radius: var(--o8rc); text-align: center; box-shadow: var(--accent-glow); z-index: 2; }
.experience-badge .badge-number { font-family: var(--o3xo); font-size: 42px; font-weight: var(--o18wo); 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(--o17xz); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--o15fb); margin-top: 2px; flex-shrink: 0; }

.vyfkx { background: var(--bg-card); border-radius: var(--o8rc); overflow: hidden; box-shadow: var(--o10cy); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.vyfkx:hover { box-shadow: var(--o12cx); transform: translateY(-8px); }
.vyfkx .aa2d2f { position: relative; overflow: hidden; height: 220px; }
.vyfkx .aa2d2f img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.vyfkx:hover .aa2d2f img { transform: scale(1.08); }
.vyfkx .card-tag { position: absolute; top: 14px; left: 14px; background: var(--o1ze); color: #fff; font-size: 11px; font-weight: var(--o18wo); padding: 5px 14px; border-radius: var(--o4wx); text-transform: uppercase; }
.vyfkx .card-body { padding: 24px; }
.vyfkx .card-title { font-family: var(--o3xo); font-size: 18px; margin-bottom: 8px; }
.vyfkx .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.vyfkx .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.fan629 { 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(--o1ze); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.zu43ob { font-family: var(--o3xo); font-size: 54px; font-weight: var(--o18wo); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.hw9fpf { 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(--o1ze); border-radius: 50%; border: 3px solid #fff; box-shadow: var(--o10cy); 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(--o3xo); font-size: 13px; font-weight: var(--o18wo); color: var(--o15fb); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.timeline-content { background: var(--bg-card); padding: 22px; border-radius: var(--o8rc); box-shadow: var(--o10cy); border: 1px solid var(--border-color); }
.timeline-title { font-family: var(--o3xo); font-size: 17px; margin-bottom: 4px; }
.timeline-org { font-size: 14px; color: var(--o14t6); margin-bottom: 8px; }
.timeline-text { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

.jrmo { background: var(--bg-card); border-radius: var(--o8rc); overflow: hidden; box-shadow: var(--o10cy); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.jrmo:hover { box-shadow: var(--o12cx); transform: translateY(-8px); }
.jrmo .szyz17 { position: relative; overflow: hidden; height: 280px; }
.jrmo .szyz17 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.jrmo:hover .szyz17 img { transform: scale(1.05); }
.jrmo .team-body { padding: 22px; }
.rm76 { font-family: var(--o3xo); font-size: 19px; margin-bottom: 4px; }
.xwww { font-size: 14px; color: var(--o15fb); 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(--o1ze); color: #fff; }

.dnoo { background: var(--bg-card); border-radius: var(--o9of); padding: 34px; border: 1px solid var(--border-color); box-shadow: var(--o10cy); transition: var(--transition); height: 100%; }
.dnoo:hover { box-shadow: var(--o11jk); }
.quote-icon   { font-size: 36px; margin-bottom: 14px; display: block; background: var(--o1ze); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.dq4so   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-size: 15px; }
.dnoo .author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border-color); }
.ajob { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid transparent; background-image: var(--o1ze); background-origin: border-box; background-clip: padding-box, border-box; flex-shrink: 0; }
.lw4u6  { font-family: var(--o3xo); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.zix2  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--o14t6); font-size: 14px; margin-bottom: 12px; }

.au3e { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--o9of); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.au3e.featured { border-color: var(--o15fb); }
.au3e:hover { border-color: var(--o15fb); transform: translateY(-8px); box-shadow: var(--o12cx); }
.gt5e { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.zt6h { font-family: var(--o3xo); font-size: 48px; font-weight: var(--o18wo); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.smupj { list-style: none; padding: 0; margin: 0 0 28px; }
.smupj 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); }
.smupj li:last-child { border-bottom: none; }
.smupj li i { color: var(--o15fb); font-size: 13px; flex-shrink: 0; }
.smupj li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--o1ze); color: #fff; font-size: 11px; font-weight: var(--o18wo); padding: 6px 14px; border-radius: 0 0 var(--o6tq) var(--o6tq); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--o8rc); }
.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(--o8rc); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--o14t6); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--o3xo); 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; }

.uy4rf { background: var(--bg-card); border-radius: var(--o8rc); overflow: hidden; box-shadow: var(--o10cy); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.uy4rf:hover { box-shadow: var(--o12cx); transform: translateY(-6px); }
.uy4rf .aa2d2f { height: 210px; overflow: hidden; }
.uy4rf .aa2d2f img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.uy4rf:hover .aa2d2f img { transform: scale(1.07); }
.uy4rf .card-body { padding: 24px; }
.jblw { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.uy4rf .card-title { font-family: var(--o3xo); font-size: 18px; margin-bottom: 8px; }
.uy4rf .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--o8rc); padding: 30px 24px; box-shadow: var(--o10cy); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--o12cx); transform: translateY(-8px); }
.nflm { font-family: var(--o3xo); font-size: 72px; font-weight: var(--o18wo); background: var(--o1ze); -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(--o1ze); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.joadc  { font-family: var(--o3xo); 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(--o8rc) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--o3xo); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--o15fb); 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; }

.qlif { background: var(--o1ze); padding: var(--en0yr); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.izo8 { font-family: var(--o3xo); font-size: var(--o20yd); color: #fff; margin-bottom: 14px; }
.ltc51  { 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(--o4wx); font-family: var(--o5ne); font-size: var(--o17xz); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--o15fb); }

.umjt2a .form-control { border: 2px solid var(--border-color); border-radius: var(--o8rc); padding: 13px 20px; font-family: var(--o5ne); font-size: var(--o17xz); transition: border-color 0.3s ease; }
.umjt2a .form-control:focus { outline: none; box-shadow: none; border-color: var(--o15fb); }
.umjt2a label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.nos9x { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.tk0fo { margin-bottom: 40px; }
.pazox { font-family: var(--o3xo); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; position: relative; }
.pazox::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: var(--o1ze); border-radius: 2px; }
.vtd0mq { list-style: none; padding: 0; }
.vtd0mq li { margin-bottom: 10px; }
.vtd0mq a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.vtd0mq a:hover { color: var(--o14t6); 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(--o14t6); margin-top: 2px; flex-shrink: 0; }
.zrxu { display: flex; gap: 10px; margin-top: 20px; }
.zrxu 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); }
.zrxu a:hover { background: var(--o1ze); border-color: transparent; color: #fff; }
.oeh06 { 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); }

.ac11ei { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--o1ze); 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; }
.ac11ei.visible { opacity: 1; visibility: visible; }
.ac11ei:hover { transform: translateY(-4px); filter: brightness(1.1); }

.line-divider { width: 50px; height: 3px; background: var(--o1ze); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--o8rc); }
.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(--o8rc); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --o19ei: 48px; --o20yd: 36px; --o21jl: 24px; } }
@media (max-width: 991px) { :root { --o19ei: 40px; --o20yd: 30px; --en0yr: 70px 0; } .pogw { display: none; } .wqsli { 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 { --o19ei: 34px; --o20yd: 26px; --en0yr: 55px 0; } .nge4fr { flex-direction: column; } .zu43ob { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.gpd8b .ud19 { color: #fff; }
.gpd8b .flvu60 { color: var(--o14t6); }
.gpd8b .wqqy { color: rgba(255,255,255,0.55); }
.gpd8b .vtd0mq a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.gpd8b .vtd0mq a:hover { color: #fff; }
.gpd8b a:not(.yb11):not(.hhklkc) { color: rgba(255,255,255,0.8); }
.gpd8b a:not(.yb11):not(.hhklkc):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(--o14t6) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
