* {
    margin: 0;
	 padding: 0;
          box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
    color: #2c3e50;
  background: #ffffff;
}

.top-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 {
  max-width: 1320px;
    margin: 0 auto;
 padding :    0 2rem;
    display: flex;
   justify-content: space-between;
   align-items: center;
}

.brand-link {
   display     :      flex;
   align-items: center;
}

.site-logo {
    height: 48px;
   width: auto;

}

.nav-links    {
    display: flex;
	gap: 2.5rem;
}

.nav-links a {
    color  :        #2c3e50;
    text-decoration    :     none;
	font-weight: 500;
    transition: color 0.3s;
    font-size: 1.05rem;
}

.nav-links a:hover {
    color: #3498db;
}

.mobile-toggle {
    display: none;
    background: none;
  border: none;
  flex-direction: column;
  gap  :  5px;
        cursor: pointer;
  padding: 8px;
}

.toggle-line {
   	width: 28px;
    height: 3px;
  background: #2c3e50;
    transition: all 0.3s;
   border-radius: 2px;
}

.hero-section

{
   max-width: 1320px;
	margin: 0 auto;
               padding: 5rem 2rem;
    display     :        grid;
  grid-template-columns: 1fr 1fr;
		 gap: 4rem;
   align-items: center;
} 

.hero-content h1
{
	 font-size: 3.2rem;
	    color: #1a252f;
	    margin-bottom: 1.5rem;
	    line-height: 1.2;
	                    font-weight: 700;
}

.hero-text {
    font-size: 1.25rem;
    color: #546e7a;
  margin-bottom: 2.5rem;
   line-height: 1.7;
}

.hero-actions {
  display: flex;
	gap: 1.5rem;
}

.primary-btn, .secondary-btn {
   -moz-border-radius: 8px;
  padding: 1rem 2rem;
  -webkit-transition: all 0.3s;
  -o-transition     :    all 0.3s;
   text-decoration: none;
	-webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
     -moz-transition: all 0.3s;
  transition: all 0.3s;
    display: inline-block;
}

.primary-btn {
  background: #3498db;
   color: #ffffff;
}

