:root {
      --yellow: #f4b000;
      --yellow-2: #ffe08a;
      --dark: #151515;
      --dark-2: #23211c;
      --text: #636b75;
      --muted: #ece7d8;
      --light: #fbf8ef;
      --white: #fff;
      --green: #19b66a;
      --ink: #2d2614;
      --line: rgb(45 38 20 / 12%);
      --shadow: 0 18px 50px rgb(34 27 10 / 8%);
      --shadow-2: 0 22px 45px rgb(34 27 10 / 16%);
      --container: 1200px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.8;
      background: linear-gradient(180deg, #fff 0%, #fff 48%, #fffaf0 100%);
    }
    body.menu-open { overflow: hidden; }
    a { color: inherit; text-decoration: none; transition: .25s ease; }
    img { max-width: 100%; height: auto; display: block; }
    ul { list-style: none; margin: 0; padding: 0; }
    h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--dark); line-height: 1.2; }
    p { margin: 0; }
    .container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
    .section { padding: 120px 0; }
    .section-light {
      background:
        linear-gradient(135deg, rgb(244 176 0 / 10%), transparent 34%),
        var(--light);
    }
    .text-center { text-align: center; }
    .site-heading { margin-bottom: 50px; }
    .tagline {
      display: inline-block;
      position: relative;
      color: var(--yellow);
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      z-index: 1;
    }
    .tagline::before {
      content: "";
      position: absolute;
      left: -2px;
      right: -2px;
      bottom: 1px;
      height: 8px;
      background: var(--dark);
      opacity: .12;
      z-index: -1;
    }
    .site-title {
      margin-top: 8px;
      font-size: clamp(34px, 4vw, 45px);
      font-weight: 800;
      text-transform: capitalize;
    }
    .site-title span { color: var(--yellow); }
    .heading-divider {
      display: inline-grid;
      place-items: center;
      position: relative;
      width: 126px;
      height: 42px;
      margin-top: 18px;
      border: 2px solid #211a08;
      border-radius: 14px 14px 8px 8px;
      background:
        linear-gradient(180deg, rgb(255 255 255 / 72%) 0 9%, rgb(255 255 255 / 22%) 10% 28%, transparent 29%),
        radial-gradient(ellipse at 50% 34%, rgb(255 244 171 / 96%) 0 34%, rgb(255 202 52 / 72%) 60%, rgb(210 139 0 / 96%) 100%),
        linear-gradient(135deg, #ffe06b 0%, #f3b300 54%, #c47f00 100%);
      box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 72%),
        inset 0 -7px 12px rgb(91 55 0 / 20%),
        0 0 0 3px rgb(244 176 0 / 14%),
        0 10px 16px rgb(34 27 10 / 18%),
        0 0 22px rgb(244 176 0 / 46%);
      color: #111;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 17px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      transform: perspective(120px) rotateX(-4deg);
      animation: taxi-sign-glow 2.6s linear infinite;
    }
    .heading-divider::before {
      content: "TAKSI";
      position: relative;
      z-index: 1;
      padding: 7px 14px 6px;
      border: 1px solid rgb(17 17 17 / 18%);
      border-radius: 6px;
      background:
        linear-gradient(180deg, rgb(255 255 255 / 24%), transparent 48%),
        rgb(255 196 24 / 32%);
      box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 38%),
        0 1px 0 rgb(255 255 255 / 22%);
      text-shadow:
        0 1px 0 rgb(255 255 255 / 34%),
        0 0 1px rgb(0 0 0 / 28%);
    }
    .heading-divider::after {
      content: "";
      position: absolute;
      left: 13px;
      right: 13px;
      bottom: -10px;
      height: 8px;
      border-radius: 0 0 14px 14px;
      background:
        linear-gradient(90deg, transparent 0 8%, #17130a 9% 91%, transparent 92%),
        linear-gradient(180deg, #3a2a0a, #100d08);
      box-shadow:
        0 5px 9px rgb(34 27 10 / 24%),
        inset 0 1px 0 rgb(255 255 255 / 12%);
    }
    @keyframes taxi-sign-glow {
      0%, 8%, 22%, 100% {
        filter: brightness(1.18) saturate(1.12);
        box-shadow:
          inset 0 1px 0 rgb(255 255 255 / 72%),
          inset 0 -7px 12px rgb(91 55 0 / 20%),
          0 0 0 3px rgb(244 176 0 / 14%),
          0 10px 16px rgb(34 27 10 / 18%),
          0 0 24px rgb(244 176 0 / 54%),
          0 0 42px rgb(244 176 0 / 30%);
      }
      10%, 13% {
        filter: brightness(.82) saturate(.86);
        box-shadow:
          inset 0 1px 0 rgb(255 255 255 / 36%),
          inset 0 -7px 12px rgb(91 55 0 / 28%),
          0 0 0 3px rgb(244 176 0 / 8%),
          0 10px 15px rgb(34 27 10 / 16%),
          0 0 4px rgb(244 176 0 / 18%);
      }
      15%, 18% {
        filter: brightness(1.26) saturate(1.16);
        box-shadow:
          inset 0 1px 0 rgb(255 255 255 / 80%),
          inset 0 -7px 12px rgb(91 55 0 / 18%),
          0 0 0 3px rgb(244 176 0 / 16%),
          0 10px 16px rgb(34 27 10 / 18%),
          0 0 30px rgb(244 176 0 / 64%),
          0 0 54px rgb(244 176 0 / 34%);
      }
      62% {
        filter: brightness(1.02) saturate(.98);
        box-shadow:
          inset 0 1px 0 rgb(255 255 255 / 60%),
          inset 0 -7px 12px rgb(91 55 0 / 22%),
          0 0 0 3px rgb(244 176 0 / 12%),
          0 10px 16px rgb(34 27 10 / 18%),
          0 0 14px rgb(244 176 0 / 34%);
      }
    }
    .theme-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 13px 25px;
      border-radius: 50px;
      border: 0;
      background: var(--yellow);
      color: var(--dark);
      box-shadow: var(--shadow);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: .5px;
      text-transform: uppercase;
      cursor: pointer;
    }
    .theme-btn i {
      width: 1em;
      min-width: 1em;
    }
    .theme-btn:hover { background: var(--dark); color: var(--white); transform: translateY(-2px); }
    .theme-btn.light { background: var(--white); color: var(--dark); border: 1px solid rgb(255 255 255 / 45%); }
    .theme-btn.light:hover { background: var(--yellow); color: var(--dark); border-color: var(--yellow); }
    .theme-btn i,
    .header-contact i,
    .social-links i,
    .hero-nav i,
    .feature-icon i,
    .accordion-btn i,
    .choose-icon i,
    .notice-avatar i,
    .quote-icon i,
    .cta-number i,
    .footer-list i,
    .footer-contact i,
    .footer-social i,
    .mobile-bottom-nav i {
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      line-height: 1;
      text-align: center;
    }

    .header-top {
      position: relative;
      z-index: 2;
      padding: 10px 0;
      background: var(--ink);
      border-bottom: 1px solid rgb(255 255 255 / 10%);
      color: var(--white);
      overflow: visible;
    }
    .header-top-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-weight: 600;
    }
    .header-contact,
    .social-links {
      display: flex;
      align-items: center;
      gap: 22px;
      flex-wrap: wrap;
    }
    .header-contact i { color: var(--yellow); margin-right: 6px; }
    .social-links a {
      display: inline-grid;
      place-items: center;
      width: 30px;
      height: 30px;
      margin-left: 4px;
      border-radius: 8px;
      background: rgb(255 255 255 / 8%);
      color: var(--white);
    }
    .social-links a:hover,
    .header-contact a:hover { color: var(--yellow); }
    .header-service-pulse {
      animation: header-service-pulse 1.25s ease-in-out infinite;
    }
    .header-service-pulse i {
      animation: header-service-icon-pulse 1.25s ease-in-out infinite;
    }
    @keyframes header-service-pulse {
      0%, 100% {
        color: var(--white);
        text-shadow: 0 0 0 rgb(244 176 0 / 0%);
      }
      50% {
        color: var(--yellow);
        text-shadow: 0 0 12px rgb(244 176 0 / 76%);
      }
    }
    @keyframes header-service-icon-pulse {
      0%, 100% {
        color: var(--yellow);
        transform: scale(1);
      }
      50% {
        color: var(--white);
        transform: scale(1.12);
      }
    }

    .navbar {
      position: sticky;
      top: 0;
      z-index: 99;
      background: var(--white);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 14px 34px rgb(34 27 10 / 7%);
    }
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 86px;
      gap: 28px;
    }
    .logo img { width: 180px; }
    .image-logo img {
      width: auto;
      height: 96px;
      object-fit: contain;
    }
    .text-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--dark);
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
    }
    .text-logo i {
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
      color: var(--dark);
      font-size: 22px;
    }
    .menu-toggle {
      display: none;
      border: 0;
      background: transparent;
      color: var(--dark);
      font-size: 28px;
      cursor: pointer;
    }
    .nav-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 24px;
      flex: 1;
      font-weight: 800;
      color: var(--dark);
    }
    .nav-menu a {
      position: relative;
      padding: 8px 0;
    }
    .nav-menu a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 100%;
      bottom: 1px;
      height: 3px;
      border-radius: 5px;
      background: var(--yellow);
      transition: .25s ease;
    }
    .nav-menu a:hover,
    .nav-menu a.active { color: var(--dark); }
    .nav-menu a:hover::after,
    .nav-menu a.active::after { right: 0; }
    .dropdown { position: relative; }
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: -16px;
      width: 260px;
      padding: 8px 0;
      background: var(--white);
      border-radius: 14px;
      box-shadow: var(--shadow-2);
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: .25s ease;
    }
    .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .dropdown-menu a {
      display: block;
      padding: 8px 22px;
      border-bottom: 1px solid rgb(0 0 0 / 7%);
      font-size: 15px;
    }
    .dropdown-menu li:last-child a { border-bottom: 0; }
    .nav-cta { flex: 0 0 auto; }

    .hero {
      position: relative;
      min-height: 650px;
      overflow: hidden;
      background: var(--dark);
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 180px 0;
      background-position: center;
      background-size: cover;
      opacity: 0;
      transition: opacity .55s ease;
    }
    .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgb(10 9 6 / 90%) 0%, rgb(10 9 6 / 70%) 52%, rgb(10 9 6 / 38%) 100%),
        linear-gradient(180deg, transparent 76%, rgb(244 176 0 / 22%) 100%);
      opacity: 1;
    }
    .hero-slide.active { opacity: 1; }
    .hero-content {
      position: relative;
      z-index: 1;
      width: min(100% - 32px, var(--container));
      margin: 0;
      color: var(--white);
      text-align: left;
    }
    .hero-kicker {
      color: var(--yellow);
      font-size: clamp(17px, 2.2vw, 25px);
      font-weight: 900;
      letter-spacing: 3px;
      text-transform: uppercase;
      text-shadow: 0 2px 16px rgb(0 0 0 / 35%);
    }
    .hero-title {
      max-width: 760px;
      margin: 18px 0;
      color: var(--white);
      font-size: clamp(44px, 6vw, 60px);
      font-weight: 900;
      text-transform: uppercase;
      text-shadow: 0 4px 22px rgb(0 0 0 / 35%);
    }
    .hero-title span { color: var(--yellow); }
    .hero-text {
      max-width: 850px;
      margin: 0;
      color: var(--white);
      line-height: 1.9;
    }
    .hero-actions {
      display: flex;
      justify-content: flex-start;
      gap: 16px;
      margin-top: 35px;
      flex-wrap: wrap;
    }
    .hero-nav {
      position: absolute;
      top: 50%;
      z-index: 2;
      width: 60px;
      height: 60px;
      border: 0;
      border-radius: 14px;
      background: rgb(255 255 255 / 14%);
      color: var(--white);
      font-size: 24px;
      cursor: pointer;
      transform: translateY(-50%);
    }
    .hero-nav i {
      width: 24px;
      height: 24px;
    }
    .hero-nav:hover { background: var(--white); color: var(--yellow); }
    .hero-prev { left: 40px; }
    .hero-next { right: 40px; }

    .about-grid,
    .faq-grid,
    .choose-grid,
    .cta-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 48px;
      align-items: center;
    }
    .about-media { position: relative; padding-right: 40px; }
    .about-media > img {
      width: 100%;
      border-radius: 14px 42px 14px 14px;
      box-shadow: var(--shadow-2);
    }
    .experience {
      position: absolute;
      right: 0;
      bottom: 28px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 22px;
      border-radius: 14px;
      background: var(--yellow);
      color: var(--dark);
      box-shadow: var(--shadow-2);
      font-size: 19px;
      font-weight: 900;
      line-height: 1.25;
    }
    .experience img { width: 52px; }
    .about-text { margin: 18px 0 26px; }
    .check-list li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 30px;
      color: var(--dark);
      font-weight: 700;
    }
    .check-list li::before {
      content: "\f00c";
      position: absolute;
      left: 0;
      top: 1px;
      width: 22px;
      height: 22px;
      border-radius: 10px;
      background: var(--yellow);
      color: var(--dark);
      font: 700 12px/22px "Font Awesome 6 Pro";
      text-align: center;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 30px;
    }
    .service-card,
    .blog-card,
    .notice-card,
    .feature-card {
      background: var(--white);
      box-shadow: var(--shadow);
    }
    .service-card {
      position: relative;
      border-radius: 6px 26px 6px 6px;
      overflow: hidden;
      border: 1px solid var(--line);
      transition: .25s ease;
    }
    .service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-2); border-color: rgb(244 176 0 / 45%); }
    .service-img,
    .service-list-image {
      display: grid;
      place-items: center;
      min-height: 188px;
      background:
        radial-gradient(circle at 28% 22%, rgb(255 255 255 / 48%) 0 16%, transparent 17%),
        linear-gradient(135deg, #ffe278 0%, var(--yellow) 54%, #d89500 100%);
      color: var(--dark);
      border-bottom: 1px solid rgb(45 38 20 / 10%);
      position: relative;
      overflow: hidden;
    }
    .service-img::before,
    .service-list-image::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 2px dashed rgb(21 21 21 / 16%);
      border-radius: 22px;
    }
    .service-img::after,
    .service-list-image::after {
      content: "";
      position: absolute;
      width: 145px;
      height: 145px;
      border-radius: 50%;
      background: rgb(21 21 21 / 8%);
      transform: translate(54px, 56px);
    }
    .service-img i,
    .service-list-image i {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 112px;
      height: 112px;
      border: 0;
      border-radius: 28px;
      background:
        linear-gradient(rgb(255 218 83 / 92%), rgb(255 218 83 / 92%)) padding-box,
        repeating-conic-gradient(from 45deg, #111 0 25%, var(--yellow) 0 50%) border-box;
      border: 9px solid transparent;
      box-shadow:
        inset 0 0 0 3px rgb(255 255 255 / 42%),
        inset 0 0 0 6px rgb(17 17 17 / 10%),
        0 16px 30px rgb(34 27 10 / 16%);
      font-size: 56px;
      line-height: 1;
      transition: .25s ease;
    }
    .service-card:hover .service-img i,
    .service-list-card:hover .service-list-image i {
      transform: scale(1.06) rotate(-3deg);
      background:
        linear-gradient(#111, #111) padding-box,
        repeating-conic-gradient(from 45deg, var(--yellow) 0 25%, #111 0 50%) border-box;
      color: var(--yellow);
    }
    .blog-card img {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
    .service-icon {
      position: relative;
      z-index: 2;
      width: 74px;
      min-width: 74px;
      height: 74px;
      min-height: 74px;
      display: grid;
      place-items: center;
      margin: -37px 24px -22px auto;
      border: 6px solid var(--white);
      border-radius: 16px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
      box-shadow: var(--shadow-2);
    }
    .service-icon img {
      width: 42px;
      min-width: 42px;
      height: 42px;
      object-fit: contain;
    }
    .service-content { padding: 28px; }
    .service-title {
      margin-bottom: 12px;
      font-size: 22px;
      font-weight: 900;
    }
    .service-title a:hover { color: var(--yellow); }
    .service-content p {
      min-height: 116px;
      margin-bottom: 22px;
    }
    .service-area .card-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .service-area .service-card {
      display: grid;
      grid-template-columns: 66px 1fr;
      align-items: flex-start;
      gap: 16px;
      min-height: 100%;
      padding: 20px;
      border-radius: 6px 18px 6px 6px;
      background:
        linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(255 255 255 / 100%)),
        var(--white);
      box-shadow: 0 14px 30px rgb(34 27 10 / 7%);
    }
    .service-area .service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 36px rgb(34 27 10 / 12%);
    }
    .service-area .service-img {
      width: 66px;
      min-width: 66px;
      height: 66px;
      min-height: 66px;
      border-radius: 18px;
      border: 1px solid rgb(45 38 20 / 10%);
      background:
        linear-gradient(135deg, rgb(255 226 120 / 96%), rgb(244 176 0 / 94%));
      box-shadow: inset 0 1px 0 rgb(255 255 255 / 48%);
    }
    .service-area .service-img::before,
    .service-area .service-img::after {
      display: none;
    }
    .service-area .service-img i {
      width: 42px;
      height: 42px;
      border-width: 4px;
      border-radius: 13px;
      background:
        linear-gradient(rgb(255 230 137 / 92%), rgb(255 230 137 / 92%)) padding-box,
        repeating-conic-gradient(from 45deg, #111 0 25%, var(--yellow) 0 50%) border-box;
      box-shadow: none;
      font-size: 21px;
    }
    .service-area .service-card:hover .service-img i {
      transform: scale(1.04) rotate(-2deg);
    }
    .service-area .service-content {
      min-width: 0;
      padding: 0;
    }
    .service-area .service-title {
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 1.25;
    }
    .service-area .service-content p {
      min-height: 0;
      margin-bottom: 14px;
      font-size: 14px;
      line-height: 1.65;
    }
    .service-area .service-content .theme-btn {
      min-height: auto;
      padding: 0;
      border-radius: 0;
      background: transparent;
      color: var(--dark);
      box-shadow: none;
      font-size: 13px;
    }
    .service-area .service-content .theme-btn:hover {
      color: var(--yellow);
      transform: none;
    }

    .feature-area {
      position: relative;
      padding: 120px 0;
      background:
        linear-gradient(rgb(0 0 0 / 82%), rgb(0 0 0 / 82%)),
        url("../images/en-yakin-taksi-adana.webp") center/cover;
    }
    .feature-area .site-title { color: var(--white); }
    .feature-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }
    .feature-card {
      min-height: 255px;
      padding: 30px 24px;
      border-radius: 12px;
      text-align: center;
      border-top: 0;
      border-left: 4px solid var(--yellow);
    }
    .feature-card:nth-child(even) { margin-top: 48px; }
    .feature-icon {
      width: 74px;
      min-width: 74px;
      height: 74px;
      min-height: 74px;
      display: grid;
      place-items: center;
      margin: 0 auto 20px;
      border-radius: 18px;
      background: var(--yellow);
      color: var(--dark);
      font-size: 32px;
    }
    .feature-icon i { width: 32px; height: 32px; }
    .feature-card h3 {
      margin-bottom: 12px;
      font-size: 20px;
    }

    .accordion-item {
      overflow: hidden;
      margin-bottom: 18px;
      border-radius: 6px 20px 6px 6px;
      box-shadow: var(--shadow);
      background: var(--white);
      border: 1px solid var(--line);
    }
    .accordion-btn {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 20px 22px;
      border: 0;
      background: var(--white);
      color: var(--dark);
      font-size: 17px;
      font-weight: 900;
      text-align: left;
      cursor: pointer;
    }
    .accordion-btn span {
      flex: 0 0 34px;
      width: 34px;
      min-width: 34px;
      height: 34px;
      min-height: 34px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      background: var(--yellow);
      color: var(--dark);
    }
    .accordion-body {
      display: none;
      padding: 0 24px 22px 70px;
    }
    .accordion-item.open .accordion-body { display: block; }
    .faq-img { margin-top: 24px; }
    .faq-img img {
      border-radius: 20px;
      width: 100%;
      box-shadow: var(--shadow);
    }

    .choose-area {
      position: relative;
      background:
        linear-gradient(100deg, rgb(34 29 17 / 96%), rgb(20 20 18 / 86%)),
        url("../images/en-yakin-taksi-adana.webp") center/cover;
    }
    .choose-area .site-title,
    .choose-area .tagline,
    .choose-area p { color: var(--white); }
    .choose-area .tagline::before { background: var(--white); }
    .choose-photo {
      margin-top: 28px;
      border-radius: 42px 14px 14px 14px;
      box-shadow: var(--shadow-2);
    }
    .choose-item {
      position: relative;
      display: grid;
      grid-template-columns: 78px 1fr;
      gap: 20px;
      margin-bottom: 28px;
      padding: 28px;
      border-radius: 6px 24px 6px 6px;
      background: var(--white);
      box-shadow: var(--shadow-2);
      border-left: 5px solid var(--yellow);
    }
    .choose-item:nth-child(2) { margin-left: 54px; }
    .choose-count {
      position: absolute;
      top: 14px;
      right: 18px;
      color: rgb(244 176 0 / 20%);
      font-size: 52px;
      font-weight: 900;
      line-height: 1;
    }
    .choose-icon {
      width: 78px;
      min-width: 78px;
      height: 78px;
      min-height: 78px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: var(--yellow);
      color: var(--dark);
      font-size: 31px;
    }
    .choose-icon i { width: 31px; height: 31px; }
    .choose-item h3 { margin-bottom: 10px; font-size: 22px; }
    .choose-item p { color: var(--text); }

    .testimonial-area {
      background:
        linear-gradient(90deg, rgb(17 15 10 / 92%), rgb(17 15 10 / 84%)),
        url("../images/breadcrumb.webp") center/cover;
    }
    .testimonial-area .site-title { color: var(--white); }
    .notice-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }
    .gallery-area {
      background:
        linear-gradient(135deg, rgb(244 176 0 / 8%), transparent 36%),
        var(--white);
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-rows: 210px;
      gap: 18px;
    }
    .gallery-item {
      position: relative;
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      border: 0;
      border-radius: 6px 24px 6px 6px;
      background: var(--dark);
      box-shadow: var(--shadow);
      cursor: pointer;
    }
    .gallery-item.large {
      grid-column: span 2;
      grid-row: span 2;
    }
    .gallery-item.wide {
      grid-column: span 2;
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .35s ease, opacity .35s ease;
    }
    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 45%, rgb(15 14 10 / 58%));
      opacity: .65;
      transition: .25s ease;
    }
    .gallery-item span {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: var(--yellow);
      color: var(--dark);
      font-size: 19px;
      transform: translateY(8px);
      opacity: 0;
      transition: .25s ease;
    }
    .gallery-item:hover img {
      transform: scale(1.06);
      opacity: .9;
    }
    .gallery-item:hover::after { opacity: .9; }
    .gallery-item:hover span {
      transform: translateY(0);
      opacity: 1;
    }
    .gallery-lightbox {
      position: fixed;
      inset: 0;
      z-index: 2000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 28px;
      background: rgb(8 8 8 / 88%);
    }
    .gallery-lightbox.open { display: flex; }
    .gallery-lightbox img {
      max-width: min(1100px, 92vw);
      max-height: 84vh;
      border-radius: 6px 30px 6px 6px;
      box-shadow: 0 28px 80px rgb(0 0 0 / 45%);
      object-fit: contain;
    }
    .gallery-lightbox-close,
    .gallery-lightbox-nav {
      position: absolute;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 14px;
      background: var(--yellow);
      color: var(--dark);
      cursor: pointer;
      box-shadow: var(--shadow-2);
    }
    .gallery-lightbox-close {
      top: 24px;
      right: 24px;
      width: 48px;
      height: 48px;
      font-size: 20px;
    }
    .gallery-lightbox-nav {
      top: 50%;
      width: 54px;
      height: 54px;
      font-size: 26px;
      transform: translateY(-50%);
    }
    .gallery-lightbox-prev { left: 24px; }
    .gallery-lightbox-next { right: 24px; }
    .notice-card {
      min-height: 275px;
      padding: 28px;
      border-radius: 6px 24px 6px 6px;
      border-bottom: 0;
      border-top: 4px solid var(--yellow);
    }
    .notice-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }
    .notice-avatar {
      width: 58px;
      min-width: 58px;
      height: 58px;
      min-height: 58px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
      color: var(--dark);
      font-size: 24px;
    }
    .notice-avatar i { width: 24px; height: 24px; }
    .notice-card h3 { font-size: 19px; }
    .notice-card small { color: var(--yellow); font-weight: 800; }
    .quote-icon { color: var(--yellow); font-size: 28px; margin-bottom: 10px; }

    .cta {
      position: relative;
      padding: 72px 0;
      background:
        linear-gradient(135deg, rgb(244 176 0 / 92%), rgb(255 224 138 / 94%)),
        repeating-linear-gradient(135deg, rgb(21 21 21 / 12%) 0 10px, transparent 10px 20px);
      border-top: 1px solid rgb(0 0 0 / 6%);
      border-bottom: 1px solid rgb(0 0 0 / 10%);
      overflow: hidden;
    }
    .cta::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -80px;
      width: 260px;
      height: 260px;
      border: 38px solid rgb(255 255 255 / 22%);
      border-radius: 50%;
    }
    .cta h2 {
      margin-bottom: 8px;
      font-size: clamp(30px, 4vw, 40px);
      font-weight: 900;
    }
    .cta p { color: var(--dark); }
    .cta-actions {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
    }
    .cta-number {
      display: inline-flex;
      align-items: center;
      color: var(--dark);
      font-size: 30px;
      font-weight: 900;
      line-height: 1.2;
    }
    .cta-number i { margin-right: 10px; }

    .blog-area { padding: 120px 0; }
    .blog-card {
      overflow: hidden;
      border-radius: 6px 24px 6px 6px;
      border: 1px solid var(--line);
    }
    .blog-info { padding: 26px; }
    .blog-info h3 {
      margin-bottom: 12px;
      font-size: 22px;
    }
    .blog-info p {
      min-height: 146px;
      margin-bottom: 20px;
    }

    .page-hero {
      position: relative;
      padding: 105px 0 95px;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgb(21 21 21 / 92%), rgb(45 38 20 / 82%)),
        url("../images/breadcrumb.webp") center/cover;
      color: var(--white);
    }
    .page-hero .container {
      position: relative;
      z-index: 1;
    }
    .page-hero h1 {
      max-width: 760px;
      margin: 12px 0 14px;
      color: var(--white);
      font-size: clamp(40px, 5vw, 60px);
      font-weight: 900;
      text-transform: uppercase;
    }
    .page-hero p {
      max-width: 720px;
      color: rgb(255 255 255 / 88%);
      font-size: 18px;
    }
    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 24px;
      color: rgb(255 255 255 / 76%);
      font-weight: 800;
    }
    .breadcrumb a:hover { color: var(--yellow); }
    .breadcrumb span { color: var(--yellow); }

    .service-list-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
    }
    .service-list-card {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 6px 26px 6px 6px;
      background: var(--white);
      box-shadow: var(--shadow);
      transition: .25s ease;
    }
    .service-list-card:hover {
      transform: translateY(-6px);
      border-color: rgb(244 176 0 / 46%);
      box-shadow: var(--shadow-2);
    }
    .service-list-content {
      position: relative;
      padding: 28px 26px;
    }
    .service-list-content h3 {
      margin-bottom: 12px;
      font-size: 22px;
      font-weight: 900;
    }
    .service-list-content h3 a:hover { color: var(--yellow); }
    .service-list-content p {
      min-height: 88px;
      margin-bottom: 18px;
    }
    .detail-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--dark);
      font-weight: 900;
      text-transform: uppercase;
      font-size: 14px;
    }
    .detail-link:hover { color: var(--yellow); }

    .service-detail-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 340px;
      gap: 34px;
      align-items: start;
    }
    .service-detail-main,
    .sidebar-box,
    .sidebar-call-box {
      border: 1px solid var(--line);
      border-radius: 6px 28px 6px 6px;
      background: var(--white);
      box-shadow: var(--shadow);
    }
    .service-detail-main { overflow: hidden; }
    .service-detail-image {
      width: 100%;
      max-height: 460px;
      object-fit: cover;
    }
    .service-detail-content { padding: 36px; }
    .service-detail-heading {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 22px;
    }
    .service-detail-heading > span {
      display: grid;
      place-items: center;
      width: 72px;
      min-width: 72px;
      height: 72px;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
      color: var(--dark);
      font-size: 30px;
    }
    .service-detail-heading .tagline {
      display: block;
      font-size: 14px;
      letter-spacing: 2px;
    }
    .service-detail-heading h2 {
      margin-top: 4px;
      font-size: clamp(30px, 4vw, 42px);
      font-weight: 900;
    }
    .lead-text {
      padding: 22px 24px;
      border-left: 5px solid var(--yellow);
      border-radius: 6px 18px 6px 6px;
      background: var(--light);
      color: var(--ink);
      font-size: 18px;
      font-weight: 700;
    }
    .detail-block {
      margin-top: 28px;
      padding-top: 2px;
    }
    .detail-block h3,
    .benefit-panel h3,
    .sidebar-box h3,
    .sidebar-call-box h3 {
      margin-bottom: 12px;
      font-size: 24px;
      font-weight: 900;
    }
    .detail-block p { color: var(--text); }
    .benefit-panel {
      margin-top: 32px;
      padding: 28px;
      border-radius: 6px 24px 6px 6px;
      background: linear-gradient(135deg, rgb(244 176 0 / 13%), rgb(255 224 138 / 20%));
      border: 1px solid rgb(244 176 0 / 25%);
    }
    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .benefit-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border-radius: 12px;
      background: var(--white);
      color: var(--dark);
      font-weight: 800;
    }
    .benefit-item i {
      display: grid;
      place-items: center;
      width: 26px;
      min-width: 26px;
      height: 26px;
      border-radius: 8px;
      background: var(--yellow);
      color: var(--dark);
      font-size: 13px;
    }
    .detail-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 30px;
    }
    .theme-btn.bordered {
      border-color: var(--line);
      box-shadow: none;
    }
    .service-sidebar-panel {
      position: sticky;
      top: 112px;
      display: grid;
      gap: 24px;
    }
    .sidebar-box { padding: 26px; }
    .sidebar-service-list {
      display: grid;
      gap: 10px;
    }
    .sidebar-service-list a {
      display: grid;
      grid-template-columns: 28px 1fr;
      align-items: center;
      gap: 10px;
      padding: 12px 13px;
      border-radius: 12px;
      background: var(--light);
      color: var(--dark);
      font-weight: 800;
    }
    .sidebar-service-list a:hover {
      background: var(--yellow);
      transform: translateX(4px);
    }
    .sidebar-service-list i { color: var(--yellow); }
    .sidebar-service-list a:hover i { color: var(--dark); }
    .sidebar-call-box {
      padding: 30px 24px;
      text-align: center;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
    }
    .sidebar-call-box > i {
      display: grid;
      place-items: center;
      width: 72px;
      height: 72px;
      margin: 0 auto 14px;
      border-radius: 18px;
      background: var(--dark);
      color: var(--yellow);
      font-size: 30px;
    }
    .sidebar-call-box p { color: var(--dark); }
    .sidebar-call-box a {
      display: inline-block;
      margin-top: 12px;
      color: var(--dark);
      font-size: 23px;
      font-weight: 900;
    }
    .sidebar-faq-list article {
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
    }
    .sidebar-faq-list article:last-child { border-bottom: 0; padding-bottom: 0; }
    .sidebar-faq-list strong {
      display: block;
      margin-bottom: 5px;
      color: var(--dark);
      line-height: 1.35;
    }
    .sidebar-faq-list p {
      color: var(--text);
      font-size: 15px;
      line-height: 1.65;
    }

    .footer {
      background:
        linear-gradient(135deg, rgb(21 21 21 / 98%), rgb(45 38 20 / 98%));
      color: var(--white);
    }
    .footer-main {
      display: grid;
      grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
      gap: 34px;
      padding: 120px 0 70px;
    }
    .footer-logo img { width: 210px; margin-bottom: 20px; }
    .footer-image-logo {
      display: inline-flex;
      margin-bottom: 20px;
    }
    .footer-image-logo img {
      width: auto;
      height: 92px;
      object-fit: contain;
    }
    .footer-text-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      color: var(--white);
      font-size: 28px;
      font-weight: 900;
      line-height: 1;
    }
    .footer-text-logo i {
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: var(--yellow);
      color: var(--dark);
      font-size: 22px;
    }
    .footer p { color: var(--white); }
    .footer h3 {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 18px;
      color: var(--white);
      font-size: 21px;
    }
    .footer h3::before,
    .footer h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 2px;
    }
    .footer h3::before { left: 0; width: 90px; background: rgb(255 255 255 / 20%); }
    .footer h3::after { left: 18px; width: 30px; background: var(--yellow); }
    .footer-list li { margin-bottom: 9px; }
    .footer-list a:hover { color: var(--yellow); padding-left: 8px; }
    .footer-list i { color: var(--yellow); margin-right: 7px; }
    .footer-list i {
      width: 14px;
      min-width: 14px;
    }
    .footer-contact li {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 13px;
    }
    .footer-contact i {
      flex: 0 0 35px;
      width: 35px;
      min-width: 35px;
      height: 35px;
      min-height: 35px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: var(--yellow);
      color: var(--dark);
    }
    .copyright {
      position: relative;
      padding: 20px 0;
      background: rgb(11 11 10 / 45%);
      border-bottom: 4px solid var(--yellow);
      overflow: hidden;
    }
    .copyright-inner {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .footer-social {
      display: flex;
      justify-content: flex-end;
      gap: 14px;
    }
    .footer-social a {
      width: 45px;
      min-width: 45px;
      height: 45px;
      min-height: 45px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: var(--dark);
      color: var(--yellow);
      border: 1px solid rgb(255 255 255 / 12%);
    }
    .footer-social a:hover { background: var(--yellow); color: var(--dark); }

    .floating-actions {
      position: fixed;
      right: 20px;
      bottom: 24px;
      z-index: 1000;
      display: grid;
      gap: 12px;
    }
    .floating-action {
      position: relative;
      display: grid;
      place-items: center;
      width: 58px;
      height: 58px;
      border-radius: 18px;
      color: var(--white);
      box-shadow: var(--shadow-2);
      font-size: 24px;
      transition: .25s ease;
    }
    .floating-action.phone {
      background: var(--dark);
      color: var(--yellow);
    }
    .floating-action.whatsapp {
      background: var(--green);
    }
    .floating-action:hover {
      transform: translateY(-3px);
      filter: brightness(1.05);
    }
    .floating-action::after {
      content: "";
      position: absolute;
      inset: -5px;
      border: 1px solid currentColor;
      border-radius: 22px;
      opacity: .18;
    }
    .mobile-bottom-nav { display: none; }

    @media (max-width: 1199px) {
      .notice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .service-area .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 991px) {
      .header-top { display: none; }
      .navbar { position: fixed; left: 0; right: 0; top: 0; }
      .nav-inner { min-height: 70px; }
      .logo img { width: 130px; }
      .image-logo img {
        width: auto;
        height: 52px;
      }
      .text-logo { font-size: 22px; }
      .text-logo i {
        width: 40px;
        height: 40px;
        font-size: 19px;
      }
      .menu-toggle { display: block; }
      .nav-menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        display: none;
        max-height: calc(100vh - 70px);
        overflow: auto;
        padding: 18px 28px 28px;
        background: var(--white);
        box-shadow: var(--shadow-2);
      }
      .nav-menu.open { display: block; }
      .nav-menu > li { margin: 10px 0; }
      .dropdown-menu {
        position: static;
        width: 100%;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 8px;
        box-shadow: none;
        border: 1px solid rgb(0 0 0 / 8%);
      }
      .nav-cta { display: none; }
      .hero { min-height: 640px; margin-top: 70px; }
      .hero-slide { padding: 130px 0 110px; }
      .hero-nav { display: none; }
      .about-grid,
      .faq-grid,
      .choose-grid,
      .cta-grid {
        grid-template-columns: 1fr;
      }
      .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .choose-area {
        background:
          linear-gradient(rgb(17 17 17 / 92%), rgb(17 17 17 / 92%)),
          url("../images/en-yakin-taksi-adana.webp") center/cover;
      }
      .choose-item:nth-child(2) { margin-left: 0; }
      .cta-actions { align-items: flex-start; }
      .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .service-area .card-grid,
      .service-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
      }
      .service-detail-layout { grid-template-columns: 1fr; }
      .service-sidebar-panel { position: static; }
    }
    @media (max-width: 767px) {
      body { padding-bottom: 78px; }
      .section,
      .feature-area,
      .blog-area { padding: 80px 0; }
      .hero-kicker { letter-spacing: 3px; }
      .hero-content { text-align: center; }
      .hero-text { margin: 0 auto; }
      .hero-actions { flex-direction: column; align-items: center; }
      .about-media { padding-right: 0; }
      .experience {
        position: static;
        margin: -34px 18px 0;
        transform: translateY(0);
      }
      .card-grid,
      .feature-grid,
      .notice-grid,
      .footer-main {
        grid-template-columns: 1fr;
      }
      .feature-card:nth-child(even) { margin-top: 0; }
      .service-img,
      .service-list-image {
        min-height: 160px;
      }
      .service-img i,
      .service-list-image i {
        width: 96px;
        height: 96px;
        border-radius: 22px;
        font-size: 48px;
      }
      .service-area .service-img {
        width: 58px;
        min-width: 58px;
        height: 58px;
        min-height: 58px;
      }
      .service-area .service-img i {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 19px;
      }
      .cta-number { font-size: 24px; }
      .copyright { padding-bottom: 120px; }
      .copyright-inner { display: block; }
      .footer-social { justify-content: flex-start; margin-top: 20px; }
      .floating-actions {
        right: 12px;
        bottom: 92px;
        gap: 10px;
      }
      .floating-action {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 22px;
      }
      .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 8px 0 6px;
        background: rgb(255 255 255 / 96%);
        box-shadow: 0 -4px 16px rgb(0 0 0 / 25%);
      }
      .mobile-bottom-nav a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        color: #282828;
        font-size: 12px;
        font-weight: 800;
      }
      .mobile-bottom-nav i {
        width: 48px;
        min-width: 48px;
        height: 48px;
        min-height: 48px;
        display: grid;
        place-items: center;
        margin-top: -30px;
        border-radius: 16px;
        color: var(--white);
        box-shadow: 0 3px 6px rgb(0 0 0 / 40%);
      }
      .mobile-bottom-nav .call i { background: var(--dark); color: var(--yellow); }
      .mobile-bottom-nav .wa i { background: var(--green); }
      .mobile-bottom-nav .services i { background: var(--yellow); color: var(--dark); }
      .page-hero { padding: 86px 0 76px; }
      .service-list-grid,
      .benefit-grid { grid-template-columns: 1fr; }
      .service-area .card-grid { grid-template-columns: 1fr; }
      .service-area .service-card {
        grid-template-columns: 58px 1fr;
        gap: 14px;
        padding: 16px;
      }
      .service-area .service-img {
        width: 58px;
        min-width: 58px;
        height: 58px;
        min-height: 58px;
        border-radius: 16px;
      }
      .service-area .service-img i {
        width: 38px;
        height: 38px;
        font-size: 19px;
      }
      .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 150px;
        gap: 12px;
      }
      .gallery-item.large,
      .gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
      }
      .gallery-lightbox-nav {
        top: auto;
        bottom: 22px;
        transform: none;
      }
      .service-detail-content { padding: 26px 20px; }
      .service-detail-heading {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    .about-page-grid,
    .contact-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 48px;
      align-items: center;
    }
    .about-page-media {
      position: relative;
      padding-right: 42px;
    }
    .about-page-media img {
      width: 100%;
      border-radius: 6px 42px 6px 6px;
      box-shadow: var(--shadow-2);
    }
    .about-page-badge {
      position: absolute;
      right: 0;
      bottom: 34px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 22px;
      border-radius: 6px 22px 6px 6px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
      color: var(--dark);
      box-shadow: var(--shadow-2);
      font-size: 18px;
      font-weight: 900;
      line-height: 1.25;
    }
    .about-page-badge i {
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: var(--dark);
      color: var(--yellow);
    }
    .about-page-content p {
      margin-bottom: 18px;
      color: var(--text);
    }
    .about-page-list {
      display: grid;
      gap: 12px;
      margin-top: 24px;
    }
    .about-page-list li {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 12px;
      align-items: start;
      color: var(--dark);
      font-weight: 800;
    }
    .about-page-list i {
      display: grid;
      place-items: center;
      width: 28px;
      height: 28px;
      border-radius: 9px;
      background: var(--yellow);
      color: var(--dark);
      font-size: 13px;
    }
    .about-value-grid,
    .contact-info-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 26px;
    }
    .about-value-grid article,
    .contact-info-grid article,
    .contact-form-panel,
    .contact-call-card,
    .map-placeholder {
      border: 1px solid var(--line);
      border-radius: 6px 26px 6px 6px;
      background: var(--white);
      box-shadow: var(--shadow);
    }
    .about-value-grid article,
    .contact-info-grid article {
      padding: 30px 26px;
    }
    .about-value-grid i,
    .contact-info-grid i {
      display: grid;
      place-items: center;
      width: 64px;
      height: 64px;
      margin-bottom: 18px;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
      color: var(--dark);
      font-size: 27px;
    }
    .about-value-grid h3,
    .contact-info-grid h3,
    .contact-call-card h3,
    .map-placeholder h3 {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 900;
    }
    .contact-info-grid {
      margin-bottom: 46px;
    }
    .contact-info-grid article {
      min-height: 210px;
    }
    .contact-info-grid a,
    .contact-info-grid span {
      display: block;
      color: var(--dark);
      font-weight: 900;
      line-height: 1.55;
    }
    .contact-info-grid small {
      display: block;
      margin-top: 8px;
      color: var(--text);
      line-height: 1.5;
    }
    .contact-layout {
      align-items: start;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    }
    .contact-form-panel {
      padding: 34px;
    }
    .contact-form-panel > p {
      margin: -28px 0 24px;
    }
    .contact-form {
      display: grid;
      gap: 16px;
    }
    .form-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .contact-form label {
      display: grid;
      gap: 7px;
      color: var(--dark);
      font-weight: 900;
    }
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 13px 14px;
      color: var(--dark);
      font: inherit;
      background: var(--light);
      outline: none;
      transition: .2s ease;
    }
    .contact-form textarea {
      resize: vertical;
      min-height: 150px;
    }
    .contact-form input:focus,
    .contact-form textarea:focus {
      border-color: rgb(244 176 0 / 70%);
      background: var(--white);
      box-shadow: 0 0 0 4px rgb(244 176 0 / 14%);
    }
    .form-alert {
      margin-bottom: 18px;
      padding: 13px 15px;
      border-radius: 12px;
      font-weight: 800;
      line-height: 1.5;
    }
    .form-alert.success {
      background: rgb(25 182 106 / 12%);
      color: #0e7c48;
    }
    .form-alert.warning {
      background: rgb(244 176 0 / 16%);
      color: #765000;
    }
    .form-alert.error {
      background: rgb(200 30 30 / 10%);
      color: #9d1c1c;
    }
    .contact-side-panel {
      display: grid;
      gap: 24px;
    }
    .contact-call-card {
      padding: 34px;
      background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
    }
    .contact-call-card > i,
    .map-placeholder > i {
      display: grid;
      place-items: center;
      width: 72px;
      height: 72px;
      margin-bottom: 18px;
      border-radius: 20px;
      background: var(--dark);
      color: var(--yellow);
      font-size: 32px;
    }
    .contact-call-card p {
      margin-bottom: 20px;
      color: var(--dark);
      font-weight: 700;
    }
    .map-placeholder {
      min-height: 300px;
      padding: 34px;
      background:
        linear-gradient(135deg, rgb(251 248 239 / 96%), rgb(255 255 255 / 96%)),
        repeating-linear-gradient(135deg, rgb(244 176 0 / 12%) 0 10px, transparent 10px 22px);
    }
    .map-placeholder p {
      margin-bottom: 18px;
    }
    .map-placeholder a {
      color: var(--dark);
      font-weight: 900;
      border-bottom: 3px solid var(--yellow);
    }
    .contact-map {
      display: block;
      width: 100%;
      min-height: 450px;
      border-radius: 6px 26px 6px 6px;
      box-shadow: var(--shadow);
    }

    @media (max-width: 991px) {
      .about-page-grid,
      .contact-layout {
        grid-template-columns: 1fr;
      }
      .about-value-grid,
      .contact-info-grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 767px) {
      .about-page-media {
        padding-right: 0;
      }
      .about-page-badge {
        position: static;
        margin: -26px 18px 0;
      }
      .form-row {
        grid-template-columns: 1fr;
      }
      .contact-form-panel,
      .contact-call-card,
      .map-placeholder {
        padding: 26px 20px;
      }
    }
