@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif ;
}

a{
    text-decoration:none !important;
    color:black !important;
}
/* Heading 1 for Terms and Conditions */
.terms-condition-h1 {
    color: #0c0531;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 125%; /* Adjust as needed, e.g., 1.25 */
}

/* Paragraph for Terms and Conditions */
.terms-condition-p {
    color: var(--Black-Color, #0c0531);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* Adjust as needed, e.g., 1.5 */
    margin-left: auto; /* Auto left margin */
    margin-right: auto; /* Auto right margin */
}

/* Heading 3 for Terms and Conditions */
.terms-condition-h3 {
    color: var(--Black-Color, #0c0531);
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 130%; /* Adjust as needed, e.g., 1.3 */
}

.nav-item {
    color: #0c0531;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button-1 {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 25px;
    flex-shrink: 0;
    border: 2px solid black;
    border-radius: 49px;
}

    .button-1:hover {
        box-shadow: 3px 3px 0px rgb(0 0 0 / 1) !important;
    }

.button-color {
    background-color: #eca7ff;
}

.container0 {
    max-width: 90% !important;
    width: 90% !important;
}

.bg-section1 {
    background: #fbedff;
    width: 100%;
    overflow: hidden;
}

.h1-section1 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 96px */
}

.h1-span-section1 {
    color: #eca7ff;
}

.h4-section1 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.p-section1 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
}

.h1-section2 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px; /* 183.333% */
}

.p-section2 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -25px;
}

.bg-section2 {
    background: #f7dcff;
}

.circle-1 {
    width: 83px;
    height: 83px;
/*    background-color: #eca7ff;*/
    border-radius: 50%;
    border: 1px solid black;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}

.p-section4 {
    color: #8e9ab2;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 110px; 500% */
}

.h1-section4 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 150%; 90px */
}

.h4-section4 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.p-2-section4 {
    color: #8e9ab2;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 177.778% */
}

.circle-3 {
    background-color: #9cbaf9;
}

.circle-2 {
    background-color: #60cfc7;
}

.h1-section5 {
    color: #0c0531;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 75px */
}

.p-section5 {
    color: #8e9ab3;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
}

.bg-section5 {
    background: #ebf1fe;
}

.input-section5 {
    border: 1px solid black;
    padding: 15px 300px 15px 30px;
    border-radius: 49px;
}

.button-2 {
    padding: 15px 40px;
}

.container123 {
    max-width: 88% !important;
    width: 88% !important;
}

.button-3 {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 25px;
    flex-shrink: 0;
    border: 2px solid black;
    border-radius: 49px;
    background-color: white;
    width: 100%;
}

.container-95 {
    max-width: 90% !important;
    width: 90% !important;
}

.container-90 {
    max-width: 85% !important;
    width: 85% !important;
}

.span-45 {
    /* width: 50px; */
    /* height: 50px; */
    /* background-color: #eca7ff; */
    /* border-radius: 50%; */
    /* border: 1px solid black; */
    /* background-color: #9cbaf9; */
    border-radius: 50%;
}

.card-title-9 {
    color: #8e9ab3;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
}

.m-444 {
    margin: 1.1rem;
}

.h1-card {
    color: #0c0531;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.time-p {
    color: #8e9ab3;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 266.667% */
}

.card00 {
    border: none;
    overflow: hidden;
    border-radius: 30px !important;
    margin-top: 10px;
}

.position-fixed1 {
    position: absolute;
    margin: 25px;
}

.button-color1 {
    background-color: #60cfc7;
}

.bg-section6 {
    background: #fbedff;
}

.h1-section6 {
    color: #0c0531;
    text-align: center;
    /* font-family: Poppins; */
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 75px */
}

.p-section6 {
    color: var(--gray-500, #6d737a);
    text-align: center;
    /* Body/Large/400 */
    font-family: Public Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.button-section-6 {
    border-radius: 16px;
    border: 2px solid #000;
    background: #fff;
    padding: 15px 5px 15px 25px;
    width: 85%;
    box-shadow: 3px 3px 0px rgb(0 0 0 / 0.8) !important;
}

    .button-section-6:hover {
        box-shadow: none !important;
    }

.p-button-section-6 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: start;
}

.img-01 {
    border: 1px solid black;
    border-radius: 16px;
}

.card12 {
    border-radius: 56px !important;
    border: 5px solid #000 !important;
    background: #9cbaf9 !important;
    padding: 50px 150px;
}

.card-p-5 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-h15 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 60px */
}

.img-border-56 {
    border: 1px solid black;
    overflow: hidden;
    border-radius: 49px;
}

.margin-high {
    margin-left: 61rem;
}

.bg-section8 {
    background: #ebf1fe;
}

.container-78 {
    max-width: 60% !important;
    width: 60% !important;
}

.accordion {
    border-radius: 16px;
    border: none;
    background: #fff;
    overflow: hidden;
    /* height: 500px; */
}

