* {
    margin: 0;
    padding    :       0;
    box-sizing: border-box;
}

body  {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
   line-height: 1.6; 
   color: #2c2c2c; 
   background :   #fafafa;
}

.top-navigation    {
	background     :    #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
         position  :       sticky;
    top    :        0;
   z-index: 1000;
  padding: 1rem 0;
}

.nav-wrapper {
    max-width: 1240px;
   margin: 0 auto;
	padding: 0 20px;
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-section .logo-link {
   display: block;
}



.site-logo  
  {
  height: 48px;
    width: auto;
}

.menu-toggle

{

        display   :none; 
	 background: none; 
    border: none; 
  cursor: pointer; 
    flex-direction: column; 
  gap: 5px; 
                    padding: 8px;
     }

.burger-line
	{


  width: 28px;
   background:        #333;
  transition: all 0.3s ease;
  height: 3px;
}

.nav-links

{
       display  :       flex;
	gap: 2rem;
   align-items: center;
}

.nav-item {
    color: #444;
  text-decoration: none;
          font-weight: 500;
    transition: color 0.2s;
    padding  :        0.5rem 0;
}

.nav-item:hover,
.nav-item.active {
    color: #d63447;
}

.hero-block{

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px;
  color: white;


}

.hero-content-wrap {
    max-width: 1240px;
   margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr 1fr;
               gap  :    60px;
    align-items: center;
}

.text-column {
}

.main-headline {

	   font-size: 2.8rem;
     line-height: 1.2;
      margin-bottom: 24px;
  font-weight:       700;
     }

.hero-description


{
   font-size     :   1.15rem;
   margin-bottom: 32px;
  opacity: 0.95;
    line-height: 1.7;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
} 

.primary-action,
.secondary-action {

   padding: 14px 32px;
	text-decoration: none;
    border-radius: 6px;
   font-weight   :     600;
  transition: all 0.3s;
   display: inline-block;}

.primary-action {


   background  :       #d63447;
  color: white; 

}

.primary-action:hover {
    background: #c02a3a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(214,52,71,0.3);
}

.secondary-action  {

  background: rgba(255,255,255,0.2);
 color: white;
   border: 2px solid white;}

.secondary-action:hover {
	  background: rgba(255,255,255,0.3);
	}

.image-column {
}

.hero-visual {
         width:    100%;
               border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);


}  

.approach-section
	{
  padding: 80px 20px;
	background: #f8f9fa;
}

.section-container {
		 max-width: 1240px;
    margin: 0 auto;
}

.section-heading {
  text-align: center;
   font-size :   2.5rem;
	 margin-bottom: 60px;
   color: #2c2c2c; 
	
}  

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap :     30px;
}

.method-card
{
  background :      white;
    padding: 40px 30px;
    border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
   transition: transform 0.3s, box-shadow 0.3s;
}

