@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
    font-family: "DM Sans", sans-serif;
    color: #090961;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}

html, body {
    height: 100%;
    margin: 0;
}

.menu-bar a {
    border-bottom: #16A34A 1px solid;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.menu-bar a:hover {
    border-bottom: none;
}

.logo-bg {
    background: #010202;
    height: 80px;
    padding-left: 80px;
    padding-top: 10px;
    box-shadow: 0 3px 3px 0 rgba(14, 170, 58, 0.3);
}

.logo-item {
    display: inline-block;
    margin-right: 5px;
    color: #E7F6EC !important;
    text-decoration: none !important;
}

.text-green {
    color: #16A34A;
}

.text-black {
    color: #09090B;
}

.home-info {
    background: #E7F6EC;
    border-radius: 10px;
    padding: 42px;
}

.home-info p {
    font-size: 120%;
}

.container-custom {
    border:1px #E7F6EC solid;
    border-radius: 1%;
    padding: 50px;
    background: #F4F4F5;
}

.container-custom-padding {
    padding: 25px;
}

.alert-custom {
    background: #E7F6EC;
    border:1px #16A34A solid;
}

.gen-gap {
    margin: 15px auto;
}

.border-bottom {
    border-bottom: 1px #090961 solid;
    padding-bottom: 15px;
}

a {
    color: #16A34A;
    font-weight: 600;
}

a:hover {
    color: #0e7e37;
}

.custom-btn {
    font-weight: 700;
    background: #16A34A;
    height: 2.75rem;
    border:1px #16A34A solid;
}

.custom-btn:hover {
    background: #0e7e37;
    border:1px #0e7e37 solid;
}

.custom-form {
    height: 3rem;
}

.custom-form:focus {
    border:1px #0e7e37 solid;
    box-shadow: 0 0 0 .15rem rgba(151, 232, 146, 0.25);
}

.pricing {
    background: #020223;
    color: #E7F6EC;
    width: 100%;
    max-width: 370px;
    border-radius: 2%;
    padding: 25px;
    padding-top: 35px;
    height: 400px;
    margin: auto;
    margin-bottom: 20px;
}

.pricing_note {
    border-radius: 20px;
    padding: 5px;
    color: #E7F6EC;
    min-height: 30px;
    width: 120px;
    background: #023e1b;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 10px auto;
    border: 1px solid #E7F6EC;
}

.buy_btn {
    background:#FFFD77;
    color: #000411;
    width: 92%;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 800;
}
a.buy_btn {
    text-decoration: none !important;
}

.credit_amount_info {
    text-align: center;
    margin-top: 5px;
}

.price {
    color: #11b8da;
}

/* Mobile styles */
@media (max-width: 767px) {
  
    .container-custom-padding {
        padding: 30px;
    }
    /* Add other styles specific to mobile view */
}

.loading {
    display: none;
    height:380%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.5);
}
  
.pagination {
    display: block;
}

.pagination div {
    display: inline-block;
    margin: auto 10px;
    border-bottom: #000411 1px solid;
}

.pagination div a {
    display: block;
    border-bottom: #000411 1px solid;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 120%;
}

.disabled a {
    color: #6e7489 !important;
}

.footer {
    margin-top: 50px;
    background: #f5f8f6;
    border-top: #000411 solid 1px;
}

.footer a {
    color: #090961;
}

.footer a:hover {
    color: #023e1b;
}

.footer .col-sm-12 {
    padding: 10px;
    padding-bottom: 25px;
}


.hero-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 60vh;
position: relative;
overflow: hidden;
}

.feature-card {
border: none;
transition: transform 0.3s ease;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-card:hover {
transform: translateY(-5px);
}

.btn-gradient {
background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
border: none;
color: white;
padding: 12px 30px;
border-radius: 25px;
transition: all 0.3s ease;
}

.btn-gradient:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.floating-shape {
position: absolute;
opacity: 0.1;
pointer-events: none;
}

.shape-1 {
top: 10%;
left: 5%;
animation: float 6s ease-in-out infinite;
}

.shape-2 {
bottom: 10%;
right: 5%;
animation: float 8s ease-in-out infinite;
}

.bg-gradient-dark {
background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}

a.easy {
    text-decoration: none;
    color: #F4F4F5;
}

a.easy:hover {
    color: #000411;
}

a.easy1 {
    text-decoration: none;
    color: #000411;
}

a.easy1:hover {
    text-decoration: none;
    color: #F4F4F5;
}