.primary-btn:hover {
    background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.secondary-btn {
  background  :   transparent;
  color: #3498db;
   border: 2px solid #3498db;
}

.secondary-btn:hover
{
   background: #3498db;
   color     :     #ffffff;
}

.hero-visual img {
   width   :100%;
         height: auto;
   border-radius    :       12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

.features-showcase {
   padding    :    5rem 2rem;
    background: #f8f9fa;
}

.section-container {
    max-width: 1320px;
   margin: 0 auto;
}

.features-showcase h2 {
  text-align     :   center;
   font-size: 2.5rem;
    color: #1a252f;
  margin-bottom: 3.5rem;
}



.features-grid

{


 display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem; 

}

.feature-card {
    background: #ffffff;
	padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
					transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1); 
	
}

.feature-card h3 {
   color: #2c3e50;
   font-size: 1.6rem;
    margin-bottom: 1rem;
}

.feature-card p
	{
    color: #546e7a;
    font-size: 1.05rem;
    line-height     :1.7; 

}

.methodology-section {

	  padding: 5rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
	}

.content-split {
  display   :      grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 4rem;
   align-items: center;
}

.text-block h2 {
  font-size: 2.5rem;
        color: #1a252f;
    margin-bottom: 1.5rem;
}

.text-block p {
   color: #546e7a;
   font-size: 1.1rem;
      margin-bottom: 1.5rem;
   line-height: 1.8;
}

.benefits-list {
 list-style: none;
       margin-top   :2rem;}

.benefits-list li {
  padding: 0.8rem 0;
  padding-left: 2rem;
  position: relative;
  color  :  #2c3e50;
  font-size: 1.05rem;
}

.benefits-list li:before    {
  content: "→";
  position: absolute;
    left: 0;
               color: #3498db;
   font-weight: bold;
}

.image-block img {
	width: 100%;
   height: auto;
   border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
	
}

.programs-overview  {
  background: #f8f9fa;
	padding: 5rem 2rem;


}

.programs-overview h2 {
  text-align: center;
    font-size: 2.5rem;
         color: #1a252f;
  margin-bottom : 3.5rem;
}

.programs-layout {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.program-item {
  background: #ffffff;
   border-radius: 10px;
   overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s;
}

.program-item:hover {
  transform: translateY(-5px);
}

.program-item img {
    width: 100%;
    height: 250px;
    object-fit :cover;
}

.program-details {

   padding: 2rem;
	}

.program-details h3 {
				 font-size: 1.5rem;
   color   :     #2c3e50;
   margin-bottom: 1rem; 
	
}

.program-details p {
    color    :      #546e7a;
	 line-height: 1.7;
	font-size: 1.05rem;
}

.cta-banner {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    padding    :5rem 2rem;
   text-align :   center; 

}

.cta-content h2 {
   font-size : 2.8rem; 
   color:        #ffffff; 
    margin-bottom  :        1.5rem;
	
}

.cta-content p {
   font-size: 1.3rem;
   color: #ecf0f1;
    margin-bottom: 2.5rem;
}

.cta-button {
   display: inline-block;
   background: #ffffff;
	 color: #3498db;
  padding: 1.2rem 2.5rem;
   text-decoration: none;
    border-radius: 8px;
   font-weight: 600;
   font-size: 1.15rem;
  transition: all 0.3s;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255,255,255,0.3);
} 

.testimonials-section {

	   padding: 5rem 2rem;

}  

.testimonials-section h2
{
   text-align: center;
  font-size: 2.5rem;
    color: #1a252f;
   margin-bottom: 3.5rem;
}

.testimonials-grid {
   display  :   grid;
  grid-template-columns: repeat(3, 1fr);
  gap  :       2.5rem;
}


.testimonial-card {
    background: #f8f9fa;

	padding: 2.5rem;

	border-radius     :   10px;

  border-left: 4px solid #3498db;
}

.testimonial-card p {
   font-size: 1.1rem;
  color: #2c3e50;
  line-height: 1.7;
    margin-bottom: 1.5rem;
  font-style: italic;
}

.client-info   {
    display: flex;

	         flex-direction :column;


}

.client-info strong {
  color: #2c3e50;
  font-size: 1.05rem;

}



.client-info span {
  color: #7f8c8d;
  font-size: 0.95rem;
	
}


.contact-section {
   background: #f8f9fa;
        padding: 5rem 2rem;
}

.contact-container {
   max-width: 1320px;
   margin: 0 auto;
                    display: grid;
  grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}

.contact-info h2 {
       font-size: 2.5rem;
    color: #1a252f;
    margin-bottom: 1.5rem;
	}

.contact-info p {
   color :        #546e7a;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  font-size: 1.1rem;
}

.info-details {
   display: flex;
  flex-direction: column;
  gap: 2rem;
}  

.detail-item strong {
  display: block;
    color:#2c3e50;
   font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.detail-item p {
	color:   #546e7a;
  margin     :  0;
}

.contact-form {

	background: #ffffff;

	    padding: 2.5rem;

	    border-radius: 10px;

	  box-shadow: 0 4px 15px rgba(0,0,0,0.06);}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
  display: grid;
   grid-template-columns: 1fr 1fr;
    gap     :   1.5rem;
}

.form-group label {
   display: block;
       color: #2c3e50;
         font-weight: 500;
      margin-bottom: 0.5rem;
      font-size: 1.05rem;
}

.form-group input,
.form-group select,
.form-group textarea		{
  width: 100%;
					padding: 0.9rem;
    border   : 2px solid #e0e0e0;
  border-radius: 6px;
   font-size    :        1rem;
      font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline   : none;
  border-color: #3498db;
     }

.form-group textarea{
    resize: vertical;
}

.submit-btn {
  background: #3498db;
       color: #ffffff;
  padding: 1rem 2.5rem;
  border   :none;
  border-radius: 8px;
   font-size: 1.1rem;
    font-weight: 600;
   cursor:        pointer;
  transition: all 0.3s;
   width: 100%;
}

.submit-btn:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3); 

}

.site-footer {
       background: #1a252f;
	   color: #ecf0f1;
	   padding: 4rem 2rem 2rem;
}

