* {
    margin: 0;
    padding     :  0;
	box-sizing: border-box;
}


body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
   color: #2c3e50;
  overflow-x: hidden;
}

.main-navigation {

    background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	position: sticky;
  top: 0;
               z-index:     1000;
    padding: 1rem 0;


}

.nav-wrapper-box {
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
  display   :  flex;
   justify-content: space-between;
  align-items: center;
}



.brand-section .site-logo   {
    height: 48px;
   width   :       auto;
}

.navigation-menu {
    display  :    flex;
}

.menu-collection {
  list-style: none;
    display: flex;
    gap: 2.5rem;
  align-items: center;
} 

.menu-piece a		{
   font-size   :   16px;
    transition: color 0.3s ease;
  color: #34495e;
               font-weight: 500;
   text-decoration: none;
}

.menu-piece a:hover {
	 color: #e74c3c;
}

.mobile-toggle {
    display: none;
  background  :none;
   border: none;
  cursor: pointer;
  flex-direction     :  column;
    gap: 5px;
    padding: 8px;
}

.burger-line {
        width: 28px;
  height: 3px;
  background    :   #2c3e50;
   transition: all 0.3s ease;
    border-radius: 3px;
}

.mobile-toggle.active .burger-line:nth-child(1) {

  transform: rotate(45deg) translate(8px, 8px);
	}

.mobile-toggle.active .burger-line:nth-child(2) {
	opacity: 0;
}  

.mobile-toggle.active .burger-line:nth-child(3){
  transform: rotate(-45deg) translate(7px, -7px);
}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }
    
    .navigation-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        background: #ffffff;
        transition: left 0.3s ease;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    
    .navigation-menu.active {
        left: 0;
    }
    
    .menu-collection {
        flex-direction: column;
        gap: 0;
        padding: 20px 0;
    }
    
    .menu-piece {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #ecf0f1;
    }
}.intro-segment	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          color: white;
   padding: 80px 20px;
}  

.intro-content-holder {
	        max-width  :        1200px; 
	    margin: 0 auto; 
	    display: grid; 
	   grid-template-columns: 1fr 1fr; 
	    gap  : 60px; 
	       align-items: center;}

.text-zone h1 {
   font-size: 3rem;
  margin-bottom: 24px;
   line-height: 1.2;
}

.lead-description {
  font-size: 1.2rem;
   margin-bottom:   32px;
   opacity: 0.95;
}

.action-buttons-group {
   display   :       flex;
	 gap: 16px;
    flex-wrap: wrap;}

.primary-action-btn,
.secondary-action-btn {


    padding: 14px 32px; 
	  text-decoration  :      none; 
	   border-radius: 8px; 
	    font-weight: 600; 
	   transition: all 0.3s ease; 
	    display: inline-block;


}

.primary-action-btn  
  {
   background: #e74c3c;
  color: white;
}

.primary-action-btn:hover {

	    background: #c0392b;
  transform: translateY(-2px);

} 

.secondary-action-btn {
   background: transparent;
  color    :    white;
    border: 2px solid white;
}

.secondary-action-btn:hover {
          background   :    white;
		color: #667eea;
}

.hero-visual {
  width:  100%;
   border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3); 

}@media (max-width: 968px) {
    .intro-content-holder {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .text-zone h1 {
        font-size: 2.2rem;
    }
}.methodology-area {
  padding  :      80px 20px;
	background: #f8f9fa;


}  

.content-container {
		max-width: 1200px;
  margin: 0 auto;

}

.methodology-area h2 {

  text-align: center;
        font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2c3e50;
     }


.methodology-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 32px;

}

.method-card {
    background: white;
   padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.07);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.method-card h3
{
  color     :    #667eea;
    margin-bottom: 16px;
		 font-size: 1.5rem;
}

.services-display {
  padding: 80px 20px;
}

.services-display h2 {


   text-align: center;
    font-size: 2.5rem;
   margin-bottom: 60px;}

.services-arrangement {
    display  :flex;
   flex-direction: column;
       gap   :        50px;
}

