/* Offline/static fixes */
.offline-map {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 32px;
  border-radius: 8px;
  background: #f2f6f3;
  color: #213028;
  text-align: center;
  border: 1px solid #dce6df;
}

/* Polished header logo and compact desktop dropdowns */
.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.navbar-brand img {
  display: block;
  object-fit: contain;
}

@media (min-width: 993px) {
  .header-top {
    padding: 7px 0 !important;
  }

  .header-top > .container {
    width: 100%;
    max-width: none !important;
    padding-left: clamp(22px, 6vw, 130px);
    padding-right: clamp(22px, 6vw, 130px);
  }

  .header-top::before {
    width: 38% !important;
  }

  .header-top-wrapper {
    gap: 18px;
    min-height: 24px;
  }

  .header-top-left {
    order: 1;
    flex: 0 0 auto;
    margin-right: 0 !important;
  }

  .header-top-contact ul {
    gap: 0 !important;
  }

  .header-top-contact ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    line-height: 1;
    white-space: nowrap;
  }

  .header-top-contact ul li a i {
    margin-right: 0 !important;
  }

  .header-top-wrapper::before,
  .header-top-wrapper::after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .header-top-wrapper::before {
    order: 2;
    content: "Ankara Geneli Yerinden Alım | Anında Nakit Ödeme";
    flex: 1 1 auto;
    text-align: center;
  }

  .header-top-wrapper::after {
    order: 3;
    content: "7/24 Hızlı Teklif | Ücretsiz Keşif";
    flex: 0 0 min(38vw, 430px);
    padding-left: 26px;
    text-align: center;
  }
}

