.side-menu {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 2;
}
.side-menu .side-menu-box {
    margin-top: 15px;
}
.side-menu .side-menu-box:first-child {
    margin-top: 0;
}
/* Label visible on hover */
.side-menu .side-menu-box .social-text {
    transition: max-width .25s ease, padding .3s ease;
    max-width: 0;
    padding: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}
.side-menu .side-menu-box:hover .social-text {
    max-width: 150px;
    padding: 0 16px !important;
    padding-right: 28px !important;
}
/* Rounded icon boxes with background */
.side-menu .side-menu-box .box-40 {
    border-radius: 10px;
    /*background-color: #eef0f8;*/
    background-color:  color-mix(in oklab, var(--secondary-color), white 70%);
    border: 1px solid rgba(46, 50, 137, 0.15);
    min-width: 40px;
    min-height: 40px;
    transition: background-color .2s ease;
}
.side-menu .side-menu-box:hover .box-40 {
    background-color: #e0e4f5;
}
.side-menu-side .side-menu-box .social-text {
    transition: max-width .25s;
    transition: padding .3s;
    max-width: 0;
    padding: 0!important;
    overflow: hidden;
}
.side-menu-side .side-menu-box:hover .social-text {
    max-width: 150px;
    padding: 0 16px!important;
    padding-right: 28px!important;
}

/* ========== Home: Hero slider – modern and interactive ========== */
.home-hero-slider,
.home-hero-slider .slider-holder {
    overflow: hidden;
    height: 100%;
}
.home-hero-carousel {
    min-height: 380px;
    height: 100%;
    background: transparent !important;
}
@media (min-width: 768px) {
    .home-hero-carousel {
        min-height: 420px;
    }
}
@media (min-width: 992px) {
    .home-hero-carousel {
        min-height: 480px;
    }
}
.home-hero-carousel .carousel-inner,
.home-hero-carousel .carousel-item {
    height: 100%;
    min-height: 380px;
}
@media (min-width: 768px) {
    .home-hero-carousel .carousel-inner,
    .home-hero-carousel .carousel-item {
        min-height: 420px;
    }
}
@media (min-width: 992px) {
    .home-hero-carousel .carousel-inner,
    .home-hero-carousel .carousel-item {
        min-height: 480px;
    }
}
.home-hero-carousel .carousel-inner {
    overflow: hidden;
    position: relative;
    background: transparent;
}
.home-hero-carousel .carousel-item {
    position: relative;
}
/* Override master full-hd-container: no black background, no :after spacer (fixes black section during slide change) */
#homeCarousel .full-hd-container,
#homeCarousel .home-hero-slide-wrap,
.home-hero-carousel .home-hero-slide-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent !important;
}
#homeCarousel .full-hd-container:after,
#homeCarousel .home-hero-slide-wrap:after,
.home-hero-carousel .home-hero-slide-wrap:after {
    display: none !important;
}
/* Ensure hero slide image fills the slide (override master1 full-hd-container img) so no black gaps during transition */
#homeCarousel .full-hd-container img,
#homeCarousel .home-hero-slide-wrap img,
.home-hero-slide-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 8s ease-out;
    will-change: transform;
}
.home-hero-carousel .carousel-item.active .home-hero-slide-img {
    animation: homeHeroZoom 8s ease-out forwards;
}
@keyframes homeHeroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}
.home-hero-nav { z-index: 5; }
.home-hero-nav-btn {
    transition: transform 0.25s ease, opacity 0.25s ease;
    opacity: 0.85;
}
.home-hero-nav-btn:hover {
    transform: scale(1.12);
    opacity: 1;
}
.home-hero-indicators {
    bottom: 1rem;
    margin-bottom: 0;
    z-index: 5;
}
.home-hero-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    margin: 0 4px;
    transition: transform 0.25s ease, background 0.25s ease;
}
.home-hero-indicators li:hover {
    transform: scale(1.2);
    background: rgba(255, 255, 255, 0.4);
}
.home-hero-indicators li.active {
    background: #fff;
    transform: scale(1.2);
}

