@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
} 

body{
    padding: 20px;
    overflow-x: hidden;
}

.hero-section {
    background: #eee8e88a;
    color: black; 
    border-radius: 15px;
    padding: 20px 40px;
    min-height: 100vh;
    position: relative;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    opacity: 0.3;
    z-index: -1;
}

.navbar-brand{
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
    letter-spacing: -2px;
}

.navbar-brand:hover{
    color: #222;
}

.navbar-brand i{
    color: rgb(1, 79, 10);
}

.navbar-navs{
    display: flex;
    gap: 20px;
}

.navbar-navs a {
    color: #000;
    font-weight: 500;
    transition: color 0.3s;
    text-decoration: none;
}

.navbar-navs a:hover {
    color: #045e0f;
}

.navbar .cta-buttons a {
    margin-left: 5px;
    padding: 8px 10px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    color: black;
    font-weight: 600;
}

.navbar .cta-buttons a.active {
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
}

.hero-section .hero-container{
    width: 65%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 15%;
}

.hero-section .hero-container h1 {
    font-size: 4rem; 
    padding: 1.5rem;
    line-height: 3.6rem;
}

.hero-container h1 span{
    font-family: "Playfair", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 4.5rem;
}

.hero-container h1 strong{
    font-weight: 700;
    letter-spacing: -2px;
}

.hero-container p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 30px;
    max-width: 600px;
    font-weight: 400;
}

.hero-container .cta {
    display: flex;
    gap: 20px;
}

.image-container{
    position: absolute;
    width: 60%;
    height: 50%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, 5%); 
    border-radius: 10px;
}

.image-container img{
    border: 1px solid #057610;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.hero-container .get-started-btn, .hero-container .get-started-btn-o:hover, footer .cta .purchase-btn, footer .cta .btn-o:hover {
    background-color: #045e0f;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.hero-container .get-started-btn-o, .hero-container .get-started-btn:hover, footer .cta .purchase-btn:hover, footer .cta .btn-o {
    color: #045e0f;
    border:1px solid #045e0f;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

/* New Features Section Styles */
.features-section {  
    padding: 18% 0 60px 0;
}

.features-section h2 {
    font-size: 2.5rem;
    line-height: 2.4rem;
    text-align: center; 
    color: #06570e;
    font-weight: 800;
}

.features-section h2 span {
    color: #1e3b27;
    font-family: "Playfair", serif;
    font-style: italic;
    font-weight: 800;
    font-size: 3rem;
}

.features-section p.lead {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #475569;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px auto;
    font-weight: 600;
}

.features-sidebar {
    background: white;
    border-radius:0 10px 10px 0;  
    border: 1px solid #008751;
}
.feature-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    color: #4a5568;
}
.feature-nav-item i {
    width: 24px;
    font-size: 1.2rem;
    text-align: center;
}
.feature-nav-item:hover { 
    color: #0a3f10;
}
.feature-nav-item.active {
    background: linear-gradient(90deg, #eefff0 0%, #ffffff 100%);
    border-left-color: #057610;
    color: #057610;
    font-weight: 600;
}
.feature-detail-panel {
    background: white;
    border-radius: 10px; 
    padding: 30px 60px;
    min-height: 450px;
    border: 1px solid #008751;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
}

.feature-detail-panel img{
    position: absolute;
    right: 0;
    transform: rotate(270deg);
    height: 100%; 
    filter: hue-rotate(270deg);
    opacity: 0.2;
}

.feature-detail-content {
    animation: fadeSlideIn 0.4s ease-out;
}
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.feature-detail-content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #1e3b27;
    font-weight: 700;
}
.feature-detail-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 25px;
}
.feature-detail-content ul {
    list-style: none;
    padding-left: 0;
}
.feature-detail-content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-detail-content ul li i {
    color: #10b981;
    font-size: 1.1rem;
}
/* Mobile responsive */
@media (max-width: 768px) {
    .features-section {
        padding: 50% 0 60px 0;
        width: 90%;
        align-self: center;
        justify-self: center;
    }
    .features-sidebar {
        margin-bottom: 30px;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        padding: 10px 20px 0 20px;
        border-radius: 10px;
    }
    .feature-nav-item {
        display: inline-flex;
        white-space: nowrap;
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 20px 18px;
    }
    .feature-nav-item.active {
        border-left: none;
        border-bottom-color: #057610;
        background: transparent;
    }
    .feature-detail-panel {
        min-height: auto;
        padding: 30px 30px;
    }
}

