/* thank-you-shell.css — style.css icinden ayiklanan navbar + footer + side-toggle + arama CSS */
/* Kaynak: assets/css/style.css (otomatik ayiklama). Tasarim diger sayfalarla birebir. */


/* ===== style.css 1223-1334 ===== */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.side-info-close {
  font-size: 18px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: var(--white);
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}

.dark .side-info-close {
  background-color: #292828;
  color: var(--white);
}

.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.dark .side-info {
  background-color: var(--black);
}

.side-info ::-webkit-scrollbar {
  display: none;
}

@media (max-width: 575px) {
  .side-info {
    width: 100%;
    padding: 30px 30px;
  }
}

.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offset-logo {
  width: 120px;
}

@media (max-width: 575px) {
  .offset-logo {
    width: 100px;
  }
}

.offset-logo img {
  max-width: 120px;
}

.dark .offset-logo .light-logo {
  display: none;
}

.offset-logo .dark-logo {
  display: none;
}

.dark .offset-logo .dark-logo {
  display: block;
}

/* ===== style.css 1556-1587 ===== */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}

.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #ffffff;
  transform: translateY(0%);
}

.sticky .header-area__inner {
  height: 80px;
}

/* ===== style.css 2866-3356 ===== */
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}

.main-menu.menu-light > ul > li > a {
  color: var(--white);
}

.main-menu ul,
.main-menu li {
  list-style: none;
}

.main-menu > ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.main-menu > ul > li:hover > a {
  color: var(--primary);
}

.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}

.main-menu li {
  position: relative;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}

.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  transition: opacity 0.3s 0.35s, pointer-events 0s 0.35s;
}
.main-menu ul.dp-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
}
.main-menu > ul > li:hover > ul.dp-menu {
  transition: opacity 0.2s 0s, pointer-events 0s 0s;
}

.main-menu ul.dp-menu.col-2 {
  column-count: 2;
  width: 480px;
}

.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}

.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}

.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}

.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
  transition: color 0.2s;
}

.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--theme, #ff6a3a);
}

.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}

.main-menu .has-mega-menu {
  position: static;
}

.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}

.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s 0.25s, visibility 0s 0.25s, pointer-events 0s 0.25s;
}
.main-menu > ul > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.25s 0s, visibility 0s 0s, pointer-events 0s 0s;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}

.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}

.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}

.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2c2c2f;
}

.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}

.main-menu .sectors-mega {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  left: 0;
  padding: 30px 40px;
  column-gap: 16px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .sectors-mega {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu .sectors-mega {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .sectors-mega {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
  }
}
.main-menu .sectors-mega > li {
  list-style: none;
}
.main-menu .sectors-mega > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
  opacity: 1;
  pointer-events: all;
  width: auto;
  background: transparent;
  display: block;
}
.main-menu .sectors-mega > li > ul > li {
  padding: 0;
}
.main-menu .sectors-mega > li > ul > li > a {
  font-size: 14px;
  height: 38px;
  padding: 0 14px;
}
.main-menu .sectors-mega .title {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--theme, #ff6a3a);
}
.main-menu .sectors-mega > li > ul > li > a {
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .main-menu .sectors-mega {
    column-gap: 20px;
    padding: 25px 30px;
  }
  .main-menu .sectors-mega > li > ul > li > a {
    font-size: 13px;
    height: 36px;
    padding: 0 10px;
  }
}

/* Sectors dp-menu: geniş sağ panel + JS (.sectors-dp-active) ile hover çakışması yok */
@media only screen and (min-width: 1200px) {
  /* Tema :hover yerine aktif satır — alt panelde kaydırırken diger ana basliklar tetiklenmez */
  .main-menu ul.dp-menu.sectors-dp-menu > li.menu-item-has-children > ul {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.12s ease, visibility 0.12s;
  }

  .main-menu ul.dp-menu.sectors-dp-menu > li.menu-item-has-children.sectors-dp-active > ul,
  .main-menu ul.dp-menu.sectors-dp-menu > li.menu-item-has-children:focus-within > ul {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
  }

  /* Imleç alt paneldeyken diger ana kategori satirlari devre disi */
  .main-menu
    ul.dp-menu.sectors-dp-menu.sectors-dp-in-submenu
    > li.menu-item-has-children:not(.sectors-dp-active) {
    pointer-events: none !important;
  }

  .main-menu ul.dp-menu.sectors-dp-menu > li > ul {
    width: min(400px, calc(100vw - 280px));
    max-height: min(78vh, 640px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px 0;
    display: block;
    background-color: #232529;
    z-index: 12;
  }

  .main-menu ul.dp-menu.sectors-dp-menu > li > ul > li {
    padding: 0 22px;
    display: block;
    width: 100%;
  }

  .main-menu ul.dp-menu.sectors-dp-menu > li > ul > li > a {
    white-space: normal;
    height: auto;
    min-height: 0;
    line-height: 1.35;
    padding: 9px 0;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul.dp-menu.sectors-dp-menu > li > ul {
    width: min(360px, calc(100vw - 260px));
  }
}

.mobile-submenu-heading {
  font-weight: 700;
  color: var(--theme, #ff6a3a);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 0 4px;
  margin-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.mobile-submenu-heading:first-of-type {
  border-top: none;
  margin-top: 0;
}

.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}

.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}

.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}

.main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}

.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}

