/* Reset and base styles */

* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	line-height: 1.6; color: #333; overflow-x: hidden; }
	
/* Common: Root container */

#root { max-width: 1200px; width: 100%; margin: 0 auto; padding: 0px 30px 0px 30px; 
	background: white; box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
	
/** Common: Header: Start **/

.header { width: 100%; height: 90px; padding: 0 20px; border-bottom: 2px solid #e2e8f0;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); }

.header-container { display: flex; justify-content: space-between;
	align-items: center; height: 100%; }
	
#logo img { height: 120px; width: auto; 
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1)); }

#login { display: flex; align-items: center; gap: 20px; }

#login .login-text { font-size: 18px; font-weight: 600; cursor: pointer; color: #1f2937; 
	padding: 8px 16px; border-radius: 25px; transition: all 0.3s ease; border: 2px solid transparent; }
	
#login .login-text:hover { background: linear-gradient(45deg, #667eea, #764ba2);
	color: white; transform: translateY(-2px); }
	
/* Common: Header: End */

/** Common: Navigation: Start **/

#navbar { background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
	padding: 15px; position: relative; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

#nav-menu { list-style: none; display: flex; justify-content: center; gap: 80px; }
#nav-menu li a { text-decoration: none; color: #ffffff; font-size: 16px; font-weight: 500;
	padding: 10px 20px; border-radius: 25px; transition: all 0.3s ease; position: relative; }
#nav-menu li a:hover { background: linear-gradient(45deg, #3b82f6, #1d4ed8);
	transform: translateY(-2px); box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4); }

