/* Font Declaration */
.display {
    font-size: 42px !important;
    line-height: 63px;
    font-family: "Open Sans", sans-serif;
}

.header-1 {
    font-size: 28px !important;
    line-height: calc(28px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.header-2 {
    font-size: 24px !important;
    line-height: calc(24px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.header-3 {
    font-size: 20px !important;
    line-height: calc(20px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.header-4 {
    font-size: 18px !important;
    line-height: calc(18px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.body-1 {
    font-size: 16px !important;
    line-height: calc(16px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.body-2 {
    font-size: 14px !important;
    line-height: calc(14px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.body-3 {
    font-size: 12px !important;
    line-height: calc(12px * 1.5);
    font-family: "Open Sans", sans-serif;
}
/* End Font Declaration */

@media only screen and (max-width: 767.98px) {
    .display {
        font-size: 28px !important;
        line-height: calc(28px * 1.5);
    }

    .header-1 {
        font-size: 24px !important;
        line-height: calc(24px * 1.5);
    }

    .header-2 {
        font-size: 20px !important;
        line-height: calc(20px * 1.5);
    }

    .header-3 {
        font-size: 16px !important;
        line-height: calc(16px * 1.5);
    }

    .body-1 {
        font-size: 14px !important;
        line-height: calc(14px * 1.5);
    }

    .body-2 {
        font-size: 10px !important;
        line-height: calc(10px * 1.5);
    }
}

.main-category div a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 15px;
}

.main-category div a:hover {
    color: #ffa72c;
}

.btn-circle {
    border-radius: 50%;
}

.card-item {
    height: 100%;
}

.card-item .card-img-top {
    width: 100%;
    height: 219px;
    object-fit: cover;
}

.page-round {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 5px;
}

.img-ads {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;   
}

.text-black {
    color: #343a40;
}

.title-content:hover {
    color: var(--color-primary) !important;
}

.nav-link-custom {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.nav-link-custom:hover { 
    color: #ffa72c !important; 
}

.header-ads-img { 
    height: 150px; object-fit: cover; width: 100%; 
}

.logo-main { 
    max-height: 100px; object-fit: contain; 
}

.footer-custom {
    background-color: #0f172a; 
    color: #ffffff;
}

.text-custom-blue {
    color: #307dc0 !important;
}

.footer-link {
    color: #94a3b8;
    transition: color 0.3s ease;
}
.footer-link:hover {
    color: #ffa72c;
}

.btn-scroll-top:hover span:first-child {
    color: #ffffff;
    transition: color 0.3s ease;
}

.icon-scroll-bg {
    background-color: rgba(48, 125, 192, 0.1);
    color: #307dc0;
    transition: all 0.3s ease;
}

.btn-scroll-top:hover .icon-scroll-bg {
    background-color: #307dc0;
    color: #ffffff;
}

.text-copyright {
    color: #64748b;
}

.bg-custom-blue { 
    background-color: #307dc0 !important; 
}

.text-custom-blue { 
    color: #307dc0 !important; 
}

.rubrik-link {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
    white-space: nowrap;
    background: transparent;
    border: none;
    cursor: pointer;
}

.rubrik-link:hover {
    color: #ffa72c !important;
    text-decoration: none;
}

.rubrik-link:focus { outline: none; }

.nav-divider {
    border-top: 1px solid rgba(255,255,255,0.15);
    width: 100%;
    margin: 4px 0;
}

.mobile-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px; 
}

.mobile-scroll-wrapper::-webkit-scrollbar { height: 2px; }
.mobile-scroll-wrapper::-webkit-scrollbar-track { background: rgba(255,255,255,0.1); }
.mobile-scroll-wrapper::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.5); }

#extra-rubrics {
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 0 0 4px 4px;
}

.extra-link {
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 4px;
}

.extra-link:hover {
    color: #ffa72c;
    background-color: rgba(255,255,255,0.1);
    text-decoration: none;
}

.arrow-icon { 
    transition: transform 0.3s ease; 
}

.arrow-icon.rotate { 
    transform: rotate(180deg); 
}

.nav-search-input {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 12px;
    border-radius: 4px 0 0 4px;
    padding: 4px 10px;
    height: 28px;
    width: 150px;
}

.nav-search-input::placeholder { 
    color: rgba(255,255,255,0.6);
}

.nav-search-input:focus {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(255,255,255,0.5);
    outline: none;
}

.nav-search-btn {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    border-left: none;
    color: #fff;
    height: 28px;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
}

.nav-search-mobile {
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    border:none;
    color:white;
}

.nav-search-mobile::placeholder {
    color: rgba(255,255,255,0.6);
}

.nav-search-btn:hover { background-color: #fff; color: #307dc0; }