.service-box {
   display: grid;
    grid-template-columns: 1fr 1fr;
          gap: 40px;
 align-items: center;
}

.service-box:nth-child(even) {
	direction: rtl;
}

.service-box:nth-child(even) .service-details {
	 direction: ltr;
}

.service-img {
       width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	

}

.service-details h3

{
   font-size: 1.8rem;
   margin-bottom: 16px;
   color  : #2c3e50;
}

.service-details p {
  font-size: 1.1rem;
    color: #546e7a;
	line-height: 1.7;
	
}@media (max-width: 868px) {
    .service-box {
        grid-template-columns: 1fr;
    }
    
    .service-box:nth-child(even) {
        direction: ltr;
    }
}.transformation-showcase  
  {
  padding: 80px 20px;
    background: #ecf0f1;
}

.showcase-layout
	{
   gap: 50px;
   grid-template-columns: 1fr 1fr;
    align-items: center;
   display: grid;
}

.showcase-photo {
                    width: 100%;
	border-radius: 12px;
}

.showcase-text-side h2{
   font-size: 2.3rem;
	margin-bottom: 24px;
   color: #2c3e50;
}

.showcase-text-side p{
  margin-bottom: 20px;
    font-size: 1.1rem;
  color: #546e7a;
}

.benefit-listing {
	    margin-top:   32px;
	 list-style: none;


}

