.sehemu {
            padding: 80px 0;
        }
        
        .kichwa-sehemu {
            margin-bottom: 60px;
        }
        
        .kichwa-sehemu h3 {
            font-size: 36px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .kichwa-sehemu h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        
        .kichwa-sehemu p {
            font-size: 18px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* About Us Section */
        .sehemu-kutuhusu-1 {
            background-color: var(--white-color);
        }
        
        .kivuli {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            margin-bottom: 30px;
            background-color: var(--white-color);
            border-radius: 5px;
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .kivuli:hover {
            transform: translateY(-10px);
        }
        
        .kivuli img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 5%;
            margin-bottom: 20px;
            border: 5px solid var(--light-color);
        }
        
        .kivuli h4 {
            margin-bottom: 15px;
            font-size: 12px;
        }
        
        .kivuli .mpaka {
            width: 50px;
            height: 2px;
            background-color: var(--secondary-color);
            margin: 15px auto;
        }
        
        /* Skills Section */
        .sehemu-kutuhusu-2 {
            background-color: var(--light-color);
            padding: 80px 0;
        }
        
        .ujuzi {
            margin-bottom: 30px;
        }
        
        .ujuzi p {
            margin-bottom: 5px;
            font-weight: 600;
        }
        
        .maendeleo {
            height: 30px;
            background-color: #e9ecef;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }
        
        .bendi-maendeleo {
            background-color: maroon;
            height: 100%;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 15px;
            color: white;
            font-weight: 600;
            animation: panua 2s ease-in-out forwards;
        }
        
        @keyframes panua {
            from { width: 0; }
            to { width: 100%; }
        }
        
        .bendi-maendeleo span {
            color: var(--white-color);
        }
        
        .slidi {
            height: 400px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .slidi img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Services Section */
        .sehemu-huduma {
            background-color: var(--white-color);
        }
        
        .huduma {
            margin-bottom: 30px;
            padding: 30px;
            background-color: var(--white-color);
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        
        .huduma:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .huduma .media {
            display: flex;
            align-items: flex-start;
        }
        
        .huduma .vuta-kushoto {
            margin-right: 20px;
            font-size: 40px;
            color: var(--secondary-color);
        }
        
        .huduma .mpaka {
            width: 30px;
            height: 2px;
            background-color: var(--secondary-color);
            margin: 10px 0;
        }
        
        .huduma h4 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        
        /* Stats Section */
        .sehemu-takwimu {
            background-color: maroon;
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .kipengele-hesabu {
            padding: 30px;
        }
        
        .kipengele-hesabu i {
            font-size: 50px;
            margin-bottom: 20px;
            color: var(--white-color);
        }
        
        .kipengele-hesabu .timer {
            font-size: 60px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .kipengele-hesabu h5 {
            font-size: 18px;
            color: var(--white-color);
        }
        
        /* Responsive Breakpoints */
        @media (max-width: 768px) {
            .sehemu {
                padding: 50px 0;
            }
            
            .kichwa-sehemu h3 {
                font-size: 28px;
            }
            
            .kipengele-hesabu .timer {
                font-size: 40px;
            }
        }



        
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@300;500;700&display=swap');
        
        /* Hero Section */
        .herot {
            position: relative;
            height: 100%;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(rgba(90, 0, 10, 0.85), rgba(40, 0, 0, 0.9)), 
                        url('https://images.unsplash.com/photo-1600585152220-90363fe7e115?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
            overflow: hidden;
            color: white;
            padding: 0 20px;
        }
        
        .herot-content {
            max-width: 1200px;
            width: 100%;
            text-align: center;
            color: white;
            position: relative;
            z-index: 1;
        }
        
        .quotet-container {
            background-color: rgba(255, 255, 255, 0.12);
            color: white;
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            padding: 60px 40px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            transform: translateY(50px);
            opacity: 0;
            transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
            max-width: 900px;
            margin: 0 auto;
        }
        
        .quotet-container.animate {
            transform: translateY(0);
            opacity: 1;
        }
        
        .maint-quote {
            font-size: 2.2rem;
          	color: white;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.3;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            font-family: 'Playfair Display', serif;
            letter-spacing: -0.5px;
        }
        
        .subt-quote {
            font-size: 1.3rem;
            font-weight: 300;
            margin-bottom: 40px;
          	color: white;
            line-height: 1.7;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            font-family: 'Montserrat', sans-serif;
            opacity: 0.9;
        }
        
        .companyt-name {
            color: white;
            font-weight: 500;
            font-size: 18px;
        }
        
        .ctat-button {
            display: inline-block;
            padding: 16px 42px;
            background-color: transparent;
            color: white;
            border-radius: 0;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.4s ease;
            border: 2px solid rgba(255, 255, 255, 0.3);
            font-size: 1rem;
            margin-top: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            position: relative;
            overflow: hidden;
        }
        
        .ctat-button::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: 0.5s;
        }
        
        .ctat-button:hover {
            border-color: rgba(255, 255, 255, 0.6);
            transform: translateY(-2px);
        }
        
        .ctat-button:hover::before {
            left: 100%;
        }
        

        .cornert-decoration {
            position: absolute;
            width: 80px;
            height: 80px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            pointer-events: none;
        }
        
        .cornert-top-left {
            top: 40px;
            left: 40px;
            border-right: none;
            border-bottom: none;
        }
        
        .cornert-top-right {
            top: 40px;
            right: 40px;
            border-left: none;
            border-bottom: none;
        }
        
        .cornert-bottom-left {
            bottom: 40px;
            left: 40px;
            border-right: none;
            border-top: none;
        }
        
        .cornert-bottom-right {
            bottom: 40px;
            right: 40px;
            border-left: none;
            border-top: none;
        }
        

        .floatingt-icons {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
        }
        
        .icont {
            position: absolute;
            opacity: 0.3;
            transition: all 0.5s ease;
            font-size: 24px;
            color: rgba(255, 255, 255, 0.7);
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .maint-quote {
                font-size: 2.6rem;
            }
            
            .subt-quote {
                font-size: 1.1rem;
            }
            
            .quotet-container {
                padding: 50px 30px;
            }
        }
        
        @media (max-width: 768px) {
            .maint-quote {
                font-size: 2rem;
            }
            
            .subt-quote {
                font-size: 1rem;
                margin-bottom: 30px;
            }
            
            .quotet-container {
                padding: 40px 20px;
            }
            
            .cornert-decoration {
                width: 50px;
                height: 50px;
            }
            
            .cornert-top-left, .corner-top-right,
            .cornert-bottom-left, .corner-bottom-right {
                top: 20px;
                left: 20px;
                right: 20px;
                bottom: 20px;
            }
        }
        
        @media (max-width: 576px) {
            .maint-quote {
                font-size: 1.8rem;
            }
            
            .subt-quote {
                font-size: 0.95rem;
            }
            
            .ctat-button {
                padding: 14px 30px;
                font-size: 0.9rem;
            }
        }