.footer-content {
  max-width: 1320px;
   margin: 0 auto;
	display    :grid;
	grid-template-columns  : 2fr 1fr 1fr 1.5fr;
			gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h4    {
    color: #ffffff;
    margin-bottom: 1rem;
  font-size: 1.2rem;

}

.footer-section p {
   color: #bdc3c7;
        line-height: 1.7;
    margin-bottom: 0.5rem;
}

.footer-section ul


{
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.7rem;


}

.footer-section ul li a {
                    color: #bdc3c7;
   text-decoration: none;
   transition: color 0.3s;
}

.footer-section ul li a:hover {
	color: #3498db;
}

.footer-logo {
	height: 40px; 
  width: auto; 
   margin-bottom: 1rem; 
  filter: brightness(0) invert(1);
}

.footer-bottom	{
    max-width: 1320px;

  margin: 0 auto;

  padding-top: 2rem;

  border-top  :1px solid #34495e;

   text-align: center;
}

.footer-bottom p {
        color: #95a5a6;
}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateX(-100%);
        transition: transform 0.3s;
        gap: 1rem;
    }

    .nav-links.active {
        transform: translateX(0);
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-text {
        font-size: 1.1rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .features-grid,
    .programs-layout,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .content-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        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, #2c3e50 0%, #34495e 100%);
    padding: 6rem 2rem 4rem;
  text-align: center;
}

.about-hero-content    {
    max-width: 900px;
	 margin: 0 auto;
} 

.about-hero h1 {
   font-size: 3rem;
	color: #ffffff;
  margin-bottom :  1.5rem;
}

.lead-text {
    font-size: 1.3rem;
   color: #ecf0f1;
   line-height     :     1.7;
}

.story-section {
  max-width: 1320px;
     margin: 0 auto;
    padding: 5rem 2rem;
}

.story-container {
   display: grid;
    grid-template-columns:    1fr 1.3fr;
    gap: 4rem;
   align-items: center;
}

.story-image img {
  width: 100%;

	  border-radius: 12px;

	  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.story-text h2 {
  font-size: 2.3rem;
     color: #1a252f;
    margin-bottom: 1.5rem;
}

.story-text p {
	 color: #546e7a;
    font-size: 1.08rem;
    line-height: 1.8;
   margin-bottom: 1.3rem;
}

.values-section {
  padding: 5rem 2rem;
   background: #f8f9fa;
}

.values-wrapper {
  max-width: 1320px;
	margin: 0 auto;
}

.values-wrapper h2 {
  text-align: center;
    font-size :2.5rem;
          color: #1a252f;
  margin-bottom    :    3rem; 

}

.values-grid {

    display :      grid;
  grid-template-columns: repeat(2, 1fr);
   gap: 2.5rem;
     }

.value-item {
    background: #ffffff;
   padding: 2.5rem;
    border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06); 

}

.value-item h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom :     1rem;
}

.value-item p


{
    color: #546e7a;
    line-height: 1.7;
  font-size: 1.05rem;
}

.approach-section {
    padding: 5rem 2rem;
}

.approach-container
	{
    max-width: 1320px;
   margin: 0 auto;
	
}

.approach-container h2 {
	 text-align: center;
  font-size: 2.5rem;
  color: #1a252f;
     margin-bottom: 3rem;
}

.approach-content {
   grid-template-columns: 1.5fr 1fr;
	display   :  grid;
    align-items: start;
   gap: 4rem;
}



.approach-text > p {

	font-size: 1.15rem;
    color: #546e7a;
   line-height: 1.8;
   margin-bottom: 2.5rem; 
	

}

.pillar-block {
  background     :        #f8f9fa;
  padding: 2rem;
  border-radius:       8px;
       margin-bottom: 1.5rem;
    border-left: 4px solid #3498db;
}

.pillar-block h3 {
    font-size: 1.4rem;

	   color: #2c3e50;

	    margin-bottom: 0.8rem;
}

.pillar-block p {
  color: #546e7a;
  line-height:    1.7;
   font-size: 1.05rem;
}


.approach-visual img {

	width: 100%;
     border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);}  

.expertise-section {
    background: #f8f9fa;
   padding    :   5rem 2rem;
}

.expertise-wrapper {
    max-width: 1320px;
   margin: 0 auto;
}

.expertise-wrapper h2 {
    text-align:  center;
	    font-size: 2.5rem;
	  color:      #1a252f;
	    margin-bottom: 3rem;
}

.expertise-grid	{

	   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2.5rem;
}