@media (min-width: 993px) and (max-width: 1199.98px) {
  .header-top::before {
    width: 330px !important;
  }

  .header-top-wrapper {
    gap: 12px;
  }

  .header-top-contact ul li a,
  .header-top-wrapper::before,
  .header-top-wrapper::after {
    font-size: 13px;
  }

  .header-top-wrapper::after {
    flex-basis: 320px;
    padding-left: 18px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item {
    position: relative;
  }

  .navbar .nav-item .dropdown-menu {
    left: 50% !important;
    width: 180px !important;
    min-width: 180px !important;
    padding: 6px !important;
    margin-top: 0 !important;
    border: 1px solid rgba(23, 32, 26, 0.08) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 14px 34px rgba(17, 24, 19, 0.13) !important;
    transform: translateX(-50%) translateY(8px) !important;
    overflow: hidden;
  }

  .navbar .nav-item.dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown > .dropdown-menu.show {
    display: block !important;
    top: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .navbar .dropdown-menu.fade-down,
  .navbar .dropdown-menu.fade-up {
    top: calc(100% - 2px) !important;
    transform-origin: top center !important;
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 0 !important;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 9px 7px 12px !important;
    border-radius: 6px;
    color: #17201a !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease !important;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    display: none !important;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    padding-left: 16px !important;
    background: rgba(50, 124, 55, 0.1) !important;
    color: var(--genel) !important;
  }
}
.offline-map strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}
form[data-whatsapp-form="true"] .send .btn {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}
form[data-whatsapp-form="true"] .send .btn:hover {
  background: #1fb85a !important;
  border-color: #1fb85a !important;
}
form[data-whatsapp-form="true"] .send .btn i {
  margin-right: 8px;
}
.service-area .row > [class*="col-"] {
  display: flex;
}
.service-area .service-item {
  width: 100%;
  height: 100% !important;
  min-height: 430px !important;
  max-height: none !important;
  padding: 0 0 22px !important;
  display: flex;
  flex-direction: column;
}
.service-area .service-icons {
  padding: 20px 20px 0;
}
.service-area .service-icons a {
  display: block;
}
.service-area .service-icons img {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
  object-fit: cover;
  border-radius: 8px;
}
.service-area .service-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 0 !important;
}
.service-area .service-title {
  margin: 0 0 10px;
}
.service-area .service-title a {
  display: block;
  margin: 0 !important;
  min-height: 52px;
  font-size: 19px !important;
  line-height: 1.28 !important;
}
.service-area .service-text {
  margin: 0;
  min-height: 72px;
  font-size: 15px;
  line-height: 1.55;
}
.service-area .service-arrow {
  margin-top: auto !important;
  padding-top: 18px;
}
.service-area .theme-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  white-space: nowrap;
}
.service-area .theme-btn i {
  margin-left: 0;
}
.anka-service-extra-content {
  margin-top: 34px;
  color: #666;
  font-size: 16.5px;
  line-height: 1.8;
}
.anka-service-extra-content h2,
.anka-service-extra-content h3 {
  color: var(--genel);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 14px;
}
.anka-service-extra-content h2 {
  font-size: 28px;
}
.anka-service-extra-content h3 {
  font-size: 22px;
  margin-top: 26px;
}
.anka-service-extra-content p {
  margin: 0 0 16px;
}
.anka-service-extra-content ul {
  margin: 4px 0 22px;
  padding: 0;
}
.anka-service-extra-content li {
  position: relative;
  list-style: none !important;
  margin: 0 0 10px;
  padding-left: 22px;
  color: #666;
  line-height: 1.65;
}
.anka-service-extra-content li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--genel);
}
.anka-service-callout {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--genel);
  background: #f4fbf5;
  border-radius: 8px;
  color: #3f4a43;
  font-weight: 600;
}
.hero-content-text.vvsg .ustHakkimizda {
  align-items: flex-start;
}
.hero-content-text.vvsg .ustHakkimizda .pimage {
  height: 320px !important;
  border-radius: 8px;
}
.hero-content-text.vvsg .ustHakkimizda .pimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.blog-area .blog-item-img img {
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  object-fit: cover;
  display: block;
}
.vvsg.xgnews-full-width-04 .thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .hero-content-text.vvsg .ustHakkimizda .pimage.col-md-4 {
    flex: 0 0 auto;
    width: 45%;
    max-width: 45%;
  }
  .hero-content-text.vvsg .ustHakkimizda .page-content__description.col-md-8 {
    flex: 0 0 auto;
    width: 55%;
    max-width: 55%;
  }
  .contact-address .vvsg4 > li {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 82px;
  }
  .navbar-brand img {
    width: min(190px, 22vw) !important;
    max-width: 190px !important;
    height: auto !important;
  }
  .navbar .nav-item .nav-link {
    font-size: 15.5px !important;
    line-height: 1.2 !important;
    margin-right: 14px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    white-space: nowrap;
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .navbar .dropdown-toggle::after {
    margin-left: 4px !important;
    font-size: 12px !important;
  }
  #main_nav {
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand img {
    width: min(170px, 20vw) !important;
    max-width: 170px !important;
  }
  .navbar .nav-item .nav-link {
    font-size: 14.5px !important;
    margin-right: 10px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1060px) {
  .navbar .nav-item .nav-link {
    font-size: 13.5px !important;
    margin-right: 8px !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    width: min(155px, 46vw) !important;
    max-width: 155px !important;
    height: auto !important;
  }
  #main_nav.show {
    display: block !important;
  }
  .navbar .nav-item.dropdown > .dropdown-menu.show,
  .navbar .nav-item.dropdown:focus-within > .dropdown-menu,
  #main_nav .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block !important;
    position: static !important;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    margin: 0 0 8px;
    padding: 4px 0;
  }
  .navbar .nav-item.dropdown.is-open > .nav-link {
    color: var(--genel) !important;
  }
  .service-area .row > [class*="col-"] {
    display: block;
  }
  .service-area .service-item {
    min-height: 0 !important;
    height: auto !important;
  }
  .service-area .service-title a,
  .service-area .service-text {
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .service-area .service-icons img {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative {
    min-height: 235px !important;
    padding-top: 0 !important;
    display: flex;
    align-items: flex-end;
    background-size: cover !important;
  }
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative .container,
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative .row,
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative .col-12,
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative .breadcrumbs_content {
    width: 100%;
  }
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative .breadcrumbs_content {
    min-height: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 110px 8px 26px;
  }
  body.home-2 main.home-3 section.vvsg.breadcrumbs_common.bg_img.pos_relative .breadcrumbs_content h3.text-uppercase.color_ff {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(19px, 5.8vw, 23px) !important;
    line-height: 1.15 !important;
    text-align: center;
    letter-spacing: 0 !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .anka-service-extra-content {
    margin-top: 28px;
    font-size: 15.5px;
    line-height: 1.72;
  }
  .anka-service-extra-content h2 {
    font-size: 24px;
  }
  .anka-service-extra-content h3 {
    font-size: 20px;
  }
  .hero-content-text.vvsg .ustHakkimizda .pimage {
    height: auto !important;
    margin-bottom: 20px;
  }
  .hero-content-text.vvsg .ustHakkimizda .pimage img {
    height: auto;
  }
  .vvsg.xgnews-full-width-04 .thumb img {
    height: auto;
  }
}

/* Brand visibility and homepage polish */
.navbar-brand {
  padding: 7px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(8, 22, 17, 0.16);
  backdrop-filter: blur(6px);
}

.home-3 .navbar.fixed-top .navbar-brand,
.navbar.fixed-top .navbar-brand {
  background: rgba(255, 255, 255, 0.96);
}

.home-3 .hero-single::before {
  background: linear-gradient(90deg, rgba(6, 18, 43, 0.66), rgba(6, 18, 43, 0.34), rgba(6, 18, 43, 0.2)) !important;
}

.hero-section .hero-content,
.hero-section .hero-content .wow,
.hero-section .hero-content .hero-title,
.hero-section .hero-content .hero-sub-title,
.hero-section .hero-content .hero-btn {
  opacity: 1 !important;
  visibility: visible !important;
}

.home-3 .hero-single .hero-sub-title {
  color: #9cffac !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.home-3 .hero-single .hero-title {
  color: #fff !important;
  line-height: 1.16 !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.78);
}

.home-3 .hero-single .hero-title span {
  color: #f6fff8 !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 3px 0 rgba(15, 200, 53, 0.45), 0 12px 30px rgba(0, 0, 0, 0.82);
}

.anka-mobile-hero {
  position: relative;
}

.anka-mobile-hero-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 26px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 26, 48, 0.48), rgba(8, 26, 48, 0.16));
  text-align: center;
  pointer-events: none;
}

