*    {
  margin: 0;
                    padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
   line-height: 1.6;
   color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
    padding : 0 20px;
}

nav {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 1rem 0;
  position: fixed;
  width: 100%;
   top: 0;
    z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.nav-container {
  display: flex;
   justify-content: space-between;
   align-items: center;
  max-width: 1200px;
  margin: 0 auto;
   padding: 0 20px;
}

.logo {
	    display    :     flex;

   align-items: center;}

.logo img {
    height: 45px;
    width: auto;
}

.nav-menu {

   display: flex;
    list-style: none;
       margin: 0;}

.nav-menu li {
  margin-left: 2rem;
}


.nav-menu a {
    color: white;
  text-decoration: none;
   font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #f8f9fa; 
	  text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.hamburger {
          display: none;
    flex-direction: column;
   cursor: pointer;
}

.hamburger span	{
   width: 25px; 
   height: 3px; 
   background :  white; 
  margin: 3px 0; 
   transition: 0.3s;
}

.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 140px 0 100px;
  text-align: center;
  color: white;
   position: relative;
    overflow: hidden;
}

.about-hero::before {
  content: '';
    position: absolute;
    top: 0;
   left: 0;
    right:  0;
   bottom:0;
  background: url('collection/executive_wellness_coaching_2.webp') center/cover;
  opacity: 0.08;
    z-index :  1;
}

.about-hero .hero-content {
    position: relative;
   z-index: 2;
}

.about-hero h1 {
 font-size:       3.2rem;
    margin-bottom: 1.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.about-hero p {
     font-size: 1.3rem;
   max-width: 700px;
   margin: 0 auto;
    line-height: 1.8;

}

.our-story {
    padding: 100px 0;
    background: #f8f9fa;
}

.story-grid {
         display: grid;
	 grid-template-columns: 1.2fr 1fr;
  gap: 80px;
   align-items    :   center;
	
}

.story-text h2 {
         font-size: 2.8rem;
 margin-bottom: 2.5rem;
      color: #333;
   font-weight: bold;
}

.story-text p     {
  font-size:  1.15rem;
    margin-bottom: 1.8rem;
    color: #555;
    line-height: 1.7;
}

.story-image img {
   width: 100%;
    height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transform: rotate(2deg);
  transition  :       transform 0.3s ease;
}

.story-image img:hover {
  transform: rotate(0deg) scale(1.02);
}

.our-values {
   padding  : 100px 0;
         background: white;
}

.our-values h2 {
  text-align: center;
    font-size: 2.8rem;
   margin-bottom: 4rem;
    color    :     #333;
   font-weight: bold;
}

.values-grid

{
        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 40px;
}

.value-card {
    -webkit-border-radius: 20px;
  text-align     : center;
    padding: 40px 30px;
    background: #f8f9fa;
  border-radius: 20px;
   -moz-border-radius: 20px;
   transition: all 0.3s ease;
    position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
	 position    :    absolute;
    top: 0;
    left: -100%;
   width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.05), transparent);
  transition: left 0.6s ease;
}

.value-card:hover::before {
  left :   100%;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.value-icon {
   margin-bottom: 25px;
}

.icon-circle {
	width: 80px;
   height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    border-radius: 50%;
   display: flex;
    align-items: center;
    justify-content: center;
  font-size     :      1.8rem;
  font-weight: bold;
	margin: 0 auto;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.value-card h3 {
  font-size: 1.6rem;
	margin-bottom: 1.2rem;
  color: #333;
   font-weight: bold;
}

.value-card p {
    color: #666;
   line-height  :       1.6;
  font-size: 1rem;
}

.our-team {
  padding :     100px 0;
    background: #f8f9fa;
}

.our-team h2     {
    text-align: center;
   font-size: 2.8rem;
  margin-bottom: 4rem;
  color    :      #333;
   font-weight: bold;
}

.team-grid


{

	  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 50px;} 

.team-member {
  background: white;
   border-radius: 20px;
   padding: 40px 30px;
   text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
   transition: transform 0.3s ease;
    position: relative;


}

.team-member:hover {
  transform: translateY(-10px);
}

.member-image

{
  margin-bottom: 25px;
   position: relative;
     overflow: hidden;
    border-radius: 15px;
}

.member-image img {
   	width     :  100%;
   height: 250px;
  object-fit: cover;
   transition: transform 0.3s ease;
     }

.team-member:hover .member-image img {
  transform: scale(1.05);
}

.team-member h3 {
   font-size: 1.6rem;
  margin-bottom: 8px;
    color: #333;
  font-weight: bold;
}

.member-role {
   color: #667eea;

	   font-weight: 600;

	  font-size: 1rem;

	    margin-bottom: 15px;

	  text-transform: uppercase;

	    letter-spacing: 0.5px;
}

.team-member p:last-child {
   font-size: 0.95rem;
    color: #666;
   line-height: 1.6;
}

.achievements {
  padding    :        100px 0;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
       color: white;
      text-align: center;
}

.achievements h2 {
	font-size: 2.8rem;
	margin-bottom: 4rem;
  font-weight: bold;
}

.achievements-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap    :60px;
}

.achievement-item {

  text-align: center;


}

.achievement-number {
   font-size :        4rem;
   font-weight: bold;
  margin-bottom     :  15px;
  background: linear-gradient(45deg, #ff6b6b, #ffa726);
  text-shadow: 0 0 30px rgba(255,255,255,0.5);
}

.achievement-item p


{
  font-size: 1.2rem;
  opacity: 0.9;
   text-transform: uppercase;
  letter-spacing :       1px;
}

.cta-section {

	  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    padding    : 100px 0;
  text-align:   center;
	color: white;
	}

.cta-section h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
   font-weight: bold;
}

.cta-section p


{
    font-size: 1.3rem;
         margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
   margin-right: auto;
    line-height: 1.7;
}

.cta-button {
   display: inline-block;
   background: white;
  color: #ff6b6b;
   padding: 18px 40px;
   text-decoration: none;
    border-radius: 50px;
  font-weight: bold;
   font-size    :       1.15rem;
    transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
  background: #f8f9fa;
}@media (max-width: 992px) {
    .story-grid,
    .team-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }

    .achievements-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: rgba(102, 126, 234, 0.95);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        backdrop-filter: blur(10px);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .about-hero h1 {
        font-size: 2.5rem;
    }

    .about-hero p {
        font-size: 1.1rem;
    }

    .our-story,
    .our-values,
    .our-team,
    .achievements,
    .cta-section {
        padding: 60px 0;
    }

    .story-text h2,
    .our-values h2,
    .our-team h2,
    .achievements h2,
    .cta-section h2 {
        font-size: 2.2rem;
    }

    .achievement-number {
        font-size: 3rem;
    }

    .team-grid {
        gap: 30px;
    }

    .team-member {
        padding: 30px 20px;
    }

    .member-image img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .about-hero {
        padding: 120px 0 80px;
    }

    .about-hero h1 {
        font-size: 2rem;
    }

    .story-grid {
        gap: 30px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        padding: 30px 20px;
    }

    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}