body,html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.text-black{
    color: #000 !important;
}
#OurProducts{
    padding-top: 100px;
}
#ftco-navbar{
    margin-top:-13px !important;
    background-color: #000216ce !important;
}
.hero-text{
    text-shadow: 0px 2px 2px rgb(51, 51, 51);
    color: #fff !important;
}
.text-light-cst{
    color: #00f5ff !important;
}
.shadow-dark{
    text-shadow: 0px 3px 3px black;
}
.btn-learn-more{
    border: 1px solid #ffd900;
    color:#ffbb00;
    letter-spacing: 2px;
    background: rgb(3, 3, 51);
}
.wrap{
    background: transparent !important;
}
.wrap a{
    color: #fff !important;
}

.wrap i{
    color: #6b0059 !important;
}
.text-success-cst{
    color: #1abc00;
}
.font-22{
    font-size: 22px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.rounded-icon-bg{
    background: #fff;
    padding: 3px 5px;
    border-radius: 50%;
}
.font-10{
    font-size: 10px !important;
}
#TopSAGNav a{
    transition: .4s;
    font-weight: 100;
    text-align: center;
    letter-spacing: 2px;
    
}
.section-title {
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 700;
}

.cta-btn {
    margin-top: 20px;
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.icon {
    font-size: 2rem;
}
.section-title {
    margin-bottom: 40px;
    font-size: 2.5rem;
    /* color: #fff; */
    font-weight: 700;
}
h1.display-4{
    /* color: #fff; */
    font-weight: bold;
}
.col-md-6 p,.col-md-6 ul{
    color: #000;
}
.col-md-6 ul i{
    color: blue;
}
#Industries h4{
    font-weight: bold;
}
#Industries h4,#Industries p{
    color: #000;
}
#DGServices h4{
    font-weight: bold;
}
#DGServices h4,#DGServices p{
    color: #000;
}
#TopMainHeader{
    padding-top: 220px !important;
}
.landing-img{
    height: 400px !important;
    width: auto;
}
.cta-btn {
    margin-top: 20px;
}

.industry-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}
.uppercase{
    text-transform: uppercase;
}
.text-warning-cst{
    color: #ffd900 !important;
}
#TopSAGNav .nav-link{
    position: relative;
    text-decoration: none;
    color: #fff;
}
#TopSAGNav .nav-link::after{
    content: '';
    position: absolute;
    width: 0;
    color: rgb(56, 238, 0);
    height: 2px; /* Adjust the thickness of the underline */
    bottom: 0;
    left: 0;
    border-bottom: 2px dotted rgb(72, 255, 0);
    transition: width 0.3s ease-in-out;
}
#TopSAGNav .nav-link:hover::after{
    width: 100%;
}

#TopSAGNav a:hover{
    color: rgb(81, 255, 0);
}
.font-14{
    font-size: 14px;
}
.letter-space-1{
    letter-spacing: 1px;
}
.bg-dark-cst{
    background: rgb(1, 1, 32);
}
.mini-product-holder{
    height: 200px;
    width: auto;
    object-fit: cover;
}
#CurrentProductsSection{
    padding-top: 100px;
    padding-bottom: 100px;

}
#EachProduct{
    padding-top: 80px;
}
.counter-cst{
    padding: 3.5px 7px;
    border-radius: 50%;
    /* background: #004bbc; */
    border: 2px solid blue;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    color: blue;
    font-size: 14px;
    left: 0;
}
.testimony-wrap .line{
    background: rgba(5, 5, 48, 0.737) !important;
}
.testimony-wrap p{
    color: #fff;
    font-size: 14px;
    position: relative;
}

.testimony-wrap span{
    color: #fff;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}
.mini-product-holder{
    background: rgba(5, 5, 48, 0.737);
    height: 200px;
    width: 100%;
    object-fit: cover;
    /* transform: scale(1.1); */
}
.mini-product-holder img{
    object-fit: contain;
}
#EachProduct li, #EachProduct p{
    color: #000;
}
.bg-success-cst{
    background: #1abc00;
}
.whatsapp-button-newsite {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}
.whatsapp-button-newsite:hover {
    background-color: #1DA851;
}
.mdi-whatsapp-newsite {
    font-size: 36px;
}
#MainTopCTA{
    color: #fff !important  ;
}
.softafrica-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.softafrica-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.softafrica-hero-content {
    padding-right: 20px;
}

