* {
  margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #2c3e50;
  background: #f8f9fa;
}

.main-header {
   background: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  position: sticky;
    top: 0;
  z-index: 1000;
}

.navigation-wrap {
    padding: 1.2rem 0;
}

.nav-container {
    max-width: 1240px;
  margin: 0 auto;
    padding: 0 25px;
     display: flex;
   justify-content: space-between;
  align-items: center;
}

.brand-section {
  flex: 0 0 auto;
}

.logo-link {
  display   :       block;
}

.site-logo {
   height  :    48px;
    width: auto;
	display: block;

}

.mobile-toggle {
    display  :       none;
  flex-direction: column;
	 background: none;
   border :  none;
	cursor: pointer;
                    padding    : 8px;
}

.burger-line {
    width: 26px;
   height: 3px;
  background : #2c3e50;
   margin: 3px 0;
   transition  :      0.3s;
}

.nav-links {
    display: flex;
  gap: 35px;
   align-items: center;
}

.nav-item 
 {
      text-decoration: none;
   color  :#2c3e50;
	font-weight: 500;
   font-size: 15.5px;
   transition: color 0.3s;
                    padding: 8px 0;
}

.nav-item:hover {
      color: #3498db;

}

.btn-primary-nav {


  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #ffffff !important;
    padding: 11px 26px;
  border-radius: 6px;
	transition: transform 0.3s, box-shadow 0.3s;
	}

.btn-primary-nav:hover
{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52,152,219,0.3); 
	
}

.hero-block {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 95px 0 85px;
	color: #ffffff;
}

.content-wrapper
	{
   max-width  :        1240px;
  margin: 0 auto;
  padding: 0 25px;
}

.hero-content {
  max-width: 620px;
   margin-bottom: 45px;
}

.main-heading {
   font-size  : 48px;
	    font-weight: 700;
	   line-height: 1.2;
	   margin-bottom: 24px;
}

.hero-description {
   opacity   :      0.95; 
	    line-height: 1.7; 
	    font-size: 19px; 
		margin-bottom: 35px;
}

.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-primary {
        background: #ffffff; 
	   color: #667eea; 
	  padding:     14px 32px; 
	  text-decoration: none; 
	    border-radius: 7px; 
	    font-weight: 600; 
	  font-size: 16px; 
	  transition: transform 0.3s, box-shadow 0.3s; 
		 display: inline-block;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.btn-secondary {
  background: rgba(255,255,255,0.15);
         color: #ffffff;
	 padding: 14px 32px;
   text-decoration: none;
   border-radius: 7px;
   font-weight: 600;
          font-size: 16px;
  border: 2px solid rgba(255,255,255,0.4);
    transition: all 0.3s;
    display: inline-block;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.7);
}


.hero-visual {
  margin-top: 50px;
}

.hero-visual img {
   width: 100%;
    height: auto;
    border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.3);
}

.services-overview {
     padding: 85px 0;
  background: #ffffff;
     }

.section-title   {
   font-size:       40px;
  font-weight:        700;
		 text-align: center;
   margin-bottom   :       16px;
  color: #2c3e50;
}

.section-intro {
   	text-align: center;
    font-size: 18px;
   color: #7f8c8d;
    margin-bottom :     55px;
 max-width: 680px;
    margin-left: auto;
   margin-right: auto;}

.service-grid

{
   display    :   grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap   :       32px;
}

.service-card		{
    background: #f8f9fa;
	padding: 38px 28px;
 border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
	  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);}

.service-heading {
    font-size: 22px;
    font-weight: 600;
  margin-bottom:   15px;
    color: #2c3e50; 

}

.service-text {
	    color: #5a6c7d;
         line-height: 1.7;
   font-size: 15.5px;


}

.approach-section {
    padding: 85px 0;
   background: #f8f9fa;
}

.approach-layout {
    grid-template-columns: 1fr 1fr;
  display   :       grid;
    align-items: center;
    gap: 65px;
}