.benefit-listing li {
  position    :      relative;
       padding-left: 32px;
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.benefit-listing li:before {
  content: "→";

	    position: absolute;

	    left:       0;

	    color: #e74c3c;

	    font-weight: bold;
}@media (max-width: 968px) {
    .showcase-layout {
        grid-template-columns: 1fr;
    }
}.cta-segment {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 80px 20px;
   color  :        white;
	text-align: center;
}

.cta-inner-box {

	 max-width: 800px;
  margin: 0 auto;
}

.cta-inner-box h2 {
          font-size: 2.5rem;
  margin-bottom: 24px;
}

.cta-inner-box p {
   font-size: 1.2rem;
    margin-bottom: 32px;
    opacity:       0.95;
}

.cta-main-button {
    display: inline-block;
  padding: 16px 40px;
    background: white;
   color: #f5576c;
	text-decoration    : none;
  border-radius  :50px;
   font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-main-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.contact-zone {
   padding: 80px 20px;
}

.contact-zone h2 {
   text-align: center;
          font-size: 2.5rem;
    margin-bottom: 50px;
}

.contact-layout {
	  display: grid;
       grid-template-columns: 1.5fr 1fr;
       gap: 60px;
                  max-width: 1100px;
       margin:  0 auto;
     }

.contact-form-element {
  display: flex;
   flex-direction: column;
   gap: 24px;
}

.form-group {
	display: flex;
  flex-direction: column;

}

.form-group label {
    margin-bottom: 8px;
   font-weight   :   600;
         color  : #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
      border-radius: 8px;
   font-size: 16px;
   font-family:     inherit;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline   :     none;
  border-color :    #667eea;
}

.form-submit-btn {
    padding: 14px 32px;
   background: #667eea;
    color: white;
    border:    none;
    border-radius: 8px;
   font-size: 1.1rem;
    font-weight:  600;
   cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit-btn:hover {
   background: #5568d3;
}

.contact-info-block {
        background: #f8f9fa;
  padding: 40px;
 border-radius: 12px;
}

.contact-info-block h3 {
    margin-bottom     :     24px;
  font-size: 1.8rem;
}

.info-item {
					margin-bottom: 20px;
  font-size: 1.05rem;
   line-height: 1.7;
} @media (max-width: 968px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
}.site-footer {
  background: #2c3e50;
   color: white;
   padding: 60px 20px 20px;
}

.footer-content-wrapper {
   max-width   :   1200px;
   margin: 0 auto;
}

.footer-main-area {
    display: grid;
    margin-bottom     : 40px;
    gap: 50px;
   grid-template-columns: 2fr 1fr 1fr;
}

.footer-logo {
   height: 50px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-tagline {
   opacity: 0.8;
   font-size: 1.05rem;
}

.footer-nav-column h4,
.footer-contact-column h4	{


                    margin-bottom: 20px;
	   font-size: 1.3rem; 

     }

.footer-links {
	list-style: none;
}

.footer-links li 
 {
   margin-bottom     :       12px;
}

.footer-links a {
  opacity    :       0.8;
   color: white;
	transition: opacity 0.3s ease;
    text-decoration: none;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-contact-column p {
   margin-bottom: 12px;
    opacity: 0.8;
}

.footer-bottom-bar    {
    padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
   text-align: center;
          opacity: 0.7;
}@media (max-width: 868px) {
    .footer-main-area {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}.about-hero-area {

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 20px;
  text-align     : center;
  color: white;
}

.about-hero-content h1 {
   font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
      opacity: 0.9;
  font-size: 1.3rem;
  max-width: 700px;
   margin: 0 auto;


}

.story-segment {
    padding: 80px 20px;
}

.story-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
               gap: 60px;
   align-items   :center;
}

.story-text-block h2 {
   color: #2c3e50;
	font-size: 2.5rem;
  margin-bottom: 28px;
}

.story-text-block p {
    margin-bottom: 20px;
    font-size     :   1.1rem;
    line-height: 1.8;
   color:      #546e7a;
}

.story-image {


   width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);


}@media (max-width: 968px) {
    .about-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}.philosophy-zone {

   padding: 80px 20px;
      background: #f8f9fa;


}

.philosophy-zone h2 {
         text-align: center;
 font-size: 2.5rem;
      margin-bottom: 50px;
}

.philosophy-cards-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
   max-width: 1200px;
  margin: 0 auto;
}

.philosophy-item {
    background: white;
	 padding     :  35px;
   border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.philosophy-item h3 {
    color: #667eea;
   margin-bottom: 16px;
   font-size  :      1.5rem;
}

.philosophy-item p {
	 line-height: 1.7;
               color: #546e7a;
}

.team-overview {
  padding  :  80px 20px;
}

.team-overview h2 {
  text-align: center;
	 font-size: 2.5rem;
  margin-bottom: 24px;
}

.team-intro-text {
    text-align: center;
  max-width: 800px;
    margin: 0 auto 50px;
  font-size: 1.15rem;
  color: #546e7a; 

}

.expertise-blocks {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
}

.expert-area {

  text-align: center;
     }

.expert-photo 
 {
    width: 100%;
   border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.expert-area h3 {
  font-size: 1.6rem;
    margin-bottom: 16px;
  color: #2c3e50;
}

.expert-area p {
	color: #546e7a;
   line-height   :   1.7;
}

.approach-detail 
 {
	   padding: 80px 20px;
    background: #ecf0f1;


}

.approach-layout     {
    display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 60px;
   align-items: start;
}

.approach-img	{
   width: 100%;
   border-radius: 12px;
}

.approach-content h2  
  {
	font-size: 2.3rem;
    margin-bottom: 24px;
   color: #2c3e50;
}

.approach-content > p {
    margin-bottom   :        32px;
     font-size: 1.1rem;
      color: #546e7a;
}

.approach-steps {
   display: flex;
  flex-direction: column;
    gap: 24px;
}

.single-step {
          background: white;
    padding: 24px;
    border-radius: 8px;
   border-left  :4px solid #e74c3c;
}

.single-step h4 {
    color: #2c3e50;
   margin-bottom   :    12px;
   font-size: 1.3rem;
	
}

.single-step p {
  color: #546e7a;
  line-height: 1.6;
}@media (max-width: 968px) {
    .approach-layout {
        grid-template-columns: 1fr;
    }
}.values-presentation


{
    padding: 80px 20px;
}

.values-presentation h2 {
     text-align: center;
   font-size: 2.5rem;
    margin-bottom: 50px;

}

.values-grid-display {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
	 max-width: 1200px;
   margin: 0 auto;
}

.value-box {
   background: #f8f9fa;
		 padding     :32px;
	border-radius: 10px;
    transition: transform 0.3s ease;
}

.value-box:hover {

	  transform: translateY(-5px);}

.value-box h3 {
  color: #667eea;
    margin-bottom   : 16px;
   font-size: 1.5rem;
}

.value-box p {


   color: #546e7a;
   line-height: 1.7;
     }

.cta-about-page {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 80px 20px;
  text-align: center;
   color: white; 

}

.cta-about-wrapper {
  max-width   :       800px;
    margin: 0 auto;
}

.cta-about-wrapper h2 {
   font-size: 2.5rem;
  margin-bottom: 20px;
}

.cta-about-wrapper p {
  font-size: 1.2rem;
       margin-bottom: 32px;
         opacity: 0.95;
}

.cta-return-btn {
   display: inline-block;
   padding   :        16px 40px;
  background: white;
    color   :#f5576c;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
   font-size: 1.1rem;
   transition     : all 0.3s ease;
}

.cta-return-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.thankyou-main-area {
	   min-height: 80vh;
    display: flex;
  align-items: center;
   justify-content: center;
   padding: 80px 20px;
     }

.thankyou-content-box {
   max-width: 800px;
    text-align: center;}

.success-icon-wrapper {
   margin-bottom: 40px;
}

.checkmark-circle {
	 width: 120px;
	height: 120px;
   border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin :        0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scaleIn 0.5s ease-out;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.checkmark-symbol {
      width: 50px;
   height: 30px;
  border-left: 6px solid white;
    border-bottom: 6px solid white;
  transform: rotate(-45deg);
    margin-top: -10px;
}

.thankyou-content-box h1 {

    font-size: 3rem;
  color: #2c3e50;
   margin-bottom: 24px;

}

.thankyou-message  {
  font-size: 1.2rem;
   color     :    #546e7a;
   margin-bottom: 50px;
         line-height: 1.7;
}

.next-steps-info {
  background :#f8f9fa;
    padding: 40px;
    border-radius: 12px;
      margin-bottom: 40px;
}

.next-steps-info h2 {
    font-size: 2rem;
    margin-bottom: 32px;
 color: #2c3e50;
}

.steps-listing {
	   text-align: left;
    display: flex;
   gap: 28px;
    flex-direction: column;
	}

.step-item {
	 display: flex;
  gap: 24px;
    align-items: start;
}

.step-number {
  width: 50px;
	height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
   border-radius: 50%;
  display: flex;
    align-items  :     center;
       justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
   flex-shrink: 0;
     }

.step-text h3 {
   font-size: 1.4rem;
   color: #2c3e50;
  margin-bottom: 8px;
}

.step-text p
	{
   color: #546e7a;
    line-height: 1.6;
}

.thankyou-actions {
  display: flex;
   gap: 20px;
       justify-content: center;
    margin-bottom: 50px;
  flex-wrap :       wrap;
	
}

.btn-return-home,
.btn-learn-more {
   padding  :        14px 32px;
    text-decoration: none;
    border-radius: 8px;
               font-weight: 600;
    transition     :      all 0.3s ease;
    display: inline-block; 

}

.btn-return-home {
    background: #667eea;
     color: white;


}

.btn-return-home:hover {
	  background     :  #5568d3;
	  transform: translateY(-2px);

}


.btn-learn-more {
   background: transparent;
   color: #667eea;
   border: 2px solid #667eea;
}

.btn-learn-more:hover {
  background: #667eea; 
    color     :   white;
}

.additional-info-section


{

	   background: #ecf0f1;
     padding: 30px;
    border-radius: 10px;}

.additional-info-section h3 {
  font-size: 1.6rem;
    margin-bottom   :     16px;
    color: #2c3e50; 
	
}

.additional-info-section p {
	color   :#546e7a;
    line-height: 1.7;
    font-size: 1.05rem;
}@media (max-width: 768px) {
    .thankyou-content-box h1 {
        font-size: 2.2rem;
    }
    
    .next-steps-info {
        padding: 30px 20px;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .thankyou-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-return-home,
    .btn-learn-more {
        width: 100%;
    }
}.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;
    }
}