.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}

.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}

.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}

@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}

.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}

/* ===== style.css 19449-19719 ===== */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
}

.header-area__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
  height: 100px;
}

@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 70px;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
  }

  /* Arama tetikleyicisi hamburgerin hemen solunda (sağda grup) */
  .header-area__inner > *:nth-child(2) {
    margin-inline-end: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .header-area__inner > *:nth-child(2) {
    margin-inline-end: auto;
  }
}

.header__mobile-logo {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header__mobile-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .header__mobile-logo a {
    font-family: "Thunder", sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.04em;
    background: linear-gradient(135deg, #ff6a3a 0%, #ff8f6b 50%, #ff6a3a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(255,106,58,0.35));
    text-transform: uppercase;
  }
}

/* Center header content on desktop */
@media only screen and (min-width: 1200px) {
  .header-area__inner {
    justify-content: center;
    gap: 24px;
  }

  .header__nav-shell {
    margin: 0 auto;
    max-width: calc(100% - 24px);
  }

  .header__button {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1800px) {
  .header-area .container.large {
    max-width: 1750px;
  }
}

.header-area .sticky,
.header-area .transformed {
  background-color: #f9e6dc;
}

.header-area .header__logo {
  border: 1px solid var(--border);
  padding: 17px 30px;
  border-radius: 60px;
}

@media only screen and (max-width: 1199px) {
  .header-area .header__logo {
    padding: 0;
    border: 0;
    display: block;
    flex-shrink: 0;
  }
}

.header-area .header__logo img {
  max-width: 95px;
}

.header-area .header__nav-shell {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  flex: 0 1 auto;
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 60px;
  padding: 0 6px 0 10px;
}

.header-area .header__nav {
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1199px) {
  .header-area .header__nav-shell {
    border: none;
    padding: 0;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .header-area .header__nav {
    padding: 0;
    border: 0;
    display: none;
  }
}

.header-area .main-menu > ul {
  min-width: 0;
}

.header-area .main-menu li a {
  font-size: 15px;
  font-weight: 400;
  padding: 21px 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area .main-menu li a {
    font-size: 14px;
    padding: 21px 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .header-area .main-menu li a {
    font-size: 13px;
    padding: 21px 5px;
  }
}

.header-area .main-menu li a:hover {
  color: var(--action);
}

.header-area .search-icon {
  color: var(--primary);
}

@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-area .header__button {
    display: none;
  }
}

.header-area .rr-btn {
  font-size: 16px;
  padding: 22px 38px;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 1199px) {
  .header-area .rr-btn {
    padding: 17px 33px;
  }
}

.header-area .header__navicon i {
  font-size: 22px;
  color: var(--primary);
}

.header-area .header__navicon {
  display: none;
}

.header-area .side-toggle {
  width: 50px;
  height: 50px;
  background-color: #f1e8e1;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dark .header-area .side-toggle {
  background-color: #1d1c1c;
}

.header-area .side-toggle .bar-icon {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.header-area .side-toggle .bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  transition: color 0.2s ease-out;
  border-radius: 1px;
}

.header-area .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 0px;
}

.header-area .side-toggle:hover .bar-icon span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.header-area .side-toggle:hover .bar-icon span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}

.header-area .side-toggle:hover .bar-icon span:nth-child(3) {
  animation-delay: 0.2s;
}

/* ===== style.css 20345-20713 ===== */
.footer-area .footer-top-inner {
  padding-top: 92px;
  padding-bottom: 50px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 660px;
}

@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 580px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 500px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 430px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr;
  }
}