.softafrica-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.softafrica-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.softafrica-hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 35px;
}

.softafrica-hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.softafrica-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #667eea;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.softafrica-primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.softafrica-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

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

.softafrica-hero-visual {
    display: flex;
    justify-content: center;
}

.softafrica-code-window {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 400px;
}

.softafrica-window-header {
    background: #2d2d2d;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.softafrica-window-dots {
    display: flex;
    gap: 8px;
}

.softafrica-window-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5f57;
}

.softafrica-window-dots span:nth-child(2) {
    background: #ffbd2e;
}

.softafrica-window-dots span:nth-child(3) {
    background: #28ca42;
}

.softafrica-code-content {
    padding: 25px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.8;
}

.softafrica-code-line {
    display: block;
}

.softafrica-code-tag {
    color: #ff79c6;
}

.softafrica-code-var {
    color: #8be9fd;
}

.softafrica-code-prop {
    color: #50fa7b;
    margin-left: 20px;
}

.softafrica-code-string {
    color: #f1fa8c;
}

.softafrica-hero-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.softafrica-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.softafrica-shape.shape-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 10%;
    animation: softafrica-float 20s infinite linear;
}

.softafrica-shape.shape-2 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 10%;
    animation: softafrica-float 15s infinite linear reverse;
}

.softafrica-shape.shape-3 {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 15%;
    animation: softafrica-float 18s infinite linear;
}

@keyframes softafrica-float {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

/* About Section Styles */
.softafrica-about {
    padding: 80px 20px;
    background: #f8f9fa;
}

.softafrica-about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.softafrica-about-header {
    text-align: center;
    margin-bottom: 60px;
}

.softafrica-about-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.softafrica-about-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.softafrica-about-intro {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.softafrica-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.softafrica-about-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.softafrica-features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.softafrica-feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.softafrica-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.softafrica-feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.softafrica-feature-content p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.softafrica-about-visual {
    display: flex;
    justify-content: center;
}

.softafrica-visual-card {
    width: 100%;
    max-width: 400px;
    height: 300px;
    perspective: 1000px;
}

.softafrica-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.softafrica-visual-card:hover .softafrica-card-inner {
    transform: rotateY(180deg);
}

.softafrica-card-front,
.softafrica-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.softafrica-card-back {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.softafrica-about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.softafrica-stats {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.softafrica-stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.softafrica-stat-label {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 968px) {
    .softafrica-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .softafrica-hero-content {
        padding-right: 0;
    }
    
    .softafrica-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .softafrica-hero-title {
        font-size: 36px;
    }
    
    .softafrica-about-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .softafrica-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .softafrica-primary-btn,
    .softafrica-secondary-btn {
        width: 100%;
        justify-content: center;
    }
}


/* Challenges Section Styles */
.softafrica-challenges {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.softafrica-challenges-container {
    max-width: 1200px;
    margin: 0 auto;
}

.softafrica-challenges-header {
    text-align: center;
    margin-bottom: 60px;
}

.softafrica-challenges-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2c3e50;
}

.softafrica-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.softafrica-highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
}

.softafrica-challenges-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.softafrica-challenges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.softafrica-challenge-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.softafrica-challenge-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.softafrica-challenge-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.softafrica-challenge-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    margin-bottom: 25px;
}

.softafrica-challenge-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2c3e50;
}

.softafrica-challenge-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.softafrica-challenge-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.softafrica-challenge-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.softafrica-challenge-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.softafrica-challenge-text p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* Process Section Styles */
.softafrica-process {
    padding: 80px 20px;
    background: white;
}

.softafrica-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.softafrica-process-header {
    text-align: center;
    margin-bottom: 80px;
}

.softafrica-process-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.softafrica-process-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.softafrica-process-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.softafrica-process-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.softafrica-process-step {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: start;
}

.softafrica-step-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.softafrica-step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.softafrica-step-icon {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 40px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
    border: 3px solid #f0f0f0;
    transition: all 0.3s ease;
}

.softafrica-process-step:hover .softafrica-step-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.softafrica-step-connector {
    width: 3px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin-top: 20px;
    opacity: 0.3;
}

.softafrica-step-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.softafrica-step-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.softafrica-step-features {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.softafrica-step-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 14px;
}

.softafrica-step-features i {
    color: #28a745;
    font-size: 12px;
}

@media (max-width: 968px) {
    .softafrica-challenges-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .softafrica-process-step {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .softafrica-step-features {
        grid-template-columns: 1fr;
    }
    
    .softafrica-challenges-title,
    .softafrica-process-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .softafrica-challenge-card {
        padding: 30px 20px;
    }
    
    .softafrica-challenge-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .softafrica-step-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }
}


.softafrica-about-identity {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.softafrica-identity-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.softafrica-identity-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.softafrica-identity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.softafrica-identity-header {
    text-align: center;
    margin-bottom: 35px;
}

.softafrica-identity-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.softafrica-identity-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.softafrica-identity-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.softafrica-identity-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
    text-align: center;
}

.softafrica-identity-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
}

