*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0a1628;
  --navy-mid: #112240;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #f5f0e8;
  --white: #ffffff;
  --gray: #8a9bb0;
  --gray-light: #e8edf3;
  --text: #1a2940;
}



.elvekil-big-text {
    text-transform: uppercase;
}

.elvekil-color-white {
    color: #ffffff;
}

.services-box {
    width: 10%;
    height: 50%;
    background: #003366;
    transition: height 0.4s ease; /* əsas hissə */
}

/* hover zamanı kiçilsin */
.services-block-two .inner-box:hover .services-box {
    height: 25%;
}

.services-block-two .inner-box {
    position: relative;
    border: 1px solid #e5e5e5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
}

.services-block-two .inner-box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.services-block-two .inner-box .line {
    position: absolute;
    background: #003366;
    z-index: 3;
    pointer-events: none;
}

/* üst xətt */
.services-block-two .inner-box .line-top {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
}

/* sağ xətt */
.services-block-two .inner-box .line-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
}

/* alt xətt */
.services-block-two .inner-box .line-bottom {
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
}

/* sol xətt */
.services-block-two .inner-box .line-left {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}

/* hover zamanı sırayla getsin */
.services-block-two .inner-box:hover .line-top {
    animation: drawTop 0.3s ease forwards;
}

.services-block-two .inner-box:hover .line-right {
    animation: drawRight 0.3s ease 0.3s forwards;
}

.services-block-two .inner-box:hover .line-bottom {
    animation: drawBottom 0.3s ease 0.6s forwards;
}

.services-block-two .inner-box:hover .line-left {
    animation: drawLeft 0.3s ease 0.9s forwards;
}

.services-block-two .inner-box .line {
    box-shadow: 0 0 6px rgba(0, 51, 102, 0.6);
}

.services-block-two .inner-box:hover .services-box {
    transform: scale(1.1);
    transition: 0.3s;
}

.services-block-two .inner-box:hover {
    background: #f9fbff;
}



/* mouse çıxanda sıfırlansın */
.services-block-two .inner-box:not(:hover) .line-top,
.services-block-two .inner-box:not(:hover) .line-bottom {
    width: 0;
}

.services-block-two .inner-box:not(:hover) .line-right,
.services-block-two .inner-box:not(:hover) .line-left {
    height: 0;
}




@keyframes drawTop {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes drawRight {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes drawBottom {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes drawLeft {
    from { height: 0; }
    to { height: 100%; }
}




/* Footer */
.social-icon {
    border-radius: 0.5rem !important;
}

/* ── FOOTER ── */
footer {
  background: #060f1e;
  padding: 80px 0 0;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px; margin-bottom: 60px;
}
.footer-brand {}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 600; letter-spacing: 2px;
  color: var(--white); text-decoration: none; margin-bottom: 20px;
  display: inline-block;
}
.footer-logo span { color: var(--gold); }
.footer-tagline {
  font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.35);
  margin-bottom: 32px; max-width: 280px;
}
.footer-social { display: flex; gap: 16px; }
.social-link {
  width: 36px; height: 36px; border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); text-decoration: none; font-size: 13px;
  transition: all 0.3s;
}
.social-link:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h4 {
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px; font-weight: 400;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a {
  font-size: 13px; color: rgba(255,255,255,0.45);
  text-decoration: none; transition: color 0.3s;
  letter-spacing: 0.3px;
}
.footer-links a:hover { color: var(--white); }
.footer-contact-item {
  font-size: 13px; color: rgba(255,255,255,0.45);
  margin-bottom: 12px; line-height: 1.6;
}
.footer-contact-item strong {
  display: block; color: rgba(255,255,255,0.7); font-weight: 400; margin-bottom: 2px;
}
.footer-bar {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.footer-copy {
  font-size: 12px; color: rgba(255,255,255,0.2); letter-spacing: 0.5px;
}
.footer-langs { display: flex; gap: 20px; }
.lang-btn {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.3s;
}
.lang-btn.active, .lang-btn:hover { color: var(--gold); }
/* ── MOBILE ── */
@media (max-width: 1024px) {
  nav { padding: 0 30px; }
  .nav-links { display: none; }
  .container { padding: 0 30px; }
  .hero-content { padding: 0 30px; }
  .hero-number { font-size: 120px; right: 30px; bottom: 40px; }
  .hero-scroll { left: 30px; }
  .services-header { grid-template-columns: 1fr; gap: 24px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 60px; }
  .about-frame { display: none; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .stats-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.1); }
  .footer-langs { display: none; }
}
@media (max-width: 640px) {
  section { padding: 80px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-btns { flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-h1 { font-size: 44px; }
  .footer-langs { display: none; }
}


/* ── ABOUT ── */
.about {
  background: var(--white);
}

.about-visual {
  position: relative;
  aspect-ratio: 4 / 5;
}

.about-media {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.about-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

/* şəkil varsa göstər */
.about-media.has-image .about-img {
  display: block;
}

/* şəkil varsa placeholder gizlət */
.about-media.has-image .about-img-placeholder {
  display: none;
}

.about-frame {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid rgba(201, 168, 76, 0.2);
  pointer-events: none;
  z-index: 1;
}

.about-accent {
  position: absolute;
  top: 12px;
  left: -16px;
  background: var(--gold);
  padding: 16px 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--navy);
  font-style: italic;
  z-index: 3;
}

.about-content p,
.padding-30px-left p {
  font-size: 15px;
  line-height: 1.9;
  color: #5a6a7e;
  margin-bottom: 22px;
}

/* sadə 3-lü siyahı */
.about-values-simple {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
}

.about-value-item {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #233247;
}

.about-value-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.justfy-xz {
  text-align: justify;
}



/* ================================
   ABOUT PAGE
================================ */
.about-page-hero {
    position: relative;
    padding: 110px 0 85px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.about-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 49, 0.88) 0%, rgba(0, 24, 49, 0.68) 45%, rgba(0, 24, 49, 0.35) 100%);
}

.about-page-hero .container,
.about-page-hero .row {
    position: relative;
    z-index: 2;
}

.min-vh-50 {
    min-height: 38vh;
}

.about-page-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
}

