:root {
    --metelic_bule: #2C2C2C;
    --x_metelic_blue: #606060;
    --metelic_light: #697382;
    --brownish: #2d9ca9;
    --light_brownish: #D81D5E;
    --light_gray: #8E9BAE;
    --dark_blue: #2d9ca9;
    --x_light_gray: #000000;
    --light_jamni: #65318F;
    --xx_light_jamni: #6F6C90;
}

.w-283 {
    width: 283px;
}

.text__double_light_jamni {
    color: var(--xx_light_jamni);
}

.text_light_jamni {
    color: var(--light_jamni);
}

.text_x_light_gray {
    color: var(--x_light_gray);
    opacity: 30%;
}

.text_drk_blu {
    color: var(--dark_blue);
}

.text__light_brownish {
    color: var(--light_brownish);
}

.text_light_gray {
    color: var(--light_gray);
}

.text_main_heading {
    color: var(--metelic_bule);
}

.text_x_heading {
    color: var(--x_metelic_blue);
}

.text_sub_heading {
    color: var(--metelic_light);
}

.text_brornish {
    color: var(--brownish);
}

.font__11_400 {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
}

.font__12_400 {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.font__12_700 {
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
}

.font__14_400 {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.font__14_700 {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}

.font__16_400 {
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
}

.font__17_400 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.font__18_700 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.font__20_400 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}

.font__23_700 {
    font-size: 23px;
    font-weight: 700;
    line-height: 26px;
}

.font__25_400 {
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
}

.font__26_700 {
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
}

.font__27_700 {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
}

.font__34_700 {

    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.font__family_Droid_Sans {
    font-family: Droid Sans;
}

.course__unit__main {
    margin-top: 30px;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 2fr 1fr;
    padding-bottom: 20px;
}

.course__unit_sidebar {
    max-width: 371px;
    background-color: antiquewhite;

}

.course__unit_sidebar {
    padding: 30px 27px 20px 24px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    margin-top: 20px;
}

.course__unit_centerbar {
    padding: 30px 20px 40px 24px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    margin-top: 20px;
}

.course__unit_centerbar {
    width: 100%;
    max-width: 745px;
}

.course__unit_centerbar .survay {
    display: flex;
    align-items: center;
    gap: 12px;

}

.course__unit_centerbar .survay h2 {

    color: #000;
    font-family: Droid Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;

}

.survey_ques {
    padding-top: 20px;
}

.survey_ques h3 {
    color: #000;
    font-family: "Droid Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.tr-check {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course__unit_centerbar .Sales-check {
    /* display: grid;
    grid-template-columns: 17px 1fr; */
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;

}

.course__unit_centerbar .Sales-check label {
    color: #000;
    font-family: "Droid Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
}

/* Hide the default checkbox */
.course__unit_centerbar input[type="radio"],
.course__unit_centerbar input[type="checkbox"] {
    /* opacity: 0;
    position: absolute;
    width: 20px; */
    height: 20px;
    cursor: pointer;

}

/* Style the custom checkbox (span) */
.course__unit_centerbar span.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #999;
    background: white;
    /* position: absolute; */
}

.course__unit_centerbar input[type="radio"]:checked+span.custom-checkbox,
.course__unit_centerbar input[type="checkbox"]:checked+span.custom-checkbox {
    border: none;
    background: transparent;
    background-image: url(../images/icons/survay-check.svg);
    background-size: cover;
}









.course__unit_rightbar {
    width: 100%;
    max-width: 398px;
    margin-top: 20px;
}

.Module_3_content {
    background-image: url('../images/Module3Upgrade.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 203px;
    padding: 45px 12px;
}

.course__unit_sidebar .accordion-body {
    padding: 0;
}

.course__unit_sidebar .accordion-item:last-of-type {
    border: none;
}

.course__unit_sidebar .accordion-item {
    border: none;
}

.course__unit_sidebar .accordion-button {
    padding: 1rem 0rem;
}

.course__unit_sidebar #collapseOne,
#collapseTwo {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.course__unit_sidebar .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.course__unit_sidebar .accordion-button:focus {
    box-shadow: none;
}

/* .course__unit_centerbar img{
    width: 100%;
    object-fit: cover;
} */
/* Start of Selection */
.righrside_UnitVideo {
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 174px;
    padding: 17px 16px 17px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
}
/* End of Selection */

.unit__video_bx {
    width: 135px;
    height: 138px;
    background-color: #2d9ca9;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unit__video_bx img {
    width: 87px;
    height: 87px;
}

.vide_sp {
    width: 6px;
    height: 6px;
    background-color: #000000;
    opacity: 30%;
    border-radius: 50px;
    display: block;
}

.right__unit__summary {
    height: 600px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 17px 19px 31px 19px;
    position: relative;
    box-shadow: 0px 2px 8px 0px #00000022;
    margin-top: 38px;

}

.right-res-summsry {
    background-image: url(../images/Latest-Course-res.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.right-res-summsry .right__unit__summary P {
    cursor: pointer;
}

.right-res-summsry {
    display: none;
}

.right__unit__summary::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 495px;
    width: 200px;
    background-image: url('../images/unit_summary.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0px 8px 0px 0px;
}

.unit__summary_profile {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 41px;
}

.accordion-button {
    width: 100%;
    gap: 65px;
    display: flex;
}

/* Mentor */
.Mentor_Details_main {
    display: grid;
    gap: 32px;
    margin-top: 28px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-bottom: 30px;
}

.Mentor__Details_info,
.Mentor__Details_availibilty {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #00000022;
    border-radius: 8px;
}

.Mentor__Details_info {
    padding: 21px 64px 33px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.Mentor__Details_availibilty {
    padding: 27px 18px 20px 35px;
}

.Men_Det_profile {
    text-align: center;
    padding: 38px 57px 20px 38px;
}

.Men_Det_profile img {
    width: 204px;
    height: 204px;
    border-radius: 50%;
    border: 3px solid #65318F;
}

.mentor_detail_reviews img {
    width: 23px;
    height: 23px;
    border-radius: unset;
    border: none;
}

.Men__Det_Info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 272px;
    padding: 6px 0px 20px 75px;
    border-left: 1.46px solid #E3E3E3;
}

.Mentor__Details_availibilty .flatpickr-calendar.inline {
    box-shadow: none;
}

.Mentor__Details_availibilty .flatpickr-day.today {
    background-color: #EC267B;
    border: 0;
    color: white;
}

.Mentor__Details_availibilty .flatpickr-day.today:hover {
    background-color: white;
    border: 1px solid #EC267B;
    color: #EC267B;
}

.Mentor__Details_availibilty .flatpickr-day {
    font-family: Droid Sans;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 16px; */
    letter-spacing: 0em;
    text-align: center;
    color: #454545;
}

.Mentor__Details_availibilty span.flatpickr-weekday {
    font-family: Droid Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #737373;
}

.Mentor__Details_availibilty .flatpickr-current-month .flatpickr-monthDropdown-months {
    font-family: Droid Sans;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #454545;
}

.Mentor__Details_availibilty .flatpickr-current-month input.cur-year {
    font-family: Droid Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #454545;
}

.Book__Appointment_btn {
    width: 100%;
    max-width: 283px;
    min-height: 32px;
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #65318F;
    box-shadow: 0px 1.2549020051956177px 5.019608020782471px 0px #00000022;
}

.Book__Appointment_details {
    text-align: center;
    padding: 20px 34px 0px 34px;
}

.M_Skills,
.M_Bio,
.M_Share {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #00000022;
    border-radius: 8px;
}

.M_Share {
    flex-wrap: wrap;
}

.M_Skills {
    padding: 15px 17px 39px 31px;
    max-width: 371px;

}

.M_Bio {
    padding: 15px 28px 30px 80px;
    max-width: 992px;
    /* height: 333px; */
}

.M_Bio .ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.M_Share {
    padding: 29px 42px 32px 40px;
    max-width: 114px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.M_Share img {
    width: 28px;
    height: 28px;
}

.Skills__pin p {
    padding: 3px 7px;
    background: #F2F1F2;
    border-radius: 5px;
    margin-top: 12px;
    font-family: Droid Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    width: fit-content;
    white-space: nowrap;
}

.Skill_selt select {
    border: none;
    font-family: Droid Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: #606060;
}

.Mentor__skillDetails {
    display: grid;
    grid-template-columns: 0.9fr 2.34fr .02fr;
    gap: 27px;
}

.chat__profile {
    width: 76px;
    height: 76px;
    background-color: #ECE9FF;
    border-radius: 50%;
    text-align: center;
}

.main__chat_bx {
    display: flex;
    align-items: center;
    gap: 17px;
}

.sub__chat__content {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, #EFF0F7, #EFF0F7);
    max-width: 290px;
    padding: 34px 36px 28px 37px;
    border-radius: 30px 30px 30px 0px;
    border: 1px solid #EFF0F6;
    box-shadow: 0px 5px 16px 0px #080F340F;
    border: 1px solid #EFF0F6;
}

.main__chat__content button {
    width: 100%;
    max-width: 290px;
    height: 42px;
    border: 0;
    border-radius: 8px;
    background-color: #470f74;
    box-shadow: 0px 6px 18px 0px #0D426A24;
    color: #FFFFFF;
    margin-top: 14px;
}

.Send__chat__btn {
    width: 60px;
    height: 60px;
    background-color: #470f74;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 2px 14px 0px #4A3AFF2B;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #470f74;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    border: none;
    transition: all 300ms ease-in-out;
}

.Send__chat__btn img {
    width: 32px;
    height: 27px;
    /* background-color: #470f74; */

    /* border: 1px solid; */
}

.main__boxChat {
    position: relative;
    z-index: 1;

}

.main__chat_bx {
    position: fixed;
    bottom: 100px;
    right: 30px;
}

.Send__chat__btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

/* Mentor */
.course__unit_sidebar .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/arrow-drop-top.svg);
    width: 20px;
    height: 8px;
    background-size: 100% 100%;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
    transform: rotate(-360deg);
}

/* .cor-2nd-column{
    width: 100%;
    max-width: 745px;
} */
.cor-1st-column {
    max-width: 371px;
}

.cor-3rd-column {
    /*! margin-top: 27px; */
}


@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {

    /* position: fixed;
    bottom: 57px;
    right: 46px; */
}











@media screen and (max-width: 1440px) {
    .font__27_700 {
        font-size: 20px;
    }

    .unit__video_bx {
        height: 110px;
    }

    .unit__video_bx img {
        width: 70px;
    }

    .righrside_UnitVideo {
        height: 150px;
    }

    .right__unit__summary::after {
        height: 430px;
        width: 150px;
    }

    .font__26_700 {
        font-size: 22px;
    }

    .font__17_400 {
        font-size: 14px;
    }

    .right__unit__summary {
        height: 550px;
    }

    .font__34_700 {
        font-size: 20px;
        line-height: 30px;
    }

    .font__25_400 {
        font-size: 12px;
        line-height: 30px;
    }

    .font__23_700 {
        font-size: 18px;
    }

    .font__20_400 {
        font-size: 15px;
    }

    .mt-3 {
        margin-top: 0.4rem !important;
    }

    .Men_Det_profile {
        padding: 20px 20px 20px 10px;
    }

    .Men__Det_Info {
        padding: 20px 0px 20px 15px;
    }

    .Mentor__Details_info {
        padding: 21px 34px 23px 29px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .Book__Appointment_details {
        padding: 20px 14px 0px 14px;
    }

    .Men__Det_Info {
        border-left: 0;
    }

    .Mentor__Details_availibilty {
        padding: 17px 18px 20px 15px
    }

    .Mentor_Details_main {
        gap: 10px;
    }

    .Mentor__skillDetails {
        display: grid;
        grid-template-columns: 3fr 7fr 1fr;
        gap: 27px;
    }

    /* .M_Skills{
        order: 3;
    } */
}

@media screen and (max-width: 1240px) {
    .Mentor__Details_info {
        flex-direction: column;
        display: flex;
    }

    .Mentor__Details_availibilty {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .M_Bio {
        padding: 15px 28px 30px 30px
    }

}

@media screen and (max-width: 1200px) {
    .survey_ques {
        padding-top: 12px;
    }

    .tr-check {
        padding-top: 12px;
        gap: 12px;
    }

    .course__unit__main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 0px;
    }

    .course__unit__main .cor-1st-column {
        order: 3;
    }

    .course__unit__main .cor-2nd-column {
        order: 2;
        width: 100%;
        max-width: 497px;
    }

    .course__unit__main .cor-3rd-column {
        order: 1;
        width: 100%;
        max-width: 398px;
    }
}

@media screen and (max-width: 1024px) {
    .course__unit__main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* flex-wrap: wrap; */
    }

    .Send__chat__btn {
        right: 20px;
        bottom: 56px;
    }



    .course__unit_rightbar {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .Mentor_Details_main {
        grid-template-columns: 1fr;
    }

    .right-unit-summary-web {
        display: none;
    }

    .right-res-summsry {
        display: block;
    }

    .right__unit__summary {
        height: unset;
        background-color: transparent;
        box-shadow: none;
        padding: 15px 25px;
    }

    .right__unit__summary::after {
        background-image: unset;
        width: unset;
        height: unset;
    }


    /* .course__unit_centerbar img {
        width: 100%;
        height: 406px;
        object-fit: unset;
    } */
    .Mentor__Details_availibilty,
    .Mentor__Details_info {
        flex-direction: row;
        display: flex;
        gap: 40px;
        justify-content: center;
    }

    .Book__Appointment_details {
        display: flex;
        flex-direction: column;
    }

    .Book__Appointment_details img {
        width: fit-content;
    }

    .survey_ques h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .course__unit_centerbar .Sales-check label {
        font-size: 14px;
        line-height: 24px;
    }

}

@media screen and (max-width: 991px) {

    .course__unit__main .cor-2nd-column {
        max-width: 350px;
    }

    .Mentor__skillDetails {
        grid-template-columns: 3fr 7fr;
    }

    .M_Share {
        max-width: 100%;
        flex-direction: row;
    }



}

@media screen and (max-width: 768px) {

    /* .course__unit__main{
        grid-template-columns: 1fr;
    } */
    .course__unit_sidebar {
        max-width: unset;
        width: 100%;
    }

    .course__unit_rightbar {
        width: 100%;
        max-width: unset;
    }

    .righrside_UnitVideo {
        margin-top: 0px;
    }

    .Mentor__Details_availibilty {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Men_Det_profile {
        padding: 20px;
    }

    .M_Share {
        max-width: 100%;
        flex-direction: row;
        order: 3;
    }

    .Mentor__skillDetails {
        grid-template-columns: 1fr;
    }

    .M_Skills {
        max-width: unset;
    }

    .font__34_700 {
        font-size: 20px;
        line-height: 25px;
    }

    .font__23_700 {
        font-size: 14px;
    }

    .font__20_400 {
        font-size: 13px;
    }


    .Send__chat__btn {
        right: 20px;
        bottom: 20px;
    }

    .course__unit__main {
        display: grid;
        grid-template-columns: 1fr;
        /* flex-wrap: wrap; */
    }

    .course__unit__main .cor-3rd-column,
    .course__unit__main .cor-2nd-column,
    .cor-1st-column {

        max-width: 698px;
    }

    .right__unit__summary {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .chat__profile {
        width: 40px;
        height: 40px;
    }

    .chat__profile img {
        width: 30px;
        height: 30px;
    }

    .sub__chat__content {
        padding: 14px 16px 18px 17px
    }

    .main__chat_bx {
        gap: 5px;
    }

    .main__chat_bx {
        right: 20px;
    }
}

@media screen and (max-width: 550px) {
    .Send__chat__btn {
        width: 40px;
        height: 40px;
    }

    .Send__chat__btn img {
        width: 20px;
        height: 20px;
    }

    .sub__chat__content {
        padding: 10px 9px 11px 10px;
    }

    .main__chat__content button {
        height: 35px;
        border-radius: 4px;
        margin-top: 5px;
    }

    .font__14_400 {
        font-size: 12px;
        line-height: 24px;
    }

    .main__chat_bx {
        bottom: 66px;
    }

    .font__14_700 {
        font-size: 12px;
    }

    .M_Bio {
        padding: 15px 28px 30px 28px;
    }

    .w-283 {
        width: 240px;
    }

    .Mentor__Details_availibilty,
    .Mentor__Details_info {
        gap: 20px;
    }

    .Men_Det_profile {
        padding: 20px 0;
    }

    .Men_Det_profile>img {
        width: 150px;
        height: 150px;
    }

    .course__unit__main {
        margin-top: 20px;
    }
}

@media screen and (max-width: 420px) {
    .unit__summary_profile {
        gap: 4px;
    }

    .Send__chat__btn {
        position: fixed;
        right: 4px;
    }

    .Mentor__Details_info {
        flex-direction: column;
    }

    .M_Share {
        padding: 29px 10px 32px 10px;
        justify-content: space-between;
    }

    .course__unit__main {
        margin-top: 12px;
    }

}

@media screen and (max-width: 375px) {

    /* .course__unit__main {
        display: flex;
        flex-direction: column;

    } */
    .accordion-button {
        justify-content: space-between;
        gap: 40px;
    }

    .w-283 {
        width: 206px;
    }

    .right__unit__summary {

        padding: 15px 16px;
    }

    .footer-border-bt .foter-bt-links {
        gap: 12px;
    }

    .flatpickr-calendar {
        width: 270px !important;
    }

    .flatpickr-days {
        width: 250px !important;
    }

    .Book__Appointment_details img {
        width: fit-content;
        max-width: 100%;
    }

    .dayContainer {
        min-width: 247px !important;
    }

    .flatpickr-day {
        max-width: 32px !important;
        height: 32px !important;
        line-height: 34px !important;
    }

    .footer-border-bt .foter-bt-links {
        gap: 10px;
    }

    .Send__chat__btn {
        width: 35px;
        height: 35px;
    }

    .Send__chat__btn img {
        width: 17px;
        height: 17px;
    }

    .footer-border-bt .foter-bt-links a {
        font-size: 11px;
    }

}

/* Lujain Added this  */

.custom-card {
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    background-color: #ffffff;
}
.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(159, 32, 99, 0.1);
}
.custom-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.custom-title {
    color: var(--primary-color);
    font-weight: bold;
}
.custom-text {
    color: #6c757d;
}
.custom-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s ease;
}
.custom-btn:hover {
    background-color: #7a1a4d;
    border-color: #7a1a4d;
    transform: translateY(-2px);
}