.footer-area .footer-top-inner .info-text .text {
  max-width: 510px;
  font-size: 30px;
  line-height: 1.26;
  color: var(--primary);
}

@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner .info-text .text {
    font-size: 22px;
  }
}

.footer-area .footer-top-inner .info-link a {
  font-size: 30px;
  line-height: 1.5;
  color: var(--black-2);
  position: relative;
}

.dark .footer-area .footer-top-inner .info-link a {
  color: #555555;
}

@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 22px;
  }
}

.footer-area .footer-top-inner .info-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: currentColor;
}

.footer-area .footer-top-inner .info-link a:hover {
  color: var(--black);
}

.dark .footer-area .footer-top-inner .info-link a:hover {
  color: var(--white);
}

.footer-area .footer-top-inner .info-link a:hover::before {
  width: 0;
}

.footer-area .footer-logo {
  margin-top: 8px;
  max-width: 657px;
}

@media only screen and (max-width: 1919px) {
  .footer-area .footer-logo {
    max-width: 257px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-logo {
    max-width: 207px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .footer-logo {
    max-width: 147px;
  }
}

.footer-area .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}

@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}

.footer-area .footer-widget-wrapper {
  display: grid;
  gap: 30px 2.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-area .subscribe-form {
  max-width: 515px;
}

.footer-area .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}

.dark .footer-area .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1919px) {
  .footer-area .subscribe-form .input-field {
    padding: 18px 30px;
  }
}

.footer-area .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}

.footer-area .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}

.dark .footer-area .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.footer-area .subscribe-form .input-field input:-webkit-autofill,
.footer-area .subscribe-form .input-field input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.footer-area .subscription-text {
  margin-top: 23px;
}

.footer-area .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}

.footer-area .subscription-text .text a {
  position: relative;
}

.footer-area .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}

.footer-area .subscription-text .text a:hover:hover::before {
  width: 0;
}

.footer-area .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}

.dark .footer-area .footer-widget-box .title {
  color: #555555;
}

@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-box .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .footer-area .footer-widget-box.newsletter {
    grid-column: auto;
  }
}

.footer-area .footer-nav-list:hover li a {
  opacity: 0.3;
}

.footer-area .footer-nav-list li {
  list-style: none;
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}

.footer-area .footer-nav-list li a:hover {
  opacity: 1;
}

.footer-area .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}

.footer-area .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}

.footer-area .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}

@media only screen and (max-width: 1919px) {
  .footer-area .copyright-area-inner {
    padding: 37px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .footer-area .copyright-area-inner {
    padding: 27px 0;
  }
}

.footer-area .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .footer-area .copyright-text .text {
    font-size: 20px;
  }
}

.footer-area .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}

.dark .footer-area .copyright-text .text a {
  color: #555555;
}

.footer-area .copyright-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.footer-area .copyright-text .text a:hover {
  color: var(--black);
}

.dark .footer-area .copyright-text .text a:hover {
  color: var(--white);
}

.footer-area .copyright-text .text a:hover::before {
  width: 100%;
}


/* ===== style.css 29593-29992 ===== */
.hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.hamburger .line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