.expertise-card {
                    background: #ffffff;
   border-radius:    10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.expertise-card img {
  width     :   100%;
   height: 220px;
    object-fit     :  cover;
}

.expertise-details {
  padding: 2rem;
}

.expertise-details h3  
  {
    margin-bottom     :1rem;
    color :        #2c3e50;
    font-size: 1.4rem;
	
}

.expertise-details p {
        color: #546e7a;
                    line-height: 1.7;
   font-size: 1.05rem;
}

.results-section {
    padding: 5rem 2rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    text-align: center; 

}

.results-content {
	max-width :       1320px;
	margin: 0 auto;
}

.results-content h2 {
	 font-size: 2.5rem;
   color: #ffffff;
    margin-bottom: 1.5rem;
}

.results-intro   {
    font-size: 1.2rem;
  color: #ecf0f1;
        margin-bottom: 3rem;


}

.results-stats {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.stat-box {


  background: rgba(255,255,255,0.15);
  padding: 2.5rem;
    border-radius: 10px;
  backdrop-filter: blur(10px);
	}

.stat-number {
   font-size: 3.5rem;
   font-weight: 700;
  color: #ffffff;
    margin-bottom: 1rem;
}

.stat-box p {
   font-size: 1.1rem;
	 color: #ecf0f1;
        line-height: 1.6;
}

.cta-about
	{
	background: #f8f9fa;
  text-align: center;
  padding    : 5rem 2rem;
}

.cta-about-content h2 {
    font-size   :2.5rem;
  color   :        #1a252f;
   margin-bottom: 1rem; 

}

.cta-about-content p {
    margin-bottom: 2.5rem;
	font-size: 1.2rem;
    color: #546e7a;
}

.cta-about-btn		{

	    display: inline-block;
    background: #3498db;
  color: #ffffff;
    padding: 1.2rem 2.5rem;
  text-decoration: none;
 border-radius    :   8px;
   font-weight: 600;
   font-size: 1.15rem;
     transition  : all 0.3s;
	}

.cta-about-btn:hover {

	    background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);

}  

.thankyou-main {
   padding: 5rem 2rem;
	min-height :  60vh;
}

.thankyou-container		{
   max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.success-icon{
    margin-bottom :      2rem;
  display: flex;
  justify-content: center;
}

.thankyou-container h1 
 {
         font-size: 2.8rem;
       color: #1a252f;
  margin-bottom: 1.5rem;
	}

.thankyou-message {
	    font-size: 1.2rem;
	color: #546e7a;
	 line-height   :  1.7;
	margin-bottom   :    3rem;
     }

.next-steps {
	background: #f8f9fa;
  margin-bottom: 3rem;
   padding: 3rem;
  border-radius: 12px;
}

.next-steps h2 {
    font-size: 2rem;
                    color: #2c3e50;
	 margin-bottom: 2rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
	
}

.step-item {
    text-align: center;
}

.step-num {
         width: 60px;
  -moz-border-radius: 50%;
  height     :      60px;
   background: #3498db;
   -webkit-border-radius: 50%;
         color: #ffffff;
  border-radius     :      50%;
  display:    flex;
    align-items: center;
   justify-content: center;
	font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.step-item h3
	{
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
	
}

.step-item p {
   color: #546e7a;
    line-height: 1.6;
   font-size: 1.05rem;


}

.thankyou-actions {
    display: flex;
    gap     :   1.5rem;
  justify-content   :     center;
    margin-bottom    :      3rem;
}

.btn-primary, .btn-secondary {
   padding: 1rem 2rem;
    text-decoration: none;
      border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary {
  background: #3498db;
   color: #ffffff;
}

.btn-primary:hover {
  transform: translateY(-2px);
   background   :   #2980b9;
}

.btn-secondary {
    background    :  transparent;
    color     :      #3498db;
   border: 2px solid #3498db;
}

.btn-secondary:hover {
   	 background: #3498db;
    color: #ffffff;

}

.additional-info {
    background: #ffffff;
  padding: 2.5rem;
   border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
   text-align: left;
}

.additional-info h3 {
   	font-size: 1.5rem;
	color: #2c3e50;
   margin-bottom: 1rem;}

.additional-info > p {
  font-size: 1.1rem;
   margin-bottom   :1rem;
    color: #546e7a; 
	
}

.prep-list {
       list-style  :        none;
   padding-left: 0;

}

.prep-list li {
     padding: 0.8rem 0;
  padding-left   :2rem;
  position: relative;
	color:        #546e7a;
  font-size: 1.05rem;
   line-height: 1.6;

}

.prep-list li:before {
  content: "✓";
	position: absolute;
    left: 0;
  color: #3498db;
    font-weight: bold;
   font-size: 1.3rem;
}

.helpful-resources {
  background: #f8f9fa;
    padding: 5rem 2rem;
}

.resources-container  
  {
  max-width: 1320px;
  margin: 0 auto;
}

.resources-container h2 {
  text-align: center;
  font-size: 2.5rem;
   color: #1a252f;
    margin-bottom: 3rem;
}

.resources-grid {


    display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 3rem;

}

.resource-card {

	    background  :   #ffffff;
    border-radius: 10px;
   overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
	transition: transform 0.3s; 
	
	}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-card img {
   width: 100%;
	height: 250px;
               object-fit: cover;
}

.resource-card h3 {
  color: #2c3e50;
 margin: 1.5rem 2rem 1rem;
  font-size: 1.5rem;
}

.resource-card p {
  color: #546e7a;
    line-height  :1.7;
    font-size: 1.05rem;
   margin: 0 2rem 1.5rem;
}

.resource-card a {
   display: inline-block;
    color: #3498db;
  text-decoration: none;
        font-weight: 600;
   margin: 0 2rem 2rem;
	transition: color 0.3s;
}

.resource-card a:hover {
  color:        #2980b9;

}@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .story-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .approach-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .results-stats {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-container h1 {
        font-size: 2rem;
    }
}