.about-page-title {
    color: #fff;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-page-subtitle {
    max-width: 680px;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.9;
    margin: 0;
}

.about-feature-box:hover h4 {
    color: #003366;
}

.about-page-intro {
    padding: 100px 0;
    background: #ffffff;
}

.about-page-image-wrap {
    position: relative;
}

.about-page-image-frame {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 51, 102, 0.18);
    z-index: 1;
}

.about-page-image {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 560px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.about-page-badge {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    background: #003366;
    color: #fff;
    padding: 14px 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    box-shadow: 0 12px 30px rgba(0, 51, 102, 0.25);
}

.about-page-content {
    padding-left: 35px;
}

.about-page-mini-title {
    display: inline-block;
    color: #c9a84c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about-page-heading {
    font-size: 40px;
    line-height: 1.25;
    color: #0d1b2a;
    margin-bottom: 24px;
    font-weight: 700;
}

.about-page-content p {
    color: #5a6473;
    font-size: 16px;
    line-height: 1.95;
    margin-bottom: 18px;
}

.about-page-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.about-page-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #0d1b2a;
    font-size: 16px;
    font-weight: 500;
}

.about-page-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #c9a84c;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.12);
}

.about-page-mission {
    padding: 0 0 100px;
    background: #ffffff;
}

.about-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 51, 102, 0.08);
    padding: 42px 34px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
}

.about-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.about-card-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #c9a84c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.about-info-card h3 {
    font-size: 28px;
    line-height: 1.35;
    color: #0d1b2a;
    margin-bottom: 16px;
}

.about-info-card p {
    margin: 0;
    color: #5a6473;
    line-height: 1.9;
}

.about-page-features {
    padding: 100px 0;
}

.about-page-section-title {
    font-size: 40px;
    color: #0d1b2a;
    margin-bottom: 0;
}

.about-feature-box {
    height: 100%;
    background: #fff;
    padding: 36px 28px;
    border: 1px solid rgba(0, 51, 102, 0.08);
    transition: all 0.35s ease;
}

.about-feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 45px rgba(0,0,0,0.08);
}

.about-feature-number {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 51, 102, 0.12);
    margin-bottom: 20px;
}

.about-feature-box h4 {
    font-size: 22px;
    color: #0d1b2a;
    margin-bottom: 12px;
}

.about-feature-box p {
    margin: 0;
    color: #5a6473;
    line-height: 1.85;
}

.about-page-cta {
    padding: 0;
    margin: 0;
    background: #001a33;
}

