@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/*Root*/
:root {
    --dark-button-primary-color: #3F78E0;
    --dark-color: #2b374a;
    --light-color: #e2e2e2;
}

body, input, button, select, textarea {
    font-family: 'Poppins', sans-serif;
}

/*Clean*/
a {
    text-decoration: none;
}

ol, ul {
    list-style: none outside none;
}

html, body, div, span, applet, object, iframe, blockquote, pre, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

    a:hover {
        color: gray;
    }

html {
    position: relative;
    min-height: 100%;
}

.btn-large {
    padding: 8px 6px;
    border-radius: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*Font Weight*/
.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/*Font Size*/
.fs-1 {
    font-size: 1px;
}

.fs-2 {
    font-size: 2px;
}

.fs-3 {
    font-size: 3px;
}

.fs-4 {
    font-size: 4px;
}

.fs-5 {
    font-size: 5px;
}

.fs-6 {
    font-size: 6px;
}

.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}


/*Padding*/
.pt-private-4 {
    padding-top: 2rem;
}

.pt-private-5 {
    padding-top: 2.5rem;
}

.pt-6 {
    padding-top: 3rem;
}

.pt-7 {
    padding-top: 3.5rem;
}

.pt-8 {
    padding-top: 4rem;
}

.pt-9 {
    padding-top: 4.5rem;
}

.pt-10 {
    padding-top: 5rem;
}

.pt-11 {
    padding-top: 5.5rem;
}

.pt-15 {
    padding-top: 7.5rem;
}

.pt-20 {
    padding-top: 10rem;
}

.pt-25 {
    padding-top: 12.5rem;
}

.pt-30 {
    padding-top: 15rem;
}

.pt-35 {
    padding-top: 17.5rem;
}

.pt-40 {
    padding-top: 20rem;
}

.pt-45 {
    padding-top: 22.5rem;
}

.pt-50 {
    padding-top: 25rem;
}

.pb-private-4 {
    padding-bottom: 2rem;
}

.pb-private-5 {
    padding-bottom: 2.5rem;
}

.pb-6 {
    padding-bottom: 3rem;
}

.pb-7 {
    padding-bottom: 3.5rem;
}

.pb-8 {
    padding-bottom: 4rem;
}

.pb-9 {
    padding-bottom: 4.5rem;
}

.pb-10 {
    padding-bottom: 5rem;
}

.pb-11 {
    padding-bottom: 5.5rem;
}

.pb-15 {
    padding-bottom: 7.5rem;
}

.pb-20 {
    padding-bottom: 10rem;
}

.pb-25 {
    padding-bottom: 12.5rem;
}

.pb-30 {
    padding-bottom: 15rem;
}

.pb-35 {
    padding-bottom: 17.5rem;
}

.pb-40 {
    padding-bottom: 20rem;
}

.pb-45 {
    padding-bottom: 22.5rem;
}

.pb-50 {
    padding-bottom: 25rem;
}

/*Margin*/
.mt-10 {
    margin-top: 5rem;
}

.mt-11 {
    margin-top: 5.5rem;
}

.mt-15 {
    margin-top: 7.5rem;
}

.mt-20 {
    margin-top: 10rem;
}

.mt-25 {
    margin-top: 12.5rem;
}

.mt-30 {
    margin-top: 15rem;
}

.mt-35 {
    margin-top: 17.5rem;
}

.mt-40 {
    margin-top: 20rem;
}

.mt-45 {
    margin-top: 22.5rem;
}

.mt-50 {
    margin-top: 25rem;
}


/*Basic Fields*/

.offcanvas {
    background: var(--dark-color);
    color: white;
    width: 250px;
}

.rounded-10 {
    border-radius: 10px;
}

/*Navbar*/
.nav-link {
    display: block;
    border-width: 0px;
    background-color: inherit;
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-color);
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark-color);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark-color);
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: gray;
    }

.txt-primary {
    color: var(--dark-color);
}

.txt-info {
    color: #0f77bf;
}

.txt-private-muted {
    color: #bcbcbc;
}

.btn-private-primary {
    background: var(--dark-button-primary-color);
    border: none;
}

    .btn-private-primary:hover {
        background: var(--dark-color);
    }