.approach-visual img   {
  width: 100%;
   height: auto;
	border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.content-heading {
   font-size: 36px;
  font-weight: 700;
   margin-bottom: 24px;
    color: #2c3e50;
}

.content-paragraph {
   margin-bottom: 22px; 
		 color: #5a6c7d; 
	                    line-height: 1.8; 
	    font-size: 16px;
}

.approach-points {
    margin-top: 35px;
} 

.point-item {
  margin-bottom     :    28px;
}

.point-title {
   font-size: 19px;
   font-weight: 600;
   margin-bottom: 10px;
  color: #2c3e50;
}


.point-desc {
	color: #5a6c7d;
     line-height: 1.7;
     font-size: 15px;
}

.cta-banner {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  padding: 75px 0;
   text-align     : center;
   color: #ffffff;
}

.cta-content		{

  max-width: 780px;
   margin: 0 auto;
     }

.cta-heading {
    font-size: 38px;
   font-weight: 700;
    margin-bottom: 18px;
}

.cta-text {
    font-size: 18px;
   margin-bottom:    32px;
     opacity: 0.95;
   line-height: 1.7;
}

.btn-cta {
    background: #ffffff;
   color: #11998e;
   padding     :     15px 38px;
  text-decoration: none;
  border-radius: 7px;
   font-weight: 600;
  font-size: 17px;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.expertise-showcase {
    padding    :85px 0;
  background: #ffffff;
}

.expertise-layout {
	 display    :     grid;
	grid-template-columns: 1fr 1.2fr;
   gap: 55px;
    align-items   :   start;
    margin-top: 45px;
}

.expertise-visual img {
  width: 100%;
    height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.expertise-item {
	    transition    :     transform 0.3s;
    padding: 28px;
  margin-bottom: 22px;
   background  :   #f8f9fa;
  border-radius: 8px;
     }


.expertise-item:hover {
  transform: translateX(8px);
}

.expertise-name {
   font-size    :        20px;
  margin-bottom: 12px;
   color: #2c3e50;
        font-weight: 600;
}

.expertise-details {
                    color: #5a6c7d;
  line-height: 1.7;
    font-size   :    15px;
}

.testimonial-area {

	    padding: 85px 0;
	  background: #f8f9fa;}

.testimonial-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
    margin-top: 45px;
}

.testimonial-box {
    background: #ffffff;
    padding: 35px 28px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.testimonial-quote {
   font-size: 16px;
  line-height: 1.7;
    color: #5a6c7d;
   margin-bottom: 22px;
       font-style :     italic;

}

.testimonial-author {
   font-weight: 600;
  color: #2c3e50;
      font-size: 15px;}

.process-timeline {

    padding: 85px 0;
  background: #ffffff;
     }

.timeline-container 
 {


        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   gap :    35px;
   margin-top: 55px;
	}

.timeline-step {
    -webkit-transition: transform 0.3s;
	 text-align: center;
   padding  :32px 22px;
   background: #f8f9fa;
  -moz-transition: transform 0.3s;
   border-radius: 10px;
               -o-transition: transform 0.3s;
   transition: transform 0.3s;
}

.timeline-step:hover {

  transform: translateY(-8px);
}

.step-number {
  display: inline-block;
    width   :  65px;
   height: 65px;
    line-height: 65px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #ffffff;
  border-radius: 50%;
    font-size: 22px;
   font-weight: 700;
   margin-bottom:       20px;
}

.step-title  
  {
  font-size :    20px;

	  font-weight: 600;

	  margin-bottom: 14px;

	  color: #2c3e50;
}

.step-description {
  color    :     #5a6c7d;
  line-height: 1.7;
   font-size: 15px;
	
}



.visual-content {
    padding: 85px 0;
  background: #f8f9fa;
}

.visual-grid {

      display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	        gap: 32px;


}

.visual-item {
	position: relative;
   overflow: hidden;
   border-radius: 10px;
    cursor: pointer;
}

.visual-item img		{
  width: 100%;
    height: auto;
    display: block;
	transition: transform 0.4s;
}

.visual-item:hover img    {

	  transform: scale(1.1);


}

.visual-overlay {
  position  :   absolute;
    bottom: 0;
  left: 0;
   right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
   padding  :     28px 22px;
  transform: translateY(100%);
  transition: transform 0.4s;
}

.visual-item:hover .visual-overlay {

  transform: translateY(0);}

.overlay-title {
    color: #ffffff;
    font-size: 19px;
  font-weight: 600;
}

.contact-section {
   padding: 85px 0;
   background: #ffffff;
}

.contact-layout {
    display: grid;
	grid-template-columns: 1fr 1.3fr;
  gap: 55px;
}

.contact-heading  {
   font-size: 36px;
  font-weight: 700;
    margin-bottom   :      18px;
	color: #2c3e50;
}

.contact-intro {
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom   :        35px;
    font-size :     16px;
}

.info-blocks {
    display: flex;
  flex-direction: column;
   gap: 28px;
}

.info-block {
                    padding: 22px;
   background: #f8f9fa;
   border-radius   :8px;
}

.info-title {
  font-size: 18px;
      color: #2c3e50;
  font-weight: 600;
    margin-bottom   :    10px;
}

.info-detail {
	 color: #5a6c7d;
    line-height: 1.7;
   font-size: 15px; 
	
}

.contact-form-wrapper {
	 background: #f8f9fa;
	 padding: 38px 32px;
    border-radius: 10px;
}


.form-group

{
	margin-bottom: 24px;
}

.form-label {

    display: block;
	margin-bottom: 8px;
   font-weight     :      500;
    color: #2c3e50;
   font-size: 15px;}

.form-input,
.form-select,
.form-textarea {
   width: 100%;
  padding   :        13px 16px;
    border: 2px solid #dfe6e9;
	 border-radius: 6px;
    font-size: 15px;
   font-family: inherit;
   transition  :  border-color 0.3s;
    background: #ffffff;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	outline: none;
  border-color: #3498db;
}

.form-textarea {
         resize: vertical;
}

.form-submit {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #ffffff;
   padding: 14px 36px;
  border    : none;
   border-radius: 7px;
   font-size: 16px;
   font-weight: 600;
		cursor: pointer;
  transition   :    transform 0.3s, box-shadow 0.3s;
	
}

.form-submit:hover {
  transform: translateY(-3px);

  box-shadow: 0 8px 25px rgba(52,152,219,0.3);
}

.site-footer{
    background: #2c3e50;
   color: #ecf0f1;
   padding   :      65px 0 28px;
}

.footer-grid {


  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 42px;
    margin-bottom   :45px; 
}

.footer-logo {

    height: 45px;
  width: auto;
    margin-bottom: 18px;
  filter: brightness(0) invert(1);


}

.footer-description {
    color: #bdc3c7;
   	 line-height: 1.7;
     font-size   :      14.5px;
}

.footer-heading {
   font-size: 18px;
    font-weight: 600;
   margin-bottom: 18px;
   color  :      #ffffff; 
	
}

.footer-links {
  list-style: none;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #bdc3c7;
  text-decoration: none;
   transition: color 0.3s;
	font-size    :    14.5px;
}

.footer-links a:hover {
               color: #3498db;
}

.footer-contact {
    color: #bdc3c7;
   line-height: 1.7;
   margin-bottom: 12px;
    font-size: 14.5px;
}


.footer-bottom
{
  border-top: 1px solid rgba(255,255,255,0.1);
   padding-top: 28px;
  text-align     :    center;
}

.copyright {
  color: #95a5a6;

  font-size: 14px;
}@media (max-width: 968px) {
    .mobile-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 80px;
        right: -100%;
        width: 280px;
        height: calc(100vh - 80px);
        background: #ffffff;
        flex-direction: column;
        padding: 32px 22px;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.4s;
        align-items: flex-start;
    }

    .nav-links.active {
        right: 0;
    }

    .main-heading {
        font-size: 38px;
    }

    .hero-description {
        font-size: 17px;
    }

    .approach-layout,
    .contact-layout,
    .expertise-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .service-grid,
    .testimonial-grid,
    .timeline-container,
    .visual-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 34px;
    }

    .content-heading,
    .contact-heading,
    .cta-heading {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .hero-block {
        padding: 65px 0 55px;
    }

    .main-heading {
        font-size: 32px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    .btn-primary,
    .btn-secondary,
    .btn-cta {
        width: 100%;
        text-align: center;
    }

    .services-overview,
    .approach-section,
    .expertise-showcase,
    .testimonial-area,
    .process-timeline,
    .visual-content,
    .contact-section {
        padding: 55px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .content-heading,
    .contact-heading {
        font-size: 26px;
    }

    .cta-banner {
        padding: 55px 0;
    }

    .cta-heading {
        font-size: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 0 80px;
  text-align: center;
         color: #ffffff;
	}

.about-hero-content {
    max-width: 850px;
    margin: 0 auto;
}

.about-main-title


{
  font-size  :    52px;
	font-weight: 700;
  margin-bottom: 22px; 

}

.about-subtitle {
   font-size  :      20px;
   opacity: 0.92;
   line-height: 1.6;
}

.story-section {
  padding  :        90px 0;

	  background: #ffffff;
}

.story-layout{
	 display:      grid;
   grid-template-columns: 1fr 1.3fr;
   gap: 60px;
			align-items: center;
}

.story-image img {
  width: 100%;

   height: auto;

  border-radius  :  12px;

  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.story-heading {
  font-size    : 38px;
	 font-weight: 700;
          margin-bottom :        26px;
  color: #2c3e50;
}

.story-paragraph {
    margin-bottom: 20px;
    color: #5a6c7d;
   line-height: 1.8;
	 font-size: 16.5px;
}

.mission-values     {
    padding: 90px 0;

      background: #f8f9fa;
}

.values-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap   :  35px;
   margin-top: 50px;
}

.value-card  
  {


   background: #ffffff;
    padding: 42px 32px;
    border-radius: 12px;
   text-align   :     center;
   transition: transform 0.3s, box-shadow 0.3s;
     }

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.value-icon-wrapper {
      width    :       75px;
                  height: 75px;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     border-radius: 50%;
       display: flex;
     align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
}

.value-icon {
   width: 38px;
    height: 38px;
  filter: brightness(0) invert(1);
}

.value-title {
  font-size: 22px;
  font-weight: 600;
   margin-bottom: 16px;
               color: #2c3e50;
}  

.value-description {
   color: #5a6c7d;
   line-height: 1.7;
    font-size: 15.5px;

}

.expertise-areas {
  padding: 90px 0;
   background  :#ffffff;
}

.expertise-grid {
            display: grid;
     grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
       gap: 38px;
     margin-top: 50px;
	
	}

.expertise-box {
   background: #f8f9fa;
    border-radius: 12px;
   overflow: hidden;
  transition: transform 0.3s;
}

.expertise-box:hover {
  transform: translateY(-8px);
}

.expertise-box img {
    width :     100%;
  height: 240px;
    object-fit: cover;
}

.expertise-box-content {
  padding: 32px 28px; 
	
}

.expertise-box-title {
  margin-bottom: 14px;
    font-size: 21px;
 color: #2c3e50;
   font-weight: 600;
}

.expertise-box-text {
	color     :       #5a6c7d;
    line-height: 1.7;
    font-size: 15.5px;
}

.approach-methodology {
    padding   :   90px 0;
     background: #f8f9fa;
	
}

.methodology-layout {
   display  : grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 65px;
    align-items: center;
}

.methodology-heading {
  font-size: 38px;
	 font-weight: 700;
    margin-bottom: 20px;
  color: #2c3e50;

}

.methodology-intro {
    color: #5a6c7d;
    line-height: 1.8;
  margin-bottom: 38px;
  font-size: 17px;
}

.methodology-steps {
        display: flex;
   flex-direction  :column;
   gap: 28px;
}

.method-step {

  display  :    flex;

    gap: 22px;

    align-items: start;


}

.method-number {
  width:    52px;
  height: 52px;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #ffffff;
   border-radius: 50%;
   display :   flex;
   align-items     :       center;
    justify-content     :        center;
    font-size: 20px;
       font-weight: 700;
    flex-shrink: 0;
}

.method-content {
   flex: 1;
}

.method-step-title {
  font-size: 19px;
  font-weight: 600;
	margin-bottom    :   10px;
   color: #2c3e50;
}

.method-step-text {
   color   :       #5a6c7d;
    font-size: 15px;
  line-height: 1.7;
}

.methodology-visual img
	{
  width: 100%;
   height: auto;
    border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.team-section {
  padding    :  90px 0;
             background: #ffffff;
}

.team-intro {
   text-align: center;
   font-size: 18px;
	 color: #5a6c7d;
         max-width: 720px;
 margin:     0 auto 50px;
               line-height: 1.7;
}

.team-features {
     display  :   grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
     }

.team-feature-item

{
      padding: 38px 32px;
         background: #f8f9fa;
   border-radius: 10px;
   border-left   :        4px solid #667eea;
	}

.team-feature-heading
	{
    font-size: 21px;
   font-weight: 600;
    margin-bottom: 14px;
  color: #2c3e50;
}

.team-feature-text {
   color: #5a6c7d;
    line-height: 1.7;
  font-size: 15.5px;
}

.why-choose {

	  padding: 90px 0;
   background: #f8f9fa;

}

.reasons-grid {


    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 35px;
  margin-top: 50px;
	}

.reason-item {

   transition: transform 0.3s;
   	 border-radius  :    10px;
       text-align: center;
      padding: 38px 28px;
   	background: #ffffff;



}

.reason-item:hover {
  transform: translateY(-8px);
}

.reason-number {
               font-size: 48px;
    font-weight: 700;
    color: #667eea;
  margin-bottom: 16px;
}

.reason-label	{
   font-size: 19px;
   font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.reason-text {
  color: #5a6c7d;
  line-height: 1.7;
   font-size: 15px;
}

.cta-about {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    padding: 80px 0;
  text-align: center;
   color: #ffffff;
}

.cta-about-content

{
   max-width: 760px;
  margin  :    0 auto;

}

.cta-about-heading {
   font-size: 40px;
   font-weight: 700;
    margin-bottom: 20px;
}

.cta-about-text {
    font-size: 18px;
	  margin-bottom: 35px;
	   opacity: 0.94;
	   line-height: 1.7;
}

.btn-cta-about {
	background    : #ffffff;
    color: #11998e;
  padding: 16px 40px;
   text-decoration    :       none;
    border-radius: 8px;
    font-weight: 600;
  font-size: 17px;
  display: inline-block;
   transition: transform 0.3s, box-shadow 0.3s;
}

.btn-cta-about:hover {


  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.2);

     }

.thankyou-hero     {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 0;
   min-height: 70vh;
   display: flex;
  align-items: center; 

} 

.thankyou-container    {
   text-align: center;
   max-width   :      720px;
		 margin: 0 auto;
    background: #ffffff;
   padding: 55px 45px;
	 border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.thankyou-icon-wrapper {
   width  :      90px;
   height   :  90px;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
        margin :  0 auto 28px;
}

.thankyou-icon    {
    width: 50px;
         height  :   50px;
  filter: brightness(0) invert(1);
}



.thankyou-title {
   font-weight: 700;
   margin-bottom: 20px;
   color   :        #2c3e50;
       font-size: 38px;
}

.thankyou-message {
    font-size: 18px;
   color: #5a6c7d;
  margin-bottom: 28px;
  line-height: 1.7;
}

.thankyou-details {
  background: #f8f9fa;
    padding: 24px 28px;
                    border-radius: 8px;
      margin-bottom: 35px;
}

.thankyou-info {
	   color: #5a6c7d;
   line-height: 1.7;
    font-size: 15.5px;

	}

.thankyou-actions {
   display: flex;
    gap: 16px;
					justify-content: center;
    flex-wrap   :      wrap;
}

.btn-thankyou-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

	 color: #ffffff;

  padding: 14px 34px;

   text-decoration: none;

   border-radius: 8px;

  font-weight: 600;

  font-size: 16px;

  transition     :      transform 0.3s, box-shadow 0.3s;

  display: inline-block;
}


.btn-thankyou-primary:hover		{
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102,126,234,0.4);
}

.btn-thankyou-secondary   {
    background: #ffffff;
  color: #667eea;
  padding     :      14px 34px;
   text-decoration:    none;
   border-radius: 8px;
    font-weight: 600;
    font-size :   16px;
   border  :       2px solid #667eea;
  transition:      all 0.3s;
    display    :   inline-block;
}

.btn-thankyou-secondary:hover {
    background: #667eea;
	    color: #ffffff;
}

.next-steps {
   padding: 85px 0;
	background: #f8f9fa;
}

.nextsteps-heading {
   margin-bottom: 50px;
    font-size: 38px;
  text-align: center;
   font-weight: 700;
   color: #2c3e50;
}

.steps-grid


{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;


}

.step-card {
   background: #ffffff;
        padding     :38px 32px;
  border-radius: 10px;
    text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
   transition: transform 0.3s;
}

.step-card:hover	{
  transform: translateY(-8px);
  -moz-transform: translateY(-8px);
	
}

.step-icon-box {
	width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  border-radius: 50%;
    display: flex;
  align-items: center;
    justify-content: center;
   margin: 0 auto 22px;
}

.step-icon	{
    width: 36px;
    height: 36px;
  filter: brightness(0) invert(1);


}

.step-card-title {
   font-size: 21px;
                    font-weight: 600;
	margin-bottom: 14px;
  color: #2c3e50; 
	
}

.step-card-text {
    color: #5a6c7d;
    line-height: 1.7;
  font-size: 15.5px;
}

.thankyou-resources {
    padding    :        85px 0;
    background: #ffffff;
}

.resources-heading {
     font-size: 38px;
  font-weight: 700;
   text-align: center;
  margin-bottom: 18px;
       color: #2c3e50;

}

.resources-intro {
  text-align: center;
  font-size: 17px;
   color: #5a6c7d;
  max-width: 680px;
	margin: 0 auto 45px;
   line-height: 1.7;
}

.resources-list	{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
       gap: 35px;
}

.resource-item {
  display: flex;
    gap: 24px;
  padding: 32px 28px;
   background: #f8f9fa;
    border-radius: 10px;
   align-items: start;
}  

.resource-icon {
     width: 45px;
  height: 45px;
     flex-shrink: 0;
}


.resource-content {
   flex: 1;
}

.resource-title {


  font-size: 20px;
   font-weight: 600;
   margin-bottom: 12px;
  color: #2c3e50;}

.resource-description {
   color    :  #5a6c7d;
	   line-height  :1.7;
	    margin-bottom:    16px;
	   font-size: 15px;
}

.resource-link {
	   color   :  #667eea;
    text-decoration: none;
                    font-weight: 600;
    font-size: 15px;
  transition: color 0.3s;
     }

.resource-link:hover {
   color :#764ba2;
}

.contact-reminder {
  padding  :85px 0;
      background: #f8f9fa;
}

.reminder-box {
    max-width: 780px;
         margin: 0 auto;
  background: #ffffff;
  padding: 45px 40px;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
} 

.reminder-heading {
    font-size: 30px;
          font-weight: 700;
   margin-bottom: 18px;
        color: #2c3e50;
}

.reminder-text {
   color: #5a6c7d;
  line-height: 1.7;
  margin-bottom: 32px;
     font-size: 16.5px;
}

.reminder-contact-info
	{
    display: flex;
  flex-direction: column;
  gap: 16px;


}

.reminder-item {
  color: #2c3e50;
    font-size  :    16px;
}

.reminder-item strong {
	  color: #667eea;}@media (max-width: 968px) {
    .story-layout,
    .methodology-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-main-title {
        font-size: 42px;
    }

    .story-heading,
    .methodology-heading,
    .resources-heading,
    .nextsteps-heading {
        font-size: 32px;
    }

    .values-grid,
    .expertise-grid,
    .team-features,
    .reasons-grid,
    .steps-grid,
    .resources-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding: 90px 0 60px;
    }

    .about-main-title {
        font-size: 34px;
    }

    .about-subtitle {
        font-size: 17px;
    }

    .story-section,
    .mission-values,
    .expertise-areas,
    .approach-methodology,
    .team-section,
    .why-choose,
    .next-steps,
    .thankyou-resources,
    .contact-reminder {
        padding: 60px 0;
    }

    .cta-about {
        padding: 60px 0;
    }

    .thankyou-container {
        padding: 40px 28px;
    }

    .thankyou-title {
        font-size: 30px;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .btn-thankyou-primary,
    .btn-thankyou-secondary {
        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;
    }
}