* 
 {
   margin   :      0;
    padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
   line-height: 1.6;
  color: #333;
  background: #fafafa; 

}

.container {
	    max-width: 1200px;
   margin  :    0 auto;
       padding: 0 20px;


}

nav  
  {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 1rem 0;
   position: sticky;
    top     :  0;
   z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.nav-container   {
      display: flex;
  justify-content: space-between;
    align-items   : center;
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    height     :        45px;
   width: auto;
}

.nav-links {
    display: flex;
  list-style: none;
      gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
   border-radius: 4px; 

}

.nav-links a:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.burger {
    display: none;
   flex-direction: column;
  cursor: pointer;
  gap:     4px;
}

.burger span {
   width: 25px;
   height: 3px;
  background: white;
  transition: 0.3s;
}

.about-hero {
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
      padding: 100px 0;
  text-align: center;
  position: relative;
   overflow    :    hidden;


}

.about-hero::before {
  content: '';
  position: absolute;
    top: 0;
    left: 0;
   right: 0;
	bottom: 0;
  background: url('patterns/emotional_intelligence_sales_3.webp') center/cover;
  opacity: 0.15;
   z-index: 1;
}

.about-hero-content {
		position: relative;
   z-index: 2;
    max-width: 800px;
   margin: 0 auto;}

.about-hero h1    {
    font-size  :       3rem;
   margin-bottom: 1.5rem;
   font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.about-hero p {
  font-size: 1.2rem;

    opacity: 0.95; 

}

.our-story {
  padding: 100px 0;
    background: white;
}

.story-content {
                       display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
   align-items: center;
}

.story-text h2 {

  font-size:  2.5rem;
   color: #2c3e50;
       margin-bottom: 2rem;
   font-weight:700;
	}

.story-text p {
    font-size: 1.1rem;
  color: #555;
    margin-bottom: 1.5rem;
  line-height: 1.8;
}

.story-image img {
       width: 100%;
    border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.values-section {
		padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	}



.section-title {
   text-align: center;
   margin-bottom: 4rem;
}

.section-title h2{
  font-size: 2.8rem;
  color :  #2c3e50;
    margin-bottom: 1rem;
   font-weight: 700;
}

.section-title p {
  font-size: 1.2rem;
  color: #7f8c8d;
   max-width: 600px;
  margin    :      0 auto;
}

.values-grid {
 display    :grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
     margin-top: 4rem;
}

.value-card {
       background: white;
	 padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
  border-left: 4px solid #667eea; 
	
     }

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.value-card h3 {
       font-size: 1.5rem;
   color: #2c3e50;
   margin-bottom: 1rem;
    font-weight: 600;}

.value-card p {
	color: #7f8c8d;
	 line-height: 1.8; 

}

.team-section 
 {
   padding: 100px 0;
  background: white; 
	
}

.team-grid
	{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}

.team-member {
       padding: 2rem;
  border-radius :      15px;
   text-align: center;
   background: #f8f9fa;
   transition: all 0.3s ease;}



.team-member:hover  
  {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.team-member img {

	    width: 120px;
  height: 120px;
  border-radius: 50%;
    object-fit: cover;
  margin-bottom: 1.5rem;
  border: 4px solid #667eea;
}

.team-member h4 {
   font-size: 1.3rem;
   color: #2c3e50;
	margin-bottom: 0.5rem;
  font-weight: 600;
}

.team-member .role {
  color: #667eea;
   font-weight: 500;
   margin-bottom: 1rem;
}

.team-member p {
	  color: #7f8c8d;
    line-height: 1.6;
  font-size: 0.95rem;


}

.stats-section {
   padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stats-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
    text-align: center;
}

.stat-item h3 {
               font-size: 3rem;
    font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-item p {
   font-size: 1.1rem;
  opacity   : 0.9;
}

footer {
   background: #2c3e50;
        color: white;
         padding: 60px 0 30px;

}

.footer-content {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
  margin-bottom: 2rem;
}

.footer-section h3 {
   margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.footer-section p,
.footer-section a {
   color   :#bdc3c7;
      text-decoration   : none;
      line-height: 1.8;
}

.footer-section a:hover {
    color: white;
}

.footer-logo img {
  height: 40px;
   margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.footer-bottom {
   text-align: center;
    padding-top: 2rem;
  border-top: 1px solid #34495e;
   color: #95a5a6;
}@media (max-width: 768px) {
    .burger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: #2c3e50;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        transition: right 0.3s ease;
    }

    .nav-links.active {
        right: 0;
    }

    .about-hero h1 {
        font-size: 2.5rem;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .values-grid,
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .about-hero {
        padding: 80px 0;
    }

    .about-hero h1 {
        font-size: 2rem;
    }

    .our-story,
    .values-section,
    .team-section {
        padding: 60px 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}.value-card:nth-child(2) {
    border-left-color: #e74c3c;
}

.value-card:nth-child(3) {
         border-left-color: #27ae60;


}

.team-member::before
	{
  content: '';
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
                    opacity: 0;
  transition: opacity 0.3s ease;
   border-radius: 15px;
}

.team-member:hover::before {
  opacity: 1;
}

.team-member  
  {
    position: relative;
    overflow: hidden;
}

.stat-item {
   opacity: 0;
  transform: translateY(30px);
   transition: all 0.6s ease;
}

.stat-item.animate {


    opacity: 1;
  transform: translateY(0);}

.story-text::before {
  content: '';
   position    : absolute;
          left: -20px;
   top: 0;
   width: 4px;
    height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   border-radius: 2px;
}

.story-text	{
                    position: relative;
    padding-left :      40px;
}

.about-hero {
	background-attachment: fixed;
}@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.stat-item h3 {
   animation: countUp 1s ease-out;
}@media (max-width: 768px) {
    .story-text {
        padding-left: 20px;
    }

    .story-text::before {
        left: -10px;
        width: 3px;
    }

    .about-hero {
        background-attachment: scroll;
    }
}.story-image img,
.team-member img   {
	opacity: 0;
     transition    :      opacity 0.5s ease;
}

.story-image img.loaded,
.team-member img.loaded {
    opacity: 1;
}