html, body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

#about,
#pricing {
    margin-bottom: 130px;
}

a {
    color: var(--bs-blue);
}

p {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 400;
}

#contact iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: .25rem !important;
}

h5 a {
    color: var(--bs-blue);
}

.edk-login {
    display: flex !important;
    align-items: center;
    border: 1px solid #D0011B !important;
    border-radius: .25rem !important;
    text-wrap: nowrap;
    padding: 0 10px !important;
}

.header-area .main-nav .nav li:last-child a.edk-login:hover,
.header-area .main-nav .nav li:nth-child(6) a.edk-login:hover,
a.edk-login:hover {
    color: #D0011B !important;
}

.edk-login img {
    margin-right: 10px;
    display: inline;
    aspect-ratio: 1;
    width: auto;
}

.edk-login2 {
    display: flex !important;
    align-items: center;
    border: 1px solid #D0011B !important;
    border-radius: .25rem !important;
    text-wrap: nowrap;
    padding: 10px !important;
    justify-content: center;
    color: #2a2a2a;
    max-width: 250px;
    margin: 20px auto;
}

a.edk-login2:hover {
    color: #D0011B !important;
}

.edk-login2 img {
    margin-right: 10px;
    display: inline;
    aspect-ratio: 1;
    width: auto;
}

@media (max-width: 1200px) {
    .edk-login {
        display: block !important;
    }
}

.account-container {
    padding-top: 130px;
}

.text-blue {
    color: var(--bs-blue);
}

.title-ribbon {
    background: var(--bs-blue);
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.btn-custom {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #4b8ef1 !important;
    border: 1px solid #4b8ef1;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
}

.btn-custom:hover {
    background-color: #4b8ef1;
    color: #fff !important;
}

.logout a {
    color: var(--bs-danger) !important;
    border: 1px solid var(--bs-danger);
}

.logout a:hover {
    background-color: var(--bs-danger);
}

.custom-page {
    padding-top: 130px;
}

footer {
    padding-top: 130px;
}

.footer-widget {
    display: flex;
    justify-content: center;
}

.footer-widget ul {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%;
    float: none;
    padding-top: 130px;
    margin: 0 auto;
}

footer .copyright-text p {
    margin-top: 20px;
}

.slider-text {
    font-size: 60px !important;
    line-height: 140% !important;
    color: #b2e5e1;
    text-transform: uppercase;
}

.zi-above {
    position: relative;
    z-index: 99;
}

.neon-text {
    color: #c00;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff;
    }
    100% {
        text-shadow: 0 0 10px var(--bs-blue), 0 0 20px var(--bs-blue), 0 0 40px var(--bs-blue), 0 0 80px var(--bs-blue), 0 0 160px var(--bs-blue);
    }
}

@media (max-width: 1024px) {
    ul.nav .gradient-button a {
        display: block !important;
        border-radius: unset;
    }
}

@media (min-width: 1024px) {
    .footer-widget ul {
        max-width: 80%;
    }
}

@media (max-width: 500px) {
    .footer-widget ul {
        display: block;
        padding-top: 30px;
    }
}

/* abone tipi */
.s-types {
    display: flex;
    justify-content: space-around;
}

.s-types input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    visibility: hidden;
}

.enerya {
    background-image: url('/images/enerya.svg');
}

.koski {
    background-image: url('/images/koski.png');
}

.mepas {
    background-image: url('/images/mepas.png');
}

.s-types input:active + .s-type {
    opacity: .9;
}

.s-types input:checked + .s-type {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.s-type {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 5px;
    border: 2px solid var(--bs-blue);
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.s-type:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.custom-table th,
.custom-table td {
    font-size: .8rem;
}

.bg-year1 {
    background: rgba(0, 121, 255, 0.2) !important;
}

.bg-year2 {
    background: rgba(75, 175, 71, 0.2) !important;
}

.active_menu {
    color: var(--primary-color);
    font-weight: bold;
}

.subscribeBlok,
.subscribeBlok .desc {
    width: 100%;
    display: flex;
}

.subscribeBlok .desc {
    justify-content: space-between;
    align-items: center;
}

.subscribeBlok .desc * {
    font-size: 13px !important;
}

.subscribeBlok .logo img {
    height: 50px;
    width: auto;
    margin-right: 10px;
}

span.help-block.text-danger {
    font-size: 12px;
}

#register-form input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
    .s-type {
        width: 100px;
        height: 100px;
    }
}

/* abone tipi ### */

.sliders {
    padding-top: 130px;
    position: relative;
}

.slider-item {
    aspect-ratio: 20 / 9;
    width: 100%;
    overflow: hidden;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services {
    padding-top: 50px !important;
}


/* footer */
footer {
    width: 100%;
    height: 321px;
    background: #001830 url(../images/footer_bg.jpg) no-repeat center;
    padding: 50px 0;
}

footer .copyright {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
}

footer ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

footer ul {
    display: grid;
    grid-template-columns: 1fr; /* mobil: 1 sütun */
    gap: 30px 50px;
}

footer ul li {
    text-align: right !important;
}

@media (min-width: 768px) {
    footer ul {
        grid-template-columns: 1fr 1fr; /* tablet ve üstü: 2 sütun */
    }
}

@media (max-width: 767px) {
    footer {
        height: auto !important;
        background: #001830 !important;
    }

    footer ul li {
        text-align: center !important;
    }
}

/* footer ### */
