
.credit-card-banner {
    background: linear-gradient(135deg, #20B2AA 0%, #008B8B 50%, #006666 100%);
    border-radius: 20px;
    padding: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(32, 178, 170, 0.3);
    position: relative;
    overflow: hidden;
}

.credit-card-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.credit-card-banner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: 10%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.credit-card-image {
    width: 120px;
    height: auto;
}

.credit-card-image:hover {
    transform: perspective(600px) rotateY(0deg);
}

.banner-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.banner-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.btn-detail {
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.btn-1 {
    width: 200px;
    background: linear-gradient(90deg, #00676C 0%, #43B7B1 100%);
}

.btn-2 {
    width: 200px;
    background: linear-gradient(90deg, #057ef8 0%, #013263 100%);
}

.info-card {
    background: white;
    border-radius: 15px;
    padding: 13px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
}


.tursab-card {
    text-align: center;
}

.tursab-logo {
    display: inline-block;
    color: white;
    border-radius: 10px;
}

.tursab-text {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: 2px;
}

.certificate-icon {
    font-size: 2rem;
    color: #dc3545;
}

.certificate-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    margin: 0;
    flex-grow: 1;
}

.guarantee-card {
    background: linear-gradient(135deg, #1E90FF 0%, #0066CC 50%, #004C99 100%);
    border-radius: 15px;
    padding: 2rem;
    color: white;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30, 144, 255, 0.3);
    display: flex;
    flex-direction: column;
}

.guarantee-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.guarantee-title {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.guarantee-subtitle {
    line-height: 1.6;
    opacity: 1;
    color: #e9ecef;
}

.btn-detail-secondary {
    background: transparent;
    border: none;
    color: white;
    padding: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    text-decoration: underline;
    cursor: pointer;
}

.btn-detail-secondary:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}


.guarantee-icon {
    position: relative;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.9);
    z-index: 2;

}

.guarantee-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #00ff88;
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.mobile-button-container {
    display: none;
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 768px) {

    .dvv{
        margin-left: 60px;
    }

    .guarantee-card{
        align-items: center;
        justify-content: center;
    }

    .shield-container{
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .credit-card-banner {
        padding: 1.5rem;
        text-align: center;
    }

    .banner-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .banner-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .credit-card-image {
        width: 100px;
        transform: none;
    }

    .guarantee-title {
        font-size: 1.5rem;
    }


    .guarantee-icon {
        font-size: 3rem;
    }


    .mobile-button-container {
        display: block;
    }

    .mobile-button {
        background: transparent;
        border: none;
        color: #495057;
        padding: 0;
        font-weight: 600;
        transition: all 0.3s ease;
        text-decoration: underline;
        cursor: pointer;
    }

    .mobile-button:hover {
        color: #007bff;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .guvenceDiv{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .container {
        padding: 0 15px;
    }

    .credit-card-banner,
    .info-card,
    .guarantee-card {
        padding: 1.5rem;
    }

    .banner-title {
        font-size: 1.3rem;
    }

    .guarantee-title {
        font-size: 1.3rem;
    }

    .btn-detail {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.credit-card-banner,
.info-card,
.guarantee-card {
    animation: fadeInUp 0.6s ease-out;
}

.info-card:nth-child(1) {
    animation-delay: 0.1s;
}

.info-card:nth-child(2) {
    animation-delay: 0.2s;
}

.btn-detail:focus,
.mobile-button:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.shield-container {
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    animation: float 6s ease-in-out infinite;
    margin-top: 50px;
}

.shield-3d {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}


.shield-base {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(-20px);
    filter: blur(10px);
    opacity: 0.6;
}

.shield-main {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.shield-highlight {
    position: absolute;
    width: 60%;
    height: 30%;
    background: white;
    border-radius: 50%;
    top: 10%;
    left: 20%;
    opacity: 0.3;
    filter: blur(15px);
    transform: translateZ(10px);
}

@keyframes float {

    0%,
    100% {
        transform: t ranslateY(0) rotateY(0);
    }

    50% {
        transform: translateY(-20px) rotateY(5deg);
    }
}

.shield-svg {
    width: 100%;
    height: 100%;
}

#shield-back {
    filter: url(#shadow);
    transform: translateZ(-5px);
}

#shield-front {
    filter: url(#glow);
    transform: translateZ(5px);
}

#check-mark {
    transform: translateZ(10px);
}