.nav-toggle { display: none; font-size: 32px; color: #fff; cursor: pointer; }

/* Common: Navigation: End */

/** Common: Footer: Start **/

footer { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #fff; padding: 20px 20px 20px 20px; position: relative; }

footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0;
	height: 4px; background: linear-gradient(45deg, #667eea, #764ba2); }

.footer-container {	display: flex; justify-content: space-between;
	flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }

.footer-container div { flex: 1; margin: 15px 15px 0px 15px; min-width: 200px; }

.footer-links h4,
.footer-contact h4 { color: #60a5fa; font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; }

.footer-links p, 
.footer-contact p { margin-bottom: 12px; line-height: 1.2; }

.footer-links a,
.footer-contact a {text-decoration: none; color: #cbd5e1; transition: all 0.3s; display: inline-block;}

.footer-links a:hover,
.footer-contact a:hover { color: #60a5fa; transform: translateX(5px); }

.footer-bottom { text-align: center; padding: 20px; font-size: 14px; color: #1f2937;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-top: 1px solid #e5e7eb; }

/* Common: Footer: End */

/** Common: Section: Start **/

.section-container {max-width: 1200px; margin: 0 auto;}
.section-divider::after {content: "~~~~~~~~~~~~~~~~~~~~~~~"; color: blue; text-align: center;
	display: block;}
        
.section-header {text-align: center; margin: 10px 0 10px 0;}      
.section-header h2 {font-size: 32px; font-weight: 600; color: black;line-height: 1.2;
	margin-bottom: 1rem; padding-top: 1rem;}     
.section-header p {font-size: 1.2rem; color: #718096;}

.section-body {text-align: left; margin-bottom: 50px;}
.section-body ol, .section-body ul {margin:0; padding-left:30px; list-style-position:outside;}

.section-button{margin:20px 0 0 0; padding:10px 30px; background-color:#006680; color:white; 
	border:none; border-radius:8px; cursor:pointer; font-weight:600; font-size:15px; cursor:pointer;}

.section-2c-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; padding: 20px; }
.section-3c-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding: 20px; }

.section-grid-item { background-color: #fff; border: 2px solid #00b4ff; border-radius: 12px;
	box-shadow: 0 0 12px rgba(0,180,255,0.4); padding: 10px; text-align: center; 
	font-family: Arial, sans-serif; transition: all 0.3s ease;}
.section-grid-item h3 {font-size: 18px; font-weight: 600;}
.section-grid-item h4 {color:#0000ff}
.section-grid-item p {font-size: 14px; font-weight: 400;}
.section-grid-item img {width:100%;} 
.section-grid-item ul {text-align:left; margin-left: 20px; margin-right: 5px;}
.section-grid-item:hover {transform: scale(1.05); background-color: #D3D3D3;}
/* Common: Section: End */

/** Home: Section-1: Hero: Start **/

.hero-section {background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white; padding: 80px 0; text-align: center; position: relative; overflow: hidden;}

.hero-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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>'); animation: float 20s ease-in-out infinite; }

.hero-content {position: relative; z-index: 2;
	max-width: 800px; margin: 0 auto; padding: 0 20px; }

.hero-section h1 {font-size: 3.5rem; font-weight: 800; margin-bottom: 20px;
	background: linear-gradient(45deg, #ffffff, #e0e7ff); -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; background-clip: text; animation: slideInDown 1s ease-out;}
	
.hero-section p {font-size: 1.4rem; margin-bottom: 40px;
	opacity: 0.9; animation: fadeInUp 1s ease-out 0.3s both; }
	
/* Home: Section-1: Hero: End */	

/** Home: Section-2: Start **/

.home-rect { max-width: 1140px; width: 100%; border: 2px solid #00b4ff; border-radius: 16px;
	box-shadow: 0 0 18px rgba(0,180,255,0.6); background: #fff; padding: 20px; margin: 30px auto;
	font-family: Arial, sans-serif;	box-sizing: border-box; overflow-wrap: break-word;
	word-wrap: break-word;transition: all 0.3s ease;}
.home-rect:hover {transform: scale(1.05); background-color: #D3D3D3;}

.home-sec-header { display: flex; align-items: center; gap: 10px; }
.home-sec-header img { width: 50px; height: 50px }
.home-sec-header h3 { margin: 0; font-size: 36px; font-weight: 600; }

.home-sec-frame { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; }
.home-sec-frame-r1c1 { flex:1; min-width:300px; }
.home-sec-frame-r1c1 ul { margin:0; padding-left:80px; color:#333; font-size:15px; line-height:1.6; }

@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }

@keyframes slideInDown {
	from { opacity: 0; transform: translateY(-50px); }
	to { opacity: 1; transform: translateY(0); } }

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 0.9; transform: translateY(0); } }

/* Home: Section-1: Hero: End */

/** Skilling: Start **/

.learn-sec1-visual {position: relative; display: flex; justify-content: center; align-items: center;}

.learn-sec1-ai-nodes {width: 300px; height: 300px; position: relative;
	animation: rotate 30s linear infinite;}
	
.learn-sec1-node {position: absolute; width: 60px; height: 60px;
	background: linear-gradient(45deg, #4f46e5, #7c3aed); border-radius: 50%; display: flex;
	align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 14px;
	box-shadow: 0 10px 30px rgba(79,70,229,0.3); animation: pulse 2s ease-in-out infinite alternate;}
	
.learn-sec1-node:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
.learn-sec1-node:nth-child(2) { top: 25%; right: 0; }
.learn-sec1-node:nth-child(3) { bottom: 25%; right: 0; }
.learn-sec1-node:nth-child(4) { bottom: 0; left: 50%; transform: translateX(-50%); }
.learn-sec1-node:nth-child(5) { bottom: 25%; left: 0; }
.learn-sec1-node:nth-child(6) { top: 25%; left: 0; }

@keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }}
@keyframes pulse {
            from { transform: scale(1); }
            to { transform: scale(1.1); }}
			
/* Skilling: End */

/** Talent: Start **/
.talent-sec1-grid-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; 
	padding: 20px 20px 20px 20px; }
	
/* Talent: End */	
	
/** Solution: Start **/

	/* Tool Section */
               
	.tool-badge {
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		color: white; padding: 30px 20px; border-radius: 12px; text-align: center;
		transition: all 0.3s ease; cursor: pointer;}
	.tool-badge:hover {transform: scale(1.05); box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);}
	.tool-badge h4 {font-size: 1.3rem; margin-bottom: 10px;}
	.tool-badge p {font-size: 0.9rem; opacity: 0.9;}

	/* Features Section */     
				
	.feature-card {background: white; padding: 40px 30px; border-radius: 15px; 
		text-align: center; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.08);}
        
    .feature-card:hover {transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.15);}
        
	.feature-icon {width: 80px; height: 80px;
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		border-radius: 50%; display: flex; align-items: center;
		justify-content: center; margin: 0 auto 25px; font-size: 2rem;}
        
	.feature-card h3 {font-size: 1.5rem; margin-bottom: 15px; color: #2d3748;}
	
	.feature-card p {color: #718096; line-height: 1.8; }
        
	/* Approach Section */
	
	.approach {padding: 50px 20px;
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white;}
	
	.approach-timeline {max-width: 900px; margin: 50px auto 0;}
	
	.timeline-item {display: flex; gap: 30px; margin-bottom: 50px; align-items: flex-start;}
	
	.timeline-number { min-width: 60px; height: 60px; background: white; color: #667eea;
		border-radius: 50%; display: flex; align-items: center; justify-content: center;
		font-size: 1.5rem; font-weight: bold;}
	
	.timeline-content {flex: 1;}
	
	.timeline-content h3 {font-size: 1.5rem; margin-bottom: 10px;}
	
	.timeline-content p {opacity: 0.9; line-height: 1.8;}
        
    /* Experience Section */
	
	.experience {padding: 50px 20px; background: #f8f9fa;}
	
	.stats-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 40px; margin-top: 50px;}
	
	.stat-card {text-align: center; padding: 30px;}
	
	.stat-number {font-size: 3rem; font-weight: bold; 
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		-webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px;}
	
	.stat-label {font-size: 1.1rem; color: #718096;}
	
/* Solution: End */

/* About: Start */

.about-section-2-grid-item { background-color: #fff; border: 2px solid #00b4ff; border-radius: 12px;
	box-shadow: 0 0 12px rgba(0,180,255,0.4); padding: 10px; text-align: center; 
	font-family: Arial, sans-serif;}

/* Mobile Responsive */

@media (max-width: 768px) {
	
	#root { padding: 0 20px; }

	#navbar { display: flex; justify-content: flex-end; align-items: center; }
	#nav-menu { transition: all 0.3s ease; display: none; flex-direction: column; gap: 15px;
		background: linear-gradient(135deg, #1f2937 0%, #111827 100%); padding: 20px;
		border-radius: 15px; position: absolute; top: 70px; right: 10px;
		z-index: 999; width: 220px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
	#nav-menu.show { display: flex !important; }
	.nav-toggle { display: block; position: relative; z-index: 1000; }
	
	.hero-section h1 {font-size: 2.5rem;}
	.hero-section p {font-size: 1.2rem;}

	.section-title { font-size: 2rem; }
	.service-card { margin: 20px 0; padding: 30px 20px; }
	.features-grid { grid-template-columns: 1fr; gap: 20px; }

	.footer-container { flex-direction: column; }
	
	.section-2c-grid, .section-3c-grid {grid-template-columns: 1fr;}
	
	.about-section-2-grid-container { grid-template-columns: 1fr; }
	
	.home-rect { width: 95%; padding: 15px; }
	.home-sec-frame { flex-direction: column; align-items: center;}
	.home-sec-header img { width: 40px; height: 40px; }
	.home-sec-header h3 { font-size: 28px; }
	.home-sec-header p { font-size: 14px; font-weight: normal;}
	.home-sec-frame-r1c1 ul { padding-left: 20px; padding-right: 20px; text-align: left; }
	
	.learn-sec1-visual {display:none}
	
	.talent-sec1-grid-container {grid-template-columns: 1fr; gap: 10px; padding: 10px;}
	
	.tools-grid {grid-template-columns: repeat(1, 1fr);}            
    .section-header h2 {font-size: 2rem;}
    .cta-buttons {flex-direction: column;}
            
@media (max-width: 480px) {
	.hero-section h1, .solution-hero-section h1 { font-size: 2rem; }
	.section-title, .solution-hero-section h1 { font-size: 1.8rem; }}