@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.rectangle{
    background: black;
    width: 120px;
    height: 10px;
    position: relative;
    top: 10px;
    left: 95px;
}

.common-padding{
    padding: 0px 100px !important;
}

.about_head {
    /* margin-top: 150px !important; */
    padding-top: 120px;
    padding-left: 60px;
    font-weight: 600;
}

.about_head2 {
    padding-top: 120px;
    padding-left: 60px;
    font-weight: 600;
    font-size: 2.5rem;
}

.card.bg_card {
    margin-left: 60px;
    border-radius: 20px;
    width: 141px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 15px;
}

.card.bg_card:hover {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 4px 0px #A41F52;
}

.card.bg_card1:hover {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 4px 0px #A41F52;
}

.card.bg_card1 {
    margin-left: 60px;
    border-radius: 20px;
    width: 210px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 15px;
}

.bg_para {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.color_pink{
    color: #A12353;
}

button.about_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none !important;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; 
}

button.manage_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border: none !important;
    padding: 10px 20px 10px 10px;
    /* padding: 10px 20px; */
    border-radius: 30px;
    font-size: 13px;
    color: black;
    background-color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    max-width: 100%; 
    /* margin-left: 10px; */
}

button.about_btn img.icon-img {
    width: 20px; 
    height: 20px;
}

button.manage_btn img.icon-img {
    width: 20px; 
    height: 20px;
}

button.about_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.manage_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.about_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.manage_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

.card.manage_card {
    border: 1px solid #9E9E9E;
    border-radius: 30px;
    padding: 25px 15px 15px 15px;;
}

.top_cards {
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 7px;
    border-radius: 40px;
}

.spl_line {
    width: 18%;
    color: #A41F52;
    border-bottom: 10px solid #A41F52;
    border-radius: 10px;
    margin: 0px auto 10px auto;
}