.anka-mobile-hero-copy span {
  color: #9cffac;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
}

.anka-mobile-hero-copy strong {
  max-width: 340px;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(25px, 7.6vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  text-shadow: 0 3px 0 rgba(15, 200, 53, 0.55), 0 10px 24px rgba(0, 0, 0, 0.78);
}

.anka-mobile-hero-copy em {
  color: #d9ffe0;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.7);
}

.about-text {
  font-size: 16.5px;
  line-height: 1.78;
}

.anka-about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px !important;
}

.anka-about-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 8px;
  background: #f3fbf5;
  color: #14351f;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(15, 200, 53, 0.18);
}

.about-experience {
  width: 142px !important;
  height: 142px !important;
  background: radial-gradient(circle at 35% 25%, #20df4c 0%, #0fc835 45%, #0b7c24 100%) !important;
  box-shadow: 0 16px 32px rgba(4, 42, 18, 0.25);
  text-align: center;
}

.about-experience::before {
  left: 9px !important;
  right: 9px !important;
  top: 9px !important;
  bottom: 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.about-experience::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 32px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.about-experience span,
.about-experience strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.24);
}

.about-experience span {
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.about-experience strong {
  margin-top: 5px;
  max-width: 96px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.faq-img img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(7, 23, 16, 0.15);
}

@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 5px 9px;
    border-radius: 8px;
  }

  .home-3 .hero-single .hero-title {
    font-size: clamp(34px, 7vw, 46px) !important;
  }

  .about-right {
    padding-left: 0;
    margin-top: 46px;
  }

  .faq-img img {
    min-height: 310px;
  }
}

@media (max-width: 767.98px) {
  .anka-mobile-hero-copy {
    top: 58px;
    gap: 5px;
    padding: 10px 12px;
  }

  .anka-mobile-hero-copy span {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .anka-mobile-hero-copy strong {
    font-size: clamp(22px, 6.4vw, 29px);
    line-height: 1.06;
  }

  .anka-mobile-hero-copy em {
    font-size: 11px;
    letter-spacing: .8px;
  }

  .faq-img img {
    min-height: 250px;
  }

  .copyright {
    padding: 18px 12px 86px !important;
  }

  .copyright .copyright-text {
    display: block;
    max-width: 320px;
    margin: 0 auto !important;
    color: #f5faff !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: center;
    white-space: normal;
  }

  .copyright .copyright-text a {
    display: inline-block;
    margin-left: 4px;
    color: #5dff79 !important;
    font-weight: 800 !important;
  }
}
