.slider-area #mobile-banner img,
.slider-area #web-banner img {
    width: 100%;
    height: auto;
    padding-top: 75px;
}

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

img.mob-banner {
    display: none;
}

.card-custom-container-new {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
}

h2.tilenew {
    font-size: 14px !important;
    padding: 5px 0px;
    text-transform: none;
    font-weight: 600;
    color: #000;
}

h3.tilenew {
    color: #000;
    font-size: 14px !important;
}


.card-custom {
    display: flex;
    border: 1px solid #2876e3;
    background: linear-gradient(1.26deg, #eaf3ff 26.06%, #ffff 108.71%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px;
    flex: 1 1 calc(50% - 40px);
}

.card-custom-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 7%;
    padding: 10px;
}

.page-content-area {
    margin-bottom: 10px;
}

.page-content-area p {
    margin-bottom: 0px !important;
}

.card-custom-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.card-custom-content p {
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
}

.read-more {
    display: none;
}

/* Responsive Styles for Mobile */
@media (max-width: 768px) {
    .card-custom-container-new {
        display: block;
    }

    .read-more-cont {
        display: none;
    }

    .read-more {
        color: rgb(65, 65, 247);
        display: block !important
    }

    p.letter-text {
        font-size: 16px;
    }

    section.page-content-area {
        background-image: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/version4/promotion_january_25/zenrik_images/Group-1171279943-(3)-17379666097074.png?v=1737966610');
        background-repeat: no-repeat;
        background-size: contain;
    }

    img.mob-banner {
        display: block;
    }

    img.web-img {
        display: none;
    }

    .card-custom {
        flex: 1 1 100%;
        flex-direction: column;
        height: 240px;
    }

    .play-resp-container {
        display: block !important;
    }

    .card-custom-image {
        padding: 10px 0;
    }

    .card-custom-content {
        text-align: center;
        padding: 2px 10px;
    }

    .play-resp-card-custom {
        padding-top: 10px;
    }

    .play-resp-card-custom-wrap {
        gap: 0px !important;
    }

}

p.short-text {
    line-height: 1.2rem;
    padding: 10px 5px;
}

/* Adjust the last card-custom */
.card-custom-container-new .card-custom:last-child {
    flex: 1 1 20%;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 40px;
    height: 10px;
    background: #0057D9 !important;
}


img.imgicon-lea {
    width: 60px;
    object-fit: contain;
}

.card-custom-container-new .card-custom:last-child .card-custom-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.play-resp-wrap {
    border-radius: 8px;
    margin-top: 10px;
    padding: 20px 15px;
    background: #ECF6FF;
}

.play-resp-card-custom-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.logo {
    padding-left: 11px;
    width: 4rem;
    height: auto;
}

.play-resp-description {
    font-size: 12px;
    color: #5C5C5C;
    line-height: 16px;
    margin: 2px 0 0;
}

.play-resp-content {
    background: url('https://d22ueo28hfk252.cloudfront.net/Content/versioned/2.0.0.1/images/version4/promotion_january_25/zenrik_images/Group-1171279946-17379675717620.png?v=1737967572');
    background-size: 100% 100%;
    display: flex;
    padding: 0px;
    height: 95px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 0px 0px 0px #00000026;
}

.play-resp-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
}

.play-resp-text-container h2 {
    color: #1A1A1A !important;
}

.play-resp-tile h3 {
    padding: 15px;
}

ul.custiom {
    counter-reset: item;
    padding: 8px;
    list-style-type: lower-alpha;
    padding-left: 20px;
    margin: 10px 0;
}

ul.custiom li {
    counter-increment: item;
    padding: 3px 3px;
    color: #5C5C5C;
    font-size: 14px;
}

.disclamer {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #D6E7FF;
    margin: 20px 0;
    padding: 18px;
    border-radius: 8px;
}

.disclamer img {
    width: 20px;
    flex-shrink: 0;
}

h2.title-head {
    font-size: 18px;
    color: #000;
    text-transform: none;
    padding: 10px 0px 20px 0px;
}

.disclaimer-text p {
    font-size: 13px;
    line-height: 15px;
}

.disclaimer-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

p.title-bold {
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    padding: 10px 0px;
}

ul.custiom p {
    color: #5C5C5C;
}

.roman-list {
    list-style-type: lower-roman;
    padding-left: 10px;
    margin: 0;
    color: #5C5C5C;
}

.roman-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

span.text-head {
    color: #0057D9;
    font-weight: 400;
}

.faq-color {
    padding: 18px 10px;
    background-color: #f4f4f4;
    border-radius: 8px;
}


.accordion {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 2px;
}

.accordion-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    border: none;
    text-align: left;
    cursor: pointer;
    align-items: center;
    transition: background-color 0.3s;
    box-shadow: 0px 1px 2px 0px #00000026;
}

.accordion-btn:hover {
    background-color: #f7f7f7;
}

.accordion-btn .icon {
    font-size: 22px;
    transition: transform 0.3s ease;
    padding-right: 10px;
}

p.accordion-text {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.accordion-btn[aria-expanded="true"] {
    color: #0057D9;
    font-weight: 460;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.accordion-btn[aria-expanded="true"] .icon {
    /* transform: rotate(45deg);  */
}

.accordion-content {
    padding: 8px 15px;
    background-color: #f9f9f9;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.accordion-btn[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    background: #ffff;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    margin-bottom: 20px;
}

.letter {
    background: gray;
    padding: 10px;
    border-radius: 8px;
    background: #ECF6FF;
    border: 1px solid #CDC5A5;
    margin-top: 10px;
}

p.letter-text {
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
}

.letter-template p {
    color: #0A0A0A;
    font-weight: 500;
    padding: 13px 0px 10px 0px;
}

img.mob-img {
    display: none;
}

select {
    box-shadow: 0px 2px 4px 0px #0000001F;
    border: 1px solid #C8C8C8;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 1rem;
    height: 30px;
}

@media (max-width : 768px) {

    .lea-heading {
        flex-direction: column-reverse;
        align-items: end;
    }

    select {
        width: 30%;
    }

}

.lea-heading {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.wrap {
    margin-top: 1rem;
}