html, body {
    font-family: 'SF Pro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: var(--background-white);
    background-image: url('../images/header-background.png');
    background-repeat: no-repeat;
    background-position: 100px -90px;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary-green);
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.04;
    margin: 0 0 16px;
}

/* === Layout Wrappers === */
.wrapper {
    max-width: 1560px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
}

.content-wrapper {
    padding-inline: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* === Top Contact Bar === */
.top-contact-bar {
    height: 56px;
    background: var(--background-gradient);
    color: #FFF;
    margin-bottom: 24px;
}

.top-contact-bar .contacts {
    display: flex;
    gap: 28px;
}

.top-contact-bar .contacts a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 16px;
}

.top-contact-bar .contacts a img {
    width: 18px;
    height: 18px;
}

.top-contact-bar .sociallinks {
    display: flex;
    gap: 15px;
}

.top-contact-bar .sociallinks a {
    background: var(--background-white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 25px;
}

.top-contact-bar .sociallinks a img {
    width: 18px;
    height: 18px;
}

/* === Navigation Bar === */
.navigation-bar {
    height: 80px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 4px 4px 18.7px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(41.5px);
    border-radius: 60px;
    padding-inline: 0px;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-evenly;
    gap: 32%;
    position: sticky;
    top: 10px;
    z-index: 99;
}
.navigation-bar .responsive-menu-icon{
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
    display: none;
}
.navigation-bar .responsive-menu-icon img{
    width: 22px;
}
.navigation-bar .logo {
    display: inline-flex;
}

.navigation-bar a img {
    height: 45px;
    max-width: 100%;
}

.navigation-bar .navigation-menu {
    display: flex;
    gap: 26px;
    align-items: center;
}

.navigation-bar .navigation-menu a {
    color: #001843;
    font-family: 'SF Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.navigation-bar .navigation-menu .btn-primary, .btn-primary {
    background: var(--background-gradient);
    color: #FFF;
    padding: 16px 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.hero-section {
    display: flex;
    gap: 88px;
    margin-block: 24px;
}

.hero-section .hero-text-box {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.hero-section .hero-text-box h1 {
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin: 0px;
    max-width: 579px;
}

.hero-section .hero-text-box p {
    color: var(--secondary-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.hero-section .hero-text-box .download-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.achievements-section {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
}

.section-title {
    color: var(--primary-green);
    margin-bottom: 40px;
}

.statistics-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    justify-items: center;
}

.stats:hover {
    transform: translateY(-5px);
}

.stats img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.statistics-section .stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    min-height: 220px;
    min-width: 190px;
}

.statistics-section .stats .stat-info {
    display: flex;
    flex-direction: column;
}

.statistics-section .stats .stat-info .numbers {
    leading-trim: both;
    text-edge: cap;
    font-size: 36px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
    background: var(--background-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statistics-section .stats .stat-info .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-green);;
    line-height: 1.4;
}

.about-us-section {
    display: flex;
    gap: 59.81px;
    margin-block: 120px;
}

.about-us-section .about-image {
    width: 549.917px;
    height: 508px;
    flex-shrink: 0;
    aspect-ratio: 549.92/508.00;
    border-radius: 10px;
    max-width: 100%;
}

.about-us-section .about-us-details .description h2 {
    color: var(--primary-green);
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}

.about-us-section .about-us-details .description p {
    color: var(--secondary-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-us-features {
    display: grid;
    align-items: center;
    justify-items: start;
    grid-template-columns: 50% 50%;
    row-gap: 32px;
    column-gap: 59px;
    align-content: center;
}

.about-us-features .feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex-direction: row;
    color: var(--primary-black);
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 590;
    line-height: 20.6px;
    max-width: 287px;
}

.how-it-works-section {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    margin-block: 120px;
}

.how-it-works-section .heading, .how-it-works-section .description {
    margin: 0px;
}

.how-it-works-section .heading {
    color: var(--primary-green);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}

.how-it-works-section .description {
    color: var(--secondary-black);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 980px;
}

.how-it-works-section .features {
    display: flex;
    gap: 20px;
    margin-top: 32px;
}

.how-it-works-section .features .feature {
    border-radius: 12px;
    background: var(--tertiary-green);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 42px;
}

.how-it-works-section .features .feature .icon {
    height: 80px;
    max-width: 100%;
}

.how-it-works-section .features .feature .heading {
    color: var(--primary-green);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.how-it-works-section .features .feature .description {
    color: var(--secondary-black);
    text-align: center;
    font-family: "SF Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 375px;
}

.success-stories-section {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    margin-block: 120px;
}

.success-stories-section .heading, .success-stories-section .description {
    margin: 0px;
}

.success-stories-section .heading {
    color: var(--primary-green);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}

.success-stories-section .description {
    color: var(--secondary-black);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.success-stories-section .stories {
    display: grid;
    grid-template-columns: repeat(4, 289.518px);
    grid-gap: 20.26px;
    justify-content: center;
}

.success-stories-section .stories .story {
    width: 289.518px;
    height: 277.454px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.success-stories-section .stories .story .story-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.success-stories-section .stories .story .story-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 85, 44, 0.74);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 20px;
    box-sizing: border-box;
}

.success-stories-section .stories .story:hover .story-overlay {
    opacity: 1;
    transform: translateY(0);
}

.success-stories-section .stories .story .story-overlay h4,
.success-stories-section .stories .story .story-overlay p {
    color: var(--color-white);
    text-align: center;
    margin: 0;
    width: 228px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.success-stories-section .stories .story .story-overlay h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    transition-delay: 0.2s;
}

.success-stories-section .stories .story .story-overlay p {
    font-family: "SF Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition-delay: 0.4s;
}

.success-stories-section .stories .story:hover .story-overlay h4,
.success-stories-section .stories .story:hover .story-overlay p {
    opacity: 1;
    transform: translateY(0);
}

.success-stories-section .stories .story:hover .story-image {
    transform: scale(1.05);
}

.testimonials-section {
    flex-direction: column;
    gap: 24px;
    margin-block: 120px;
}

.testimonials-section .heading, .testimonials-section .description {
    margin: 0px;
}

.testimonials-section .heading {
    color: var(--primary-green);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}

.testimonials-section .description {
    color: var(--secondary-black);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonials-section .testimonials {
    width: 100%;
    margin-top: 39px;
}

.testimonial-card {
    background-color: #eef3ef;
    border-radius: 8px;
    padding: 22px 27px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    position: relative;
}

.profile-pic {
    position: absolute;
    top: -40px;
    left: 27px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    padding-top: 15px;
}

.testimonial-content hr {
    border-top: 1px solid #7B7B7B;
}

.message {
    color: var(--secondary-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

hr {
    border: none;
    border-top: 1px solid var(--secondary-black);
    margin: 12px 0;
}

.user-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name {
    margin: 0;
    color: var(--primary-green);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.6px;
}

.title {
    margin: 0;
    color: var(--secondary-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stars {
    display: flex;
    gap: 1px;
}

.testimonial-slider {
    display: flex !important;
    align-items: stretch;
}

.testimonial-slider .slick-list {
    padding-top: 50px;
}

.testimonial-slider .slick-slide {
    margin-right: 20px;
    height: auto !important;
    width: 458px !important;
}

.testimonial-slider .slick-slide:last-child {
    margin-right: 0;
}

.testimonial-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.slick-custom-nav {
    display: flex;
    gap: 16px;
}

.slick-navigation-btn {
    background: transparent;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid var(--primary-green);
    cursor: pointer;
}

.slick-navigation-btn .nav-svg {
    color: var(--primary-green);
}

.slick-navigation-btn.slick-custom-next {
    transform: rotate(180deg);
}

.slick-navigation-btn:hover {
    background: var(--background-gradient);
}

.slick-navigation-btn:hover .nav-svg {
    color: white;
}

.app-download-section {
    min-height: 538px;
    background: var(--background--radial-gradient);
}

.app-download-section .app-download-text {
    /*max-width: 571px;*/
    max-width: 716px;
}

.app-download-section .app-download-text h5 {
    color: var(--color-white);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}

.app-download-section .app-download-text p {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.app-download-section .app-download-text .qr-white {
    display: flex;
    width: 101px;
    height: 100px;
    padding: 5px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    justify-content: center;
    border: 3px solid var(--primary-green);
}

.app-download-section .app-download-text .qr-white img {
    width: 100%;
    height: 100%;
}

.app-download-section .image {
    margin-top: -85px;
}

.app-download-section .image img {
    width: 590.394px;
    height: 564px;
    flex-shrink: 0;
    aspect-ratio: 590.39/564.00;
    max-width: 100%;
}

.app-download-section .app-download-text .download-buttons {
    display: flex;
    gap: 36px;
    align-items: center;
}

.app-download-section .app-download-text .download-buttons .store-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faqs-section {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    margin-block: 120px;
}

.faqs-section .heading, .faqs-section .description {
    margin: 0px;
    max-width: 814px;
}

.faqs-section .heading {
    color: var(--primary-green);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}

.faqs-section .description {
    color: var(--secondary-black);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-container {
    max-width: 1155px;
    width: 100%;
    text-align: left;
}

.faq-item {
    background: var(--background-white);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px 20px;
    transition: all 0.5s ease;
    border: 1px solid var(--background-white);
    box-shadow: 2px 2px 8px 0px rgba(8, 15, 52, 0.12);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h4 {
    margin: 0;
    color: var(--primary-green);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.6px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    padding-right: 40px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    margin-top: 12px;
}

.faq-answer p {
    margin: 0;
    color: var(--secondary-black);
    max-width: 739px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-toggle {
    font-size: 30px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--tertiary-green);
    color: var(--primary-green);
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-item.active .faq-toggle {
    background-color: var(--primary-green);
    color: white;
}

.footer {
    background: var(--background-gradient);
    padding: 54.5px 120px 0px 120px;
    position: relative;
    color: var(--color-white);
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 110px;
    max-width: 1440px;
    margin: 0 auto;
}

.footer-col {
    width: 305px;
}

.footer-col h2,
.footer-col h3 {
    color: var(--color-white);
    margin-bottom: 15px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.6px;
}

.footer-brand {
    font-size: 24px;
}

.footer-col p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding-block: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom hr {
    border: 0;
    height: 1px;
    background-color: #D5D5D5;
    margin-bottom: 16px;
}

.contact-info span {
    margin-right: 8px;
}

.whatsapp-float {
    position: absolute;
    right: 116px;
    bottom: 254px;
    background: transparent;
}

.whatsapp-float img {
    width: 106px;
    height: 105px;
    max-width: 100%;
}

.cms-page-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    height: 354px;
    margin-top: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}
.terms-and-conditions{
    background-image: url("/website/assets/images/terms-and-conditions.png");
;
}
.privacy-policy{
    background-image: url("/website/assets/images/privacy-policy.png");

}
.contact-us{
    background-image: url("/website/assets/images/contact-us.png");
}
.cms-page-banner h1{
    display: flex;
    height: 62px;
    flex-direction: row;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
    align-content: center;
    align-items: center;
    color: var(--color-white);
    leading-trim: both;
    text-edge: cap;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
}


.inner-page-box {
    background: #F9F9F9;
    padding: 80px 0px 0px 0px;
    /*margin-bottom: 80px;*/
}

.inner-page-container {
    display: flex;
    align-items: flex-start;
    gap: 108px;
    width: 85%;
    margin: 0px auto;
    background: #F9F9F9;
}

.inner-page-container .inner-page-content-area, .inner-page-container .inner-page-content-area {
    align-self: stretch;
}

.inner-page-container .heading {
    color: var(--primary-green);
    leading-trim: both;

    text-edge: cap;
    /* Heading 05 */

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.6px; /* 102.5% */
}

.inner-page-container .inner-page-content-area {
    width: 63%;
}

.inner-page-container .content-block, .inner-page-container .table-of-content {
    align-self: stretch;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}
.inner-page-container .content-block h3{
    color: var(--primary-green);
    leading-trim: both;
    text-edge: cap;
    /* Heading 05 */
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.6px;
}

.inner-page-container .table-of-content .list {
    margin-block: 0px;
    padding-inline-start: 20px;
}

.inner-page-container .table-of-content .list li {
    /*text-decoration-line: underline;*/
    transition: all 0.3s ease-in-out;
}

.inner-page-container .table-of-content .list li a {
    text-decoration: none;
    color: var(--primary-black);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.inner-page-container .table-of-content .list li:hover a {
    font-weight: 500;
    background: var(--background-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.justify-space-between{
    justify-content: space-between;
}
.background-transparent{
    background: transparent;
}

/*Contact US*/

.contact-us-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 135px;
    justify-content: space-between
}
.contact-us-content p{
    margin-block:0px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-us-content .inner-content-heading{
    color: var(--primary-green);

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.contact-us-content .contact-us-content-heading {
    color: var(--primary-green);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
.contact-us-content .contact-us-column-1  a{

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line:none;
}

.contact-us-content .contact-us-column-1 .social-links p a{
    text-decoration-line: underline;
}
.contact-us-content .contact-us-column-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 50%;
}
.contact-us-content .form{
    flex: 1;
}
.contact-us-content .contact-us-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;

}
.contact-us-content .contact-us-form .input-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}
.contact-us-content .contact-us-form .input-group .input::placeholder {
    color: #B2B2B2;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contact-us-content .contact-us-form .input-group label {

    leading-trim: both;
    text-edge: cap;
    /* Body Text Small */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-us-content .contact-us-form .input-group .input {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.contact-us-content .contact-us-form .input-group textarea.input{
    resize: none;
    height: 165px;
}
.contact-us-content .contact-us-content-description {

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



@media screen and (max-width:780px) {
    .cms-page-banner h1{
        justify-content: center;
        font-size: 30px;
    }
    .cms-page-banner{
        background-image: var(--background--radial-gradient);

    }
    .inner-page-table-area{
        display:none;
    }
    .inner-page-container .inner-page-content-area{
        width: 100%;
    }
}
