* {
	   box-sizing: border-box;

	    padding: 0;

	    margin :  0;

}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
                    color: #2d2d2d;
    background: #fafafa;
}

.topbar-wrapper    {
   background:    #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
   top   :   0;
   z-index: 1000;
  padding:  1rem 0;
}

.inner-nav-container {

		 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
	 display   :    flex;
  justify-content: space-between;
  align-items: center;

}

.brand-link {
   text-decoration:    none;
}

.brand-image {
   height:     45px;
  width: auto;
}

.nav-links-group {
  gap: 2.5rem;
  display: flex;
   list-style: none;


}

.nav-links-group li a


{
  text-decoration: none;
  color     :    #4a4a4a;
    font-weight: 500;
    transition: color 0.3s ease;
  font-size: 16px;
}

.nav-links-group li a:hover   {
   color: #7c5295;
}

.menu-trigger  {
	 display: none;

	    flex-direction: column;

		 cursor: pointer;

	   gap: 5px;
}

.bar-line{
	width   :     25px;
	height: 3px;
        background: #4a4a4a;
        transition: all 0.3s ease;
}

.hero-block {


  background: linear-gradient(135deg, #f5f0f8 0%, #e8dff0 100%);
   padding    :       80px 0;


}

.hero-content-wrap     {
    max-width: 1200px;
   margin:   0 auto;
    padding: 0 20px;
   display: flex;
   align-items: center;
    gap: 60px;
	
}

.text-column {

  flex: 1;
	}

.text-column h1 {
    font-size: 48px;
   color: #2d2d2d;
	 margin-bottom: 20px;
   font-weight: 700;
  line-height: 1.2;
}

.lead-text
	{

	    font-size   : 18px;
    margin-bottom: 30px;
        color: #555;
  line-height: 1.8; 
	
     }

.primary-btn 
 {
   display: inline-block;
  background: #7c5295;
  color: white;
   padding: 14px 32px;
 text-decoration  : none;
    border-radius: 6px;
   font-weight: 600;
  transition: background 0.3s ease;

}

.primary-btn:hover {
  background  :#6a4682;
}

.image-column {
  flex: 1;
}

.hero-photo 
 {
	width: 100%;
	 height: auto;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.intro-section, .offerings-block, .benefits-area, .approach-details, .testimonials-section, .contact-wrapper {
   padding: 70px 0;


}

.content-container {
    max-width: 1200px;
  margin: 0 auto;
   padding: 0 20px;
}

h2 {
	    font-size: 36px;
   color :    #2d2d2d;
   margin-bottom   :30px;
  text-align: center;}

.intro-section p {
   				 font-size: 17px;
		 color: #555;
    margin-bottom   :      20px;
   line-height    :1.8;

}

.programs-grid {
	display     :      grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
	margin-top: 50px;
}

.program-card
	{
 background: white;
  border-radius: 10px;
   overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.program-card:hover {
  transform: translateY(-8px);
}

.card-image {
	    width: 100%;
         height: 220px;
                    object-fit: cover;
     }

.program-card h3 {
   margin: 20px 20px 15px;
         color: #2d2d2d;
  font-size: 22px;
}

.program-card p {
  color: #666;
    padding: 0 20px 25px;
    line-height: 1.7;
}

.benefits-layout {

		display:        grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
               gap: 35px;
	 margin-top: 50px;}

.benefit-item {


   border-radius: 8px;
	 padding: 30px;
   border-left: 4px solid #7c5295;
   background: #f9f6fb;
}

.benefit-item h3  {
      font-size: 20px; 
   color: #2d2d2d; 
  margin-bottom: 12px;
}

.benefit-item p		{
       color: #666;
   line-height     :     1.7;


}

.cta-banner {
     background: linear-gradient(135deg, #7c5295 0%, #9b6fb5 100%);
   padding: 70px 0;
}

.cta-inner{
   max-width: 900px;
   margin: 0 auto;
  text-align  :    center;
   padding: 0 20px;
}

.cta-inner h2 {

		color: white;
       font-size: 38px;
       margin-bottom: 20px;
     }

.cta-inner p {
    line-height  :1.7;
	color: #f0e6f5;
  font-size: 18px;
  margin-bottom    :        35px;
}

.cta-action-btn {
  display: inline-block;
  background: white;
	 color: #7c5295;
   padding: 16px 40px;
   text-decoration    : none;
  border-radius: 6px;
  font-weight: 700;
    transition  :   transform 0.3s ease;
}

.cta-action-btn:hover {
  transform: scale(1.05);
}

.approach-grid   {
    gap: 60px;
    display: grid;
    align-items: center;
  grid-template-columns: 1fr 1fr;
   margin-top: 40px;
}

.approach-text p		{
	 color: #555;
	 margin-bottom: 20px;
  line-height: 1.8;
    font-size: 17px;
}

.approach-image {
	width: 100%;
   height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.testimonials-wrapper {
  display   :      grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap:     35px;
	margin-top: 50px;
}

.testimonial-box {
  background: white;
    padding :    30px;
    border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.testimonial-text {
      color  :    #555;
   font-style: italic;
  margin-bottom: 20px;
  line-height: 1.7;} 

.testimonial-author {
    color: #7c5295;
    font-weight: 600;
}

.contact-layout {

        display: grid;
	grid-template-columns: 1.5fr 1fr;
          gap: 60px;
   margin-top  :40px;


}

.inquiry-form {
   background: white;
    padding: 40px;
  border-radius:       10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-row {
                    margin-bottom: 25px; 

}

.form-row label {
   display : block;
       color: #2d2d2d;
     font-weight: 600;
     margin-bottom: 8px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
        padding: 12px;
  border: 1px solid #d0d0d0;
   border-radius: 5px;
  font-size: 15px;
  font-family  :        inherit; 

}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #7c5295;
}

.submit-btn {
  background: #7c5295;
	 color: white;
   padding: 14px 35px;
    border: none;
   border-radius: 6px;
  font-size: 16px;
   font-weight: 600;
   cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
	 background: #6a4682;
}

.contact-info-area {


 background: #f9f6fb;
   padding: 35px;
    border-radius: 8px;
  height   :   fit-content;


}

.contact-info-area h3 {
   margin-bottom: 25px;
  color: #2d2d2d;
   font-size: 24px;
}

.info-item {
		 margin-bottom: 25px;


}

.info-item p {
    color: #555;
  line-height: 1.7;
}

.info-item strong {
   color   :  #2d2d2d;
}  

.footer-zone {
	   background: #2d2d2d;
   color: white;
  padding:   60px 0 30px;
     }

.footer-container
{
    max-width: 1200px; 
	    margin: 0 auto; 
	    padding: 0 20px;
	
}

.footer-columns {
    display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
	    gap  :  40px; 
	    margin-bottom: 40px;
}

.footer-logo {
          height: 40px; 
    margin-bottom: 15px;
}

.footer-col p, .footer-col ul {


       color: #bbb;

	     line-height :       1.8;
}

.footer-col h4 {
  color     : white;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
           margin-bottom :  10px;}

.footer-col ul li a		{
  color: #bbb;
         text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
       color: #7c5295;
}

.footer-bottom {
    text-align: center;
     border-top: 1px solid #444;
     padding-top   :    25px;
}

.footer-bottom p {
   color     :   #999;
}@media (max-width: 768px) {
    .menu-trigger {
        display: flex;
    }

    .nav-links-group {
        position: fixed;
        left: -100%;
        top: 75px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 20px 0;
        gap: 0;
    }

    .nav-links-group.active {
        left: 0;
    }

    .nav-links-group li {
        padding: 15px 0;
    }

    .hero-content-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .text-column h1 {
        font-size: 36px;
    }

    .programs-grid,
    .benefits-layout,
    .testimonials-wrapper {
        grid-template-columns: 1fr;
    }

    .approach-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }
}.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-segment {
  background: linear-gradient(135deg, #e8dff0 0%, #d4c5e0 100%);
  padding: 100px 0 60px;
    text-align: center;
}

.about-hero-segment h1 {
         font-size: 52px;
    color: #2d2d2d;
        margin-bottom :      15px;


}

.subtitle-text     {

			font-size: 20px;
	color: #555;
  max-width: 700px;
        margin  :   0 auto;
	}

.story-block {
     padding: 80px 0;
   background: white;
}

.story-layout {

    display: grid;
	 grid-template-columns: 1fr 1fr;
   gap: 70px;
	align-items: center;

}

.story-visual {
               width: 100%;
    border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.story-text-side h2 {
         text-align: left;
    font-size: 34px;
    margin-bottom: 25px;
}

.story-text-side p
	{
    color: #555;
   margin-bottom: 18px;
               line-height: 1.8;
  font-size: 16px;
}

.mission-segment

{
	    padding: 80px 0; 
	    background    :       #f9f6fb;

}



.mission-intro {
    text-align: center;
   max-width: 850px;
  margin: 0 auto 50px;
               font-size: 18px;
  color: #555;
  line-height: 1.8;
}



.mission-points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
   margin-top: 40px;
}

.mission-point  
  {
    background: white;
  padding: 35px;
    border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08); 

}

.mission-point h3 {
  color: #7c5295;
    font-size: 22px;
	margin-bottom:   15px;
}

.mission-point p {


   line-height: 1.7;
   color: #666;


}

.values-area {
  padding: 80px 0;
  background: white;
}

.values-wrapper {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap  :30px;
    margin-top: 50px;
}

.value-card {
  padding: 30px;
    background:        #fafafa;
          border-radius: 8px;
    border-top: 3px solid #7c5295;
  transition: transform 0.3s ease;
}  

.value-card:hover {
  transform: translateY(-5px);
	}

.value-card h3 {
  font-size     :  20px;
  color: #2d2d2d;
    margin-bottom: 12px;
}

.value-card p {
    color: #666;
    line-height   :  1.7;
   font-size    :     15px;
}

.approach-philosophy {
                    padding   :     80px 0;

    background: #f5f0f8;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
     align-items: center;
    margin-top: 40px;
}

.philosophy-content h2 {
  text-align: left;
   margin-bottom: 25px;
}


.philosophy-content p {

	 color: #555;
          margin-bottom     :   20px;
   line-height: 1.8;
          font-size: 16px;
	}

.philosophy-photo {
   width  :       100%;
   border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.experience-section {
    background: white;
   padding: 80px 0;
}

.experience-content  
  {
  max-width: 900px;
  margin: 40px auto 0;


}

.experience-content p {
  color: #555;
	margin-bottom: 20px;
   line-height :   1.8;
    font-size: 17px;
}

.community-block {
  padding: 80px 0;
    background  :     #fafafa;
}

.community-layout {
  display :    grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
	align-items: center;
  margin-top: 40px;
}


.community-text h2 {
   text-align: left;
  margin-bottom: 25px;
}

.community-text p {
  color: #555;
    margin-bottom: 18px;
    line-height: 1.8;
  font-size: 16px;
}

.community-image {
    width: 100%;
    border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.why-choose-segment {
   padding: 80px 0;
    background: white;
}

.reasons-grid {
  display  :     grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
   margin-top: 50px;
}

.reason-box {
    border-radius: 8px;

	   background: #f9f6fb;

	    border-left: 4px solid #7c5295;

	    padding:       30px;
}

.reason-box h3 {
  color: #2d2d2d;
    font-size: 20px;
               margin-bottom: 12px;
}

.reason-box p {
   color: #666; 
   line-height: 1.7;
	}

.cta-about-section {
  background: linear-gradient(135deg, #7c5295 0%, #9b6fb5 100%);
    padding: 70px 0;
}

.cta-about-container {
  max-width  :    800px;
   margin: 0 auto;
   text-align: center;
			padding: 0 20px; 
	
}

.cta-about-container h2 {
  color: white; 
  font-size: 36px; 
    margin-bottom: 18px;


}

.cta-about-container p	{
      color: #f0e6f5;
	font-size: 18px;
  margin-bottom: 35px;
   line-height: 1.7;
	} 

.cta-about-button {
   background: white; 
	 font-weight: 700; 
	    border-radius: 6px; 
	    text-decoration: none; 
	   transition: transform 0.3s ease; 
	   padding: 15px 38px; 
	     color: #7c5295; 
	    display: inline-block;
}

.cta-about-button:hover {
  transform: scale(1.05);


}

.thankyou-main-area {
   	 padding: 80px 0;
  background: linear-gradient(135deg, #f5f0f8 0%, #e8dff0 100%);
         min-height: 70vh;
	}

.thankyou-content-wrapper{


	 display    :    grid;
  margin     :0 auto;
   align-items  :   start;
   grid-template-columns: 1.3fr 1fr;
                    max-width: 1200px;
    gap: 60px;
	padding: 0 20px; 


}



.thankyou-message-box {
 background: white;
    padding: 50px;
     border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.success-icon-area {
    text-align: center;
   margin-bottom :        30px;
}

.checkmark-svg {
    width: 80px;
	height: 80px;
}

.checkmark-circle {
   stroke-dasharray: 166;
    stroke-dashoffset: 166;
   stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7c5295;
    fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
  transform-origin: 50% 50%;
	stroke-dasharray: 48;
  stroke-dashoffset: 48;
	 stroke: #7c5295;
	 stroke-width    :3;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}.thankyou-message-box h1 {
    text-align: center;
   font-size  :        38px;
    color: #2d2d2d;
	margin-bottom: 20px;
}

.confirmation-text{
     text-align: center;
  font-size: 17px;
	color:     #555;
    margin-bottom: 40px;
    line-height: 1.7;
}

.next-steps-container {
    margin-bottom:    35px;
}

.next-steps-container h2 {
   font-size:     26px;
  color     :  #2d2d2d;
	margin-bottom   :        25px;
    text-align: left;
}

.steps-list

{
    display: flex;
  flex-direction:        column;
  gap: 25px;
}

.step-item{
  display: flex;
	gap: 20px;
         align-items: start;
}

.step-number {
   background: #7c5295;
          color: white;
    width: 40px;
	 height: 40px;
  border-radius: 50%;
  display: flex;
   align-items  : center;
   justify-content: center;
  font-weight: 700;
   font-size: 18px;
        flex-shrink: 0;
}

.step-content h3 {
    font-size: 18px;
   color: #2d2d2d;
   margin-bottom    : 8px;
}

.step-content p {
  color: #666; 
	                    line-height: 1.7; 
	    font-size: 15px;
}

.additional-info-box {
  margin-bottom    :  35px;
   background: #f9f6fb;
    border-radius: 6px;
	padding: 20px;
}

.additional-info-box p {
		 color: #555;
   line-height: 1.7;
   margin: 0;}

.action-buttons-area {
   display: flex; 
	    flex-wrap: wrap; 
	  justify-content: center; 
				gap: 15px; 
	
}

.return-home-btn, .learn-more-btn
{
      display: inline-block;
       padding: 13px 28px;
    text-decoration: none;
   border-radius: 6px;
	font-weight: 600;
  transition     :      all 0.3s ease;
}

.return-home-btn {
   background: #7c5295;
   color: white;
}

.return-home-btn:hover {
   background: #6a4682;
}

.learn-more-btn {
  background: transparent;
    color: #7c5295;
    border: 2px solid #7c5295;
}

.learn-more-btn:hover     {
   background: #7c5295; 
	    color: white; 
	


}

.thankyou-image-section {
    position: relative;

}

.thankyou-visual {
    width: 100%;
   border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  margin-bottom: 25px; 
	
}

.quote-box {
   background: white;
	padding  : 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
   border-left: 4px solid #7c5295;
}

.quote-box p {
    line-height     :      1.7;
    margin: 0;
          font-style: italic;
    color: #555;
   font-size: 16px;
}

.resources-preview {
	padding: 70px 0;
   background: white;
	
}

.resources-intro  
  {
    text-align: center;
    max-width: 800px;
    margin   : 0 auto 40px;
   font-size: 17px;
  color: #555;
   line-height  :  1.7;
}

.resources-cards {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
  margin-top: 40px;
}

.resource-card {


  background    :       #fafafa;
   border-radius: 10px;
  overflow: hidden;
 transition: transform 0.3s ease;


}

.resource-card:hover {
  transform: translateY(-6px);
}

.resource-image		{
                    width: 100%;
  height: 200px;
	object-fit :  cover;
}

.resource-card h3


{
   color:        #2d2d2d;
  margin   :   20px 20px 12px;
   font-size: 22px; 

}

.resource-card p {
		 color: #666;
    padding: 0 20px;
    line-height: 1.7;
    margin-bottom: 20px;

}

.resource-link {
   display: inline-block;
  margin: 0 20px 25px;
   color: #7c5295;
   text-decoration: none;
  font-weight: 600;
          transition: color 0.3s ease;
}

.resource-link:hover {
    color: #6a4682;
}@media (max-width: 768px) {
    .about-hero-segment h1 {
        font-size: 36px;
    }

    .story-layout,
    .philosophy-grid,
    .community-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mission-points-grid,
    .values-wrapper,
    .reasons-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-content-wrapper {
        grid-template-columns: 1fr;
    }

    .thankyou-message-box {
        padding: 30px;
    }

    .thankyou-message-box h1 {
        font-size: 28px;
    }

    .action-buttons-area {
        flex-direction: column;
    }

    .return-home-btn,
    .learn-more-btn {
        width: 100%;
        text-align: center;
    }

    .resources-cards {
        grid-template-columns: 1fr;
    }
}