/********** Template CSS **********/
:root {
  --primary: #ff800f;
  --secondary: #001064;
  --light: #f6f7f8;
  --dark: #010a35;
  --esra: red;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.img-fluid {
  width: 150px;
  height: 130px;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
  color: #ffffff;
}

.btn.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
#esra {
  background-color: red;
  color: white;
}
.red-button {
  background-color: #730f16 !important;
  border: 2px solid #730f16 !important;
  color: #ffffff !important;
}

.red-button i,
.red-button span {
  color: #ffffff !important;
}

.red-button:hover,
.red-button:focus {
  background-color: #730f16 !important;
  border-color: #730f16 !important;
  color: #ffffff !important;
}

.red-button:hover i,
.red-button:hover span {
  color: #ffffff !important;
}
#es3 {
  color:  #730f16 ;
}
/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
  font-size: 22px;
}

.navbar .navbar-brand img {
  max-height: 60px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 10px 0;
  color: white;

  font-weight: 400;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-height: 45px;
  }

  .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .navbar .nav-item .dropdown-menu {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: #730f16;
  border: 12px solid var(--dark);
  border-radius: 3rem;
}
#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: #400a0d !important;
  border: 8px solid #400a0d !important;
  border-radius: 50%;
  background-size: 45% 45%;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 100px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 50%;
    height: 500%;
    object-fit: cover;
  }
}
.es {
  filter: blur(1px);
  background-color: #e6e7eb;
  color: #001064;
}

.page-header {
  background:
    linear-gradient(rgba(1, 10, 53, 0.8), rgba(1, 10, 53, 0.8)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}

/*** Facts ***/
.facts {
  background: rgba(1, 10, 53, 0.8);
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .container.quote .quote-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .container.quote .quote-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .container.quote .quote-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.container.quote .quote-text {
  background: rgba(1, 10, 53, 0.8);
}

.container.quote .quote-form {
  background: rgba(255, 255, 255, 0.8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** Service ***/
.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}

/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 10, 53, 0.8);
  transition: 0.5s;
}

.team-item .team-img::after {
  left: auto;
  right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
  width: 50%;
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
  opacity: 0;
}

.team-item:hover .team-img .team-social {
  transition-delay: 0.3s;
  opacity: 1;
}

/*** Testimonial ***/
.animated.pulse {
  animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
  position: relative;
}

.testimonial-left img,
.testimonial-right img {
  position: absolute;
  border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

/*** Footer ***/
.footer {
  color: #7f8499;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #7f8499;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7f8499;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: #7f8499;
  border: 1px solid #7f8499;
}

.footer .btn.btn-square:hover {
  color: var(--light);
  border-color: var(--primary);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--primary);
}

.footer .copyright a:hover {
  color: #ffffff;
}

/* =====================================================
   Kurumsal Üst Alan Tasarımı - Lacivert & Beyaz
   ===================================================== */
:root {
  --primary: #0b2d5c;
  --secondary: #133f78;
  --light: #f5f8fc;
  --dark: #071b36;
  --navy: #071b36;
  --navy-soft: #0b2d5c;
  --white: #ffffff;
}

.corporate-topbar {
  background: linear-gradient(90deg, #06172f 0%, #0b2d5c 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: 0.25s ease;
}

.topbar-link:hover {
  color: #fff;
}
.topbar-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
  background: #730f16;
}
.topbar-slogan {
  background-color: #730f16;
  color: white;
  border-radius: 50%;
  margin-right: 3px;
  padding: 5px;
  font-weight: 500;
}

.corporate-navbar {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(6, 23, 47, 0.08);
  border-bottom: 1px solid rgba(11, 45, 92, 0.08);
}

.navbar.sticky-top {
  top: -110px;
  font-size: 17px;
}
.navbar .navbar-brand img {
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.navbar .navbar-nav .nav-link {
  position: relative;
  margin: 0 7px;
  padding: 31px 12px;
  color: #0a2346;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 22px;
  height: 2px;
  background: #0b2d5c;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #0b2d5c;
}
.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .nav-link.active::before {
  transform: scaleX(1);
}

.header-call-btn {
  padding: 12px 22px;
  border-radius: 8px;
  background: #0b2d5c;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(11, 45, 92, 0.22);
}
.header-call-btn:hover {
  background: #071b36;
  color: #fff;
  transform: translateY(-1px);
}

.navbar .dropdown-menu {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
.navbar .dropdown-item {
  padding: 11px 16px;
  border-radius: 7px;
  color: #17375f;
  font-weight: 500;
}
.navbar .dropdown-item:hover {
  background: #eef4fb;
  color: #071b36;
}

.hero-wrapper {
  margin-bottom: 70px;
}
#header-carousel .carousel-item {
  position: relative;
  min-height: 650px;
}
#header-carousel .carousel-item img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 36, 75, 0.92) 0%,
    rgba(7, 27, 54, 0.74) 47%,
    rgba(7, 27, 54, 0.22) 100%
  );
  /* background: linear-gradient(
    90deg,
    rgba(164, 121, 135, 0.62) 0%,
    rgba(7, 27, 54, 0.38) 47%,
    rgba(7, 27, 54, 0.08) 100%
);
 */
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: left;
  z-index: 2;
}
.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.hero-title {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.08;
  font-weight: 800;
  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.22);
}
.hero-text {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-primary-btn,
.hero-outline-btn {
  padding: 15px 27px;
  border-radius: 8px;
  font-weight: 700;
}
.hero-primary-btn {
  background: #fff;
  border: 2px solid #fff;
  color: #071b36;
}
.hero-primary-btn:hover {
  background: #eaf1f9;
  border-color: #eaf1f9;
  color: #071b36;
  transform: translateY(-2px);
}
.hero-outline-btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.hero-outline-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #071b36;
  transform: translateY(-2px);
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  z-index: 3;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  backdrop-filter: blur(6px);
}
.carousel-indicators {
  z-index: 4;
  margin-bottom: 24px;
}
.carousel-indicators [data-bs-target] {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.65);
}
.carousel-indicators .active {
  width: 48px;
  background-color: #fff;
}
.es {
  filter: none;
  background: transparent;
  color: #fff;
}

