@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    background-color: #f1f1f1;
}
.navbar .nav-link {
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
    color: #ffffff !important;
}
.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
    font-weight: bolder;
    color: #fcea24 !important;
}
.navbar .dropdown-menu .dropdown-item {
    width: 200px;
    font-family: Roboto, sans-serif;
    color: #000000;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #284769;
    font-weight: bold;
    color: #fcea24;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28 255, 255, 255, 1 %29)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-btn-secondary {
    background-color: #fcea24 !important;
    color: #284769 !important;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    transition: all 0.3s ease;
}

.custom-btn-secondary:hover {
    background-color: #ffe640 !important;
    transform: scale(1.05);
    color: #284769 !important;
}

.custom-btn-primary {
    background-color: #284769 !important;
    color: #ffe640 !important;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    transition: all 0.3s ease;
}

.custom-btn-primary:hover {
    background-color: #365f91 !important;
    transform: scale(1.05);
    color: #ffe640 !important;
}

.background-image {
    background: rgba(33, 42, 48, 0.7) url(images/consultant.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
    height: 600px;

}

.yellow-block {
    background-color: #fcc324;
    position: relative;
    min-width: 20%;
}

.yellow-block::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffc107;
}


.icon-wrapper {
    color: white;
    transition: color 0.3s;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: border-color 0.3s;
}

.icon-circle i {
    font-size: 24px;
    transition: color 0.3s;
}

.icon-label {
    font-weight: 600;
    transition: color 0.3s;
}

.icon-link:hover .icon-wrapper,
.icon-link:hover .icon-circle i,
.icon-link:hover .icon-label {
    color: yellow;
}

.icon-link:hover .icon-circle {

    background-color: #000000;
}


/* general footer link styles */
footer a {
    color: #007bff;

    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #0056b3;

    text-decoration: none;
}

/* button hover and focus */
footer .btn {
    border-radius: 0.375rem;
}

footer .btn-success:hover,
footer .btn-success:focus {
    background-color: #28a745;
    /* WhatsApp green hover darker */
}

footer .btn-primary:hover,
footer .btn-primary:focus {
    background-color: #004085;

}

footer .btn-outline-primary:hover,
footer .btn-outline-primary:focus {
    background-color: #007bff;
    color: white;
}

/* input focus */
footer input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
}

/* footer icon styles */
footer .bi {
    font-size: 1.2rem;
    color: #ffffff;
}

footer .bi:hover {
    color: yellow;
}

/* subscribe checkbox */
footer .form-check-input:checked {
    background-color: #000000;
    border-color: yellow;
}

/* make bottom links subtle but visible */
footer .small a {
    color: #ffffff;
}

footer .small a:hover {
    color: #fcc324;
    text-decoration: underline;
}

/* consistent footer paddings for columns */
footer .col-md-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* override bootstrap default link colors for clarity */
footer ul li a {
    color: #fdfdfd;
}

footer ul li a:hover {
    color: yellow;
    text-decoration: none;
}

footer a {
    color: #fdfdfd;

}

footer a:hover {
    color: yellow;
    text-decoration: none;
}

footer p {
    color: #fdfdfd;
}






/*   other css by julius */
.login-container {
    max-width: 500px;
    background: #F8F9FD;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
    border-radius: 40px;
    padding: 20px 20px;
    border: 5px solid rgb(255, 255, 255);
    /*#284769*/
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
    margin: 20px;
}

.heading {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    color: #284769;
}

.form {
    margin-top: 20px;
}

.form .input {
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 15px;
    box-shadow: #cff0ff 0px 10px 10px -5px;
    border-inline: 2px solid transparent;
}

.form .input::-moz-placeholder {
    color: rgb(170, 170, 170);
}

.form .input::placeholder {
    color: rgb(170, 170, 170);
}

.form .input:focus {
    outline: none;
    border-inline: 2px solid #284769;
}

.form .forgot-password {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

.form .forgot-password a {
    font-size: 14px;
    color: #284769;
    text-decoration: none;
}

.form .login-button {
    display: block;
    width: 100%;
    font-weight: bold;
    background: #284769;
    color: white;
    padding-block: 15px;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
    border: none;
    transition: all 0.2s ease-in-out;
}

.form .login-button:hover {
    transform: scale(1.03);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

.form .login-button:active {
    transform: scale(0.95);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}

.agreement {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.agreement a {
    text-decoration: none;
    color: #284769;
    font-size: 14px;
}

.input { padding: 8px; width: 200px; }
.feedback { font-size: 0.9em; color: red; margin-bottom: 8px; }
.valid { color: green; }




/*TESTIMONY STYLE SHEET*/

:root {
    --testimonials-bg: #3e607a; /* Adjust to taste */
    --testimonials-text: #ffffff;
    --testimonials-accent: #ffc107; /* hover accent */
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1e1e1e;
}

/* Section wrapper */
.testimonials-wrapper {
    background-color: var(--testimonials-bg);
    color: var(--testimonials-text);
    position: relative;
    overflow: hidden;
}

.testimonials-intro {
    margin: 0 auto 2.5rem auto;
    text-align: center;
}
.testimonials-intro h2 {
    font-weight: 700;
    margin-bottom: .75rem;
}
.testimonials-intro p {
    margin-bottom: 0;
    color: #5c636a; /* muted dark text above blue band */
}

/* The blue band row containing the cards */
.testimonials-band {
    background-color: var(--testimonials-bg);
    border-radius: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.testimonial-col {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem 4.5rem;
}

/* Vertical divider (desktop) */
@media (min-width: 768px) {
    .testimonial-col.with-divider {
        border-right: 2px solid rgba(255,255,255,.5);
    }
}

/* Horizontal spacing when stacked */
@media (max-width: 767.98px) {
    .testimonial-col {
        border-bottom: 1px solid rgba(255,255,255,.25);
        margin-bottom: 1.5rem;
    }
    .testimonial-col:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}

.testimonial-photo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 6px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 1.25rem;
    background-color: #ffffff; /* fallback */
}

.testimonial-name {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .75rem;
}

.testimonial-text {
    max-width: 320px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}

.testimonial-arrow {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    font-size: 1.75rem;
    color: white;
    transition: color .15s ease-in-out, transform .15s ease-in-out;
    text-decoration: none;
}



/*ADVERTS*/
.highlight-text {
    font-weight: bold;
}
.custom-link {
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}
.custom-link:hover {
    text-decoration: underline;
    font-size: 110%;
}



/*NEWS style*/
.ad-logo{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 3px solid #ececec;
    border-radius: 10%;
    margin-bottom: 0.25rem;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px;
}

.ad-link {
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}
.ad-link:hover {
    text-decoration: none;
    font-size: 102%;
}



/*chart with us style*/

.chat-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}

.chat-popup {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 320px;
    display: none;
    z-index: 1001;
    border-radius: 10px;
}

/* Show chat when checkbox is checked */
#chat-toggle:checked ~ .chat-popup {
    display: block;
}