.bg-private-light {
    background-color: #e2e2e2;
}

.bg-white {
    background-color: white;
}

.bg-private-dark {
    background: #21262c;
}

.navbar-collapse.show .navbar-nav .nav-link {
    color: white;
}

/*Private Btn*/
.app-btn {
    font-size: 14px;
    border: 1px solid #21262c;
    padding: 8px 16px;
    background-color: transparent;
    color: #21262c;
}

    .app-btn:hover {
        border: 1px solid #21262c !important;
        background-color: #21262c !important;
        color: white !important;
    }

    .app-btn:hover {
        color: white;
    }

        .app-btn:hover .app-btn > path, .app-btn:hover .app-btn > span {
            color: white;
        }

/*Section Feature*/
.section-title {
    text-align: center;
    font-weight: 700;
}

.single-service-style-two {
    margin-bottom: 70px;
}

    .single-service-style-two .icon-box, .single-service-style-two .text-box {
        display: table-cell;
        vertical-align: top;
    }

    .single-service-style-two .icon-box {
        background: transparent url('../img/service-shape.png') center top no-repeat;
        text-align: center;
        width: 70px;
    }

    .single-service-style-two .text-box {
        padding-left: 25px;
    }

        .single-service-style-two .text-box p {
            color: #707070;
            font-size: 16px;
            line-height: 30px;
        }

        .single-service-style-two .text-box h3 {
            font-size: 20px;
            color: #000000;
            font-weight: 500;
            margin-bottom: 16px;
        }

    .single-service-style-two .icon-box, .single-service-style-two .text-box {
        display: table-cell;
        vertical-align: top;
    }


/*Section Video*/
.video-box-style-two {
    position: relative;
    padding-top: 105px;
    margin-bottom: 80px;
}

    .video-box-style-two .container {
        position: relative;
    }

    .video-box-style-two .title-box {
        margin-bottom: 35px;
        text-align: center;
    }

        .video-box-style-two .title-box h3 {
            color: #222222;
            letter-spacing: -0.01em;
            font-size: 35px;
            font-weight: 500;
        }

    .video-box-style-two .video-box-content {
        width: 100%;
        position: relative;
        box-shadow: 3px 21px 43px rgba(0, 0, 0, 0.2);
    }

        .video-box-style-two .video-box-content > img {
            width: 100%;
        }

        .video-box-style-two .video-box-content .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background: rgb(255 255 255 / 35%);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .video-box-style-two .video-box-content .overlay .box {
                display: table;
                width: 100%;
                height: 100%;
            }

                .video-box-style-two .video-box-content .overlay .box .content {
                    display: table-cell;
                    vertical-align: middle;
                }

        .video-box-style-two .video-box-content .video-popup {
            display: inline-block;
            width: 101px;
            height: 101px;
            border-radius: 50%;
            background: #d4145a;
            background: -webkit-gradient(linear, left top, right top, from(#d4145a), to(#fbb03b));
            background: linear-gradient(to right, #d4145a 0%, #fbb03b 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4145a', endColorstr='#fbb03b',GradientType=1 );
        }

            .video-box-style-two .video-box-content .video-popup svg {
                color: #fff;
                font-size: 54px;
                line-height: 101px;
            }

    .video-box-style-two:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 210px);
    }

    .video-box-style-two:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 210px);
        background: #e2e2e2;
    }

/*E-Bill Section*/
.feature-style-four .row:first-child [class*=col-]:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
}

.feature-style-four .row + .row {
    margin-top: 160px;
}


/*Price Section*/
.card {
    border-radius: 10px;
    background-color: #fff;
}

    .card h4 {
        margin-bottom: 0;
    }

    .card ul {
        padding: 0;
    }

    .card li {
        margin-bottom: 10px;
    }

    .card button {
        border-radius: 25px;
    }

/*Faq Section*/
#faqs .accordion-button {
    background-color: var(--light-color);
    color: #333;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
    border-radius: 0.25rem;
}

    #faqs .accordion-button:not(.collapsed) {
        background-color: var(--light-color);
    }

.accordion-button:hover {
    background-color: red;
}