p.manage_pa {
    text-align: center;
    color: #A41F52;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

p.manage_pa2 {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 0;
}

.card_inner {
    border-top: 2px solid #000;
    border-top-right-radius: 10px;
    padding: 10px 0px;
    border-right: 1px solid #000;
    background-color: white;
    border-bottom: 2px solid transparent;
    /* border-bottom: 1px solid #000; */
}
.card_inner2 {
    border-top: 2px solid #000;
    border-top-left-radius: 10px;
    padding: 11px 0px;
    background-color: white;
    border-bottom: 3px solid transparent;
    /* border-left: 1px solid #000;
    border-bottom: 1px solid #000; */
}

.manage_card {
    position: relative;
    overflow: visible; /* Allow elements to extend outside */
}
 
.manage_card::after {
    content: '';
    position: absolute;
    bottom: -15px; 
    left: 50%;
    transform: translateX(-50%);
    width: 85%; 
    height: 15px; 
    background-color: #A41F52; 
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* .card_class {
    position: relative;
    padding: 10px;
    border-top: 1px solid #000;
    border-radius: 10px;
} */
 
.card-wrapper {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
 
.d-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: white;
    text-align: center;
    opacity: 0;
    font-weight:400;
    font-size:17px;
    transform: translate(-50%, -50%) scale(0.8);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    margin-top: 10px;
}
 
/* Hover Effect - Scale & Fade */
.card_class:hover .card-wrapper {
    transform: scale(0.8);
    opacity: 0;
}
 
.card_class:hover .d-hover {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


.card_class {
    padding: 10px;
    position: relative; 
    border-top: 1px solid #000;
    border-left-width: 0;
    border-top-right-radius: 20px !important;
}

.card_class::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px; 
    height: 10%;
    /* background: linear-gradient(to right, #ddd0dd, #000); */
}



h3.trade_head {
    font-size: 30px;
    font-weight: 600;
}

.card.about_card {
    border: 1px solid #BEBEBE;
    border-radius: 15px;
    padding: 15px;
}

.card_img {
    /* border: 1px solid #bebebe;
    padding: 7px; */
    width: 100%;
    border-radius: 10px;
}
.card_img.hover_img {
    display: none;
}

.card.about_card:hover .card_img.non_hover {
    display: none;
}

.card.about_card:hover .card_img.hover_img {
    display: block;
}
.card_h {
    font-size: 15px;
    font-weight: 600;
}
.card_p {
    color: #655f5f;
    font-size: 13px;
    letter-spacing: -0.18px;
    margin-top: 5px;
}

.card.about_card:hover {
    border: 1px solid var(--tr, rgba(164, 31, 82, 0.60));
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.card.about_card:hover .card_h {
    color: #A12353;
}

.card.about_card:hover .card_img {
    /* border: 1px solid #A12353;
    padding: 7px; */
    width: 100%;
    border-radius: 10px;
}

p.corp_p {
    margin: 0;
    font-size: 15px;
}

.bg_layer {
    /* Solid fallback colour - this is what WAVE measures contrast against */
    background-color: #17090F;
    /* Dark scrim layered over the photo so white text keeps real contrast */
    background-image:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.50) 40%,
            rgba(0, 0, 0, 0.10) 70%,
            rgba(0, 0, 0, 0) 100%),
        url(../images/bg_layer.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 100% 100%;
    margin-top: 120px;
    border-radius: 40px;
    padding-bottom: 70px;
}

.tab-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    overflow: hidden;
    width:fit-content;
    flex-wrap: wrap; 
    gap: 10px;
    justify-content: center; 
    margin-left: 0px;
}

.card.about_card:hover ul.card_p {
    color: black;
}


@media screen and (min-width: 320px) and (max-width: 395px) {  
    .d-hover {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        padding:15px;
        background: white;
        text-align: center;
        opacity: 0;
        font-weight:400;
        font-size:12px;
        margin-top:10px;
        transform: translate(-50%, -50%) scale(0.8);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    button.about_btn, button.manage_btn{
        font-size:12px !important;
    }

    .card.bg_card {
        margin-left: 30px;
        border-radius: 20px;
        width: 141px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: 15px;
    }

    .card.bg_card1 {
        margin-left: 30px;
        border-radius: 20px;
        width: 210px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: 15px;
    }

    .about_head {
        padding-top: 120px;
        padding-left: 30px;
        font-weight: 600;
    }

    .about_head2 {
        padding-top: 120px;
        padding-left: 30px;
        font-weight: 600;
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .d-hover {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        padding:3px;
        background: white;
        text-align: center;
        opacity: 0;
        font-weight:400;
        font-size:11.5px;
        margin-top:10px;
        transform: translate(-50%, -50%) scale(0.8);
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .button.about_btn, button.manage_btn{
        font-size:12px !important;
    }
    button.about_btn{
        font-size:9px !important;
    }
    .rectangle {
        background: black;
        width: 93px;
        height: 10px;
        position: relative;
        top: 10px;
        left: 80px;
    }
}

@media screen and (min-width: 1300px) {
    .card.manage_card {
        border: 1px solid #9E9E9E;
        border-radius: 30px;
        padding: 25px 15px 15px 15px;
        width: 340px;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .bg_layer {
        background-color: #17090F;
        background-image:
            linear-gradient(180deg,
                rgba(0, 0, 0, 0.65) 0%,
                rgba(0, 0, 0, 0.15) 100%),
            url('../images/bg_layer_mobile.png');
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
        margin-top: 80px;
        border-radius: 20px;
        padding-bottom: 70px;
    }
}

.arrow-absolute{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card_arrow{
    position: absolute;
    margin-top: -10px;
    background: #fff;
    border-radius: 45px;
    padding: 6px;
    margin-right: -12px;
}

.svg-arrow{
    background: #fff;
}
.card_class:hover .svg-arrow{
    rotate: 190deg;
}


.card-holder{
    display: flex;
    justify-content: center;
}