/* ============================================
   mainpage - Auto-bundled CSS
   Generated: 2025-12-23 10:26:54
   ============================================ */

/* ========== hero.css ========== */
/* Hero Section Styles */
.monger-hero {
  width: 100%;
    max-width: 100vw;
  display: flex;
  justify-content: center;
    padding: 0px 0 80px;
    font-family: 'Agrandir', sans-serif;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Container */
.monger-hero-inner {
    width: 1482px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
    padding: 0 20px;
}

/* Main Panel */
.monger-hero-panel {
    background-color: #f7f6f1;
    color: #0c463d;
  border-radius: 28px;
    padding: 64px 80px 210px;
  text-align: center;
  box-sizing: border-box;
    position: relative;
}

/* Main Title */
.monger-hero-title {
    margin: 0 0 0px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.0;
    color: #0c463d;
}

/* Subtitle with highlighted span */
.monger-hero-subtitle {
    margin: 0 0 24px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.0;
    color: #0c463d;
}

.monger-hero-subtitle .monger-hero-highlight {
    background-color: #0c463d;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
}

/* Description Text - truncated */
.monger-hero-description {
    margin: 0 auto 32px;
  max-width: 820px;
    font-size: 27px;
    line-height: 1.5;
    color: #0c463d;
    opacity: 0.9;
}

/* CTA Button - inside panel, before video */
.monger-hero-cta-wrapper {
    text-align: center;
    margin-bottom: 0;
}

.monger-hero-cta {
    display: inline-block;
    background: #0c463d;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Agrandir', sans-serif;
  font-size: 22px;
    padding: 14px 44px;
    border-radius: 34px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(12, 70, 61, 0.2);
}

.monger-hero-cta:hover {
    background: #0a3a32;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(12, 70, 61, 0.3);
}

/* Video Overlap Card - half inside, half outside */
.monger-hero-video-overlap {
  position: relative;
  width: 620px;
  max-width: min(90%, 720px);
    margin: -180px auto 0;
  border-radius: 18px;
  background: #ffffff;
    padding: 10px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

/* Voomly embed container */
.monger-hero-video-overlap .voomly-embed {
  border-radius: 12px !important;
  overflow: hidden;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .monger-hero {
        padding-top: 0px;
        padding-bottom: 60px;
}

    .monger-hero-inner {
        padding: 0 16px;
  }

    .monger-hero-panel {
        padding: 40px 28px 110px;
    border-radius: 24px;
  }

    .monger-hero-title {
        font-size: 32px;
    }

    .monger-hero-subtitle {
        font-size: 32px;
  }

    .monger-hero-description {
        font-size: 16px;
        max-width: 95%;
  }

    .monger-hero-video-overlap {
        margin: -90px auto 0;
        width: 90%;
  }

    .monger-hero-cta {
    font-size: 16px; 
        padding: 12px 32px;
  }
}

@media (max-width: 768px) {
    .monger-hero {
        padding-bottom: 50px;
    }

    .monger-hero-inner {
        padding: 0 12px;
  }

    .monger-hero-panel {
        padding: 32px 20px 90px;
    border-radius: 20px;
  }

    .monger-hero-title {
        font-size: 28px;
    }

    .monger-hero-subtitle {
        font-size: 28px;
        line-height: 1.2;
    }

    .monger-hero-description {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .monger-hero-video-overlap {
        margin: -70px auto 0;
        width: 95%;
        padding: 8px;
    }

    .monger-hero-cta {
        font-size: 15px;
        padding: 11px 28px;
    }
}

@media (max-width: 520px) {
    .monger-hero {
        padding-bottom: 40px;
    }

    .monger-hero-inner {
        padding: 0 12px;
    }

    .monger-hero-panel {
        padding: 28px 16px 80px;
        border-radius: 18px;
    }

    .monger-hero-title {
        font-size: 26px;
        line-height: 1.1;
  }

    .monger-hero-subtitle {
        font-size: 24px;
        line-height: 1.2;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .monger-hero-subtitle .monger-hero-highlight {
        padding: 6px 16px;
        font-size: 24px;
        border-radius: 40px;
    }

    .monger-hero-description {
        font-size: 14px;
    line-height: 1.4;
        margin-bottom: 20px;
    }

    .monger-hero-video-overlap {
        margin: -60px auto 0;
        width: 95%;
        padding: 6px;
    border-radius: 14px;
  }

    .monger-hero-cta {
    font-size: 14px; 
        padding: 10px 24px;
        border-radius: 28px;
  }
}

@media (max-width: 380px) {
    .monger-hero {
        padding-bottom: 30px;
    }

    .monger-hero-inner {
        padding: 0 10px;
  }

    .monger-hero-panel {
        padding: 24px 12px 70px;
        border-radius: 16px;
  }

    .monger-hero-title {
        font-size: 22px;
    }

    .monger-hero-subtitle {
        font-size: 20px;
        padding: 0 4px;
    }

    .monger-hero-subtitle .monger-hero-highlight {
        padding: 4px 12px;
        font-size: 20px;
  }

    .monger-hero-description {
        font-size: 13px;
  }

    .monger-hero-video-overlap {
        margin: -50px auto 0;
        padding: 5px;
    }

    .monger-hero-cta {
    font-size: 13px; 
        padding: 9px 20px;
  }
}



/* ========== mongerlab-nedir.css ========== */
/* Mongerlab Nedir Section Styles */
.mongerlab-nedir {
    width: 100%;
    max-width: min(1332px, 100vw);
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    font-family: 'Agrandir', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Container */
.mongerlab-nedir-inner {
    
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: -40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Left Content */
.mongerlab-nedir-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Header with title, button and icon */
.mongerlab-nedir-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

/* Main Title */
.mongerlab-nedir-title {
    margin: 0;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.2;
    color: #0c463d;
}

/* Nedir Button */
.mongerlab-nedir-button {
    display: inline-block;
    background: #0c463d;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Agrandir', sans-serif;
    font-size: 52px;
    padding: 2px 20px;
    border-radius: 60px;
    white-space: nowrap;
}

/* Icon */
.mongerlab-nedir-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
}

.mongerlab-nedir-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Subtitle */
.mongerlab-nedir-subtitle {
    margin: 0 0 24px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.4;
    color: #666666;
}

/* Description Text */
.mongerlab-nedir-description {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 600px;
}

/* Right Image */
.mongerlab-nedir-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mongerlab-nedir-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles - Tablet */
@media (max-width: 1200px) {
    .mongerlab-nedir-inner {
        gap: 50px;
    }

    .mongerlab-nedir-title {
        font-size: 48px;
    }

    .mongerlab-nedir-button {
        font-size: 48px;
        padding: 10px 28px;
    }

    .mongerlab-nedir-subtitle {
        font-size: 24px;
    }

    .mongerlab-nedir-description {
        font-size: 17px;
    }
}

@media (max-width: 992px) {
    .mongerlab-nedir {
        padding: 60px 0;
    }

    .mongerlab-nedir-inner {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
        padding-bottom: 0;
    }

    .mongerlab-nedir-content {
        width: 100%;
    }

    .mongerlab-nedir-image {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .mongerlab-nedir-image img {
        width: 100%;
        max-width: 600px;
    }

    .mongerlab-nedir-title {
        font-size: 42px;
    }

    .mongerlab-nedir-button {
        font-size: 42px;
        padding: 10px 24px;
    }

    .mongerlab-nedir-icon {
        width: 55px;
        height: 55px;
    }

    .mongerlab-nedir-subtitle {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .mongerlab-nedir-description {
        font-size: 16px;
        max-width: 100%;
    }

    .mongerlab-nedir-header {
        gap: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .mongerlab-nedir {
        padding: 40px 0;
    }

    .mongerlab-nedir-inner {
        padding: 0 16px;
        gap: 24px;
        margin-top: -20px;
    }

    .mongerlab-nedir-image {
        margin-bottom: 0;
    }

    .mongerlab-nedir-title {
        font-size: 32px;
    }

    .mongerlab-nedir-button {
        font-size: 32px;
        padding: 6px 18px;
    }

    .mongerlab-nedir-icon {
        width: 44px;
        height: 44px;
        margin-left: 0px;
    }

    .mongerlab-nedir-subtitle {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .mongerlab-nedir-description {
        font-size: 15px;
        line-height: 1.6;
    }

    .mongerlab-nedir-header {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 18px;
    }
}

@media (max-width: 520px) {
    .mongerlab-nedir {
        padding: 30px 0;
    }

    .mongerlab-nedir-inner {
        padding: 0 16px;
        gap: 20px;
        margin-top: -10px;
    }

    .mongerlab-nedir-image {
        margin-bottom: 0;
    }

    .mongerlab-nedir-title {
        font-size: 26px;
        line-height: 1.1;
    }

    .mongerlab-nedir-button {
        font-size: 26px;
        padding: 5px 14px;
        border-radius: 28px;
    }

    .mongerlab-nedir-icon {
        width: 38px;
        height: 38px;
    }

    .mongerlab-nedir-subtitle {
        font-size: 17px;
        margin-bottom: 14px;
        line-height: 1.3;
    }

    .mongerlab-nedir-description {
        font-size: 14px;
        line-height: 1.5;
    }

    .mongerlab-nedir-header {
        gap: 8px;
        margin-bottom: 14px;
        flex-wrap: wrap;
    }

    .mongerlab-nedir-image img {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    .mongerlab-nedir {
        padding: 24px 0;
    }

    .mongerlab-nedir-inner {
        padding: 0 12px;
        gap: 16px;
    }

    .mongerlab-nedir-title {
        font-size: 22px;
    }

    .mongerlab-nedir-button {
        font-size: 22px;
        padding: 4px 12px;
        border-radius: 24px;
    }

    .mongerlab-nedir-icon {
        width: 34px;
        height: 34px;
    }

    .mongerlab-nedir-subtitle {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .mongerlab-nedir-description {
        font-size: 13px;
        line-height: 1.4;
    }

    .mongerlab-nedir-header {
        gap: 6px;
        margin-bottom: 12px;
    }
}



/* ========== uygun.css ========== */
/* Uygun Section Styles */
.uygun-section {
    width: 100%;
    max-width: min(1332px, 100vw);
    display: flex;
    justify-content: center;
    padding: 0px 0;
    font-family: 'Agrandir', sans-serif;
    background-color: #f6f7f1;
    border-radius: 28px;
    margin: 40px auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Container */
.uygun-section-inner {
   
    max-width: 100%;
    
    padding: 0 0px;
}

/* Main Panel */
.uygun-section-panel {
    background-color: #f6f7f1;
    border-radius: 28px;
    padding: 30px 80px;
    box-sizing: border-box;
}

/* Header with title */
.uygun-section-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Main Title */
.uygun-section-title {
    margin: 0;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.2;
    color: #0c463d;
    display: inline-block;
}

.uygun-section-title .uygun-highlight {
    background-color: #0c463d;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 50px;
    display: inline-block;
    margin-left: 8px;
}

/* Content Blocks Container */
.uygun-blocks-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

/* Individual Block */
.uygun-block {
    background-image: url('/wp-content/uploads/2025/12/klsr.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 28px;
    padding: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Block Number */
.uygun-block-number {
    font-family: 'Agrandir', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #999999;
    position: absolute;
    top: 16px;
    left: 16px;
    line-height: 1;
    z-index: 0;
}

/* Block Content */
.uygun-block-content {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    line-height: 0.1;
}

/* Block Title */
.uygun-block-title {
    margin: 0 0 8px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.0;
    color: #0c463d;
}

/* Block Description */
.uygun-block-description {
    margin: 0;
    font-family: 'Agrandir', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #666666;
}

/* Responsive Styles - Tablet */
@media (max-width: 1200px) {
    .uygun-section-inner {
        margin: 0 auto;
    }

    .uygun-section-title {
        font-size: 48px;
    }

    .uygun-section-title .uygun-highlight {
        font-size: 48px;
        padding: 10px 28px;
        border-radius: 50px;
    }

    .uygun-blocks-container {
        gap: 20px;
    }

    .uygun-block {
        padding: 24px;
    }

    .uygun-block-number {
        font-weight: bold;
    }

    .uygun-block-title {
        font-size: 22px;
    }

    .uygun-block-description {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .uygun-section {
        padding: 60px 0;
    }

    .uygun-section-inner {
        margin: 0 auto;
    }

    .uygun-section-panel {
        padding: 50px 40px;
    }

    .uygun-section-header {
        margin-bottom: 50px;
    }

    .uygun-section-title {
        font-size: 42px;
    }

    .uygun-section-title .uygun-highlight {
        font-size: 42px;
        padding: 10px 24px;
        margin-left: 6px;
        border-radius: 50px;
    }

    .uygun-blocks-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .uygun-block {
        padding: 24px;
        border-radius: 24px;
    }

    .uygun-block-number {
        font-size: 28px;
        font-weight: bold;
        color: #999999;
    }

    .uygun-block-title {
        font-size: 20px;
    }

    .uygun-block-description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .uygun-section {
        padding: 40px 0;
        margin: 30px auto;
    }

    .uygun-section-inner {
        margin: 0 auto;
    }

    .uygun-section-panel {
        padding: 32px 20px;
        border-radius: 24px;
    }

    .uygun-section-header {
        margin-bottom: 32px;
    }

    .uygun-section-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .uygun-section-title .uygun-highlight {
        font-size: 32px;
        padding: 6px 18px;
        margin-left: 4px;
        border-radius: 40px;
    }

    .uygun-blocks-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .uygun-block {
        padding: 20px;
        border-radius: 20px;
    }

    .uygun-block-number {
        font-size: 22px;
        font-weight: bold;
        top: 12px;
        left: 12px;
        color: #999999;
    }

    .uygun-block-title {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .uygun-block-description {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 520px) {
    .uygun-section {
        padding: 30px 0;
        margin: 20px auto;
    }

    .uygun-section-inner {
        margin: 0 auto;
    }

    .uygun-section-panel {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .uygun-section-header {
        margin-bottom: 24px;
    }

    .uygun-section-title {
        font-size: 26px;
        display: block;
        line-height: 1.2;
    }

    .uygun-section-title .uygun-highlight {
        font-size: 26px;
        padding: 5px 14px;
        border-radius: 40px;
        margin-left: 0;
        margin-top: 6px;
        display: inline-block;
    }

    .uygun-blocks-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .uygun-block {
        padding: 18px;
        border-radius: 16px;
    }

    .uygun-block-number {
        font-size: 18px;
        font-weight: bold;
        top: 10px;
        left: 10px;
        color: #999999;
    }

    .uygun-block-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .uygun-block-description {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    .uygun-section {
        padding: 24px 0;
        margin: 16px auto;
    }

    .uygun-section-panel {
        padding: 20px 12px;
        border-radius: 16px;
    }

    .uygun-section-header {
        margin-bottom: 20px;
    }

    .uygun-section-title {
        font-size: 22px;
    }

    .uygun-section-title .uygun-highlight {
        font-size: 22px;
        padding: 4px 12px;
        border-radius: 36px;
        margin-top: 4px;
    }

    .uygun-blocks-container {
        gap: 10px;
    }

    .uygun-block {
        padding: 16px;
        border-radius: 14px;
    }

    .uygun-block-number {
        font-size: 16px;
        top: 8px;
        left: 8px;
    }

    .uygun-block-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .uygun-block-description {
        font-size: 12px;
    }
}



/* ========== yenilikci.css ========== */
/* Yenilikçi Section Styles */
.yenilikci-section {
    width: 1332px;
    max-width: min(1332px, 100vw);
    margin: 60px auto;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    font-family: 'Agrandir', sans-serif;
    background-color: #f6f7f1;
    border-radius: 50px;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Container */
.yenilikci-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

/* Top Section */
.yenilikci-top {
    margin-bottom: 100px;
}

/* Top Section Content */
.yenilikci-top-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

/* Images Wrapper */
.yenilikci-images-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex: 1;
    position: relative;
}

/* Left Side - Graphics */
.yenilikci-graphics {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 250px;
}

.yenilikci-graphics img {
    max-width: 90%;
    height: auto;
    display: block;
}

/* Right Side - Laptop */
.yenilikci-laptop {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.yenilikci-laptop img {
    max-width: 100%;
    height: auto;
    display: block;
    transform: translateX(0);
    object-fit: contain;
}

/* Top Section Text Content */
.yenilikci-top-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 600px;
}

/* Main Title */
.yenilikci-title {
    margin: 0 0 24px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.2;
    color: #0c463d;
}

.yenilikci-title .yenilikci-highlight {
    background-color: #0c463d;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
}

/* Description Text */
.yenilikci-description {
    margin: 0;
    font-size: 22px;
    line-height: 1.6;
    color: #0c463d;
    opacity: 0.9;
    line-height: 1.2;
}

/* Amazon Partner Badge */
.yenilikci-badge {
    position: absolute;
    top: 20px;
    right: 80px;
    z-index: 3;
    width: 120px;
    height: 120px;
    background: #7B2CBF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3;
}

/* Bottom Section */
.yenilikci-bottom {
    text-align: center;
}

/* Bottom Title */
.yenilikci-bottom-title {
    margin: 0 auto 24px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.2;
    color: #0c463d;
}

.yenilikci-bottom-title .yenilikci-highlight {
    background-color: #0c463d;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
}

/* Bottom Description */
.yenilikci-bottom-description {
    margin: 0 auto 60px;
    max-width: 900px;
    font-size: 22px;
    line-height: 1.2;
    color: #0c463d;
    opacity: 0.9;
}

/* Services Grid */
.yenilikci-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Service Item */
.yenilikci-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease;
}

.yenilikci-service-wrapper {
    position: relative;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
}

.yenilikci-service-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 12px;
    display: block;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    z-index: 1;
}

.yenilikci-service-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 12px;
    display: block;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    pointer-events: none;
}

.yenilikci-service:hover .yenilikci-service-image {
    transform: rotate(180deg);
}

.yenilikci-service:hover .yenilikci-service-hover-image {
    opacity: 1;
}

.yenilikci-service-label {
    font-family: 'Agrandir', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0c463d;
    margin: 0;
}

/* Modal Styles */
.yenilikci-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    animation: fadeIn 0.3s ease;
}

.yenilikci-modal.active {
    display: flex;
}

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

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

.yenilikci-modal-content {
    background: #ffffff;
    border-radius: 24px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.yenilikci-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0c463d;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    transition: all 0.3s ease;
    font-family: 'Agrandir', sans-serif;
    line-height: 1;
}

.yenilikci-modal-close:hover {
    background: #0a3a32;
    transform: rotate(90deg);
}

.yenilikci-modal-left {
    flex: 1;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f7f1;
    border-radius: 24px 0 0 24px;
}

.yenilikci-modal-left img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.yenilikci-modal-right {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yenilikci-modal-title {
    font-family: 'Agrandir', sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #0c463d;
    margin: 0 0 24px;
    line-height: 1.2;
}

.yenilikci-modal-description {
    font-family: 'Agrandir', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #0c463d;
    opacity: 0.9;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .yenilikci-inner {
        padding: 0 20px;
    }

    .yenilikci-top-content {
        gap: 40px;
    }

    .yenilikci-title,
    .yenilikci-bottom-title {
        font-size: 48px;
    }

    .yenilikci-services {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .yenilikci-section {
        margin: 30px auto;
        padding: 60px 20px;
    }

    .yenilikci-top {
        margin-bottom: 80px;
    }

    .yenilikci-top-content {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }

    .yenilikci-top-text {
        position: relative;
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .yenilikci-images-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .yenilikci-graphics {
        width: 100%;
        justify-content: center;
        padding-top: 0;
        flex: 0 0 auto;
    }

    .yenilikci-graphics img {
        max-width: 100%;
    }

    .yenilikci-laptop {
        width: 100%;
        justify-content: center;
        flex: 0 0 auto;
    }

    .yenilikci-laptop img {
        transform: translateX(0);
        max-width: 100%;
    }

    .yenilikci-badge {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto;
    }

    .yenilikci-title,
    .yenilikci-bottom-title {
        font-size: 42px;
    }

    .yenilikci-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .yenilikci-section {
        margin: 24px auto;
        padding: 40px 12px;
        border-radius: 24px;
    }

    .yenilikci-inner {
        padding: 0 12px;
    }

    .yenilikci-top {
        margin-bottom: 50px;
    }

    .yenilikci-top-content {
        gap: 24px;
    }

    .yenilikci-images-wrapper {
        gap: 12px;
    }

    .yenilikci-title,
    .yenilikci-bottom-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .yenilikci-description {
        font-size: 17px;
        line-height: 1.4;
    }

    .yenilikci-bottom-description {
        font-size: 17px;
        line-height: 1.4;
    }

    .yenilikci-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .yenilikci-service-image {
        max-width: 100%;
    }

    .yenilikci-service-label {
        font-size: 16px;
    }

    .yenilikci-modal-content {
        max-width: 95%;
    }

    .yenilikci-modal-left {
        padding: 24px;
    }

    .yenilikci-modal-right {
        padding: 32px 24px;
    }

    .yenilikci-modal-title {
        font-size: 28px;
    }

    .yenilikci-modal-description {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .yenilikci-section {
        width: 100%;
        margin: 20px auto;
        padding: 32px 10px;
        border-radius: 20px;
    }

    .yenilikci-inner {
        padding: 0 10px;
    }

    .yenilikci-top {
        margin-bottom: 40px;
    }

    .yenilikci-top-content {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        min-height: auto;
    }

    .yenilikci-top-text {
        position: relative;
        left: auto;
        top: auto;
        max-width: 100%;
        margin-bottom: 16px;
        text-align: center;
        z-index: 2;
    }

    /* Images wrapper - side by side on mobile */
    .yenilikci-images-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .yenilikci-graphics {
        flex: 1;
        padding-top: 0;
        justify-content: center;
        z-index: 1;
        width: 50%;
    }

    .yenilikci-graphics img {
        max-width: 100%;
        height: auto;
    }

    .yenilikci-laptop {
        flex: 1;
        justify-content: center;
        overflow: visible;
        width: 50%;
    }

    .yenilikci-laptop img {
        max-width: 100%;
        transform: translateX(0);
        height: auto;
    }

    .yenilikci-title {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .yenilikci-title .yenilikci-highlight {
        padding: 5px 12px;
        font-size: 26px;
        border-radius: 40px;
    }

    .yenilikci-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .yenilikci-bottom-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .yenilikci-bottom-title .yenilikci-highlight {
        padding: 6px 14px;
        font-size: 26px;
    }

    .yenilikci-bottom-description {
        font-size: 14px;
        margin-bottom: 32px;
        line-height: 1.4;
    }

    .yenilikci-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 100%;
    }

    .yenilikci-service {
        gap: 6px;
    }

    .yenilikci-service-wrapper {
        max-width: 100%;
    }

    .yenilikci-service-image {
        max-width: 100%;
        width: 100%;
    }

    .yenilikci-service-label {
        font-size: 13px;
    }

    .yenilikci-badge {
        width: 70px;
        height: 70px;
        font-size: 9px;
    }
}

@media (max-width: 380px) {
    .yenilikci-section {
        width: 100%;
        margin: 16px auto;
        padding: 24px 8px;
        border-radius: 18px;
    }

    .yenilikci-inner {
        padding: 0 8px;
    }

    .yenilikci-top {
        margin-bottom: 32px;
    }

    .yenilikci-top-content {
        gap: 16px;
    }

    .yenilikci-top-text {
        margin-bottom: 12px;
    }

    .yenilikci-title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.1;
    }

    .yenilikci-title .yenilikci-highlight {
        padding: 4px 10px;
        font-size: 22px;
        border-radius: 36px;
    }

    .yenilikci-description {
        font-size: 13px;
        line-height: 1.3;
    }

    .yenilikci-bottom-title {
        font-size: 22px;
        line-height: 1.1;
    }

    .yenilikci-bottom-title .yenilikci-highlight {
        padding: 5px 12px;
        font-size: 22px;
    }

    .yenilikci-bottom-description {
        font-size: 13px;
        margin-bottom: 24px;
        line-height: 1.3;
    }

    .yenilikci-images-wrapper {
        gap: 6px;
    }

    .yenilikci-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .yenilikci-service-image {
        max-width: 100%;
    }

    .yenilikci-service-label {
        font-size: 12px;
    }

    .yenilikci-modal-content {
        flex-direction: column;
        max-height: 95vh;
        border-radius: 16px;
    }

    .yenilikci-modal-left {
        border-radius: 16px 16px 0 0;
        padding: 16px 12px;
    }

    .yenilikci-modal-right {
        padding: 24px 12px;
    }

    .yenilikci-modal-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .yenilikci-modal-description {
        font-size: 13px;
        line-height: 1.4;
    }

    .yenilikci-modal-close {
        width: 32px;
        height: 32px;
        font-size: 18px;
        top: 12px;
        right: 12px;
    }
}



/* ========== reviews.css ========== */
/* Reviews Section Styles */
.reviews-section {
    width: 1470px;
    max-width: min(1470px, 100vw);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    font-family: 'Agrandir', sans-serif;
    background-color: #ffffff;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
}

.reviews-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Carousel Wrapper */
.reviews-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding: 20px 0;
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.reviews-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Review Card */
.review-card {
    flex: 0 0 calc(25% - 18px);
    min-width: 380px;
    background-color: #f7f6f1;
    border-radius: 20px;
    padding: 32px;
    scroll-snap-align: start;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* First card - show only last 30% */
.review-card:first-child {
    margin-left: calc((380px + 24px) * -0.7);
}

/* Last card - show only first 30% */
.review-card:last-child {
    margin-right: calc((380px + 24px) * -0.7);
}

/* Review Header */
.review-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Profile Image */
.review-profile-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #f7f6f1;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

/* Review Info */
.review-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.review-name {
    font-size: 20px;
    font-weight: normal;
    color: #959ba1;
    margin: 0;
    font-family: 'Agrandir', sans-serif;
}

/* Stars */
.review-stars {
    display: flex;
    gap: 4px;
}

.review-star {
    width: 20px;
    height: 20px;
    fill: #959ba1;
    transition: all 0.3s ease;
}

/* Review Text */
.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #959ba1;
    margin: 0;
    font-family: 'Agrandir', sans-serif;
}

/* Hover States */
.review-card:hover {
    background-color: #0c463d;
}

.review-card:hover .review-profile-img {
    filter: grayscale(0%);
}

.review-card:hover .review-star {
    fill: #FFD700;
}

.review-card:hover .review-name,
.review-card:hover .review-text {
    color: #ebf4d6;
}

/* Navigation Buttons */
.reviews-nav-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0c463d;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    padding: 0;
    outline: none;
}

.reviews-nav-button:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.reviews-nav-button:active {
    transform: scale(0.95);
}

.reviews-nav-button svg {
    width: 24px;
    height: 24px;
    fill: #959ba1;
    stroke: #959ba1;
}

.reviews-nav-button-prev {
    order: -1;
}

.reviews-nav-button-next {
    order: 1;
}

/* Responsive Styles */
@media (max-width: 1400px) {
    .reviews-section {
        width: 100%;
    }

    .review-card {
        flex: 0 0 calc(33.333% - 16px);
        min-width: 350px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .reviews-section {
        padding: 60px 20px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .review-card {
        flex: 0 0 calc(50% - 12px);
        min-width: 320px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .reviews-section {
        padding: 50px 16px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .reviews-container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .reviews-carousel {
        gap: 20px;
    }

    .review-card {
        min-width: 300px;
        padding: 28px;
        gap: 18px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }

    .review-profile-img {
        width: 70px;
        height: 70px;
    }

    .review-name {
        font-size: 18px;
    }

    .review-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 32px 12px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .reviews-container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .reviews-carousel {
        gap: 14px;
        padding: 16px 0;
        margin: 0;
    }

    .review-card {
        flex: 0 0 calc(80% - 10px);
        min-width: 280px;
        padding: 22px;
        gap: 14px;
        border-radius: 16px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }

    .review-header {
        gap: 12px;
    }

    .review-profile-img {
        width: 58px;
        height: 58px;
        border-radius: 10px;
    }

    .review-name {
        font-size: 16px;
    }

    .review-star {
        width: 17px;
        height: 17px;
    }

    .review-text {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Hide buttons on mobile */
    .reviews-nav-button {
        display: none;
    }

    .reviews-container {
        gap: 0;
    }
}

@media (max-width: 576px) {
    .reviews-section {
        padding: 28px 10px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .reviews-container {
        padding: 0;
        margin: 0;
    }

    .reviews-carousel {
        gap: 12px;
        padding: 12px 0;
    }

    .review-card {
        flex: 0 0 calc(88% - 8px);
        min-width: 260px;
        padding: 20px;
        gap: 12px;
        border-radius: 14px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }

    .review-header {
        gap: 10px;
    }

    .review-profile-img {
        width: 52px;
        height: 52px;
        border-radius: 8px;
    }

    .review-name {
        font-size: 15px;
    }

    .review-star {
        width: 15px;
        height: 15px;
    }

    .review-text {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 24px 8px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .reviews-container {
        padding: 0;
        margin: 0;
    }

    .reviews-carousel {
        gap: 10px;
        padding: 10px 0;
    }

    .review-card {
        flex: 0 0 calc(92% - 6px);
        min-width: 240px;
        padding: 18px;
        gap: 10px;
        border-radius: 12px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }

    .review-header {
        gap: 8px;
    }

    .review-profile-img {
        width: 48px;
        height: 48px;
        border-radius: 7px;
    }

    .review-name {
        font-size: 14px;
    }

    .review-star {
        width: 14px;
        height: 14px;
    }

    .review-text {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media (max-width: 360px) {
    .reviews-section {
        padding: 20px 6px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .reviews-container {
        padding: 0;
        margin: 0;
    }

    .reviews-carousel {
        gap: 8px;
        padding: 8px 0;
    }

    .review-card {
        flex: 0 0 calc(95% - 4px);
        min-width: 220px;
        padding: 16px;
        gap: 8px;
        border-radius: 10px;
    }

    .review-card:first-child {
        margin-left: 0;
    }

    .review-card:last-child {
        margin-right: 0;
    }

    .review-header {
        gap: 6px;
    }

    .review-profile-img {
        width: 44px;
        height: 44px;
        border-radius: 6px;
    }

    .review-name {
        font-size: 13px;
    }

    .review-star {
        width: 12px;
        height: 12px;
    }

    .review-text {
        font-size: 11px;
        line-height: 1.3;
    }
}



/* ========== paketler.css ========== */
/* Paketler Section Styles */
.paketler-section {
    width: 1468px;
    max-width: min(1468px, 100vw);
    margin: 0 auto;
    margin-top:40px;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    font-family: 'Agrandir', sans-serif;
    background-color: transparent;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Container */
.paketler-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.paketler-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Main Title */
.paketler-title {
    margin: 0 0 24px;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.2;
    color: #0c463d;
}

.paketler-title .paketler-highlight {
    background-color: #0c463d;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
}

/* Description Text */
.paketler-description {
    margin: 0 auto;
    max-width: 900px;
    font-size: 22px;
    line-height: 1.2;
    color: #0c463d;
    opacity: 0.9;
}

/* Packages Grid */
.paketler-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
}

/* Package Card */
.paketler-card {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.paketler-card:hover {
    background-color: #f7f6f1;
}

/* Package Title */
.paketler-card-title {
    font-family: 'Agrandir', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0c463d;
    margin: 0 0 20px;
    line-height: 1.2;
}

/* Price Section */
.paketler-card-price {
    margin-bottom: 24px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.paketler-card-price-amount {
    font-family: 'Agrandir', sans-serif;
    font-size: 52px;
    font-weight: 1000;
    color: #0c463d;
    line-height: 1;
    margin: 0;
}

.paketler-card-price-period {
    font-family: 'Agrandir', sans-serif;
    font-size: 16px;
    color: #0c463d;
    margin: 0;
}

/* Select Button */
.paketler-card-button {
    background-color: #0c463d;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 34px;
    font-family: 'Agrandir', sans-serif;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    width: 100%;
}

.paketler-card-button:hover {
    background-color: #0a3a32;
    transform: translateY(-2px);
}

/* Features List */
.paketler-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.paketler-card-feature {
    font-family: 'Agrandir', sans-serif;
    font-size: 16px;
    color: #0c463d;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.paketler-card-feature::before {
    content: '→';
    color: #0c463d;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .paketler-inner {
        padding: 0 20px;
    }

    .paketler-title {
        font-size: 48px;
    }

    .paketler-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

@media (max-width: 992px) {
    .paketler-section {
        padding: 40px 20px;
    }

    .paketler-header {
        margin-bottom: 50px;
    }

    .paketler-title {
        font-size: 42px;
    }

    .paketler-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .paketler-section {
        padding: 32px 12px;
        margin-top: 32px;
    }

    .paketler-inner {
        padding: 0 12px;
    }

    .paketler-header {
        margin-bottom: 32px;
    }

    .paketler-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .paketler-description {
        font-size: 17px;
        line-height: 1.4;
    }

    .paketler-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .paketler-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .paketler-card-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .paketler-card-price-amount {
        font-size: 38px;
    }

    .paketler-card-feature {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .paketler-section {
        width: 100%;
        padding: 28px 10px;
        margin-top: 24px;
    }

    .paketler-inner {
        padding: 0 10px;
    }

    .paketler-header {
        margin-bottom: 24px;
    }

    .paketler-title {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .paketler-title .paketler-highlight {
        padding: 5px 12px;
        font-size: 26px;
        border-radius: 40px;
    }

    .paketler-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .paketler-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .paketler-card {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .paketler-card-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .paketler-card-price-amount {
        font-size: 36px;
    }

    .paketler-card-price-period {
        font-size: 13px;
    }

    .paketler-card-button {
        padding: 11px 18px;
        font-size: 14px;
        border-radius: 28px;
    }

    .paketler-card-feature {
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .paketler-section {
        width: 100%;
        padding: 24px 8px;
        margin-top: 20px;
    }

    .paketler-inner {
        padding: 0 8px;
    }

    .paketler-header {
        margin-bottom: 20px;
    }

    .paketler-title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.1;
    }

    .paketler-title .paketler-highlight {
        padding: 4px 10px;
        font-size: 22px;
        border-radius: 36px;
    }

    .paketler-description {
        font-size: 13px;
        line-height: 1.3;
    }

    .paketler-grid {
        gap: 12px;
    }

    .paketler-card {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .paketler-card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .paketler-card-price-amount {
        font-size: 32px;
    }

    .paketler-card-price-period {
        font-size: 12px;
    }

    .paketler-card-button {
        font-size: 13px;
        padding: 10px 16px;
        border-radius: 24px;
    }

    .paketler-card-feature {
        font-size: 12px;
    }
}



/* ========== son-section.css ========== */
/* Son Section Styles */
.monger-son-section {
    width: 1332px;
    max-width: min(1332px, 100vw);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0px;
    font-family: 'Agrandir', sans-serif;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Container */
.monger-son-inner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    padding-bottom: 0px;
}

/* Two Column Layout */
.monger-son-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* Left Column - Text Content */
.monger-son-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Main Headline */
.monger-son-headline {
    margin: 0;
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 44px;
    line-height: 1.2;
    color: #333333;
}

/* Feature List */
.monger-son-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.monger-son-feature-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.monger-son-feature-title {
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    margin: 0;
    position: relative;
    padding-left: 24px;
}

.monger-son-feature-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #333333;
}

.monger-son-feature-description {
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
    padding-left: 24px;
}

/* Right Column - Cards */
.monger-son-cards {
    position: relative;
    height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
}

/* Card Container */
.monger-son-card-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
}

/* Top Card (Light Green) */
.monger-son-card-top {
    position: absolute;
    top: -35px;
    right: -25px;
    width: 100%;
    max-width: 400px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: rotate(5deg);
    z-index: 1;
}

/* Bottom Card (White) */
.monger-son-card-bottom {
    position: relative;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: rotate(-3deg);
    z-index: 2;
    margin-top: 50px;
}

/* Card Header */
.monger-son-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.monger-son-card-title {
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    margin: 0;
}

.monger-son-card-dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Agrandir', sans-serif;
    font-size: 13px;
    color: #666666;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 6px;
}

.monger-son-card-dropdown-icon {
    width: 10px;
    height: 10px;
    fill: #666666;
}

/* Large Number Display */
.monger-son-card-number {
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 1;
    color: #333333;
    margin: 0 0 12px;
}

.monger-son-card-number-top {
    font-family: 'Agrandir', sans-serif;
    font-weight: normal;
    font-size: 44px;
    line-height: 1;
    color: #333333;
    margin: 0 0 8px;
}

/* Card Stats for Top Card */
.monger-son-card-stats {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
    align-items: flex-end;
}

.monger-son-card-stat {
    font-family: 'Agrandir', sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0;
    text-align: right;
}

/* Bar Chart */
.monger-son-bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 100px;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
}

.monger-son-bar {
    flex: 1;
    background-color: #e8f5e9;
    border-radius: 4px 4px 0 0;
    min-height: 15px;
    transition: all 0.3s ease;
}

.monger-son-bar-highlight {
    background-color: #4caf50;
    height: 85%;
    position: relative;
}

.monger-son-bar-highlight::before {
    content: '+38%';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Agrandir', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4caf50;
    white-space: nowrap;
}

/* Top Card Layout */
.monger-son-card-top-content {
    display: flex;
    flex-direction: column;
}

.monger-son-card-top-header {
    margin-bottom: 12px;
}

.monger-son-card-top-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.monger-son-card-top-left {
    flex: 1;
}

.monger-son-card-top-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .monger-son-content {
        gap: 60px;
    }

    .monger-son-headline {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .monger-son-section {
        padding: 80px 0;
    }

    .monger-son-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .monger-son-text {
        order: 1;
    }

    .monger-son-cards {
        order: 2;
        height: auto;
        min-height: 400px;
        padding-top: 0;
    }

    .monger-son-headline {
        font-size: 42px;
        text-align: center;
    }

    .monger-son-features {
        align-items: center;
    }

    .monger-son-feature-item {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .monger-son-section {
        padding: 48px 0;
    }

    .monger-son-inner {
        padding: 0 16px;
    }

    .monger-son-content {
        gap: 40px;
    }

    .monger-son-headline {
        font-size: 32px;
        line-height: 1.2;
    }

    .monger-son-feature-title {
        font-size: 17px;
    }

    .monger-son-feature-description {
        font-size: 15px;
        line-height: 1.4;
    }

    .monger-son-cards {
        min-height: 380px;
    }

    .monger-son-card-container {
        max-width: 100%;
    }

    .monger-son-card-top {
        max-width: 85%;
        padding: 22px;
        transform: rotate(2deg);
        top: -18px;
        right: -12px;
    }

    .monger-son-card-bottom {
        padding: 22px;
        transform: rotate(-1deg);
        margin-top: 36px;
    }

    .monger-son-card-number {
        font-size: 40px;
    }

    .monger-son-card-number-top {
        font-size: 34px;
    }

    .monger-son-bar-chart {
        height: 75px;
        margin-top: 16px;
    }
}

@media (max-width: 520px) {
    .monger-son-section {
        width: 100%;
        padding: 36px 0;
    }

    .monger-son-inner {
        padding: 0 12px;
    }

    .monger-son-content {
        gap: 32px;
    }

    .monger-son-text {
        gap: 24px;
    }

    .monger-son-headline {
        font-size: 26px;
        line-height: 1.2;
    }

    .monger-son-feature-title {
        font-size: 16px;
    }

    .monger-son-feature-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .monger-son-cards {
        min-height: 320px;
        height: auto;
    }

    .monger-son-card-top {
        padding: 18px;
        top: -12px;
        right: -8px;
        max-width: 80%;
        transform: rotate(1.5deg);
    }

    .monger-son-card-bottom {
        padding: 18px;
        transform: rotate(-0.5deg);
        margin-top: 28px;
    }

    .monger-son-card-number {
        font-size: 34px;
    }

    .monger-son-card-number-top {
        font-size: 30px;
    }

    .monger-son-card-title {
        font-size: 12px;
    }

    .monger-son-card-dropdown {
        font-size: 11px;
    }

    .monger-son-bar-chart {
        height: 65px;
        margin-top: 14px;
    }

    .monger-son-bar-highlight::before {
        font-size: 9px;
        top: -18px;
    }
}

@media (max-width: 380px) {
    .monger-son-section {
        width: 100%;
        padding: 28px 0;
    }

    .monger-son-inner {
        padding: 0 10px;
    }

    .monger-son-content {
        gap: 28px;
    }

    .monger-son-text {
        gap: 20px;
    }

    .monger-son-headline {
        font-size: 22px;
        line-height: 1.1;
    }

    .monger-son-feature-title {
        font-size: 15px;
    }

    .monger-son-feature-description {
        font-size: 13px;
        line-height: 1.3;
    }

    .monger-son-cards {
        min-height: 280px;
    }

    .monger-son-card-top {
        padding: 16px;
        max-width: 75%;
        top: -10px;
        right: -6px;
    }

    .monger-son-card-bottom {
        padding: 16px;
        margin-top: 24px;
    }

    .monger-son-card-number {
        font-size: 30px;
    }

    .monger-son-card-number-top {
        font-size: 26px;
    }

    .monger-son-card-title {
        font-size: 11px;
    }

    .monger-son-card-dropdown {
        font-size: 10px;
    }

    .monger-son-bar-chart {
        height: 55px;
        margin-top: 12px;
    }

    .monger-son-bar-highlight::before {
        font-size: 8px;
        top: -16px;
    }
}



