:root {
  --border-color: 1px solid rgba(34,36,38,.1);
  --font-size-large: 18px;
  --padding-default: 1rem;
}
html{
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #F8F9FA;
}
/* HEADINGS & TEXT STYLES */

h2 {
    font-size: 41px;
    font-weight: 700; /* bold */
    line-height: 1.2;
}

h3 {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
/* Top Bar */
.top-bar {
    background: #0F9347;
}

/* Logo circle */
.logo-circle {
    background: #0F9347;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-weight: bold;
}

/* SignUp */
.signup-btn {
    background-color: #0F9347; /* Green background */
    background: linear-gradient(to right, #0F9347 20%, #42C96B 80%);
    color: #fff; /* White text */
    border: none; /* Optional: remove border */
    transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s;
    font-size: 14px;
    font-weight: 600;
}

.signup-btn:hover {
    background-color: #0F9347; /* Keep it green */
    color: #fff; /* Keep text white */
    box-shadow: 0 0 14px 2px #0F9347; /* Green glow */
    transform: translateY(-2px); /* Optional: lift effect */
}
.navbar{
    background-color: transparent!important;
}

/* Dropdown Mega Menu */
.custom-dropdown {
    width: auto;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s ease;
}
.custom-dropdown .dropdown-item{
    white-space: nowrap;
    opacity: 0.5;
}
.custom-dropdown .dropdown-item:hover{
    white-space: nowrap;
    color: #0F9347;
    opacity: 1;
    background-color: transparent;
}
.custom-dropdown .subb{
    white-space: nowrap;
    opacity: 0.5;
    color: #000;
}
.dropdown:hover .custom-dropdown {
    transform: translateY(0);
    opacity: 1;
    display: block;
}

.custom-dropdown a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
}

.custom-dropdown span {
    display: block;
    font-size: 12px;
    color: gray;
}



/* Footer */
.footer {
    background: #0d2f34;
}

/* Animation */
.animated {
    animation: pop .6s ease;
}

@keyframes pop {
    0% { transform: scale(.9); opacity:0; }
    100% { transform: scale(1); opacity:1; }
}
.logo{
    width: 200px;
}
.nav-link{
    color: rgba(243,247,249,.85);
    font-weight: 600;
    font-size: 14px;
}
.banner{
background-image: url('images/banner/banner_background.png');
    background-size: cover, auto;
    background-position: 67% 99%, left top;
    background-repeat: no-repeat;
    position: relative;
    justify-content: left;
    margin-top: -140px;
    min-height: 700px;
    z-index: -1000;
    /* height: calc(100vh + 128px); */
}
.banner-contact{
background-image: url('images/banner/banner_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    margin-top: -140px;
    min-height: 300px;
    z-index: -1000;
    /* height: calc(100vh + 128px); */
}
.banner-contact h2{
    margin: auto;
}
.products-section {
    padding: 50px 0 100px 0;
    background: #f8f9fa;
}

.section-title h3 .green-services,
.why-choose-us .green-services {
    color: #28a745;
}
.mission-img{
    width: auto;
    height: 400px;
}
.flex-middle{
    display: flex;
    align-items: center;
}

.section-title p {
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
}

.products-grid {
    /* margin-top: 60px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
}

/* CARD STYLE */
.product-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 26px; /* EXTRA ROUND */
    text-decoration: none;
    /* text-align: center; */
    color: inherit;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    border: 1px solid rgba(40,167,69,0.12);
}

/* POPPING EFFECT */
.product-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 18px 45px rgba(40, 167, 69, 0.25);
    border-color: #28a745;
}

/* ICON */
.product-icon {
    width: 96px;
    height: 96px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(40,167,69,0.12);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.4s ease;
}

.product-icon i {
    font-size: 56px;
    color: #28a745;
}

/* icon animates on hover */
.product-card:hover .product-icon {
    background: #28a745;
}
.text-green{
    color: #28a745;
}
.product-card:hover .product-icon i {
    color: white;
}

/* TITLES */
.product-card h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

/* TEXT */
.product-card p {
    color: #666;
}

/* MOBILE FIX */
@media (max-width: 576px) {
    .products-section {
        padding: 70px 15px;
    }
}


/* developer section */
/* DEVELOPER SECTION */

.code-card {
    background: #fff;
}

.code-card-header {
    background: #f8f9fa;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.red {
    background: #dc3545;
}

.yellow {
    background: #ffc107;
}

.green {
    background: #28a745;
}

.code-body {
    background: #111;
    color: #ccc;
    font-family: monospace;
    font-size: 0.9rem;
}

.badge-icon {
    display: inline-flex;
    align-items: center;
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
}

.icon-box {
    width: 42px;
    height: 42px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.developer-btn {
    transition: all 0.3s ease;
}

.developer-btn:hover {
    box-shadow: 0 0 12px #28a745, 0 0 24px #28a745;
    transform: translateY(-2px);
}

.footer{
    background-color: #0d2f34;
}
.border-bottom-custom{
    border-bottom: 1px solid #374C5B!important;
}
.footer h5{
    color:#fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f8f8f8;
    margin: 0;
    line-height: 40px;

}
.p-muted{
    color: #666;
}
.footer li{
    font-size: 11px;
    color: rgba(255, 255, 255, .5019607843);
    line-height: 15px;
    margin-bottom: 12px;
}
.footer p{
    font-size: 11px;
    color: rgba(255, 255, 255, .5019607843);
    line-height: 15px;
    margin-bottom: 12px;
}
.footer .text-muted-custom{
    font-size: 11px;
    color: rgba(255, 255, 255, .5019607843);
    line-height: 15px;
    margin-bottom: 12px;
}
.social-strip{
    font-size: 14px;
    font-weight: 500;
}
.api-process-img{
    /* position: absolute; */
    /* bottom: -90px;
    right: 0; */
    /* width: 100%; */
    max-width: 100%;
}
.banner .col-md-5{
    text-align: center;
}
.flex-custom-2{
    display: flex;
    align-items: center;
}
.products-section{
    margin-top: 80px;
}
.product-card p{
   font-size: 12px;
}
.product-card h4{
   font-size: 16px;
}
.empowering-comms{
    background-image: url('images/banner/banner_background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* client carousel */
.client-carousel {
    background: 
        url("images/banner/banner_background.png");  /* your green bg image */
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.client-logo {
    max-height: 150px;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 26px;
    box-shadow: 0 0 15px 0 rgba(124,142,155,.2);
}

.client-logo:hover {
    transform: scale(1.1);
}

/* On small screens */
@media (max-width: 768px) {
    .client-logo {
        max-height: 50px;
        margin-bottom: 20px;
    }
}

.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  gap: 60px;
  animation: scroll 20s linear infinite;
  align-items: center;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.text-light-custom{
    color: #f8f8f8;
}
.phone-img{
    max-width: 100%;
    height: 500px;
    margin-top: -100px;
}
.center-content{
    display: flex;
    align-items: center;
}
.text-banner{
    /* width: 40%; */
}
.flex-custom{
    padding-top: 150px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.start-btn {
    background-color: #0F9347; /* Green background */
    color: #f8f8f8; /* White text */
    border: none; /* Optional: remove border */
    transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    box-shadow: 0 0 23px 0 rgba(124, 142, 155, .0901960784);
}
.fw-bold{
    font-weight: 600!important;
}
.flex-middle{
    display: flex;
    align-items: center;
}
.learn-more{
    font-size: 13px;
    font-weight: 600;
    color: rgba(124,142,155,.4196078431);
}
.header-muted{
    opacity: 0.8;
}

.call-to-action{
    background-image: url('images/banner/banner_background.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}
.call-to-action-wrapper{
    background-color: #F3F7F9;
}
.call-to-action-wrapper h3{
    font-size: 27px;
    color: #666;
    margin-bottom: 22px;
}
.call-to-action-btn {
    background-color: #0F9347; /* Green background */
    color: #f8f8f8; /* White text */
    border: none; /* Optional: remove border */
    transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s;
    font-weight: 600;
    padding: 12px 35px;
    font-size: 20px;
}

/* Default navbar styling */
#mainNavbar {
    transition: all 0.3s ease;
    padding: 20px 0;
    position: sticky;
     top: 0;
    z-index: 999;
}

/* Sticky styling after scroll */
#mainNavbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 10px 0;
}

/* Dark text when scrolled */
#mainNavbar.scrolled .nav-link {
    color: rgba(0,0,0,.5) !important;
}
/* Swap logos */
.logo-light { display: block; }
.logo-dark { display: none; }

#mainNavbar.scrolled .logo-light { display: none!important; }
#mainNavbar.scrolled .logo-dark { display: block!important; }
.nav-link:hover{
    color: #fff;
}
#mainNavbar.scrolled .nav-link:hover{
    color: rgba(0,0,0,.7)!important;
}
.why-choose-us{
    background-color: #fff;
}
.choose-img{
    min-height: 300px;
    max-width: 100%;
    max-height: 500px;
}
.choose-card {
    background: #fff;
    padding: 35px 30px;
    border-top-right-radius: 26px; /* EXTRA ROUND */
    border-bottom-right-radius: 26px;
    text-decoration: none;
    /* text-align: center; */
    color: inherit;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    border: 1px solid rgba(40,167,69,0.12);
    width: 100%;
}
.product-icon-choose {
    width: 96px;
    height: 96px;
    background: rgba(40,167,69,0.12);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    transition: 0.4s ease;
}
.product-icon-choose i {
    font-size: 56px;
    color: #28a745;
}
.product-icon-choose-text{
    max-width: 70%;
    padding: 1rem;
}
.product-icon-choose-text .text-muted-custom{
    font-size: 15px; 
    color: #7c8e9b;
    line-height: 15px;
    margin-bottom: 12px;
    font-weight: 400;

}
.product-icon-choose-text h4{
    /* color: #7c8e9b; */
    font-size: 20px;
}
.items-wrapper-vertical-align{

}
.call-to-action-btn:hover{
    background-color: #0F9347; /* Keep it green */
    color: #fff; /* Keep text white */
    box-shadow: 0 0 14px 2px #0F9347; /* Green glow */
    transform: translateY(-2px); /* Optional: lift effect */
}
.our-header-muted{
    opacity: 0.8;
    color: #000;
}
.curved-section{
    height: 100%;
    width: 60%;
z-index: -100;
    background-color: #0F9347;
    position: absolute;
    border-radius: 0 50px 50px 0;
}
.vision-content{
    padding: 45px 35px;
    border-radius: 26px; /* EXTRA ROUND */
    background-color: #fff;
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
        box-shadow: 11px 14px 45px 0 rgba(34, 36, 38, .18);
    
}
.vision-section{
    position: relative;
    min-height: 400px;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.vision-text{
    text-align: justify;
}
.vision-content i{
    font-size: 56px;
    color: #0F9347;
}
.feedback-wrapper{
    background-color: #D8F3E4;
    padding: 40px;
    height: 100%;
}
.stars i{
    color: #0F9347;
    font-size: 16px;
}
.feedback-wrapper .textt{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 32px;
}
.customer-name{
    font-size: 16px;
    font-weight: 700;
    color: #0F9347;
}
.address-block i{
    font-size: 32px;
}
.address-block .icon-box{
    padding: 15px 20px;
    height: 56px;
    width: 56px;
}
.address-block{
    margin-left: 30px;
}
.contacts{
    padding-top: 70px;
    padding-bottom: 70px;
}
/* SMS Use Cases Cards */
.use-case-card {
    background: #fff;
    border-radius: 26px; /* extra round corners like product-card */
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    border: 1px solid rgba(40,167,69,0.12);
}

.use-case-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 45px rgba(40, 167, 69, 0.25);
    border-color: #28a745;
}

.use-case-card .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #28a745;
}

.use-case-card .card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}



/* pricing */



.table-success {
    background-color: #28a745 !important;
    color: #fff;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #28a745 !important;
}

.table td, .table th {
    vertical-align: middle;
}


/* ussd product section */
/* Wrapper Section */
.ussd-overview-section {
    text-align: center;
    margin: 60px 0;
}

/* Title */
.ussd-title {
    margin-bottom: 10px;
}

.ussd-title span {
    color: #28a745;
}

/* Subtitle */
.ussd-subtitle {
    max-width: 700px;
    margin: 0 auto 40px auto;
    color: #666;
    font-size: 16px;
}

/* Card Wrapper */
.ussd-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Individual Cards */
.ussd-card {
    width: 320px;
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Hover effect */
.ussd-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    border-color: #28a74530;
}

/* Icon */
.ussd-icon {
    font-size: 45px;
    color: #28a745;
    background: #e8f8ee;
    padding: 18px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Text */
.ussd-card-title {
    margin-bottom: 10px;
    color: #28a745;
}

.ussd-card-text {
    color: #444;
    font-size: 15px;
    margin-bottom: 18px;
}

/* Learn More */
.ussd-learn-more {
    color: #28a745;
    text-decoration: none;
    transition: 0.3s;
}

.ussd-learn-more:hover {
    text-decoration: underline;
}
.pricing-table-wrapper{
    border-radius: 15px;
    box-shadow: 0 0 24px 0 rgba(124,142,155,.2);
}
.pricing-table{
    /* border: none; */
    margin: 0;
    
}
.pricing-table td{
    border-right: 1px solid rgba(34,36,38,.1);
    font-size: 13px;
}
.pricing-table th{
    /* opacity: 0.8; */
    font-weight: 700;
    font-size: 13px;
}
.pricing-table td:last-child{
    border-right: 0px solid rgba(34,36,38,.1);
}
.pricing-table tr:last-child td{
    border-bottom: 0px solid rgba(34,36,38,.1);
}
.pricing-tab{
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 0 15px 0 rgba(124,142,155,.2);
}
.pricing-tab .nav-link{
    color: #666;
}
.pricing-tabs .nav-link {
    font-weight: 600;
    margin: 0 5px;
    border-radius: 13px;
    transition: all 0.3s ease;
}


.pricing-tabs .nav-link.active {
    background-color: #f9fafb!important;
}
.footer a, .social-strip a{
    color: unset;
    text-decoration: unset;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .use-case-card {
        padding: 25px 15px;
    }
    .hide-on-small-screen{
        display: none!important;
    }
    .products-section .section-title{
        margin-bottom: 15px;
        text-align: center;
    }
    .empowering-comms .center-content{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-expand-lg{
        background-color: #46A767!important;
    }
    .vision-content{
        max-width: 90vw;
    }
    .navbar {
        box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.2);
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .flex-custom {
        padding-top: 190px;
    }
    .product-icon-choose-text .text-muted-custom{
        font-size: 12px!important;
    }
    .product-icon-choose-text {
        padding: 0.5rem 1rem!important ;
    }
    .mission-img {
        width: 100%;
        height: auto;
    }
}

