#header-sticky > div > div > div > div.header__logo > a > div > img {
  width: 200px;
}

.footer__top {
  background-color: #16193d;
}

.header-1.rr-sticky {
  background-color: #16193d;
}

.breadcrumb__title {
  line-height: 95px;
}

.breadcrumb-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-menu ul li > a {
  text-transform: unset;
}

.language-switcher {
  color: #c7c8ca;
  text-decoration: none;
  font-weight: bold;
  gap: 5px;
}

.language-switcher a.active {
  color: var(--rr-theme-primary);
}

.language-switcher span {
  color: #c7c8ca;
}

.search-icon a {
  color: #c7c8ca;
  font-size: 18px;
  transition: all 0.3s ease;
}

.search-icon a:hover {
  color: #252a69;
}

/* Hamburger menü */
.header-1 .header__hamburger .bar-icon {
  width: 65px;
  height: 12px;
  padding-right: 20px;
}

/* Galeri Görüntüleme Stilleri */
.gallery-grid .gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-grid .protfolio-details__gallery-item {
  overflow: hidden;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.gallery-grid .protfolio-details__gallery-item:hover .gallery-img {
  transform: scale(1.05);
}

/* Magnific Popup Özelleştirmeleri */
.mfp-arrow {
  opacity: 0.7;
  width: 60px;
  height: 60px;
}

.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow-left {
  left: 20px;
}

.mfp-arrow-right {
  right: 20px;
}

.mfp-counter {
  font-size: 14px;
  color: #fff;
}

.mfp-container {
  padding: 0 20px;
}

.mfp-figure:after {
  box-shadow: none;
}

.mfp-bg {
  opacity: 0.9;
}

/* Pagination Styles */
.pagination-container,
.pagination {
  display: none !important;
}

.experience {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Diğer bileşenler */
.why-choose-us__item:not(:last-child) {
  margin-bottom: 40px;
}

.slider-brand ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 170px;
}

/* Proje kartları için düzenleme */
.protfolio__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.protfolio__item-media {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.protfolio__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Gölge efekti sadece görsel üzerinde */
.protfolio__item-media::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.protfolio__item:hover .protfolio__item-media::after {
  opacity: 1;
}

/* Metin konumlandırması */
.protfolio__item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.protfolio__item:hover .protfolio__item-text {
  transform: translateY(0);
}

.protfolio__item-text h6 a {
  color: #fff;
}

.protfolio__item-text .price {
  color: rgba(255, 255, 255, 0.8);
}

/* İlgili projeler için düzenleme */
.related-project__item {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-bottom: 30px;
}

.related-project__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.related-project__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.related-project__item:hover::after {
  opacity: 1;
}

.related-project__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.related-project__item:hover .related-project__overlay {
  transform: translateY(0);
}

/* ================ RESPONSIVE DÜZENLEMELER ================ */

/* Büyük ekranlar için düzenlemeler */
@media (max-width: 1550px) {
  /* .what-we-do__wrapper {
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
  } */

  .what-we-do__item {
    height: 100%;
    width: 100%;
  }

  .what-we-do__item-desc {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Header ve Menü Responsive Düzenlemeleri */
@media (max-width: 1400px) {
  /* Container genişliği */
  .header__area.header-1 .container {
    max-width: 100%;
    margin-left: 30px;
    padding: 5px 30px 5px 0px;
    padding-right: 30px;
  }

  /* Ana header container */
  .header__area.header-1 .header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  /* Logo */
  .header__area.header-1 .header__logo {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  /* Menü wrapper */
  .header__area.header-1 .mean__menu-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  /* Ana menü */
  .header__area.header-1 .main-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0 !important;
  }

  /* Menü listesi */
  .header__area.header-1 .main-menu ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    justify-content: center;
  }

  /* Menü öğeleri */
  .header__area.header-1 .main-menu ul li {
    position: relative;
    list-style: none;
    margin: 0 10px;
  }

  .header__area.header-1 .main-menu ul li:last-child {
    margin-right: 0;
  }

  .header__area.header-1 .main-menu ul li > a {
    padding: 40px 0;
    font-size: 16px;
    display: inline-block;
    color: var(--rr-common-white);
    white-space: nowrap;
  }

  .header__area.header-1 .main-menu ul li > a:hover {
    color: rgb(138, 138, 138);
  }

  /* Dropdown ok işareti */
  .header__area.header-1 .main-menu ul li.has-dropdown > a::after {
    content: "+";
    font-size: 12px;
    margin-left: 5px;
    display: none;
  }

  /* Dropdown menü */
  .header__area.header-1 .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background: #0d0d0d;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    padding: 15px 0 15px;
    color: var(--rr-common-white);
    border: 1px solid #333;
    transition: all 0.3s ease;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }

  /* Dropdown menü öğeleri */
  .header__area.header-1 .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 25px;
  }

  .header__area.header-1 .main-menu ul li .submenu li a {
    padding: 10px 0;
    font-size: 14px;
  }

  .header__area.header-1 .main-menu ul li .submenu li a:hover {
    color: gray;
  }

  /* İkinci seviye dropdown menü (alt menünün alt menüsü) */
  .header__area.header-1 .main-menu ul li .submenu li.has-dropdown .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 280px;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
  }

  /* Üçüncü seviye dropdown menü */
  .header__area.header-1 .main-menu ul li .submenu li .submenu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 280px;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
  }

  /* Hover durumlarında dropdown'ları göster */
  .header__area.header-1 .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    /* box-shadow: 0px 5px 18px 0px #585858 !important; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }

  .header__area.header-1
    .main-menu
    ul
    li
    .submenu
    li.has-dropdown:hover
    > .submenu,
  .header__area.header-1
    .main-menu
    ul
    li
    .submenu
    li
    .submenu
    li.has-dropdown:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
  }

  /* Sağ taraftaki butonlar */
  .header__area.header-1 .header__right {
    flex: 0 0 auto;
    margin-left: 40px;
    gap: 20px !important;
  }

  /* Sağ tarafta taşan menüler için düzeltme */
  .header__area.header-1 .main-menu ul li:last-child .submenu,
  .header__area.header-1 .main-menu ul li:nth-last-child(2) .submenu,
  .header__area.header-1 .main-menu ul li:nth-last-child(3) .submenu {
    left: auto;
    right: 0;
  }

  /* Sağ tarafta taşan alt menüler için düzeltme */
  .header__area.header-1
    .main-menu
    ul
    li:last-child
    .submenu
    li.has-dropdown
    .submenu,
  .header__area.header-1
    .main-menu
    ul
    li:nth-last-child(2)
    .submenu
    li.has-dropdown
    .submenu,
  .header__area.header-1
    .main-menu
    ul
    li:nth-last-child(3)
    .submenu
    li.has-dropdown
    .submenu {
    left: auto;
    right: 100%;
  }
}

