﻿
html {
    scroll-behavior: smooth;
}


.accordion-button:focus {
    box-shadow: none !important;
}

/*.accordion-body {
    padding-left: 2px;
}*/


::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 7px;
    border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}



/*Animations*/
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-animation {
    animation: slideIn 1s ease-out;
}

.card-pub img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.dropdown-item {
    padding: 9px 20px;
    font-size: 13px;
}

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: #B08D57;
    }



.col.text-white .btn-round {
    border-color: #fff !important;
}








.mini-card {
    position: relative;
    transition: all 0.3s ease-in-out; /* Adds smooth transition effect */
}

    .mini-card:hover {
        transform: scale(1.05); /* Slightly enlarges the card on hover */
    }



.mini-card-img img {
    transition: transform 0.3s ease;
}

.mini-card:hover .mini-card-img img {
    transform: scale(1.1); /* Slightly enlarges the image on hover */
}


.stats-cont p {
    font-weight: 300;
    font-size: 0.9em;
}


.right-cont.aos-init.aos-animate {
    padding-left: 5%;
}

.accordion-header button {
    font-weight: 500;
}

.accordion-body {
    font-size: 14px;
}

.values-wrp p {
    font-size: 12px;
}

a.btn.btn-round.btn-icn.fs-22.aos-init.aos-animate {
    border-color: white;
}

span.timeline-title.fw-semibold {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400
}

.timelin-wrp p {
    font-weight: 300;
    font-size: 12px;
}

.col-lg-6.mb-5.mb-lg-0.text-white {
    padding-right: 20%;
}


.timelin-wrp {
    padding-right: 33%;
}


ul.mb-0.ps-4 {
    font-size: 13px !important;
    font-weight: 300;
}

.resourcessec ul li {
    font-size: 14px;
    padding-bottom: 10px;
}


@media (max-width: 767px) {
    .stats, .stats-img {
        margin-left: 0;
    }

    .blog-details-sec {
        padding-top: 100px !important;
    }

        .blog-details-sec .blog-det-title + p {
            font-size: 14px;
        }

    .blog-details-sec .blog-det-title {
        font-size: 24px;
    }

    .brd-crm-wrp.blog-detail {
        display: block !important;
        text-align: center;
    }   

    .col-lg-6.mb-5.mb-lg-0.text-white {
        padding-right: 0;
    }

    a.btn.btn-round.btn-icn.fs-22 {
        border-color: #fff;
    }

    .resourcesimg {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    .timelin-wrp {
        padding-right: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }


    .lvl-1 {
        padding-top: 0;
        font-size: 40px;
    }

    p.mt-auto.banner-text.fs-24.mb-5 br {
        display: none;
    }
    h2.text-bold.text-uppercase.lvl-2.mb-5 br {
        display: none;
    }

}
