.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  padding: 5px 0;
}

.brand-logo:hover {
  text-decoration: none;
  opacity: 0.92;
}

.brand-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-text,
.brand-logo .brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #002c3e !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.brand-text span,
.brand-logo .brand-name span {
  color: #f7444e;
  display: block;
  font-size: 1.1rem;
}

.footer-col .brand-logo .brand-name,
footer .brand-text {
  color: #ffffff !important;
}

footer .brand-text span,
.footer-col .brand-logo .brand-name span {
  color: #f7444e;
}

/* Hero arka plan - stok foto yerine gradient */
.slider_bg_box.hero-bg-custom {
  background: linear-gradient(135deg, #f8f9fb 0%, #e8edf2 45%, #dce4ec 100%);
  overflow: hidden;
}

.slider_bg_box.hero-bg-custom::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(ellipse, rgba(247, 68, 78, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.slider_bg_box.hero-bg-custom img {
  display: none;
}

/* Hero slider duzeni */
.hero-layout {
  position: relative;
  z-index: 2;
  max-width: 1140px;
}

.hero-slide-row {
  gap: 0;
}

.hero-text-col {
  padding-right: 24px;
}

.hero-media-col {
  padding-left: 24px;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: relative;
}

.hero-media {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 44, 62, 0.16);
  background: #002c3e;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.hero-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #002c3e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 44, 62, 0.12);
  transition: all 0.25s ease;
  flex-shrink: 0;
  text-decoration: none !important;
}

.hero-arrow:hover {
  background: #f7444e;
  color: #fff;
  transform: scale(1.05);
}

.hero-arrow .fa {
  font-size: 16px;
  line-height: 1;
}

.hero-indicators {
  position: static !important;
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.hero-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #c5cdd6 !important;
  opacity: 1 !important;
  margin: 0 !important;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero-indicators li.active {
  width: 28px !important;
  height: 10px !important;
  border-radius: 6px;
  background-color: #f7444e !important;
}

.slider_section .detail-box h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.15;
}

.slider_section .detail-box p {
  max-width: 520px;
}

.hero-media video {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: opacity 0.35s ease;
}

.hero-media video.is-switching {
  opacity: 0.5;
}

.hero-media-placeholder {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 30px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #002c3e 0%, #004d6e 100%);
}

.hero-media-placeholder.is-visible {
  display: flex;
}

.hero-media-placeholder .fa {
  font-size: 56px;
  margin-bottom: 16px;
  opacity: 0.8;
}

.hero-media-placeholder code {
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
}

.hero-media video.is-hidden {
  display: none;
}

.hero-illustration {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-45%);
  width: 42%;
  max-width: 480px;
  z-index: 1;
  pointer-events: none;
}

.slider_section .carousel-inner {
  position: relative;
  z-index: 2;
  min-height: 280px;
}

.hero-illustration svg {
  width: 100%;
  height: auto;
  max-width: 480px;
  filter: drop-shadow(0 12px 30px rgba(0, 44, 62, 0.12));
}

.hero-illustration img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0, 44, 62, 0.12));
}

/* Hakkımızda bölümü - stok foto yerine illüstrasyon */
.arrival_section .arrival_bg_box img {
  display: none;
}

.arrival_visual {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 30%;
  max-width: 280px;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 44, 62, 0.15);
}

.arrival_visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  filter: none;
}

/* Neden biz ikonları */
.why_section .box .img-box .fa {
  font-size: 52px;
  color: #ffffff;
  line-height: 1;
}

.why_section .box .img-box svg {
  display: none;
}

.why_section .row {
  display: flex;
  flex-wrap: wrap;
}

