.background-gray-hover:hover {
    background: rgba(0, 0, 0, 0.2) !important;
}

.fs-1-25 {
    font-size: 1.25rem !important;
}

.img-info img {
    width: 100%;
    object-fit: cover;
}

.row-reverse {
    flex-direction: row-reverse !important;
}

.cursor-default {
    cursor: default !important;
}

.row-gap-2 {
    row-gap: 2rem !important
}

.timeline.t-4 .timeline-item .timeline-icon i {
    margin-top: 4px;
}

.heading-text.heading-section h3::before {
    bottom: -20px;
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #2250fc;
    left: 0;
    right: 0;
}

.heading-text.heading-section h4::before {
    height: 2px;
    bottom: -7px;
    content: "";
    position: absolute;
    width: 100px;
    background-color: #2250fc;
    left: 0;
    right: 0;
}

.heading-text:has(h4) p {
    margin-bottom: 15px
}

.list-style-none {
    list-style: none !important;
}


.meet-team .img-info img {
    object-fit: contain;
    width: fit-content;
}

.fit {
    width: fit-content !important;
}

.fs-12 {
    font-size: 12px !important
}

.box-divider {
    padding: 1rem;
    background: rgba(34, 80, 252, 0.5);
    color: white;
    text-align: center;
    font-weight: 500;
    margin-top: 2rem;
}

#blog.traded {
    display: flex !important;
    flex-wrap: wrap;
}

#blog.traded .post-item {
    display: flex !important;
    position: static !important;
}


#blog.traded .post-item .post-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.podcast .icon-box h3 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 1rem;
}

.podcast div.icon .fab {
    opacity: 1 !important;
}

.podcast .icon-box {
    text-align: center;
}

.podcast div.icon {
    position: relative;
    width: auto
}


a.hover-none {
    opacity: 1 !important;
    color: #fff !important;
}

li:has(> a.hover-none) {
    opacity: .8 !important;
    color: #fff !important;
}


.mt-60 {
    margin-top: 60px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

i.num-icon {
    display: inline-block !important;
    font-size: 3.5rem !important;
    font-weight: 600 !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.tp-caption.spc {
    max-width: 250px !important
}

#blog.traded .post-item {
    width: 33.3333%
}

#blog.traded {
    height: auto !important;
}

/****************responsive*************************/


@media screen and (max-width:991.98px) {
    section {
        padding: 40px 0
    }

    #blog.traded .post-item {
        width: 50%
    }

    .podcast div.icon .fab {
        font-size: 75px;
    }

    .podcast .icon-box h3 {
        font-size: 1.2rem;
    }

    .column-reverse-max-lg {
        flex-direction: column-reverse;
        row-gap: 1rem;
    }

    section#page-title {
        background-position: center center !important;
    }

    .meet-team .img-info .text-end:has(> img) {
        text-align: start !important;
    }

    .heading-text h4 {
        margin-bottom: 20px !important
    }

    .max-lg-fit {
        width: fit-content !important
    }

    .pdf-btns div.row>div {
        width: 50% !important;
        display: flex;
        justify-content: center;
    }

    .pdf-btns div.row {
        justify-content: center;
        row-gap: 1rem;
    }

}

@media screen and (min-width:992px) {
    .col-lg-8.important {
        width: 66.66667% !important;
    }

    .col-lg-10.important {
        width: 83.33333% !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:767.98px) {
    #blog.traded .post-item {
        width: 100%
    }

    .inspiro-slider .slide .container,
    .inspiro-slider .slide .container-wide {
        padding-top: 160px !important;
    }

    .fs-12-max-md {
        font-size: 12px !important;
        padding: 14px 31px !important;
        padding-right: 16px !important
    }

}

@media screen and (min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }
}

