/* ==========================================
   HAKKIMIZDA SECTION
   ========================================== */

.best-about-section {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.best-about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.best-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: stretch;
  margin-bottom: 100px;
}

.best-about-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  height: 100%;
  min-height: auto;
}

.best-about-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.best-about-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  color: #2A2B87;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 10;
}

.best-about-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;

}

.best-about-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: #2A2B87;
  line-height: 1.2;
  margin-bottom: 24px;
}

.best-about-description {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 40px;
}

.best-about-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.best-about-text-column {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.best-about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 0 0;
  border-top: 2px solid rgba(42, 43, 135, 0.1);
  margin-top: auto;
}

.best-about-stat {
  text-align: center;
}

.best-about-stat-label {
  font-size: 11px;
  font-weight: 700;
  color: #2A2B87;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.best-about-stat-value {
  font-size: 36px;
  font-weight: 800;
  color: #6b6d9e;
  line-height: 1;
}

/* ==========================================
   SERVİS KARTLARI
   ========================================== */

.best-services-section {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 80px 0;
}

.best-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.best-services-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.best-services-card:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(42, 43, 135, 0.2);
}

.best-services-card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.best-services-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.best-services-card:hover .best-services-card-image img {
  transform: scale(1.1);
  transform-origin: center center;
}

.best-services-card-content {
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.1);
}

.best-services-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2A2B87 0%, #4a4bc5 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}

.best-services-card:hover .best-services-icon {
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 10px 30px rgba(42, 43, 135, 0.3);
}

.best-services-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}

.best-services-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1.3;
}

.best-services-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 24px;
}

.best-services-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2A2B87;
  text-decoration: none;
  transition: all 0.3s ease;
}

.best-services-link:hover {
  gap: 12px;
}

.best-services-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.best-services-link:hover svg {
  transform: translateX(4px);
}

/* ==========================================
   ELEMENTOR POSTS - FIXED (IMAGE SAFE)
   ========================================== */

.elementor-posts-container {
  display: grid;
  gap: 28px;
}

.elementor-posts-container .elementor-post {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.35s ease;
  transform: none;
}


/* Thumbnail wrapper */
.elementor-posts-container .elementor-post__thumbnail__link,
.elementor-posts-container .elementor-post__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* IMG MODE (when Elementor outputs <img>) */
.elementor-posts-container .elementor-post__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  transition: transform 0.6s ease;
}

/* BG MODE (when Elementor uses background-image) */
.elementor-posts-container .elementor-post__thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* Text area */
.elementor-posts-container .elementor-post__text {
  padding: 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.elementor-posts-container .elementor-post__excerpt {
  display: none;
}

.elementor-posts-container .elementor-post__read-more {
  margin-top: auto;
  font-weight: 600;
  color: #2A2B87;
  text-decoration: none;
}

/* ==========================================
   FOOTER
   ========================================== */

footer,
.site-footer,
.elementor-location-footer {
  background: #2A2B87;
  position: relative;
  z-index: 10;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1200px) {
  .best-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .best-about-section {
    padding: 60px 0;
  }

  .best-about-container {
    padding: 0 20px;
  }

  .best-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

 .best-about-image {
    min-height: 300px;
    max-height: none;
    height: 100%;
}

  .best-about-badge {
    top: 20px;
    left: 20px;
    padding: 8px 20px;
    font-size: 10px;
  }

  .best-about-content {
    padding: 0;
  }

  .best-about-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .best-about-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .best-about-text-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .best-about-text-column {
    font-size: 14px;
  }

  .best-about-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 0 0;
  }

  .best-about-stat-label {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .best-about-stat-value {
    font-size: 28px;
  }

  .best-services-section {
    padding: 60px 0;
  }

  .best-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .best-services-card-image {
    height: 200px;
    min-height: 200px;
  }

  .best-services-card-content {
    padding: 24px 20px;
  }

  .best-services-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .best-services-icon svg {
    width: 28px;
    height: 28px;
  }

  .best-services-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .best-services-card-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .best-services-link {
    font-size: 13px;
  }

.elementor-posts-container .elementor-post__thumbnail__link,
.elementor-posts-container .elementor-post__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

  .elementor-posts-container .elementor-post__text {
    padding: 24px 20px;
  }

  .elementor-posts-container .elementor-post__title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .best-about-image {
    min-height: 250px;
    max-height: 300px;
  }

  .best-about-title {
    font-size: 24px;
  }

  .best-about-stats {
    gap: 15px;
  }

  .best-about-stat-label {
    font-size: 9px;
  }

  .best-about-stat-value {
    font-size: 24px;
  }

  .best-services-card-image {
    height: 180px;
    min-height: 180px;
  }
}

.bugraslide-wrapper {
  position: relative;
  width: 100%;
  height: 95vh;

  /* ALT KÖŞELER */
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;

  overflow: hidden; /* ZORUNLU */
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

.bugraslide-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bugraslide-slide.active {
  opacity: 1;
}

.bugraslide-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  animation: kenburns 14s ease-out infinite;
}

@keyframes kenburns {
  0% { transform: scale(1); }
  100% { transform: scale(1.12); }
}

.bugraslide-slide-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: linear-gradient(to top, 
    rgba(0, 0, 0, 0.75) 0%, 
    rgba(0, 0, 0, 0.35) 40%,
    transparent 100%);
}

