.pointer {
    cursor: pointer;
}

.ortala{
    text-align:center !important;
}


.red {
    color: red !important
}
.bold {
    font-weight:bold;
}

.redBorder {
    border: 1px solid red !important;
}

.spinner {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.6s linear infinite;
    margin-top:15px !important;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


.MainOnayStyle{

    font-size:19px !important;
    color:honeydew;


}

.social-wrapper {
    width: 400px;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.newsletter {
    margin-top: auto;  
    padding-bottom:20px !important;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .custom-checkbox input {
        display: none;
    }

    .custom-checkbox .checkmark {
        width: 30px;
        height: 25px;
        background: #2d3f73;
        border: 1px solid rgba(255,255,255,0.45);
        box-sizing: border-box;
        display: inline-block;
        position: relative;
    }

    /* işaretli hali */
    .custom-checkbox input:checked + .checkmark::after {
        content: "";
        position: absolute;
        left: 7px;
        top: -3px;
        width: 9px;
        height: 18px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }




.social-area {
    margin-bottom: 34px;
}

.social-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.social-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.newsletter-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.newsletter-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 14px;
    max-width: 520px;
}

.newsletter-form {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,0.45);
    overflow: hidden;
    max-width: 500px;
    height: 58px;
    background: rgba(255,255,255,0.04);
}

    .newsletter-form input {
        flex: 1;
        border: 0;
        outline: none;
        background: transparent;
        color: #fff;
        padding: 0 16px;
        font-size: 18px;
    }

        .newsletter-form input::placeholder {
            color: rgba(255,255,255,0.7);
        }

    .newsletter-form button {
        border: 0;
        background: transparent;
        color: #fff;
        padding: 0 22px;
        font-size: 20px;
        cursor: pointer;
        border-left: 1px solid rgba(255,255,255,0.25);
    }

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-contact p,
.footer-contact a,
.footer-note {
    font-size: 19px;
    line-height: 1.75;
    color: rgba(255,255,255,0.92);
}

.footer-contact a {
    color: #fff;
    text-decoration: underline;
}

.FotterAltBand {

    height: 80px;
    width: 100%;
    background-color: #dee3ef;
}
.FotterAltBand-text {
    width: 77%;
    display:block !important;
    text-align:center;
}
.FotterAltBand-button {
    width: 23%;
    padding-top: 25px !important;
    display: flex;
    justify-content: flex-start;
}

.top-band-bizi-arayin {
    height: 100px;
    width: 100%;
    background-color: #4e7ebf;
    text-align:center;
}
.FotterBiziArayinBand-Img {
    padding-right:20px !important;
    width: 23%;
    display: flex;
    justify-content: flex-end;
    display: block;
}

.FotterBiziArayinBand-Text {
    width: 77%;
    height: 100px;
    padding-top: 35px !important
}

.BoxText {
    width: 50%;
}

.BoxImages {
    width: 50%;
    display: block;
}

.BoxImages img {
    display: block;
    margin-left: auto;
}

.BandBoxText {
    width: 100%;
}

.BoxTextA {
    width: 50%;
}

.BoxImagesA {
    width: 50%;
    display: block;
}

.BoxImagesA img {
    display: block;
    margin-right: auto;
}

.site-footer {

    /*background: linear-gradient(180deg, #fbfdff 0%, #eef5ff 55%, #f8fafc 100%);*/
    background: #1f2d5e;
    border-top: 1px solid rgba(229, 231, 235, .9);
    color:white;
    font-size: 14px;
    line-height: 1.6;
}

    .site-footer a {
        color: white;
        
        text-decoration: underline;
    }

        .site-footer a:hover {
            color: azure;
            text-decoration: none;
        }

.site-footer-inner {
    max-width: var(--max, 1100px);
    margin: 0 auto;
    padding: 36px 18px 24px;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 2fr  1fr;
    gap: 28px 32px;
    align-items: start;
}

.site-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .site-footer-brand img {
        width: auto;
        max-height: 44px;
    }

.site-footer-title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b;
}

.site-footer-muted {
    margin: 0;
    color: white;
    font-size: 13px;
    line-height: 1.65;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .site-footer ul a {
        font-weight: 600;
    }

.site-footer-contact p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #475569;
}

.site-footer-bar {
    margin-top: 0px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; /* yatay ortalama */
    gap: 12px;
    font-size: 12px;
    color: #64748b;
    
}

.site-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fotter-text-alt-link {
    text-decoration: underline !important;
    font-size: 15px !important;
}

.containerPaket {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 0px;
}

.containerPage {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 0px;
}
.container {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 0px;
}

.containerPaketAlan {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 0px;
}

.MobilleContent {
    display: none !important;
}

.MobilleHideContent {
    display: block !important;
}

.DesktopHideContent {
    display: none !important;
}

.MobilLink {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid var(--border);
    outline: none;
    transition: .15s ease;
}

@media (max-width: 980px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer-bar {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .FotterAltBand-text {
        display:none !important;
    }
    .FotterAltBand-button {
        width: 100%;
        padding-top: 25px !important;
        display: flex;
        justify-content:center;
    }

    .FotterBiziArayinBand-Text {
        height: 100px;
        width:100%;
        padding-top: 25px !important
    }
    .FotterBiziArayinBand-Img {
        display:none !important;
    }
    .BoxText {
        width: 100%;
    }

    .BoxImages {
        display: none;
    }

    .BoxImages img {
        display: none !important;
    }

    .BoxTextA {
        width: 100%;
    }

    .BoxImagesA {
        display: none;
    }

    .BoxImagesA img {
       display: none !important;
    }

    .containerPaket {
        max-width: var(--max);
        margin: 0 auto;
        padding: 0 10px;
    }
    .containerPage {
        max-width: var(--max);
        margin: 0 auto;
        padding: 0 10px;
    }
    /* Layout helpers */
    .container {
        display: block !important;
        max-width: var(--max);
        margin: 0 auto;
        padding: 0 10px;
    }

    .containerPaketAlan {
        display: block !important;
        max-width: var(--max);
        margin: 0 auto;
        padding: 0 10px;
    }

    .MobilleContent{
        display:block !important;
    }
    .MobilleHideContent {
        display: none !important;
    }
    .DesktopHideContent {
        display: block !important;
    }
}