@media screen and (max-width:600px) {
    .pdf-btns div.row>div {
        width: 100% !important;
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:400px) {
    .copyright-content .container>.d-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


/*****************************************/

table.table tr.sw-style.v2 th:not(:last-child) {
    border-right-color: #ddd;
}

.hover-primary:hover,
a:has(.hover-primary):hover .hover-primary {
    color: #2250fc !important;
}

.hover-primary {
    transition: color .3s ease;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.bg-overlay.dark {
    background: rgba(0, 0, 0, 1) !important;
}

.mb-40 {
    margin-bottom: 40px !important
}

.ml-gutter {
    margin-left: calc(var(--bs-gutter-x) * .5);
}

.mr-gutter {
    margin-right: calc(var(--bs-gutter-x) * .5);
}

.fit-h {
    height: fit-content !important;
}

.column-gap-4px {
    column-gap: 4px !important;
}

:not(.column-gap-4px) button.btn+.btn,
:not(.column-gap-4px) .btn:not(.close):not(.mfp-close)+.btn,
:not(.column-gap-4px) a.btn:not([href]):not([tabindex])+.btn {
    margin-left: 0px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}


.sw-style {
    background: linear-gradient(135deg, #005EB8 0%, #FECC00 100%);
}

.sw-style:not(.v5) h1,
.sw-style:not(.v5) span {
    color: white;
}

.sw-style.v2 {
    background: linear-gradient(150deg, #DDE5F2 0%, #F2E6D4 100%);
}

.sw-style.v2.deg-reverse {
    background: linear-gradient(-150deg, #DDE5F2 0%, #F2E6D4 100%);
}

.sw-style.v3 {
    background: linear-gradient(120deg,
            #F2F2F2 0%,
            #005EB8 50%,
            #FECC00 100%);
}

.sw-style.v3.deg-reverse {
    background: linear-gradient(-120deg,
            #F2F2F2 0%,
            #005EB8 50%,
            #FECC00 100%);
}

.sw-style.v4 {
    background: #F2F2F2;
    background: linear-gradient(135deg, #F2F2F2 0%, #D9D9D9 100%);
}

.sw-style.v4.deg-reverse {
    background: #F2F2F2;
    background: linear-gradient(-135deg, #F2F2F2 0%, #D9D9D9 100%);
}

.sw-style.v5 {
    background: radial-gradient(circle at top left,
            rgba(0, 94, 184, 0.4),
            rgba(254, 204, 0, 0.4)),
        #FFFFFF;
}

.check-green {
    color: #006aa7;
}

.cross-red {
    color: #d21034;
}

.how-sec section.img-info .col-lg-6:last-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.how-sec section.img-info {
    padding: 40px 0 0
}

.pt-80 {
    padding-top: 80px !important
}


.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.blockquote-reverse.custom {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
    border-left: 5px solid #eee;
    border-right: 0;
}



.timeline.img400 .timeline-item .timeline-item-image img {
    max-width: 400px !important;
    width: 100% !important;
    border-radius: 0.42rem;
}

.team .img-info:not(:first-child) {
    padding-top: 0 !important
}

.sub-title {
    max-width: 600px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-style: italic;
    font-weight: 400;
}

.text-heading-h3 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
    line-height: normal !important;
}

.pdf-btns a.btn {
    display: flex !important;
    width: fit-content !important;
    align-items: center !important;
    gap: 5px !important;
}

.pdf-btns a.btn img {
    width: 19px !important;
    filter: invert(0) !important;
    position: relative !important;
    bottom: 1px !important;
}


.pdf-btns div.row > div:nth-child(1) a.btn {
    background: linear-gradient(135deg, #A8B8C1, #E1E8ED) !important;
    border: 1px solid #A0AEBB; /* Light Blue Border */
}

.pdf-btns div.row > div:nth-child(1) a.btn:hover {
    background: linear-gradient(135deg, #B0C1D4, #C9D4DB) !important;
    border: 1px solid #8A99B6; /* Slightly darker border on hover */
}

.pdf-btns div.row > div:nth-child(2) a.btn {
    background: linear-gradient(135deg, #A8D3C1, #BCC7B7) !important;
    border: 1px solid #8BB2A1; /* Soft green border */
}

.pdf-btns div.row > div:nth-child(2) a.btn:hover {
    background: linear-gradient(135deg, #9CC6B3, #A3B6A2) !important;
    border: 1px solid #7D9C8A; /* Darker green border on hover */
}

.pdf-btns div.row > div:nth-child(3) a.btn {
    background: linear-gradient(135deg, #F7D2A1, #D0D8DC) !important;
    border: 1px solid #D0B79C; /* Warm, soft border */
}

.pdf-btns div.row > div:nth-child(3) a.btn:hover {
    background: linear-gradient(135deg, #F4C595, #D2D9E3) !important;
    border: 1px solid #C9A77D; /* Slightly darker border on hover */
}

.pdf-btns div.row > div:nth-child(4) a.btn {
    background: linear-gradient(135deg, #5D9D8F, #D5E2E2) !important;
    border: 1px solid #7C9E91; /* Subtle forest green border */
}

.pdf-btns div.row > div:nth-child(4) a.btn:hover {
    background: linear-gradient(135deg, #89C6B2, #D3E8E5) !important;
    border: 1px solid #6A8D7B; /* Darker forest green border on hover */
}





.pdf-btns div.row>div a.btn {
    
    color: black;
}

.pdf-btns div.row>div a.btn:hover {
    color: black!important;
}