/* Hamburger Animation */
.mobile-menu-toggle.active .line1 {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active .line2 {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-toggle.active .line3 {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(17, 17, 17, 0.95),
    rgba(85, 85, 85, 0.9)
  );
  backdrop-filter: blur(10px);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-overlay.active .mobile-menu-content {
  animation: slideInFromRight 0.4s ease-out;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* Mobile Menu Content */
.mobile-menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  position: relative;
}

/* Mobile Menu Header */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-logo .logo-text {
  font-family: "Thunder", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff6a3a, #ff8a65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: rgba(255, 106, 58, 0.2);
  transform: rotate(90deg);
}

.close-line {
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  border-radius: 1px;
}

.close-line:first-child {
  transform: rotate(45deg);
}

.close-line:last-child {
  transform: rotate(-45deg);
}

/* Mobile Navigation */
.mobile-nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
}

.mobile-menu-item {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s ease forwards;
}

.mobile-menu-item:nth-child(1) {
  animation-delay: 0.1s;
}
.mobile-menu-item:nth-child(2) {
  animation-delay: 0.2s;
}
.mobile-menu-item:nth-child(3) {
  animation-delay: 0.3s;
}
.mobile-menu-item:nth-child(4) {
  animation-delay: 0.4s;
}
.mobile-menu-item:nth-child(5) {
  animation-delay: 0.5s;
}
.mobile-menu-item:nth-child(6) {
  animation-delay: 0.6s;
}
.mobile-menu-item:nth-child(7) {
  animation-delay: 0.7s;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.mobile-menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 106, 58, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.mobile-menu-link:hover::before {
  left: 100%;
}

.mobile-menu-link:hover {
  background: rgba(255, 106, 58, 0.1);
  border-color: rgba(255, 106, 58, 0.3);
  transform: translateX(10px);
}

.menu-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.menu-icon {
  font-size: 16px;
  transition: all 0.3s ease;
}

.mobile-menu-link:hover .menu-icon {
  transform: translateX(5px);
}

/* Submenu Styles */
.has-submenu .mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
  padding-left: 20px;
}

.has-submenu.active .mobile-submenu {
  max-height: min(400px, 60vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.has-submenu.active .menu-icon {
  transform: rotate(45deg);
}

.mobile-submenu li {
  margin-bottom: 10px;
}

.mobile-submenu a {
  display: block;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
}

.mobile-submenu a:hover {
  background: rgba(255, 106, 58, 0.1);
  color: #ffffff;
  transform: translateX(5px);
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-cta-button {
  display: block;
  width: 100%;
  padding: 18px 30px;
  background: linear-gradient(135deg, #ff6a3a, #ff8a65);
  color: #ffffff;
  text-decoration: none;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 106, 58, 0.3);
  position: relative;
  overflow: hidden;
}

.mobile-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.mobile-cta-button:hover::before {
  left: 100%;
}

.mobile-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 106, 58, 0.4);
}

/* Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media only screen and (max-width: 480px) {
  .mobile-menu-content {
    padding: 20px 15px;
  }

  .mobile-logo .logo-text {
    font-size: 24px;
  }

  .mobile-menu-link {
    padding: 18px 20px;
    font-size: 16px;
  }

  .mobile-cta-button {
    padding: 16px 25px;
    font-size: 16px;
  }
}

/* Dark mode support */
.dark .mobile-menu-overlay {
  background: linear-gradient(
    135deg,
    rgba(23, 23, 23, 0.95),
    rgba(45, 45, 45, 0.9)
  );
}

/* Hamburger Toggle — style.css 29567 (thank-you-shell'de eksikti) */
.mobile-menu-toggle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6a3a, #ff8a65);
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 106, 58, 0.3);
  position: relative;
  overflow: hidden;
  padding: 0;
}
.mobile-menu-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 106, 58, 0.4);
}
.mobile-menu-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 106, 58, 0.3);
}
.mobile-menu-toggle:active {
  transform: scale(0.95);
}

