        * {
            box-sizing: border-box;
        }
        
        
        .hero {
            display: flex;
            position: relative;
            align-items: center;
            justify-content: center;
            gap: 50px;
            padding: 120px 6%;
            background: linear-gradient(135deg, #0a58ca, #0097c4);
            color: #fff;
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 95%);	
        }
		.hero-text{
			padding: 150px 60px 60px 0;
		}
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
            pointer-events: none;
        }
        
        .hero > div {
            flex: 1;
            max-width: 600px;
            z-index: 1;
        }
		
        
		
        
        .hero h4 {
            margin: 0 0 8px;
            font-size: 18px;
            opacity: 0.95;
            font-weight: 400;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        
        .hero h1 {
            font-size: 48px;
            font-weight: 800;
            margin: 0 0 25px;
            line-height: 1.1;
        }
        
        .hero p {
            font-size: 17px;
            line-height: 1.7;
            opacity: 0.95;
            margin-bottom: 15px;
        }
        
        .content {
            display: flex;
            width: 100%;
            max-width: 1400px;
            gap: 70px;
            align-items: center;
            margin: 80px auto;
            padding: 0 6%;
            line-height: 1.8;
            font-size: 18px;
        }
        
        .content-gray {
            background: linear-gradient(to bottom, #f5f5f5, #ebebeb);
            padding: 80px 6%;
            margin: 0;
        }
        
        .content-gray .content {
            margin: 0 auto;
        }
        
        .content > div {
            flex: 1;
        }
        
        .content strong {
            color: #0a58ca;
            font-weight: 700;
        }
        
        .content p {
            margin-bottom: 24px;
        }
        
        .content p:last-child {
            margin-bottom: 0;
        }
        
        .photo-big {
            display: block;
            width: 100%;
            max-width: 550px;
            border-radius: 16px;

            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .photo-big:hover {
            transform: translateY(-5px);

        }
        
        .signature {
            margin-top: 35px;
            padding-top: 25px;
            border-top: 2px solid #0a58ca;
            font-style: italic;
        }
        
        .signature strong {
            font-style: normal;
            font-size: 20px;
        }
        
        /* Animasyonlar */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .hero > div, .hero img {
            animation: fadeInUp 0.8s ease;
        }
        
        @media(max-width: 900px) {
            .hero {
                text-align: center;
                display: block;
                padding: 70px 6% 90px;
            }
            
            .hero img {
                width: 100%;
                max-width: 400px;
                margin-top: 30px;
            }
            
            .hero h1 {
                font-size: 38px;
            }
            
            .content {
                font-size: 17px;
                display: block;
                gap: 40px;
                margin: 50px auto;
            }
            
            .content-gray {
                padding: 50px 6%;
            }
            
            .content > div {
                margin-bottom: 40px;
            }
            
            .content > div:last-child {
                margin-bottom: 0;
            }
            
            .photo-big {
                max-width: 100%;
                margin: 0 auto;
            }
        }
        
        @media(max-width: 600px) {
            .hero {
                padding: 126px 5% 70px;
            }
            
            .hero h1 {
                font-size: 32px;
            }
            
            .hero h4 {
                font-size: 16px;
            }
            
            .content {
                padding: 0 5%;
                margin: 40px auto;
            }
            
            .content-gray {
                padding: 40px 5%;
            }
			
			
			
			
			
			
        }
		
        :root {
            --primary-color: #0066cc;
            --secondary-color: #00a651;
            --dark-blue: #1e3a5f;
            --light-bg: #f8f9fa;
        }		
		
	.btn-success {
		background:#0a58ca;
		width:fit-content;
		font-size:16px;
		}
		
		.btn-success:hover {
		background:#0a9951;
		}

        /* Hero Section */
        .hero-section1 {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-blue) 100%);
            color: white;
            padding: 200px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-section1::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 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
        }

        .hero-content1 {
            position: relative;
            z-index: 1;
        }

        .hero-title1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            animation: fadeInUp 0.8s ease;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Card Styles */
        .program-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            border: none;
        }
		
		.program-card h3 {
		font-size:26px;
		font-weight:bold;}

        .program-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
        }

        .icon-wrapper i {
            font-size: 2rem;
            color: white;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
			padding-bottom:20px;
            position: relative;
            display: inline-block;
        }

        .section-title::before {
			content: "";
				width: 100%;
				height: 5px;
				bottom: 0;
				background: transparent;
				position: absolute;
				border-top: 5px double #0a9951;
        }

        /* Energy Consulting Section */
        .energy-section {
            background: linear-gradient(135deg, #00a651 0%, #008741 100%);
			
			
			
            color: white;
            padding: 80px 0;
            position: relative;
        }
		
		
        .energy-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 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
        }		
		
		
		
		.energy-section img {
		max-width:100%;
		margin:auto;
		}

        .feature-box {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 20px;
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
        }
		
		.feature-box h5 {
		font-size:18px;
		font-weight:bold;}

        .feature-box:hover {
            background: rgba(255,255,255,0.2);
            transform: translateX(10px);
        }

        .feature-box i {
            font-size: 2.5rem;
            margin-bottom: 15px;
            display: block;
        }

        /* Paint Book Section */
        .paint-section {
            background: var(--light-bg);
            padding: 80px 0;
        }
		
		.paint-section h4 {
		font-size:28px;
		font-weight:700;
		
		}

        .book-list {
            list-style: none;
            padding: 0;
        }

        .book-list li {
            padding: 15px 0;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            align-items: center;
        }

        .book-list li i {
            color: var(--secondary-color);
            margin-right: 15px;
            font-size: 1.2rem;
        }
		.section-title.text-white:before{
			border-color: #fff;
		}
        /* Shadow Game Section */
        .game-section {
            background: linear-gradient(135deg, var(--dark-blue) 0%, #2c5282 100%);
            color: white;
            padding: 80px 0;
        }

        /* Digital Invoice Section */
        .invoice-section {
            background: linear-gradient(135deg, #089950 0%, #2e734c 100%);
            color: white;
            padding: 80px 0;
        }

        .benefit-card {
            background: rgba(255,255,255,0.15);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .benefit-card:hover {
            background: rgba(255,255,255,0.25);
            transform: scale(1.05);
        }

        .benefit-card i {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        /* Stats Section */
        .stats-section {
            background: white;
            padding: 60px 0;
        }

        .stat-box {
            text-align: center;
            padding: 30px;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            
			.hero-section  {
                padding: 126px 5% 70px;
            }
		
			
			.hero-title {
                font-size: 2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }

            .program-card {
                padding: 25px;
                margin-bottom: 20px;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		        .hero-section3 {
            position: relative;
            background: linear-gradient(135deg, #0a9951 0%, #098145 100%);
            padding-top: 130px;
			display: flex;
			align-items: center;
            color: white;
            overflow: hidden;
			height: calc(60vh + 130px);
        }

        .hero-section3::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 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
        }

        .hero-section3 .container {
            width: 100%;
			padding: 0 10%;
			margin: 0;
			max-width: 100%;
        }

        .page-title {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1rem;
            animation: fadeInUp 0.8s ease;
        }

        .page-subtitle {
            font-size: 1.3rem;
            opacity: 0.95;
            max-width: 800px;
            animation: fadeInUp 0.8s ease 0.2s backwards;
        }

        /* Content Cards */
        .content-section {
            max-width: 1400px;
            margin: -50px auto 80px;
            padding: 0 6%;
            position: relative;
            z-index: 2;
        }

        .card-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }

        .content-card {
            background: white;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .content-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.12);
        }

        .card-image {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
        }

        .card-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: linear-gradient(135deg, #0a58ca, #0097c4);
            color: white;
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.9rem;
            box-shadow: 0 8px 20px rgba(10, 88, 202, 0.3);
        }

        .card-content {
            padding: 40px;
            position: relative;
        }

        .card-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }

        .card-text {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #444;
            margin-bottom: 15px;
        }

        /* Full Width Section */
        .full-width-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 6%;
            margin: 80px 0;
        }

        .two-column {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .column-image {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.1);
        }

        .column-content h2 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 25px;
        }

        .column-content p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #444;
            margin-bottom: 20px;
        }

        /* Feature List */
        .feature-list1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 6%;
        }

        .feature-item {
            background: white;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            border-left: 4px solid #0a9951;
        }

        .feature-item:hover {
            transform: translateX(5px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.1);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #388d5e, #0a9951);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            box-shadow: 0 8px 20px rgba(10, 88, 202, 0.25);
        }

        .feature-icon i {
            font-size: 1.8rem;
            color: white;
        }

        .feature-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #222;
            margin-bottom: 12px;
        }

        .feature-text {
            font-size: 1rem;
            line-height: 1.7;
            color: #666;
        }

        /* Timeline Style */
        .timeline-section {
            max-width: 1000px;
            margin: 80px auto;
            padding: 0 6%;
        }

        .timeline-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 60px;
			position:relative;
			display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				text-align: center;
				width: 100%;
				position: relative;		
				padding-bottom:20px;				
        }
		
		.timeline-title::before {
		    content: "";
			width: 30%;
			height: 5px;
			bottom: 0;
			background: transparent;
			position: absolute;
			border-top: 5px double #0a9951;
		
		}
		

        .timeline-item {
            display: flex;
            gap: 30px;
            margin-bottom: 50px;
            position: relative;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: 39px;
            top: 60px;
            bottom: -50px;
            width: 2px;
            background: linear-gradient(to bottom, #0a58ca, #0097c4);
        }

        .timeline-item:last-child::before {
            display: none;
        }

        .timeline-year {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #0a58ca, #0097c4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 800;
            font-size: 1.1rem;
            box-shadow: 0 8px 25px rgba(10, 88, 202, 0.3);
            flex-shrink: 0;
			z-index: 2;
        }

        .timeline-content {
            background: white;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
            flex: 1;
        }

        .timeline-content h3 {
            font-size: 1.4rem;
            color: #0a58ca;
            margin-bottom: 12px;
        }

        .timeline-content p {
            font-size: 1rem;
            line-height: 1.7;
            color: #555;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .card-row {
                grid-template-columns: 1fr;
            }

            .two-column {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .feature-list1 {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .page-title {
                font-size: 2rem;
            }

            .page-subtitle {
                font-size: 1.1rem;
            }

            .hero-section {
                padding: 126px 5% 80px;
            }

            .content-section {
                padding: 0 5%;
                margin-top: -30px;
            }

            .card-content {
                padding: 30px;
            }

            .card-title {
                font-size: 1.5rem;
            }

            .full-width-section {
                padding: 50px 5%;
            }

            .column-content h2 {
                font-size: 1.8rem;
            }

            .timeline-item {
                flex-direction: column;
            }

            .timeline-item::before {
                display: none;
            }

            .timeline-year {
                width: 70px;
                height: 70px;
            }
        }