.about-page-cta-inner {
    position: relative;
    width: 100%;
    padding: 85px 0;
    background: linear-gradient(135deg, #002244 0%, #003366 55%, #0c4f8a 100%);
    overflow: hidden;
}

.about-page-cta-inner::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 120px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.about-page-cta-inner::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: 80px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.about-page-cta-inner .container {
    position: relative;
    z-index: 2;
}

.about-page-mini-title-white {
    color: rgba(255,255,255,0.75);
}

.about-page-cta h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.about-page-cta p {
    color: rgba(255,255,255,0.82);
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
}

.about-page-cta .butn.white {
    margin-top: 10px;
}

.about-page-cta .butn.white {
    padding: 14px 28px;
    font-size: 15px;
}

.about-cta-font-size {
    font-size: 22px;
}

.about-page-cta-inner {
    position: relative;
    width: 100%;
    padding: 85px 0;
    background: linear-gradient(180deg, #0a4c87 0%, #003366 45%, #001a33 100%);
    overflow: hidden;
}

.opacity-8 {
    opacity: 0.85;
}

@media screen and (max-width: 991px) {
    .about-page-title {
        font-size: 42px;
    }

    .about-page-content {
        padding-left: 0;
        margin-top: 10px;
    }

    .about-page-image {
        min-height: auto;
    }

    .about-page-heading,
    .about-page-section-title,
    .about-page-cta-box h2 {
        font-size: 30px;
    }

    .about-page-cta-box {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-page-hero {
        padding: 110px 0 80px;
    }

    .about-page-title {
        font-size: 34px;
    }

    .about-page-subtitle {
        font-size: 16px;
    }

    .about-page-intro,
    .about-page-features {
        padding: 80px 0;
    }

    .about-page-mission,
    .about-page-cta {
        padding-bottom: 80px;
    }

    .about-page-badge {
        left: 20px;
        bottom: 20px;
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* ================================
   CONTACT PAGE
================================ */
.contact-page-hero {
    position: relative;
    padding: 110px 0 85px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.contact-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 49, 0.88) 0%, rgba(0, 24, 49, 0.68) 45%, rgba(0, 24, 49, 0.35) 100%);
}

.contact-page-hero .container,
.contact-page-hero .row {
    position: relative;
    z-index: 2;
}

.min-vh-38 {
    min-height: 38vh;
}

.contact-page-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
}

.contact-page-title {
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-page-subtitle {
    max-width: 700px;
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.9;
    margin: 0;
}

.contact-page-main {
    padding: 100px 0;
    background: #f7f8fa;
}

.contact-info-panel {
    height: 100%;
    background: linear-gradient(180deg, #002244 0%, #003366 100%);
    padding: 55px 45px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-info-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.contact-info-panel::after {
    content: "";
    position: absolute;
    bottom: -130px;
    left: -130px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.contact-info-panel > * {
    position: relative;
    z-index: 2;
}

.contact-page-mini-title {
    display: inline-block;
    color: #c9a84c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.contact-info-panel h2,
.contact-form-panel h2,
.contact-map-content h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 700;
}

.contact-info-panel p {
    color: rgba(255,255,255,0.82);
    line-height: 1.9;
    margin-bottom: 35px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c9a84c;
    background: rgba(255,255,255,0.04);
}

.contact-info-text span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.66);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-text h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.contact-form-panel {
    height: 100%;
    background: #ffffff;
    padding: 55px 45px;
    border: 1px solid rgba(0, 51, 102, 0.08);
    box-shadow: 0 20px 60px rgba(0,0,0,0.04);
}

.contact-form-panel p {
    color: #5a6473;
}

.contact-custom-form {
    margin-top: 10px;
}

.contact-form-group {
    margin-bottom: 22px;
}

.contact-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0d1b2a;
    margin-bottom: 8px;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    border: 1px solid rgba(13, 27, 42, 0.12);
    background: #fff;
    padding: 15px 18px;
    font-size: 15px;
    color: #0d1b2a;
    transition: all 0.3s ease;
    outline: none;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    border-color: #003366;
    box-shadow: 0 0 0 4px rgba(0, 51, 102, 0.06);
}

.contact-form-group textarea {
    resize: vertical;
    min-height: 160px;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #003366;
    color: #ffffff;
    padding: 15px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #001f3d;
    transform: translateY(-2px);
}

.contact-map-section {
    padding: 0 0 100px;
    background: #f7f8fa;
}

.contact-map-box {
    background: #ffffff;
    border: 1px solid rgba(0, 51, 102, 0.08);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.04);
}

.contact-map-content {
    padding: 50px 45px 30px;
}

.contact-map-content p {
    margin: 0;
    color: #5a6473;
    line-height: 1.9;
}

.contact-map-placeholder {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(rgba(0, 51, 102, 0.08), rgba(0, 51, 102, 0.08)),
        repeating-linear-gradient(
            0deg,
            #f0f3f8 0px,
            #f0f3f8 40px,
            #e7ecf3 40px,
            #e7ecf3 41px
        ),
        repeating-linear-gradient(
            90deg,
            #f0f3f8 0px,
            #f0f3f8 40px,
            #e7ecf3 40px,
            #e7ecf3 41px
        );
    color: #003366;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
    .contact-page-title {
        font-size: 40px;
    }

    .contact-info-panel,
    .contact-form-panel,
    .contact-map-content {
        padding: 40px 30px;
    }

    .contact-info-panel h2,
    .contact-form-panel h2,
    .contact-map-content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact-page-hero {
        padding: 100px 0 75px;
    }

    .contact-page-title {
        font-size: 32px;
    }

    .contact-page-subtitle {
        font-size: 16px;
    }

    .contact-page-main {
        padding: 80px 0;
    }

    .contact-map-section {
        padding-bottom: 80px;
    }

    .contact-info-panel,
    .contact-form-panel,
    .contact-map-content {
        padding: 30px 22px;
    }

    .contact-map-placeholder {
        height: 280px;
        font-size: 18px;
    }
}

/* ================================
   SERVICES PAGE
================================ */
.services-page-hero {
    position: relative;
    padding: 110px 0 85px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.services-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 49, 0.88) 0%, rgba(0, 24, 49, 0.68) 45%, rgba(0, 24, 49, 0.35) 100%);
}

.services-page-hero .container,
.services-page-hero .row {
    position: relative;
    z-index: 2;
}

.services-page-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
}