.method-card:hover     {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.card-title {
  font-size: 1.5rem;
      margin-bottom    :     16px;
    color: #667eea;


}

.card-text {
	color: #555;
   line-height: 1.7;
}

.transformation-showcase {
    padding     :    80px 20px;
    background  : white;
}

.showcase-wrapper {
    max-width: 1240px;
         margin: 0 auto;
      display: grid;
     grid-template-columns: 45% 55%;
       gap: 60px;
     align-items: center;
}

.showcase-image {
   width: 100%;
   border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.showcase-title {
   font-size: 2.2rem;
    margin-bottom: 24px;
   color  :       #2c2c2c; 
	
}

.showcase-paragraph {
		margin-bottom: 20px;
  color: #555;
    line-height: 1.8;
  font-size: 1.05rem;
} 

.benefits-listing
	{
    list-style: none;
    margin-top: 30px;
	
}

.benefit-item {
     padding: 12px 0 12px 32px;
   position: relative;
   color: #444;

}

.benefit-item:before {
  content: '✓';
     position: absolute;
	left: 0;
  color: #d63447;
  font-weight: bold;
         font-size: 1.3rem;
     }

.services-block {


   padding     :      80px 20px;
  background: #f8f9fa;


}

.services-container {
    margin: 0 auto;
	    max-width    :1240px; 
	
}

.services-header {
   text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
  color: #2c2c2c;
}

.services-layout {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 30px;
}

.service-box {
          background: white;
    padding: 40px;
    border-radius   :    8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.service-name {
		 font-size: 1.6rem;
    margin-bottom: 16px;
                    color: #764ba2;}

.service-description {
	color: #555;
   margin-bottom: 24px;
    line-height: 1.7;
}

.service-link{
    text-decoration: none;
   font-weight: 600;
		border: 2px solid #667eea;
  color: #667eea;
  border-radius: 5px;
  padding: 10px 24px;
   display: inline-block;
	transition: all 0.3s;
}

.service-link:hover {
	 background: #667eea; 
	    color: white;
}

.cta-area {


  padding: 100px 20px;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: white;
    text-align: center;


}


.cta-content-box {


   max-width :800px;
    margin: 0 auto;


}

.cta-heading {
	font-size: 2.6rem;
     margin-bottom     :     24px;
}  

.cta-subtext {
   font-size: 1.15rem;
  margin-bottom: 36px;
    line-height: 1.7;
   opacity : 0.95;
}

.cta-main-button {
               background: #d63447;
  color: white;
  padding :16px 48px;
  text-decoration     :   none;
    border-radius: 6px;
	 font-weight :       600;
  font-size: 1.1rem;
  display: inline-block;
   transition: all 0.3s;
}

.cta-main-button:hover {


    background: #c02a3a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(214,52,71,0.4);


}

.why-us-section {
  padding: 80px 20px;
  background: white;
}

.why-container {
	    max-width: 1240px;
   margin   :0 auto;
   display: grid;
         grid-template-columns: 55% 45%;
  gap: 60px;
    align-items: center;
	}

.why-heading {
	 font-size    :2.2rem;
  margin-bottom:  24px;
  color: #2c2c2c;
}

.why-paragraph {
  margin-bottom: 20px;
        color: #555;
   line-height    :    1.8;
   font-size: 1.05rem;
}

.why-image {
    width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.process-overview {
   padding: 80px 20px;
    background : #f8f9fa;
} 

.process-wrap {

	  max-width     :  1240px;
          margin: 0 auto;
     }

.process-title {
	text-align: center;
	   font-size: 2.5rem;
	        margin-bottom: 60px;
	    color: #2c2c2c;
}

.steps-grid {
        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   gap: 30px;
	
}

.step-element {
   background: white;
      -webkit-border-radius   :     8px;
                  padding: 40px 30px;
      border-radius: 8px;
      text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
  background: linear-gradient(135deg, #667eea, #764ba2);
    color     :     white;
     border-radius     :  50%;
    display: flex;
   align-items: center;
  justify-content: center;
    font-size: 1.8rem;
 font-weight: bold;
         margin: 0 auto 20px;
}

.step-label {
	 font-size  :        1.4rem;
    margin-bottom: 12px;
   color: #2c2c2c;
}

.step-info {
   color   :      #555;
    line-height: 1.6;


}

.gallery-section {
   padding: 80px 20px;
    background: white;
}

.gallery-wrap		{

	max-width: 1240px;
   margin: 0 auto; 

	}

.gallery-heading {
	text-align: center;

      font-size: 2.5rem;

    margin-bottom: 60px;

   color: #2c2c2c;

}

.images-layout  {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}



.gallery-photo {
  width: 100%;
      border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition     : transform 0.3s;
	}

.gallery-photo:hover {
  transform: scale(1.03);
}

.contact-section {
  padding: 80px 20px;
          background: #f8f9fa;
}

.contact-wrapper {
  max-width :   1240px;
  margin: 0 auto;
         display : grid;
 grid-template-columns: 40% 60%;
	gap: 60px;
}

.contact-heading {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #2c2c2c;


}

.contact-intro


{

	          color: #555;
  margin-bottom: 40px;
        line-height: 1.7;
}

.info-blocks	{
    display :        flex;
	flex-direction: column;
	gap: 24px;
}

.info-item {
}

.info-label {
          font-size: 1rem;
    color: #667eea;
    margin-bottom: 8px;
	 font-weight: 600;
}

.info-value {
  color: #444;
                    font-size: 1.05rem;
  line-height: 1.6;
}

.contact-form {
    background   :   white;
   padding     : 40px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 24px;
}

.form-label {
       display: block;
    margin-bottom: 8px;
   color   :        #333;
   font-weight     :500; 
	}  

.form-control {
    width: 100%;
    padding   :     12px 16px;
    border   :  1px solid #ddd;
    border-radius  :    5px;
    font-size: 1rem;
    transition: border-color 0.3s;
   font-family: inherit;
}

.form-control:focus {
	 outline: none;
  border-color: #667eea;
}  

.textarea-field {
    resize: vertical;
   min-height: 120px;
}

.submit-button		{
  background: linear-gradient(135deg, #667eea, #764ba2);
   color: white;
    padding: 14px 40px;
               border: none;
      border-radius  :6px;
    font-size: 1.05rem;
  font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102,126,234,0.3);
}

.site-footer {
    background: #1a1a1a;
   color: #e0e0e0;
				 padding: 60px 20px 30px;
}

.footer-content {

  max-width     :      1240px;
  margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap:    40px;
   margin-bottom: 40px;


}

.footer-logo {
    height: 50px;
  width: auto;
    margin-bottom   : 20px;
  filter: brightness(0) invert(1);
}  

.footer-text {
          color:        #b0b0b0;
  line-height: 1.7; 
	
}  

.footer-heading {
				 font-size: 1.2rem;
  color: #ffffff;
    margin-bottom: 20px; 
	
}

.footer-links {
    list-style: none; 
	
}

.footer-links li {
       margin-bottom     :   12px;
}

.footer-link {
    color: #b0b0b0;
   text-decoration: none;
    transition    : color 0.3s;
}

.footer-link:hover {
 color: #667eea;
}

.footer-contact {


   color: #b0b0b0;
   margin-bottom: 12px;
   line-height   :      1.6;


}

.footer-bottom {
    max-width: 1240px;
   margin: 0 auto;
   padding-top :30px;
	border-top :   1px solid #333;
    text-align: center;
}

.copyright-text {
	                    color: #888;
   font-size: 0.95rem;}

@media (max-width: 968px) {
.hero-content-wrap,
.showcase-wrapper,
.why-container,
.contact-wrapper {
grid-template-columns: 1fr;
}

.showcase-wrapper {
grid-template-columns: 1fr;
}

.visual-part {
order: 2;
}

.content-part {
order: 1;
}

.main-headline {
font-size: 2.2rem;
}

.images-layout {
grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
.menu-toggle {
display: flex;
}

.nav-links {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: white;
flex-direction: column;
padding: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
display: none;
gap: 0;
}

.nav-links.active {
display: flex;
}

.nav-item {
padding: 12px 0;
width: 100%;
border-bottom: 1px solid #eee;
}

.main-headline {
font-size: 1.9rem;
}

.section-heading,
.services-header,
.process-title,
.gallery-heading {
font-size: 2rem;
}

.cta-heading {
font-size: 2rem;
}

.methodology-grid,
.services-layout,
.steps-grid {
grid-template-columns: 1fr;
}

.hero-block {
padding: 60px 20px;
}

.approach-section,
.services-block,
.process-overview,
.gallery-section,
.contact-section,
.why-us-section,
.transformation-showcase {
padding: 60px 20px;
}

.cta-area {
padding: 70px 20px;
}
}.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-block

{

	  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  padding: 100px 20px 80px;
   color: #fff;
  text-align: center;}

.about-hero-container {
   max-width: 900px;
   margin: 0 auto;
}

.about-main-title {
    font-size: 3rem;
  margin-bottom     :   24px;
    line-height: 1.2;
               font-weight: 700; 
	
}

.about-hero-text {

   font-size  :     1.2rem;
  line-height: 1.7;
   opacity: 0.95;
     }

.story-section {
  padding    :80px 20px;
		 background: white;
}

.story-wrap {

	 max-width: 1240px;
 margin: 0 auto;
  display: grid;
    grid-template-columns: 58% 42%;
  gap: 50px;
   align-items: start;
}

.story-heading   {
    font-size: 2.4rem;
  margin-bottom: 28px;
  color: #2c2c2c;
}

.story-paragraph {
    margin-bottom: 22px;
  color    :       #555;
   line-height: 1.8;
  font-size: 1.05rem;
}

.story-image-container {
  position: sticky;

  top: 100px;
}


.story-img {
         width: 100%;
   border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.philosophy-area {
    padding   :      80px 20px;
   background: #f8f9fa;
     }

.philosophy-container  
  {
   max-width: 1240px;
    margin: 0 auto; 
	
}

.philosophy-title {
    text-align: center;
		font-size:     2.5rem;
	 margin-bottom: 60px;
  color: #2c2c2c;
}

.philosophy-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap :  30px;
}

.philosophy-card {
   background: white;
    padding: 35px 28px;
    border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
                    transition: transform 0.3s;
}

.philosophy-card:hover {
  transform: translateY(-4px);
}

.philosophy-card-title {

	    font-size: 1.45rem;
  margin-bottom: 14px;
    color: #667eea;
     }

.philosophy-card-desc {
    color: #555;

	   line-height: 1.7;
}

.approach-details {
  padding: 80px 20px;
   background   :        white;
}

.approach-wrapper {
	max-width    :     1240px;
    margin: 0 auto;
  display: grid;
    grid-template-columns: 55% 45%;
  gap: 60px;
   align-items: center;
}

.approach-heading     {


	 color:        #2c2c2c;
	 font-size: 2.3rem;
    margin-bottom: 20px;



}

.approach-desc {
   margin-bottom: 40px;
   line-height: 1.7;
  color: #555;
  font-size: 1.1rem;
}

.pillars-list {
          gap: 28px;
   display  :        flex;
  flex-direction: column;
}

.pillar-item {

	   border-left  :       4px solid #764ba2;
	    padding-left: 24px; 



}

.pillar-name {
   font-size    :    1.35rem;
    margin-bottom: 10px;
  color: #333;
}

.pillar-explanation {


	color: #555;
  line-height: 1.7;}

.approach-image     {
	width: 100%;
   border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); 

}

.values-block {

	    padding: 80px 20px;
   background: #f8f9fa;}

.values-container {
   max-width: 1240px;
   margin: 0 auto;
}

.values-heading {
    text-align: center;
  font-size: 2.5rem;
   margin-bottom: 60px;
 color: #2c2c2c;
}

.values-layout {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
					gap: 30px;
}

.value-box {
	background: white;
      padding :40px 30px;
               border-radius: 8px;
    border-top : 4px solid #d63447;
}

.value-title {
    font-size: 1.5rem;
  margin-bottom: 14px;
    color: #2c2c2c;
}

.value-text {
  line-height: 1.7;
    color: #555;
}

.methodology-showcase
{
   padding: 80px 20px;
    background: white;
}

.methodology-content {
   max-width: 1100px;
    margin: 0 auto;
}

.methodology-main-title {
     text-align: center;

    font-size: 2.5rem;

    margin-bottom: 60px;

   color    :      #2c2c2c;
}  

.methodology-blocks {
    display: flex; 
	  flex-direction: column; 
	  gap: 30px;
	
}

.methodology-item {
  display  :   flex;
    gap: 30px;
    align-items: start;
    background: #f8f9fa;
   padding: 35px;
  border-radius: 8px;
}

.method-number {
    font-size: 2.5rem;
   font-weight: 700;
   color: #667eea;
    min-width: 70px;


}



.method-title {
   font-size: 1.5rem;
    margin-bottom: 12px;
    color :      #2c2c2c;
}

.method-description {
  color: #555;
  line-height: 1.7;
}

.who-for-section  {

    padding: 80px 20px;
  background: #f8f9fa;



}

.who-for-wrap {
   max-width: 1240px;
   margin: 0 auto;
}

.who-for-title {

         text-align: center;
    font-size: 2.5rem;
   margin-bottom     :      60px;
	color:      #2c2c2c;
}

.who-for-content  {
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;

}  

.column-header {
    color: #333;
   margin-bottom: 24px;
    font-size :       1.6rem;
}

.check-list, .cross-list {

	 list-style: none;


}

.check-item, .cross-item {
     padding: 14px 0 14px 35px;
	   position: relative;
	   color: #444;
	  line-height: 1.6;
	    margin-bottom: 8px;
}

.check-item:before {
  content: '✓'; 
    position: absolute; 
   left: 0; 
   color    :  #28a745; 
   font-weight: bold; 
   font-size: 1.4rem;
}

.cross-item:before {
  content: '✗';
  position: absolute;
    left: 0;
  color: #dc3545;
  font-weight  :    bold;
   font-size: 1.4rem;
}

.cta-about-section {


   padding :    90px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   text-align: center;
  color: white;


}

.cta-about-box {
  max-width: 800px;
  margin    :        0 auto;
}

.cta-about-heading {
   font-size: 2.6rem;
  margin-bottom: 24px; 

}

.cta-about-text {

	  font-size: 1.15rem;
  line-height :        1.7;
   margin-bottom: 36px;
   opacity: 0.95;
	}

.cta-about-button {
    background: #d63447;
      -webkit-border-radius: 6px;
     color: white;
   	padding     :     16px 48px;
      text-decoration: none;
      border-radius: 6px;
       font-weight: 600;
       font-size     :       1.1rem;
      display: inline-block;
                  -o-transition: all 0.3s;
          transition: all 0.3s;
   	 -webkit-transition: all 0.3s;
}



.cta-about-button:hover {

	    background   :  #c02a3a; 
	  transform: translateY(-2px); 
	  box-shadow: 0 6px 16px rgba(214,52,71,0.4);}



.thankyou-hero {
  min-height :   70vh;
    display: flex;
    align-items: center;
    justify-content   :     center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 20px;
}

.thankyou-container

{

	         max-width   :900px;

    margin: 0 auto;

}

.thankyou-content {
    background: white;
    padding: 60px 50px;
	border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    text-align:        center;
}

.success-icon-wrap {
   margin-bottom   : 30px;
}

.success-icon {


   width: 100px; 
	  height: 100px; 
	  margin: 0 auto;

}

.thankyou-title{

	    font-size: 2.6rem;
  color: #2c2c2c;
  margin-bottom: 20px;


}

.thankyou-message {
   font-size  :     1.15rem;
  color: #555;
  line-height     :     1.7;
  margin-bottom: 40px;
}

.thankyou-info-box {
               background  :       #f8f9fa;
               padding: 40px 35px;
  border-radius: 8px;
  margin-bottom: 40px;
  text-align: left;
}

.info-box-title {
  font-size: 1.5rem;
   color: #2c2c2c;
    margin-bottom: 30px;
   text-align: center;
}

.timeline-steps {

	   display: flex;
   flex-direction: column;
  gap: 24px;
}

.timeline-step {
          display: flex;
  gap: 20px;
         align-items: start;
}

.step-icon {
    min-width: 50px;
   height: 50px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
          border-radius: 50%;
  display: flex;
   align-items     :   center;
         justify-content: center;
	font-weight: 700;
    font-size   : 1.3rem;


}

.step-heading     {
    font-size: 1.2rem;
   color: #333;
	margin-bottom :    6px;
}

.step-text {
                    color: #666;
   line-height: 1.6; 

}

.thankyou-actions   {
  flex-wrap   :      wrap;
	          justify-content  :   center;
	    display  :      flex;
	   gap: 16px;
}

.primary-btn, .secondary-btn {
    padding: 14px 32px;
   text-decoration: none;
  border-radius: 6px;
    font-weight: 600;
		 transition: all 0.3s;
               display:inline-block;
}

.primary-btn  {
  background: linear-gradient(135deg, #667eea, #764ba2);
    color     :      white;
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102,126,234,0.3);
}

.secondary-btn {
      background: transparent;
    color: #667eea;
   border: 2px solid #667eea;


}

.secondary-btn:hover {
  background: #667eea;
	 color: white;
}

.while-waiting-section     {
    padding: 80px 20px;
         background: white;
}

.while-waiting-wrap {
        max-width: 1240px;
  margin: 0 auto;
}

.while-waiting-title     {
   text-align: center;
  font-size :       2.5rem;
	margin-bottom: 24px;
  color: #2c2c2c;
}

.while-waiting-intro {
   text-align: center;
	max-width: 800px;
  margin: 0 auto 50px;
         color: #555;
	font-size: 1.1rem;
    line-height: 1.7;
}

.questions-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap:       30px;
}

.question-card {
		background   :      #f8f9fa;
    padding: 35px 28px;
  border-radius: 8px;
  border-left: 4px solid #764ba2;
	}

.question-heading		{

	               font-size :   1.35rem; 
   color: #333; 
  margin-bottom: 12px;}

.question-desc


{
   color: #555;
    line-height: 1.7;
}

.additional-resources {
  padding: 80px 20px;
	background: #f8f9fa;
	}

.resources-container {
  max-width   :  1000px;
					margin: 0 auto;
    text-align: center;
}


.resources-heading {
  font-size: 2.3rem;
	 margin-bottom: 20px;
    color: #2c2c2c;
}

.resources-intro {
   color: #555;
   font-size: 1.1rem;
   line-height: 1.7;
  margin-bottom: 40px;
}

.resource-links-box {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
       gap: 24px;
}

.resource-link {
  background: white;
          padding: 32px 28px;
	border-radius: 8px;
  text-decoration: none;
    display: block;
   transition    :   all 0.3s;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
 text-align: left;
}

.resource-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.resource-link-title {
    font-size: 1.4rem;
	 color :   #667eea;
	 margin-bottom: 10px;
}

.resource-link-desc {


	 color: #666;
   line-height: 1.6;


     }@media (max-width: 968px) {
.about-main-title {
font-size: 2.3rem;
}

.story-wrap,
.approach-wrapper {
grid-template-columns: 1fr;
}

.story-image-container {
position: relative;
top: 0;
}

.approach-wrapper {
grid-template-columns: 1fr;
}

.approach-visual-side {
order: -1;
}

.who-for-content {
grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
.about-hero-block {
padding: 70px 20px 60px;
}

.about-main-title {
font-size: 2rem;
}

.story-section,
.philosophy-area,
.approach-details,
.values-block,
.methodology-showcase,
.who-for-section,
.while-waiting-section,
.additional-resources {
padding: 60px 20px;
}

.cta-about-section {
padding: 70px 20px;
}

.thankyou-content {
padding: 40px 30px;
}

.thankyou-title {
font-size: 2rem;
}

.methodology-item {
flex-direction: column;
padding: 25px;
}

.method-number {
min-width: auto;
}
}