/* Reset */
body, html { padding: 0; margin: 0; }

/* General Styles */
body { background-color: #F9F9F9; font-family: 'Lexend', sans-serif; overflow-x: hidden; }
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 2);
  z-index: 9999;
  transition: opacity 1s ease, backdrop-filter 1s ease, background-color 1s ease;
  opacity:1;
  pointer-events: all;
}
.page-loader.fade-out {
  opacity: 1;
  backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0);

  pointer-events: none;
}

.insight-image { width: 100px; }

/* Text Colors */
.color-gray { color: #626262; }
.color-yellow { color: #FFC930; }
.color-black { color: #000000; }
.color-light { color: #f0f0f0; }
.color-bluelight { color: #BFE9FF; }
.color-white { color: #ffffff; }


.card-slide-hover {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 105%; /* bir miktar büyük olsun ki kenar kayınca boşluk olmasın */
  transition: background-position 1s ease;
}

.card-slide-hover:hover {
  
  background-position: right bottom; /* sağdan sola kayar */
}


.cursor-pointer { cursor: pointer; }
.hover-zoom { transition: transform 0.3s ease; }
.hover-zoom:hover { transform: scale(1.05); }
.hover-opacity {  opacity:1; }
.hover-opacity:hover { opacity: 0.8; }
/* Background Colors */
.bgcolor-white { background-color: #ffffff; }
.bgcolor-device { background-color: #EFEEEC; }
.bgcolor-blue { background-color: #00A6FF; }
.bgcolor-bluegrad { background: linear-gradient(180deg, #0032FB, #00A6FF); }
.bgcolor-gray { background-color: #E8E8E8; }
.bgcolor-graybox { background-color: #F0EFEE; }
.bg-whiteopacity { background-color: rgba(255,255,255,0.3); }
.bg-bluegray { background-color: #949494; }

/* Text Sizes */
.text-small { font-size: 18px; }
.text-head { font-size: 58px; line-height: 1.1; }
.text-mid { font-size: 38px; line-height: 1.1; }
.text-explain { font-size: 21px; line-height: 1.3; }
.text-normal { font-size: 18px; line-height: 1.25; }
.text-normal-small { font-size: 16px; line-height: 1.25; }
.text-menu { font-size: 34px; line-height: 1.1; }
.text-bold { font-weight: bold; }
.text-graylight { color: #D1D1D1; }
.text-narrow { font-weight: 300; }

.menu a:not(.dropdown-container *) { color: inherit; }
.menu a:not(.dropdown-container *):hover { color: #fff; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none;  color: inherit; }
.dropdown-container a { color: inherit; }
.dropdown-container a:hover { color: #111; }

/* Tabs */
.tabs .tab-btn { background: none; border: none; background: transparent; }
.tabs .tab-btn.active { color: #000; font-weight: normal; }
.tab-swiper { display: none; }
.tab-swiper.active { display: block; }

/* Dropdown */
.dropdown-container { position: relative; z-index: 20;opacity: 1!important; }
.dropdown-content { text-align: center; display: none; position: absolute; top: 100%; left: -100px; right: -100px; background-color: #22b2ff; border-radius: 30px; padding: 20px 10px; border: 27px solid #22b2ff; z-index: 1000; }
.dropdown-container:hover .dropdown-content { display: block; }
.dropdown-item { font-size: 20px; padding: 10px 20px; color: #fff; cursor: pointer; border-radius: 30px; }
.dropdown-item:hover { background-color: #f0f0f0; }

/* Layout */
.border-radius { border-radius: 60px; }
.overflow-hidden { overflow: hidden; }
.max-width { max-width: 1200px; margin: auto; }
.max-width-top { max-width: 1500px; margin: auto; width: 100%; }
.py-100 { padding-top: 60px; padding-bottom: 60px; }
.spacer { height: 60px; }
.spacer-gap { height: 30px; }
.spacer-small { height: 16px; }
.spacer-mid { height: 30px; }

/* Flex & Grid */
.gap { gap: 30px; }
.gap-big { gap: 60px; }
.gap-small { gap: 15px; }
.gap-menu { gap: 70px; }
.f-grow { flex-grow: 1; }
.f-grow-half { flex-grow: 0.5; }
.f-1 { flex: 1; }

/* Cards & Boxes */
.card-square { width: 380px; height: 400px; }
.card-square-big { width: 50%; }
.lang-box { width: 50px; height: 50px; }
.icon-box { width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; font-size: 25px; }

/* Padding */
.pr-mid { padding-right: 15px; }
.pl-mid { padding-left: 35px; }

/* Icons */
.gap-menu i { opacity: 0.3; }

.mobile-header {
  display: none !important;
}

.menu { display: flex !important; }


/* Mobil Menü Paneli */
.mobile-menu-panel {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-color: #001f3f;
  padding: 20px;
  z-index: 1000;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-panel a {
  color: white;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}
.mobile-menu-close {
  font-size: 32px;
  color: white;
  position: fixed;
  top: 20;
  right: 40px;
  cursor: pointer;
  z-index: 1001;
  background-color: #001f3f;
  padding: 10px;
  margin: -10px -10px 10px -10px;
  text-align: right;
  width: 50px;
}


.line-height-1 { line-height: 1; }

.banner-height { height: 600px; }
.banner-image-style { position:absolute; height:900px; top:-60px; right:-350px; z-index: 0;}
.height-400 { height: 400px; }
.max-width-450 { width: 450px; }



.section1-image { width: 40%; height: 100%; position: absolute; right: 0; top: 0;background-size:cover; z-index: 1; }
.section1-video { width: 40%; height: 100%; position: absolute; right: 0; top: 0; object-fit: cover; z-index: 1; cursor: pointer; transition: all 0.3s ease; }

/* Video container with play button overlay */
.video-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100% !important;
  border-radius: inherit;
  overflow: hidden;
}

.video-container:hover .video-play-overlay:not(.fullscreen-active *) {
  opacity: 1;
  visibility: visible;
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  border-radius: inherit;
  pointer-events: none;
}

.video-container:hover .video-play-overlay {
  pointer-events: all;
}

.video-container.fullscreen-active .video-play-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

.video-container.fullscreen-active:hover .video-play-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

/* Disable hover effect when fullscreen is active */
body.video-fullscreen-mode .video-container:hover .video-play-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

/* Close button for fullscreen */
.video-fullscreen-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-fullscreen-close:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 1);
}

.video-play-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #000;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  pointer-events: all;
}

.video-play-overlay:hover .video-play-icon {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 1);
}

/* Video fullscreen overlay */
.video-fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.video-fullscreen-overlay.active {
  display: flex;
}

.video-fullscreen-overlay video {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}


@media (max-width: 1199.98px) {

  .section1-image { width: 100%!important; height: 25vh!important; position: static!important; right: 0!important; top: 0!important;background-size:cover!important; z-index: 1!important; object-fit: cover!important; }
.video-container { width: 100%!important; height: 25vh!important; position: static!important; }


  .mobile-menu-header { color: #BFE9FF!important; font-size: 20px!important; padding-bottom: 10px; padding-top: 20px;}
  .mobile-menu-item { color: #ffffff!important; font-size: 16px!important; }
  .mobile-header { z-index: 9999999999999!important; }
  .mainHeading { font-size: 20px!important; max-width: calc(100vw - 6rem)!important; }
.breadcrumb-item { font-size: 10px!important; }
    .border-radius-mobile { border-radius: 20px!important; }
    .spacer-gap-mobile { height: 10px!important; }
    .text-align-center-mobile { text-align: center!important; }
    .width-auto-mobile { width: auto!important; }
    .width-full-mobile { width: 100%!important; }

    .gap { gap: 10px!important; }
  .section1-image { width: 100%; height: 30vh; position: relative; top: auto; right: 0; bottom: 0; left:0; background-size:cover; z-index: 1; }
  .section1-video { width: 100%; height: 30vh; position: relative; top: auto; right: 0; bottom: 0; left:0; object-fit: cover; z-index: 1; }
  .padding-30 {padding-left: 20px!important; padding-right: 20px!important;}
  .min-height-400 { min-height: 400px!important; height: auto!important; }
  .d-block-mobile { display: block!important; }
  .tab-btn-device { margin-bottom: 20px; display: block!important; }
  .tab-btn { margin-bottom: 20px; display: block!important; }
  .sub-menu { text-align: center; display: block!important; }
  .padding-0-mobile { padding: 0!important; }
  .padding-40-mobile { padding-top: 40px!important; padding-bottom: 40px!important; }

  .display-none-space { display: none!important; }

  header { padding-left: 15px; padding-right: 15px; }


  .menu-top-header {  position: fixed; right:3px; top: 5px; left: 5px;  height: 60px; z-index: 1000;}

  .menu { display: none !important; }
  .mobile-header {
    display: flex !important;
  }

  .hidden-mobile { display: none!important; }
  .padding-top-50 { padding-top: 50px!important; }

  h1 { font-size: 30px!important; }
  .align-items-center-mobile { justify-content: center!important; }
  .top-bottom-50 {padding-top: 50px!important; padding-bottom: 50px!important;}
  .left-right { left: 20px!important; right: 20px!important; bottom: -80px!important; }
  .image-width-150 { width: 150px; margin-top:-90px!important; }
  .image-width-ai { width: 100%!important; }
  .max-width-450 { width: auto; }
  .image-width-80 { width: 80px; }
  .min-width-220 { min-width: 220px; }
  .line { display: none;}
  h2 { font-size: 24px; }
  .height-400 { height: auto; min-height: 440px; }
  .card-square-big { width: 100%; height: auto;margin-top: 40px; }
  body { overflow-x: hidden;  }
  .padding-30 {padding-left: 20px; padding-right: 20px;}
  .three-cards { display: block!important;}
  .two-cards { display: block!important;}
  .banner-image-style { position:absolute; height:500px; top:auto; left: -90%; bottom:-28%; right:auto; z-index: 0;}
  .banner-height { height:70vh; }
  .text-head { font-size: 36px; }
  .text-explain { font-size: 18px; }
  .text-explain-small { font-size: 14px; }
  .text-menu { font-size: 32px; }
  .max-width { max-width: 960px; }
  .max-width-top { max-width: 1140px; }
  .spacer { height: 40px; }
  .spacer-small { height: 20px; }
  .spacer-mid { height: 15px; }
  .card-square {  width: 100%!important; display: inline-block!important; margin-top: 70px;  height: 400px; min-width: 200px; }
  .card-square-swiper { margin-top: 40px!important; }
  .display-inline-flex { display: inline-flex!important;}
.overflow-hidden-mobile { overflow: hidden!important;}
}

/* Legal Modal Styles */
.legal-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  overflow-y: auto;
  animation: fadeIn 0.3s ease;
}

.legal-modal.active {
  display: block;
}

.legal-modal-content {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  animation: slideDown 0.3s ease;
}

.legal-modal-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 20px 40px;
  border-bottom: 2px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10001;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.legal-modal-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.legal-modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #626262;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.legal-modal-close:hover {
  background-color: #F0EFEE;
  color: #000;
}

.legal-modal-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
}

.legal-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.legal-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #000;
}

.legal-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #333;
}

.legal-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #626262;
  margin-bottom: 15px;
}

.legal-content ul, .legal-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.legal-content li {
  font-size: 16px;
  line-height: 1.7;
  color: #626262;
  margin-bottom: 10px;
}

.legal-content a {
  color: #00A6FF;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.last-updated {
  color: #999;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 30px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideDown {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Cookie Policy Bar */
.cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 2px solid #E8E8E8;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10001;
  padding: 20px;
  animation: slideUp 0.3s ease;
}

.cookie-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cookie-bar-text {
  flex: 1;
  min-width: 300px;
}

.cookie-bar-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #626262;
}

.cookie-bar-buttons {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 15px 40px;
  border: none;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Lexend', sans-serif;
  line-height: 1.25;
  outline: none;
}

.cookie-btn-accept {
  background: linear-gradient(180deg, #0032FB, #00A6FF);
  color: #ffffff;
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 166, 255, 0.3);
  opacity: 1;
}

.cookie-btn-accept:active {
  transform: translateY(0);
}

.cookie-btn-deny {
  background-color: #E8E8E8;
  color: #626262;
  border: 2px solid transparent;
}

.cookie-btn-deny:hover {
  background-color: #D1D1D1;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.cookie-btn-deny:active {
  transform: translateY(0);
}

.cookie-policy-link {
  color: #00A6FF !important;
  text-decoration: underline !important;
}

.cookie-policy-link:hover {
  color: #0088cc !important;
}

@keyframes slideUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 768px) {
  .legal-modal-header {
    padding: 15px 20px;
  }
  
  .legal-modal-title {
    font-size: 24px;
  }
  
  .legal-modal-body {
    padding: 40px 20px;
  }
  
  .legal-content h1 {
    font-size: 36px;
  }
  
  .legal-content h2 {
    font-size: 24px;
  }
  
  .legal-content h3 {
    font-size: 20px;
  }

  .cookie-bar {
    padding: 15px;
  }

  .cookie-bar-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cookie-bar-text {
    min-width: 100%;
  }

  .cookie-bar-text p {
    font-size: 14px;
  }

  .cookie-bar-buttons {
    width: 100%;
    justify-content: flex-end;
  }

  .cookie-btn {
    padding: 10px 30px;
    font-size: 16px;
    flex: 1;
    max-width: 150px;
    border-radius: 60px;
  }
}