.why_section .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.why_section .box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.why_section .box .detail-box {
  flex: 1;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.gallery-grid .box {
  margin-bottom: 30px;
}

.gallery-row > [class*="col-"] {
  margin-bottom: 20px;
}

.gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.gallery-item:focus {
  outline: none;
}

.gallery-item:focus-visible .gallery-item-img {
  box-shadow: 0 0 0 3px rgba(247, 68, 78, 0.45);
}

.gallery-item-img {
  display: block;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  background: #f0f2f5;
  box-shadow: 0 4px 16px rgba(0, 44, 62, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item:hover .gallery-item-img {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 44, 62, 0.14);
}

.gallery-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 72px;
  background: rgba(0, 20, 30, 0.92);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-stage {
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox-stage img {
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gallery-lightbox-close {
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox-prev {
  left: 18px;
}

.gallery-lightbox-next {
  right: 18px;
}

.gallery-grid .img-box {
  height: 260px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-grid .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  color: #888;
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
}

.gallery-placeholder i {
  font-size: 48px;
  margin-bottom: 12px;
  color: #aaa;
}

.gallery-placeholder small {
  font-size: 11px;
  color: #999;
  margin-top: 8px;
}

.video-section {
  background: #fafafa;
}

.team-section {
  background: #fff;
}

.team-row {
  gap: 0;
}

.team-photo {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 44, 62, 0.12);
  max-width: 480px;
  margin: 0 auto 24px;
}

.team-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.team-section .heading_container h2 {
  margin-bottom: 16px;
}

.team-lead {
  font-size: 17px;
  font-weight: 600;
  color: #002c3e;
  line-height: 1.7;
  margin-bottom: 14px;
}

.team-section p {
  color: #666;
  line-height: 1.75;
  margin-bottom: 12px;
}

.team-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.team-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

.team-features li .fa {
  color: #f7444e;
  margin-top: 3px;
  flex-shrink: 0;
}

.video-section.layout_padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.video-wrapper {
  position: relative;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.video-wrapper-compact {
  max-width: 320px;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  max-height: 480px;
  display: block;
  background: #222;
  object-fit: contain;
}

.video-placeholder {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  color: #fff;
  padding: 40px;
  text-align: center;
}

.video-placeholder i {
  font-size: 72px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.video-placeholder code {
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}

.contact-info-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.contact-info-box h4 {
  margin-bottom: 20px;
  color: #f7444e;
}

.contact-info-box p {
  margin-bottom: 12px;
}

.contact-info-box a {
  color: #333;
}

.contact-info-box a:hover {
  color: #f7444e;
}

.contact-info-box i {
  width: 24px;
  color: #f7444e;
  margin-right: 8px;
}

.contact-action-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 44, 62, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-action-box h4 {
  color: #002c3e;
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.contact-action-box p {
  color: #666;
  margin-bottom: 28px;
  line-height: 1.7;
}

.contact-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.contact-btn-phone {
  background: #002c3e;
  color: #fff !important;
}

.contact-btn-phone:hover {
  color: #fff !important;
  background: #003d56;
}

.contact-btn-whatsapp {
  background: #25d366;
  color: #fff !important;
}

.contact-btn-whatsapp:hover {
  color: #fff !important;
  background: #1fb855;
}

.contact-action-note {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  color: #888;
}

.site-map-grid > [class*="col-"] {
  margin-bottom: 24px;
}

.site-map-group {
  background: #fff;
  border-radius: 10px;
  padding: 24px 22px;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0, 44, 62, 0.08);
  border-top: 3px solid #f7444e;
}

.site-map-group h4 {
  color: #002c3e;
  font-size: 1.15rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-map-group h4 .fa {
  color: #f7444e;
  font-size: 1.1rem;
}

.site-map-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-map-group ul li {
  margin-bottom: 8px;
  padding-left: 14px;
  position: relative;
}

.site-map-group ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f7444e;
}

.site-map-group ul li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.site-map-group ul li a:hover {
  color: #f7444e;
}

.owner-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.service-box .img-box {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  height: 215px;
  flex-shrink: 0;
}

.service-box .img-box img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 6px;
}

.service-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product_section .row.service-row {
  display: flex;
  flex-wrap: wrap;
}

.product_section .row.service-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.service-box .detail-box {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start !important;
  text-align: center;
  gap: 8px;
  padding-top: 12px;
}

.service-box .detail-box h5 {
  margin-top: 0;
  width: 100%;
}

.service-box .detail-box h6 {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  width: 100%;
  line-height: 1.5;
}

.hero_area .detail-box h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.15;
}

@media (max-width: 991px) {
  .hero_area {
    min-height: auto;
  }

  .hero-text-col {
    padding-right: 15px;
  }

  .hero-media-col {
    padding-left: 15px;
    margin-top: 28px;
  }

  .custom_nav-container .navbar-collapse {
    background: #ffffff;
    padding: 12px 16px 18px;
    margin-top: 12px;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 44, 62, 0.12);
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 12px 8px !important;
    font-size: 16px;
  }

  .product_section .option_container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: rgba(255, 255, 255, 0.88);
    align-items: flex-end;
    padding-bottom: 18px;
  }

  .product_section .options a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .layout_padding {
    padding: 45px 0;
  }

  .layout_padding2 {
    padding: 45px 0;
  }

  .inner_page_head {
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .inner_page_head h3 {
    font-size: 1.75rem;
  }

  .heading_container h2 {
    font-size: 1.85rem;
    line-height: 1.25;
  }

  .heading_container p {
    font-size: 15px;
    line-height: 1.6;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
  }

  .brand-logo .brand-name {
    font-size: 1rem;
  }

  .brand-logo .brand-name span {
    font-size: 0.85rem;
  }

  .slider_section {
    padding: 70px 0 50px;
  }

  .slider_section .detail-box {
    text-align: center;
  }

  .slider_section .detail-box p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_section .btn-box {
    display: flex;
    justify-content: center;
  }

  .slider_section .detail-box a,
  .btn1 {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
  }

  .hero-text-col,
  .hero-media-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-media-col {
    margin-top: 24px;
  }

  .hero-nav {
    justify-content: center;
    margin-top: 20px;
  }

  .slider_section .carousel-inner {
    min-height: auto;
  }

  .hero-media video {
    aspect-ratio: 16 / 10;
  }

  .arrival_section .box {
    padding: 40px 20px;
  }

  .arrival_section .col-md-6 {
    text-align: center;
    margin-left: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .arrival_visual {
    position: relative;
    transform: none;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 24px;
    left: auto;
    top: auto;
  }

  .subscribe_section .box {
    padding: 40px 20px;
  }

  .subscribe_section .subscribe_form .heading_container h2,
  .subscribe_section .subscribe_form .heading_container h3 {
    font-size: 1.5rem;
  }

  .client_section .box {
    margin-top: 20px;
    padding: 0 10px;
  }

  .client_section .box .detail-box p {
    font-size: 15px;
    line-height: 1.7;
  }

  .client_section .carousel_btn_box {
    margin-top: 10px;
  }

  footer {
    padding: 50px 0 35px;
    text-align: center;
  }

  .logo_footer {
    margin-bottom: 20px;
  }

  .information_f {
    margin-bottom: 24px;
  }

  .widget_menu {
    margin-bottom: 24px;
  }

  .widget_menu ul li a {
    padding: 8px 0;
    display: inline-block;
  }

  .service-box .img-box {
    height: 190px;
  }

  .why_section .box .img-box .fa {
    font-size: 42px;
  }

  .why_section .row > [class*="col-"] {
    margin-bottom: 16px;
  }

  .custom_nav-container .navbar-toggler {
    padding: 8px 12px;
  }

  .contact-info-box,
  .contact-action-box {
    padding: 24px 20px;
  }

  .contact-action-box h4 {
    font-size: 1.25rem;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 28px;
    bottom: 18px;
    right: 18px;
  }

  .gallery-item-img {
    height: 160px;
  }

  .gallery-lightbox {
    padding: 12px 44px;
  }

  .gallery-lightbox-prev {
    left: 6px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .gallery-lightbox-next {
    right: 6px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .gallery-lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .video-wrapper-compact {
    max-width: 280px;
  }

  .video-section.layout_padding {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .team-section .col-lg-7 {
    text-align: center;
  }

  .team-features {
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .heading_container h2 {
    font-size: 1.65rem;
  }

  .slider_section .detail-box h1,
  .hero_area .detail-box h1 {
    font-size: 1.85rem !important;
  }

  .inner_page_head h3 {
    font-size: 1.5rem;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-action-buttons {
    flex-direction: column;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }

  .product_section .btn-box a {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .gallery-item-img {
    height: 140px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
    margin: 0 8px;
  }

  .client_section .carousel_btn_box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .arrival_visual {
    max-width: 210px;
  }
}

@media (max-width: 380px) {
  .brand-logo .brand-name {
    font-size: 0.9rem;
  }

  .brand-logo .brand-name span {
    font-size: 0.75rem;
  }

  .gallery-row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gallery-item-img {
    height: 200px;
  }
}
