
.gradient-text {
    background: linear-gradient(90deg, #213343, #101010);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/* === HEADERS (h1, h2, h3) === */
#about-us h1, 
#about-us h2, 
#about-us h3,
#about-us strong,
#about-us label {
	background: linear-gradient(90deg,#213343 20%,  #58A972 60%, #213343 80%,  #95CBA7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* === PARAGRAPHS, LISTS, NORMAL TEXT === */
#about-us p,
#about-us span {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.7;
  font-family: poppins, Arial, sans-serif;
}

/* === KEEP ICONS NORMAL === */
#about-us i {
  color: #2c3e50;
}
/* Gradient headers for hero slides */
.gradient-header {
    background: linear-gradient(90deg, #213343, #58a972);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Gradient spans inside headers (optional highlight) */
.gradient-span {
    background: linear-gradient(90deg, #213343, #95cba7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Gradient paragraphs for hero slides */
.gradient-paragraph {
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Gradient heading for Services Section */
.section-secondary h2,
.section-secondary h4 {
    color: #213343; /* fallback color */
    background: linear-gradient(90deg, #213343, #58a972);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* EPICOR Section Styles */
.epicor-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #c3c5c7 100%);
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.epicor-nav-link {
    color: #2c3e50 !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem !important;
    margin: 0 0.25rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.epicor-nav-link:hover {
    color: #213343 !important;
    background-color: rgba(52, 152, 219, 0.1);
    transform: translateY(-1px);
}

.epicor-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #213343;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.epicor-nav-link:hover::after {
    width: 80%;
}

.epicor-divider hr {
    height: 2px;
    margin: 0;
}

.epicor-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2c3e50;
    line-height: 1.2;
}

.epicor-subtitle {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
    line-height: 1.6;
    max-width: 90%;
}

.btn-epicor {
    background: linear-gradient(135deg, #213343 0%, #58a972 100%);
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-epicor:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    background: linear-gradient(135deg, #58a972 0%, #213343 100%);
}

.btn-epicor::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.btn-epicor:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .epicor-nav {
        margin-bottom: 3rem !important;
    }
    
    .epicor-nav .nav {
        flex-wrap: wrap;
    }
    
    .epicor-nav-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem !important;
        margin: 0.2rem;
    }
    
    .epicor-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .epicor-subtitle {
        font-size: 1rem;
        text-align: center;
        max-width: 100%;
    }
    
    .btn-epicor {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 767.98px) {
    .epicor-title {
        font-size: 1.75rem;
    }
    
    .epicor-nav .nav {
        justify-content: center !important;
    }
    
    .epicor-nav-link {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem !important;
    }
}
/* EPICOR Solutions Section Styles */
.epicor-solutions-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.epicor-solutions-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
 background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.epicor-solutions-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    background: linear-gradient(90deg,#213343 0%,  #58A972 30%, #213343 70%,  #95CBA7 100%);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
    color: transparent;     
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.epicor-solutions-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
 background: linear-gradient(90deg,#213343 0%,  #58A972 30%, #213343 70%,  #95CBA7 100%);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
}
.epicor-solutions-intro {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.2rem;
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.epicor-feature-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.epicor-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #213343, #084167);
    transition: width 0.3s ease;
}

.epicor-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.epicor-feature-card:hover::before {
    width: 6px;
}

.epicor-feature-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #2c3e50;
     background: linear-gradient(90deg,#213343 0%,  #58A972 30%, #213343 70%,  #95CBA7 100%);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
    margin-bottom: 1rem;
}

.epicor-feature-text {
    font-family: "Poppins", Arial, sans-serif;
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
    margin: 0;
}

.epicor-results-banner {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.epicor-results-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,100 L100,0 Z" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: cover;
}

.epicor-results-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.epicor-main-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
     background: linear-gradient(90deg,#213343 0%,  #58A972 30%, #213343 70%,  #95CBA7 100%);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
    line-height: 1.3;
}

.epicor-main-text {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.1rem;
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;      
    -webkit-text-fill-color: transparent;
     background-clip: text;
        line-height: 1.7;
}

.epicor-main-visual {
    position: relative;
}

.epicor-main-visual::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 12px;
    z-index: -1;
    opacity: 0.1;
}

.epicor-main-visual img {
    transition: transform 0.3s ease;
}

.epicor-main-visual:hover img {
    transform: scale(1.02);
}

.epicor-solution-card {
    background: white;
    padding: 2.5rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f8f9fa;
}

.epicor-solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.epicor-icon-wrapper {
    position: relative;
}

.epicor-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.8rem;
    position: relative;
    transition: all 0.3s ease;
}

.epicor-solution-card:hover .epicor-icon-box {
    transform: scale(1.1);
}

.epicor-icon-box::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: inherit;
    opacity: 0.2;
    z-index: -1;
}

.epicor-solution-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: #2c3e50;
     background: linear-gradient(90deg, #0a1015, #2c3e50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.epicor-solution-text {
    font-family: "Poppins", Arial, sans-serif;
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.6;
    margin: 0;
}

/* Spacing Utilities */
.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .epicor-solutions-title {
        font-size: 2.5rem;
    }
    
    .epicor-main-title {
        font-size: 2rem;
    }
    
    .epicor-results-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 767.98px) {
    .epicor-solutions-title {
        font-size: 2rem;
    }
    
    .epicor-main-title {
        font-size: 1.75rem;
    }
    
    .epicor-results-title {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
    
    .epicor-solutions-intro {
        font-size: 1.1rem;
    }
    
    .epicor-feature-card,
    .epicor-solution-card {
        padding: 2rem 1rem;
    }
    
    .mb-6 {
        margin-bottom: 3rem !important;
    }
    
    .mb-7 {
        margin-bottom: 4rem !important;
    }
}

@media (max-width: 575.98px) {
    .epicor-solutions-title {
        font-size: 1.75rem;
    }
    
    .epicor-main-title {
        font-size: 1.5rem;
    }
}
.epicor-placeholder-visual {
    height: 400px;
    background: linear-gradient(135deg, #d5e0e8 0%, #b5c2cb 100%);
}
/* Data That Makes a Difference Section Styles */
.data-difference-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.data-difference-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23213343" stop-opacity="0.02"/><stop offset="100%" stop-color="%2358a972" stop-opacity="0.02"/></linearGradient></defs><path d="M0,0 L1000,1000 L1000,0 Z" fill="url(%23grad)"/></svg>');
    background-size: cover;
    pointer-events: none;
}

.data-difference-main-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
     color: #2c3e50;
     background: linear-gradient(90deg, #0a1015, #2c3e50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.data-difference-main-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    color: #2c3e50;
    background: linear-gradient(90deg, #213343, #58a972);
    border-radius: 2px;
}

/* Tech Pill Navigation */
.tech-pill-navigation {
    margin-top: 3rem;
}

.tech-pill {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #6c757d;
     color: #2c3e50;
     background: linear-gradient(90deg, #0a1015, #2c3e50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    margin: 0.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tech-pill:hover {
    border-color: #213343;
    color: #213343;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
}

.tech-pill.active {
    border-color: #213343;
    color: white;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transform: translateY(-2px);
}

/* Section Divider */
.section-divider hr {
    height: 2px;
    margin: 0 auto;
    width: 80%;
    background: linear-gradient(90deg, transparent, #213343, transparent);
}

/* Tech Content */
.tech-content {
    display: block;
    animation: fadeInUp 0.6s ease;
}

.tech-content.active {
    display: block;
}

.tech-content-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2c3e50;
     background: linear-gradient(90deg, #0a1015, #2c3e50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.tech-content-subtitle {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
}

.tech-features {
    margin-left: -0.5rem;
}

.tech-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.1rem;   
    background: linear-gradient(90deg, #213343, #101010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.6;
}

.tech-feature-item i {
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.btn-tech-explore {
    background: linear-gradient(135deg, #213343 0%, #58a972 100%);
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-tech-explore:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    background: linear-gradient(135deg, #58a972 0%, #213343 100%);
}

.btn-tech-explore::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.btn-tech-explore:hover::before {
    left: 100%;
}

/* Tech Visual */
.tech-visual-wrapper {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-visual-main {
    position: relative;
    width: 300px;
    height: 300px;
}

.tech-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #213343, #58a972);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
    transition: all 0.5s ease;
    z-index: 2;
}

.tech-circle::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: inherit;
    opacity: 0.2;
    z-index: -1;
    animation: pulse 2s infinite;
}

.circle-content {
    text-align: center;
    color: white;
}

.tech-orbits {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.orbit {
    position: absolute;
    border: 2px dashed rgba(52, 152, 219, 0.3);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.orbit-1 {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    animation-duration: 25s;
}

.orbit-2 {
    top: -70px;
    left: -70px;
    right: -70px;
    bottom: -70px;
    animation-duration: 30s;
    animation-direction: reverse;
}

.orbit-3 {
    top: -90px;
    left: -90px;
    right: -90px;
    bottom: -90px;
    animation-duration: 35s;
}

.orbit-item {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background: white;
    padding: 8px 12px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
}

.orbit-1 .orbit-item {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
}

.orbit-2 .orbit-item {
    background: linear-gradient(135deg, #27ae60, #229954);
    color: white;
}

.orbit-3 .orbit-item {
    background: linear-gradient(135deg, #8e44ad, #732d91);
    color: white;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.3;
    }
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .data-difference-main-title {
        font-size: 2.8rem;
    }
    
    .tech-content-title {
        font-size: 2rem;
    }
    
    .tech-pill-navigation .row {
        flex-wrap: wrap;
    }
    
    .tech-visual-wrapper {
        height: 350px;
        margin-top: 3rem;
    }
    
    .tech-visual-main {
        width: 250px;
        height: 250px;
    }
    
    .tech-circle {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 767.98px) {
    .data-difference-main-title {
        font-size: 2.2rem;
    }
    
    .tech-content-title {
        font-size: 1.75rem;
    }
    
    .tech-content-subtitle {
        font-size: 1.1rem;
    }
    
    .tech-pill {
        padding: 10px 18px;
        font-size: 0.8rem;
        margin: 0.15rem;
    }
    
    .tech-visual-wrapper {
        height: 300px;
    }
    
    .tech-visual-main {
        width: 220px;
        height: 220px;
    }
    
    .tech-circle {
        width: 140px;
        height: 140px;
    }
    
    .orbit-item {
        font-size: 0.7rem;
        padding: 6px 10px;
    }
}

@media (max-width: 575.98px) {
    .data-difference-main-title {
        font-size: 1.8rem;
    }
    
    .tech-content-title {
        font-size: 1.5rem;
    }
    
    .tech-pill {
        padding: 8px 14px;
        font-size: 0.75rem;
    }
}

/* EPICOR Footer Styles */
.epicor-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    position: relative;
    overflow: hidden;
}

.epicor-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><defs><linearGradient id="footerGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23213343" stop-opacity="0.05"/><stop offset="100%" stop-color="%2358a972" stop-opacity="0.05"/></linearGradient></defs><path d="M0,800 Q500,700 1000,800 L1000,1000 L0,1000 Z" fill="url(%23footerGrad)"/></svg>');
    background-size: cover;
    pointer-events: none;
}

.footer-main {
    position: relative;
    z-index: 1;
}

.footer-column-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #213343;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #213343, #58a972);
    border-radius: 2px;
}

.footer-subtitle {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #213343;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.footer-subtitle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #213343;
    border-radius: 1px;
}

.footer-links {
    color: #fff !important;
    margin-top: 1rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
    position: relative;
}

.footer-link {
    color: #bdc3c7 !important;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    display: inline-block;
}

.footer-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #f8f8f8;
    transition: width 0.3s ease;
}

.footer-link:hover {
    color: #f8fafc !important;
    transform: translateX(5px);
}

.footer-link:hover::before {
    width: 100%;
}

.footer-text {
   color: #bdc3c7 !important;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    display: inline-block;
}

.footer-text i {
    color: #2c3e50;
    width: 16px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    font-size: x-large;
    flex-wrap: wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid rgba(52, 152, 219, 0.3);
    border-radius: 8px;
    color: #2c3e50 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.2), transparent);
    transition: left 0.5s;
}

.social-icon:hover {
    background: #213343;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.social-icon:hover::before {
    left: 100%;
}

/* Newsletter Form */
.newsletter-form .input-group {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(52, 152, 219, 0.3);
    border-right: none;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    padding: 12px 15px;
}

.newsletter-input::placeholder {
    color: #fff;
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #213343;
    color: #fff;
    box-shadow: none;
}

.newsletter-btn {
    background: linear-gradient(135deg, #213343, #58a972);
    border: 1px solid #213343;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #58a972, #213343);
    transform: none;
}

/* Footer Divider */
.footer-divider hr {
    height: 1px;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.5), transparent);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-copyright {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}

.footer-bottom-links {
    display: inline-flex;
    align-items: center;
}

.footer-bottom-link {
    color: #bdc3c7 !important;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #213343 !important;
}

.footer-separator {
    color: #7f8c8d;
    font-size: 0.8rem;
}

/* Spacing Utilities */
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .footer-column-title {
        font-size: 2rem;
    }
    
    .footer-main {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 767.98px) {
    .footer-column-title {
        font-size: 1.75rem;
        text-align: center;
    }
    
    .footer-column-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-subtitle {
        text-align: center;
    }
    
    .footer-subtitle::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-contact {
        color: #bdc3c7 !important;
        text-align: center;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .footer-column-title {
        font-size: 1.5rem;
    }
    
    .footer-link {
        font-size: 0.85rem;
    }
    
    .footer-text {
        font-size: 0.85rem;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .newsletter-input {
        font-size: 0.85rem;
        padding: 10px 12px;
    }
    
    .newsletter-btn {
        padding: 10px 15px;
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #213343, #58a972);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.hero-carousel {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Background video behind all slides */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* Slides */
.hero-slide {
    position: relative;
    z-index: 3;
    min-height: 85vh;
    padding: 100px 8%;
    gap: 40px;
}

.hero-content {
    z-index: 3;
}

.hero-content h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.hero-content .highlight {
    color: #2c3e50;
}

.hero-btn {
    background: #2c3e50;
    color: #fff;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #ff242d;
}

/* Slide video on one side */
.slide-video {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 80%;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-slide {
        flex-direction: column;
        text-align: center;
        padding: 80px 5%;
    }

    .hero-content, .hero-media {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }
}
/* Carousel Indicators - Dot Style */
.carousel-indicators {
  position: absolute;
  bottom: 20px;          /* move dots up/down */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;             /* space between dots */
  z-index: 15;
}

.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;    /* make them round */
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #fff;
  transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target].active {
  background-color: #fff;      /* active dot color */
  transform: scale(1.2);       /* slightly larger when active */
}

.carousel-indicators [data-bs-target]:hover {
  background-color: #ffd700;   /* gold/yellow hover effect (optional) */
}

/* Saphran Sections General Styles */
.saphran-section,
.saphran-industry-section,
.saphran-platform-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

/* Video Overlay Variations */
.saphran-overlay-1 {
    background: linear-gradient(
        135deg,
        rgba(26, 82, 118, 0.85) 0%,
        rgba(41, 128, 185, 0.8) 50%,
        rgba(52, 152, 219, 0.7) 100%
    );
}

.saphran-overlay-2 {
    background: linear-gradient(
        135deg,
        rgba(39, 174, 96, 0.85) 0%,
        rgba(46, 204, 113, 0.8) 50%,
        rgba(52, 152, 219, 0.7) 100%
    );
}

.saphran-overlay-3 {
    background: linear-gradient(
        135deg,
        rgba(42, 135, 52, 0.85) 0%,
        rgba(26, 172, 73, 0.8) 50%,
        rgba(52, 152, 219, 0.7) 100%
    );
}

/* Section Titles */
.saphran-section-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.saphran-section-subtitle {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.3rem;
     color: #2c3e50;
    opacity: 0.9;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* Saphran Cards - Section 1 */
.saphran-card {
    display: flex;
    flex-direction: column;
    align-items: center;

    background: rgba(10, 163, 43, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.saphran-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.saphran-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.saphran-card:hover::before {
    left: 100%;
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
}

.card-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: rgb(33, 41, 71);
}

.card-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.card-stats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #2c3e50 ;
    line-height: 1;
}

.stat-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 0.3rem;
}

.card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0e0e0e;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.card-link:hover {
    color: #58a972;
    transform: translateX(5px);
}

.card-link i {
    transition: transform 0.3s ease;
}

.card-link:hover i {
    transform: translateX(5px);
}

/* Industry Cards - Section 2 */
.saphran-industry-card {
    background: #7567a71a;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.saphran-industry-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.industry-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #27ae60, #229954);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.industry-features {
    color: #2c3e50 ;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.industry-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
}

.industry-features li i {
    color:#2c3e50 ;
    margin-right: 0.8rem;
    font-size: 0.8rem;
}

.industry-results {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.result-badge {
    background: rgba(39, 174, 96, 0.3);
    border: 1px solid rgba(39, 174, 96, 0.5);
    border-radius: 15px;
    padding: 0.5rem 1rem;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Platform Cards - Section 3 */
.saphran-platform-card {
    background:#7567a71a;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.saphran-platform-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.platform-badge {
    display: inline-block;
    background: linear-gradient(135deg, #213343, #58a972);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.platform-features {
    color: #0e0e0e;
    margin: 1.5rem 0;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
}

.feature i {
    color: #8e44ad;
    margin-right: 0.8rem;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.platform-metrics {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.metric {
    flex: 1;
}

.metric-value {
    display: flex;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #0e0e0e;
    line-height: 1;
}

.metric-label {
    display: flex;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    color: #000;
    opacity: 0.8;
    margin-top: 0.3rem;
}

/* Platform CTA */
.platform-cta {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
}

.cta-title {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1.2rem;
    opacity: 0.9;
    color: #000;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .saphran-section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .saphran-section,
    .saphran-industry-section,
    .saphran-platform-section {
        min-height: auto;
        padding: 4rem 0;
    }
    
    .saphran-section-title {
        font-size: 2.2rem;
    }
    
    .saphran-section-subtitle {
        font-size: 1.1rem;
    }
    
    .saphran-card,
    .saphran-industry-card,
    .saphran-platform-card {
        padding: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        margin: 0.5rem 0;
    }
}

@media (max-width: 767.98px) {
    .saphran-section-title {
        font-size: 2rem;
    }
    
    .saphran-section-subtitle {
        font-size: 1rem;
    }
    
    .saphran-card,
    .saphran-industry-card,
    .saphran-platform-card {
        padding: 1.5rem;
    }
    
    .card-icon,
    .industry-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .platform-cta {
        padding: 2rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .saphran-section-title {
        font-size: 1.8rem;
    }
    
    .card-stats {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .platform-metrics {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .industry-results {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* Solutions Page Styles */
.solutions-visual {
    position: relative;
}

.solutions-stats .stat-box {
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

/* Solution Cards */
.solution-card {
    background:#7567a71a;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.05), transparent);
    transition: left 0.5s ease;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.solution-card:hover::before {
    left: 100%;
}

.solution-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
}

.solution-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.solution-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.solution-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.solution-stats {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.stat {
    text-align: center;
    flex: 1;
}

.stat-value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #0e0e0e;
    line-height: 1;
}

.stat-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.3rem;
}

.solution-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #213343;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.solution-cta:hover {
    color: #58a972;
    transform: translateX(5px);
}

.solution-cta i {
    transition: transform 0.3s ease;
}

.solution-cta:hover i {
    transform: translateX(5px);
}

/* Analytics Cards */
.analytics-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    height: 100%;
}

.analytics-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.analytics-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #27ae60, #229954);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: white;
}

.analytics-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.capabilities-list {
    list-style: none;
    padding: 0;
}

.capabilities-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.capabilities-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.analytics-results {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.result-item {
    text-align: center;
    flex: 1;
}

.result-value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #27ae60;
    line-height: 1;
}

.result-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.3rem;
}

/* CRM Solution Cards */
.crm-solution-card {
    background: #7567a71a;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.crm-solution-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.crm-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: white;
}

.crm-metrics {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}



/* Supply Chain Cards */
.supply-chain-card {
    background: #7567a71a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    height: 100%;
}

.supply-chain-visual {
    height: 200px;
    overflow: hidden;
}

.supply-chain-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supply-chain-content {
    padding: 2rem;
}

.supply-chain-benefits {
    margin-top: 1.5rem;
}

.benefit {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.benefit i {
    margin-right: 0.8rem;
}

/* Industry Solution Cards */
.industry-solution-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.industry-solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.industry-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.industry-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.industry-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.industry-feature {
    background: #f8f9fa;
    color: #495057;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.industry-results {
    margin-bottom: 1.5rem;
}

.industry-result {
    text-align: center;
}

.result-value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #8e44ad;
    line-height: 1;
}

.result-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.3rem;
}

.industry-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e44ad;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.industry-cta:hover {
    color: #732d91;
    transform: translateX(5px);
}

.industry-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.industry-cta:hover i {
    transform: translateX(5px);
}

/* Platform Features */
.platform-features {
    margin-top: 2rem;
}

.platform-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: white;
    flex-shrink: 0;
}

.feature-content h5 {
    margin-bottom: 0.5rem;
}

/* CTA Stats */
.cta-stats {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem 0;
}

.cta-stat {
    text-align: center;
    padding: 0 2rem;
}

.cta-stat h4 {
    font-size: 2.5rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .solution-card,
    .analytics-card,
    .crm-solution-card,
    .industry-solution-card {
        padding: 2rem;
    }
    
    .solution-stats,
    .analytics-results,
    .crm-metrics {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .platform-feature {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .solutions-stats .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .analytics-header {
        flex-direction: column;
        text-align: center;
    }
    
    .analytics-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .cta-stat {
        padding: 0 1rem;
    }
    
    .cta-stat h4 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .solution-card,
    .analytics-card,
    .crm-solution-card,
    .industry-solution-card {
        padding: 1.5rem;
    }
    
    .solution-icon,
    .analytics-icon,
    .crm-icon,
    .industry-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .industry-features {
        flex-direction: column;
        align-items: center;
    }
}
/* Services Page Styles */
.services-visual {
    position: relative;
}

.services-stats .stat-box {
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

/* Service Cards */
.service-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.05), transparent);
    transition: left 0.5s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card:hover::before {
    left: 100%;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
}

.strategy-card .service-icon {
    background: linear-gradient(135deg, #27ae60, #229954);
}

.service-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.service-deliverables {
    margin: 1.5rem 0;
}

.deliverables {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.deliverable {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #213343;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.service-cta:hover {
    color: #58a972;
    transform: translateX(5px);
}

.service-cta i {
    transition: transform 0.3s ease;
}

.service-cta:hover i {
    transform: translateX(5px);
}

/* Implementation Cards */
.implementation-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    height: 100%;
}

.implementation-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.implementation-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.implementation-content {
    flex: 1;
}

.implementation-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

.process-steps {
    margin-top: 1.5rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.step-content h6 {
    margin-bottom: 0.5rem;
}

.capabilities-list {
    list-style: none;
    padding: 0;
}

.capabilities-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.capabilities-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #8e44ad;
    font-weight: bold;
}

.integration-results {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.result-item {
    text-align: center;
    flex: 1;
}

.result-value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #8e44ad;
    line-height: 1;
}

.result-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.3rem;
}

/* Managed Service Cards */
.managed-service-card {
    background: #7567a71a;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.managed-service-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.managed-service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: white;
}

.managed-service-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.service-features {
    margin: 1.5rem 0;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.feature i {
    color: #213343;
    margin-right: 0.8rem;
    font-size: 0.8rem;
}

.service-sla {
    margin-top: 1.5rem;
}

.sla-badge {
    background: rgba(52, 152, 219, 0.3);
    border: 1px solid rgba(52, 152, 219, 0.5);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Training Cards */
.training-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.training-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.training-level {
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.training-level.beginner {
    background: #e8f5e8;
    color: #27ae60;
}

.training-level.intermediate {
    background: #e3f2fd;
    color: #1976d2;
}

.training-level.advanced {
    background: #f3e5f5;
    color: #7b1fa2;
}

.training-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.training-details {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.detail {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

.detail i {
    margin-right: 0.5rem;
    color: #213343;
}

.training-topics {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.training-topics li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.training-topics li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #213343;
}

.training-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #213343;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.training-cta:hover {
    color: #58a972;
    transform: translateX(5px);
}

.training-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.training-cta:hover i {
    transform: translateX(5px);
}

/* Delivery Process */
.delivery-process {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #213343, #06542b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

/* Success Story Cards */
.success-story-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.success-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.client-logo {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.industry {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.story-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.story-results {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.result {
    text-align: center;
    flex: 1;
}

.result-value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #213343;
    line-height: 1;
}

.result-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.3rem;
}

.story-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #213343;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.story-cta:hover {
    color: #58a972;
    transform: translateX(5px);
}

.story-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.story-cta:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .service-card,
    .implementation-card,
    .managed-service-card,
    .training-card,
    .success-story-card {
        padding: 2rem;
    }
    
    .implementation-header {
        flex-direction: column;
        text-align: center;
    }
    
    .implementation-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .training-details {
        flex-direction: column;
        gap: 1rem;
    }
    
    .story-results {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .services-stats .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .delivery-process {
        gap: 1rem;
    }
    
    .process-step {
        padding: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .service-card,
    .implementation-card,
    .managed-service-card,
    .training-card,
    .success-story-card {
        padding: 1.5rem;
    }
    
    .service-icon,
    .implementation-icon,
    .managed-service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}
/* Customer Success Page Styles */
.success-visual {
    position: relative;
}

.success-stats .stat-box {
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

/* Case Study Cards */
.case-study-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
}

.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.case-study-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.client-logo {
    width: 80px;
    height: 80px;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
}

.client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.client-info h4 {
    margin-bottom: 0.5rem;
}

.industry {
    color: #6c757d;
    font-size: 0.9rem;
}

.case-study-content h5 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.challenge-description,
.solution-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.solution-components {
    margin: 1.5rem 0;
}

.components {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.component {
    background: #e3f2fd;
    color: #58a972;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.case-study-results {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.result-item {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.result-value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #213343;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.result-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    color: #6c757d;
}

.case-study-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Industry Success Cards */
.industry-success-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.industry-success-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.industry-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #213343, #95cba7);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.industry-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.industry-stats {
    display: flex;
    justify-content: space-around;
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.industry-stat {
    text-align: center;
}


.stat-label {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.3rem;
}

.success-highlights {
    margin: 1.5rem 0;
}

.highlights-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.highlights-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.highlights-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.industry-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #213343;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.industry-cta:hover {
    color: #58a972;
    transform: translateX(5px);
}

.industry-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.industry-cta:hover i {
    transform: translateX(5px);
}

/* ROI Dashboard */
.roi-dashboard {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
}

.roi-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.roi-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.roi-metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-info h5 {
    margin-bottom: 0.5rem;
}

.metric-description {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}


.trend {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.3rem;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
}

.trend.up {
    background: rgba(39, 174, 96, 0.2);
    color: #27ae60;
}

.trend.down {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.trend i {
    margin-right: 0.3rem;
    font-size: 0.7rem;
}

/* Testimonials */
.testimonials-section {
    margin-top: 4rem;
}

.testimonials-slider .owl-stage-outer {
    padding: 1rem 0;
}

.testimonial-item {
    padding: 0 1rem;
}

.testimonial-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem 1rem 1.5rem 1rem;
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 5px;
    left: 2rem;
    width: 40px;
    height: 40px;
    background: #213343;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: white;
}

.testimonial-text {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.8rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-wrap: wrap;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    border: 3px solid #213343;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-position,
.company {
    font-size: 0.8rem;
    opacity: 0.8;
    margin: 0;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #213343, #58a972);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
    margin-right: 2rem;
    margin-left: 0;
}

.timeline-period {
    flex: 0 0 120px;
    text-align: center;
}

.period {
    background: #213343;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.timeline-content {
    flex: 1;
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    margin-left: 2rem;
}

.timeline-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #6c757d;
}

.timeline-results {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.timeline-result {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

.timeline-result i {
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

/* Metric Cards */
.metric-card {
    background: #7567a71a;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
    transition: all 0.3s ease;
    height: 100%;
}

.metric-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.metric-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    color: #000;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .case-study-card,
    .industry-success-card,
    .roi-dashboard,
    .testimonial-content,
    .metric-card {
        padding: 2rem;
    }
    
    .case-study-header {
        flex-direction: column;
        text-align: center;
    }
    
    .client-logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
    }
    
    .roi-metric {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
    }
    
    .timeline-item .timeline-content {
        margin-left: 80px;
        margin-right: 0;
        text-align: left !important;
    }
    
    .timeline-period {
        position: absolute;
        left: 0;
        z-index: 2;
    }
}

@media (max-width: 767.98px) {
    .success-stats .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .case-study-cta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .industry-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    .author-avatar {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .case-study-card,
    .industry-success-card,
    .roi-dashboard,
    .testimonial-content,
    .metric-card {
        padding: 1.5rem;
    }
    
    .components {
        flex-direction: column;
        align-items: center;
    }
    
    .metric-value .value {
        font-size: 2.5rem;
    }
    
    .timeline-content {
        margin-left: 60px;
    }
    
    .timeline-period {
        flex: 0 0 80px;
    }
    
    .period {
        font-size: 0.8rem;
        padding: 0.3rem 0.8rem;
    }
}
/* Contact Page Styles */
.contact-visual {
    position: relative;
}

.contact-stats .stat-box {
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

/* Contact Method Cards */
.contact-method-card {
    background: #7567a71a;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.contact-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.contact-details {
    margin: 1.5rem 0;
}

.contact-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.contact-detail i {
    color: #213343;
    margin-right: 0.8rem;
    width: 16px;
    text-align: center;
}

.contact-cta {
    display: inline-flex;
    align-items: center;
    color: #213343;
    text-decoration: none;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.contact-cta:hover {
    color: #58a972;
    transform: translateX(5px);
}

.contact-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.contact-cta:hover i {
    transform: translateX(5px);
}

/* Contact Form */
.contact-form-section {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control,
.form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #213343;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.form-check-input:checked {
    background-color: #213343;
    border-color: #213343;
}

.form-check-label {
    font-size: 0.9rem;
}

.btn-primary {
    background: linear-gradient(90deg, #213343, #58a972);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

/* Contact Info Sidebar */
.contact-info-sidebar {
    position: sticky;
    top: 2rem;
}

.office-locations {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

.office-card {
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.office-card:hover {
    border-color: #213343;
    transform: translateY(-2px);
}

.office-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.office-header i {
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

.office-details p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.office-contact {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.office-contact i {
    color: #213343;
    margin-right: 0.5rem;
}

.quick-contact {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

.quick-contact-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quick-contact-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.quick-contact-item:hover {
    border-color: #213343;
    transform: translateX(5px);
    text-decoration: none;
    color: inherit;
}

.quick-contact-icon {
    width: 40px;
    height: 40px;
    background: #e3f2fd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: #213343;
}

.quick-contact-info {
    display: flex;
    flex-direction: column;
}

.quick-contact-info .label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.2rem;
}

.quick-contact-info .value {
    font-weight: 600;
    color: #2c3e50;
}

.support-hours {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

.support-schedule {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.schedule-item:last-child {
    border-bottom: none;
}

.schedule-item .day {
    font-weight: 600;
    color: #2c3e50;
}

.schedule-item .time {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Global Office Cards */
.global-office-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.global-office-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.office-flag {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #213343;
}

.office-region {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.office-stats {
    margin-top: 1.5rem;
}

.stat {
    text-align: center;
}

.stat .number {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #213343;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.stat .label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
}

/* FAQ Accordion */
.accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background: white;
    border: none;
    padding: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 1rem;
}

.accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #213343;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #213343;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.accordion-body {
    padding: 1.5rem;
    background: #f8f9fa;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
}

/* Alert Styles */
.alert {
    border: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}

.alert-success {
    background: #d4edda;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .contact-method-card,
    .contact-form-section,
    .office-locations,
    .quick-contact,
    .support-hours {
        padding: 2rem;
    }
    
    .contact-info-sidebar {
        position: static;
        margin-top: 3rem;
    }
    
    .global-office-card {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .contact-stats .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .schedule-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-buttons .btn {
        margin: 0.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .contact-method-card,
    .contact-form-section,
    .office-locations,
    .quick-contact,
    .support-hours {
        padding: 1.5rem;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .office-flag {
        font-size: 2rem;
    }
    
    .accordion-button {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    .accordion-body {
        padding: 1rem;
    }
}
/* Blog Page Styles */
.featured-post-card {
    background: #7567a71a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
}

.featured-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.featured-post-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-post-card:hover .featured-post-image img {
    transform: scale(1.05);
}

.post-badge {
    position: absolute;
    top: 15px;
    left: 15px;
}

.badge-text {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.featured-post-content {
    padding: 2rem;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
}

.post-category {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-weight: 600;
}

.post-date,
.post-read-time {
    font-size: 0.8rem;
}

.post-title {
    margin-bottom: 1rem;
}

.post-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #fff;
}

.post-excerpt {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.post-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.author-role {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Category Cards */
.category-card {
    background: #7567a7;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
    transition: all 0.3s ease;
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.category-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.category-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.category-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.category-stats {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
}

.post-count {
    font-size: 0.8rem;
    color: #213343;
    font-weight: 600;
}

/* Blog Post Cards */
.blog-post-card {
    background: #7567a71a;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
    transition: all 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.post-image {
    border-radius: 10px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-content {
    padding-left: 1rem;
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.author-avatar-sm {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.8rem;
}

.author-avatar-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-author {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
}

.read-more {
    color: #213343;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #58a972;
    transform: translateX(5px);
    text-decoration: none;
}

.read-more i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Blog Sidebar */
.blog-sidebar {
    position: sticky;
    top: 2rem;
}

.sidebar-widget {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
}

.widget-header {
    border-bottom: 2px solid #213343;
    padding-bottom: 0.5rem;
}

.blog-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}

.stat {
    text-align: center;
}

.stat .number {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #213343;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.stat .label {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
}

.popular-post-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.popular-post-item:last-child {
    border-bottom: none;
}

.popular-post-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 1rem;
    flex-shrink: 0;
}

.popular-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-post-content h5 {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.popular-post-content h5 a {
    color: #2c3e50;
    text-decoration: none;
}

.popular-post-content h5 a:hover {
    color: #213343;
}

.newsletter-form .form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
}

.newsletter-form .btn {
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag {
    background: #f8f9fa;
    color: #495057;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background: #213343;
    color: white;
    text-decoration: none;
}

/* Trend Cards */
.trend-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.trend-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.trend-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #213343, #58a972);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.trend-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.trend-stats {
    margin: 1.5rem 0;
}

.trend-stats .value {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #213343;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.trend-stats .label {
    display: block;
    font-size: 0.8rem;
    opacity: 0.8;
}

.trend-cta {
    display: inline-flex;
    align-items: center;
    color: #213343;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.trend-cta:hover {
    color: white;
    transform: translateX(5px);
}

.trend-cta i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.trend-cta:hover i {
    transform: translateX(5px);
}

/* Contributor Cards */
.contributor-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
    transition: all 0.3s ease;
    height: 100%;
}

.contributor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contributor-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
}

.contributor-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.contributor-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: #f39c12;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.7rem;
}

.contributor-role {
    color: #213343;
    font-weight: 600;
    font-size: 0.9rem;
}

.contributor-bio {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #6c757d;
}

.contributor-stats {
    margin: 1.5rem 0;
}

.contributor-stats .number {
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #213343;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.contributor-stats .label {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
}

.contributor-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #213343;
    color: white;
    transform: translateY(-2px);
}

/* Resource Cards */
.resource-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.resource-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #27ae60, #229954);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.resource-description {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.resource-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.resource-type,
.resource-pages {
    font-size: 0.8rem;
    font-weight: 600;
}

.resource-type {
    color: #27ae60;
}

.resource-pages {
    color: #6c757d;
}

.resource-cta {
    display: inline-flex;
    align-items: center;
    color: #27ae60;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.resource-cta:hover {
    color: #229954;
    transform: translateY(-2px);
}

/* Pagination */
.blog-pagination {
    margin-top: 3rem;
}

.pagination .page-link {
    border: none;
    color: #6c757d;
    padding: 0.75rem 1rem;
    margin: 0 0.25rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background: #213343;
    color: white;
}

.pagination .page-item.active .page-link {
    background: #213343;
    border-color: #213343;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .featured-post-card,
    .category-card,
    .blog-post-card,
    .sidebar-widget,
    .trend-card,
    .contributor-card,
    .resource-card {
        padding: 1.5rem;
    }
    
    .blog-sidebar {
        position: static;
        margin-top: 3rem;
    }
    
    .post-content {
        padding-left: 0;
        padding-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .post-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .blog-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .resource-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .featured-post-image {
        height: 200px;
    }
    
    .category-icon,
    .trend-icon,
    .resource-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .contributor-avatar {
        width: 80px;
        height: 80px;
    }
}
/* Blog Show Page Styles */
.article-category .badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border-radius: 15px;
}

.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.author-info {
    display: flex;
    
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: #2c3e50;
}

.author-role {
    font-size: 0.8rem;
    color: #6c757d;
}

.article-stats {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.article-featured-image {
    border-radius: 15px;
    overflow: hidden;
}

.article-featured-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.article-content {
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.8;
    color: #2c3e50;
}

.article-content h2 {
    margin: 2rem 0 1rem;
    color: #2c3e50;
    font-weight: 700;
}

.article-content h3 {
    margin: 1.5rem 0 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-content .alert {
    border-radius: 10px;
    border: none;
    padding: 1.5rem;
}

.article-tags .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.article-tags .tag {
    background: #f8f9fa;
    color: #495057;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.article-tags .tag:hover {
    background: #213343;
    color: white;
    text-decoration: none;
}

.share-buttons {
    display: flex;
    gap: 0.5rem;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn.facebook { background: #3b5998; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.linkedin { background: #0077b5; }
.share-btn.link { background: #6c757d; }

.share-btn:hover {
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.author-bio-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.author-header {
    display: flex;
    gap: 1.5rem;
    flex: 1;
}

.author-avatar-large {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-social {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.author-social .social-link {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author-social .social-link:hover {
    background: #213343;
    color: white;
    transform: translateY(-2px);
}

.related-articles {
    border-top: 2px solid #e9ecef;
    padding-top: 3rem;
}

.related-post-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #f8f9fa;
    transition: all 0.3s ease;
    height: 100%;
}

.related-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.related-post-image {
    height: 150px;
    overflow: hidden;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
    transform: scale(1.05);
}

.related-post-content {
    padding: 1.5rem;
}

.related-post-content .post-category {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: inline-block;
}

.related-post-content .post-title {
    margin-bottom: 0.8rem;
}

.related-post-content .post-title a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.4;
}

.related-post-content .post-title a:hover {
    color: #213343;
}

.related-post-content .post-meta {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    gap: 1rem;
}

/* Table of Contents */
.table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-of-contents li {
    margin-bottom: 0.5rem;
}

.table-of-contents a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem 0;
    border-left: 3px solid transparent;
    padding-left: 1rem;
}

.table-of-contents a:hover {
    color: #213343;
    border-left-color: #213343;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .article-meta {
        flex-direction: column;
        gap: 1rem;
    }
    
    .author-bio-card {
        flex-direction: column;
    }
    
    .author-header {
        flex-direction: column;
        text-align: center;
    }
    
    .article-sidebar {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .article-featured-image img {
        height: 250px;
    }
    
    .share-buttons {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .article-stats {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
    
    .related-post-card {
        margin-bottom: 1rem;
    }
}

.blog-article-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.blog-article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.featured-article-card {
    transition: transform 0.3s ease;
}

.featured-article-card:hover {
    transform: translateY(-3px);
}

.article-link {
    transition: color 0.3s ease;
}

.article-link:hover {
    color: #58A972 !important;
}

.workflow-step::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -30px;
    width: 30px;
    height: 2px;
    background: #e9ecef;
    display: none;
}

@media (min-width: 768px) {
    .workflow-step::after {
        display: block;
    }
    
    .col-lg-3:last-child .workflow-step::after {
        display: none;
    }
}

.integration-resources-cta {
    background: linear-gradient(135deg, #213343 0%, #58A972 100%);
}

.section-divider {
    animation: expandWidth 1s ease-out;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 100px; }
}

.article-image-container {
    overflow: hidden;
}

.article-image-container img {
    transition: transform 0.3s ease;
}

.blog-article-card:hover .article-image-container img {
    transform: scale(1.05);
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .section.py-5 {
        padding: 40px 0 !important;
    }
    
    h2.fw-bold {
        font-size: 2rem !important;
    }
    
    h3.fw-bold {
        font-size: 1.5rem !important;
    }
    
    .lead.fs-4 {
        font-size: 1.2rem !important;
    }
    
    .testimonial-text.fs-5 {
        font-size: 1rem !important;
    }
    
    .btn-lg {
        font-size: 0.9rem !important;
        padding: 12px 20px !important;
    }
}

/* Smooth hover transitions */

.card {
    /* Basic card styles */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for both transform and box-shadow */
}

.card:hover {
    transform: translateY(-5px) scale(1.05); /* Lift and scale the card */
    animation-name: hoverLift; /* If you still want the custom animation */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); /* Slightly stronger shadow */
}

/* Optional: Add the keyframes animation if you want a specific custom hover effect */
@keyframes hoverLift {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-5px) scale(1.05); }
}