.elementor-5049 .elementor-element.elementor-element-b06b85a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5049 .elementor-element.elementor-element-b06b85a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5049 .elementor-element.elementor-element-0aac5cb{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5049 .elementor-element.elementor-element-64950a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5049 .elementor-element.elementor-element-d88e417{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5049 .elementor-element.elementor-element-b0756c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5049 .elementor-element.elementor-element-ff2da76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5049 .elementor-element.elementor-element-ac49bc5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5049 .elementor-element.elementor-element-0aac5cb{--justify-content:center;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5049 .elementor-element.elementor-element-962b386.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-5049 .elementor-element.elementor-element-0aac5cb{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5049 .elementor-element.elementor-element-0aac5cb{--width:631px;}}/* Start custom CSS for html, class: .elementor-element-40b31d5 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* SLIDER STİLLERİ */
.modern-slider-section {
    padding: 0;
    background: #fff;
    width: 100%;
}

.slider-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
}

.slider-slide {
    min-width: 100%;
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.slide-image {
    width: 100%;
    height: 80vh;
    max-height: 800px;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slide-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    max-height: 120px;
    min-height: 80px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    pointer-events: none;
}

.slide-number {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: white;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-weight: 700;
    z-index: 2;
    background: rgba(241, 90, 36, 0.9);
    padding: clamp(5px, 2vw, 8px) clamp(15px, 4vw, 22px);
    border-radius: 30px;
    border: 2px solid white;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: clamp(10px, 3vw, 20px);
    gap: clamp(10px, 3vw, 20px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(10px, 3vw, 20px);
    flex-wrap: wrap;
}

.slider-dots {
    display: flex;
    gap: clamp(6px, 1.5vw, 10px);
    flex-wrap: nowrap;
    overflow: visible;
    justify-content: center;
    align-items: center;
}

.slider-dot {
    width: clamp(8px, 2.5vw, 12px);
    height: clamp(8px, 2.5vw, 12px);
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.slider-dot.active {
    background: #f15a24;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.slider-arrow {
    width: clamp(35px, 10vw, 50px);
    height: clamp(35px, 10vw, 50px);
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border: none;
    font-size: clamp(1rem, 3vw, 1.2rem);
    color: #1e3a5f;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.slider-arrow:hover {
    background: #f15a24;
    color: white;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
}

.slider-arrow:focus {
    outline: 2px solid #f15a24;
    outline-offset: 2px;
}

/* YÜKSEK ÇÖZÜNÜRLÜKLÜ CİHAZLAR İÇİN MEDIA QUERIES */

/* 4K ve Büyük Ekranlar (3840px+) */
@media (min-width: 3840px) {
    .slide-image {
        height: 70vh;
        max-height: 1000px;
    }
    
    .slide-number {
        font-size: 1.8rem;
        padding: 12px 30px;
    }
}

/* 2K Ekranlar (2560px - 3839px) */
@media (min-width: 2560px) and (max-width: 3839px) {
    .slide-image {
        height: 75vh;
        max-height: 900px;
    }
    
    .slide-number {
        font-size: 1.6rem;
        padding: 10px 26px;
    }
}

/* Büyük Masaüstü (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .slide-image {
        height: 78vh;
        max-height: 850px;
    }
}

/* Standart Masaüstü (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .slide-image {
        height: 75vh;
        max-height: 800px;
    }
}

/* Küçük Masaüstü (1280px - 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {
    .slide-image {
        height: 70vh;
        max-height: 750px;
    }
}

/* TABLET ÖZEL MEDIA QUERIES */

/* Dikey (Portrait) Tabletler - 768×1024, 810×1080 */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slide-image {
        height: 65vh;
        max-height: 700px;
        min-height: 500px;
    }
    
    .slide-number {
        bottom: 8%;
        font-size: 1.3rem;
        padding: 8px 20px;
    }
    
    .slider-nav {
        margin-top: 25px;
        gap: 25px;
    }
    
    .slider-arrow {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
    
    .slider-dot {
        width: 14px;
        height: 14px;
    }
}

/* Yatay (Landscape) Tabletler - 1024×768, 1080×810 */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .slide-image {
        height: 85vh;
        max-height: 600px;
        min-height: 400px;
    }
    
    .slide-number {
        bottom: 12%;
        font-size: 1.2rem;
        padding: 7px 18px;
    }
    
    .slider-nav {
        margin-top: 20px;
    }
}

/* Orta Seviye Tabletler - 800×1280, 810×1080 */
@media (min-width: 800px) and (max-width: 1280px) {
    .slide-image {
        height: 70vh;
        max-height: 750px;
        min-height: 450px;
    }
    
    .slide-number {
        bottom: 7%;
        font-size: 1.25rem;
        padding: 7px 19px;
    }
}

/* Android ve 2-in-1 Tabletler - 1280×800 */
@media (min-width: 1280px) and (max-width: 1366px) {
    .slide-image {
        height: 72vh;
        max-height: 780px;
        min-height: 480px;
    }
    
    .slide-number {
        bottom: 6%;
        font-size: 1.35rem;
        padding: 9px 22px;
    }
    
    .slider-nav {
        gap: 30px;
    }
}

/* Yüksek Çözünürlüklü Tabletler - 2560×1600 (Xiaomi Pad 7 Pro, iPad Pro) */
@media (min-width: 1600px) and (max-width: 2560px) {
    .slide-image {
        height: 75vh;
        max-height: 900px;
        min-height: 550px;
    }
    
    .slide-number {
        bottom: 5%;
        font-size: 1.5rem;
        padding: 10px 25px;
    }
    
    .slider-arrow {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }
    
    .slider-dot {
        width: 16px;
        height: 16px;
    }
}

/* Küçük Tabletler - 600px-767px arası */
@media (min-width: 600px) and (max-width: 767px) {
    .slide-image {
        height: 60vh;
        max-height: 550px;
        min-height: 400px;
    }
    
    .slide-number {
        bottom: 10%;
        font-size: 1.1rem;
        padding: 6px 16px;
    }
    
    .slider-nav {
        margin-top: 20px;
        gap: 20px;
    }
    
    .slider-arrow {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }
}

/* Eski iPad ve Benzeri Tabletler - 768×1024 Dikey */
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 1024px) and (orientation: portrait) {
    .slide-image {
        height: 62vh;
        max-height: 650px;
        min-height: 450px;
    }
    
    .slide-number {
        bottom: 9%;
        font-size: 1.2rem;
        padding: 7px 18px;
    }
}

/* Tablet için Touch Optimizasyonu */
@media (hover: none) and (pointer: coarse) and (min-width: 768px) {
    .slider-arrow {
        min-width: 60px;
        min-height: 60px;
    }
    
    .slider-dot {
        min-width: 18px;
        min-height: 18px;
        margin: 0 8px;
    }
    
    .slider-nav {
        padding: 0 30px;
    }
}

/* Tablet için Yüksek PPI Optimizasyonu */
@media (min-width: 768px) and (min-resolution: 2dppx) {
    .slide-image {
        background-size: cover;
    }
    
    .slider-arrow {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }
}

/* Tablet için Kısa Ekran Optimizasyonu (7-8 inç) */
@media (min-width: 768px) and (max-height: 900px) {
    .slide-image {
        height: 68vh;
        max-height: 600px;
    }
    
    .slide-number {
        bottom: 15%;
    }
    
    .slider-nav {
        margin-top: 15px;
    }
}

/* GENİŞ TABLETLER (10-12 inç) */
@media (min-width: 1024px) and (max-width: 1366px) and (min-height: 1200px) {
    .slide-image {
        height: 68vh;
        max-height: 800px;
        min-height: 600px;
    }
    
    .slide-number {
        bottom: 8%;
        font-size: 1.4rem;
        padding: 10px 24px;
    }
}

/* TABLET ÖZEL DURUMLAR */

/* Tablet + Telefon Arası Cihazlar (Foldable) */
@media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 4/3) {
    .slide-image {
        height: 55vh;
        max-height: 500px;
    }
    
    .slide-number {
        bottom: 12%;
    }
}

/* Tablet için Karanlık Mod */
@media (min-width: 768px) and (prefers-color-scheme: dark) {
    .slider-arrow {
        background: #374151;
        color: #f3f4f6;
    }
    
    .slider-dot {
        background: #4b5563;
    }
    
    .slider-dot.active {
        background: #f15a24;
    }
}

/* YÜKSEK ÇÖZÜNÜRLÜKLÜ TELEFONLAR */

/* Ultra Geniş Ekranlı Telefonlar (421px - 599px) - Sony Xperia 1 V, Samsung S24 Ultra */
@media (min-width: 421px) and (max-width: 599px) {
    .slide-image {
        height: 50vh;
        max-height: 500px;
        min-height: 320px;
    }
    
    .slide-number {
        bottom: 10%;
        padding: 7px 18px;
    }
    
    .slider-nav {
        gap: 15px;
    }
}

/* Büyük Telefonlar (376px - 420px) - iPhone 15 Pro, Google Pixel 8 Pro */
@media (min-width: 376px) and (max-width: 420px) {
    .slide-image {
        height: 45vh;
        max-height: 450px;
        min-height: 300px;
    }
    
    .slide-number {
        font-size: 1.1rem;
        padding: 6px 16px;
        bottom: 12%;
    }
    
    .slider-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Orta Boy Telefonlar (361px - 375px) - iPhone 15, Samsung S23 */
@media (min-width: 361px) and (max-width: 375px) {
    .slide-image {
        height: 42vh;
        max-height: 420px;
        min-height: 280px;
    }
    
    .slide-number {
        font-size: 1rem;
        padding: 5px 15px;
        bottom: 13%;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
    }
}

/* Küçük Telefonlar (321px - 360px) - iPhone SE, Xiaomi Redmi Note */
@media (min-width: 321px) and (max-width: 360px) {
    .slide-image {
        height: 38vh;
        max-height: 380px;
        min-height: 250px;
    }
    
    .slide-number {
        font-size: 0.95rem;
        padding: 5px 14px;
        bottom: 14%;
    }
    
    .slider-arrow {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

/* Çok Küçük Telefonlar (320px ve altı) */
@media (max-width: 320px) {
    .slide-image {
        height: 35vh;
        max-height: 350px;
        min-height: 220px;
    }
    
    .slide-number {
        font-size: 0.9rem;
        padding: 4px 12px;
        bottom: 15%;
    }
    
    .slider-nav {
        gap: 8px;
        padding: 0 8px;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .slider-dot {
        width: 7px;
        height: 7px;
    }
}

/* ÖZEL DURUMLAR İÇİN MEDIA QUERIES */

/* Yatay Mod (Landscape) Optimizasyonu */
@media (max-height: 500px) and (orientation: landscape) {
    .slide-image {
        height: 100vh;
        min-height: 300px;
    }
    
    .slide-number {
        bottom: 20%;
    }
    
    .slider-nav {
        margin-top: 15px;
    }
}

/* Ultra Yüksek PPI Ekranlar (500+ PPI) - Sony Xperia 1 V, Samsung S24 Ultra */
@media (min-resolution: 500dpi) {
    .slide-image {
        background-size: cover;
    }
    
    .slider-arrow {
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    }
    
    .slider-dot {
        width: 14px;
        height: 14px;
    }
}

/* Ultra Geniş Ekran Oranları (21:9 ve üzeri) - Sony Xperia 1 V */
@media (min-aspect-ratio: 21/9) {
    .slide-image {
        height: 85vh;
    }
    
    .slide-number {
        bottom: 8%;
    }
}

/* Tarayıcı Spesifik DÜZELTMELER */

/* Safari için özel stiller */
@supports (-webkit-touch-callout: none) {
    .slider-track {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .slide-image {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

/* Firefox için özel stiller */
@-moz-document url-prefix() {
    .slide-number {
        background: rgba(241, 90, 36, 0.95);
    }
}

/* Koyu Tema Desteği */
@media (prefers-color-scheme: dark) {
    .slider-arrow {
        background: #2d3748;
        color: #e2e8f0;
    }
    
    .slider-arrow:hover {
        background: #f15a24;
        color: white;
    }
}

/* İndirgenmiş Hareket Tercihi */
@media (prefers-reduced-motion: reduce) {
    .slider-track {
        transition: none;
    }
    
    .slider-arrow:hover {
        transform: none;
    }
    
    .slider-dot {
        transition: none;
    }
}

/* Touch Device Optimizasyonu */
@media (hover: none) and (pointer: coarse) {
    .slider-arrow:hover {
        background: white;
        color: #1e3a5f;
        transform: none;
    }
    
    .slider-arrow:active {
        background: #f15a24;
        color: white;
        transform: scale(0.95);
    }
    
    .slider-dot {
        min-width: 16px;
        min-height: 16px;
    }
    
    .slide-image {
        -webkit-touch-callout: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-962b386 */.modern-features-section {
  padding: 80px 0;
  background: #fff !importanat;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modern-features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.modern-feature-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modern-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3B82F6, #6366F1);
}

.modern-feature-card:nth-child(2)::before {
  background: linear-gradient(90deg, #F59E0B, #F97316);
}

.modern-feature-card:nth-child(3)::before {
  background: linear-gradient(90deg, #10B981, #059669);
}

.modern-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: white;
  background: linear-gradient(135deg, #3B82F6, #6366F1);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.modern-feature-card:nth-child(2) .feature-icon {
  background: linear-gradient(135deg, #F59E0B, #F97316);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.modern-feature-card:nth-child(3) .feature-icon {
  background: linear-gradient(135deg, #10B981, #059669);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.modern-feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1E293B;
  line-height: 1.3;
}

.modern-feature-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #64748B;
  margin-bottom: 25px;
  flex-grow: 1;
}

.feature-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.feature-tag {
  background: #F1F5F9;
  color: #475569;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #E2E8F0;
  transition: all 0.3s ease;
}

.modern-feature-card:hover .feature-tag {
  background: #3B82F6;
  color: white;
  border-color: #3B82F6;
}

.modern-feature-card:nth-child(2):hover .feature-tag {
  background: #F59E0B;
  border-color: #F59E0B;
}

.modern-feature-card:nth-child(3):hover .feature-tag {
  background: #10B981;
  border-color: #10B981;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .modern-features-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .modern-feature-card {
    padding: 30px 25px;
  }
  
  .modern-feature-card h3 {
    font-size: 20px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-478f672 */.modern-dusem-section {
  width: 100%;
  padding: 80px 0;
  background: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modern-dusem-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  color: #3498db;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
}

.section-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #3498db;
  margin: 15px auto 0;
}

.section-description {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #6c757d;
  font-size: 1.1rem;
  line-height: 1.6;
}

.dusem-content-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

.dusem-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
  min-height: 140px;
}

.feature-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #3498db;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.feature-item:hover::before {
  transform: scaleY(1);
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #3498db;
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #3498db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  background: #2980b9;
  transform: scale(1.1);
}

.feature-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
}

.feature-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
  line-height: 1.3;
}

.feature-text p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

.dusem-actions {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  min-width: 280px;
  height: fit-content;
}

.expert-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  padding: 15px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
  justify-content: center;
  text-align: center;
  min-height: 50px;
}

.expert-badge i {
  font-size: 16px;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.btn-primary, .btn-secondary {
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  min-height: 54px;
}

.btn-primary {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2980b9, #21618c);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.btn-secondary {
  background: white;
  color: #3498db;
  border: 2px solid #3498db;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.1);
}

.btn-secondary:hover {
  background: #3498db;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

/* Tablet Responsive (768px - 1024px) */
@media (max-width: 1024px) {
  .dusem-content-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
  }
  
  .dusem-features {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    order: 2;
  }
  
  .feature-item {
    min-height: 130px;
    padding: 20px;
  }
  
  .dusem-actions {
    min-width: auto;
    max-width: 100%;
    margin: 0 auto;
    order: 1;
    width: 100%;
    padding: 25px;
  }
  
  .action-buttons {
    flex-direction: row;
    gap: 15px;
  }
  
  .btn-primary, 
  .btn-secondary {
    min-height: 50px;
    padding: 14px 20px;
  }
  
  .expert-badge {
    min-height: 45px;
    padding: 12px 20px;
  }
}

/* Mobil Responsive (768px altı) */
@media (max-width: 768px) {
  .modern-dusem-section {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .section-title:after {
    width: 60px;
    margin: 12px auto 0;
  }
  
  .section-description {
    font-size: 1rem;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  
  .dusem-content-grid {
    gap: 30px;
  }
  
  .dusem-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .feature-item {
    padding: 20px;
    align-items: center;
    text-align: left;
    min-height: 120px;
  }
  
  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .feature-text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .feature-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .dusem-actions {
    padding: 25px;
    gap: 20px;
    max-width: 100%;
  }
  
  .expert-badge {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 45px;
  }
  
  .action-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  
  .btn-primary, 
  .btn-secondary {
    padding: 14px 20px;
    font-size: 15px;
    width: 100%;
    min-height: 50px;
  }
}

/* Küçük Mobil (480px altı) */
@media (max-width: 480px) {
  .modern-dusem-section {
    padding: 50px 0;
  }
  
  .modern-dusem-container {
    padding: 0 15px;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .section-description {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  
  .dusem-features {
    gap: 12px;
  }
  
  .feature-item {
    padding: 18px;
    gap: 12px;
    min-height: 110px;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .feature-text h4 {
    font-size: 15px;
  }
  
  .feature-text p {
    font-size: 13px;
  }
  
  .dusem-actions {
    padding: 20px;
    gap: 15px;
  }
  
  .btn-primary, 
  .btn-secondary {
    padding: 12px 18px;
    font-size: 14px;
    min-height: 46px;
  }
  
  .expert-badge {
    padding: 10px 16px;
    font-size: 13px;
    min-height: 42px;
  }
}

/* Çok Küçük Ekranlar (360px altı) */
@media (max-width: 360px) {
  .section-title {
    font-size: 1.6rem;
  }
  
  .feature-item {
    padding: 15px;
    min-height: 100px;
  }
  
  .dusem-actions {
    padding: 18px;
  }
  
  .btn-primary, 
  .btn-secondary {
    padding: 11px 16px;
    font-size: 13px;
    min-height: 44px;
  }
  
  .expert-badge {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35b9703 */.fullwidth-neden-dusem-section {
  width: 100%;
  padding: 80px 0;
  background: #ffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fullwidth-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
}

.section-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #6c757d;
  margin: 15px auto 0;
}

.section-description {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #6c757d;
  font-size: 1.1rem;
  line-height: 1.6;
}

.neden-dusem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.neden-feature {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.neden-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.neden-feature:hover::before {
  opacity: 1;
}

.neden-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: white;
  font-size: 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.neden-feature:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.neden-feature h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.neden-feature p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.neden-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.btn-primary, .btn-secondary {
  padding: 16px 36px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-primary {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2980b9, #21618c);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

.btn-secondary {
  background: white;
  color: #3498db;
  border: 2px solid #3498db;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.1);
}

.btn-secondary:hover {
  background: #3498db;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

/* Responsive Tasarım */
@media (max-width: 1024px) {
  .neden-dusem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .fullwidth-neden-dusem-section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .neden-dusem-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .neden-feature {
    padding: 35px 25px;
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
  
  .neden-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-primary, .btn-secondary {
    width: 250px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-description {
    font-size: 1rem;
  }
  
  .neden-feature h4 {
    font-size: 18px;
  }
  
  .neden-feature p {
    font-size: 14px;
  }
  
  .btn-primary, .btn-secondary {
    padding: 14px 28px;
    font-size: 15px;
  }
  
  .fullwidth-container {
    padding: 0 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b6a559 */.packages-section {
    width: 100%;
    padding: 70px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.packages-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 60px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-subtitle {
    color: #3498db;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    padding: 5px 15px;
    background: rgba(52, 152, 219, 0.1);
    border-radius: 15px;
}

.section-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 800;
    position: relative;
    line-height: 1.2;
}

.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    margin: 12px auto 0;
    border-radius: 2px;
}

.section-description {
    max-width: 600px;
    margin: 0 auto 25px;
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.package-card {
    background: white;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 580px;
    overflow: hidden;
}

.package-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border-radius: 14px 14px 0 0;
}

/* Tam Paket - Açık Mavi */
.package-card:nth-child(1)::before {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.package-card:nth-child(1):hover::before {
    transform: scaleX(1);
}

.package-card:nth-child(1):hover {
    border-color: #3498db;
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.15);
}

.package-card:nth-child(1) .btn-details {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.package-card:nth-child(1) .btn-details:hover {
    background: linear-gradient(135deg, #2980b9, #21618c);
}

/* Temel Bilimler - Orta Mavi */
.package-card:nth-child(2)::before {
    background: linear-gradient(135deg, #2980b9, #21618c);
}

.package-card:nth-child(2):hover::before {
    transform: scaleX(1);
}

.package-card:nth-child(2):hover {
    border-color: #2980b9;
    box-shadow: 0 15px 40px rgba(41, 128, 185, 0.15);
}

.package-card:nth-child(2) .btn-details {
    background: linear-gradient(135deg, #2980b9, #21618c);
}

.package-card:nth-child(2) .btn-details:hover {
    background: linear-gradient(135deg, #21618c, #1b4f72);
}

/* Klinik Bilimler - Koyu Mavi */
.package-card:nth-child(3)::before {
    background: linear-gradient(135deg, #21618c, #1b4f72);
}

.package-card:nth-child(3):hover::before {
    transform: scaleX(1);
}

.package-card:nth-child(3):hover {
    border-color: #21618c;
    box-shadow: 0 15px 40px rgba(33, 97, 140, 0.15);
}

.package-card:nth-child(3) .btn-details {
    background: linear-gradient(135deg, #21618c, #1b4f72);
}

.package-card:nth-child(3) .btn-details:hover {
    background: linear-gradient(135deg, #1b4f72, #154360);
}

/* Tek Ders - Turuncu */
.package-card:nth-child(4)::before {
    background: linear-gradient(135deg, #e67e22, #d35400);
}

.package-card:nth-child(4):hover::before {
    transform: scaleX(1);
}

.package-card:nth-child(4):hover {
    border-color: #e67e22;
    box-shadow: 0 15px 40px rgba(230, 126, 34, 0.15);
}

.package-card:nth-child(4) .btn-details {
    background: linear-gradient(135deg, #e67e22, #d35400);
}

.package-card:nth-child(4) .btn-details:hover {
    background: linear-gradient(135deg, #d35400, #ba4a00);
}

.package-card:hover::before {
    transform: scaleX(1);
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.package-card.featured {
    border: 2px solid #3498db;
    transform: scale(1.02);
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
}

.package-card.featured::before {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    transform: scaleX(1);
}

.package-card.featured:hover {
    transform: scale(1.02) translateY(-6px);
    box-shadow: 0 25px 60px rgba(231, 76, 60, 0.2);
}

.package-badge {
    position: absolute;
    top: -8px;
    right: 20px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 8px 18px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
    z-index: 2;
}

.package-header {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 18px;
}

.package-title {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.installment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.installment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.installment-item:hover {
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.package-card:nth-child(1) .installment-item:hover {
    border-color: #3498db;
}

.package-card:nth-child(2) .installment-item:hover {
    border-color: #2980b9;
}

.package-card:nth-child(3) .installment-item:hover {
    border-color: #21618c;
}

.package-card:nth-child(4) .installment-item:hover {
    border-color: #e67e22;
}

.installment-item .months {
    font-weight: 700;
    color: #2c3e50;
    font-size: 0.9rem;
    min-width: 50px;
}

.price-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.installment-item .price {
    font-weight: 800;
    color: #27ae60;
    font-size: 1rem;
    min-width: 85px;
    text-align: right;
}

.installment-details-btn {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white !important;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.2px;
}

.installment-details-btn:hover {
    color: white !important;
    background: linear-gradient(135deg, #2980b9, #21618c);
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(52, 152, 219, 0.3);
    
}

.package-features {
    flex-grow: 1;
    margin-bottom: 20px;
}

.package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-features li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    color: #5a6c7d;
    font-size: 0.9rem;
    border-bottom: 1px solid #f8f9fa;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li:hover {
    color: #2c3e50;
    transform: translateX(3px);
}

.package-features i {
    color: #27ae60;
    margin-right: 10px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    min-width: 14px;
    margin-top: 2px;
}

.package-features li:hover i {
    color: #2ecc71;
    transform: scale(1.1);
}

.package-footer {
    text-align: center;
    margin-top: auto;
    padding-top: 15px;
}

.btn-details {
    color: white !important;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.4px;
}

.btn-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
     color: white !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.4s;
}

.btn-details:hover::before {
    left: 100%;
     color: white !important;
}

.btn-details:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
     color: white !important;
}

.package-card.featured .btn-details {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    box-shadow: 0 3px 12px rgba(231, 76, 60, 0.3);
}

.package-card.featured .btn-details:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
    box-shadow: 0 6px 18px rgba(231, 76, 60, 0.4);
}

/* Responsive Tasarım */
@media (max-width: 1800px) {
    .packages-container {
        max-width: 1600px;
        padding: 0 50px;
    }
}

@media (max-width: 1600px) {
    .packages-container {
        max-width: 1400px;
        padding: 0 40px;
    }
}

@media (max-width: 1400px) {
    .packages-container {
        max-width: 1200px;
        padding: 0 30px;
    }
}

@media (max-width: 1200px) {
    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .package-card {
        min-height: 560px;
        padding: 25px 18px;
    }
}

@media (max-width: 992px) {
    .packages-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .packages-section {
        padding: 50px 0;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 450px;
        margin: 25px auto 0;
    }
    
    .package-card.featured {
        transform: none;
    }
    
    .package-card.featured:hover {
        transform: translateY(-6px);
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .package-title {
        font-size: 1.3rem;
    }
    
    .package-card {
        min-height: auto;
        padding: 22px 18px;
    }
    
    .installment-item {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding: 8px 10px;
    }
    
    .price-section {
        justify-content: center;
        width: 100%;
        gap: 6px;
    }
    
    .packages-container {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
   
    .installment-item {
        padding: 7px 8px;
    }
    
    .installment-item .price {
        font-size: 0.95rem;
    }
    
    .installment-details-btn {
        padding: 5px 8px;
        font-size: 0.7rem;
    }
    
    .packages-container {
        padding: 0 15px;
    }
    
    .package-card {
        padding: 20px 15px;
    }
    
    .btn-details {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1224222 */.modern-exams-section {
  width: 100%;
  padding: 80px 0;
  background: #ffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modern-exams-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  color: #3498db;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
}

.section-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #3498db;
  margin: 15px auto 0;
}

.section-description {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #6c757d;
  font-size: 1.1rem;
  line-height: 1.6;
}

.exams-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
}

.exams-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: sticky;
  top: 100px;
}

/* Gerçek MacBook Görünümü */
.macbook-mockup {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.macbook-screen {
  background: #1a1a1a;
  border: 16px solid #1a1a1a;
  border-radius: 24px 24px 8px 8px;
  height: 280px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.macbook-screen::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #333, #666, #333);
  border-radius: 26px 26px 10px 10px;
  z-index: -1;
}

.macbook-screen::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #000;
  border-radius: 4px;
  opacity: 0.6;
}

.screen-content {
  background: white;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.exam-interface {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.interface-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.timer {
  background: #e74c3c;
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.question-count {
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
}

.question-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.question-area h4 {
  color: #2c3e50;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.question-area p {
  color: #5a6c7d;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.option {
  padding: 12px 16px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  color: #5a6c7d;
  transition: all 0.3s ease;
  cursor: pointer;
}

.option:hover {
  background: #e9ecef;
  border-color: #3498db;
  transform: translateX(5px);
}

.interface-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 2px solid #e9ecef;
}

.nav-btn {
  padding: 10px 20px;
  border: 2px solid #3498db;
  background: white;
  color: #3498db;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #3498db;
  color: white;
  transform: translateY(-2px);
}

.macbook-base {
  height: 24px;
  background: linear-gradient(90deg, #e0e0e0, #f5f5f5, #e0e0e0);
  border-radius: 4px 4px 16px 16px;
  position: relative;
  margin-top: -4px;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.macbook-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 8px;
  background: linear-gradient(90deg, #c0c0c0, #e0e0e0, #c0c0c0);
  border-radius: 0 0 8px 8px;
}

.exams-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.exam-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 7. ve 8. sınavlar için responsive düzen */
.exam-group:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.exam-group:last-child .exam-card {
  grid-column: auto;
}

.exam-card {
  background: white;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Her sınav için farklı renkler */
.exam-card[data-exam="1"]::before { background: linear-gradient(135deg, #FF6B6B, #FF8E8E); }
.exam-card[data-exam="2"]::before { background: linear-gradient(135deg, #4ECDC4, #88D3CE); }
.exam-card[data-exam="3"]::before { background: linear-gradient(135deg, #45B7D1, #7BC8E2); }
.exam-card[data-exam="4"]::before { background: linear-gradient(135deg, #96CEB4, #B8E0C8); }
.exam-card[data-exam="5"]::before { background: linear-gradient(135deg, #FFEAA7, #FFEFC1); }
.exam-card[data-exam="6"]::before { background: linear-gradient(135deg, #DDA0DD, #E6B8E6); }
.exam-card[data-exam="7"]::before { background: linear-gradient(135deg, #98D8C8, #B4E4D4); }
.exam-card[data-exam="8"]::before { background: linear-gradient(135deg, #F7DC6F, #F9E79F); }

.exam-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.exam-card:hover::before {
  transform: scaleY(1);
}

.exam-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.exam-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.exam-number {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

/* Her sınav numarası için farklı renkler */
.exam-card[data-exam="1"] .exam-number { background: linear-gradient(135deg, #FF6B6B, #FF8E8E); }
.exam-card[data-exam="2"] .exam-number { background: linear-gradient(135deg, #4ECDC4, #88D3CE); }
.exam-card[data-exam="3"] .exam-number { background: linear-gradient(135deg, #45B7D1, #7BC8E2); }
.exam-card[data-exam="4"] .exam-number { background: linear-gradient(135deg, #96CEB4, #B8E0C8); }
.exam-card[data-exam="5"] .exam-number { background: linear-gradient(135deg, #FFEAA7, #FFEFC1); }
.exam-card[data-exam="6"] .exam-number { background: linear-gradient(135deg, #DDA0DD, #E6B8E6); }
.exam-card[data-exam="7"] .exam-number { background: linear-gradient(135deg, #98D8C8, #B4E4D4); }
.exam-card[data-exam="8"] .exam-number { background: linear-gradient(135deg, #F7DC6F, #F9E79F); }

.exam-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.exam-status.active {
  background: #e8f5e8;
  color: #27ae60;
}

.exam-status.upcoming {
  background: #fff3cd;
  color: #856404;
}

.exam-card h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.exam-dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.date-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6c757d;
  font-size: 14px;
}

.date-item i {
  color: #3498db;
  width: 16px;
}

.exam-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.exam-btn:hover {
  background: linear-gradient(135deg, #2980b9, #21618c);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.exam-btn.upcoming {
  background: #6c757d;
  cursor: not-allowed;
}

.exam-btn.upcoming:hover {
  background: #5a6268;
  transform: none;
  box-shadow: none;
}

/* Responsive Tasarım */
/* Desktop: 1200px+ */
@media (min-width: 1200px) {
  .exams-content {
    grid-template-columns: 400px 1fr;
  }
}

/* Tablet Landscape: 1024px - 1199px */
@media (max-width: 1199px) and (min-width: 1024px) {
  .exams-content {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
  .exam-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .exam-group:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet: 768px - 1023px */
@media (max-width: 1023px) and (min-width: 768px) {
  .exams-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .exams-visual {
    position: static;
    order: 2;
  }
  .macbook-mockup {
    max-width: 450px;
    margin: 0 auto;
  }
  .exam-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .exam-group:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil Landscape: 600px - 767px */
@media (max-width: 767px) and (min-width: 600px) {
  .modern-exams-section {
    padding: 60px 0;
  }
  .exams-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .exams-visual {
    order: 2;
  }
  .macbook-mockup {
    max-width: 400px;
  }
  .exam-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .exam-group:last-child {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 2.2rem;
  }
}

/* Mobil Portrait: 480px - 599px */
@media (max-width: 599px) and (min-width: 480px) {
  .modern-exams-section {
    padding: 50px 0;
  }
  .modern-exams-container {
    padding: 0 15px;
  }
  .exams-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .exams-visual {
    order: 2;
  }
  .macbook-mockup {
    max-width: 350px;
  }
  .macbook-screen {
    height: 250px;
  }
  .exam-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .exam-group:last-child {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .exam-card {
    padding: 20px;
  }
}

/* Küçük Mobil: 320px - 479px */
@media (max-width: 479px) {
  .modern-exams-section {
    padding: 40px 0;
  }
  .modern-exams-container {
    padding: 0 12px;
  }
  .exams-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .exams-visual {
    order: 2;
  }
  .macbook-mockup {
    max-width: 320px;
  }
  .macbook-screen {
    height: 220px;
    border: 12px solid #1a1a1a;
  }
  .exam-interface {
    padding: 20px;
  }
  .exam-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .exam-group:last-child {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-description {
    font-size: 0.95rem;
  }
  .exam-card {
    padding: 18px 15px;
  }
}

/* Çok Küçük Mobil: 320px altı */
@media (max-width: 319px) {
  .modern-exams-container {
    padding: 0 10px;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .macbook-mockup {
    max-width: 280px;
  }
  .exam-card {
    padding: 15px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4049a97 *//* Yayınlarımız Bölümü */
        .dusem-yayinlar-section {
            background: linear-gradient(135deg, #f8fbff 0%, #e6f0ff 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .dusem-yayinlar-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .yayinlar-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .yayinlar-header h2 {
            font-size: 42px;
            font-weight: 800;
            color: #1e3a5f;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .yayinlar-header h2:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #1e3a5f, #f15a24);
            border-radius: 2px;
        }

        .yayinlar-header p {
            font-size: 20px;
            color: #6c757d;
            max-width: 700px;
            margin: 30px auto 0;
            line-height: 1.6;
            font-weight: 400;
        }

        /* Slider Container */
        .yayinlar-slider {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
        }

        .yayinlar-slider-track {
            display: flex;
            gap: 30px;
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            padding: 20px 10px;
            touch-action: pan-y;
            width: max-content; /* ÖNEMLİ: İçeriğe göre genişlik */
        }

        /* Kitap Kartları */
        .kitap-card {
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            padding: 30px;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid #e9ecef;
            min-width: 300px;
            flex-shrink: 0;
            cursor: grab;
            position: relative;
            overflow: hidden;
        }

        .kitap-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #1e3a5f, #f15a24);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .kitap-card:hover:before {
            transform: scaleX(1);
        }

        .kitap-card:active {
            cursor: grabbing;
        }

        .kitap-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
        }

        .kitap-image {
            width: 180px;
            height: 250px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 12px;
            margin: 0 auto 25px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .kitap-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: linear-gradient(135deg, #f15a24, #e04a1a);
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: 700;
            z-index: 2;
            box-shadow: 0 4px 12px rgba(241, 90, 36, 0.3);
        }

        .kitap-info h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1e3a5f;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .kitap-info p {
            font-size: 15px;
            color: #6c757d;
            margin-bottom: 20px;
            line-height: 1.5;
            font-weight: 400;
        }

        .kitap-detay {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-bottom: 25px;
            padding: 15px 0;
            border-top: 1px solid #f1f3f4;
            border-bottom: 1px solid #f1f3f4;
        }

        .detay-item {
            text-align: center;
            flex: 1;
        }

        .detay-item strong {
            display: block;
            font-size: 13px;
            color: #1e3a5f;
            margin-bottom: 6px;
            font-weight: 600;
        }

        .detay-item span {
            font-size: 15px;
            color: #f15a24;
            font-weight: 700;
        }

        .kitap-button {
            display: inline-block;
            background: linear-gradient(135deg, #1e3a5f, #2c5282);
            color: white;
            padding: 14px 35px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 700;
            font-size: 15px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .kitap-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .kitap-button:hover:before {
            left: 100%;
        }

        .kitap-button:hover {
            background: linear-gradient(135deg, #2c5282, #1e3a5f);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(30, 58, 95, 0.3);
        }

        /* Slider Navigation */
        .slider-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 25px;
            margin-top: 50px;
        }

        .slider-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: white;
            border: 2px solid #1e3a5f;
            color: #1e3a5f;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 20px;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .slider-btn:hover {
            background: #1e3a5f;
            color: white;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(30, 58, 95, 0.3);
        }

        .slider-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
        }

        .slider-btn:disabled:hover {
            background: white;
            color: #1e3a5f;
            transform: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .slider-dots {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .slider-page-info {
            font-size: 18px;
            font-weight: 600;
            color: #1e3a5f;
            padding: 8px 16px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            min-width: 80px;
            text-align: center;
        }

        /* Responsive Tasarım */
        @media (max-width: 1400px) {
            .dusem-yayinlar-container {
                max-width: 1200px;
                padding: 0 30px;
            }
            
            .kitap-card {
                min-width: 280px;
            }
        }

        @media (max-width: 1200px) {
            .dusem-yayinlar-section {
                padding: 70px 0;
            }
            
            .yayinlar-header h2 {
                font-size: 36px;
            }
            
            .yayinlar-header p {
                font-size: 18px;
            }
            
            .kitap-card {
                min-width: 260px;
                padding: 25px;
            }
            
            .kitap-image {
                width: 160px;
                height: 220px;
            }
        }

        @media (max-width: 992px) {
            .dusem-yayinlar-container {
                padding: 0 25px;
            }
            
            .yayinlar-header {
                margin-bottom: 50px;
            }
            
            .yayinlar-header h2 {
                font-size: 32px;
            }
            
            .yayinlar-header p {
                font-size: 17px;
                margin-top: 25px;
            }
            
            .yayinlar-slider-track {
                gap: 25px;
                padding: 15px 20px;
            }
            
            .kitap-card {
                min-width: 240px;
                padding: 22px;
            }
            
            .kitap-image {
                width: 150px;
                height: 200px;
                margin-bottom: 20px;
            }
            
            .slider-nav {
                margin-top: 40px;
                gap: 20px;
            }
            
            .slider-btn {
                width: 55px;
                height: 55px;
                font-size: 18px;
            }
        }

        @media (max-width: 768px) {
            .dusem-yayinlar-section {
                padding: 60px 0;
            }
            
            .dusem-yayinlar-container {
                padding: 0 20px;
            }
            
            .yayinlar-header {
                margin-bottom: 40px;
            }
            
            .yayinlar-header h2 {
                font-size: 28px;
            }
            
            .yayinlar-header h2:after {
                width: 80px;
                bottom: -10px;
            }
            
            .yayinlar-header p {
                font-size: 16px;
                margin-top: 20px;
            }
            
            .yayinlar-slider-track {
                gap: 20px;
                padding: 10px 15px;
            }
            
            .kitap-card {
                min-width: 220px;
                padding: 20px;
            }
            
            .kitap-image {
                width: 140px;
                height: 180px;
                margin-bottom: 18px;
            }
            
            .kitap-info h3 {
                font-size: 18px;
            }
            
            .kitap-info p {
                font-size: 14px;
            }
            
            .kitap-detay {
                margin-bottom: 20px;
                padding: 12px 0;
            }
            
            .detay-item strong {
                font-size: 12px;
            }
            
            .detay-item span {
                font-size: 14px;
            }
            
            .kitap-button {
                padding: 12px 25px;
                font-size: 14px;
            }
            
            .slider-nav {
                margin-top: 35px;
                gap: 15px;
            }
            
            .slider-btn {
                width: 50px;
                height: 50px;
                font-size: 16px;
            }
        }

        @media (max-width: 576px) {
            .dusem-yayinlar-section {
                padding: 50px 0;
            }
            
            .dusem-yayinlar-container {
                padding: 0 15px;
            }
            
            .yayinlar-header {
                margin-bottom: 35px;
            }
            
            .yayinlar-header h2 {
                font-size: 24px;
            }
            
            .yayinlar-header p {
                font-size: 15px;
                margin-top: 15px;
            }
            
            .yayinlar-slider-track {
                gap: 15px;
                padding: 5px 10px;
            }
            
            .kitap-card {
                min-width: 200px;
                padding: 18px;
            }
            
            .kitap-image {
                width: 120px;
                height: 160px;
                margin-bottom: 15px;
            }
            
            .kitap-badge {
                font-size: 11px;
                padding: 5px 10px;
            }
            
            .kitap-info h3 {
                font-size: 16px;
            }
            
            .kitap-info p {
                font-size: 13px;
            }
            
            .kitap-button {
                padding: 10px 20px;
                font-size: 13px;
            }
            
            .slider-nav {
                margin-top: 30px;
                gap: 12px;
            }
            
            .slider-btn {
                width: 45px;
                height: 45px;
                font-size: 14px;
            }
        }

        @media (max-width: 400px) {
            .kitap-card {
                min-width: 180px;
                padding: 15px;
            }
            
            .kitap-image {
                width: 110px;
                height: 150px;
            }
            
            .yayinlar-header h2 {
                font-size: 22px;
            }
            
            .slider-nav {
                flex-wrap: wrap;
                gap: 10px;
            }
        }/* End custom CSS */