.softafrica-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.softafrica-feature-pill:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

/* Experience Timeline Styles */
.softafrica-experience-timeline {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.softafrica-timeline-header {
    text-align: center;
    margin-bottom: 50px;
}

.softafrica-timeline-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 15px;
}

.softafrica-timeline-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.softafrica-timeline-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.softafrica-timeline {
    position: relative;
    margin-bottom: 50px;
}

.softafrica-timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.softafrica-timeline-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.softafrica-timeline-dot {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 3px #667eea;
    z-index: 2;
    position: relative;
}

.softafrica-timeline-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin-top: 10px;
    opacity: 0.3;
}

.softafrica-timeline-item:last-child .softafrica-timeline-line {
    display: none;
}

.softafrica-timeline-content {
    flex: 1;
    padding-bottom: 10px;
}

.softafrica-timeline-year {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 8px;
}

.softafrica-timeline-event {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.softafrica-timeline-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.softafrica-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.softafrica-stat-item {
    text-align: center;
    padding: 25px;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.3s ease;
}

.softafrica-stat-item:hover {
    transform: translateY(-5px);
    background: rgba(102, 126, 234, 0.1);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}

.softafrica-stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 8px;
    line-height: 1;
}

.softafrica-stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

@media (max-width: 968px) {
    .softafrica-identity-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .softafrica-identity-title {
        font-size: 32px;
    }
    
    .softafrica-timeline-title {
        font-size: 28px;
    }
    
    .softafrica-stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .softafrica-identity-card,
    .softafrica-experience-timeline {
        padding: 30px 20px;
    }
    
    .softafrica-identity-features {
        flex-direction: column;
        align-items: center;
    }
    
    .softafrica-feature-pill {
        width: 100%;
        justify-content: center;
    }
    
    .softafrica-timeline-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .softafrica-timeline-marker {
        flex-direction: row;
        justify-content: center;
    }
    
    .softafrica-timeline-line {
        width: 40px;
        height: 2px;
        margin-top: 0;
        margin-left: 10px;
    }
}

.immersive-galleries {
  background-color: #f9fbfd;
  padding: 0 0 80px 0;
}

.project-gallery {
  margin-bottom: 100px;
  position: relative;
}

