@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


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

h1, h2, h3{
    font-family: "Raleway", sans-serif;
    font-weight: 700 !important;
}

body {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    line-height: 28px;
    color: #07272d;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Navbar styles start */

#navbarNav5 {
    transition: all 0.3s ease-in-out;
}
#menuToggle:focus,
#menuToggle:active {
    outline: none;
    box-shadow: none;
    border: none;
}
.fixed-top {
    position: absolute;
}

.navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.8rem;
    height: 1.2rem;
    background: none;
    border: none;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    width: 30px;
    left: 0;
    top: -5px;
}

.navbar-toggler-icon::after {
    width: 22px;
    left: 8px;
    bottom: 9px;
}

.navbar-collapse.show {
    transition: all 0.5s;
}

.navbar-toggler {
    border: none !important;
}

.btn-gradient {
    background: linear-gradient(45deg, #1e3c8b, #12b782);
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: bold;
}

.btn-gradient:hover{
    color:#F4C539
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-brand,
.menu-link {
    font-size: 15px;
    padding-bottom: 10px;
}

/* Navbar styles end */

/* Hero Section */
.hero-section {
    background: url(../img/banner_image.png) no-repeat center center;
    height: 100vh;
    padding-bottom: 100px;
    padding-top: 100px;
    background-size: cover;
}

.hero-section .hero-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 100%;
    gap: 50px;
}

.hero-section .hero-wrapper {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: center;
    padding: 20px;
}

.hero-content h2 {
    font-size: 37px;
    font-weight: 700;
    color: white;
    font-family: "Raleway", sans-serif;
}

.hero-content p {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.search-box {
    background: linear-gradient(
        45deg,
        rgba(250, 214, 6, 0.2),
        rgba(48, 157, 214, 0.2)
    );
    padding: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.select-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-select {
    margin: 0;
    border: none !important;
}

.form-select option {
    color: #1c1c1c;
    font-weight: 500;
}

.arrow-right {
    background: linear-gradient(45deg, #1e3c8b, #12b782);
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
}

.form-select:focus,
.search-box button {
    outline: none;
    box-shadow: none;
}

.hero-bg p {
    font-weight: 300;
    font-size: 20px;
}

.divider {
    border-top: 1px solid #000;
    width: 90%;
    margin: 5px auto;
    opacity: 0.25;
}

/* navar css end */

/* Driving css start */
.driving-section {
    background: linear-gradient(to left, #eef8f5, #f0f3fa);
}

.space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.driving-section .card {
    background: linear-gradient(
        180deg,
        #ffffff 60%,
        rgba(255, 255, 255, 0) 100%
    );
}

.driving-font-48 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.para-sm {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(28, 28, 28, 1);
}

/* Driving css end */

/* warum css start */
.warum-section {
    background: linear-gradient(rgba(255, 255, 255, 1));
}

.warum {
    line-height: 3.5;
}

.warum-image {
    margin-top: 75px;
}

.warum-section hr {
    border: 1px solid rgba(28, 28, 28, 1);
    width: 120px;
    opacity: 0.8 !important;
    margin: 2rem 0 !important;
}

.warum-right-text {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: rgba(28, 28, 28, 1);
}

.warum-image-list {
    margin-top: 75px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 13px 0;
    display: flex;
    flex-direction: column;
}

.feature-list li::after {
    content: "";
    display: block;
    width: 90%;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    margin-left: 2.5rem;
}

.feature-list li:last-child::after {
    border-bottom: none;
    padding: 0;
}
.warum-section .accordion-item {
    border: none;
}
.warum-section .accordion-item .accordion-body {
    background-color: #fff;
}

.warum-section .accordion-item .accordion-header a {
    text-decoration: none;
}
.btn-custom {
    background: linear-gradient(to right, #2e3aaf, #00b04f);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    font-family: "Raleway", sans-serif;
}

.btn-custom:hover {
    opacity: 0.9;
}

.feature-list li span {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    line-height: 1.8;
    color: rgba(28, 28, 28, 1);
    font-weight: 500;
}

.feature-list li small {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: rgba(28, 28, 28, 1);
    font-weight: 200;
    margin-left: 2.5rem;
}

.font-48 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

/* Warum css end */

/* course css start */
.course-section {
    background: linear-gradient(45deg, #1e3c8b, #12b782);
}

.course-item {
    position: relative;
    overflow: hidden;
}

.course-item img {
    display: block;
    width: 100%;
    height: auto;
}

.course-overlay {
    position: absolute;
    top: 325;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding: 20px;
    opacity: 1;
}

.course-font-48 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.course-title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    line-height: 42px;
}

.arrow-right-white {
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
}

.arrow-right-white img {
    width: 14px;
    height: auto;
}

.arrow-right-white:hover {
    background: rgba(255, 255, 255, 1);
}

/* course css end */

/* Testimnonials css start */

.testimnonials-section {
    background: linear-gradient(rgba(255, 255, 255, 1));
}

.testimnonials-section .card-background {
    background: rgba(245, 245, 245, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stars {
    color: red;
    font-size: 26px;
    text-align: center;
}

.testimonials-card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.quote-image {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #1e3c8b, #12b782);
    border-radius: 50%;
    padding: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: unset !important;
}

.row.text-center {
    text-align: center;
}

.testimnonials-section .card-body {
    text-align: center;
    flex-grow: 1;
    /* Make the card content stretch */
    display: flex;
    flex-direction: column;
}

.carousel .card {
    background: rgba(245, 245, 245, 1);
}
.testimonials-card .card {
    background: rgba(245, 245, 245, 1);
    height: 100%;
}
.testimnonials-section .card-text {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1%;
    text-align: center;
    color: rgba(28, 28, 28, 1);
}

.card-background h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1%;
    text-align: center;
}

.carousel-control-btn {
    background-color: white;
    border: 1px solid #ddd;
    /* Light border color */
    border-radius: 50%;
    /* Round the buttons */
    padding: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: adds slight shadow for depth */
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Testimnonials css end */

/*  Driving Lesson css start */

.driving-lesson-section {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.driving-lesson-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/driving-lesson-image.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.driving-lesson-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.driving-lesson-section h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -4%;
}

.driving-lesson-section p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1%;
}

/*  Driving Lesson css end */

/* Frequently Asked Questions css start */
.question-section {
    background: linear-gradient(rgba(255, 255, 255, 1));
}
.question-section .accordion-item .accordion-body {
    background: rgba(245, 245, 245, 1);
}

.question-section .accordion-item .accordion-button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1%;
    background: rgba(245, 245, 245, 1);
    opacity: 0.7;
}

.question-section .accordion-item .accordion-button:not(.collapsed) {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1%;
    opacity: 0.7;
}

.question-section .accordion-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.question-section .accordion-item:last-of-type {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.question-section .accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
}

.question-section .accordion {
    --bs-accordion-border-color: none !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.partner h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.partner p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(28, 28, 28, 1);
    opacity: 0.7;
}
/* Frequently Asked Questions css end */
/*footer-section start*/

.footer-section {
    background: url(../img/footer-image.png) no-repeat center/cover;
    color: white;
    padding: 0 15px;
}

.footer-logo {
    width: 200px;
    margin: 0 auto;
}

.main-branch-info,
.social-info {
    display: flex;
    align-items: center;
}

.main-branch-info h2,
.social-info h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 24px;
    opacity: 0.8;
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.about,
.quick-links h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 26px;
}

.about-text {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5rem;
    opacity: 0.8;
}

.premier {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
}
.quick-links h2 {
    padding-left: 5.2rem;
}

.quick-links ul {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 18px;
    list-style: none;
    line-height: 40px;
    padding-left: 0;
    padding-left: 5.2rem;
}

.quick-links ul li {
    width: 50%;
    text-align: left;
}
.all-right-padding {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.all-right {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
}

/* About hero section start */
.abouthero-section {
    background: url(../img/about/about-banner-image.png) no-repeat;
    height: 80vh;
    background-size: cover;
}

.abouthero-section .abouthero-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 100%;
    gap: 50px;
}

.abouthero-section .abouthero-wrapper {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: center;
    padding: 4rem;
}
/*hero section end */

/*philosophy section start */
.philosophy-section {
    background: linear-gradient(250.66deg, #eef8f5 0%, #f0f3fa 100%);
}

.card-custom {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.philosophy-section .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -3%;
}
.text-p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 2%;
}

.highlight {
    border-radius: 10px;
    background: linear-gradient(to right, #fffbcc69, #e3f5ff69);
}

.highlight p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -3%;
}
.highlight span {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2%;
    margin-left: 15px;
}

/*philosophy section end */

.bg {
    background: linear-gradient(135deg, #0e6b68, #3cc9b0);
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
    /*below show how it works*/
    &:after {
        content: "";
        width: 200%;
        height: 0;
        padding-top: 200%;
        border-radius: 100%;
        background: #fff;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Team Cards start*/

.team-section {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.team-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about/team-background-image.png) no-repeat center
        bottom;
    background-size: cover;
    z-index: -1;
}

.team-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.team-card {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(243, 246, 249) 36.42%
    );
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
}

.team-card img {
    width: 100%;
}
.team-card h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -3%;
    text-align: center;
}

.team-card p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1%;
    text-align: center;
    opacity: 0.7;
}

.stats-section {
    background: linear-gradient(to right, #fffbcc, #e3f5ff);
    border-radius: 25px;
}

.stats-subtitle {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    text-transform: uppercase;
}

.stats-title {
    font-family: "Raleway" sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -3%;
}

.stats-number {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 110px;
    line-height: 100%;
    letter-spacing: -3%;
    background: linear-gradient(225deg, #12b782 0%, #1e3c8b 100%);
    -webkit-background-clip: text;
    color: transparent; 
}

.stats-description {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -3%;
}

.stats-info {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 34px;
}
.stats-number-right {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
}

.stats-description-right {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2%;
}

.dashed-line {
    height: 2px;
    background-image: linear-gradient(
            90deg,
            transparent,
            transparent 50%,
            #fff 50%,
            #fff 100%
        ),
        linear-gradient(90deg, rgba(250, 214, 6, 1), rgba(48, 157, 214, 1));
    background-size: 20px 3px, 100% 3px;
    border: none;
}

.state-vr {
    border-left: 4px solid transparent;
    border-image: linear-gradient(
        225deg,
        rgba(18, 183, 130, 1),
        rgba(30, 60, 139, 1)
    );
    border-image-slice: 1;
    height: 90px;
}

.location-section h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    text-transform: uppercase;
}
.location-section p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 3.5rem;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.location-section-background {
    background: linear-gradient(to right, #fffbcc, #e3f5ff);
    border-radius: 25px;
}
.location-section-background h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
}
.location-section-background p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1rem;
    letter-spacing: 2%;
}

/* Team Cards end*/

/* About Lesson  start*/

.about-lesson-section {
    position: relative;
    min-height: 350px; /* Adjusted height */
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.about-lesson-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about/about-lesson-background-image.png) no-repeat
        center;
    background-size: cover;
    z-index: -1;
}

.about-lesson-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.about-lesson-section h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 61px;
    letter-spacing: -4%;
}

.about-lesson-section p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1%;
}
/* About Lesson  End*/
/*About Hero Section css End*/

/*Details Page css Start*/
.license-hero {
    background: linear-gradient(250.66deg, #12b782 0%, #1e3c8b 100%);
}

.license-hero-content {
    padding: 2rem;
}

.license-hero-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -4%;
}

.license-hero-text {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8rem;
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
}

.license-hero-cta {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
}

.divider-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 3rem;
}

