@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}


* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Anton", sans-serif;
}

/********** Global Styles **********/
:root {
    --primary-yellow: #FFCE44;
    --black-color: #000000;
    --white-color: #ffffff;
}




.btn-yellow {
    background-color: var(--primary-yellow);
    padding: 10px 20px;
    color: var(--black-color);
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    border: none;
    max-width: fit-content;

}

.btn-yellow:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    transform: scale(1.1);
}

.btn-black {
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    max-width: fit-content;
}


.btn-black:hover {
    background-color: var(--primary-yellow);
    color: var(--black-color);
    transform: scale(1.1);
}

.site-header {
    background-color: #f8f9fa;
}

.site-header .contact-badge {
    width: 300px;
}

.site-header a.text-secondary {
    color: #4a4a4a !important;
    font-size: 0.95rem;
    background-color: #e9ecef !important;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.site-header a.text-secondary:hover {
    background-color: #dee2e6 !important;
    color: #212529 !important;
}

.site-header .fa-phone,
.site-header .fa-envelope {
    background-color: #70be44 !important;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.border-success {
    border-color: #70be44 !important;
}

.site-header .navbar {
    background-color: #f8f9fa !important;
}

.site-header .nav-link {
    color: #6c757d;
    font-size: 0.925rem;
    font-weight: 500;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    transition: color 0.2s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
    color: #212529;
}

/* Dropdown Arrow Caret Customization */
.site-header .dropdown-toggle::after {
    margin-left: 0.35em;
    vertical-align: 0.15em;
    border-top-color: #6c757d;
}

.site-header .dropdown-toggle:hover::after {
    border-top-color: #212529;
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .site-header .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }
}


/* Banner Section */
.banner-section {
    background: url('../images/banner-bg.png') no-repeat center center / cover;
    min-height: 475px;
}

.banner-card-title {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--black-color);
    letter-spacing: -0.2px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

/* Responsive adjustment for mobile screens */
@media (max-width: 576px) {
    .banner-card-title {
        font-size: 1.35rem;
    }
}

.border-green {
    border: 2px solid #74B65F !important;
}

.border-blue {
    border: 2px solid #3DB5F0 !important;
}




/* Counter Section */
.counter {
    background-color: #ffffff;
    padding: 60px 0;
}

.counter .counter-title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #666E68;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
}

.counter .counter-number {
    font-size: 2rem;
    font-weight: 700;
    color: #74B65F;
    line-height: 1.1;
    margin-bottom: 8px;
}

.counter .counter-label {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 0;
}

.counter .border-end-md {
    border-right: 1px solid #e0e0e0;
}

@media (max-width: 767.98px) {
    .counter .border-end-md {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .counter .border-end-md:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* Who We Help Succeed */


.empowering {
    background-color: #F7F7F7;
    padding: 80px 0;
}

.empowering .subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #666E68;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.empowering .main-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 50px;
}

.empowering .card-box {
    background-color: #ffffff;
    padding: 40px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.empowering .card-yellow {
    border: 3px solid #FFEF3F;
}

.empowering .card-red {
    border: 3px solid #F82E28;
}

.empowering .card-title {
    font-size: 1.75rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 4px;
}

.empowering .card-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 24px;
}

.empowering .card-text {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
}

.empowering .feature-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.empowering .feature-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #666666;
}

.empowering .feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666666;
}


/* Teamwork Power */

.teamwork-power {
    position: relative;
    min-height: 420px;
    background: url('../images/teamwork-power.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.teamwork-power .hero-title {
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.3;
    max-width: 520px;
    margin-bottom: 28px;
    font-family: "Roboto", sans-serif;
}

.teamwork-power .hero-title strong {
    font-weight: 700;
}

@media (max-width: 767.98px) {

    .teamwork-power {
        padding: 60px 0;
    }

    .teamwork-power .hero-title {
        font-size: 1.8rem;
    }
}


/* How It Works */

.howit-works {
    background-color: #ffffff;
    padding: 80px 0;
}

.howit-works .subtitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #666E68;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.howit-works .main-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 60px;
}

