* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
}



body {

    color: #515151;
    font-family: Satoshi;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;

}

img {
    max-width: 100%;
}

h1,

h2,

h3,

h4,

h5 {

    color: #171717;
    font-family: Satoshi;
    font-weight: 500;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.site-width {

    max-width: 1440px;

    padding-left: 100px;

    padding-right: 100px;

    margin: auto;

}

.mx1440 {
    max-width: 1440px;
}

span.blu {
    color: #0399D5;
}

.clr-txt {
    color: #1E1E1E;
}

.f3-bg {

    background: #F3F6FD;

}



.t-center {

    text-align: center !important;

}

.m-auto {

    margin-left: auto;

    margin-right: auto;

}

.pt56 {

    padding-top: 56px;

}

.pt20 {

    padding-top: 20px;

}

.pb56 {

    padding-bottom: 56px;

}

.mt16 {

    margin-top: 16px;

}

.mb16 {

    margin-bottom: 16px;

}

.mt24 {

    margin-top: 24px;

}

.mt8 {
    margin-top: 8px;
}

.mb24 {

    margin-bottom: 24px;

}

.mt32 {

    margin-top: 32px;

}

.mb32 {

    margin-bottom: 32px;

}

.mt50 {

    margin-top: 50px;

}

h1 {
    color: #FFF;
    font-family: "Satoshi";
    font-size: var(--H1, 48px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 57.6px */
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {

    font-size: 36px;
    line-height: 120%;
}

h4 {

    font-size: 24px;

}

h5 {

    font-size: 20px;

}

.flex {

    display: flex;
}

.align-center {

    align-items: center;

}

.align-unset {

    align-items: unset;

}

.jst-cnt {

    justify-content: center;

}

.spc-btw {

    justify-content: space-between;

}

.gap30 {

    gap: 30px;

}

.gap56 {

    gap: 56px;

}

.gap100 {

    gap: 100px;

}

.flex .col {
    flex: 1 50%;
    max-width: 50%;
}

.txw {
    color: rgb(255 255 255);
}

.txw80 {
    color: white;
}

.txw-f8 {
    color: #F8F9FA;
}

.lh0 {
    line-height: 0;
}

.col.mx553,
.mx553 {
    max-width: 553px;
}

.col.mx732,
.mx732 {
    max-width: 734px;
}

.pdt50 {
    padding: 50px 0;
}

.f3-bg .pdtb50 {
    padding: 42px 0;
}

.mgl100 {
    margin-left: 100px;
}

.mgr100 {
    margin-right: 100px;
}

.wrp {
    flex-wrap: wrap;
}

.gap24 {
    gap: 24px;
}

.mx667 {
    max-width: 667px;
}

.mx860 {
    max-width: 860px;
}

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

.mx1034 {
    max-width: 1034px;
}

.bdr24 {
    border-radius: 24px;
}

.mx866 {
    max-width: 866px;
}

.mx595 {
    max-width: 595px;
}

/* header  */

header {
    position: sticky;
    top: 0;
    z-index: 9999999999;
    background: #fff;
}

.header-inner {
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-hed-btns {
    gap: 12px;
}

.tp-phone-col a {
    display: flex;
    align-items: center;
    font-size: var(--button, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
    /* gap: 8px; */
}

.enq-btn a {
    border-radius: 100px;
    border: 1px solid #13B2F2;
    background: #0399D5;
    padding: 10px 24px;
    color: #F8F9FA;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

/* Banner - Desktop / Wide */
.banner-bg {
    background:
        linear-gradient(0deg, rgba(0, 81, 255, 0.85) 0%, rgba(0, 81, 255, 0.85) 100%),
        url("/images/barkley/top-banner.webp") center center / cover no-repeat;
}

/* Tablet */
@media screen and (max-width: 991px) {
    .banner-bg {
        background:
            linear-gradient(0deg, rgba(0, 81, 255, 0.85) 0%, rgba(0, 81, 255, 0.85) 100%),
            url("/images/barkley/top-banner-tablet.webp") center center / cover no-repeat;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .banner-bg {
        background:
            linear-gradient(0deg, rgba(0, 81, 255, 0.85) 0%, rgba(0, 81, 255, 0.85) 100%),
            url("/images/barkley/top-banner-mobile.webp") center center / cover no-repeat;
    }
}

.bnr-pd {
    padding: 56px 0;
}

.col.bn-col1 {
    max-width: 703px;
}

.col.bn-col2 {
    max-width: 481px;
}

.bn-btm-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #Fff;
}

.con-btn a {
    border-radius: 100px;
    border: 1px solid #13B2F2;
    background: #0399D5;
    padding: 10px 24px;
    color: #F8F9FA;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    max-width: fit-content;
    gap: 8px;
}



h2.frm-hed {
    color: #023E8A;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 24px;
    /* text-box-trim: trim-start;
    text-box-edge: cap alphabetic; */
}

.con-btn a img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(104%);
}

/* footer */
.ft-pdx {
    padding: 112px 0;
}

h4.ft-hed {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

li.serv-at,
li.phn-at {
    display: flex;
    gap: 8px;
    padding: 16px;
}

a.log-tct,
span.log a,
span.log {
    color: #F8F9FA;
    text-decoration: none;
}

/* section 1 */
.flex .col.mx606,
.mx606 {
    max-width: 606px;
}

.flex .col.mx578,
.mx578 {
    max-width: 578px;
}

img.img-gbl {
    border-radius: 24px;
}

.two-list ul.chk-lst {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

ul.chk-lst li {
    padding-left: 32px;
    position: relative;
    color: #1E1E1E;
}

.two-list ul.chk-lst li {
    flex: 1 46%;
}

ul.chk-lst li:before {
    content: "";
    background: url(/images/pool/svg/check-circle.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    top: 3px;
    left: 0;
}

.two-list ul.chk-lst li:nth-of-type(even) {
    max-width: 241px;
}

.two-list ul.chk-lst li:nth-of-type(odd) {
    max-width: 274px;
}

.list-div.t2-col-lst {
    display: flex;
    gap: 38px;
}

.t2-col-lst ul.chk-lst {
    flex: 1;
}

.t2-col-lst ul.chk-lst:nth-of-type(odd) {
    max-width: 282px;
}

.t2-col-lst ul.chk-lst:nth-of-type(even) {
    max-width: 256px;
}

.col2 {
    flex: 1 48%;
    max-width: 50%;
}

.col2.chs-us-p {
    border-radius: 16px;
    border: 1px solid #023E8A;
    padding: 24px;
}

h3.h4hed {
    color: #023E8A;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.chs-us-p p {
    color: #1E1E1E;
}

/* .igui-scope audio, .igui-scope canvas, .igui-scope img, .igui-scope video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 16px;
} */
.city-list ul.chk-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.city-list ul.chk-lst li {
    padding: 16px;
    padding-left: 32px;
}

.city-list ul.chk-lst li:before {
    top: 15px;
}

.city-list ul.chk-lst li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.prps-pd {
    padding: 50px 0 50px 81px;
}

.enq-btn.wht-btn a {
    border: 1px solid #F8F9FA;
    background: #F8F9FA;
    color: #1E1E1E;
}



/* form */

.form-cont {
    padding: 32px;
    border-radius: 32px;
    border: 1px solid #F8FAFF;
    background: #F8FAFF;
}


label.formControlLabel {
    display: none;
}

.form-inn .formContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.form-inn .formContainer .formRow {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

.form-inn .formContainer .formRow .formSpan12,
.form-inn .formContainer .formRow .formSpan6 {
    width: 100%;
}

.form-inn .formBody input,
.form-inn .formBody textarea {
    color: #6B6B6B;
    font-family: Satoshi;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    width: 100%;
}

textarea {
    resize: vertical;
}

.form-inn .formBody input::placeholder,
.form-inn .formBody textarea::placeholder {
    color: #515151;
    font-family: Satoshi;
    font-size: 16px;
    line-height: 24px;
}

.form-inn .formBody input:focus-visible,
.form-inn .formBody textarea:focus-visible,
.form-inn .formBody button:focus-visible {
    outline: 0;
}

.form-inn .formBody button {
    border-radius: 100px;
    border: 1px solid #13B2F2;
    background: #0399D5;
    padding: 10px 24px;
    color: #F8F9FA;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Satoshi';
    text-transform: uppercase;
    text-decoration: none;
    max-width: fit-content;
    float: right;
    margin-top: 8px;
}

/* submit button css */

.formContainer button[type=submit][disabled],
.formContainer button[type=submit][disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}

[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

/* submit button css */
hr.pool-hr {
    border: 0;
    background: #F3F6FD;
    height: 1px;
}

.cypy-flx {
    padding: 24px 0;
}

/* 04-11-2025 added css start  */
.f3-bg {
    background: #F3F6FD;
}

.mt56 {
    margin-top: 56px;
}

.gap24 {
    gap: 24px;
}

.wrp {
    flex-wrap: wrap;
}

.f3-bg .col2.new-chs-up-p {
    background-color: #fff;
    align-items: flex-start;
    text-align: start;
    display: block;
}

.f3-bg .col2.chs-us-p {
    border-radius: 16px;
    border: 1px solid #E8EDFB;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f3-bg .col2 {
    flex: 1 30%;
    max-width: 32%;
}

.f3-bg .num span {
    width: 32px;
    height: 32px;
    background-color: #023E8A;
    color: #F8F9FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.f3-bg h3.h4hed {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.mt16 {
    margin-top: 16px;
}

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

.align-start {
    align-items: flex-start;
}

/* 04-11-2025 added css end  */
@media (max-width: 1280px) {
    .site-width {
        padding-left: 80px;
        padding-right: 80px;
    }

    .mgl100 {
        margin-left: 80px;
    }

    .bnr-pd {
        padding: 100px 0;
    }
}

@media (max-width: 1050px) {
    .site-width {
        padding-left: 60px;
        padding-right: 60px;
    }

    .mgl100 {
        margin-left: 60px;
    }

    .pdr100 {
        margin-right: 60px;
    }

    .bnr-pd {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .site-width {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pb56 {
        padding-bottom: 40px;
    }

    .pt56 {
        padding-top: 40px;
    }

    h1 {
        font-size: 44px;
        line-height: 50px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .bnr-pd,
    .ft-pdx {
        padding: 60px 0;
    }

    .flx-dir {
        flex-direction: column;
    }

    .flx-dir-rev {
        flex-direction: column-reverse;
    }

    .flex .col {
        flex: 1 100%;
        max-width: 100%;
    }

    .col.bn-col2,
    .flex .col.mx606,
    .mx606,
    .flex .col.mx578,
    .mx578,
    .col.mx732,
    .mx732,
    .col.mx553,
    .mx553 {
        max-width: 100%;
    }

    .mt50.tbmt0 {
        margin-top: 0;
    }

    .pdt50.pdr100,
    .pdt50.mgl100 {
        padding: 24px 40px;
        margin: 0;
    }

    .prps-pd {
        padding: 24px;
    }

    .accordion-item-header {
        font-size: 18px;
        line-height: 24px;
    }

    .for-col-flx .galry {
        flex: 1 48%;
    }

    .t2-col-lst ul.chk-lst:nth-of-type(odd),
    .t2-col-lst ul.chk-lst:nth-of-type(even),
    .two-list ul.chk-lst li:nth-of-type(odd),
    .two-list ul.chk-lst li:nth-of-type(even) {
        max-width: 48%;
    }

    img.img-gbl {
        border-radius: 24px 24px 0 0;
    }
}

@media (max-width: 768px) {
    .cypy-flx {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }

    .site-width {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pb56 {
        padding-bottom: 32px;
    }

    .pt56 {
        padding-top: 32px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .bnr-pd {
        padding: 40px 0;
    }

    .top-hed-btns .enq-btn {
        display: none;
    }

    .bn-btm-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-bg {
        background-size: cover;
        background-position: 47% bottom;
    }

    .mbgap40 {
        gap: 40px;
    }

    .con-btn a {
        display: flex;
        max-width: 100%;
        justify-content: center;
    }

    .form-cont {
        padding: 24px 16px;
    }

    .form-inn .formBody button {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .mbgap32 {
        gap: 32px;
    }

    .enq-btn a {
        width: 100%;
        text-align: center;
    }

    .pdt50.pdr100,
    .pdt50.mgl100 {
        padding: 16px 16px;
        padding-bottom: 40px;
        margin: 0;
        margin-top: -8px;
    }

    .t2-col-lst ul.chk-lst:nth-of-type(odd),
    .t2-col-lst ul.chk-lst:nth-of-type(even),
    .two-list ul.chk-lst li:nth-of-type(odd),
    .two-list ul.chk-lst li:nth-of-type(even) {
        max-width: 100%;
        flex: 1 100%;
    }

    .two-list ul.chk-lst li:nth-of-type(2) {
        margin-top: 16px;
    }

    .list-div.t2-col-lst {
        gap: 16px;
        flex-wrap: wrap;
    }

    .two-col-flx.mt50 {
        margin-top: 24px;
    }

    .col2,
    f3-bg .col2 {
        flex: 1 100%;
        max-width: 100%;
    }

    h3.h4hed {
        font-size: 18px;
        line-height: 24px;
    }

    .city-list ul.chk-lst {
        gap: 22px;
        justify-content: flex-start;
    }

    .city-list ul.chk-lst li a {
        font-size: 16px;
        line-height: 20px;
    }

    .city-list ul.chk-lst li {
        flex: 1 100%;
        padding: 0;
        padding-left: 24px;
    }

    .city-list ul.chk-lst li:before {
        top: 2px;
        width: 20px;
        height: 20px;
    }

    .prps-pd {
        padding: 16px;
        padding-bottom: 40px;
    }

    .list-div.mt32.con-lst,
    ul.ftr-link2.mt32 {
        margin-top: 16px;
    }

    li.serv-at,
    li.phn-at {
        padding-left: 0;
    }

}


/* new-css for barkley */
.top-btn,
.form-inn .formBody button {
    display: flex;
    padding: 10px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Light-Blue, #1477FF);
    flex-shrink: 0;
}


/* Satoshi Regular */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Satoshi Italic */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Satoshi Light */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Satoshi Light Italic */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Satoshi Medium */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Satoshi Medium Italic */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Satoshi Bold */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Satoshi Bold Italic */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Satoshi Black */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Satoshi Black Italic */
@font-face {
    font-family: "Satoshi";
    src: url("/images/fonts/satoshi/Satoshi-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Satoshi", sans-serif;
}


.tbm16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.clr-wt {
    color: white;
}

.ul-ban {
    list-style: disc;
    padding-left: 20px;
    margin-top: 24px;
    color: white;
}

/* 20-04-2026 ADDED CSS FOR THE BARKLEY LANDING PAGE  */
.con-btn a.glb-btn {
    font-size: var(--button, 18px);
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #171717;
    display: flex;
    padding: 10px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    flex-shrink: 0;
}

.col.bn-col1 {
    max-width: 724px;
}

.col.bn-col2 {
    max-width: 500px;
}

.con-btn a.scn-clr {
    background: var(--Light-Blue, #1477FF);
    color: #fff;
}

ul.wht-lst li {
    padding-left: 32px;
    position: relative;
}

ul.wht-lst li::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../../../../images/pool/svg/drk-tn-chck.svg);
    background-repeat: no-repeat;
}

span.blu {
    color: #1477FF;
}

.fluid,
div#gallery-scope-M126 {
    display: none;
}

.bdr24 {
    border-radius: 24px;
    overflow: hidden;
}

.prps-pd2 {
    padding: 70px 0 80px 0px;
}

.mx860 {
    max-width: 860px;
}

.mx831 {
    max-width: 831px;
}

.txw {
    color: #ffffff !important;
}

.mx741 {
    max-width: 741px;
}

.blu-bg {

    background-color: #1477FF;
}

/* faq */
.accordion-item {
    padding: 24px 16px;
    border-bottom: 1px solid #EFEFEF;
}

div :has(> .accordion-item-header.active) {
    padding: 16px;
}

.accordion-item-header {
    position: relative;
    cursor: pointer;
    color: #171717;
    font-size: 32px;
    font-weight: 500;
    line-height: 43.2px;
    padding-right: 28px;
}

.accordion-item-header::after {
    content: "";
    background-image: url(../../../../../images/barkley/faq-plus.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-item-header.active::after {
    content: "";
    background-image: url(../../../../../images/barkley/faq-minus.svg);
    background-repeat: no-repeat;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content p {
    color: #515151;
    margin-top: 16px;
}

/* faq */
.for-col-flx .galry {
    flex: 1;
}

.mx438 {
    max-width: 438px;
}

h4.lw-hd {
    color: var(--Black, #171717);
    font-family: Satoshi;
    font-size: var(--H4, 26px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.tp-phone-col.foot a {
    color: var(--Grey, #515151);
    font-family: Satoshi;
    font-size: var(--button, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 15px;
    align-items: flex-start;
}

.mx396 {
    max-width: 396px;
}

h2.frm-hed {
    color: #171717;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 16px;
}

.form-inn .formBody button {
    width: 100%;
    max-width: 100%;
}

.mob-vis {
    display: none !important;
}

.mx509 {
    max-width: 509px;
}

.tp-phone-col a.clr-prim {
    color: #1477FF;
}

.gap16 {
    gap: 16px;
}

.rsform-block-first-name .formBody,
.rsform-block-last-name .formBody,
.rsform-block-phone .formBody,
.rsform-block-email .formBody,
.rsform-block-message .formBody,
.rsform-block-phone2 .formBody {
    position: relative;
}

.formNoError {
    display: none;
}

.formError {
    position: absolute;
    padding: 0 5px;
    right: 0;
    left: 0;
    bottom: -24px;
    font-size: 13px;
    text-align: left;
}

@media (max-width: 991px) {

    .prps-pd2,
    .prps-pd3 {
        padding: 40px 24px 50px !important;
    }

    .accordion-item-header {
        font-size: 22px;
        line-height: 28.8px;
    }

    h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    h2.frm-hed {
        font-size: 16px;
    }

    footer .gap56 {
        gap: 32px;
    }

    body {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .mob-vis {
        display: flex !important;
    }

    .dis-vis {
        display: none !important;
    }

    .top-btn {
        border-radius: 100px;
        padding: 12px;
    }
}

.ul-ban {
    list-style: disc;
    padding-left: 28px;
    margin-top: 24px;
    color: white;
}

/* 20-04-2026 ADDED CSS FOR THE BARKLEY LANDING PAGE  */