@media (max-width: 991.98px) {
  .corporate-navbar {
    min-height: 74px;
  }
  .navbar .navbar-brand img {
    max-height: 55px;
  }
  .navbar .navbar-nav {
    margin-top: 14px;
    padding: 12px 0 18px;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 12px 4px;
  }
  .navbar .navbar-nav .nav-link::before {
    left: 4px;
    right: auto;
    bottom: 7px;
    width: 36px;
  }
  .header-call-btn {
    margin-top: 10px;
    text-align: center;
  }
  #header-carousel .carousel-item,
  #header-carousel .carousel-item img {
    min-height: 560px;
    height: 560px;
  }
  .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 575.98px) {
  #header-carousel .carousel-item,
  #header-carousel .carousel-item img {
    min-height: 540px;
    height: 540px;
  }
  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(4, 18, 39, 0.94),
      rgba(7, 27, 54, 0.72)
    );
  }
  .hero-title {
    font-size: 38px;
  }
  .hero-text {
    font-size: 16px;
    line-height: 1.55;
  }
  .hero-actions {
    display: grid;
  }
  .hero-primary-btn,
  .hero-outline-btn {
    width: 100%;
    text-align: center;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* ==================================================
   Sabit İletişim Butonları
================================================== */

.floating-contact-buttons {
  position: fixed;
  right: 35px;
  bottom: 40px;
  z-index: 9990;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-contact-button {
  width: 54px;
  height: 54px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;

  font-size: 21px;
  font-weight: 600;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);

  transition:
    width 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-contact-button i {
  width: 54px;
  min-width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-contact-button span {
  padding-right: 20px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;

  font-size: 15px;
  transition: opacity 0.2s ease;
}

/* Fare üzerine gelince buton genişler */
.floating-contact-button:hover {
  width: 165px;
  color: #ffffff;
  transform: translateX(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.floating-contact-button:hover span {
  opacity: 1;
  visibility: visible;
}

/* Telefon */
.phone-button {
  background: linear-gradient(135deg, #033ee0);
}

/* WhatsApp */
.whatsapp-button {
  background: linear-gradient(135deg, #25d366, #128c46);
}

/* Instagram */
.instagram-button {
  background: linear-gradient(
    135deg,
    #405de6,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d,
    #f77737
  );
}

/* Klavye erişilebilirliği */
.floating-contact-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

/* Telefonda daha kompakt görünüm */
@media (max-width: 767px) {
  .floating-contact-buttons {
    right: 14px;
    bottom: 60px;
    gap: 9px;
  }

  .floating-contact-button,
  .floating-contact-button i {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  /* Mobilde yalnızca yuvarlak ikon göster */
  .floating-contact-button:hover {
    width: 48px;
    transform: none;
  }

  .floating-contact-button span {
    display: none;
  }
}

/* Yanıp sönme efekti */
@keyframes contactPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.75);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
  }
}

.floating-contact-button {
  animation: contactPulse 1.6s infinite ease-in-out;
}

/* Butonlar aynı anda yanıp sönmesin */
.phone-button {
  animation-delay: 0s;
}

.whatsapp-button {
  animation-delay: 0.35s;
}

.instagram-button {
  animation-delay: 0.7s;
}

/* Fare üzerine gelince animasyon dursun */
.floating-contact-button:hover {
  animation-play-state: paused;
}