.divider1 {
    border: 2px solid rgba(0, 255, 180, 1);
    width: 350px;
    opacity: 0.8;
}

.divider2 {
    border: 2px solid rgba(0, 255, 180, 1);
    width: 40px;
    opacity: 0.8;
}

/* Details Section Start*/
.details-section li {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 2rem;
    color: rgba(28, 28, 28, 1);
}

article h1 {
    font-family: "Raleway" sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -3%;
    color: rgba(28, 28, 28, 1);
}

.article-p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: rgba(28, 28, 28, 1);
    opacity: 0.7;
    line-height: 100%;
}

.card-1 img {
    height: 25px;
    width: 25px;
}
.card-1 .card-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    margin-top: 1rem;
}

.card-1 .card-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: rgba(28, 28, 28, 1);
    margin-top: 0.8rem;
}

.card-2 img {
    height: 25px;
    width: 25px;
}
.card-2 .card-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 1rem;
}
.card-2 .card-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: rgba(28, 28, 28, 1);
    margin-top: 1rem;
    line-height: 22px;
}

.solid-line {
    border-top: 2px solid;
    border-image-source: linear-gradient(90deg, #fad606 0%, #309dd6 100%);
    border-image-slice: 1;
    width: 100%;
}

.requirements {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -3%;
}
.gradint-color {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.03em;
    background: linear-gradient(to bottom left, #12b782 -25%, #1e3c8b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-bf17 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: rgba(28, 28, 28, 1);
}

.card-body-text {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: capitalize;
    color: rgba(28, 28, 28, 1);
}

.book-icon {
    margin-bottom: 10px;
    margin-right: 10px;
}

.card-4 {
    background: #fff;
    padding: 10px;
    margin: 5px;
    flex: 1;
    display: inline-block;
    white-space: nowrap;
    border-radius: var(--bs-border-radius-pill) !important;
}
.card-4 .card-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    padding: 12px 20px;
}

.card-6 {
    background: #fff;
    padding: 10px;
    margin: 5px;
    flex: 1;
    display: inline-block;
    white-space: nowrap;
    padding: 12px 20px;
    border-radius: var(--bs-border-radius-pill) !important;
}
.card-6 .span {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: capitalize;
}
.card-6 .card-text {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
}

.sub-title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -3%;
}