.accordion-body {
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
    background-color: white;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/*Random*/
.lineal-stroke {
    fill: #343f52 !important;
}

.lineal-fill {
    fill: #8caeec !important;
}

.bg-auth {
    position: relative;
    background-image: url(../img/bg-auth.jpg);
    background-position: bottom, 50px;
    background-size: cover;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .6;
    background-color: #000;
}

.bg-auth .bg-overlay {
    opacity: 0.6;
}

.bg-private-primary {
    --in-bg-opacity: 1;
    background-color: #336558;
}


/*Payment*/

.account-section {
    padding: 30px 0;
    min-height: 100vh;
    justify-content: center;
}

@media (min-width: 768px) {
    .account-title {
        margin-bottom: 80px;
    }
}

.account-title {
    margin-bottom: 30px;
    position: relative;
}

.account-wrapper {
    max-width: 540px;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    padding: 60px 0;
}



/* Accordion Container */
.custom-accordion {
    width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Accordion Item */
.custom-accordion-item {
    border: 1px solid var(--light-color);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

/* Accordion Header */
.custom-accordion-header {
    background: var(--light-color);
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem; /* ba�l�k normal boyut */
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.3s;
}

    .custom-accordion-header:hover {
        background: #d0d0d0;
    }

/* Accordion Content */
.custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
}

    .custom-accordion-content p {
        margin: 15px 0;
        font-size: 1rem;
    }

/* Icon i�in */
.custom-accordion-header::after {
    content: "+" !important;
    font-size: 1.5rem; /* b�y�k ikon */
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Aktif oldu�unda - g�ster */
.custom-accordion-item.active .custom-accordion-header::after {
    content: "\2013" !important;
}

.custom-tab {
    margin-bottom: 0px;
}

    .custom-tab button {
        border: none;
        border-radius: 0.5rem 0.5rem 0 0;
        padding: 10px 25px;
        margin-right: 5px;
        background-color: #f0f0f0;
        transition: all 0.3s ease;
        color: #333;
        font-weight: 500;
    }

        .custom-tab button.active {
            background-color: #0d6efd;
            color: white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }

/* Tab i�erik animasyonu */
.tab-pane {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Approval Page Styles */
body.approval-page {
    font-family: 'Poppins', sans-serif;
    background-color: #e2e2e2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.approval-logo {
    margin-bottom: 20px;
    text-align: center;
}

    .approval-logo img {
        height: 60px;
    }

.approval-container {
    max-width: 500px;
    width: 100%;
}

.approval-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.approval-header {
    background: #3F78E0;
    color: white;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.approval-body {
    padding: 24px;
}

.approval-greeting {
    font-size: 15px;
    color: #2b374a;
    margin-bottom: 16px;
    line-height: 1.6;
}

    .approval-greeting strong {
        color: #2b374a;
        font-weight: 600;
    }

.info-section {
    margin-bottom: 24px;
}

    .info-section:last-child {
        margin-bottom: 0;
    }

.info-section-title {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e7eb;
}

.approval-info {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border-left: 4px solid #3F78E0;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px;
    background: white;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .info-item:last-child {
        margin-bottom: 0;
    }

    .info-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transform: translateX(2px);
    }

.info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4ff;
    border-radius: 8px;
    margin-right: 14px;
    flex-shrink: 0;
    color: #3F78E0;
}

.info-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.info-label {
    font-weight: 500;
    color: #6b7280;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.info-value {
    color: #2b374a;
    font-weight: 600;
    font-size: 15px;
    word-break: break-word;
}

.approval-button {
    background: #10b981;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .approval-button:hover {
        background: #059669;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    }

    .approval-button:active {
        transform: translateY(0);
    }

    .approval-button:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

.spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.button-text {
    display: inline-block;
}

.approval-button.loading .button-text {
    opacity: 0.8;
}

@media (max-width: 576px) {
    .approval-header {
        padding: 16px 20px;
        font-size: 16px;
    }

    .approval-body {
        padding: 20px;
    }

    .info-item {
        flex-direction: row;
        padding: 10px;
    }

    .info-icon {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }

    .info-label {
        font-size: 11px;
    }

    .info-value {
        font-size: 14px;
    }

    .approval-logo img {
        height: 40px;
    }

    .approval-container {
        max-width: 100%;
    }
}
