.oad-gallery-section{background:#050505;overflow:hidden}
.oad-gallery-section .section-title,.oad-gallery-section .section-header p{color:#fff}
.oad-gallery-section .section-title span{color:var(--oad-primary,#f97316)}
.oad-home-gallery-slider{overflow:hidden}
.oad-gallery-card{display:block;position:relative;overflow:hidden;background:#171717;aspect-ratio:293/376}
.oad-gallery-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .55s ease}
.oad-gallery-card-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.12);opacity:0;transition:opacity .35s ease}
.oad-gallery-card-overlay i{width:52px;height:52px;border:1px solid rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.35)}
@media (hover:hover) and (pointer:fine){.oad-gallery-card:hover img{transform:scale(1.055);filter:brightness(.75)}.oad-gallery-card:hover .oad-gallery-card-overlay{opacity:1}}
.oad-gallery-card:focus-visible{outline:3px solid var(--oad-primary,#f97316);outline-offset:3px}
.oad-gallery-page{background:#fff;color:#111;min-height:600px}
.oad-gallery-hero{background:#090909;padding:64px 0 52px;position:relative;overflow:hidden}
.oad-gallery-hero:after{content:"";position:absolute;inset:auto -120px -180px auto;width:420px;height:420px;border:1px solid rgba(249,115,22,.18);transform:rotate(45deg)}
.oad-gallery-hero .container{width:min(1360px,calc(100% - 48px));max-width:none!important;padding-left:0;padding-right:0}.oad-gallery-hero h1{color:#fff;font-size:clamp(34px,4.6vw,58px);line-height:1.02;margin:0 0 12px}.oad-gallery-hero h1 span{color:var(--oad-primary,#f97316)}
.oad-gallery-hero p{color:rgba(255,255,255,.72);max-width:720px;margin:0;font-size:18px}
.oad-gallery-grid-wrap{padding:64px 0 78px}
.oad-gallery-grid-wrap>.container{width:min(1360px,calc(100% - 48px));max-width:none!important;padding-left:0;padding-right:0}
.oad-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.oad-gallery-grid-item{display:block;position:relative;overflow:hidden;background:#111;aspect-ratio:4/3;border:1px solid rgba(17,17,17,.08);isolation:isolate}
.oad-gallery-grid-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}
.oad-gallery-grid-item span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.18);opacity:0;transition:opacity .25s ease;color:#fff;font-size:22px}
.oad-gallery-grid-item span i{width:48px;height:48px;border:1px solid rgba(255,255,255,.88);border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.28)}
.oad-gallery-grid-item:focus-visible{outline:3px solid var(--oad-primary,#f97316);outline-offset:3px}
@media (hover:hover) and (pointer:fine){.oad-gallery-grid-item:hover{border-color:var(--oad-primary,#f97316)}.oad-gallery-grid-item:hover img{transform:scale(1.045);filter:brightness(.76)}.oad-gallery-grid-item:hover span{opacity:1}}
.oad-gallery-empty{border:1px dashed #ccc;padding:56px;text-align:center;color:#777}
.oad-public-header{background:#050505;border-bottom:1px solid rgba(255,255,255,.09)}
.oad-public-header .inner{max-width:1360px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.oad-public-header img{width:74px;height:74px;border-radius:50%;object-fit:cover;background:#fff}.oad-public-nav{display:flex;gap:22px;flex-wrap:wrap;justify-content:flex-end}.oad-public-nav a{color:#fff;font-weight:700;font-size:14px}.oad-public-nav a:hover{color:var(--oad-primary,#f97316)}
.oad-public-footer{background:#050505;color:#aaa;padding:28px 20px;text-align:center;border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:1100px){.oad-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.oad-gallery-hero{padding:48px 0 40px}.oad-gallery-hero .container,.oad-gallery-grid-wrap>.container{width:calc(100% - 28px)}.oad-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.oad-gallery-grid-wrap{padding:40px 0 58px}.oad-public-header .inner{align-items:flex-start;padding:12px 14px}.oad-public-nav{gap:12px 16px}.oad-public-header img{width:58px;height:58px}}
@media(max-width:350px){.oad-gallery-grid{grid-template-columns:1fr}}

/* v3.7 — gerçek galeri lightbox: viewport'a sığar, iç scroll üretmez. */
html.oad-lightbox-open,
body.oad-lightbox-open{overflow:hidden!important;overscroll-behavior:none}
.oad-lightbox[hidden]{display:none!important}
.oad-lightbox{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.94);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease;overflow:hidden;padding:0}
.oad-lightbox.is-open{opacity:1;visibility:visible}
.oad-lightbox__stage{position:absolute;inset:54px 86px 64px;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:hidden;cursor:zoom-out}
.oad-lightbox__image{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;opacity:0;transform:scale(.985);transition:opacity .18s ease,transform .18s ease;box-shadow:0 18px 70px rgba(0,0,0,.42);user-select:none;-webkit-user-drag:none}
.oad-lightbox__image.is-ready{opacity:1;transform:scale(1)}
.oad-lightbox__loading{position:absolute;width:34px;height:34px;border:3px solid rgba(255,255,255,.25);border-top-color:var(--oad-primary,#f97316);border-radius:50%;opacity:0;animation:oadLightboxSpin .75s linear infinite}
.oad-lightbox.is-loading .oad-lightbox__loading{opacity:1}
@keyframes oadLightboxSpin{to{transform:rotate(360deg)}}
.oad-lightbox__close,.oad-lightbox__nav{position:absolute;z-index:3;border:0;color:#fff;background:rgba(15,15,15,.72);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.oad-lightbox__close{top:16px;right:18px;width:46px;height:46px;border-radius:50%;font:300 38px/1 Arial,sans-serif;padding:0 0 4px}
.oad-lightbox__nav{top:50%;width:50px;height:64px;margin-top:-32px;border-radius:9px;font-size:27px}
.oad-lightbox__prev{left:18px}.oad-lightbox__next{right:18px}
.oad-lightbox__close:hover,.oad-lightbox__nav:hover{background:var(--oad-primary,#f97316);color:#fff}
.oad-lightbox__close:focus-visible,.oad-lightbox__nav:focus-visible{outline:3px solid #fff;outline-offset:3px}
.oad-lightbox__meta{position:absolute;left:24px;right:24px;bottom:17px;z-index:3;display:flex;align-items:center;justify-content:center;gap:12px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.35;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oad-lightbox__counter{color:var(--oad-primary,#f97316);font-weight:700;flex:0 0 auto}
.oad-lightbox__caption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(720px,65vw)}
@media(max-width:767px){.oad-lightbox__stage{inset:62px 10px 64px}.oad-lightbox__nav{top:auto;bottom:13px;width:44px;height:44px;margin:0;border-radius:50%;font-size:21px}.oad-lightbox__prev{left:12px}.oad-lightbox__next{right:12px}.oad-lightbox__close{top:10px;right:10px;width:44px;height:44px}.oad-lightbox__meta{left:62px;right:62px;bottom:25px;font-size:12px}.oad-lightbox__caption{max-width:52vw}}
@media(prefers-reduced-motion:reduce){.oad-lightbox,.oad-lightbox__image,.oad-lightbox__close,.oad-lightbox__nav{transition:none}.oad-lightbox__loading{animation:none}}

/* v5.0 - Kazanımlar bölümü: net dikdörtgen kart, daha kısa yükseklik. */
.feature-section-two .oad-feature-cards{align-items:stretch}
.feature-section-two .oad-feature-cards>[class*="col-"]{display:flex}
.feature-section-two .oad-feature-cards .feature-item{width:100%;height:100%;min-height:170px;display:flex;align-items:flex-start;gap:12px;padding:16px 14px;border:1px solid rgba(249,115,22,.18);border-radius:16px;box-shadow:0 8px 24px rgba(17,24,39,.05);background:#fff;overflow:hidden}
.feature-section-two .oad-feature-cards .feature-item::before{display:none!important}
.feature-section-two .oad-feature-cards .feature-item:hover::before{display:none!important;height:0!important}
.feature-section-two .oad-feature-cards .feature-item:hover .feature-icon{transform:none!important;-webkit-transform:none!important}
.feature-section-two .oad-feature-cards .feature-item:hover .feature-icon img{filter:none!important}
.feature-section-two .oad-feature-cards .feature-item:hover .feature-content .title,
.feature-section-two .oad-feature-cards .feature-item:hover .feature-content p{color:inherit!important}
.feature-section-two .oad-feature-cards .feature-icon-area{flex:0 0 auto;display:block;margin:0}
.feature-section-two .oad-feature-cards .feature-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(249,115,22,.08);border:1px solid rgba(249,115,22,.16);border-radius:14px;box-shadow:none}
.feature-section-two .oad-feature-cards .feature-icon img{display:block;max-width:28px;max-height:28px;width:auto;height:auto}
.feature-section-two .oad-feature-cards .feature-content{flex:1;padding-top:0;min-width:0}
.feature-section-two .oad-feature-cards .feature-content::before{display:none}
.feature-section-two .oad-feature-cards .feature-content .title{font-size:13px;line-height:1.2;margin:2px 0 8px;font-weight:800;letter-spacing:0}
.feature-section-two .oad-feature-cards .feature-content p{margin:0;color:#4b5563;font-size:12px;line-height:1.45}
@media(max-width:1199px){.feature-section-two .oad-feature-cards .feature-item{min-height:180px}}
@media(max-width:991px){.feature-section-two .oad-feature-cards .feature-item{padding:14px 12px;min-height:165px}.feature-section-two .oad-feature-cards .feature-icon{width:48px;height:48px}.feature-section-two .oad-feature-cards .feature-icon img{max-width:26px;max-height:26px}.feature-section-two .oad-feature-cards .feature-content .title{font-size:12.5px}.feature-section-two .oad-feature-cards .feature-content p{font-size:11.5px;line-height:1.4}}
@media(max-width:767px){.feature-section-two .oad-feature-cards .feature-item{height:auto;min-height:0;gap:12px;padding:14px}.feature-section-two .oad-feature-cards .feature-icon{width:48px;height:48px;border-radius:12px}.feature-section-two .oad-feature-cards .feature-icon img{max-width:26px;max-height:26px}.feature-section-two .oad-feature-cards .feature-content .title{font-size:13px}.feature-section-two .oad-feature-cards .feature-content p{font-size:12px;line-height:1.45}}

/* v5.1 — Program CTA gerçek Aikido görseli + kart hover'ında yalnız ok. */
.call-to-action-section{
  background-position:center 48%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.call-to-action-section.bg-overlay-black:after{opacity:.72}

.training-section-two .training-item{position:relative}
.training-section-two .training-item .oad-training-arrow-overlay{
  background:transparent!important;
  padding:0!important;
  display:block!important;
  pointer-events:none;
}
.training-section-two .training-item .oad-training-arrow-overlay::before,
.training-section-two .training-item .oad-training-arrow-overlay::after{display:none!important}
.training-section-two .training-item .oad-training-arrow-overlay .training-overlay-content{
  width:100%;height:100%;display:block!important;position:relative;
}
.training-section-two .training-item .oad-training-arrow-overlay .training-overlay-icon{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  left:auto!important;
  bottom:auto!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  line-height:40px!important;
  border-radius:50%!important;
  transform:translateY(-5px) scale(.88)!important;
  opacity:0;
  background:var(--oad-primary,#f97316)!important;
  box-shadow:0 8px 20px rgba(249,115,22,.28);
  transition:opacity .2s ease,transform .2s ease!important;
  pointer-events:auto;
}
.training-section-two .training-item .oad-training-arrow-overlay .training-overlay-icon a{
  display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#fff!important;
}
.training-section-two .training-item:hover .oad-training-arrow-overlay{opacity:1!important;visibility:visible!important}
.training-section-two .training-item:hover .oad-training-arrow-overlay .training-overlay-icon{
  opacity:1;transform:translateY(0) scale(1)!important;
}
.training-section-two .training-item .oad-training-arrow-overlay .training-overlay-icon:hover{
  width:40px!important;border-radius:50%!important;transform:translateY(0) scale(1.07)!important;
}
@media(max-width:767px){
  .training-section-two .training-item .oad-training-arrow-overlay .training-overlay-icon{top:10px!important;right:10px!important;width:36px!important;height:36px!important;line-height:36px!important}
}



/* v5.4 - Kazanımlar kartları: net yatay dikdörtgen, beyaz zemin, kısa yükseklik */
.feature-section-two{background:#fff}
.feature-section-two .container{max-width:1380px}
.feature-section-two .section-header{margin-bottom:38px}
.feature-section-two .oad-feature-cards{row-gap:22px}
.feature-section-two .oad-feature-cards>[class*="col-"]{display:flex}
.feature-section-two .oad-feature-cards .feature-item{
  width:100%;
  min-height:126px;
  height:126px;
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-items:flex-start;
  column-gap:16px;
  padding:18px 20px;
  border:1px solid rgba(249,115,22,.18);
  border-radius:18px;
  background:#fff;
  box-shadow:none;
  position:relative;
  overflow:hidden;
}
.feature-section-two .oad-feature-cards .feature-item::before{display:none!important}
.feature-section-two .oad-feature-cards .feature-item::after{
  content:"";
  position:absolute;
  right:-18px;
  bottom:-18px;
  width:86px;
  height:86px;
  border-radius:50%;
  background:rgba(249,115,22,.06);
  pointer-events:none;
}
.feature-section-two .oad-feature-cards .feature-icon-area{flex:0 0 auto;margin:0}
.feature-section-two .oad-feature-cards .feature-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  background:#fff8f2;
  border:1px solid rgba(249,115,22,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:none;
}
.feature-section-two .oad-feature-cards .feature-icon img{display:block;max-width:28px;max-height:28px;width:auto;height:auto}
.feature-section-two .oad-feature-cards .feature-content{min-width:0;padding-top:2px}
.feature-section-two .oad-feature-cards .feature-content::before{display:none!important}
.feature-section-two .oad-feature-cards .feature-content .title{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:0;
  color:#111827;
  text-transform:uppercase;
}
.feature-section-two .oad-feature-cards .feature-content p{
  margin:0;
  color:#4b5563;
  font-size:13px;
  line-height:1.45;
}
.feature-section-two .oad-feature-cards .feature-item:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.feature-section-two .oad-feature-cards .feature-item:hover .feature-content .title,
.feature-section-two .oad-feature-cards .feature-item:hover .feature-content p{color:inherit!important}
.feature-section-two .oad-feature-cards .feature-item:hover .feature-icon img{filter:none!important}
@media (min-width:1200px){
  .feature-section-two .oad-feature-cards .feature-item{min-height:128px;height:128px}
}
@media (max-width:1199px){
  .feature-section-two .container{max-width:1140px}
}
@media (max-width:991px){
  .feature-section-two .oad-feature-cards .feature-item{
    min-height:118px;
    height:auto;
    padding:16px 16px 15px;
    grid-template-columns:52px minmax(0,1fr);
    column-gap:14px;
  }
  .feature-section-two .oad-feature-cards .feature-icon{width:52px;height:52px;border-radius:15px}
  .feature-section-two .oad-feature-cards .feature-icon img{max-width:26px;max-height:26px}
  .feature-section-two .oad-feature-cards .feature-content .title{font-size:14px}
  .feature-section-two .oad-feature-cards .feature-content p{font-size:12.5px;line-height:1.45}
}
@media (max-width:767px){
  .feature-section-two .oad-feature-cards{row-gap:16px}
  .feature-section-two .oad-feature-cards .feature-item{
    min-height:0;
    height:auto;
    padding:15px 14px;
    border-radius:16px;
    grid-template-columns:48px minmax(0,1fr);
    column-gap:12px;
  }
  .feature-section-two .oad-feature-cards .feature-icon{width:48px;height:48px;border-radius:14px}
  .feature-section-two .oad-feature-cards .feature-icon img{max-width:24px;max-height:24px}
  .feature-section-two .oad-feature-cards .feature-content .title{font-size:13.5px;margin-bottom:6px}
  .feature-section-two .oad-feature-cards .feature-content p{font-size:12px;line-height:1.42}
}

/* v5.6 - Çocuklara Özel Aikido Dersleri: tamamen düz beyaz arka plan */
.training-section-two{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
}
.training-section-two::before,
.training-section-two::after{display:none!important;content:none!important;background:none!important}
.training-section-two .training-element-one,
.training-section-two .training-element-two{display:none!important}

/* v5.7 - Hakkımızda anchor erişimi */
html{scroll-behavior:smooth}
#hakkimizda{scroll-margin-top:110px}
@media(max-width:991px){#hakkimizda{scroll-margin-top:82px}}

/* v5.8 - Kazanımlar anchor */
#kazanimlar{scroll-margin-top:110px}
@media(max-width:991px){#kazanimlar{scroll-margin-top:82px}}

/* v5.9 — Google yorumlarına yakın, sade ve güvenilir veli yorumu kartları. */
.oad-google-reviews-section{background:#f8f9fa;overflow:hidden}
.oad-google-reviews-section .section-title{color:#111827}
.oad-google-reviews-section .section-title span{color:var(--oad-primary,#f97316)}
.oad-google-reviews-section .section-header p{color:#5f6368;max-width:720px}
.oad-google-review-summary{display:flex;align-items:center;gap:14px;justify-content:flex-end;padding:14px 16px;background:#fff;border:1px solid #dadce0;border-radius:14px;box-shadow:0 1px 2px rgba(60,64,67,.08)}
.oad-google-g{font-family:Arial,Helvetica,sans-serif;font-size:31px;line-height:1;font-weight:800;display:inline-block;background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 25% 42%,#fbbc05 42% 62%,#ea4335 62% 80%,#4285f4 80% 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.oad-google-review-summary-copy{display:flex;flex-direction:column;gap:3px;color:#5f6368;font-size:13px}
.oad-google-review-summary-copy strong{color:#202124;font-size:15px;font-weight:700}
.oad-google-stars{color:#fbbc04;letter-spacing:1px;font-size:15px;white-space:nowrap}
.oad-google-reviews-slider{overflow:hidden;padding:4px 2px 6px}
.oad-google-reviews-slider .swiper-wrapper{align-items:stretch}
.oad-google-reviews-slider .swiper-slide{height:auto;display:flex}
.oad-google-review-card{width:100%;min-height:292px;height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #dadce0;border-radius:14px;padding:20px;box-shadow:0 1px 3px rgba(60,64,67,.08);transition:box-shadow .2s ease,transform .2s ease}
.oad-google-review-card:hover{box-shadow:0 4px 14px rgba(60,64,67,.14);transform:translateY(-2px)}
.oad-google-review-head{display:grid;grid-template-columns:44px minmax(0,1fr) 32px;gap:12px;align-items:center;margin-bottom:15px}
.oad-google-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef3fd;color:#174ea6;font-size:18px;font-weight:700;text-transform:uppercase}
.oad-google-reviewer{min-width:0}
.oad-google-reviewer h3{margin:0 0 4px;color:#202124;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.25;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oad-google-review-meta{display:flex;align-items:center;gap:8px;color:#70757a;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.2}
.oad-google-review-meta .oad-google-stars{font-size:13px;letter-spacing:.5px}
.oad-google-g-card{justify-self:end;font-size:25px}
.oad-google-review-body{flex:1;display:flex;flex-direction:column;align-items:flex-start}
.oad-google-review-text{margin:0;color:#3c4043;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.oad-google-review-card.is-expanded .oad-google-review-text{display:block;-webkit-line-clamp:unset;overflow:visible}
.oad-review-more{border:0;background:transparent;color:#1a73e8;padding:5px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;cursor:pointer}
.oad-review-more:hover{text-decoration:underline}
.oad-google-review-link{margin-top:15px;padding-top:13px;border-top:1px solid #eceff1;color:#1a73e8;font-family:Arial,Helvetica,sans-serif;font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:7px}
.oad-google-review-link:hover{color:#174ea6;text-decoration:underline}
.oad-google-review-nav{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;flex-wrap:wrap}
.oad-google-review-nav .slider-prev,.oad-google-review-nav .slider-next{position:static!important;inset:auto!important;margin:0!important;width:42px;height:42px;border-radius:50%;border:1px solid #dadce0;background:#fff;color:#3c4043;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px rgba(60,64,67,.08)}
.oad-google-review-nav .slider-prev:hover,.oad-google-review-nav .slider-next:hover{border-color:#f97316;color:#f97316}
.oad-google-all-link{min-height:42px;padding:0 15px;border-radius:21px;border:1px solid #dadce0;background:#fff;color:#3c4043;display:inline-flex;align-items:center;gap:8px;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600}
.oad-google-all-link:hover{color:#1a73e8;border-color:#c7d2fe}
.oad-google-g-mini{font-size:18px}
@media(max-width:991px){.oad-google-review-summary{justify-content:flex-start}.oad-google-review-card{min-height:275px}}
@media(max-width:767px){.oad-google-reviews-section{padding-top:70px!important;padding-bottom:70px!important}.oad-google-review-summary{padding:12px 14px}.oad-google-review-card{min-height:260px;padding:18px}.oad-google-review-head{grid-template-columns:40px minmax(0,1fr) 28px;gap:10px}.oad-google-avatar{width:40px;height:40px}.oad-google-review-text{font-size:13.5px}.oad-google-review-nav{margin-top:20px}}


/* v6.0 — Google yorum alanı: daha minimal, başlık tek satır. */
.oad-google-reviews-section{background:#fff!important;padding-top:82px!important;padding-bottom:82px!important}
.oad-google-reviews-heading-row{margin-bottom:24px}
.oad-google-reviews-section .section-header{margin-bottom:0!important}
.oad-google-reviews-section .section-title{font-size:clamp(27px,2.15vw,39px);line-height:1.05;white-space:nowrap;margin-bottom:10px;letter-spacing:-.4px}
.oad-google-reviews-section .section-header p{font-size:14px;line-height:1.5;margin:0;color:#6b7280;max-width:none}
.oad-google-review-summary{justify-content:flex-end;gap:10px;padding:10px 13px;border-radius:12px;border-color:#e5e7eb;box-shadow:none;background:#fff;min-height:62px}
.oad-google-review-summary .oad-google-g{font-size:25px}
.oad-google-review-summary-copy{gap:1px;font-size:11.5px;line-height:1.25}
.oad-google-review-summary-copy strong{font-size:13px;font-weight:700}
.oad-google-review-summary-copy .oad-google-stars{font-size:12px;letter-spacing:.25px}
.oad-google-reviews-slider{padding:1px}
.oad-google-review-card{min-height:236px;padding:16px 17px;border-radius:12px;border-color:#e5e7eb;box-shadow:none}
.oad-google-review-card:hover{box-shadow:0 5px 16px rgba(17,24,39,.055);transform:none;border-color:#d7dce2}
.oad-google-review-head{grid-template-columns:36px minmax(0,1fr) 24px;gap:10px;margin-bottom:12px}
.oad-google-avatar{width:36px;height:36px;font-size:14px;background:#f3f6fb}
.oad-google-reviewer h3{font-size:13.5px;line-height:1.2;margin-bottom:3px}
.oad-google-review-meta{gap:6px;font-size:11px}
.oad-google-review-meta .oad-google-stars{font-size:11.5px;letter-spacing:.2px}
.oad-google-g-card{font-size:20px}
.oad-google-review-text{font-size:13px;line-height:1.48;-webkit-line-clamp:4}
.oad-review-more{font-size:11.5px;padding-top:4px}
.oad-google-review-link{margin-top:11px;padding-top:10px;font-size:11.5px;gap:5px;border-top-color:#f0f1f3}
.oad-google-review-nav{gap:8px;margin-top:18px}
.oad-google-review-nav .slider-prev,.oad-google-review-nav .slider-next{width:36px;height:36px;box-shadow:none;font-size:13px}
.oad-google-all-link{min-height:36px;padding:0 12px;border-radius:18px;font-size:11.5px;gap:6px}
.oad-google-g-mini{font-size:15px}
@media(max-width:1199px){
  .oad-google-reviews-section .section-title{font-size:clamp(25px,2.25vw,34px)}
}
@media(max-width:991px){
  .oad-google-reviews-section{padding-top:70px!important;padding-bottom:70px!important}
  .oad-google-reviews-section .section-title{font-size:clamp(23px,4vw,31px);white-space:nowrap}
  .oad-google-review-summary{justify-content:flex-start;max-width:310px}
  .oad-google-review-card{min-height:228px}
}
@media(max-width:767px){
  .oad-google-reviews-section{padding-top:58px!important;padding-bottom:58px!important}
  .oad-google-reviews-heading-row{margin-bottom:18px}
  .oad-google-reviews-section .section-title{font-size:clamp(18px,5.2vw,27px);white-space:nowrap;letter-spacing:-.25px}
  .oad-google-reviews-section .section-header p{font-size:12.5px}
  .oad-google-review-summary{padding:9px 11px;min-height:54px}
  .oad-google-review-card{min-height:218px;padding:15px}
  .oad-google-review-head{grid-template-columns:34px minmax(0,1fr) 22px;gap:9px}
  .oad-google-avatar{width:34px;height:34px;font-size:13px}
  .oad-google-reviewer h3{font-size:13px}
  .oad-google-review-text{font-size:12.5px;line-height:1.45}
}
@media(max-width:480px){
  .oad-google-reviews-section .section-title{font-size:clamp(15px,4.6vw,21px)}
}


/* v6.1 - Eğitim videoları: daha kısa 16:9 kartlar ve lazy video modalı */
.tutorial-section{padding-top:88px!important;padding-bottom:88px!important}
.tutorial-section .section-header{margin-bottom:42px}
.tutorial-slider .tutorial-thumb{aspect-ratio:16/9;min-height:0!important;background:#e9e9e9}
.tutorial-slider .tutorial-thumb>img{width:100%;height:100%;object-fit:cover;display:block}
.tutorial-slider .tutorial-thumb .tutorial-overlay{padding:24px 18px}
.tutorial-slider .tutorial-thumb .tutorial-overlay .tutorial-video .video-icon{width:66px;height:66px;line-height:66px;font-size:28px}
.tutorial-slider .custom-pagination{margin-top:54px}
.oad-video-modal[hidden]{display:none!important}
.oad-video-modal{position:fixed;inset:0;z-index:2147483005;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.88);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
.oad-video-modal.is-open{opacity:1;visibility:visible}
.oad-video-modal__dialog{position:relative;width:min(1100px,94vw);max-height:90vh;background:#050505;border-radius:14px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.45)}
.oad-video-modal__frame{aspect-ratio:16/9;background:#000;display:flex;align-items:center;justify-content:center}
.oad-video-modal__frame video,.oad-video-modal__frame iframe{width:100%;height:100%;border:0;display:block;background:#000}
.oad-video-modal__close{position:absolute;right:12px;top:12px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.68);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.oad-video-modal__close:hover{background:var(--oad-primary,#f97316)}
body.oad-video-open{overflow:hidden!important}
@media(max-width:767px){.tutorial-section{padding-top:64px!important;padding-bottom:64px!important}.tutorial-section .section-header{margin-bottom:28px}.tutorial-slider .tutorial-thumb .tutorial-overlay .tutorial-video .video-icon{width:58px;height:58px;line-height:58px;font-size:24px}.oad-video-modal{padding:10px}.oad-video-modal__dialog{width:100%;border-radius:10px}.tutorial-slider .custom-pagination{margin-top:34px}}

/* v6.2 - Google yorumları: özet kutusu kaldırıldı, carousel otomatik akar. */
.oad-google-reviews-heading-row{margin-bottom:22px}
.oad-google-reviews-heading-row .section-header{max-width:100%}
.oad-google-reviews-heading-row .section-header p{margin-bottom:0}
.oad-google-reviews-slider{overflow:hidden}
.oad-google-reviews-slider .swiper-wrapper{align-items:stretch}
.oad-google-reviews-slider .swiper-slide{height:auto;display:flex}
@media(max-width:767px){.oad-google-reviews-heading-row{margin-bottom:18px}}

/* v6.6 — Ana sayfa blog: resimsiz, eşit yükseklikli 3/2/1 carousel */
.blog-section-two .oad-home-blog-area{position:relative}
.blog-section-two .oad-home-blog-slider{overflow:hidden;padding:2px 2px 6px}
.blog-section-two .oad-home-blog-slider .swiper-wrapper{align-items:stretch}
.blog-section-two .oad-home-blog-slide{height:auto;display:flex}
.blog-section-two .oad-home-blog-card{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.04);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.blog-section-two .oad-home-blog-card:hover{transform:translateY(-2px);border-color:rgba(249,115,22,.28);box-shadow:0 12px 28px rgba(15,23,42,.06)}
.blog-section-two .oad-home-blog-card .blog-content{margin:0!important;border-radius:0;background:transparent;padding:24px 24px 22px;display:flex;flex-direction:column;min-height:286px;height:100%}
.blog-section-two .oad-home-blog-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.blog-section-two .oad-home-blog-card .blog-post-meta{display:flex;align-items:center;gap:12px;min-width:0}
.blog-section-two .oad-home-blog-card .blog-post-meta .user{margin:0;color:#6b7280;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}
.blog-section-two .oad-home-blog-card .blog-post-meta .category{font-size:12px;font-weight:700;white-space:nowrap}
.blog-section-two .oad-home-blog-date{font-size:11px;color:#9ca3af;white-space:nowrap}
.blog-section-two .oad-home-blog-card .blog-content .title{margin:0 0 14px;font-size:20px;line-height:1.28;font-weight:800}
.blog-section-two .oad-home-blog-card .blog-content .title a{color:#111827}
.blog-section-two .oad-home-blog-card .blog-content p{margin:0 0 20px;color:#4b5563;font-size:14px;line-height:1.65;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.blog-section-two .oad-home-blog-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--oad-primary,#f97316);font-size:13px;font-weight:800}
.blog-section-two .oad-home-blog-link i{font-size:11px;transition:transform .2s ease}
.blog-section-two .oad-home-blog-link:hover i{transform:translateX(3px)}
.blog-section-two .oad-home-blog-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px}
.blog-section-two .oad-home-blog-prev,.blog-section-two .oad-home-blog-next{width:38px;height:38px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}
.blog-section-two .oad-home-blog-prev:hover,.blog-section-two .oad-home-blog-next:hover{background:var(--oad-primary,#f97316);border-color:var(--oad-primary,#f97316);color:#fff}
.blog-section-two .oad-home-blog-pagination{display:flex;align-items:center;justify-content:center;gap:6px;min-width:40px}
.blog-section-two .oad-home-blog-pagination .swiper-pagination-bullet{width:6px;height:6px;margin:0!important;background:#cbd5e1;opacity:1}
.blog-section-two .oad-home-blog-pagination .swiper-pagination-bullet-active{width:18px;border-radius:5px;background:var(--oad-primary,#f97316)}
@media(max-width:991px){.blog-section-two .oad-home-blog-card .blog-content{min-height:270px}.blog-section-two .oad-home-blog-card .blog-content .title{font-size:18px}}
@media(max-width:575px){.blog-section-two .oad-home-blog-card .blog-content{min-height:250px;padding:20px}.blog-section-two .oad-home-blog-card .blog-content .title{font-size:17px}.blog-section-two .oad-home-blog-card .blog-content p{font-size:13px;line-height:1.55}.blog-section-two .oad-home-blog-controls{margin-top:18px}}


/* v6.9 — Ana sayfa blog kartları: meta/kategori/tarih satırı kaldırıldı */
.blog-section-two .oad-home-blog-card .blog-content{min-height:244px;padding-top:24px}
.blog-section-two .oad-home-blog-card .blog-content .title{margin-top:0}
@media(max-width:991px){.blog-section-two .oad-home-blog-card .blog-content{min-height:232px}}
@media(max-width:575px){.blog-section-two .oad-home-blog-card .blog-content{min-height:220px}}


/* v7.0 - Google işletme bilgisi: kutusuz, minimal satır */
.oad-google-place-line{display:flex;align-items:center;gap:9px;margin-top:13px;font-family:Arial,Helvetica,sans-serif;width:max-content;max-width:100%}
.oad-google-place-g{font-size:23px;flex:0 0 auto}
.oad-google-place-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.oad-google-place-name{color:#202124;font-size:13.5px;line-height:1.25;font-weight:700;text-decoration:none;white-space:nowrap}
.oad-google-place-name:hover{color:#1a73e8;text-decoration:underline}
.oad-google-place-rating{display:flex;align-items:center;gap:5px;color:#5f6368;font-size:11.5px;line-height:1.2;white-space:nowrap}
.oad-google-place-rating strong{font-weight:500;color:#3c4043}
.oad-google-place-rating .oad-google-stars{font-size:11px;letter-spacing:.1px}
.oad-google-place-rating a{color:#5f6368;text-decoration:none}
.oad-google-place-rating a:hover{color:#1a73e8;text-decoration:underline}
.oad-google-place-dot{color:#9aa0a6}
@media(max-width:767px){.oad-google-place-line{margin-top:10px;gap:7px}.oad-google-place-g{font-size:20px}.oad-google-place-name{font-size:12.5px}.oad-google-place-rating{font-size:10.5px}.oad-google-place-rating .oad-google-stars{font-size:10px}}


/* v7.5 - Footer mobil iletişim ve gereksiz eğitim kartı oklarının temizliği */
.footer-section-two .footer-widget .title::after{display:none!important;border:0!important}
.footer-section-two .oad-footer-contact-list{margin-top:18px}
.footer-section-two .oad-footer-contact-list li{margin-top:0!important}
.footer-section-two .oad-footer-contact-list li+li{margin-top:12px!important}
.footer-section-two .oad-footer-contact-list a{display:flex;align-items:flex-start;gap:9px;color:#fff!important;text-decoration:none;line-height:1.55;transition:color .2s ease,opacity .2s ease}
.footer-section-two .oad-footer-contact-list a:hover{color:#fff!important;opacity:.86}
.footer-section-two .oad-footer-contact-list i{width:17px;flex:0 0 17px;margin-top:3px;color:var(--oad-primary,#f97316);font-size:13px;text-align:center}
.footer-section-two .oad-footer-contact-label{color:var(--oad-primary,#f97316);font-weight:600;white-space:nowrap}
.footer-section-two .oad-footer-contact-copy{color:#fff}
.footer-section-two .oad-footer-contact-location .oad-footer-contact-copy{display:block}
.training-section-two .oad-training-arrow-overlay{display:none!important}
@media(max-width:767px){
  .footer-section-two .oad-footer-contact-list a{font-size:13px;line-height:1.5}
  .footer-section-two .oad-footer-contact-list i{font-size:12px}
}

/* v7.6.2 - Blog görsellerindeki tarih rozetleri tamamen kaldırıldı. */
.oad-blog-card-date,.blog-thumb .blog-date{display:none!important}

/* v7.6.3 - Mobil/footer/blog tutarlılık */
.footer-section-two .footer-widget .title::before,
.footer-section-two .footer-widget .title::after{content:none!important;display:none!important;border:0!important;width:0!important;height:0!important}
.footer-section-two .footer-widget .title{border-bottom:0!important;background-image:none!important}
.footer-section-two .oad-footer-gallery-widget,
.footer-section-two .oad-footer-mini-gallery{display:none!important}
.footer-section-two .oad-footer-contact-list i{color:#fff!important}