/* Mobile menu toggle visibility */
@media only screen and (max-width: 1199px) {
  .mobile-menu-toggle {
    display: flex !important;
    width: 44px;
    height: 44px;
  }

  .header-area .header__navicon {
    display: block !important;
  }

  .header-area .header__end-actions {
    margin-left: 0;
    flex: 0 0 auto;
  }

  .header-area__inner {
    justify-content: space-between !important;
    align-items: center;
  }

  .header__mobile-logo {
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .header-area .header__nav-shell {
    border: none !important;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0 !important;
    flex: 0 0 auto;
  }

  .header-area .header__nav-shell .header-site-search__trigger,
  .header-site-search__trigger {
    border: none !important;
    background: transparent !important;
    box-shadow: none;
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 50%;
  }
}

/* Hide hamburger menu on desktop */
@media only screen and (min-width: 1200px) {
  .mobile-menu-toggle {
    display: none !important;
  }

  .header-area .header__navicon {
    display: none !important;
  }
}

/* ===== style.css 29995-30122 ===== */
.header__end-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
  z-index: 5;
}

@media only screen and (min-width: 1200px) {
  .header__end-actions {
    position: absolute;
    top: 50%;
    right: max(12px, env(safe-area-inset-right, 0px));
    transform: translateY(-50%);
    margin-left: 0;
  }
}

.header-area .header__nav-shell .header-site-search {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  border-left: 1px solid var(--border);
  margin: 4px 0 4px 2px;
  padding-left: 2px;
}

@media only screen and (max-width: 1199px) {
  .header-area .header__nav-shell .header-site-search {
    border-left: none;
    margin: 0;
    padding-left: 0;
  }
}

.header-area .header__nav-shell .header-site-search__trigger {
  border: none;
  background: transparent;
  border-radius: 40px;
  padding: 0 10px 0 12px;
  min-height: 44px;
}

.header-area .header__nav-shell .header-site-search__trigger:hover {
  border: none;
  background: rgba(0, 0, 0, 0.045);
  color: var(--action, #ff6a3a);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-area .header__nav-shell .header-site-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .header-area .header__nav-shell .header-site-search__trigger {
    width: 42px;
    min-width: 42px;
    padding: 0;
    justify-content: center;
  }
}

.header-site-search__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  min-height: 48px;
  border: 1px solid var(--border, #e8e0da);
  border-radius: 60px;
  background: #fff;
  color: var(--black, #1a1a1a);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-site-search__trigger:hover {
  border-color: var(--action, #ff6a3a);
  color: var(--action, #ff6a3a);
}

.header-site-search__trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 106, 58, 0.25);
}

.header-site-search__icon {
  flex-shrink: 0;
  color: currentColor;
}

@media only screen and (max-width: 1199px) {
  .header-site-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .header-site-search__trigger {
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
  }
}


/* ===== style.css 30123-30394 ===== */
.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: max(72px, env(safe-area-inset-top, 0px) + 48px) 16px 24px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.site-search-overlay.site-search-overlay--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.site-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 10, 0.45);
  backdrop-filter: blur(4px);
}

.site-search-overlay__panel {
  position: relative;
  width: min(520px, 100%);
  margin-top: 0;
  padding: 22px 22px 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.site-search-overlay__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.site-search-overlay__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #141414;
}

.site-search-overlay__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f4f0ec;
  color: #333;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-search-overlay__close:hover {
  background: #ebe4dd;
  color: #000;
}

.site-search-overlay__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6560;
  margin-bottom: 8px;
}

.site-search-overlay__input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #e3dcd4;
  border-radius: 12px;
  background: #faf8f6;
  color: #141414;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-search-overlay__input:focus {
  outline: none;
  border-color: var(--action, #ff6a3a);
  box-shadow: 0 0 0 3px rgba(255, 106, 58, 0.15);
  background: #fff;
}

.site-search-overlay__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.site-search-overlay__count {
  margin: 0;
  font-size: 0.9rem;
  color: #4a4540;
}

