.elementor-6251 .elementor-element.elementor-element-6352cb8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6251 .elementor-element.elementor-element-f21dc4e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-6251{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-6251 .elementor-element.elementor-element-6352cb8{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-f21dc4e *//* Reset and Base Styles */

p{
    color: #000000 !important;
}

.page-content .e-con .e-con-inner{
    margin: 0 !important;
    color: #000000 !important;
    }

@media (min-width: 768px) {
    .elementor-6251 .elementor-element.elementor-element-6352cb8 {
        --content-width: none;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Calibri', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000000 !important;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: Merriweather !important;
}

.section-title {
    font-size: 2rem;
    color: #1f2937;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 3rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 0.5rem;
}

.btn-primary {
    background-color: #1a3657;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background-color: #295587;
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-secondary:hover {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-full {
    width: 100%;
}

.btn-icon {
    transition: transform 0.3s ease;
}

.btn:hover .btn-icon {
    transform: translateX(4px);
}

/* Hero Section */
.hero-section {
    position: relative;
    background: url(https://businessintegrityservices.com/wp-content/uploads/2025/07/Web-Software-Development3-scaled.png);
    background-position: center;
    background-size: cover;     
    color: #000000;
    padding: 3rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}


.hero-content {
    position: relative;
    max-width: 1200px;
    margin: 0px 90px !important;
    padding: 0 1rem;
    padding-top: 5rem;
}

.hero-text {
    max-width: 64rem;
}

.hero-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    margin-top: 4rem;
}

.text-accent {
    color: #000000;
}

.hero-subtitle {
    font-size: 3rem;
    color: #00000';
    margin-bottom: 2rem;
    max-width: 48rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.2rem;
    }
    .hero-content {
        padding: 0 2rem;
    }
}

/* Challenge Section */
.challenge-section {
    padding: 4rem 0 5rem;
    background-color: #f9fafb;
}

.section-header {
    margin-bottom: 3rem;
}

.challenge-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .challenge-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.challenge-card {
    background: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid;
    transition: all 0.3s ease;
}

.challenge-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.challenge-red {
    border-color: #fecaca;
}

.challenge-orange {
    border-color: #fed7aa;
}

.challenge-yellow {
    border-color: #fef3c7;
}

.challenge-icon {
    width: 10rem;
    height: 10rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}

.challenge-icon.red {
    background-color: #fef2f2;
    color: #dc2626;
}

.challenge-icon.orange {
    background-color: #fff7ed;
    color: #ea580c;
}

.challenge-icon.yellow {
    background-color: #fffbeb;
    color: #d97706;
}

.challenge-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.challenge-card p {
    color: #6b7280;
    text-align: center;
}

/* Solution Section */
.solution-section {
    padding: 4rem 0 5rem;
}

.solution-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.solution-card {
    padding: 2rem;
    border-radius: 0.75rem;
    border: 1px solid;
}

.solution-card.blue {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #dbeafe;
}

.solution-card.green {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: #dcfce7;
}

.solution-card.purple {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border-color: #f3e8ff;
}

.solution-card.orange {
    background: linear-gradient(135deg, #fffbeb 0%, #fed7aa 100%);
    border-color: #fed7aa;
}

.solution-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.solution-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: white;
}

.solution-icon.blue {
    background-color: #1e40af;
}

.solution-icon.green {
    background-color: #047857;
}

.solution-icon.purple {
    background-color: #7c3aed;
}

.solution-icon.orange {
    background-color: #FF9B29;
    padding: 10px;
}

.solution-card h3 {
    font-size: 1.5rem;
    color: #1f2937;
}

.solution-card p {
    color: #374151;
    margin-bottom: 1rem;
}

.benefit {
    font-weight: 600;
    margin-bottom: 0.75rem !important;
}

.solution-card.blue .benefit {
    color: #000000;
}

.solution-card.green .benefit {
    color: #000000;
}

.solution-card.purple .benefit {
    color: #000000;
}

.solution-card.orange .benefit {
    color: #000000;
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 4px solid #3b82f6;
}

.testimonial p {
    font-style: italic;
    color: #374151;
    font-size: 0.875rem;
    margin: 0;
}

/* Why BIS Section */
.why-bis-section {
    padding: 4rem 0 5rem;
    color: #000000;
}

.why-bis-section .section-title {
    color: #000000;
}

.why-bis-section .section-subtitle {
    color: #000000;
}

.why-bis-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .why-bis-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .why-bis-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.why-bis-card {
    text-align: center;
}

.why-bis-icon {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.why-bis-card:hover .why-bis-icon {
    transform: scale(1.1);
}

.why-bis-icon.blue {
    background-color: #ffffff;
}

.why-bis-icon.green {
    background-color: #ffffff;
}

.why-bis-icon.purple {
    background-color: #ffffff;
}

.why-bis-icon.orange {
    background-color: #ffffff;
}

.why-bis-card h3 {
    font-size: 1.25rem;
    color: #000000;
    margin-bottom: 0.75rem;
}

.why-bis-card p {
    color: ##000000;
}

/* Process Section */
.process-section {
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.process-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
}

@media (min-width: 768px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .process-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process-step {
    text-align: center;
    position: relative;
}

.process-icon {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
}

.process-icon.white {
    background-color: #ffffff;
}


.process-step h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.process-step p {
    color: #6b7280;
}

/* Proof Section */
.proof-section {
    padding: 4rem 0 5rem;
}

.proof-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .proof-grid {
        grid-template-columns:  1fr;
    }
}

.case-study {
    background: linear-gradient(135deg, #FFE0B5 0%, #FACE91 100%);
    color: #000000;
    padding: 2rem;
    text-align: center;
    border-radius: 0.75rem;
}

.case-study-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.case-study-header svg {
    margin-right: 0.75rem;
}

.case-study h3 {
    font-size: 1.5rem;
    color: #000000;
}

.case-study p {
    color: #000000;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
}

.stat-label {
    font-size: 0.875rem;
    color: #000000;
}

.testimonials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 1.5rem;
    margin: 50px 0;
    
}

.testimonial-card {
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
}

.stars {
    color: #fbbf24;
    margin-bottom: 0.75rem;
}

.testimonial-card blockquote {
    color: #374151;
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-card footer {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Contact Section */
.contact-section {
    padding: 4rem 0 5rem;
    background: linear-gradient(135deg, #006969 0%, #008080 50%, #006161 100%);
    color: white;
}

.contact-section .section-title {
    color: white;
}

.contact-section .section-subtitle {
    color: #A6E0E0 !important;
}

.form-container {
    max-width: 64rem;
    margin: 0 auto;
}

.contact-form {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.form-row {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .form-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: white;
}

.form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, ) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #000000;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.form-group input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
}

/* Footer */
.footer {
    background-color: #1f2937;
    color: white;
    padding: 3rem 0;
}

.footer-content {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-brand svg {
    color: #3b82f6;
}

.footer-brand span {
    font-size: 1.25rem;
    font-weight: 700;
}

.footer p {
    color: #9ca3af;
    text-align: center;
}

@media (min-width: 768px) {
    .footer p {
        text-align: right;
    }
}

.footer a {
    color: #60a5fa;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #93c5fd;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .hero-section {
        padding: 3rem 0 5rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-subtitle {
        font-size: 1.125rem;
    }
    
    .challenge-section,
    .solution-section,
    .why-bis-section,
    .process-section,
    .proof-section,
    .contact-section {
        padding: 3rem 0 4rem;
    }
}

.form-btn:focus {
    background-color: #ffffff !important;
    color: #000000;
    text-decoration: none;
}

.form-btn{
    background-color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: #000000 !important;
    font-weight: 600 !important;
    
}

.form-btn:hover{
    background-color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: #000000 !important;
}

.testi{
    padding: 6rem 4rem 0 4rem;
}/* End custom CSS */