.pt-6 {
    padding-top: 4.5rem !important;
    }

.pb-6 {
    padding-bottom: 4.5rem !important;
    }

.pt-7 {
    padding-top: 6rem !important;
    }

.pb-7 {
    padding-bottom: 6rem !important;
    }

.pt-8 {
    padding-top: 8rem !important;
    }

.pb-8 {
    padding-bottom: 8rem !important;
    }

.pt-9 {
    padding-top: 10rem !important;
    }

.pb-9 {
    padding-bottom: 10rem !important;
    }

.round-bottom-right-on-hover {
    /* Rounded bottom right corner */
    transition: border-bottom-right-radius 0.3s ease;
    
    /* Default border radius */
    /* border-bottom-right-radius: 0; */
    }
    
.round-bottom-right-on-hover:hover {
/* Rounded bottom right corner on hover */
border-bottom-right-radius: 33% !important; /* adjust the radius as needed */
}

.parent-round-bottom-right-on-hover:not(hover){
    border-bottom-right-radius: 33% !important;

}

.round-bottom-right-on-hover-10:hover {
    border-bottom-right-radius: 10rem !important; /* adjust the radius as needed */
    transition:all 0.3s ease;
    }

.round-cross-on-hover {
    /* Rounded bottom right corner */
    transition: border-radius 0.3s ease;
    }

.round-cross-on-hover:hover {
    border-radius: 0 33% !important; /* adjust the radius as needed */
    }

.bg-theme-on-hover {
    transition: background-color 0.3s ease;
    transition: color 0.15s ease;

}

.bg-theme-on-hover:hover {
    background-color: #019981 !important;
    color: #fff !important;
    
    }

.bg-theme-gradient-black {
    background-image: linear-gradient(0deg, rgba(0,0,0.4) 0%, rgb(1, 153, 129) 50%) !important;
    }




.news-rounded-border {
    border-radius: 3rem;
}
.rounded-bottom-right {
    border-bottom-right-radius: 15rem;
}
.rounded-bottom-right-5-rem {
    border-bottom-right-radius: 5rem !important;
}

.rounded-cross {
    border-radius: 0 15%;
}

.rounded-top-left {
    border-top-left-radius: 20%;

}

@media (min-width: 1200px) {
    .news-rounded-border {
        border-radius: 3rem 3rem 15rem;
    }
    .rounded-bottom-right {
        border-bottom-right-radius: 15rem;
    }
}


@media (max-width: 768px) {

    .rounded-bottom-right {
        border-bottom-right-radius: 0vw;
    }
}

.subcategory-link.active  {
    font-weight: 600 !important;
    background-color: rgba(0,0,0,0) !important;
    transition: all 0.3s ease;
    font-size: 1.45rem !important;
}

.text-white-hover:hover {
    color: #fff !important;
}

.fancy-box-background .fancy-box-item:hover .light, .fancy-box-background .fancy-box-item:hover .light .text-theme .text-white-hover .fancy {
    color: #fff !important;
}




.bg-theme-on-check {
    background-color: transparent;
    border-color: var(--theme-color);
}

.bg-theme-on-check:checked {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.bg-white-on-hover:hover {
    background-color: #fff !important;
    color: var(--theme-color) !important;
}

.nav-link.active.theme {
    color: var(--theme-color) !important;
    border-bottom: 2px solid var(--theme-color) !important;
    font-weight: 700 !important;
}

.nav-link.theme:hover {
    color: var(--theme-color) !important;
    border-bottom: 2px solid var(--theme-color) !important;
}

.form-radio-input:checked { color: var(--theme-color); }


@media (min-width: 1200px) {
    .hero-banner-invest-in-cyprus{
        margin-top: 33% !important;
        margin-bottom: 33% !important;

    }
}

@media (max-width: 768px) {

    .hero-banner-invest-in-cyprus h4{
        margin-top: 2rem;

    }

}