*
	{
          margin: 0;
         padding    :     0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', system-ui, sans-serif;
   line-height: 1.6;
    color: #2c3e50;
   background: #ffffff;
}

.main-navigation {

	background  :      #1a1a2e;
    padding: 1.2rem 0;
         position: sticky;
   top: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	}

.nav-wrapper {
   display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
   padding :   0 2rem;
    max-width: 1400px;
}

.logo-section .brand-logo {
  height  :     48px;
    width: auto;
}

.nav-links {
   align-items: center;
  display: flex;
   gap: 2.5rem;
}

.nav-item{
       color: #ecf0f1;
   text-decoration: none;
   font-weight: 500;
    font-size    :  1.05rem;
  transition     :      color 0.3s;
  position: relative; 

}

.nav-item:hover {
   color: #3498db;
}

.nav-item.active-link::after {
  content: '';
	position: absolute;
  bottom: -5px;
    left: 0;
   width: 100%;
    height: 2px;
   background: #3498db;
}

.burger-menu

{
    display: none; 
	  flex-direction: column; 
	    background: none; 
		 border: none; 
	   cursor: pointer; 
	  padding: 0;
}

.burger-line {
    width: 28px;
  height :   3px;
   background: #ecf0f1;
  margin: 4px 0;
    transition: 0.3s;}


.hero-section     {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 2rem 100px; 
	
}

.hero-content    {
   max-width: 1400px;
   margin: 0 auto;
  display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 4rem;
        align-items: center;

}

.hero-text-block h1		{
  font-size: 3.5rem;
  color: #ffffff;
    margin-bottom: 1.5rem;
	font-weight: 700;
  line-height: 1.2;
}

.hero-description {
    font-size: 1.25rem;
    color: #f8f9fa;
   margin-bottom: 2.5rem;
   line-height: 1.8;
}

.hero-actions {
   display     :    flex;
  gap: 1.5rem;
}