.services-page-title {
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.services-page-subtitle {
    max-width: 700px;
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.9;
    margin: 0;
}

.services-page-main {
    padding: 100px 0;
    background: #ffffff;
}

.services-page-mini-title {
    display: inline-block;
    color: #c9a84c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.services-page-section-title {
    font-size: 40px;
    color: #0d1b2a;
    margin-bottom: 0;
    line-height: 1.25;
}

.service-detail-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 51, 102, 0.08);
    padding: 38px 30px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
}

.service-detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(0,0,0,0.08);
}

.service-detail-number {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 51, 102, 0.12);
    margin-bottom: 18px;
}

.service-detail-card h3 {
    font-size: 26px;
    line-height: 1.3;
    color: #0d1b2a;
    margin-bottom: 16px;
}

.service-detail-card p {
    color: #5a6473;
    line-height: 1.9;
    margin-bottom: 20px;
}

.service-detail-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-card ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #0d1b2a;
    line-height: 1.7;
}

.service-detail-card ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c9a84c;
    box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.12);
}

.services-page-process {
    padding: 100px 0;
    background: #f7f8fa;
}

.services-process-box {
    height: 100%;
    background: #fff;
    padding: 34px 26px;
    border: 1px solid rgba(0, 51, 102, 0.08);
    text-align: center;
    transition: all 0.35s ease;
}

.services-process-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 48px rgba(0,0,0,0.08);
}

.services-process-step {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 51, 102, 0.06);
    color: #003366;
    font-size: 20px;
    font-weight: 700;
}

.services-process-box h4 {
    font-size: 22px;
    color: #0d1b2a;
    margin-bottom: 12px;
}

.services-process-box p {
    margin: 0;
    color: #5a6473;
    line-height: 1.85;
}

.services-page-cta {
    padding: 0;
    margin: 0;
    background: #00101f;
}

.services-page-cta-inner {
    position: relative;
    width: 100%;
    padding: 85px 0;
    background: linear-gradient(180deg, #0b4f8c 0%, #003b73 45%, #001a33 78%, #00101f 100%);
    overflow: hidden;
}

.services-page-cta-inner::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 120px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.services-page-cta-inner::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: 80px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.services-page-cta-inner .container {
    position: relative;
    z-index: 2;
}

.services-page-mini-title-white {
    color: rgba(255,255,255,0.75);
}

.services-page-cta h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.services-page-cta p {
    color: rgba(255,255,255,0.82);
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
}

.services-page-cta .butn.white {
    display: inline-block;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .services-page-title {
        font-size: 40px;
    }

    .services-page-section-title,
    .services-page-cta h2 {
        font-size: 30px;
    }

    .service-detail-card,
    .services-process-box {
        padding: 30px 24px;
    }
}

@media screen and (max-width: 767px) {
    .services-page-hero {
        padding: 100px 0 75px;
    }

    .services-page-title {
        font-size: 32px;
    }

    .services-page-subtitle {
        font-size: 16px;
    }

    .services-page-main,
    .services-page-process {
        padding: 80px 0;
    }

    .services-page-cta-inner {
        padding: 70px 0;
    }
}


/* ================================
   SERVICE DETAIL PAGE
================================ */
.service-detail-hero {
    position: relative;
    padding: 110px 0 85px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.service-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 49, 0.88) 0%, rgba(0, 24, 49, 0.68) 45%, rgba(0, 24, 49, 0.35) 100%);
}