.howit-works .steps-row {
    position: relative;
}

.howit-works .steps-row::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #e2e8f0;
    z-index: 0;
}

.howit-works .step-item {
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.howit-works .icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.howit-works .icon-wrapper i {
    font-size: 1.5rem;
    color: #00a8ff;
}

.howit-works .step-tag {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #666E68;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.howit-works .step-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1C221D;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.howit-works .step-description {
    font-size: 1rem;
    color: #666E68;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Mobile view responsive fixes for connecting line */
@media (max-width: 991.98px) {
    .howit-works .steps-row::before {
        display: none;
    }

    .howit-works .step-item {
        margin-bottom: 40px;
    }

    .howit-works .step-item:last-child {
        margin-bottom: 0;
    }
}

.discsimple-video .video-wrapper {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.discsimple-video iframe {
    border: 0;
}


/* Why DISCsimple */

.why-discsimple {
    background-color: #F7F7F7;
    padding: 80px 0;
}

.why-discsimple .subtitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: #666E68;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.why-discsimple .main-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.15;
    margin-bottom: 0;
}

.why-discsimple .btn-yellow {
    background-color: #FFCE44;
    color: #000000;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    padding: 10px 28px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.why-discsimple .btn-yellow:hover {
    background-color: #fcc419;
    color: #000000;
}

.why-discsimple .feature-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.why-discsimple .icon-circle {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background-color: #74B65F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.35rem;
}

.why-discsimple .feature-title {
    font-size: 1.1rem;
    color: #1C221D;
    margin-bottom: 6px;
    font-family: "Roboto", sans-serif;
}

.why-discsimple .feature-description {
    font-size: 1rem;
    color: #666E68;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .why-discsimple .main-heading {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .why-discsimple .btn-wrapper {
        text-align: left !important;
        margin-bottom: 30px;
    }
}

/* Simple without Being Simplistic */

.simple-without {
    background-color: #ffffff;
    padding: 60px 0;
}

.simple-without .quote-title {
    color: #3DB5F0;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.simple-without .poster-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    object-fit: cover;
    max-height: 570px;
}

.simple-without .contact-card {
    border: 1px solid #3DB5F0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.simple-without .contact-card-header {
    background-color: #3DB5F0;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 1.5rem;
    font-weight: 500;
}

.simple-without .contact-card-body {
    padding: 20px;
    background-color: #ffffff;
}

.simple-without .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
    color: #555555;
    font-size: 0.95rem;
    text-decoration: none;
}

.simple-without .contact-item:last-child {
    margin-bottom: 0;
}

.simple-without .contact-item:hover {
    color: #38b6ff;
}

.simple-without .icon-circle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background-color: #38b6ff;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Video Section Styling */
.simple-without .video-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.simple-without .video-container {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Testimonials */
.testimonials {
    background-color: #74B65F;
    padding: 80px 0;
}

.testimonials .subtitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.testimonials .main-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 50px;
}

.testimonials .testimonial-card {
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 32px 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonials .card-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
}

.testimonials .rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.testimonials .stars {
    color: #ffc107;
    font-size: 1rem;
    display: flex;
    gap: 3px;
}

.testimonials .review-date {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1C221D;
}

.testimonials .review-text {
    font-size: 1rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 24px;
}

.testimonials .show-more {
    color: #6ab04c;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.testimonials .show-more:hover {
    text-decoration: underline;
}