/* Gallery Header Styles */
.gallery-header {
  background: linear-gradient(135deg, #0A1F44, #072146);
  color: white;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gallery-header::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #f9fbfd;
  transform: skewY(-3deg);
  z-index: 1;
}

.gallery-title {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.gallery-subtitle {
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  opacity: 0.9;
  font-weight: 300;
  line-height: 1.6;
}

.gallery-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
  min-width: 120px;
}

.stat .number {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: #2E8B57;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.stat .label {
  font-size: 1.1rem;
  opacity: 0.8;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* Gallery Grid Layout */
.gallery-container {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(300px, auto);
  gap: 1.5rem;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(10, 31, 68, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #0A1F44;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(10, 31, 68, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}

/* Gallery Item Sizes */
.gallery-item.featured {
  grid-column: span 12;
  height: 600px;
}

.gallery-item.wide {
  grid-column: span 8;
  height: 400px;
}

.gallery-item.main {
  grid-column: span 9;
  height: 450px;
}

.gallery-item {
  grid-column: span 6;
  height: 350px;
}

/* Image Captions */
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(10, 31, 68, 0.9), transparent);
  color: white;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(20px);
}

.gallery-item:hover .caption {
  opacity: 1;
  transform: translateY(0);
}

.caption h3 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  color: white;
  font-weight: 600;
}

.caption p {
  opacity: 0.9;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Gallery Footer */
.gallery-footer {
  background-color: #f5f7fa;
  padding: 5rem 0;
  text-align: center;
  position: relative;
}

.gallery-footer::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #f5f7fa;
  transform: skewY(-3deg);
  z-index: 1;
}

.gallery-footer h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #0A1F44;
  position: relative;
  z-index: 2;
}

.gallery-footer p {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555;
  position: relative;
  z-index: 2;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .gallery-item.featured {
    height: 500px;
  }
  
  .gallery-item.wide {
    grid-column: span 12;
    height: 400px;
  }
  
  .gallery-item.main {
    grid-column: span 12;
    height: 400px;
  }
}

@media (max-width: 992px) {
  .gallery-title {
    font-size: 2.8rem;
  }
  
  .gallery-subtitle {
    font-size: 1.2rem;
  }
  
  .stat .number {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .gallery-header {
    padding: 80px 0 60px;
  }
  
  .gallery-title {
    font-size: 2.2rem;
  }
  
  .gallery-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .gallery-stats {
    flex-direction: column;
    gap: 2rem;
  }
  
  .gallery-item.featured {
    height: 400px;
    grid-column: span 12;
  }
  
  .gallery-item {
    grid-column: span 12 !important;
    height: 300px;
  }
  
  .caption {
    padding: 1.5rem;
  }
  
  .caption h3 {
    font-size: 1.3rem;
  }
  
  .gallery-footer h3 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    padding: 0 1rem;
    gap: 1rem;
  }
  
  .gallery-title {
    font-size: 2rem;
  }
  
  .gallery-footer {
    padding: 3rem 0;
  }
  
  .gallery-footer h3 {
    font-size: 1.8rem;
  }
  
  .gallery-footer p {
    font-size: 1rem;
  }
}

/* Animation Styles */
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-item {
  animation: fadeInUpCustom 0.6s ease forwards;
  opacity: 0;
}

/* Delay animations for staggered effect */
.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-item:nth-child(6) { animation-delay: 0.6s; }

.softafrica-pos-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.softafrica-pos-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.softafrica-pos-content {
    padding-right: 20px;
}

.softafrica-pos-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.softafrica-pos-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.softafrica-pos-highlight {
    background: linear-gradient(135deg, #ffd89b 50%, #00f2fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.softafrica-pos-description {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 35px;
}

.softafrica-pos-description strong {
    color: #ffd89b;
    opacity: 1;
}

/* Stats Grid */
.softafrica-pos-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.softafrica-stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.softafrica-stat:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.softafrica-stat-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffd89b;
}

.softafrica-stat-label {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 500;
    color: #fff !important;
}

/* Action Buttons */
.softafrica-pos-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.softafrica-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: white;
    padding: 18px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.softafrica-primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
    background: #128C7E;
}

.softafrica-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: white;
    padding: 18px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.softafrica-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

/* Guarantee Section */
.softafrica-pos-guarantee {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.softafrica-guarantee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.9;
}

.softafrica-guarantee-item i {
    color: #ffd89b;
    font-size: 16px;
}