/* ========== Home: Illegal betting – vertical cards under Message from DG ========== */
.home-illegal-vertical-cards {
    padding: 0.5rem 0;
}
.home-illegal-vertical-cards .home-illegal-vertical-title {
    margin: 0;
    padding: 0;
}
.home-illegal-vertical-card {
    display: flex;
    align-items: center;
    padding: 0.85rem 1rem;
    margin-bottom: 0.6rem;
    background: linear-gradient(135deg, #fff 0%, rgba(46, 50, 137, 0.04) 100%);
    border: 1px solid rgba(46, 50, 137, 0.14);
    border-left: 4px solid var(--primary-color, #2e3289);
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 6px rgba(46, 50, 137, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.home-illegal-vertical-card:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(46, 50, 137, 0.15);
    border-color: rgba(46, 50, 137, 0.3);
    border-left-color: var(--secondary-color, #4a4e8a);
    background: linear-gradient(135deg, #fff 0%, rgba(46, 50, 137, 0.08) 100%);
}
.home-illegal-vertical-card:active {
    transform: translateX(2px) scale(0.99);
}
.home-illegal-vertical-card-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(46, 50, 137, 0.18) 0%, rgba(46, 50, 137, 0.08) 100%);
    border: 1px solid rgba(46, 50, 137, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    overflow: hidden;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.home-illegal-vertical-card:hover .home-illegal-vertical-card-icon {
    background: linear-gradient(135deg, rgba(46, 50, 137, 0.28) 0%, rgba(46, 50, 137, 0.14) 100%);
    border-color: rgba(46, 50, 137, 0.35);
}
.home-illegal-vertical-card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .home-illegal-vertical-card-icon {
        width: 72px;
        height: 72px;
        min-width: 72px;
        min-height: 72px;
        margin-right: 1.1rem;
    }
    .home-illegal-vertical-card-icon img {
        width: 46px;
        height: 46px;
    }
}
.home-illegal-vertical-card-body {
    overflow: hidden;
}
.home-illegal-vertical-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-color, #2e3289);
    line-height: 1.35;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-illegal-vertical-card:hover .home-illegal-vertical-card-title {
    color: var(--primary-color, #2e3289);
}
.home-illegal-vertical-card-arrow {
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.home-illegal-vertical-card:hover .home-illegal-vertical-card-arrow {
    opacity: 1;
    transform: translateX(3px);
}
.home-illegal-vertical-more {
    font-size: 0.85rem;
}

/* ========== Home: Responsible betting / gambling problem card ========== */
.home-responsible-card {
    background: var(--secondary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--primary-color, #2e3289);
}
.home-responsible-card-top {
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}
.home-responsible-card-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 768px) {
    .home-responsible-card-top {
        min-height: 140px;
    }
    .home-responsible-card-img {
        max-height: 200px;
    }
}
.home-responsible-card-bottom {
    background: var(--secondary-color);
}
.home-responsible-card-text {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.4;
    color: var(--dark-color);
}
.home-responsible-card-btn {
    background: var(--primary-color) !important;
    color: var(--secondary-color);
    border: 1px solid #ddd;
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
    transition: background 0.2s ease, color 0.2s ease;
}
.home-responsible-card-btn:hover {
    background: #e0e0e0 !important;
    color: #222;
}

/* ========== Home: Welcome note to statistics section background ========== */
.home-welcome-statistics-section {
    position: relative;
    /*background-image: url('../images/dicebg.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-welcome-statistics-section .container {
    position: relative;
    z-index: 1;
}

/* ========== Home: News, Announcements, Events – elevated section cards ========== */
.home-section-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
    border-left: 4px solid var(--primary-color, #2e3289);
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}
.home-section-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.06);
}
.home-section-card-title {
    margin: 0;
    padding: 1rem 1rem 0.25rem;
}
.home-section-card-list {
    padding: 0;
    list-style: none;
}
.home-section-card-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    min-height: 200px;
    height: 200px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease, transform 0.2s ease, padding-left 0.2s ease;
}
.home-section-card-item:last-child {
    border-bottom: none;
}
.home-section-card-item:hover {
    background-color: rgba(46, 50, 137, 0.06);
    padding-left: 1.5rem;
}
.home-section-card-item:active {
    background-color: rgba(46, 50, 137, 0.12);
    transform: scale(0.995);
}
/* News & Events: larger photo area */
.home-section-card-item-media {
    width: 110px;
    min-width: 110px;
    height: 88px;
    min-height: 88px;
    margin-right: 1rem;
    flex-shrink: 0;
}
.home-section-card-item-media .home-card-image-wrap {
    width: 100%;
    height: 100%;
    min-height: 88px;
    border-radius: 8px;
}
.home-section-card-item-media .home-card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .home-section-card-item {
        padding: 1.25rem 1.5rem;
        min-height: 120px;
        height: 120px;
    }
    .home-section-card-item-media {
        width: 140px;
        min-width: 140px;
        height: 100px;
        min-height: 100px;
        margin-right: 1.25rem;
    }
    .home-section-card-item-media .home-card-image-wrap {
        min-height: 100px;
    }
}
@media (min-width: 992px) {
    .home-section-card-item {
        min-height: 130px;
        height: 130px;
    }
    .home-section-card-item-media {
        width: 160px;
        min-width: 160px;
        height: 110px;
        min-height: 110px;
    }
    .home-section-card-item-media .home-card-image-wrap {
        min-height: 110px;
    }
}
.home-section-card-item-body {
    overflow: hidden;
}
.home-section-card-item-body .text-sm {
    font-size: 0.8rem !important;
    line-height: 1.2;
}
.home-section-card-item-body .text-smd {
    font-size: 0.75rem !important;
    line-height: 1.2;
}
.home-section-card-item-body .hover-text-primary {
    font-size: 0.85rem;
    line-height: 1.25;
}
.home-section-card-empty {
    padding: 1.25rem;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}
.home-event-meta {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.25;
}
.home-event-title-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.home-section-card-item-body .text-faded {
    /*font-size: 0.85rem !important;*/
}
.home-section-card-item-body .hover-text-primary {
    /* font-size is intentionally set above for compact cards */
}
@media (min-width: 768px) {
    .home-section-card-item-body .hover-text-primary {
        /*font-size: 0.55rem;*/
    }
}
/* Announcements: same dimensions as news/events media for equal item height */
.home-section-card-item-icon-wrap {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(46, 50, 137, 0.12) 0%, rgba(46, 50, 137, 0.06) 100%);
    border: 1px solid rgba(46, 50, 137, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-right: 1rem;*/
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.home-section-card-item-announcement:hover .home-section-card-item-icon-wrap {
    background: linear-gradient(135deg, rgba(46, 50, 137, 0.18) 0%, rgba(46, 50, 137, 0.1) 100%);
    border-color: rgba(46, 50, 137, 0.25);
}
.home-section-card-item-announcement:active .home-section-card-item-icon-wrap {
    transform: scale(0.96);
}
.home-section-card-item-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(25%) sepia(40%) saturate(800%) hue-rotate(220deg);
}
@media (min-width: 768px) {
    .home-section-card-item-icon-wrap {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        /*margin-right: 1.25rem;*/
    }
    .home-section-card-item-icon {
        width: 42px;
        height: 42px;
    }
}
@media (min-width: 992px) {
    .home-section-card-item-icon-wrap {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }
    .home-section-card-item-icon {
        width: 46px;
        height: 46px;
    }
}

/* ========== Home: News & Events card images ========== */
.home-card-image-wrap {
    position: relative;
    min-height: 120px;
    border-radius: 6px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .home-card-image-wrap {
        min-height: 140px;
    }
}
.home-content .show-more-content-news .home-card-image {
    /* Fill wrapper so image fits card up, down, left and is clearly visible */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-content .show-more-content-news .home-card-image:after {
    display: none;
}
.home-content .show-more-content-news .home-card-image .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ========== Home: Statistics horizontal card with gradient ========== */
.home-statistics-card {
    background: var(--primary-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
    /*border: 1px solid rgba(255, 255, 255, 0.12);*/
    border-left: 5px solid var(--secondary-color);
}
.home-statistics-inner {
    margin: 0;
    min-height: 100px;
}
.home-stat-item {
    padding: 0.75rem 0.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.home-stat-item-link {
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.home-stat-item-link:hover {
    opacity: 0.92;
}
.home-stat-item:last-child {
    border-right: 0;
}
/* 3 items per row: remove right border after every 3rd item */
.home-stat-item:nth-child(3n) {
    border-right: 0;
}
/* When only one item in the last row (e.g. 4th, 7th, 10th), center it */
.home-stat-item:last-child:nth-child(3n+1) {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767.98px) {
    .home-stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .home-stat-item:nth-last-child(-n+3) {
        border-bottom: 0;
    }
}
.home-stat-item-inner {
    padding: 0.25rem 0.5rem;
    color: #fff;
}
.home-stat-item-icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}
.home-stat-item-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.home-stat-item-icon-svg {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
.home-stat-item-content {
    overflow: hidden;
}
.home-stat-item-title {
    font-size: 0.95rem;
    line-height: 1.25;
    /*color: rgba(255, 255, 255, 0.9);*/
    margin-bottom: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-stat-item-number {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .home-statistics-card {
        min-height: 100px;
    }
    .home-stat-item {
        padding: 1rem 0.75rem;
    }
    .home-stat-item-title {
        font-size: 0.85rem;
    }
    .home-stat-item-number {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .home-stat-item {
        padding: 1.25rem 1rem;
    }
    .home-stat-item-number {
        font-size: 1.65rem;
    }
}

/* Legacy statistics card styles (kept for any other usage) */
/* Statistics modal on home page: moved to body via JS so not clipped; ensure above backdrop */
.home-stat-modal {
    z-index: 1060;
}
.home-stat-modal .modal-dialog {
    position: relative;
    margin: 1.75rem auto;
}
.home-stat-modal .modal-content {
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.stat-modal-content {
    line-height: 1.6;
}
.stat-modal-content p:last-child {
    margin-bottom: 0;
}

.home-statistics .home-stat-card {
    min-height: 0;
}
.home-statistics .home-stat-icon-col {
    flex: 0 0 auto;
    padding: 0.5rem !important;
}
.home-statistics .home-stat-icon-wrap {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 10px;
    padding: 0.5rem;
}
.home-statistics .home-stat-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.home-statistics .home-stat-title {
    font-size: 0.9rem;
    line-height: 1.3;
}
.home-statistics .home-stat-value {
    font-size: 1rem;
    margin-top: 0.15rem;
}

/* ========== Footer: Slogan / Quote card ========== */
.footer-slogan-section {
    padding: 0.5rem 0;
}
.footer-slogan-card {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(46, 50, 137, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
    border-left: 5px solid var(--secondary-color);
    overflow: hidden;
}
.footer-slogan-card-inner {
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.footer-slogan-quote-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #2e3289;
    opacity: 0.25;
    font-size: 1.95rem;
    line-height: 1;
}
.footer-slogan-quote {
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-slogan-quote .footer-slogan-line {
    margin: 0;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 1.4;
}
.footer-slogan-quote .footer-slogan-main {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}
.footer-slogan-quote .footer-slogan-sub {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #4a4e8a;
    font-weight: 600;
}
@media (min-width: 576px) {
    .footer-slogan-card-inner {
        padding: 2rem 2rem 2rem 2.5rem;
    }
    .footer-slogan-quote-icon {
        font-size: 2rem;
        top: 1.25rem;
        left: 1.25rem;
    }
    .footer-slogan-quote .footer-slogan-main {
        font-size: 1.25rem;
    }
    .footer-slogan-quote .footer-slogan-sub {
        font-size: 1.05rem;
    }
}

.default-font-family {
    font-family: Montserrat, sans-serif !important;
}
.top-link {
    color: white;
    text-decoration: none; /* optional */
    transition: color 0.3s ease; /* smooth transition */
}

.top-link:hover,
.top-link:active {
    color: var(--secondary);
}

/* ========== Home: DG Message card (right of welcome note) ========== */
.dg-message-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dg-message-card:hover {
    transform: translateY(-4px);
}
.dg-message-card:hover .card {
    box-shadow: 0 0.5rem 1.5rem rgba(46, 50, 137, 0.2) !important;
}
.dg-message-card .dg-message-card-img {
    max-height: 100px;
    object-fit: contain;
}

/* ========== Home: Quick info (Owl Carousel) ========== */
.quickinfo-owl.owl-carousel .owl-item .quickinfo-caption {
    position: relative;
    display: block;
    width: 100%;
}
.quickinfo-owl.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    margin: 0;
}
.quickinfo-owl.owl-carousel .owl-nav button.owl-prev,
.quickinfo-owl.owl-carousel .owl-nav button.owl-next {
    background: transparent !important;
    border: 0;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}
.quickinfo-owl.owl-carousel .owl-nav button:hover {
    opacity: 0.8;
}

.fill-yellow {
    fill: #ffce00;
}
.stroke-yellow {
    fill: none;
    stroke: #ffce00;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}
.bg-primary-with-hover {
    transition: all .4s!important;
    background: var(--primary-color);
}
.bg-primary-with-hover:hover {
    background: linear-gradient(180deg, rgba(212, 181, 41, .3), #fff);
}
.warning-section {
    /*background: linear-gradient(180deg,#4169e1,#2f3c8f);*/
    min-height: 150px;
    /*border-radius: 20px;*/
    /*padding: 80px 30px;*/
}

.warning-title {
    font-weight: 800;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.1;
}

.warning-beware {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
}

.warning-beware span {
    color: #ffc107;
}

.learn-box {
    background: #ffc107;
    /*border-radius: 15px;*/
    /*padding: 18px 25px;*/
    font-size: 0.95rem;
    font-weight: 500;
    color: #233a9f;
}

.arrow-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #233a9f;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}
.vh-75 {
    height: 75vh !important;
    min-height: 75vh !important;
}