.bugraslide-content {
  position: absolute;
  bottom: 180px;
  left: 50px;
  right: 50px;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.bugraslide-text {
  max-width: 680px;
  animation: slideUp 1s ease-out;
  padding: 35px;
  background: rgba(20, 20, 40, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

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

.bugraslide-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 400;
  color: #fff;
  line-height: 0.86;
  margin: 0 0 25px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 6px 25px rgba(0, 0, 0, 0.7);
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.1));
}

.bugraslide-description {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  max-width: 580px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
}

.bugraslide-controls {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  z-index: 10;
}

.bugraslide-nav-btn {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.bugraslide-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.12) rotate(5deg);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 30px rgba(42, 43, 135, 0.4);
}

.bugraslide-nav-btn:active {
  transform: scale(0.95);
}

.bugraslide-nav-btn svg {
  width: 24px;
  height: 24px;
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.bugraslide-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 9998;
}

.bugraslide-dots::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #4a4bc5 0%, #2A2B87 100%);
  border-radius: 2px;
  animation: progressBar 7s linear infinite;
  box-shadow: 0 0 10px rgba(42, 43, 135, 0.8);
}

@keyframes progressBar {
  0% { width: 0%; opacity: 1; }
  95% { width: 100%; opacity: 1; }
  100% { width: 100%; opacity: 0; }
}

.bugraslide-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.bugraslide-dot:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}

.bugraslide-dot.active {
  width: 36px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4),
              0 0 25px rgba(42, 43, 135, 0.6);
}

@media (max-width: 768px) {
  .bugraslide-content {
    bottom: 100px;
    left: 20px;
    right: 20px;
  }
  
  .bugraslide-text {
    padding: 20px;
    max-width: 100%;
  }
  
  .bugraslide-title {
    font-size: 42px;
    margin-bottom: 0;
  }
  
  .bugraslide-description {
    display: none;
  }
  
  .bugraslide-controls {
    display: none;
  }
  
  .bugraslide-dots {
    bottom: 160px;
  }
}

@media (max-width: 480px) {
  .bugraslide-content {
    bottom: 80px;
    left: 15px;
    right: 15px;
  }
  
  .bugraslide-text {
    padding: 18px;
  }
  
  .bugraslide-title {
    font-size: 36px;
  }
  
  .bugraslide-dots {
    gap: 8px;
    bottom: 20px;
  }
  
  .bugraslide-dot {
    width: 10px;
    height: 10px;
  }
  
  .bugraslide-dot.active {
    width: 28px;
  }
} 

.elementor-posts-container .elementor-post:hover {
  box-shadow: 0 20px 50px rgba(42, 43, 135, 0.2);
}

/* =========================================================
   FORCE BUGRASLIDE TYPOGRAPHY — DO NOT REMOVE
   Purpose: Lock hero/slider typography independently
   Status: Final / Production-ready
   ========================================================= */

/* HERO / SLIDER TITLE */
.bugraslide-wrapper .bugraslide-text .bugraslide-title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-weight: 400 !important;

  /* Afiş gücü geri alındı */
  font-size: clamp(54px, 6.5vw, 72px);
  line-height: 1.06;

  /* Premium ama sert olmayan aralık */
  letter-spacing: 0.035em;
  text-transform: uppercase;

  margin: 0 0 18px 0;
}

/* Clean multi-line control (no <br>) */
.bugraslide-wrapper .bugraslide-text .bugraslide-title span {
  display: block;
}

.best-section-title .elementor-heading-title,
.best-section-title.elementor-heading-title,
.best-section-title h1,
.best-section-title h2,
.best-section-title h3{
    position:relative!important;
    padding-bottom:18px!important;
    display:inline-block!important;
}
.best-section-title .elementor-heading-title::after,
.best-section-title.elementor-heading-title::after,
.best-section-title h1::after,
.best-section-title h2::after,
.best-section-title h3::after{
    content:''!important;
    position:relative!important;
    display:block!important;
    margin-top:10px!important;
    width:150px!important;
    height:2px!important;
    background:linear-gradient(90deg,#6b6dff,rgba(107,109,255,.2))!important;
    border-radius:2px!important;
}

body .elementor .elementor-posts-container .elementor-post__card .elementor-post__text{
    padding:10px 10px 0px!important;
}
body .elementor .elementor-posts-container .elementor-post__card .elementor-post__text .elementor-heading-title,
body .elementor .elementor-posts-container .elementor-post__card .elementor-post__text h3{
    margin-bottom:2px!important;
    padding-bottom:0!important;
}
body .elementor .elementor-posts-container .elementor-post__card .elementor-post__text .elementor-post__read-more{
    margin-top:2px!important;
    padding-top:0!important;
}