.primary-btn {
    background: #ffffff;
	color: #667eea;
   padding: 16px 40px;
    text-decoration: none;
          border-radius: 8px;
   font-weight: 600;
   font-size: 1.1rem;
    transition: transform 0.3s, box-shadow 0.3s;
  display: inline-block;
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.secondary-btn {
   background: transparent;
	 color: #ffffff;
  padding: 16px 40px;
  text-decoration: none;
   border: 2px solid #ffffff;
    border-radius: 8px;
    font-weight     :        600;
	font-size: 1.1rem;
	 transition: all 0.3s;
 display :        inline-block;
}

.secondary-btn:hover {
   background: #ffffff;
  color: #667eea;
}

.hero-visual img {
  width: 100%;
    height: auto;
         border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.services-overview {


   padding: 100px 2rem;
    background: #f8f9fa;
}

.container-fluid {
  max-width: 1400px;
	 margin: 0 auto;
}

.section-header {
       margin-bottom: 4rem;
	}

.section-header h2 {
   font-size: 2.8rem;
   color: #2c3e50;
   margin-bottom: 1rem;
     font-weight: 700;
}

.section-header p {
    font-size: 1.2rem;
 color: #7f8c8d;
}


.section-header.centered {
   text-align: center;
}

.services-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap    : 2.5rem;
}

.service-card {
   background  :       #ffffff;
  padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}



.service-card:hover {
  transform: translateY(-8px); 
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon-wrapper {
	width: 70px;
	 height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius    : 50%;
    display: flex;
    align-items: center;
               justify-content :  center;
  margin-bottom: 1.5rem;
}

.service-icon {

    width: 35px;
   height: 35px;
   background: #ffffff;
  border-radius  :     4px;

}

.service-card h3 {
  font-size: 1.5rem;
    color  :  #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-card p {
    color: #5a6c7d;
   line-height: 1.7;
}

.transformation-story {
    padding: 100px 2rem;
  background: #ffffff;
}

.story-layout {
   max-width: 1400px;
  margin: 0 auto;
    display   :        grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  align-items   :  center; 

}

.story-image img {
      width   :   100%;
   height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	}

.story-content h2 {
  font-size: 2.5rem;

	    color: #2c3e50;

	  margin-bottom: 1.5rem;

	    font-weight: 700;
}

.story-content p {
   font-size     :  1.1rem;
   color: #5a6c7d;
   line-height: 1.8;
   margin-bottom: 3rem;
}

.story-highlights {
  display   :      grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
}

.highlight-item {
	text-align: center;
}

.highlight-number {
  display: block;
  font-size: 3rem;
    font-weight: 700;
	color: #667eea;
  margin-bottom: 0.5rem;
}

.highlight-label {
  display     :      block;
   font-size: 1rem;
    color: #7f8c8d;
}

.methodology-section {
    padding: 100px 2rem;
   background: #f8f9fa;
}

.methodology-steps {
   display   :       grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	 gap: 3rem;
}

.step-item {
   background: #ffffff;
  padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
     position: relative;
}

.step-number {
     font-size: 4rem;
    font-weight: 700;
   color: #e8eaf6;
    position: absolute;
  top: -20px;
     right: 20px;
}

.step-item h3 {
    font-size: 1.4rem;

    color: #2c3e50;

	margin-bottom: 1rem;

   font-weight: 600;

    position: relative;

   z-index  :   1;
}

.step-item p {
    color: #5a6c7d;
  line-height: 1.7;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

    padding: 80px 2rem;
}

.cta-content-wrapper {
	display: grid;
  margin: 0 auto;
    grid-template-columns: 2fr 1fr;
	gap: 3rem;
  max-width: 1200px;
   align-items: center; 

}

.cta-text h2 {
    font-size: 2.5rem;
       color: #ffffff;
       margin-bottom: 1.5rem;
       font-weight: 700;
}

.cta-text p {
    font-size: 1.15rem;
    color: #f8f9fa;
         line-height   :  1.8;
}

.cta-action {
  text-align: right;
}

.cta-button {
   background     :#ffffff;
	    color: #667eea;
	          padding: 18px 45px;
	   text-decoration: none;
	    border-radius: 8px;
		font-weight     :        600;
		font-size: 1.2rem;
	  transition: transform 0.3s, box-shadow 0.3s;
	  display :        inline-block;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.expertise-showcase {
   background: #ffffff;
               padding: 100px 2rem;
}

.expertise-grid {
  max-width: 1400px;
   margin: 0 auto;
  display: grid;
      grid-template-columns: 1fr 1fr;
   gap: 5rem;
  align-items: center;
}

.expertise-content h2 {

    font-size: 2.5rem;
   color: #2c3e50;
  margin-bottom: 1.5rem;
  font-weight: 700;
	
	}


.expertise-content p {
   font-size: 1.1rem;
  color: #5a6c7d;
   line-height: 1.8;
  margin-bottom: 2rem;
}

.expertise-list    {
	 list-style : none;
}

.expertise-list li {

	   padding: 1rem 0;
         border-bottom: 1px solid #ecf0f1;
   color: #5a6c7d;
          font-size: 1.05rem;
                    position :     relative;
        padding-left  :      2rem;


}

.expertise-list li::before  
  {
  content: '✓';
   position: absolute;
   left: 0;
   color: #667eea;
    font-weight: 700;
  font-size: 1.3rem;
}

.expertise-image img {
    width: 100%;
    height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.programs-section {
   padding: 100px 2rem;
      background: #f8f9fa;
}

.programs-wrapper {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap    :        2.5rem; 
	
}

.program-box {
    background: #ffffff;
    border-radius: 12px;
     padding: 3rem 2.5rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
   transition: transform 0.3s;
  position: relative;
}

.program-box:hover {
  transform: translateY(-10px);
}

.program-box.featured {

	   border: 3px solid #667eea;
  transform: scale(1.05); 
	}

.program-badge {
  position: absolute;
    top: -15px;
   left: 50%;
  transform: translateX(-50%);
  background: #667eea;
  color: #ffffff;
  padding: 8px 20px;
   border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.program-header h3 {
    font-size: 2rem;
	    color   :        #2c3e50;
	  margin-bottom: 0.5rem;
	   font-weight   :     700;
}

.program-subtitle {
    color: #7f8c8d;
   margin-bottom: 2rem;
   font-size :       1rem; 
	
}

.program-features {
    margin    :    2.5rem 0;
}

.feature-line {
    padding    :    1rem 0;
   border-bottom: 1px solid #ecf0f1;
   color :  #5a6c7d;
    position: relative;
    padding-left: 2rem;
}

.feature-line::before {
  content: '→';
  position: absolute;
   left: 0;
   color     : #667eea;
  font-weight: 700;
}

.program-btn    {
  display: block;
    text-align :    center;
  background :        #667eea;
   color: #ffffff;
	padding: 14px 30px;
    text-decoration: none;
   border-radius: 8px;
      font-weight: 600;
    transition: background 0.3s; 

}

.program-btn:hover {
               background: #764ba2;
}

.workspace-section {
   position: relative;
   height: 500px;
       overflow    :   hidden;
}  

.workspace-image {
       width: 100%;
   height: 100%;
	object-fit: cover;


}

.workspace-overlay {
    position: absolute;
  top:     0;
    left: 0;
    width: 100%;
   height: 100%;
  background: rgba(26, 26, 46, 0.75);
    display: flex;
   flex-direction: column;
  justify-content: center;
  align-items: center;
   padding: 2rem;
}

.workspace-overlay h2 {
  font-size  :        2.8rem;
	   color :   #ffffff;
	  margin-bottom   :    1rem;
		 font-weight: 700;
	   text-align   :       center;
}

.workspace-overlay p {
  font-size: 1.2rem;
   color: #f8f9fa;
  text-align: center;
    max-width: 800px;
}

.contact-section {
   padding: 100px 2rem;
    background: #ffffff;
}

.contact-layout {
  max-width: 1400px;
  margin: 0 auto;
   display   :   grid;
    grid-template-columns  :    1fr 1.2fr;
	gap:        5rem;
}

.contact-info-block h2
{
     font-size: 2.5rem;
	  color: #2c3e50;
	   margin-bottom: 1.5rem;
	               font-weight: 700;
     }

.contact-info-block p {
    font-size: 1.1rem;
   color: #5a6c7d;
  line-height: 1.8;
    margin-bottom  :        3rem;
}

.info-details {
   margin-bottom: 3rem;
}

.info-item {

   margin-bottom: 2rem;

}

.info-item h4 {
    font-size: 1.2rem;
  color: #2c3e50;
   margin-bottom: 0.5rem;
  font-weight   :    600;
}

.info-item p {
     color: #5a6c7d;
    margin-bottom: 0;
}

.contact-image {
    width: 100%;
    height: auto;
					border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.consultation-form {
  background: #f8f9fa;
  padding: 3rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
} 

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
  display: block;
    font-weight  :   600;
  color: #2c3e50;
    margin-bottom: 0.5rem;
  font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
   width: 100%;
   padding: 14px 16px;
    border: 2px solid #dee2e6;
      border-radius: 8px;
   font-size: 1rem;
    font-family: inherit;
               transition     : border-color 0.3s;
   background  :  #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #667eea;
}

.form-group textarea {
  resize: vertical;
}

.submit-btn {
    width: 100%;
  background  :        #667eea;
  color: #ffffff;
    padding: 16px 30px;
   border  :none;
    border-radius: 8px;
  font-size: 1.1rem;
	font-weight: 600;
  cursor: pointer;
 transition: background 0.3s;
}

.submit-btn:hover {
  background: #764ba2;
}

.main-footer		{
   background: #1a1a2e;
	 color:     #ecf0f1;
    padding   :   60px 2rem 30px;
}  

.footer-container {
   max-width: 1400px;
    margin: 0 auto;
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 3rem;
  margin-bottom: 3rem;
}

.footer-logo {
  height: 40px;
   		 width: auto;
     margin-bottom: 1.5rem;
     filter: brightness(0) invert(1);
}

.footer-description {
	 color: #95a5a6;
    line-height: 1.7;
  font-size: 0.95rem;
}

.footer-column h4 {


  font-size: 1.2rem;
  margin-bottom: 1.5rem;
   color: #ffffff;
    font-weight :    600;
}

.footer-nav {
  display: flex;
    flex-direction: column;
					gap: 0.8rem;
}

.footer-nav a {
    transition: color 0.3s;
  text-decoration: none;
  color: #95a5a6;
  font-size: 0.95rem;
}

.footer-nav a:hover 
 {
   color  :#3498db;
}

.footer-contact p {
    color: #95a5a6;
   margin-bottom: 0.5rem;
    font-size   :      0.95rem;
}

.footer-bottom {
   text-align: center;
    padding-top: 2rem;
   border-top: 1px solid #34495e;
}

.footer-bottom p {
    color: #7f8c8d;

	    font-size: 0.9rem;
}@media (max-width: 1024px) {
.hero-content,
.story-layout,
.expertise-grid,
.cta-content-wrapper,
.contact-layout {
grid-template-columns: 1fr;
gap: 3rem;
}

.cta-action {
text-align: center;
}

.hero-text-block h1 {
font-size: 2.8rem;
}

.story-highlights {
grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
.nav-links {
position: fixed;
top: 76px;
left: -100%;
width: 100%;
height: calc(100vh - 76px);
background: #1a1a2e;
flex-direction: column;
justify-content: flex-start;
padding: 3rem 2rem;
transition: left 0.3s;
gap: 2rem;
}

.nav-links.active {
left: 0;
}

.burger-menu {
display: flex;
}

.burger-menu.active .burger-line:nth-child(1) {
transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active .burger-line:nth-child(2) {
opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
}

.hero-section {
padding: 80px 1.5rem 60px;
}

.hero-text-block h1 {
font-size: 2.2rem;
}

.hero-description {
font-size: 1.1rem;
}

.hero-actions {
flex-direction: column;
}

.services-grid {
grid-template-columns: 1fr;
}

.methodology-steps {
grid-template-columns: 1fr;
}

.programs-wrapper {
grid-template-columns: 1fr;
}

.story-highlights {
grid-template-columns: 1fr;
}

.footer-container {
grid-template-columns: 1fr;
gap: 2rem;
}
}.policySection


{
        padding: 80px 2rem;
    background: #f8f9fa;
}

.policyContainer

{
    max-width   :       800px;
   margin: 0 auto;
  text-align    :     left;
}

.policyContainer h2 {
      font-size: 2.5rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
    font-weight: 700;}

.policyContainer p {


    color     :    #7f8c8d;
  margin-bottom: 1.5rem;
   line-height   :     1.7;
  font-size: 1.1rem;
	}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 140px 2rem 80px;
         text-align: center;
}

.about-hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    color  :   #ffffff;
   font-weight: 700;
}  

.about-hero-text
	{
  font-size: 1.3rem;
    color: #f8f9fa;
                    max-width: 900px;
    margin: 0 auto;
  line-height: 1.8;
}

.mission-area  {
  padding: 100px 2rem;
   background: #ffffff;
}

.mission-layout {
	display: grid;
  align-items: center;
    grid-template-columns: 1.2fr 1fr;
    gap :5rem;
	margin: 0 auto;
                    max-width: 1400px;
}

.mission-text h2 {
        font-size: 2.6rem;
        color: #2c3e50;
  margin-bottom: 1.8rem;
   font-weight: 700;


}

.mission-text p {
               font-size  :1.1rem;
   color: #5a6c7d;
  line-height: 1.8;
	margin-bottom: 1.5rem;
}

.mission-visual img {
		 width: 100%;
    height  :     auto;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}

.values-section {
    padding: 100px 2rem;
    background: #f8f9fa;
}

.values-title {
        color: #2c3e50;
  text-align: center;
    font-weight: 700;
     font-size: 2.8rem;
	margin-bottom: 4rem;
}

.values-grid {
    max-width     :        1400px;
 margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2.5rem;
}

.value-item {
  background: #ffffff;
   padding: 2.8rem 2.2rem;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
   transition     :     transform 0.3s;
}

.value-item:hover
	{
  transform: translateY(-8px);
}

.value-item h3 {
   font-size: 1.6rem;
               color: #667eea;
   margin-bottom: 1.2rem;
  font-weight: 600;
}

.value-item p {
	  color: #5a6c7d;
  line-height: 1.7;
  font-size: 1.05rem;
	}

.story-section     {
	    padding: 100px 2rem;
    background: #ffffff;
	}

.story-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
    grid-template-columns: 1fr 1.3fr;
        gap    :     5rem;
   align-items: start;
}

.story-image-side img {
	width: 100%;
  height: auto;
                    border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.12);
    position: sticky;
   top: 100px;
}

.story-text-side h2 {
	font-size: 2.6rem;
  color: #2c3e50;
   margin-bottom: 2rem;
  font-weight: 700;
}

.story-text-side p {

	  font-size: 1.1rem;
   color: #5a6c7d;
       line-height  :      1.9;
   margin-bottom: 1.8rem;


}

.approach-section {
   padding: 100px 2rem;
 background: #f8f9fa;


}

.approach-heading {
   font-size: 2.8rem;
   color: #2c3e50;
    text-align   :center;
   margin-bottom: 1.5rem;
  font-weight: 700;
}

.approach-intro {
  text-align: center; 
    font-size: 1.2rem; 
       color: #7f8c8d; 
    max-width: 900px; 
  margin: 0 auto 4rem; 

}

.approach-pillars {
    max-width  :    1400px;
  margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
       gap: 2.5rem;
}

.pillar-card {
   background: #ffffff;
      padding: 3rem 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
 position: relative;
   overflow: hidden;
}

.pillar-number {
    font-size: 5rem;
    font-weight :700;
  color: #e8eaf6;
   position: absolute;
   top: -10px;
  right     :     20px;
    z-index:    0;
}

.pillar-card h3 {
   font-size: 1.8rem;
    color   :  #2c3e50;
  margin-bottom: 1.5rem;
          font-weight:    600;
   position: relative;
	z-index: 1;
}

.pillar-card p {
    color: #5a6c7d;
   line-height: 1.8;
                    font-size: 1.05rem;
  position: relative;
	z-index: 1;
}



.team-intro-section	{
  padding: 100px 2rem;
    background: #ffffff;
}

.team-header {
    font-size: 2.8rem;
	color: #2c3e50;
  text-align: center;
  margin-bottom  :        1.5rem;
   font-weight: 700;
}

.team-description     {
    text-align: center;
    font-size: 1.15rem;
  color: #5a6c7d;
   max-width: 900px;
   margin: 0 auto 4rem;
          line-height: 1.8;
}

.team-features {

	  max-width: 1200px;
   margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 3rem;
	}

.team-feature-box {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 3rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.3);


}

.team-feature-box h4 {
  font-size: 1.6rem;

	   color: #ffffff;

	    margin-bottom: 1rem;

	  font-weight    :   600;
}

.team-feature-box p {
	 color: #f8f9fa;
  line-height: 1.7;
    font-size     :   1.05rem;
}

.methodology-deep {
  padding: 100px 2rem;
               background: #f8f9fa;
}

.methodology-content h2 {
  font-size: 2.8rem;
    color: #2c3e50;
    text-align: center;
   margin-bottom: 4rem;
    font-weight: 700;
}

.methodology-blocks {
    max-width: 1400px;
  margin: 0 auto;
}

.method-block {
  display:   grid;
   grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
    align-items: center;
   margin-bottom: 5rem;
    background: #ffffff;
  padding: 3rem;
    border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.method-block.reverse {
   grid-template-columns: 1fr 1.2fr;
}

.method-block h3 {

	   font-size: 2rem;
   color: #667eea;
  margin-bottom: 1.5rem;
   font-weight: 600;

}

.method-block p {
  color: #5a6c7d;

    line-height  :     1.8;

			font-size: 1.1rem;

}

.method-block img {
    width: 100%;
	 height: auto;
    border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.method-block.reverse img {
               order: -1;
}

.commitment-section     {
    padding   :   100px 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.commitment-wrapper {
    max-width:       1200px;
  margin: 0 auto;
    text-align: center;
}  

.commitment-wrapper h2	{
  font-size: 2.8rem;
          color: #ffffff;
  margin-bottom: 1.5rem;
   font-weight: 700;
     }

.commitment-text {
		font-size: 1.2rem;
    color: #f8f9fa;
  line-height: 1.8;
   margin-bottom: 3rem;
}

.commitment-points {
  display:        grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
          gap: 2rem;
}

.commitment-item 
 {
  background: rgba(255, 255, 255, 0.15);
    padding: 1.8rem 1.5rem;
    border-radius: 8px;
  color: #ffffff;
   font-weight: 600;
   font-size: 1.1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-about {
    padding: 100px 2rem;
          background: #ffffff;
}

.cta-about-content {
	max-width     :   900px;
    margin: 0 auto;
   text-align: center; 

}

.cta-about-content h2 {
  font-size: 2.6rem;
   color: #2c3e50;
  margin-bottom: 1.5rem;
  font-weight: 700;
	
}


.cta-about-content p {
   font-size: 1.15rem;
  color: #5a6c7d;
  line-height: 1.8;
    margin-bottom   :        2.5rem;
}

.cta-about-btn
{
    background: #667eea;
   color: #ffffff;
   padding: 18px 50px;
    text-decoration: none;
    border-radius: 8px;
  font-weight: 600;
    font-size: 1.2rem;
 display: inline-block;
   transition: transform 0.3s, box-shadow 0.3s;


}

.cta-about-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

.thankyou-main {
  padding: 120px 2rem 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 60vh;
  display: flex;
  align-items: center;
    justify-content: center;
}

.thankyou-container {
    max-width   :        800px;

	  margin: 0 auto;

	   text-align: center;
}

.thankyou-icon {

	        margin-bottom: 2rem;
}

.success-checkmark {
  width: 80px;
    height: 80px;
 margin: 0 auto; 

}

.check-icon {
   width     :   80px;
       height: 80px;
   position: relative;
   border-radius: 50%;
	box-sizing: content-box;
    border: 4px solid #ffffff;
}

.check-icon::before {
    top: 3px;
  left: -2px;
	width: 30px;
   transform-origin: 100% 50%;
   border-radius: 100px 0 0 100px;
}

.check-icon::after {
     top   :  0;
   left: 30px;
  width: 60px;
               transform-origin: 0 50%;
   border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
   animation: rotate-circle 4.25s ease-in;
}

.icon-line {
 height: 5px;
   background-color: #ffffff;
		display: block;
  border-radius: 2px;
    position: absolute;
  z-index: 10;
}

.icon-line.line-tip {
  top: 46px;
   left: 14px;
   width: 25px;
  transform: rotate(45deg);
   animation: icon-line-tip 0.75s;
}

.icon-line.line-long {

    top     :        38px;
  right  :        8px;
  width: 47px;
  transform: rotate(-45deg);
   animation: icon-line-long 0.75s;



}

.icon-circle {
   top: -4px;
    left: -4px;
   z-index: 10;
  width: 80px;
    height: 80px;
  border-radius: 50%;
   position: absolute;
   box-sizing: content-box;
  border: 4px solid rgba(255, 255, 255, 0.5);

}

.icon-fix {
  top: 8px;
       width     :       5px;
  left: 26px;
    z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
   background-color: #667eea;
}@keyframes rotate-circle {
0% {
transform: rotate(-45deg);
}
5% {
transform: rotate(-45deg);
}
12% {
transform: rotate(-405deg);
}
100% {
transform: rotate(-405deg);
}
}

@keyframes icon-line-tip {
0% {
width: 0;
left: 1px;
top: 19px;
}
54% {
width: 0;
left: 1px;
top: 19px;
}
70% {
width: 50px;
left: -8px;
top: 37px;
}
84% {
width: 17px;
left: 21px;
top: 48px;
}
100% {
width: 25px;
left: 14px;
top: 46px;
}
}

@keyframes icon-line-long {
0% {
width: 0;
right: 46px;
top: 54px;
}
65% {
width: 0;
right: 46px;
top: 54px;
}
84% {
width: 55px;
right: 0px;
top: 35px;
}
100% {
width: 47px;
right: 8px;
top: 38px;
}
}.thankyou-title {
  font-size: 3rem;
    color: #ffffff;
   margin-bottom: 1.5rem;
   font-weight: 700;
}

.thankyou-message {
                    font-size: 1.25rem;
  color: #f8f9fa;
   line-height: 1.8;
        margin-bottom: 3rem;
}

.thankyou-details {
  background: rgba(255, 255, 255, 0.1);
   padding    :     3rem 2.5rem;
 border-radius: 12px;
  margin-bottom     :        3rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.thankyou-details h3 {
	font-size: 1.8rem;
  color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 600;
}

.next-steps {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap : 2rem;
}

.step-box {
  background: rgba(255, 255, 255, 0.15);
   padding: 2rem 1.5rem;
   border-radius: 8px;
  text-align: center;
}

.step-icon {
    align-items: center;
	color: #667eea;
    border-radius: 50%;
    display: flex;
  font-size :1.5rem;
  justify-content: center;
                    width: 50px;
  margin: 0 auto 1rem;
    height:    50px;
    background: #ffffff;
   font-weight: 700;
}

.step-box p {
   font-size: 0.95rem;
    color: #f8f9fa;
   line-height: 1.6;
}

.thankyou-actions {
   display: flex;
	 gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.thankyou-btn   {
   padding: 16px 35px;
    text-decoration: none;
  border-radius: 8px;
   font-weight: 600;
  font-size: 1.1rem;
   transition: all 0.3s;
  display  :        inline-block;
}

.thankyou-btn.primary {
    background: #ffffff;
  color: #667eea;
}  

.thankyou-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.thankyou-btn.secondary {


  background :transparent; 
    color: #ffffff; 
    border: 2px solid #ffffff;


}

.thankyou-btn.secondary:hover {
    background: #ffffff;
   color     : #667eea;
	
}  

.thankyou-info   {
  padding: 100px 2rem;
     background: #f8f9fa;
}

.thankyou-info h2 {
	 font-size: 2.6rem; 
	   color: #2c3e50; 
	   text-align: center; 
	   margin-bottom: 3rem; 
	    font-weight : 700;
}

.info-grid {

          max-width: 1200px;
  margin: 0 auto;
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2.5rem;

}

.info-card {

  background: #ffffff;
  padding: 2.5rem;
 border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);}

.info-card h4 {
  font-weight: 600;
  margin-bottom: 1rem;
   font-size: 1.5rem;
  color: #667eea;
}

.info-card p {
  color: #5a6c7d;
	   line-height: 1.7;
	   font-size: 1.05rem;
}

.contact-reminder   {

	background: #ffffff;
    padding: 80px 2rem;
	
	}

.reminder-content {
    max-width: 800px;
   margin: 0 auto;
  text-align: center;
}

.reminder-content h3 {
	font-size: 2.2rem;
  color: #2c3e50;
   margin-bottom: 1rem;
    font-weight: 700;
}

.reminder-content p {
    line-height: 1.8;
	font-size    :  1.15rem;
  color: #5a6c7d;
    margin-bottom: 2.5rem;
}

.reminder-contact {
  display: flex;
  justify-content: center;
    gap   :  3rem;
    flex-wrap: wrap;
}

.contact-detail {
      font-size: 1.05rem;
    color: #5a6c7d;
     }

.contact-detail strong {
   color: #2c3e50;
    display: block;
	margin-bottom    :     0.3rem; 
	
     }@media (max-width: 1024px) {
.mission-layout,
.story-wrapper,
.method-block {
grid-template-columns: 1fr;
gap: 3rem;
}

.method-block.reverse {
grid-template-columns: 1fr;
}

.method-block.reverse img {
order: 0;
}

.story-image-side img {
position: static;
}
}

@media (max-width: 768px) {
.about-hero {
padding: 100px 1.5rem 60px;
}

.about-hero-content h1 {
font-size: 2.4rem;
}

.about-hero-text {
font-size: 1.1rem;
}

.values-grid,
.approach-pillars,
.team-features,
.next-steps {
grid-template-columns: 1fr;
}

.thankyou-title {
font-size: 2.2rem;
}

.thankyou-message {
font-size: 1.1rem;
}

.thankyou-actions {
flex-direction: column;
}

.thankyou-btn {
width: 100%;
}

.reminder-contact {
flex-direction: column;
gap: 1.5rem;
}
}