.testimonials .card-footer-author {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonials .author-avatar {
    width: 32px;
    height: 32px;
    background-color: #bce3fb;
    color: #0088cc;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.testimonials .author-name {
    font-size: 1rem;
    font-weight: 500;
    color: #1C221D;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
    .testimonials .main-heading {
        font-size: 2rem;
    }
}

/* FAQ */


.faq {
    background-color: #ffffff;
    padding: 80px 0;
}

.faq .subtitle {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #666E68;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.faq .main-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.15;
    margin-bottom: 24px;
}

.faq .unsure-text {
    font-size: 1rem;
    color: #6c757d;
}

.faq .unsure-text a {
    color: #6ab04c;
    font-weight: 500;
    text-decoration: underline;
}

.faq .unsure-text a:hover {
    color: #58963f;
}

.faq .accordion-wrapper {
    border: 1px solid #eef2f5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
}

.faq .accordion-item {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0 !important;
}

.faq .accordion-item:last-child {
    border-bottom: none;
}

.faq .accordion-button {
    font-size: 1.05rem;
    font-weight: 500;
    color: #1C221D;
    background-color: #ffffff;
    padding: 22px 28px;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

.faq .accordion-button:not(.collapsed) {
    color: #1C221D;
    background-color: #ffffff;
}

.faq .accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    background-image: none;
    width: 28px;
    height: 28px;
    background-color: #eaf6e8;
    color: #6ab04c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
}

.faq .accordion-button:not(.collapsed)::after {
    content: "\f00d";
    background-color: #d8f3d3;
    color: #6ab04c;
    transform: none;
}

.faq .accordion-body {
    font-size: 0.95rem;
    color: #6c757d;
    padding: 0 28px 24px 28px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .faq .main-heading {
        font-size: 2rem;
    }

    .faq .accordion-button {
        padding: 18px 20px;
        font-size: 0.95rem;
    }

    .faq .accordion-body {
        padding: 0 20px 20px 20px;
    }
}

/*  Authorized Partner */

.authorized-partner {
    background-color: #ffffff;
    padding-bottom: 30px;
    position: relative;
}

.authorized-partner .color-strip {
    display: flex;
    height: 6px;
    width: 100%;
    margin-bottom: 30px;
}

.authorized-partner .color-strip .segment {
    flex: 1;
    height: 100%;
}

.authorized-partner .color-strip .green {
    background-color: #6ab04c;
}

.authorized-partner .color-strip .red {
    background-color: #ff3b30;
}

.authorized-partner .color-strip .blue {
    background-color: #38b6ff;
}

.authorized-partner .color-strip .yellow {
    background-color: #ffd43b;
}

.authorized-partner .partner-badge {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}




/* Footer */
.site-footer {
    background-color: #222222;
    color: #ffffff;
    font-size: 1rem;
}

/* Logo & Column 1 */
.site-footer .footer-logo img {
    max-width: 220px;
    height: auto;
}

.site-footer .company-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
}

.site-footer .company-address {
    font-style: normal;
    line-height: 1.5;
    color: #dddddd;
    margin-bottom: 16px;
}

.site-footer .company-contact a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer .company-contact a:hover {
    text-decoration: underline;
}

.site-footer .footer-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
}

.site-footer .social-icons {
    display: flex;
    gap: 8px;
}

.site-footer .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
}

.site-footer .bg-linkedin {
    background-color: #0077b5;
}

.site-footer .bg-facebook {
    background-color: #1877f2;
}

.site-footer .social-text {
    color: #dddddd;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 260px;
}

.site-footer .policy-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .policy-links li {
    margin-bottom: 12px;
}

.site-footer .policy-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
}

.site-footer .policy-links a:hover {
    text-decoration: underline;
}

.site-footer .footer-contact-form .form-control {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 0.9rem;
    color: #333333;
    padding: 8px 12px;
}

.site-footer .footer-contact-form .form-control::placeholder {
    color: #777777;
}

.site-footer .captcha-placeholder {
    height: 60px;
    background-color: #eeeeee;
}

.site-footer .btn-submit-grey {
    height: 35px;
    background-color: #666666;
    border: none;
    border-radius: 0;
}

.site-footer .btn-submit-grey:hover {
    background-color: #555555;
}