.themePreview img{
    width: 100%;
    margin-bottom: 30px;
}
.themePreview{

    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 3px 20px 12px rgba(45, 23, 191, 0.09);
    box-shadow: 0 3px 20px 12px rgba(45, 23, 191, 0.09);
    -webkit-transition: all linear 0.3s;
    /*transition: all linear 0.3s;*/
    border-radius: 7px;
}
.themePreview .bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all linear 2s;
    transition: all linear 2s;
}
.themePreview:hover .bg {
    background-position: bottom center;
}

/*linking */
.themeLink {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:#0e0e0fb0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    padding-bottom: 5px;
    border-radius: 0 0 4px 4px;
    transition: .4s;
}
.themePreview:hover .themeLink{
    background: #b66dff;
}
.themeName{
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 5px;
}
.active-btn {
    color: #fff;
    background: none;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 6px 16px;
    border-radius: 30px;
    text-decoration: none;
    margin-bottom: 5px;
}
.active-btn:focus {border: 1px solid #fff;}
.active-btn:hover{
    color: #fff;
}


.themeInfo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(76, 241, 76, 0.81);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    padding-bottom: 5px;
    border-radius: 0 0 4px 4px;
    transition: .4s;
}

/*external plugin badge css*/
.sidebar .nav .nav-item.plugin-menu:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "\f6a4";
    z-index: 9;
    left: 5px;
    font-family: "Material Design Icons";
    top: 15px;
    background-color: #d286ff;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.sidebar .nav .nav-item.plugin-menu {
    position: relative;
}

.modal-success-msg{
    background: rgba(76, 241, 76, 0.81);
}

.modalPreviewImg img{width: 100%}
.previewActive{background: rgb(235 97 73); border: 0}



/* Height adjustment and equal sections */
.packageWrapper, .packageDetails {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.packageWrapper .login-form,
.packageWrapper .order_page_form {
    flex-grow: 1;
}

/* Features list with scrollbar using container */
.packageDetails .listing-container {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}

.packageDetails .listing {
    
    overflow-y: auto;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* Scrollbar styling (for Firefox and modern browsers) */
    scrollbar-width: thin;
    scrollbar-color: #F28A0B #f9f9f9;
}

.packageArea .packageDetails .listing{
	height: auto !important;
}

/* Scrollbar styling (for WebKit browsers like Chrome, Safari) */
.packageDetails .listing::-webkit-scrollbar {
    width: 8px;
}
.packageDetails .listing::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 10px;
}
.packageDetails .listing::-webkit-scrollbar-thumb {
    background: #F28A0B;
    border-radius: 10px;
}

/* Left section color scheme (#4564ED) */
.packageWrapper .input-form input:focus {
    border-color: #4564ED;
}
.packageWrapper .cmn-btn1 {
    background-color: #4564ED;
    border-color: #4564ED;
}
.packageWrapper .cmn-btn1:hover {
    background-color: transparent;
    color: #4564ED;
}
.packageWrapper .input-group-text {
    background-color: #4564ED;
    color: #fff;
}
.packageWrapper .singApp {
    color: #4564ED;
}

/* Right section color scheme (#F28A0B) */
.packageDetails {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
}
.packageDetails .infoTitle {
    color: #F28A0B;
    font-size: 22px;
    font-weight: 700;
}
.packageDetails .pricing {
    color: #F28A0B;
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
    display: block;
}
.packageDetails .price-all-feature .cmn-btn02 {
    background-color: #F28A0B;
    border-color: #F28A0B;
    width: 100%;
}
.packageDetails .price-all-feature .cmn-btn02:hover {
    background-color: transparent;
    color: #F28A0B;
}
.packageDetails .single img.icon {
    filter: invert(61%) sepia(81%) saturate(3479%) hue-rotate(360deg) brightness(99%) contrast(98%);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .packageWrapper, .packageDetails {
        height: auto;
    }
    .packageDetails {
        margin-top: 30px;
    }
}

.packageArea .packageDetails .listing{
overflow: scroll !important;
}
.packageArea .packageWrapper{
    background-color: #eff9fc !important;
}
.packageDetails{
    background-color: #fff9ec !important;
}

.packageDetails .price-all-feature .cmn-btn02{
 background-color: #f28a0b00 !important;
}
.cmn-btn02{
    color: #000000 !important;

}
.btn-wrapper .cmn-btn1{
    background-color: #4564ed00 !important;
}

button#login_btn {
    color: black !important;
}


.packageWrapper {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* Default light shadow */
}

.packageWrapper:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}
.packageWrapper,
.packageDetails {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* Default light shadow */
}

.packageWrapper:hover,
.packageDetails:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Smooth hover shadow */
}

section.sliderAreaInner.sectionBg1 {
    display: none;
}

.packageWrapper{
	align-items: center !important;
}
.singApp{
	color: blue !important;
}

.footerWrapper.sectionBg2 {
    background-color: #111827 !important;
}



.footerWrapper.sectionBg2 {
    background-color: #111827 !important;
}
.footerWrapper .footer-area .footer-pera .pera{
    color: #fff !important;
}
.footerWrapper .footer-area .footer-tittle .footerTittle{
    color: #fff !important;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .singleLinks{
    color: #fff !important;
}
.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks{
    color: #fff !important;
}
.footer-bottom-area .footer-copy-right .pera{
    color: #fff !important;
}
