@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');

.bg_layer {
    background-color: #17090F;
    background-image: url(../images/bg_layer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 120px;
    border-radius: 40px;
    padding-bottom: 70px;
}

.nri_head {
    padding-top: 120px;
    padding-left: 60px;
    font-weight: 600;
}

.card.bg_card {
    margin-left: 60px;
    border-radius: 20px;
    width: 95px;
    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;
}

.bg_para {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.color_pink{
    color: #A12353;
}

p.nri_para {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.service_head {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0px;
}

ol.order_list li {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
}

.card_img {
    /* border: 1px solid #bebebe; */
    /* padding: 7px; */
    width: 13%;
    border-radius: 10px;
}

.card_img2 {
    /* border: 1px solid #bebebe; */
    /* padding: 7px; */
    width: 18%;
    border-radius: 10px;
}

h4.below_head {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
}

.line_right {
    border-right: 1px solid rgba(95, 95, 95, 0.5);
}

.icons {
    text-align: center;
}

.bg_video {
    background: url("../images/mutual_bg.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    border-radius: 20px;
    padding:40px 80px;
}

p.vid_para2 {
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

h3.vid_head {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

button.open_act_btn {
    width: 170px;
    padding: 7px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 25px;
    color: #A12353;
    font-size: 14px;
}

button.open_act_btn:hover {
    width: 170px;
    padding: 7px;
    border: 1px solid #fff;
    background-color: #A12353;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
}

.faq-header {
    margin-bottom: 30px;
}

.text-pink{
    color: #A12353; 
}

.vid_col {
    display: grid;
    justify-content: start;
    align-items: center;
}

button.overview_btn, button.demo_video_btn, button.account_btn, button.faq_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none !important;
    padding: 10px 30px;
    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.overview_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.demo_video_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.account_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.faq_btn:hover {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353;
}

button.overview_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.demo_video_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.account_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

button.faq_btn.active {
    color: #fff;
    background-color: #A12353;
    border: 1px solid #A12353; 
}

.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;
}

.checklist {
    list-style-type: none;
    padding: 0;
}
.checklist li {
    margin-bottom: 10px;
}
.checklist li a {
    text-decoration: none;
    color:#000;
}
.checklist li a:hover {
    color: #A12353;
    text-decoration: underline;
}
.text-color{
    color:#a41f52
}
.checklist-item {
    font-size: 18px;
    font-weight: 500;
    /* color:#F59121; */
}
.description {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}
.link-list {
    padding-left: 20px;
    margin-top: 5px;
}
.link-list li {
    margin-bottom: 5px;
}
.link-list a {
    text-decoration: none;
    color: #337ab7;
}
.link-list a:hover {
    color: #a41f52;
    text-decoration: none;
}
.link-list li {
    list-style-type: disc; /* Ensure bullet points appear */
}

.link-list li::marker {
    color: #F59121; /* Default bullet color */
    font-size: 18px;
}

.link-list li:hover::marker {
    color: #a41f52; /* Change bullet color on hover */
}

.thumbnail {
    width: 150px; /* Small size */
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
/* Tooltip Styling */
.zoom-tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
}

img.thumbnail:hover {
    box-shadow: 0px 0px 1px 1px #a12352;
}

@media screen and (min-width: 320px) and (max-width: 395px) { 
    .nri_head {
        padding-top: 120px;
        padding-left: 30px;
        font-weight: 600;
    }

    .card_img2 {
        /* border: 1px solid #bebebe; */
        /* padding: 7px; */
        width: 13%;
        border-radius: 10px;
    }

    .card.bg_card {
        margin-left: 30px !important;
        border-radius: 20px;
        width: 110px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: 15px;
    }

    .bg_para {
        font-size: 11px;
        margin: 0;
        font-weight: 500;
    }

    .bg_video {
        background: url(../images/mutual_bg.png) no-repeat center center;
        background-size: cover;
        color: #fff;
        border-radius: 20px;
        padding: 40px 40px;
    }

}

@media screen and (min-width: 395px) and (max-width: 768px) { 
    .card_img2 {
        /* border: 1px solid #bebebe;
        padding: 7px; */
        width: 13%;
        border-radius: 10px;
    }
    .bg_video {
        background: url(../images/mutual_bg.png) no-repeat center center;
        background-size: cover;
        color: #fff;
        border-radius: 20px;
        padding: 40px 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .bg_layer {
        background-color: #17090F;
        background-image: url('../images/bg_layer_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 80px;
        border-radius: 20px;
        padding-bottom: 70px;
    }
    .vid_col {
        display: block !important;
        justify-content: start;
        align-items: center;
    }

    button.overview_btn, button.demo_video_btn, button.account_btn, button.faq_btn{
        font-size:12px !important;
    }
}