/* Orta boyutlu ekranlar için menü düzenlemeleri */
@media (min-width: 992px) and (max-width: 1400px) {
  /* Alt menü hover efektleri */
  .header__area.header-1 .main-menu ul li .submenu li > a {
    transition: all 0.3s ease;
    position: relative;
  }

  .header__area.header-1 .main-menu ul li .submenu li > a:hover {
    padding-left: 5px;
  }

  /* Alt menü ok işareti */
  .header__area.header-1 .main-menu ul li .submenu li.has-dropdown > a::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }

  /* Menü öğeleri arasındaki boşluğu azalt */
  .header__area.header-1 .main-menu ul li {
    margin: 0 12px;
  }

  /* Menü yazı boyutunu küçült */
  .header__area.header-1 .main-menu ul li > a {
    font-size: 14px;
  }

  /* Alt menülerin genişliğini ayarla */
  .header__area.header-1 .main-menu ul li .submenu {
    min-width: 250px;
  }
}

/* Daha küçük ekranlar için ek düzenlemeler */
@media (min-width: 992px) and (max-width: 1200px) {
  /* Menü öğeleri arasındaki boşluğu daha da azalt */
  .header__area.header-1 .main-menu ul li {
    margin: 0 3px;
  }

  /* Menü yazı boyutunu daha da küçült */
  .header__area.header-1 .main-menu ul li > a {
    font-size: 13px;
    padding: 30px 0;
  }

  /* Alt menülerin genişliğini ayarla */
  .header__area.header-1 .main-menu ul li .submenu {
    min-width: 220px;
  }
}

