@import url('https://fonts.cdnfonts.com/css/solaimanlipi'); 
body{
	font-family: solaimanlipi !important;
    
} 
.planes-h2{
    font-size:22px;
    font-weight: bold;
}
.plans-title{
    font-size:17px;
}
.navbar{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    _box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
    border-bottom: 2px solid red;
}
.btn{
    border:1px solid #000;
}
.plans{
    margin-top:90px !important;
}
.plans .card{
    border:none;
    height:90px;
}
.dtlcard{
    height:auto !important;
    border: 1px solid #000 !important;
    _background: #fff !important;
}
.package-card {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    position: relative;
    overflow: visible;
}

/* Sliding red bar using ::before */
.package-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #a60019;
    transition: all 0.4s ease;
}

/* When active, red bar expands */
.package-card.active-package::before {
    width: 100%;
}

/* Triangle remains in center, no animation needed */
.package-card.active-package::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #a60019;
}


.head-epaper{
    _background: #B00020;
    _padding: 8px 15px 8px 5px;
    border-radius: 27px;
    margin-top: 15px;
}
.head-epaper a{
    color:#fff;
    font-size: 18px;
}
.head-epaper i{
    color:#B00020;
    background: #fff;
    border-radius: 50%;
    padding:6px 5px;
}
.head-epaper span{
    font-size:25px;
}
.nav-link:hover{
    background:#FEEEEC;
    color:000 !important;
}
.navbar-collapse{
    margin-top:15px;
}
.nav-log{
    margin: 0 5px;
    background:#FEEEEC;
}

.navbar-dark .navbar-brand {
    color: #000 !important;
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #000 !important;
}
.nav-log > .nav-link{
    color:#000;
}


.prepaid-plane {
    padding-top: 20px;
    position: relative;
}
.prepaid-plane h4{
    font-size:20px;
}

.plane-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #fff;
}

.package-title {
    background-color: #fff;
    padding: 0 10px;
    font-weight: bold;
    position: relative;
    top: -12px;
}
.subscription-btn{
    background: #B00020;
    color: #fff;
    border-radius: 15px;
    padding: 5px 30px;
}
.subscription-btn:hover{
    background: red;
    color: #fff;
    border-radius: 15px;
    padding: 5px 30px;
}
.plane-name {
    position: absolute;
    top: -11px;
    background: #fff;
    z-index: 9999;
    color: #000;
    padding: 0 5px;
    left: 45%;
}
.plane-postpaid{
    
}
.plane-name2{
    color: #000;
    margin-top: -11px;
    margin-bottom: 9px;
}

.subscription-headline{
    font-size: 24px;
    width: 100%;
    background: red;
    padding: 15px;
    color: #fff;
}
.sub-head{
    width:700px;
    color:#000;
    font-size:18px;
}
.sub-head span{
    position: absolute;
    top: -39px;
    right: -19px;
    color: #fff;
    background: #000;
    font-size: 14px;
    border-radius: 50%;
    padding: 3px 8px;
    border: 2px solid #fff;
}
.total-amount{
    font-size:24px;
}

.subscription-full {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 15%;
    right: 32%;
    background: #fff;
    border: 1px solid #ccc;
    z-index:9999;
    width: 400px;
}
.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75); /* black with 75% opacity */
    z-index: 9998;
    _display: none; /* Hidden by default */
}

.payment-receipt{
    border: 1px solid #ccc;
    padding: 20px 0;
}

.payment-receipt h1{
    font-size: 20px;
}
.payment-receipt h3{
    font-size: 18px;
}
.payment-receipt p{
    font-size: 15px;
}

.payment-title p{
    border: 1px solid #000;
    padding: 10px;
    font-weight: bold;
}
.payment-body{
    color:#000;
}

.service-name{
    background: #D9D9D9;
    padding:5px 30px;
    margin-bottom:10px;
}
.amount{
    background: #D9D9D9;
    padding:5px 20px;
}

.apply-col{
    background: #F0F0F0;
    padding:5px 30px;
    margin-bottom:5px;
}
.apply-amount{
    background: #F0F0F0;
    padding:5px 20px;
}

.bi-google{
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    float:left;

}
.slag-name{
    font-size:14px;
    font-weight: bold;
}

.card.card-outline{
    border-top:none !important;
    border-radius: 10px;
}
.login-card-body, .register-card-body{
    border-radius: 10px;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select{
    min-height:40px !important;
}
#email_or_phone, #loginPassword, #registerFullName, #registerEmail, #phone, #registerPassword, #password_confirmation{
    height:45px;
    color: #808080;
    font-size: 14px;
}
#email_or_phone .form-control label{
    color:#808080 !important;
    font-size: 14px;
}
.form-floating > label{
    _bottom:5px !important;
    top:-5px !important;
    color: #808080;
    font-size: 14px;
}
.bi-phone, .bi-eye-slash{
    position: absolute;
    right: 8px;
}

.register-card-body{
    padding-top:10px !important;
}
.register-box .card-header{
    border-bottom: none !important;
    padding: 20px 0 10px !important;
}
.register-box-msg{
    text-align: left;
    padding: 10px 0 0;
    font-size: 24px;
}
.register-box-text{
    font-size: 12px;
    color:#808080;
}
.register-box input{
    margin-bottom:10px;
}
.reg-message p{
    color:#000;
    font-size: 12px;
}