/* POS Visual Dashboard */
.softafrica-pos-visual {
    display: flex;
    justify-content: center;
}

.softafrica-pos-dashboard {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 400px;
}

.softafrica-dashboard-header {
    background: #2d3748;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.softafrica-dashboard-dots {
    display: flex;
    gap: 8px;
}

.softafrica-dashboard-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5f57;
}

.softafrica-dashboard-dots span:nth-child(2) {
    background: #ffbd2e;
}

.softafrica-dashboard-dots span:nth-child(3) {
    background: #28ca42;
}

.softafrica-dashboard-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.softafrica-metric-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f7fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.softafrica-metric-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.softafrica-metric-value {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

.softafrica-metric-label {
    font-size: 12px;
    color: #718096;
    font-weight: 500;
}

.softafrica-sales-chart {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 100px;
    background: #f7fafc;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e2e8f0;
}

.softafrica-chart-bar {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px 4px 0 0;
    min-height: 20px;
    transition: height 0.3s ease;
}

.softafrica-chart-bar:nth-child(odd) {
    background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
}

/* Floating Shapes */
.softafrica-pos-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.softafrica-pos-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.softafrica-pos-shape.shape-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 10%;
    animation: softafrica-pos-float 20s infinite linear;
}

.softafrica-pos-shape.shape-2 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 10%;
    animation: softafrica-pos-float 15s infinite linear reverse;
}

.softafrica-pos-shape.shape-3 {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 15%;
    animation: softafrica-pos-float 18s infinite linear;
}

@keyframes softafrica-pos-float {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 968px) {
    .softafrica-pos-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .softafrica-pos-content {
        padding-right: 0;
    }
    
    .softafrica-pos-title {
        font-size: 36px;
    }
    
    .softafrica-pos-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .softafrica-pos-guarantee {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .softafrica-pos-cta {
        padding: 60px 15px;
    }
    
    .softafrica-pos-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .softafrica-primary-btn,
    .softafrica-secondary-btn {
        width: 100%;
        justify-content: center;
    }
    
    .softafrica-pos-dashboard {
        max-width: 100%;
    }
}

.softafrica-projects {
    padding: 100px 20px 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin-top: 0;
}

.softafrica-projects-container {
    max-width: 1200px;
    margin: 0 auto;
}

.softafrica-projects-header {
    text-align: center;
    margin-bottom: 60px;
}

.softafrica-projects-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.softafrica-projects-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.softafrica-projects-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.softafrica-projects-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Projects Filter */
.softafrica-projects-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.softafrica-filter-btn {
    background: white;
    border: 2px solid #e9ecef;
    color: #666;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.softafrica-filter-btn:hover,
.softafrica-filter-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

/* Projects Grid */
.softafrica-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.softafrica-project-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.softafrica-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.softafrica-project-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.softafrica-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.softafrica-project-card:hover .softafrica-project-image img {
    transform: scale(1.1);
}

.softafrica-project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.softafrica-project-card:hover .softafrica-project-overlay {
    opacity: 1;
}

.softafrica-project-actions {
    display: flex;
    gap: 15px;
}

.softafrica-action-btn {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.softafrica-action-btn:hover {
    transform: scale(1.1);
    background: #2c3e50;
    color: white;
}

.softafrica-project-content {
    padding: 25px;
}

.softafrica-project-category {
    display: inline-block;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.softafrica-project-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.softafrica-project-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.softafrica-project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.softafrica-tech-tag {
    background: #f8f9fa;
    color: #666;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #e9ecef;
}

/* Load More Button */
.softafrica-projects-load {
    text-align: center;
}

.softafrica-load-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.softafrica-load-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .softafrica-projects-grid {
        grid-template-columns: 1fr;
    }
    
    .softafrica-projects-title {
        font-size: 32px;
    }
    
    .softafrica-projects-filter {
        gap: 10px;
    }
    
    .softafrica-filter-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .softafrica-projects {
        padding: 60px 15px 40px;
    }
    
    .softafrica-project-content {
        padding: 20px;
    }
}