/* Tablet ve mobil için düzenlemeler */
@media (max-width: 991px) {
  .protfolio__item-media {
    height: 250px;
  }

  .related-project__item {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .protfolio__item-media {
    height: 220px;
  }

  .related-project__item {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .pagination .page-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .header-1 .header__logo img {
    max-width: 140px;
  }
}

/* Özel Buton Stili */
.custom-btn-primary {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 12px;
}

.custom-btn-primary:hover {
  background-color: #004494;
  border-color: #004494;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.custom-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-btn-primary i {
  margin-right: 8px;
}

.section-space-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-space-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.header__top {
  padding: 10px 0;
  background-color: #16193d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__top-info a,
.header__top-info .text {
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}

.header__top-info a:hover {
  color: #252a69;
}

.header__top-info i {
  color: #252a69;
  font-size: 14px;
}

.header__top-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__top-social a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.header__top-social a:hover {
  color: #fff;
  background-color: #252a69;
}

.text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 1399px) {
  .header__top-info {
    font-size: 12px;
  }

  .header__top-info .text {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header__top-info .gap-4 {
    gap: 1rem !important;
  }
}

body
  > section.about-us.section-space
  > div
  > div
  > div:nth-child(1)
  > div
  > div.about-us__box
  > h6 {
  line-height: 22px;
}

.about-us__box h4 {
  font-family: var(--rr-ff-body);
  letter-spacing: 2px;
  font-size: 59px;
}

@media (max-width: 767px) {
  .about-us__box h4 {
    font-size: 50px;
  }
}

.about-us__box {
  gap: 9px !important;
}

h3 {
  margin-bottom: 20px;
}

.banner__socail-media ul li a i {
  color: white;
  font-size: 18px;
  transition: color 0.3s ease;
}

.banner__socail-media ul li a:hover i {
  color: #252a69;
}

/* Logo Grid Styles */
.logo-grid {
  padding: 20px 0;
}

.logo-item {
  display: block;
  text-decoration: none;
}

.logo-wrapper {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease;
}

.logo-wrapper:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.logo-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 8px;
  color: #fff;
}

.logo-overlay i {
  font-size: 24px;
  margin-bottom: 8px;
}

.logo-wrapper:hover .logo-overlay {
  opacity: 1;
}

.what-we-do .has--border-1,
.what-we-do .has--border-2,
.what-we-do .has--border-3,
.what-we-do .has--border-5,
.what-we-do .has--border-6,
.what-we-do .has--border-4 {
  border: none;
}

.footer__widget.footer__widget-item-3 {
  padding-left: 10px;
}

.footer__main-wrapper {
  padding-bottom: 50px;
}

div > div.row.pt-50 > div.col-lg-6.text-lg-end.text-center > div > ul {
  gap: 35px;
}
div
  > div.row.pt-50
  > div.col-lg-6.text-lg-end.text-center
  > div
  > ul
  > li
  > a
  > i {
  font-size: 21px;
}

.kariyer-container {
  padding: 30px 0;
}
.kariyer-card {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  /* border-radius: 12px; */
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}
.kariyer-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}
.kariyer-card .card-img-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 200px;
}
.kariyer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.kariyer-card:hover img {
  transform: scale(1.05);
}
.kariyer-card .card-body {
  padding: 25px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.kariyer-card .card-title {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.kariyer-card .card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 3px;
  background: var(--clr-theme-1, #1d365f);
  transition: width 0.3s ease;
}
.kariyer-card:hover .card-title::after {
  width: 100%;
}
.kariyer-card .card-text {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}
.kariyer-card .custom-btn-primary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
}
.kariyer-card .custom-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  z-index: -1;
}
.kariyer-card .custom-btn-primary:hover::before {
  left: 100%;
}
.overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(29, 54, 95, 0.2), rgba(0, 0, 0, 0));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.kariyer-card:hover .overlay-effect {
  opacity: 1;
}

/* Kart içeriği için özel stil */
.content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.button-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-bounce {
  animation: iconBounce 2s infinite;
}
@keyframes iconBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

/* Responsive düzenlemeler */
@media (max-width: 991px) {
  .kariyer-card .card-img-container {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .kariyer-card .row {
    flex-direction: column;
  }
  .kariyer-card .card-img-container {
    height: 200px;
  }
}

/* Footer Form Styles */
.footer-contact-form {
  margin-top: 15px;
}

.footer-contact-form .row {
  --bs-gutter-y: 12px;
}

.footer-contact-form .contact__form-input {
  margin-bottom: 0;
  position: relative;
}

.footer-contact-form input,
.footer-contact-form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* border-radius: 8px; */
  padding: 12px 16px;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 15px;
  height: 48px;
}

.footer-contact-form input::placeholder,
.footer-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.footer-contact-form textarea {
  resize: none;
  height: 48px;
  padding-top: 14px;
}

.footer-contact-form .text-danger {
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 12px;
}

.footer-contact-form .alert {
  padding: 8px 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 14px;
  text-align: left;
}

.alert {
  padding: 12px 16px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 14px;
  text-align: left;
}

.alert-success {
  background-color: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.3);
  color: #fff;
}