.plans-section{
    padding: 7% 0;
}

.plans-section h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center; 
    font-weight: 700;
}

.plans-section h2 span{
    font-family: "playfair", serif;
    font-style: italic;
    font-weight: 800;
    font-size: 3rem;
    color: #06570e;
}

.plans-section p.lead {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #475569;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px auto;
    font-weight: 600;
}

.plan-card {
    transition: transform 0.3s;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-size: 13px;
    border: 1px solid #1e3b27;
    cursor: pointer;
}
.plan-card:hover {
    transform: translateY(-10px);
}
.feature-list {
    list-style: none;
    padding-left: 10px;
    text-align: left;
}
.feature-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.feature-list li i {
    color: #28a745;
    margin-right: 10px;
}
.price, .card-title {
    font-size: 1rem;
    font-weight: bold; 
}

.plan-card a, .contactCta a{
    background-color: #057610;
    display: block;
    color: white;
}

.plan-card a:hover, .contactCta a:hover{
    color: #fff;
}

.faq-section{
    padding: 7% 0;
}

.faq-section .faq-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

.faq-container .title{
    font-size: 13px;
    font-weight: 700;
}

.faq-container h1{
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.faq-container p{
    font-size: 14px;
}

.faq-container h1 span{
    font-family: "playfair", serif;
    font-style: italic;
    font-weight: 800;
    color: #008751;
}

.accordion{
    width: 85%;
    margin-bottom: 2rem;
}

.accordion .accordion-item {
    border: 1px solid #057610;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-button.collapsed {
    color: #333;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border: none;
    outline: none;
}  

.accordion-button:not(.collapsed) {
    color: #057610;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border: none;
    outline: none;
    font-weight: 700;
}

.contactCta{
    border: 1px solid #057610;
    border-radius: 10px;
}

.ast{
    position: absolute;
    bottom: 50%;
    width: 180px;
    right: 20%;
    transform: rotate(280deg);
}

.btn-nigeria {
    background: linear-gradient(135deg, #008751 0%, #008751 100%);
    color: white;
} 

footer {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    border-radius: 0 0 15px 15px;
    background-color: #001404;
    padding: 40px 10vw;
    color: white;
}

footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0 0 15px 15px;
    opacity: 0.1;
    z-index: -1;
    mix-blend-mode:  overlay;
}

footer header{
    padding: 40px 0;
}

footer header .text{
    flex: 1;
}

footer header .text h1{
    font-size: 28px;
    font-family: "Playfair", serif;
    font-style: italic;
    color: #008751;
    font-weight: 700;
}

footer header .text p{
    font-size: 14px;
    font-weight: 300; 
    line-height: 18px; 
}

footer header .cta{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

footer header .cta a{
    color: white !important;
}

.main{
    padding: 40px 0;
}

.main h3{
    font-size: 18px;
    margin-block: 1rem;
    font-weight: 700;
}

.main ul{
    list-style: none;
    padding-left: 0;
}

.main ul li{
    margin-bottom: 10px;
    font-size: 12px;
}

footer .bottom {
    position: relative;
    bottom: 0;
    z-index: 2;
    font-size: 0.8rem;
    border-top: 1px solid #008751;
    padding-block: 3rem;
}

footer .bottom a {
    color: #008751;
    text-decoration: none;
    font-weight: 500;
}

/* ========= SCROLL WIDGET STYLES ========= */
.scroll-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}
.scroll-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #057610;
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.scroll-btn:hover {
    background: #0a3f10;
    transform: scale(1.05);
}
.scroll-btn:active {
    transform: scale(0.95);
}
@media (max-width: 768px) {
    .scroll-widget {
        bottom: 15px;
        right: 15px;
        gap: 8px;
    }
    .scroll-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Mobile Screen MediaQuery */
@media (max-width: 768px) {
    /* Add mobile-specific styles here */
    body{
        padding: 0;
    }

    .hero-section{
        padding: 0;
        position: relative;
    }

    .hero-section .navbar{
        position: sticky;
        top: 0;
        z-index: 11111;
        height: 12dvh;
        width: 100%;
        background-color: white; 
        padding: 20px;
        overflow: hidden;
        transition: height .3s ease-in-out;
    }

    .hero-section .navbar.active{
        position: fixed;
        height: 100%;
    }

    .hero-section .navbar .container{
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 7vh;
    }

    .navbar-brand{
        font-size: 1.6rem;
    }

    .menubar{
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 10px;
        right: 20px;
        background-color: #008751;
        color: white;
        border-radius: 5px;
        font-size: 1.2rem;
    }

    .hero-section .navbar-navs{ 
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start; 
        width: 100%;
        display: none;
    }

    .hero-section .navbar.active .navbar-navs{
        display: grid;
    }

    .hero-section .cta-buttons{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 30vh;
    }

    .hero-section .cta-buttons a, .hero-section .cta-buttons a.active {
        padding: 12px 30px;
        font-size: 1.2rem;
        text-align: center;
        border: 1px solid #008751;
    }

    .hero-section .cta-buttons a.active{
        border-radius: 10px;
        border: none;
    }

    .hero-section .hero-container{
        width: 90%;
    }

    .hero-section .hero-container h1{
        font-size: 2rem;
        line-height: 2rem;
    }

    .hero-section .hero-container h1 span{
        font-size: 2.5rem;
    }

    .hero-container .cta{
        flex-direction: column;
    }

    .image-container{
        width: 90%;
        height: 40%;
        top: 80%;
        z-index: 11;
        margin-top: 10%;
    }

    .ast{
        width: 100px;
        right: 0%;
    } 

    .plans-section{
        width: 90%;
        justify-self: center;
    }

    .faq-section .faq-container{
        width: 90%;
    }

    .accordion{
        width: 100%;
    }

    footer{
        border-radius: 0 0 0 0;
    }

    footer header{
        flex-direction: column;
        gap: 20px;
    }

    footer header .cta{
        flex-direction: column;
    }

    footer header .cta a{
        width: 100%;
        text-align: center;
    }
}

/* Login Screen Styles */
.login-screen {
    background-color: #f8f9fa;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.login{
    background-color: #f8f9fa; /* fallback */
    background-image: 
        repeating-linear-gradient(0deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 40px),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 40px);
    background-size: 40px 40px;
    height: 100vh;
    padding: 2rem 3rem;

}

.login-header{
    padding: 20px 0;
    margin-top: 4rem;
    margin-inline: 7vw;
}

.login-header h4{
    font-weight: 700;
}

.login-header p{
    font-size: 13px;
}

.login-header p span{
    color: #057610;
    font-weight: 400; 
}

.login-body{
    margin-inline: 7vw;
}

.login-body label{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.login-body .input-group{
    display: flex;
    align-items: center; 
}

.login-body .input-group button{
    background-color: #045E0F;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    margin-top: -20px;
}

.login-body .form-control{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.login-body input{
    border: none;
    outline: none;
}

.login-body .form-control{ 
    outline: none;
}

.login-body .form-control:focus{
    border: 1px solid #057610;
    box-shadow: 0 0 5px rgba(5, 118, 16, 0.5);
}

.login-body input:focus{
    outline: none;
    border: none;
}

.login-body .float-end{
    text-decoration: none;
    font-size: 13px;
    color: #057610;
    font-weight: 600;
}

.login-body button{
    background-color: #057610;
    color: #fff;
}

.login-body button:hover{
    color: #fff;
}

.login-body p{
    font-size: 13px;
}

.login-body p a{
    text-decoration: none;
    font-weight: 500;
    color: #057610;
}

/* Owl Carousel custom styling */
.custom-carousel { 
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.slide-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.7) 0%, rgba(27, 94, 32, 0.9) 100%);
    z-index: 1;
}
.slide-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    max-width: 80%; 
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.slide-content h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.slide-content p {
    font-size: 1rem;
}
/* Custom navigation buttons vertically centered */
.custom-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
}
.custom-carousel .owl-nav button {
    pointer-events: auto;
    /* background: rgba(0,0,0,0.5) !important; */
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 24px !important;
    margin: 0 10px;
    transition: 0.3s;
}
.custom-carousel .owl-nav button:hover {
    background: rgba(0,0,0,0.8) !important;
}
/* Dots positioned after the text (inside the slide, below content) */
.custom-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.custom-carousel .owl-dot span {
    background: rgba(255,255,255,0.5) !important;
}
.custom-carousel .owl-dot.active span {
    background: white !important;
    width: 30px !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .login-screen{
        overflow: scroll;
    } 
    .login{
        height: fit-content;
    }
    .slide-content h2 {
        font-size: 1.3rem;
    }
    .custom-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        font-size: 18px !important;
    }
}