.site-search-overlay__nav-btns {
  display: flex;
  gap: 8px;
}

.site-search-overlay__btn {
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #e3dcd4;
  border-radius: 999px;
  background: #fff;
  color: #222;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.site-search-overlay__btn:hover:not(:disabled) {
  border-color: var(--action, #ff6a3a);
  color: var(--action, #ff6a3a);
}

.site-search-overlay__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.site-search-overlay__hint {
  margin: 14px 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #7a726b;
}

.site-search-overlay__hint code {
  font-size: 0.85em;
  background: #f0ebe6;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}

.site-search-mode {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  padding: 4px;
  border-radius: 12px;
  background: #efe8e2;
}

.site-search-mode__btn {
  flex: 1;
  padding: 10px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #4a4540;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-search-mode__btn:hover {
  color: #141414;
}

.site-search-mode__btn.is-active {
  background: #fff;
  color: #141414;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.site-search-mode__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 106, 58, 0.35);
}

.site-search-overlay--mode-site .site-search-overlay__toolbar--page-only {
  display: none;
}

.site-search-pf-results {
  margin-top: 12px;
  max-height: min(48vh, 340px);
  overflow-y: auto;
  border: 1px solid #e3dcd4;
  border-radius: 12px;
  background: #faf8f6;
  -webkit-overflow-scrolling: touch;
}

.site-search-pf-results[hidden] {
  display: none !important;
}

.site-search-pf-hit {
  display: block;
  padding: 12px 14px;
  text-decoration: none;
  color: #141414;
  border-bottom: 1px solid #ebe4dd;
  transition: background 0.15s ease;
}

.site-search-pf-hit:last-child {
  border-bottom: none;
}

.site-search-pf-hit:hover,
.site-search-pf-hit:focus-visible {
  background: #fff7f3;
  outline: none;
}

.site-search-pf-hit__title {
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}

.site-search-pf-hit__url {
  font-size: 0.72rem;
  color: #8a827a;
  margin: 0 0 6px;
  word-break: break-all;
}

.site-search-pf-hit__excerpt {
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5c564f;
  margin: 0;
}

.site-search-pf-empty {
  margin: 0;
  padding: 16px 14px;
  text-align: center;
  font-size: 0.88rem;
  color: #6b6560;
}

mark.site-search-mark {
  background: rgba(255, 200, 120, 0.55);
  color: inherit;
  padding: 0.06em 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 140, 60, 0.25);
}

mark.site-search-mark.site-search-mark--active {
  background: rgba(255, 106, 58, 0.35);
  box-shadow: 0 0 0 2px rgba(255, 106, 58, 0.55);
}

/* ===== style.css 30728-30811 ===== */
/* ========== Footer Copyright Premium (elegant styling) ========== */
.copyright-area--premium .copyright-area-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 2.5rem 0 2.75rem;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}
.copyright-text--premium .text {
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1.75 !important;
  color: #333 !important;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.01em;
}
.copyright-text--premium .copyright-brand {
  font-weight: 700;
  color: #111 !important;
  letter-spacing: -0.01em;
}
.copyright-text--premium .copyright-stats {
  color: var(--theme, #ff6a3a) !important;
  font-weight: 600;
}
.copyright-text--premium .copyright-line {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9em;
  color: #666 !important;
}
@media (max-width: 576px) {
  .copyright-area--premium .copyright-area-inner {
    padding: 1.75rem 0 2rem;
  }
}

/* Shared HTML footer component — light surface, dark text (LeadGulls interior pages) */
#component-footer,
#component-footer footer.footer-area {
  background-color: #fafaf9 !important;
  color: #111111 !important;
}
#component-footer .footer-area .footer-widget-wrapper-box {
  background-color: #fafaf9 !important;
  border-top-color: rgba(24, 22, 15, 0.1) !important;
}
#component-footer .footer-area .footer-widget-box .title {
  color: #6b7280 !important;
}
#component-footer .footer-area .footer-nav-list li,
#component-footer .footer-area .footer-nav-list li a {
  color: #111111 !important;
}
#component-footer .footer-area .footer-nav-list li a {
  text-decoration: none;
}
#component-footer .footer-area .footer-nav-list li a:hover {
  color: var(--theme, #ff6a3a) !important;
  opacity: 1;
}
#component-footer .footer-area .footer-nav-list:hover li a {
  opacity: 1;
}
#component-footer .footer-area .copyright-area-inner {
  border-top-color: rgba(24, 22, 15, 0.08) !important;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%) !important;
}
#component-footer .footer-area .copyright-text .text {
  color: #333333 !important;
}
#component-footer .footer-area .copyright-text .text a {
  color: #555555 !important;
}
#component-footer .footer-area .copyright-text .text a:hover {
  color: var(--theme, #ff6a3a) !important;
}
#component-footer {
  --primary: #111111;
  --secondary: #555555;
  --border: rgba(17, 17, 17, 0.1);
  --black-2: #6b7280;
}

