﻿@font-face {
    font-family: 'SofiaPro-Bold';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaPro-BoldItalic';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SofiaPro-Medium';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaPro-MediumItalic';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SofiaPro-Regular';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaPro-RegularItalic';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SofiaPro-SemiBold';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SofiaPro-SemiBoldItalic';
    src: url('/AryHoldingBaseTheme/fonts/SofiaPro-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

.yetas-content-section {
    padding: 60px 0;
}

.yetas-text-container {
    color: #2A3642;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding: 20px;
    text-align: left;
}

.yetas-image-container img {
    width: 100%;
    border-radius: 10px;
}

.sicil-content-section {
    padding: 40px 0;
}

.sicil-document-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.sicil-document {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .sicil-document:hover {
        transform: scale(1.05);
    }

.degerler-content-section {
    padding: 60px 0;
}

.degerler-heading {
    color: #2A3642;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.degerler-subheading {
    font-size: 24px;
    font-weight: bold;
    color: #2A3642;
    margin-top: 30px;
}

.degerler-list {
    list-style-type: none;
    padding-left: 0;
}

    .degerler-list li::before {
        content: '\2022';
        color: #2A3642;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.enerji-content-section {
    padding: 60px 0;
}

.enerji-heading {
    color: #2A3642;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.enerji-text-container {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
}

.enerji-image {
    width: 100%;
    border-radius: 8px;
}

.yesil-content-section {
    padding: 60px 0;
}

.yesil-text-container {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
}

.yesil-image {
    width: 100%;
    border-radius: 8px;
}

.elektrik-content-section {
    /*padding: 60px 0;*/
}

.elektrik-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    .elektrik-row:last-child {
        border-bottom: none;
    }

.elektrik-image {
    width: 40%;
    border-radius: 8px;
    margin-right: 20px;
}

.elektrik-text {
    flex: 1;
    text-align: left;
}

.elektrik-subheading {
    font-size: 24px;
    font-weight: bold;
    color: #2A3642;
    margin-bottom: 12px;
}

.elektrik-map {
    width: 100%;
    height: 300px;
    border: 0;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .elektrik-row {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .elektrik-image {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .elektrik-subheading {
        font-size: 20px;
        text-align: center;
    }

    .elektrik-text {
        text-align: center;
    }
}


.yapim-content-section {
    padding: 80px 0;
}

.yapim-image {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}


.yapim-heading {
    font-size: 28px;
    font-weight: bold;
    color: #2A3642;
    margin-bottom: 20px;
}

.yapim-text {
    font-size: 18px;
    color: #555;
}

.abone-content-section {
    padding: 60px 0;
}

.abone-text-container {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
}

.abone-subheading {
    font-size: 24px;
    font-weight: bold;
    color: #2A3642;
    margin-bottom: 12px;
}

.abone-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 8px;
}

.tarife-content-section {
    padding: 60px 0;
}

.tarife-heading {
    color: #2A3642;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.tarife-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

    .tarife-row:last-child {
        border-bottom: none;
    }

    .tarife-row img {
        width: 40%;
        border-radius: 8px;
        margin-right: 20px;
    }

.tarife-subheading {
    font-size: 24px;
    font-weight: bold;
    color: #2A3642;
    margin-bottom: 12px;
}

.tarife-text {
    flex: 1;
    text-align: justify;
}

.tarife-list {
    padding-left: 20px;
}

.odeme-content-section {
    padding: 60px 0;
}

.odeme-heading {
    color: #2A3642;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.odeme-table {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.okuryazarlik-content-section {
    padding: 60px 0;
}

.okuryazarlik-heading {
    color: #2A3642;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.okuryazarlik-text-container {
   /* font-size: 20px;*/
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
}

.okuryazarlik-subheading {
    font-size: 24px;
    font-weight: bold;
    color: #2A3642;
    margin-bottom: 12px;
}

.okuryazarlik-highlight {
    background-color: #FFEB3B;
    padding: 4px 8px;
    border-radius: 4px;
}

.okuryazarlik-list {
    padding-left: 20px;
}

.sozlesmeler-section {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

.sozlesmeler-title {
    font-size: 24px;
    font-weight: bold;
    color: #b42030;
    text-align: center;
    margin-bottom: 20px;
}

.sozlesme-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sozlesme-item {
    display: flex;
    align-items: center;
/*  background-color: #d9edf7; */
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: background 0.3s ease-in-out;
}

    .sozlesme-item:hover {
        background-color: #c4e3f3;
    }

.sozlesme-icon {
    margin-right: 10px;
}

.doc-icon {
    width: 30px;
    height: auto;
}

.sozlesme-item a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    flex-grow: 1;
}

    .sozlesme-item a:hover {
        text-decoration: underline;
        color: #b42030;
    }

.custom-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px; /* Okları büyüt */
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

    .custom-carousel-arrow:hover {
        color: #b42030;
    }

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.surdurulebilirlik-section {
    padding: 60px 0;
}

.surdurulebilirlik-row {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

    .surdurulebilirlik-row:last-child {
        border-bottom: none;
    }

.surdurulebilirlik-image {
    border-radius: 8px;
}

.surdurulebilirlik-block {
    text-align: justify;
}

.surdurulebilirlik-title {
    font-size: 24px;
    font-weight: bold;
    color: #2A3642;
    margin-bottom: 12px;
    text-align: left;
}

@media (max-width: 768px) {
    .surdurulebilirlik-block {
        text-align: left;
        margin-bottom: 20px;
    }

    .surdurulebilirlik-title {
        text-align: center;
        font-size: 20px;
    }

    .surdurulebilirlik-image {
        margin-bottom: 20px;
    }

    .surdurulebilirlik-row {
        flex-direction: column !important;
        display: flex;
    }
}

/* Mobil cihazlar için tek genel medya sorgusu */
@media (max-width: 768px) {
    .header-text .banner-text {
        font-size: 7.5vw; /* mobil için büyütülmüş font */
        padding: 15px 12px; /* mobil için azaltılmış padding */
    }
}

/* Daha küçük ekranlar için ekstra iyileştirme (opsiyonel ama tavsiye edilir) */
@media (max-width: 480px) {
    .header-text .banner-text {
        font-size: 9vw;
        padding: 12px 10px;
    }
}

.ary-teklif-formu .input-group-text {
    background-color: #f0f3f5;
    color: #7394a8;
    min-width: 50px;
    justify-content: center;
}

.ary-teklif-formu .form-control, .ary-teklif-formu .form-select {
    background-color: #f0f3f5;
    border-color: #f0f3f5;
    color: #6c757d;
}

.ary-teklif-formu .form-check-input:checked {
    background-color: #325d7e;
    border-color: #325d7e;
}

.ary-teklif-formu .btn-primary {
    background-color: #325d7e;
    border-color: #325d7e;
}

@media (max-width: 767px) {
    .ary-teklif-formu .btn-primary {
        width: 100%;
    }
}

.ary-teklif-formu select.form-control {
    padding-right: 2.5rem; /* Sağ boşluk */
}

.ary-teklif-formu i {
    pointer-events: none;
}

.ary-teklif-formu .input-icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    color: #7394a8;
    pointer-events: none;
}

.fade-in {
    animation: fadeInSuccess 0.5s ease-in-out;
}

@keyframes fadeInSuccess {
    from {
        background-color: #e6ffed;
    }

    to {
        background-color: white;
    }
}