.service-detail-hero .container,
.service-detail-hero .row {
    position: relative;
    z-index: 2;
}

.service-detail-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
}

.service-detail-title {
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-detail-subtitle {
    max-width: 760px;
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.9;
    margin: 0;
}

.service-detail-main {
    padding: 100px 0;
    background: #ffffff;
}

.service-detail-content-box {
    background: #fff;
    border: 1px solid rgba(0, 51, 102, 0.08);
    padding: 42px 36px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04);
}

.service-detail-mini-title {
    display: inline-block;
    color: #c9a84c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.service-detail-content-box h2 {
    font-size: 38px;
    line-height: 1.25;
    color: #0d1b2a;
    margin-bottom: 20px;
}

.service-detail-content-box p {
    color: #5a6473;
    line-height: 1.95;
    margin-bottom: 24px;
    font-size: 16px;
}

.service-detail-points {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-points li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    color: #0d1b2a;
    line-height: 1.75;
}

.service-detail-points li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c9a84c;
    box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.12);
}

.service-detail-sidebar {
    background: #fff;
    border: 1px solid rgba(0, 51, 102, 0.08);
    padding: 32px 28px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04);
    margin-bottom: 24px;
}

.service-detail-sidebar.small {
    padding-top: 28px;
}

.service-detail-sidebar h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #0d1b2a;
    margin-bottom: 14px;
}

.service-detail-sidebar p {
    color: #5a6473;
    line-height: 1.9;
    margin-bottom: 20px;
}

.service-detail-other-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-other-links li {
    margin-bottom: 12px;
}

.service-detail-other-links li a {
    color: #0d1b2a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-detail-other-links li a:hover {
    color: #003366;
    padding-left: 4px;
}

.service-detail-cta {
    padding: 0;
    margin: 0;
    background: #00101f;
}

.service-detail-cta-inner {
    position: relative;
    width: 100%;
    padding: 85px 0;
    background: linear-gradient(180deg, #0b4f8c 0%, #003b73 45%, #001a33 78%, #00101f 100%);
    overflow: hidden;
}

.service-detail-cta-inner::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 120px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.service-detail-cta-inner::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: 80px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.service-detail-cta-inner .container {
    position: relative;
    z-index: 2;
}

.service-detail-mini-title-white {
    color: rgba(255,255,255,0.75);
}

.service-detail-cta h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-detail-cta p {
    color: rgba(255,255,255,0.82);
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
}

.service-detail-card h3 a,
.service-detail-card h3 a:hover {
    color: inherit;
    text-decoration: none;
}

.services-font-size-xz {
    font-size: 16px;
}

/* SIDEBAR LINK BASE */
.service-detail-other-links li {
    position: relative;
    padding-left: 18px;
}

/* solda "-" işarəsi */
.service-detail-other-links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #c9a84c;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

/* link özü */
.service-detail-other-links li a {
    position: relative;
    display: inline-block;
    color: #0d1b2a;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* hover zamanı soldakı xətt uzansın */
.service-detail-other-links li:hover::before {
    width: 16px;
    background: #003366;
}

/* sağdan gələn xətt (premium effekt) */
.service-detail-other-links li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #003366;
    transition: width 0.3s ease;
}

/* hover zamanı underline açılsın */
.service-detail-other-links li a:hover::after {
    width: 100%;
}

/* hover zamanı text */
.service-detail-other-links li a:hover {
    color: #003366;
    transform: translateX(4px);
}

@media screen and (max-width: 991px) {
    .service-detail-title {
        font-size: 40px;
    }

    .service-detail-content-box,
    .service-detail-sidebar {
        padding: 30px 24px;
    }

    .service-detail-content-box h2,
    .service-detail-cta h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .service-detail-hero {
        padding: 100px 0 75px;
    }

    .service-detail-title {
        font-size: 32px;
    }

    .service-detail-subtitle {
        font-size: 16px;
    }

    .service-detail-main {
        padding: 80px 0;
    }

    .service-detail-cta-inner {
        padding: 70px 0;
    }
}