.alert-danger {
  background-color: rgba(220, 53, 69, 0.2);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: #fff;
}

.btn-close {
  filter: invert(1);
  opacity: 0.7;
}

.footer-submit-btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  margin: 0;
}

.footer-submit-btn .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* IntlTelInput Styles */
.iti {
  width: 100%;
}

.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
  }
}

.iti__selected-flag {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px 0 0 8px;
  height: 48px;
  padding: 0 12px 0 15px;
}

.iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.6);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .footer-contact-form {
    margin-top: 30px;
  }

  .footer-contact-form input,
  .footer-contact-form textarea,
  .footer-submit-btn {
    height: 44px;
  }

  .iti__selected-flag {
    height: 44px;
  }
}

@media (max-width: 767px) {
  .footer-contact-form .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
}

.contact__form-input textarea {
  height: auto;
}

.footer__link ul li {
  /* text-decoration: underline; */
  /* text-underline-offset: 5px; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.footer__link ul li:last-child {
  border-bottom: none;
}

.iti {
  width: 100%;
}
.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
  }
}

.iti__country-list {
  z-index: 30 !important;
}

/* Belge Kartları Stili */
.document-card {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-color: #fff;
}

.document-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.document-thumb {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.document-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.document-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f8f9fa;
}

.document-type-icon i {
  font-size: 4rem;
  color: #dc3545;
}

.document-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.document-thumb:hover .document-overlay {
  opacity: 1;
}

.document-overlay span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-overlay span i {
  color: var(--primary-color);
}

.document-content {
  padding: 20px;
}

.document-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.document-title a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.document-title a:hover {
  color: var(--primary-color);
}

.document-desc {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.document-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.document-date {
  font-size: 13px;
  color: #777;
}

.document-date i {
  margin-right: 5px;
}

.document-download {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.document-download:hover {
  color: var(--secondary-color);
}

.document-download i {
  margin-right: 5px;
}

/* AOS için animasyon eklemeleri */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

.accordion-button {
  font-size: 1.7rem !important;
}

/* Katalog görüntüleyici stilleri */
.katalog-viewer {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Tam ekran modu stilleri */
.katalog-viewer:fullscreen {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

/* Kitap bileşeni */
#book {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}

/* Tam ekran modunda kitap */
.katalog-viewer:fullscreen #book {
  height: calc(100vh - 70px);
  max-width: calc(100vw - 70px);
}

/* Sayfa stilleri */
.page {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Kapak sayfası */
.kapak {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #16193d 0%, #252a69 100%);
  color: white;
  /* padding: 20px; */
  text-align: center;
  height: 100%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  /* İçe doğru gölge ekle */
}

.kapak h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.kapak p {
  font-size: 18px;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Kontrol butonları */
.katalog-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
  flex-wrap: wrap;
  z-index: 10;
}

/* Tam ekranda kontrol butonları */
.katalog-viewer:fullscreen .katalog-controls {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 15px;
  margin-top: 0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.flip-btn {
  background-color: var(--rr-theme-primary, #16193d);
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.flip-btn:hover {
  background-color: #252a69;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.flip-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Sayfa göstergesi */
.page-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  z-index: 10;
}

/* Tam ekranda sayfa göstergesi */
.katalog-viewer:fullscreen .page-indicator {
  position: fixed;
  bottom: 85px;
  left: 0;
  right: 0;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 10px;
  margin-top: 0;
}

.page-indicator span {
  margin: 0 5px;
  font-weight: 600;
}
/* Yatay/dikey yönelim için ek düzenlemeler */
@media (orientation: portrait) {
  .katalog-viewer:fullscreen #book {
    height: calc(100vh - 160px);
    width: 100%;
  }
}

@media (orientation: landscape) {
  .katalog-viewer:fullscreen #book {
    height: calc(100vh - 120px);
    width: auto;
    max-height: 80vh;
  }
}

.blog__item-media img {
  height: 350px;
  width: 100%;
}

.main-menu ul li.has-dropdown > a::after {
  content: unset;
}

.main-menu ul li.has-dropdown > a {
  padding-right: 0;
}

body
  > section.blog.section-space
  > div
  > div.row.mb-minus-30
  > div
  > div
  > div
  > p {
  margin-top: 10px;
}

.gallery-grid div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.main-menu ul li .mega-menu li:hover > a {
  color: #6a6a6a;
  letter-spacing: 0.1px;
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-menu ul li:hover > a {
  color: #6a6a6a;
  letter-spacing: 0.1px;
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-menu ul li:hover > a::after {
  color: #6a6a6a;
  scale: 1.05;
  letter-spacing: 0.1px;
  transition: all 0.3s ease;
}

.project-statistics {
  padding-top: 2rem !important;
}

.mfp-bg {
  z-index: 9999999 !important;
}

.mfp-wrap {
  z-index: 99999999 !important;
}

:root {
  overflow-x: hidden !important;
}

/* Büyük Pagination Stilleri */
.large-pagination.swiper-pagination {
  margin-top: 30px;
}

.large-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background-color: #ccc;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.large-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
  transform: scale(1.2);
}

body > footer > section > div.footer__top > div > div:nth-child(2) {
  display: none;
}

/* 450px'e kadar */
@media (max-width: 550px) {
  html
    body.body-1.iti-mobile
    section.why-choose-us.section-space__top
    div.container
    div.row.align-items-center
    div.col-lg-7
    div.row.align-items-center
    div.col-sm-5 {
    display: none;
  }

  html
    body.body-1.iti-mobile
    footer
    section.footer__area-common.theme-bg-heading-primary.overflow-hidden
    div.footer__top
    div.container
    div.row.align-items-center
    div.col-lg-8
    form.footer-contact-form.text-lg-end.text-center
    div.row.g-3
    div.col-md-3.px-2 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  html
    body.body-1.iti-mobile
    footer
    section.footer-2__area-common.footer-2-bg.overflow-hidden
    div.container
    div.footer-2__top
    div.row.align-items-center
    div.col-lg-8
    form.footer-contact-form.text-lg-end.text-center
    div.row.g-3
    div.col-md-3.px-2 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  div.row.pt-50 div.col-lg-6.text-lg-end.text-center ul {
    flex-direction: row;
  }

  div.container div.row.pt-50 div.col-lg-6 {
    width: 50%;
  }

  .footer__main-wrapper .row > .col-lg-3:nth-child(2),
  .footer__main-wrapper .row > .col-lg-3:nth-child(3) {
    display: none;
  }

  .footer-2__main-wrapper.footer-2__bottom-border
    .container
    .row.mb-minus-50.position-relative.z-1
    .col-lg-3.col-6:nth-child(2),
  .footer-2__main-wrapper.footer-2__bottom-border
    .container
    .row.mb-minus-50.position-relative.z-1
    .col-lg-3.col-6:nth-child(3) {
    display: none;
  }

  html
    body.body-1
    main
    section.service-details.section-space-60
    div.container
    div.row
    div.col-xl-4 {
    display: none;
  }

  .breadcrumb__title {
    font-size: 40px !important;
  }

  .breadcrumb-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .why-choose-us {
    display: none;
  }

  div.footer__top > div > div.row.align-items-center:nth-child(1) {
    display: none;
  }

  body > footer > section > div.footer-2__bottom > div > div {
    flex-wrap: wrap-reverse;
    gap: 10px;
  }

  body > footer > section > div.footer__bottom > div > div {
    flex-wrap: wrap-reverse;
    gap: 10px;
  }

  body
    > footer
    > section
    > div.footer-2__main-wrapper.footer-2__bottom-border
    > div
    > div.row.mb-minus-50
    > div.col-lg-3.col-6:nth-child(1),
  body
    > footer
    > section
    > div.footer-2__main-wrapper.footer-2__bottom-border
    > div
    > div.row.mb-minus-50
    > div.col-lg-3.col-6:nth-child(4) {
    width: 100%;
  }

  .breadcrumb__title {
    line-height: 55px;
  }
  body > footer > section > div.footer__top > div > div:nth-child(2) {
    display: flex;
  }

  .project-sidebar {
    display: none;
  }
}

.header__btn-wrap.align-items-center.d-inline-flex {
  gap: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-us.section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

div.swiper.testimonial__slider.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden
  div.swiper-wrapper
  div.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

div.testimonial__item {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

#mobile-menu > ul > li:nth-child(1) > ul > li:nth-child(7) {
  border: none;
}

#mobile-menu > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #80808017;
}

/* ------------------ */

.header__area.header-1 .main-menu ul li .submenu {
  background: white;
  border: 1px solid var(--rr-theme-primary);
}

.header__area.header-1 .main-menu ul li .submenu li a {
  color: #000;
}

.header__area.header-1 .main-menu ul li .submenu li a:hover {
  color: #000;
}

.header__area.header-1 .main-menu ul li .submenu li a:hover {
  color: #000;
}

.main-menu ul li .submenu li a::before {
  display: none;
}