._footer{
    border-top: 2px solid red;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.payment-option img {
    height: 24px;
}

.payment-method-group {
    border-left: 1px solid #ccc;
    padding: 25px;
    _border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.payment-buttons {
    display: flex;
    _justify-content: space-between;
    margin-top: 30px;
}

.btn-pay {
    background-color: #6ba8e5;
    color: white;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 5px;
}

.btn-back {
    background-color: #e2f0ff;
    color: #267bd3;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 5px;
    margin-left:20px;
}

.payment-logos img {
    height: 32px;
    margin-right: 6px;
}

#agree .form-check-label{
    color:#000 !important;
}

.breadcam{
    background:#E9E9E9;
    width:100%;
    _height:40px;
    padding: 10px;
    margin: 40px 0 20px;
}
.breadcam span{
    color:#000;
    font-size: 15px;
}
.breadcam i{
    color:#000;
    font-size: 15px;
}

.left-icon{
    padding:10px 50px 0 10px
}
.home-icon{
    padding-right:50px;
}
.payment-body table tbody tr:not(:last-child) {
    border-bottom: 15px solid transparent; /* creates vertical gap */
}

.user_details_web {
        position: absolute;
        top: 55px;
        right: 0;
        background: white;
        border: 1px solid #ddd;
        padding: 10px 20px; 
        width: 180px;
        border-radius: 10px;
        display: none; /* jQuery will use slideToggle */
        z-index: 999;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    /* Arrow pointing to profile image */
    .user_details_web::before {
        content: "";
        position: absolute;
        top: -10px;
        right: 15px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid white;
    }

    .user_details_web ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .user_details_web li {
        padding: 6px 0;
        border-bottom: 1px solid #eee;
    }

    .user_details_web li:last-child {
        border-bottom: none;
    }

    .user_details_web li a {
        color: #333;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
    }

    .user_details_web li a:hover {
        color: #c00;
    }


    .user_details_web li a {
        color: #333;
        text-decoration: none;
    }
    
    


.mobile-hidden {
    display: block;
}
.mobile-show{
    display: none;
}
@media only screen and (min-width: 770px) {
    .mobile-hidden {
    display: block;
}
.mobile-show{
    display: none;
}
}

@media only screen and (max-width: 770px) {
    .mobile-hidden {
        display: none;
    }
    .mobile-show{
        display: block;
    }

    .navbar-brand img{
        height:50px;
    }

    .scroll-container {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .scroll-card {
        display: inline-block;
        width: 300px;
        vertical-align: top;
        margin-right: 16px;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        padding: 20px;
        white-space: normal;
    }

    .scroll-card h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .package-feature {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
        color: #000;
    }
    .package-feature span{
        color:#000;
    }

    .package-feature i {
        color: #28a745;
    }

    .package-subscrip{
        background: #bb2d3b;
    }
    .pak_amount{
        color:#000;
    }

    .price-section {
        margin-top: 16px;
    }

    .price-section del {
        color: #dc3545;
        font-weight: 600;
    }

    .price-section strong {
        color: #28a745;
        font-size: 20px;
    }

    .subscribe-btn {
        margin-top: 15px;
        background-color: #c00;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 25px;
        display: inline-block;
        text-decoration: none;
    }

    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .package-box {
        scroll-snap-align: start;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        background-color: #fff;
    }

    .navbar-toggler i{
        color:#000;
    }

    .nav-log {
        margin: 0 5px;
        background: none;
        margin-bottom: 15px;
        background: #FEEEEC;
        color: #000;
        border-radius: 10px;
    }

    .navbar .nav-item .nav-link {
        color: #000;
        text-decoration: none;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        transition: all 0.2s ease;
        border: 1px solid #FAB0B3;
        border-radius: 5px;
        padding: 10px;
    }

    .user_details {
        position: absolute;
        top: 55px;
        right: 0;
        background: white;
        border: 1px solid #ddd;
        padding: 10px 20px;
        width: 180px;
        border-radius: 10px;
        display: none; /* jQuery will use slideToggle */
        z-index: 999;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    /* Arrow pointing to profile image */
    .user_details::before {
        content: "";
        position: absolute;
        top: -10px;
        right: 15px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid white;
    }

    .user_details ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .user_details li {
        padding: 6px 0;
        border-bottom: 1px solid #eee;
    }

    .user_details li:last-child {
        border-bottom: none;
    }

    .user_details li a {
        color: #333;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
    }

    .user_details li a:hover {
        color: #c00;
    }


    .user_details li a {
        color: #333;
        text-decoration: none;
    }

    .navbar-collapse{
        margin-top: 30px;
        background: #fff;
        border: 1px solid #ccc;
        height: 125px;
        position: fixed;
        top: 2.75rem;
        bottom: 0;
        left: 98%;
        width: 201px;
        overflow-y: auto;
        visibility: hidden;
        padding-right: 1rem;
        padding-left: 1rem;
        _background-color: var(--primary);
        transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    }
    .navbar-collapse::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #a60019;
    }
    
    .subscription-full {
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 15%;
        right: 5%;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 9999;
        width: 90%;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-item.nav-log .nav-link.login-nav-link,
.nav-item.nav-log .nav-link.login-nav-link:hover,
.nav-item.nav-log .nav-link.login-nav-link:focus,
.nav-item.nav-log .nav-link.login-nav-link:active {
    _background-color: transparent !important;
    color: #000 !important; /* তোমার মূল কালার যা খুশি দাও */
    border: 1px solid rgba(0, 0, 0, 0.1) !important; /* বা যেটা লাগবে */
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    transition: none !important;
}
.nav-link.btn-outline-dark:hover,
.nav-link.btn-outline-dark:focus,
.nav-link.btn-outline-dark:active {
    _background-color: transparent !important;
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}
