.elementor-6096 .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;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .elementor-element.elementor-element-b06b85a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6096 .elementor-element.elementor-element-40b31d5 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-6096 .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;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .elementor-element.elementor-element-80560f7{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .elementor-element.elementor-element-3f7cefb{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .elementor-element.elementor-element-79c2a2b{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6096 .elementor-element.elementor-element-5b41704{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6096 .elementor-element.elementor-element-0aac5cb{--justify-content:center;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-6096 .elementor-element.elementor-element-962b386.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-6096 .elementor-element.elementor-element-0aac5cb{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-6096 .elementor-element.elementor-element-0aac5cb{--width:631px;}}/* Start custom CSS for html, class: .elementor-element-40b31d5 *//* RESET */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    overflow-x:hidden;
    font-family:'Segoe UI',sans-serif;
    background:#fff;
}

/* =========================
   SLIDER SECTION
========================= */

.modern-slider-section{
    width:100%;
    position:relative;
    overflow:hidden;
    background:#fff;

    /* HEADER ÇAKIŞMA FIX */
    margin-top:90px !important;

    z-index:1;
}

.slider-container{
    width:100%;
    max-width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.slider-wrapper{
    width:100%;
    overflow:hidden;
    position:relative;
    line-height:0;
}

.slider-track{
    display:flex;
    transition:transform .6s ease;
    will-change:transform;
}

.slider-slide{
    min-width:100%;
    flex-shrink:0;
    position:relative;
}

/* =========================
   SLIDE IMAGE
========================= */

.slide-image{
    width:100%;

    /* 1920x700 ORAN */
    aspect-ratio:1920 / 700;

    min-height:250px;

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    display:block;

    cursor:pointer;

    overflow:hidden;
}

/* =========================
   NAVIGATION
========================= */

.slider-nav{
    position:absolute;
    left:50%;
    bottom:20px;
    transform:translateX(-50%);

    display:flex;
    align-items:center;
    gap:15px;

    z-index:5;
}

/* ARROWS */

.slider-arrow{
    width:48px;
    height:48px;

    border:none;
    border-radius:50%;

    background:#fff;
    color:#111;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    font-size:18px;

    box-shadow:0 4px 15px rgba(0,0,0,.15);

    transition:.3s ease;
}

.slider-arrow:hover{
    transform:scale(1.05);
}

/* DOTS */

.slider-dots{
    display:flex;
    align-items:center;
    gap:10px;
}

.slider-dot{
    width:12px;
    height:12px;

    border-radius:50%;

    background:rgba(255,255,255,.6);

    cursor:pointer;

    transition:.3s ease;
}

.slider-dot.active{
    background:#fff;
    transform:scale(1.2);
}

/* =========================
   ELEMENTOR FIX
========================= */

.elementor-widget-container{
    margin:0 !important;
    padding:0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column{
    margin:0;
    padding:0;
}

.elementor-section-stretched{
    width:100% !important;
    left:0 !important;
}

/* HEADER */

header,
.elementor-location-header{
    position:relative;
    z-index:9999;
}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

.modern-slider-section{
    margin-top:80px !important;
}

.slide-image{
    aspect-ratio:16 / 9;
    min-height:240px;
}

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

.modern-slider-section{
    margin-top:70px !important;
}

.slide-image{
    aspect-ratio:16 / 9;
    min-height:220px;
}

.slider-nav{
    bottom:10px;
    gap:10px;
}

.slider-arrow{
    width:40px;
    height:40px;
    font-size:14px;
}

.slider-dot{
    width:10px;
    height:10px;
}

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

.modern-slider-section{
    margin-top:65px !important;
}

.slide-image{
    min-height:200px;
}

}/* 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: #f8f9fa;
    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-d3d4567 */<!-- ========== CSS ========== -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Section ── */
.plat-section {
    background: #F2F2F2;
    padding: 90px 0 110px;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
}

.plat-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Header ── */
.plat-header {
    text-align: center;
    margin-bottom: 64px;
}

.plat-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #0084CB;
    color: #fff;
}

.plat-title {
    font-size: 42px;
    font-weight: 700;
    color: #424242;
    line-height: 1.2;
    margin-bottom: 16px;
}

.plat-hl {
    color: #0084CB;
}

.plat-subtitle {
    font-size: 16px;
    color: #676C72;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Card ── */
.plat-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 32px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.plat-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.13);
    transform: translateY(-4px);
}
.plat-card:last-child { margin-bottom: 0; }

/* Sol kenar aksanı */
.plat-card-accent {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 5px;
    border-radius: 8px 0 0 8px;
}
.plat-accent-blue { background: #0084CB; }
.plat-accent-red  { background: #ED1C24; }

.plat-card-body {
    display: grid;
    grid-template-columns: 380px 1fr;
    min-height: 460px;
}
.plat-card-body-rev {
    grid-template-columns: 1fr 380px;
}

/* ── Visual Panel ── */
.plat-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 40px 32px;
}
.plat-visual-blue { background: #0084CB; }
.plat-visual-red  { background: #ED1C24; }

.plat-img {
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
    display: block;
    object-fit: cover;
}

.plat-img-placeholder {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 280px;
    height: 180px;
    border-radius: 10px;
    border: 2px dashed rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.7);
    font-size: 44px;
}
.plat-img-placeholder span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.5px;
}

/* ── Download Wrap ── */
.plat-dl-wrap {
    width: 100%;
    max-width: 300px;
}

.plat-dl-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.plat-dl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.plat-dl-grid-2 {
    grid-template-columns: 1fr 1fr;
}

/* ── Download Button ── */
.plat-dl-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 6px;
    text-decoration: none;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.35);
    color: #fff !important;
    transition: all 0.22s ease;
    backdrop-filter: blur(4px);
}
.plat-dl-btn:hover {
    background: rgba(255,255,255,0.28);
    border-color: rgba(255,255,255,0.7);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.plat-dl-btn:active { transform: translateY(0); }

.plat-dl-btn i {
    font-size: 20px;
    flex-shrink: 0;
}
.plat-dl-btn small {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}
.plat-dl-btn strong {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1;
}

/* ── Content Panel ── */
.plat-content {
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.plat-brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.plat-brand-icon {
    width: 52px; height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}
.plat-bi-blue { background: #0084CB; }
.plat-bi-red  { background: #ED1C24; }

.plat-brand-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #424242;
    line-height: 1.1;
    margin-bottom: 3px;
}
.plat-brand-text h3 span { font-weight: 900; }
.plat-brand-text em {
    font-size: 12px;
    font-style: normal;
    color: #676C72;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.plat-web-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
    background: #0084CB;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}
.plat-web-btn:hover { background: #006fa8; transform: translateY(-1px); }

.plat-desc {
    font-size: 15px;
    color: #676C72;
    line-height: 1.75;
}

/* ── Features ── */
.plat-feats {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.plat-feat {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #F2F2F2;
    border-left: 3px solid transparent;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.plat-feat:hover { background: #E9EFF1; transform: translateX(3px); }
#card-tusem .plat-feat:hover     { border-left-color: #0084CB; }
#card-dusemobile .plat-feat:hover { border-left-color: #ED1C24; }

.plat-feat-icon {
    width: 36px; height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
}
.plat-fi-blue { background: #0084CB; }
.plat-fi-red  { background: #ED1C24; }

.plat-feat strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #424242;
    margin-bottom: 2px;
}
.plat-feat span {
    font-size: 12px;
    color: #676C72;
    line-height: 1.5;
}

/* ── Badges ── */
.plat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.plat-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
.plat-badge-blue { background: rgba(0,132,203,0.1); color: #0084CB; }
.plat-badge-red  { background: rgba(237,28,36,0.1);  color: #ED1C24; }

/* ── Responsive ── */
@media (max-width: 960px) {
    .plat-card-body,
    .plat-card-body-rev { grid-template-columns: 320px 1fr; }
}
@media (max-width: 780px) {
    .plat-card-body,
    .plat-card-body-rev { grid-template-columns: 1fr; }
    .plat-card-body-rev .plat-content { order: 1; }
    .plat-card-body-rev .plat-visual  { order: 2; }
    .plat-visual { min-height: 280px; }
    .plat-content { padding: 28px 24px; }
    .plat-title { font-size: 30px; }
    .plat-dl-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .plat-section { padding: 60px 0 70px; }
    .plat-title { font-size: 24px; }
    .plat-content { padding: 22px 18px; }
    .plat-brand-row { flex-wrap: wrap; }
    .plat-web-btn { margin-left: 0; width: 100%; justify-content: center; }
    .plat-dl-grid { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89d4a38 */.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: #6c757d;
  transform: none;
  box-shadow: none;
}

.exam-btn.sonuc {
  background: #ffb700;
  
}

.exam-btn.sonuc:hover {
  background: #ffb700;
  transform: none;
  box-shadow: none;
}

.exam-btn.tamamlandi1 {
  background: #FF6B6B;
}
  
 .exam-btn.tamamlandi2 {
  background: #4ECDC4;
}
.exam-btn.tamamlandi3 {
  background: #45B7D1;
}

.exam-btn.tamamlandi4 { 
    background: #96CEB4; 
}

/* 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;
  }
}
.exam-btn.started {
  background-color: #22c55e;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.exam-btn.started:hover {
  background-color: #16a34a;
}

/* Yanıp sönme / nabız efekti */
.pulse {
  animation: pulse-green 1.4s infinite;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8df0699 *//* WordPress Elementor Uyumlu CSS */
.modern-sinav-takvimi-section {
  width: 100%;
  padding: 80px 0;
  background: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}

.modern-sinav-takvimi-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}

.section-subtitle {
  color: #3498db;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(52, 152, 219, 0.1);
  border-radius: 25px;
  border: 2px solid rgba(52, 152, 219, 0.2);
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
}

.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;
}

/* DÜZGÜN ORTALANMIŞ GRID YAPISI - 4 KART YAN YANA */
.sinav-takvimi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: start;
  gap: 30px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* TAM ORTALANMIŞ KARTLAR */
.sinav-kart {
  background: white;
  border-radius: 20px;
  padding: 35px 25px;
  box-shadow: 0 8px 30px 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 #e9ecef;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  min-height: 380px;
  box-sizing: border-box;
  margin: 0;
}

.sinav-kart::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sinav-kart.dus::before {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.sinav-kart.tus::before {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.sinav-kart:hover::before {
  transform: scaleX(1);
}

.sinav-kart:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.sinav-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.sinav-kart.dus .sinav-badge {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.sinav-kart.tus .sinav-badge {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.sinav-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 32px;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.sinav-kart.dus .sinav-icon {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.sinav-kart.tus .sinav-icon {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.sinav-kart h3 {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.tarih-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.sinav-kart:hover .tarih-container {
  border-color: #3498db;
  background: #e3f2fd;
}

.tarih-container i {
  color: #3498db;
  font-size: 18px;
  width: 20px;
}

.tarih {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
}

.sinav-kart.dus .tarih {
  color: #2980b9;
}

.sinav-kart.tus .tarih {
  color: #c0392b;
}

.bilgi {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 25px;
  flex-grow: 1;
}

.sinav-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
}

.kalan-gun {
  background: #f8f9fa;
  color: #6c757d;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid #e9ecef;
}

.kalan-gun.yaklasan {
  background: #fff3cd;
  color: #856404;
  border-color: #ffeaa7;
}

.kalan-gun.cok-yakın {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.btn-detay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
  border: none;
  cursor: pointer;
}

.sinav-kart.tus .btn-detay {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.btn-detay:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
  color: white !important;
}

.sinav-kart.tus .btn-detay:hover {
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
}

.takvim-uyari {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 12px;
  padding: 20px 25px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.uyari-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f39c12;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  flex-shrink: 0;
}

.takvim-uyari p {
  color: #856404;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* RESPONSIVE TASARIM */
/* Büyük Tablet: 1024px - 1200px */
@media (max-width: 1200px) and (min-width: 1024px) {
  .sinav-takvimi-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }
}

/* Tablet: 768px - 1023px */
@media (max-width: 1023px) and (min-width: 768px) {
  .modern-sinav-takvimi-section {
    padding: 60px 0;
  }
  .sinav-takvimi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 700px;
  }
  .sinav-kart {
    min-height: 360px;
    padding: 30px 20px;
  }
  .section-title {
    font-size: 2.2rem;
  }
}

/* Mobil: 480px - 767px */
@media (max-width: 767px) and (min-width: 480px) {
  .modern-sinav-takvimi-section {
    padding: 50px 0;
  }
  .sinav-takvimi-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
  }
  .sinav-kart {
    min-height: 320px;
    padding: 25px 20px;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1rem;
    padding: 6px 16px;
  }
  .takvim-uyari {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 15px 20px;
  }
}

/* Küçük Mobil: 320px - 479px */
@media (max-width: 479px) {
  .modern-sinav-takvimi-section {
    padding: 40px 0;
  }
  .modern-sinav-takvimi-container {
    padding: 0 15px;
  }
  .sinav-takvimi-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sinav-kart {
    min-height: 300px;
    padding: 25px 20px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 0.9rem;
    padding: 5px 14px;
  }
  .section-description {
    font-size: 1rem;
  }
  .sinav-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
  .sinav-kart h3 {
    font-size: 1.2rem;
  }
  .tarih {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4049a97 *//* Yayınlarımız Bölümü */
        .dusem-yayinlar-section {
            background: #FFFF;
            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;
        }

        /* Kategori Filtreleri */
        .kategori-filter {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .kategori-btn {
            padding: 12px 28px;
            background: white;
            border: 2px solid #1e3a5f;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            color: #1e3a5f;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .kategori-btn:hover {
            background: #f0f4f8;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
        }

        .kategori-btn.active {
            background: linear-gradient(135deg, #1e3a5f, #2c5282);
            color: white;
            border-color: #1e3a5f;
        }

        .kategori-btn .kitap-count {
            background: rgba(255, 255, 255, 0.2);
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 14px;
        }

        /* 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;
        }

        /* 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;
        }

        /* Kategori İçeriği - Gizle/Göster */
        .kategori-icerik {
            display: none;
        }

        .kategori-icerik.active {
            display: block;
        }

        /* 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;
            }
            
            .kategori-filter {
                gap: 12px;
            }
            
            .kategori-btn {
                padding: 10px 20px;
                font-size: 14px;
            }
            
            .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;
            }
            
            .kategori-filter {
                gap: 10px;
                margin-bottom: 30px;
            }
            
            .kategori-btn {
                padding: 8px 16px;
                font-size: 13px;
            }
            
            .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) {
            .kategori-filter {
                flex-direction: column;
                align-items: center;
            }
            
            .kategori-btn {
                width: 100%;
                max-width: 250px;
                justify-content: center;
            }
            
            .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 */