.accordion-header:focus {
    border: none;
    background-color: white !important;
}

.accordion-item {
    border: none !important;
}

.Follow56 {
    color: #0c0531;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 75px */
}

.p-section10 {
    color: #8e9ab3;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
}

.p-1-section10 {
    color: #0c0531;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
}

.footer-h6 {
    color: #000;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-h6-1 {
    color: #000;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 54.6px */
}

.p-footer {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.li-header {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ul-footer {
    color: #8e9ab3;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.footer-input {
    width: 100%;
    background-color: white;
    color: black;
}

.footer-input {
    width: 75%;
    height: 64px;
    border: 1px solid black;
    border-radius: 49px;
    padding-left: 25px;
}

.button-6 {
    width: 75%;
    height: 64px;
    color: #000;
    /* font-family: Gilroy-Bold; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bg-footer {
    background: #ebf1fe;
}

@media screen and (max-width: 1400px) {
    .nav-item {
        font-size: 14px;
    }

    .button-1 {
        font-size: 12px;
    }

    .h1-section1 {
        font-size: 65px;
        line-height: 80px;
    }

    .h4-section1 {
        font-size: 20px;
    }

    .p-section1 {
        font-size: 15px;
    }

    .p-section4 {
        font-size: 18px;
    }

    .h1-section4 {
        font-size: 45px;
    }

    .h4-section4 {
        font-size: 20px;
    }

    .p-2-section4 {
        font-size: 15px;
    }

    .h1-section5 {
        font-size: 40px;
    }

    .p-section5 {
        font-size: 18px;
    }

    .button-3 {
        font-size: 10px;
    }

    .h1-card {
        font-size: 15px;
    }

    .time-p {
        font-size: 12px;
    }
}

.bg-course-section1 {
    background: #ebf1fe;
}

/* course.html css */

.course-section1-p-1 {
    color: #8e9ab2;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 0%; /* 500% */
}

.course-section1-h1 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 54px */
}

.course-section1-p-3 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
}

.course-section1-h4 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 458.333% */
}