/* ===== Dropdown caret: Font Awesome yerine CSS chevron (fontawesome kaldirildi) ===== */
.main-menu li.menu-item-has-children > a:after {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
  margin-inline-start: 8px;
  position: relative;
  top: -2px;
  flex: 0 0 auto;
}
.main-menu ul.dp-menu li.menu-item-has-children > a:after {
  transform: rotate(-45deg) !important;
  top: 0;
  margin-left: auto;
}

/* ===== CTA Form + Links (style.css 30401-30731) — pages without full style.css ===== */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }
.body-page-inner .container.large,
.container.large {
  max-width: 1650px;
}

#component-cta-form-links .rr-btn,
.cta-form-links-section .rr-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 26px 42px;
  background-color: var(--theme, #ff6a3a);
  color: #fff;
  border: 1px solid var(--theme, #ff6a3a);
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  text-transform: capitalize;
}
.cta-form-links-section .rr-btn .btn-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cta-form-links-section .rr-btn .btn-wrap .text-one { display: block; color: #fff; }
.cta-form-links-section .rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  color: #fff;
}
#component-cta-form-links a { text-decoration: none; }
#component-cta-form-links ul,
#component-cta-form-links ol,
#component-cta-form-links li { list-style: none; padding-left: 0; }


/* ========== CTA Form + Links Section (Footer üstü, tüm sayfalarda) ========== */
.cta-form-links-section {
  position: relative;
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(255, 106, 58, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, #0a0a0a 0%, #141414 45%, #0f0f0f 100%);
  padding: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
}
.cta-form-links-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, 90%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 58, 0.45), transparent);
  pointer-events: none;
}
.cta-form-links-inner {
  max-width: 100%;
  margin: 0 auto;
}
/* Form üstte, linkler altta — dikey yığın, ortalanmış */
.cta-form-links-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 3.75rem);
  max-width: 1200px;
  margin: 0 auto;
}
.cta-form-col {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cta-form-links-section { padding: 3rem 0 3.5rem; }
  .cta-form-links-stack { gap: 2.25rem; }
}
/* Form card */
.cta-form-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.75rem, 4vw, 2.75rem);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  text-align: center;
}
.cta-form-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin: 0 0 0.75rem;
  text-align: center;
}
.cta-form-title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.75rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
}
.cta-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
  text-align: left;
}
.cta-form-field--full { grid-column: 1 / -1; }
.cta-form-field input {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  color: #fff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  transition: border-color 0.2s, background 0.2s;
}
.cta-form-field input::placeholder { color: rgba(255,255,255,0.5); }
.cta-form-field input:focus {
  outline: none;
  border-color: var(--theme, #ff6a3a);
  background: rgba(255,255,255,0.08);
}
.cta-consent-field {
  margin-top: 0.5rem;
  text-align: left;
}
.cta-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.cta-consent-label input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.cta-consent-toggle {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  color: var(--theme, #ff6a3a);
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
}
.cta-consent-toggle:hover { opacity: 0.9; }
.cta-consent-full {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.cta-consent-full.is-open { max-height: 120px; }
.cta-consent-full a { color: var(--theme, #ff6a3a); text-decoration: underline; }
.cta-submit-wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-submit-wrap .rr-btn.hover-bg-theme {
  background-color: var(--theme, #ff6a3a);
  border-color: var(--theme, #ff6a3a);
  color: #fff;
}
.cta-submit-wrap .rr-btn.hover-bg-theme::before {
  background-color: #e8530a;
}
.cta-submit-wrap .rr-btn.hover-bg-theme .btn-wrap .text-one,
.cta-submit-wrap .rr-btn.hover-bg-theme .btn-wrap .text-two,
.cta-submit-wrap .rr-btn.hover-bg-theme:hover .btn-wrap .text-two,
.cta-submit-wrap .rr-btn.hover-bg-theme:focus .btn-wrap .text-two,
.dark .cta-submit-wrap .rr-btn.hover-bg-theme .btn-wrap .text-one,
.dark .cta-submit-wrap .rr-btn.hover-bg-theme .btn-wrap .text-two,
.dark .cta-submit-wrap .rr-btn.hover-bg-theme:hover .btn-wrap .text-two,
.dark .cta-submit-wrap .rr-btn.hover-bg-theme:focus .btn-wrap .text-two {
  color: #fff;
}
.cta-response-message {
  margin-top: 1rem;
  font-size: 14px;
  text-align: center;
}
.cta-form-col .recaptcha-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-form-col .recaptcha-wrap .g-recaptcha {
  transform-origin: center top;
}
/* Links card — container genişliğinde, kartlar yatayda 3 sütun matris */
.cta-links-col {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.cta-links-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 2.5vw, 2rem);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.cta-links-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.25rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cta-links-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin: 0 0 0.75rem;
}
.cta-links-title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.65rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.cta-links-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}
.cta-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.25rem;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 576px) {
  .cta-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.35rem;
  }
}
@media (min-width: 992px) {
  .cta-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cta-links-grid {
    gap: 1.35rem 1.75rem;
  }
  .cta-links-list--two-column {
    column-gap: 1.15rem;
  }
}
.cta-links-group {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1rem 1.1rem 1.15rem;
  min-width: 0;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .cta-links-group:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  }
}
.cta-links-group-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 0.85rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cta-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta-links-list li {
  margin-bottom: 0.45rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.cta-links-list a {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}
.cta-links-list a .cta-place {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 0.08rem;
}
.cta-links-list a .cta-offer {
  display: block;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.95);
}
.cta-links-list a:hover {
  color: var(--theme, #ff6a3a);
  padding-left: 3px;
}
.cta-links-list a:focus-visible {
  outline: 2px solid rgba(255, 106, 58, 0.6);
  outline-offset: 2px;
  border-radius: 2px;
}
/* Uzun listeler: kart içinde 2 sütun — yükseklik dengesi */
.cta-links-list--two-column {
  column-count: 2;
  column-gap: 1rem;
  column-fill: balance;
}
@media (max-width: 575px) {
  .cta-links-list--two-column {
    column-count: 1;
  }
}
@media (max-width: 576px) {
  .cta-form-card, .cta-links-card { padding: 1.75rem 1.5rem; }
  .cta-form-fields { grid-template-columns: 1fr; }
}

/* ========== reCAPTCHA v2 - Formlara uyumlu stiller ========== */
.recaptcha-wrap {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.recaptcha-wrap .g-recaptcha {
  display: inline-block;
  transform: scale(0.95);
  transform-origin: 0 0;
}
@media (max-width: 576px) {
  .recaptcha-wrap .g-recaptcha {
    transform: scale(0.88);
  }
}
.recaptcha-error {
  display: block;
  font-size: 13px;
  color: #f44336;
  margin-top: 8px;
  font-weight: 500;
}
.cta-form-card .recaptcha-error { color: #ff6b6b; }
.recaptcha-wrap--dark .recaptcha-error { color: #ff6b6b; }
.recaptcha-wrap--light .recaptcha-error { color: #c62828; }
