* {


    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: #fafafa;
}

.topnav-wrapper {
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    padding: 18px 0;
    position: sticky;
	 top: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}


.nav-content-holder {
    max-width: 1200px;
		margin: 0 auto;
   display: flex;
   justify-content: space-between;
    align-items :  center;
   padding: 0 20px;
}

.brand-section a {
    display: block;
}

.brand-image {
     height: 48px;
   width: auto;
}

.menu-toggle-btn {
   display: none;
   flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.bar-line {
  width :    28px;
  height: 3px;
	background: white;
   transition: all 0.3s ease;
	 border-radius: 2px;
}

.links-wrapper {
    display: flex;
  gap: 35px;
}

.links-wrapper a 
 {
    color: #ffffff;
  text-decoration: none;
  font-size: 16px;
   font-weight: 500;
    transition: color 0.3s ease;
   padding     :    8px 0;
}

.links-wrapper a:hover {
   color: #ffd54f;
}

.hero-main-block {
  background: linear-gradient(to right, #f5f7fa 0%, #c3cfe2 100%); 
    padding: 80px 20px;
}

.hero-content-container {
   max-width: 1200px;
    margin: 0 auto;
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;


}

.text-column-hero h1 {
  font-size: 48px;
   color: #1a237e;
  margin-bottom: 20px;
   line-height: 1.2;
    font-weight: 700;
}

.hero-subtext


{
	font-size: 18px;
    color: #546e7a;
  margin-bottom: 30px;
}

.hero-action-buttons   {
  display: flex;
    gap: 20px;
}

.primary-cta-btn {
   background: #1a237e;
    color : white;
	padding: 14px 32px;
  text-decoration: none;
  border-radius :     6px;
  font-weight: 600;
  transition: background 0.3s ease;
    display:    inline-block;
}

.primary-cta-btn:hover {
	background: #0d47a1;


}  

.secondary-link-btn   {
   background: transparent;
    color: #1a237e;
        padding:        14px 32px;
   text-decoration: none;
    border: 2px solid #1a237e;
  border-radius: 6px;
  font-weight: 600;
   transition: all 0.3s ease;
   display: inline-block;
}

.secondary-link-btn:hover {
   background: #1a237e;
  color: white;
}

.image-column-hero img {
    width: 100%;
	 height     :        auto;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.benefits-overview-section {
  padding: 80px 20px;
    background: white;
}

.container-main-width {
    max-width: 1200px;
       margin: 0 auto;
}

.section-headline-main {
  text-align: center;
  font-size: 40px;
   color: #1a237e;
   margin-bottom: 50px;
    font-weight: 700;
}

.benefits-grid-layout     {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
}

.benefit-item-block {
       text-align: center;
   padding: 30px;
 background: #f8f9fa;
   border-radius: 8px;
   transition: transform 0.3s ease;
}

.benefit-item-block:hover {
  transform: translateY(-5px);
}

.benefit-icon-placeholder {
    width: 70px;
   height: 70px;
   margin: 0 auto 20px;
}

.benefit-icon-placeholder img {
    width: 100%;
  height: 100%;
  filter: invert(15%) sepia(94%) saturate(3207%) hue-rotate(232deg) brightness(38%) contrast(103%);
}

.benefit-item-block h3 {
  font-size: 22px;
   color: #1a237e;
   margin-bottom: 15px;

}

.benefit-item-block p {
  color: #546e7a;
     line-height: 1.7;
}

.program-details-wrapper	{
    padding: 80px 20px;

 background: #f5f7fa;
}


.program-flex-container {
   display: grid;
    grid-template-columns: 1fr 1fr;
   gap     : 60px;
    align-items: center;
} 

.program-image-side img {
   width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.program-text-side h2 {
   font-size: 38px;
  color: #1a237e;
   margin-bottom: 20px;
}



.intro-paragraph-program {
	font-size: 18px;
    color: #546e7a;
    margin-bottom: 35px;
}

.program-modules-list {
  display: flex;
    flex-direction: column;
  gap:25px; 
	
}



.module-entry {
  padding: 20px;
    background: white;
   border-left: 4px solid #1a237e;
  border-radius: 4px;}

.module-entry h4  {
    font-size: 19px;
   color: #1a237e;
  margin-bottom: 10px;
}

.module-entry p {
   color: #546e7a;
  line-height     : 1.6;
}

.testimonials-segment {
  padding: 80px 20px;
  background: white;
}

.testimonials-grid-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap:30px;
}

.testimonial-card {
	  padding: 30px;
   background: #f8f9fa;
    border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.testimonial-text {
    font-style: italic;
	  color: #37474f;
	   margin-bottom: 15px;
	  line-height: 1.7;
}

.testimonial-author {
    font-weight: 600;
    color: #1a237e;
   text-align: right;
}

.cta-conversion-block {
  background: linear-gradient(135deg, #283593 0%, #1a237e 100%);
   padding: 80px 20px;
         text-align: center;


}

.cta-content-wrapper {
   max-width: 800px;
	margin     :     0 auto;

}

.cta-content-wrapper h2 {
   color: white;
   margin-bottom  :     20px;
    font-size: 42px;
}

.cta-subheading {
 margin-bottom: 35px;
    font-size: 19px;
	color: #e3f2fd;
}

.cta-button-large 
 {

	background   :      #ffd54f;
    color: #1a237e;
   padding: 16px 45px;
    text-decoration: none;
   border-radius: 8px;
	 font-weight: 700;
	font-size: 18px;
   display: inline-block;
   transition: all 0.3s ease;}

.cta-button-large:hover    {
	background: #ffecb3;
  transform: scale(1.05);
}

.approach-methodology-area {
      padding: 80px 20px;
          background: white; 


}

.approach-layout-flex {


    display :   grid;
    grid-template-columns: 1fr 1fr;
   gap: 60px;
         align-items: center;}

.approach-text-column h2 {
	margin-bottom :     25px;
       color  :    #1a237e;
  font-size: 38px;
}

.approach-text-column p {
   font-size: 17px;
 color: #546e7a;
   margin-bottom: 20px;
          line-height: 1.8;
}

.approach-image-column img {
  width: 100%;
        border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);

}

.faq-section-block {
  background: #f5f7fa;
    padding: 80px 20px;
}

.faq-items-wrapper {
   max-width: 900px;
  margin: 0 auto;
}

.faq-single-item {
   background  :    white;
    padding: 30px;
	margin-bottom: 20px;
   border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.faq-single-item h3 {
    font-size: 20px;
  color: #1a237e;
   margin-bottom  :      12px;
}

.faq-single-item p {

  color :    #546e7a;
    line-height   :     1.7;

}

.stats-numbers-showcase {
   	 padding: 80px 20px;
  background: white;
     }

.stats-grid-display {
  display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

	    gap: 40px;
}

.stat-box   {
  text-align: center;
   padding: 30px;
}

.stat-number {
  font-size :    48px;
    color  :        #1a237e;
  font-weight: 700;
   margin-bottom :   10px;
}



.stat-label {
    font-size     :       16px;
   color: #546e7a;
}

.additional-image-section {
      padding: 80px 20px;
      background: #f5f7fa;
}

.image-text-combo-layout {
    display: grid;
         grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.combo-image-part img {
       width: 100%;
    border-radius     : 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12); 
	
}

.combo-text-part h2 {
   font-size: 38px;
       color: #1a237e;
     margin-bottom: 25px;
}

.combo-text-part p {
    font-size: 17px;
   color :      #546e7a;
    margin-bottom: 20px;
	 line-height :     1.8;
}

.conference-info-block {
    padding: 80px 20px;
  background     :        white;
}

.conference-content-box {
    text-align: center;
         margin: 0 auto;
   max-width: 900px;
}

.conference-content-box h2 {
                    font-size: 38px;
    color: #1a237e;
    margin-bottom: 25px;
}

.conference-content-box p {
	 font-size: 17px;
  color  :        #546e7a;
   margin-bottom: 30px;
    line-height: 1.8;
}

.conference-image {
   width: 100%;
      max-width: 700px;
                    border-radius: 12px;
	margin: 30px 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.contact-form-section {
    padding: 80px 20px;
   background  :    #f5f7fa;
}

.contact-form-wrapper {
    max-width: 800px;
   margin     :      0 auto;
   background: white;
    padding: 50px;
    border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.contact-form-wrapper h2{
  text-align     :    center;
    font-size: 38px;
   margin-bottom: 15px;
    color: #1a237e;
}

.form-intro-text	{
   text-align: center;
   color: #546e7a;
   margin-bottom: 40px;
   font-size: 17px;
}



.main-contact-form {
    display: flex;
   flex-direction: column;
       gap: 25px;
}

.form-row {
    display: grid;
   grid-template-columns  :    1fr 1fr;
  gap: 25px;
}



.form-group {
                    display: flex; 
		flex-direction: column;
	}

.form-group label {
  font-weight   :600;

	    color: #1a237e;

	    margin-bottom: 8px;

	  font-size     :   15px;
}

.form-group input,
.form-group select,
.form-group textarea    {
	  padding: 12px 15px;
    border: 2px solid #e0e0e0;
   border-radius: 6px;
   font-size   :    16px;
  font-family     :        inherit;
  transition: border-color 0.3s ease;
     }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
	outline: none;
   border-color: #1a237e;
}

.form-submit-button {
	font-weight: 600; 
	  -webkit-border-radius: 6px; 
	  color: white; 
	    font-size: 17px; 
	    transition   : background 0.3s ease; 
	  border: none; 
	    border-radius: 6px; 
	    padding: 15px 40px; 
	    cursor: pointer; 
	  background: #1a237e;
}

.form-submit-button:hover {


  background     :   #0d47a1;
     }

.main-footer-block {
       background: #263238;
    color: white;
 padding: 60px 20px 20px;
     }

.footer-content-container {
   max-width: 1200px;
   margin: 0 auto;
    display: grid;
    grid-template-columns     :       2fr 1fr 1fr 1.5fr;
   gap     :40px;
  margin-bottom: 40px;
}

.footer-logo-img {
  height: 45px;
    width: auto;
        margin-bottom: 20px;
  filter: brightness(0) invert(1);
} 

.footer-description
{
      color: #b0bec5;
   line-height: 1.7;
   font-size: 15px;
}

.footer-heading {

		font-size: 18px;
    margin-bottom: 20px;
    color     :       #ffd54f;

}

.footer-links-list {
  list-style: none;
}

.footer-links-list li   {
   margin-bottom: 12px;
}

.footer-links-list a {
    color: #b0bec5;
    text-decoration:     none;
  transition: color 0.3s ease;
}

.footer-links-list a:hover {
        color: white;
}

.footer-contact-item {
  color :  #b0bec5;
    margin-bottom: 12px;
  line-height: 1.7;
}

.footer-bottom-bar {
  text-align: center;

	    padding-top: 30px;

	   border-top: 1px solid #37474f;

	    color: #78909c;
}@media (max-width: 768px) {
.menu-toggle-btn {
display: flex;
}

.links-wrapper {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #1a237e;
flex-direction: column;
padding: 20px;
gap: 0;
display: none;
}

.links-wrapper.active {
display: flex;
}

.links-wrapper a {
padding: 15px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hero-content-container {
grid-template-columns: 1fr;
gap: 40px;
}

.text-column-hero h1 {
font-size: 36px;
}

.hero-action-buttons {
flex-direction: column;
}

.program-flex-container {
grid-template-columns: 1fr;
}

.program-image-side {
order: 2;
}

.approach-layout-flex {
grid-template-columns: 1fr;
}

.image-text-combo-layout {
grid-template-columns: 1fr;
}

.footer-content-container {
grid-template-columns: 1fr;
}

.form-row {
grid-template-columns: 1fr;
}
}.policySection {
   padding: 80px 2rem;
   background: #f8f9fa;
}

.policyContainer {
  text-align: left;
   margin: 0 auto;
	 max-width  :800px;
}

.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-banner {
  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
    padding: 100px 20px 60px;
               text-align: center;
  color: white;
}

.about-hero-banner h1 {
   font-size: 56px;
   margin-bottom: 15px;
    font-weight: 700; 

}

.about-hero-subtitle {
  font-size: 20px;
  color :      #e3f2fd;
   max-width: 700px;
  margin: 0 auto;
}

.story-narrative-section {
	    padding: 80px 20px;
  background: white;


}

.story-layout-grid  {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
	 gap    : 60px;
  align-items: center;
}

.story-text-area h2    {
               font-size: 38px;
  color: #1a237e;
   margin-bottom: 25px;


}

.story-text-area p {
  font-size: 17px;
    color: #546e7a;
    margin-bottom: 20px;
  line-height: 1.8; 
	
}

.story-image-area img
{
	          width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
	}

.mission-values-block {
	 padding :80px 20px;
    background: #f5f7fa;
}

.values-flex-wrapper {


                    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 35px;
     }

.value-card-item {

	  background: white;

   padding: 35px;

    border-radius: 10px;

  box-shadow: 0 3px 15px rgba(0,0,0,0.08);

    transition   :      transform 0.3s ease;}

.value-card-item:hover {
  transform: translateY(-8px);
}

.value-card-item h3 {
   font-size: 23px;
   margin-bottom: 15px;
    color: #1a237e;
}

.value-card-item p {
   	color: #546e7a;
	 line-height: 1.7;
     }

.approach-philosophy-area
{
   padding: 80px 20px; 
   background: white;
}

.philosophy-content-layout {
	    display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
  align-items     :       center;
	}

.philosophy-image-side img 
 {
	width: 100%;
   border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.philosophy-text-side h2 {


  font-size: 38px;
   color: #1a237e;
    margin-bottom: 25px;

}

.philosophy-text-side p {
   margin-bottom: 20px;
   line-height: 1.8;
  color: #546e7a;
  font-size: 17px;
}


.experience-numbers-display {
   padding  :      80px 20px;
  background: linear-gradient(135deg, #283593 0%, #1a237e 100%);
}

.experience-numbers-display .section-headline-main {
    color:     white;
}

.numbers-showcase-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.number-box-element     {
    text-align: center;
   padding     :  30px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
}

.big-number-display {
 font-size: 52px;
    color   :     #ffd54f;
    font-weight: 700;
  margin-bottom: 10px;
}

.number-description


{
    font-size: 16px;
  color: #e3f2fd;
}

.methodology-explanation-segment {
       padding: 80px 20px;
  background: white;


}

.methodology-wrapper {
    max-width: 1000px;
   margin: 0 auto;
}

.methodology-wrapper h2 {
   font-size: 40px;
  color: #1a237e;
   text-align: center;
    margin-bottom: 20px;
}

.methodology-intro {
	text-align: center;
          font-size: 18px;
	color: #546e7a;
  margin-bottom: 50px;
}

.methodology-points-list {
   display: flex;
   flex-direction: column;
    gap :   30px;
}

.methodology-point {
  padding: 30px;
    background     :      #f8f9fa;
	border-left: 5px solid #1a237e;
    border-radius: 6px;
}

.methodology-point h4 {
   font-size: 21px;
  color: #1a237e;
  margin-bottom: 12px;
}

.methodology-point p {
  color: #546e7a;
  line-height: 1.7;
}

.success-stories-showcase	{
   background: #f5f7fa;
  padding: 80px 20px;
}

.stories-grid-arrangement {
	   display:        grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 40px;
	

}

.story-card-block {
  background: white;
    border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.story-card-block:hover
{
  -moz-transform: translateY(-10px); 
  transform: translateY(-10px);
}

.story-card-block img {

	   width: 100%;
  height: 220px;
  object-fit: cover;


}

.story-card-content
	{

	    padding: 30px; 
	
}

.story-card-content h3 {
    font-size: 22px;
    color: #1a237e;
  margin-bottom: 15px;
}

.story-card-content p {
  color: #546e7a;
    line-height: 1.7;
}

.why-choose-us-section {
  padding: 80px 20px;
    background: white;
}

.reasons-list-wrapper {
	 display    :       grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	 gap: 35px;
	
}

.reason-item-element    {
    padding: 30px;
    border-top: 4px solid #1a237e;
  border-radius: 8px;
    background: #f8f9fa;
}

.reason-item-element h3 {
  color: #1a237e;
   font-size: 20px;
         margin-bottom: 12px; 

}

.reason-item-element p {
    color: #546e7a;
   line-height   :1.7;
}

.commitment-statement-area{

	  padding: 80px 20px;
    background: #f5f7fa;}  

.commitment-box-content {
   max-width: 900px;

    margin: 0 auto;

	text-align: center;

    padding :    50px;

   background: white;

    border-radius   :   12px;

  box-shadow: 0 4px 20px rgba(0,0,0,0.08); 

}

.commitment-box-content h2 {

   font-size: 38px;
      color: #1a237e;
  margin-bottom: 25px;


}

.commitment-box-content p {
   font-size: 17px;
  color: #546e7a;
    margin-bottom: 20px;
    line-height: 1.8;
               text-align: left;
}

.location-info-block {
    padding: 80px 20px;
	background: white;
}

.location-details-flex {
  display:   grid;
	grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
}

.location-text-info h3 {
    font-size: 28px; 
    color: #1a237e; 
  margin-bottom: 20px;
}

.location-text-info p {
  line-height: 1.8;
   font-size: 17px;
    margin-bottom: 20px;
   color: #546e7a;
}

.address-line,
.phone-line   {
   	padding: 20px;
  background  :    #f8f9fa;
  border-left: 4px solid #1a237e;
    margin-bottom: 20px;


}

.additional-info {
  font-style: italic;
   color: #78909c;
}

.location-image-side img {
    width: 100%; 
  border-radius: 12px; 
  box-shadow: 0 8px 30px rgba(0,0,0,0.12); 
	
} 

.cta-about-section {
         padding: 80px 20px;
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
	 text-align: center;
}

.cta-about-wrapper		{
   max-width    :        800px;
  margin: 0 auto;

}

.cta-about-wrapper h2 {
      font-size: 42px;
   color  :    white;
  margin-bottom: 20px;


}

.cta-about-wrapper p {
  font-size: 19px;
  color: #e3f2fd;
   margin-bottom  :35px;
}

.thankyou-main-section {
  padding :     100px 20px;
  background: linear-gradient(to bottom, #f5f7fa 0%, white 100%);
    min-height: 70vh;
}

.thankyou-content-box {
	    text-align: center;
   max-width: 900px;
    margin: 0 auto;
}

.success-icon-wrapper {
    margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.checkmark-icon {
    width: 100px;
  height: 100px;
}

.checkmark-circle {

   stroke: #4caf50;
  stroke-width: 2;
    stroke-dasharray:   166;
   stroke-dashoffset: 166;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark-check {
  stroke: #4caf50;
	 stroke-width   :     3;
    stroke-linecap: round;
   stroke-dasharray: 48;
   stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}.thankyou-content-box h1 {
    font-size: 48px;
  color: #1a237e;
         margin-bottom     : 20px;
}

.thankyou-main-text {
   font-size   :       19px;
	 color: #546e7a;
  margin-bottom: 50px;
}

.next-steps-block {
        text-align: left;
     margin-bottom: 50px;
}

.next-steps-block h2 {
    color: #1a237e;
     font-size: 32px;
       text-align: center;
  margin-bottom: 40px; 
	
}

.steps-list {
			display: flex;
  flex-direction: column;
	gap  :    30px;
}

.step-item
	{
  display :     flex; 
	 gap: 25px; 
    align-items: flex-start; 
    padding   :     25px; 
  background: #f8f9fa; 
 border-radius     :10px;
}

.step-number    {
  min-width: 50px;
  height: 50px;
    background: #1a237e;
    color: white;
               border-radius     : 50%;
        display: flex;
  align-items     :   center;
    justify-content: center;
   font-size: 24px;
    font-weight: 700;


}

.step-content h3 {
       font-size: 20px;
  color: #1a237e;
   margin-bottom     :        10px;
}

.step-content p {
  color: #546e7a;
    line-height: 1.7;
     }

.additional-resources-section {
  text-align: left;
   margin-bottom: 50px;
}

.additional-resources-section h2 {

  font-size: 32px;
   color: #1a237e;
	 text-align: center;
    margin-bottom: 20px;
}

.additional-resources-section > p {
 text-align: center;
  color: #546e7a;
    margin-bottom: 30px;
  font-size   :17px;
}  

.resources-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
}

.resource-card {
    padding: 30px;
   background: white;
   border: 2px solid #e0e0e0;
    border-radius: 10px;
  transition: all 0.3s ease;
}  

.resource-card:hover {
	border-color: #1a237e;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.resource-card h4 
 {
    font-size: 21px;
  color: #1a237e;
  margin-bottom: 12px;
}

.resource-card p {
    color: #546e7a;
 margin-bottom: 20px;
  line-height: 1.7;
}

.resource-link

{
  color: #1a237e;
  -o-transition: color 0.3s ease;
    text-decoration: none;
    font-weight:  600;
    transition: color 0.3s ease;
	-webkit-transition     :  color 0.3s ease;
}

.resource-link:hover {
    color   :  #0d47a1;
}

.contact-reminder-box {
    background: #e3f2fd;
   padding: 35px;
    border-radius: 10px;
    margin-bottom   :        40px;
    text-align: left;
}

.contact-reminder-box h3


{
      font-size: 24px;
   color   :     #1a237e;
  margin-bottom: 15px;
    text-align: center;


}

.contact-reminder-box p {
	 color: #546e7a;
   margin-bottom: 10px;
   line-height: 1.7;
}

.contact-detail {
  font-weight: 600;
  color: #1a237e;
}

.social-proof-mini {
    margin-bottom: 40px;
    padding: 25px;
   background:    #f8f9fa;
   border-radius: 8px;
}

.proof-text {
          color: #546e7a;
    font-size: 17px;
   font-style: italic;
}

.thankyou-cta-buttons {
   display    :  flex;
   gap: 20px;
    justify-content: center;
   flex-wrap     :        wrap;
}@media (max-width: 768px) {
.about-hero-banner h1 {
font-size: 40px;
}

.story-layout-grid {
grid-template-columns: 1fr;
}

.philosophy-content-layout {
grid-template-columns: 1fr;
}

.philosophy-image-side {
order: -1;
}

.location-details-flex {
grid-template-columns: 1fr;
}

.thankyou-content-box h1 {
font-size: 36px;
}

.step-item {
flex-direction: column;
text-align: center;
}

.step-number {
margin: 0 auto;
}

.thankyou-cta-buttons {
flex-direction: column;
}
}