		
		.ahmed-container {
            max-width: 1400px;
            margin: 0 auto;
            
            line-height: 1.6;
            color: #333;
        }

        .header-section {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }

        .profile-image-container {
            width: 200px;
            height: 200px;
            margin: 0 auto 40px;
            position: relative;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
            opacity: 0;
            transform: scale(0) rotate(180deg);
            animation: profileEntrance 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s forwards;
        }

        .profile-image-container::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            border-radius: 50%;
            background: conic-gradient(from 0deg, #e74c3c, #f39c12, #27ae60, #3498db, #9b59b6, #e74c3c);
            z-index: -1;
            animation: rotateBorder 3s linear infinite;
        }

        .profile-image-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), transparent 60%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .profile-image-container:hover::after {
            opacity: 1;
        }

        .profile-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            z-index: 1;
        }

        .profile-image-container:hover .profile-image {
            transform: scale(1.1) rotate(5deg);
            filter: brightness(1.1) contrast(1.1) saturate(1.2);
        }

        .profile-image-container:hover {
            transform: scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .main-heading {
            font-size: 4.5rem;
            font-weight: 900;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: rotateX(-90deg);
            animation: flipInX 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        }

        .main-heading::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.6), transparent);
            animation: textSweep 2s ease-in-out 1.5s infinite;
        }

        .role-description {
            font-size: 1.4rem;
            color: #7f8c8d;
            font-weight: 600;
            margin-bottom: 30px;
            opacity: 0;
            transform: translateY(30px);
            animation: slideUpFade 1s ease-out 0.5s forwards;
			text-align: center;
        }

        .intro-description {
            font-size: 1.3rem;
            color: #34495e;
            max-width: 1100px;
            margin: 0 auto;
            font-weight: 400;
            opacity: 0;
            transform: scale(0.8);
            animation: zoomInFade 1s ease-out 1s forwards;
        }

        .section-block {
            margin-bottom: 50px;
            opacity: 0;
            transform: translateX(-100px) rotateY(-15deg);
            animation: slideInRotate 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        }

        .section-block:nth-child(3) { animation-delay: 0.2s; }
        .section-block:nth-child(4) { animation-delay: 0.4s; }
        .section-block:nth-child(5) { animation-delay: 0.6s; }
        .section-block:nth-child(6) { animation-delay: 0.8s; }
        .section-block:nth-child(7) { animation-delay: 1.0s; }
        .section-block:nth-child(8) { animation-delay: 1.2s; }
        .section-block:nth-child(9) { animation-delay: 1.4s; }
        .section-block:nth-child(10) { animation-delay: 1.6s; }
        .section-block:nth-child(11) { animation-delay: 1.8s; }

        .content-card {
            background: #ffffff;
            border-left: 6px solid #3498db;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
        }

        .section-block:nth-child(3) .content-card {
            border-left-color: #e74c3c;
            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
        }

        .section-block:nth-child(4) .content-card {
            border-left-color: #f39c12;
            background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);
        }

        .section-block:nth-child(5) .content-card {
            border-left-color: #27ae60;
            background: linear-gradient(135deg, #f0fff4 0%, #ffffff 100%);
        }

        .section-block:nth-child(6) .content-card {
            border-left-color: #9b59b6;
            background: linear-gradient(135deg, #faf5ff 0%, #ffffff 100%);
        }

        .section-block:nth-child(7) .content-card {
            border-left-color: #1abc9c;
            background: linear-gradient(135deg, #f0fffc 0%, #ffffff 100%);
        }

        .section-block:nth-child(8) .content-card {
            border-left-color: #e67e22;
            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
        }

        .section-block:nth-child(9) .content-card {
            border-left-color: #34495e;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }

        .section-block:nth-child(10) .content-card {
            border-left-color: #8e44ad;
            background: linear-gradient(135deg, #f9f5ff 0%, #ffffff 100%);
        }

        .section-block:nth-child(11) .content-card {
            border-left-color: #2980b9;
            background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
        }

        .content-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: conic-gradient(from 0deg, transparent, rgba(52, 152, 219, 0.1), transparent);
            opacity: 0;
            transform: rotate(0deg);
            transition: all 0.6s ease;
            pointer-events: none;
        }

        .content-card:hover::before {
            opacity: 1;
            transform: rotate(360deg);
        }

        .content-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            border-left-width: 10px;
        }

        .content-card:hover .section-heading {
            transform: translateX(10px);
            color: #2c3e50;
        }

        .content-card:hover .section-text {
            color: #2c3e50;
        }

        .section-heading {
            font-size: 2rem;
            font-weight: 800;
            color: #34495e;
            margin-bottom: 25px;
            position: relative;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            overflow: hidden;
        }

        .section-heading::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12);
            transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .content-card:hover .section-heading::after {
            width: 100%;
        }

        .section-text {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .conclusion-area {
            margin-top: 80px;
            padding: 50px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            opacity: 0;
            transform: rotateX(15deg) scale(0.9);
            animation: flipUpScale 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s forwards;
            position: relative;
            overflow: hidden;
        }

        .conclusion-area::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
            animation: finalSweep 3s ease-in-out 3s infinite;
        }

        .conclusion-message {
            font-size: 1.1rem;
            color: #2c3e50;
            font-style: italic;
            font-weight: 600;
            max-width: 1000px;
            margin: 0 auto;
            line-height: 1.8;
            position: relative;
            z-index: 2;
        }

        /* Animations */
        @keyframes profileEntrance {
            from {
                opacity: 0;
                transform: scale(0) rotate(180deg);
            }
            to {
                opacity: 1;
                transform: scale(1) rotate(0deg);
            }
        }

        @keyframes rotateBorder {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        @keyframes flipInX {
            from {
                opacity: 0;
                transform: rotateX(-90deg);
            }
            to {
                opacity: 1;
                transform: rotateX(0deg);
            }
        }

        @keyframes slideUpFade {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes zoomInFade {
            from {
                opacity: 0;
                transform: scale(0.8);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes slideInRotate {
            from {
                opacity: 0;
                transform: translateX(-100px) rotateY(-15deg);
            }
            to {
                opacity: 1;
                transform: translateX(0) rotateY(0deg);
            }
        }

        @keyframes flipUpScale {
            from {
                opacity: 0;
                transform: rotateX(15deg) scale(0.9);
            }
            to {
                opacity: 1;
                transform: rotateX(0deg) scale(1);
            }
        }

        @keyframes textSweep {
            0% { left: -100%; }
            50% { left: 100%; }
            100% { left: 100%; }
        }

        @keyframes finalSweep {
            0% { left: -100%; }
            50% { left: 100%; }
            100% { left: 100%; }
        }

        /* Pulse effect for cards */
        @keyframes cardPulse {
            0%, 100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
            50% { box-shadow: 0 15px 40px rgba(52, 152, 219, 0.2); }
        }

        .content-card {
            animation: cardPulse 4s ease-in-out infinite;
        }

        .content-card:hover {
            animation: none;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            

            .main-heading {
                font-size: 3rem;
            }

            .profile-image-container {
                width: 120px;
                height: 120px;
                margin-bottom: 25px;
            }

            .role-description {
                font-size: 1.2rem;
            }

            .intro-description {
                font-size: 1.1rem;
            }

            .content-card {
                padding: 30px;
            }

            .section-heading {
                font-size: 1.6rem;
            }

            .conclusion-area {
                padding: 40px 25px;
            }

            .conclusion-message {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {
            .main-heading {
                font-size: 2.2rem;
            }

            .content-card {
                padding: 25px;
            }

            .section-heading {
                font-size: 1.4rem;
            }

            .section-text {
                font-size: 1rem;
            }
        }