.course-section1-p-2 {
    color: var(--Gray-Color, #8e9ab2);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.course-section2-h2 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.course-section2-p {
    color: var(--Black-Color, #0c0531);
    text-align: right;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bg-course-section3 {
    border-radius: 30px;
    border: 1px solid #60cfc7;
    background: #c7f2ef;
}

.card-right {
    border-radius: 30px !important;
    border: 2px solid var(--Pink-Color, #eca7ff) !important;
    background: var(--Pink-Light-Color, #fbedff) !important;
    position: relative !important;
}

.course-span-1 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 90% */
    margin-top: 2px;
    margin-left: -15px;
}

.row-border {
    border: 1px solid #60cfc7;
}

.course-span-2 {
    color: var(--Gray-Color, #8e9ab2);
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 90% */
}

.card1 {
    border-radius: 56px !important;
    border: 5px solid #000 !important;
    background: #9cbaf9 !important;
    height: 70% !important;
}

.img-position {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    border: 2px solid black;
    border-radius: 56px;
    position: relative;
    right: 2%;
    bottom: 2%;
}

.div-border {
    border-radius: 56px 56px 62px 56px;
    border: 4px solid #000;
    background: #9cbaf9;
}

@media screen and (max-width: 996px) {
    .div-border {
        border: none;
    }

    .img-position {
        border: none;
    }

    .page-header.is-sticky {
        padding: 20px 20px 0px 10px;
    }

    .fixed {
        position: inherit;
    }

    .img-w-100 {
        width: 100%;
    }

    .input-section5 {
        padding: 20px 50px;
    }

    .container-78 {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.about-section-h1 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about-section-bold-p {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 90% */
}

.about-section-p {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.card-about-section {
    border-radius: 30px !important;
    border: 1px solid #9cbaf9 !important;
    background: #ebf1fe !important;
}

.about-section-h3 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-h4 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 90% */
}

.card-p {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.bg-section-10 {
    background: var(--Pink-Light-Color, #fbedff);
}

.section-10-h1 {
    color: #0c0531;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 75px */
}

.card-about {
    background-color: white !important;
    border-radius: 30px !important;
    border: none !important;
}

.feedback-p {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.feedback-h4 {
    color: #000;
    font-family: Public Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.048px;
}

.bg-section-11 {
    background: #ebf1fe;
}

.fixed {
    position: fixed;
    /*    width: 20%;*/
    width: 20.7%;
    overflow: hidden;
    top: 85px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
@media (max-width: 760px) {
    .fixed {
        position: static !important;
        width: 100% !important;
        top: auto !important;
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .fixed {
        top: 85px !important;
    }
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    top: 0;
    z-index: 999;
}

    .page-header.is-sticky img {
        max-width: 80%;
    }

    .page-header.is-sticky button {
        font-size: 14px;
        padding: 7px 10px;
    }

/* about us page css */

.about-section1-h1 {
    color: #0c0531;
    text-align: center;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 75px */
}

.about-section1-p {
    color: var(--Black-Color, #0c0531);
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
}

.bg-about {
    background: #ebf1fe;
}

.section-2-about-h3 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 130% */
}

.about-section-2-p {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
}

.about-section-2-p-2 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* contact-us page css */

.card-contact-us {
    border-radius: 60px !important;
    border: 2px solid var(--Pink-Color, #eca7ff) !important;
    background: var(--Pink-Light-Color, #fbedff) !important;
}

.card-contactus {
    border-radius: 20px !important;
    background: var(--Pink-Color, #eca7ff) !important;
    /* height: 660px !important; */
}

.card-2-h3 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.48px;
}

.card-2-p {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
}

.card-2-h4 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}

label,
.description {
    /* color: var(--secondary-color); */
    /* text-transform: uppercase; */
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}

form {
    /* width: 31.25rem; */
    /* position: relative; */
/*    margin-top: 2rem;*/
/*    padding: 1rem 0;*/
}

#contact-form > input,
textarea,
label {
    width: 100%;
    display: block;
}

input {
    border-bottom: 1px solid black !important;
}

p,
placeholder,
input,
textarea {
    font-family: 'Poppins', sans-serif;
}

    input::placeholder,
    textarea::placeholder {
        color: var(--primary-color);
    }

input,
textarea {
    color: var(--primary-color);
    font-weight: 500;
    background: var(--bg-color);
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    outline: none;
}

textarea {
    resize: none;
}

button {
    /* text-transform: uppercase; */
    font-weight: 300;
    background: var(--button-color);
    color: var(--bg-color);
    /* width: 10rem; */
    /* height: 2.25rem; */
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

input:hover,
textarea:hover {
    opacity: 0.5;
}

button:active {
    opacity: 0.8;
}

.form-h4 {
    color: var(--Black-Color, #0c0531);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
}

/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
/*    max-height: 650px;*/
}

    /* Carousel Items */
    .kb-carousel .carousel-item {
        transition: transform 0.6s ease-in-out 0s, opacity ease-in-out 0.6s;
    }

        .kb-carousel .carousel-item.active {
            transition: transform 0.6s ease-in-out 0s, opacity ease-in-out 0.6s;
        }

    .kb-carousel > .carousel-inner > .carousel-item > img,
    .kb-carousel > .carousel-inner > .carousel-item > a > img {
        opacity: 0.8;
        animation: kenburns 20000ms linear 0s infinite alternate;
    }

    .kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
    .kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
        z-index: 0;
        opacity: 0;
    }

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 7%;
    bottom: 25%;
    padding: 0;
    width: 80%;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin-left: auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #bf392b;
    background: #fff;
}

.kb-caption h3 {
    animation-delay: 1.5s;
    color: #fff;
    background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
    .kb-caption {
        bottom: 37%;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .kb-caption {
        bottom: 45%;
    }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

    .kb-control-prev:hover,
    .kb-control-prev:focus,
    .kb-control-next:hover,
    .kb-control-next:focus {
        color: #fff;
        background: transparent;
    }

/* Support for dark mode */
[data-bs-theme='dark'] .carousel .carousel-control-next-icon,
[data-bs-theme='dark'] .carousel .carousel-control-prev-icon {
    filter: none;
}

.card-img-1 {
    border-radius: 56px !important;
    border: 5px solid #000 !important;
/*    background: var(--Green-Color, #60cfc7) !important;*/
}

.card-img-2 {
    border-radius: 56px !important;
    border: 5px solid #000 !important;
    background: #9cbaf9 !important;
}

.card-img-3 {
    border-radius: 56px !important;
    border: 5px solid #000 !important;
    background: var(--Pink-Color, #eca7ff) !important;
}

.card-img-h2 {
    color: #0c0531;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 60px */
}

.card-img-p {
    color: #0c0531;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* FAQ CSS */


*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.8;
}

body {
    min-width: 375px;
    font-family: "Poppins", sans-serif;
    background-color: #f1f1f1;
    color: #1a1a1a;
}

h1 {
    /* text-align: center; */
    font-size: 1.2em;
    font-weight: 800;
    margin-top: 1em;
    margin-bottom: 1.8em;
}

section.faq {
    width: 100%;
    max-width: 540px;
    border-radius: 12px;
    padding: 2em;
    background-color: white;
    box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
}

.faq-container {
    display: grid;
    gap: 1em;
}

.faq-header {
    padding: 1.2em 1em;
    font-weight: 600;
    background-color: white;
    user-select: none;
    cursor: pointer;
    /* border-radius: 10px 10px 10px 10px; */
    border: 2px solid black;
}

    .faq-header:hover {
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
    }

.faq-content {
    padding: 1em;
    background: white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    border-left: 2px solid black;
}

.faq-box {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}


/*custom.css*/