.card-7 .card-body-text {
    font-size: 32px;
}
.card-7 .card-body span {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 2%;
}

.card-pending-start {
    padding-left: 15px;
}
.card-8 {
    background: #fff;
    padding: 10px;
    margin: 5px;
    flex: 1;
    display: inline-block;
    white-space: nowrap;
}

.price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 180px;
    padding-top: 15px;
    word-wrap: break-word;
    white-space: normal;
    position: relative;
}

.price-box img {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}
.price-box .price {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
}

.price-box .label {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
    max-width: 52%;
    margin-left: auto;
    margin-right: auto;
}

.card-subtitle {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
}
.card-title1 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2%;
}

.card-9 {
    position: relative;
    background: linear-gradient(to right, #fffbcc, #e3f5ff);
    border: 2px solid transparent;
    border-radius: 16px;
    background-clip: padding-box;
}

.card-9::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(to left, #22c0c379, #fdbb2d71);
    z-index: -1;
    border-radius: 16px;
}

.card-9 .card-text {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: capitalize;
}
.card-9 p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2%;
}

.card-background-color {
    background: rgba(244, 247, 250, 1);
    border-radius: 24px;
    border: none;
}

.card-10 p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
    max-height: 90vh;
    overflow-y: auto;
}

.sticky-sidebar a {
    color: black;
    text-decoration: none;
}
/*Details Page css End*/
.custom-thead th {
    background-color: #2c488f !important;
    color: white;
}
.custom-table{
font-family: "Raleway", sans-serif;
}

.min-card-height{
 min-height: 275px;
}
