/* Frontend Card Styles */
.tdce-card .parent {
    width: 300px;
    height: 320px;
    perspective: 1200px;
}

.tdce-card .card-1 {
    gap: 16px;
    padding: 8px 40px;
    display: flex;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(135.97deg, #AAD7FF 0%, #1E3D58 100%);
    transition: all 0.6s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(30, 30, 60, 0) 40px 50px 25px -40px, rgba(30, 30, 60, 0.2) 0px 25px 25px -5px;
    position: relative;
    align-items: center;
}

.tdce-card .glass {
    transform-style: preserve-3d;
    position: absolute;
    inset: 10px;
    border-radius: 45px;
    border-top-left-radius: 100%;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    transform: translate3d(0px, 0px, 30px);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.6s ease-in-out;
}

.tdce-card .content-1 {
	gap:16px;
    transform: translate3d(0, 0, 31px);
    position: relative;
    z-index: 1;
}

.tdce-card .content-1 .title {
    display: block;
    color: #1E3D58;
    font-weight: 700;
    font-size: 14px;
}

.tdce-card .content-1 .text {
    display: block;
    color: #152B3F;
    font-size: 13px;}

.tdce-card .bottom {
    padding: 12px 15px;
    transform-style: preserve-3d;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, 0, 31px);
    z-index: 1;
}

.tdce-card .bottom .view-more {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out;
}

.tdce-card .bottom .view-more:hover {
    transform: translate3d(0, 0, 15px);
}

.tdce-card .bottom .view-more .view-more-button {
    background: none;
    border: none;
    color: #6a5acd;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.tdce-card .bottom .view-more .svg {
    fill: none;
    stroke: #6a5acd;
    stroke-width: 2.5px;
    max-height: 14px;
}

.tdce-card .bottom .social-buttons-container {
    display: flex;
    gap: 12px;
    transform-style: preserve-3d;
}

.tdce-card .bottom .social-buttons-container .social-button {
    width: 32px;
    aspect-ratio: 1;
    padding: 6px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: none;
    display: grid;
    place-content: center;
    box-shadow: rgba(30, 30, 60, 0.4) 0px 8px 6px -5px;
    text-decoration: none;
    cursor: pointer;
}

.tdce-card .bottom .social-buttons-container .social-button:first-child {
    transition:
        transform 0.3s ease-in-out 0.3s,
        box-shadow 0.3s ease-in-out 0.3s;
}

.tdce-card .bottom .social-buttons-container .social-button:hover {background-color: #AAD7FF80 !important;}
.tdce-card .bottom .social-buttons-container .social-button:nth-child(2) {
    transition:
        transform 0.3s ease-in-out 0.5s,
        box-shadow 0.3s ease-in-out 0.5s;
}

.tdce-card .bottom .social-buttons-container .social-button:nth-child(3) {
    transition:
        transform 0.3s ease-in-out 0.7s,
        box-shadow 0.3s ease-in-out 0.7s;
}

.tdce-card .bottom .social-buttons-container .social-button .svg {
    width: 16px;
    fill: #3c2f80;
}

.tdce-card .bottom .social-buttons-container .social-button:hover {
    background: #3c2f80;
}

.tdce-card .bottom .social-buttons-container .social-button:hover .svg {
    fill: #ffffff;
}

.tdce-card .bottom .social-buttons-container .social-button:active {
    background: #ffd700;
}

.tdce-card .bottom .social-buttons-container .social-button:active .svg {
    fill: #3c2f80;
}

.tdce-card .logo {
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    z-index: 1;
}

.tdce-card .logo .circle {
    display: block;
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
}

.tdce-card .logo .circle1 {
    width: 160px;
    transform: translate3d(0, 0, 25px);
    top: 10px;
    left: 10px;
    background-color: rgba(227, 242, 255, 0.3);
}

.tdce-card .logo .circle2 {
    width: 130px;
    transform: translate3d(0, 0, 45px);
    top: 12px;
    left: 12px;
    transition-delay: 0.3s;
    background-color: rgba(170, 215, 255, 0.5);
}

.tdce-card .logo .circle3 {
    width: 100px;
    transform: translate3d(0, 0, 65px);
    top: 15px;
    left: 15px;
    transition-delay: 0.6s;
    background-color: rgba(73, 117, 156, 0.4);
}

.tdce-card .logo .circle4 {
    width: 70px;
    transform: translate3d(0, 0, 85px);
    top: 20px;
    left: 20px;
    transition-delay: 0.9s;
    background-color: rgba(73, 117, 156, 0.5);
}

.tdce-card .logo .circle5 {
    width: 40px;
    transform: translate3d(0, 0, 105px);
    top: 25px;
    left: 25px;
    display: grid;
    place-content: center;
    transition-delay: 1.2s;
    background-color: rgba(30, 61, 88, 0.4);
}

.tdce-card .logo .circle5 .svg {
    width: 18px;
    fill: #ffffff;
}

.tdce-card .logo .logo-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.tdce-card .parent:hover .card-1 {
    transform: rotate3d(1, -1, 0, 25deg);
    box-shadow:
        rgba(30, 30, 60, 0.3) 30px 50px 25px -40px,
        rgba(30, 30, 60, 0.15) 0px 25px 30px 0px;
}

.tdce-card .parent:hover .card-1 .bottom .social-buttons-container .social-button {
    transform: translate3d(0, 0, 60px);
    box-shadow: rgba(30, 30, 60, 0.25) 5px 20px 10px 0px;
}

.tdce-card .parent:hover .card-1 .logo .circle2 {
    transform: translate3d(0, 0, 65px);
}

.tdce-card .parent:hover .card-1 .logo .circle3 {
    transform: translate3d(0, 0, 85px);
}

.tdce-card .parent:hover .card-1 .logo .circle4 {
    transform: translate3d(0, 0, 105px);
}

.tdce-card .parent:hover .card-1 .logo .circle5 {
    transform: translate3d(0, 0, 125px);
}
.text-class
 {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Wrapper for Frontend */
.tdce-wrapper {
    display: inline-block;
    margin: 20px 0;
}

.tdce-wrapper .tdce-card {
    margin: 0 auto;
}
.subtitle-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.subtitle{
	font-size:14px;
	color:#152B3F;
	font-weight:400;
}
.content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}