* {
  margin   :  0;
   padding: 0;
  box-sizing: border-box;
}  

html {
    scroll-behavior: smooth;
	
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
         line-height     :     1.6;
 color: #2c3e50;
  background: #fff;
}

.nav-wrapper {
    position: fixed;
   top: 0;
    width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
     border-bottom: 1px solid #e8e8e8;
  z-index:     1000;
}

.nav-container {
   max-width   :        1200px;
	margin  :   0 auto;
    display: flex;
    justify-content: space-between;
   align-items: center;
   padding: 0.8rem 1.5rem;


}



.brand-section {
  display: flex;
  align-items    :        center;
	
}

.brand-logo {
   height: 42px;
    width: auto;
}

.nav-menu {
   display: flex;
   gap:   2rem;
}

.nav-link {
  text-decoration     :      none;
  color: #34495e;
  font-weight: 500;
      transition: color 0.3s ease;
  position     :    relative;
}

.nav-link:hover,
.nav-link.active {
   color   : #3498db;
}

.nav-link.active::after   {
  content: '';
  position: absolute;
    bottom: -4px;
   left: 0;
  width: 100%;
    height: 2px;
    background: #3498db;
}

.burger-menu{
   display:  none;
  flex-direction: column;
   cursor: pointer;
  gap: 4px;
}

.burger-menu span {
   width: 25px;
   height: 3px;
    background: #34495e;
  transition: 0.3s;
}

.hero-banner {
  margin-top:       70px;
   min-height: 85vh;
   display: flex;
  align-items: center;
   max-width: 1200px;
  margin-left: auto;
   margin-right:   auto;
   padding: 0 1.5rem;
   gap     :       3rem;
}

.hero-content {
   flex: 1.2;
}

.hero-content h1 {
  font-size: 3.2rem;
    font-weight  :        700;
	 color: #2c3e50;
  margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle	{
   font-size    :   1.25rem;
   color  :     #7f8c8d;
  margin-bottom: 2.5rem;
   line-height: 1.6;
}

.hero-actions {
    display: flex;
	 gap  :      1rem;
	
}

.primary-btn, .secondary-btn {
  padding: 14px 28px;

	   border-radius: 8px;

	   text-decoration: none;

	   font-weight: 600;

		 transition: all 0.3s ease;

	    border: 2px solid transparent;
}

.primary-btn {
   background: #3498db;
   color: white;
}

.primary-btn:hover {

    background: #2980b9;
  transform: translateY(-2px);


}

.secondary-btn
	{
    background: transparent;
       color  :  #3498db;
       border-color: #3498db;
}

.secondary-btn:hover  
  {
   background: #3498db;
    color     :    white;
}

.hero-visual {
   flex: 1;
}

.hero-visual img {
   width: 100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.value-proposition {
       padding: 80px 0;
   background  :  #f8f9fa;
}

.section-container {
    max-width: 1200px;
	 margin: 0 auto;
   padding: 0 1.5rem; 

}

.value-proposition h2 {
  text-align: center;
  font-size: 2.5rem;
                    margin-bottom:  3rem;
  color: #2c3e50;
}

.value-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.value-item {
  background: white;
   padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;


}

.value-item:hover {
  transform: translateY(-5px);
}

.value-item h3 {
	font-size: 1.5rem;
       margin-bottom: 1rem;
	color: #2c3e50;


}

.expertise-showcase {
       padding   :     80px 0;
     }


.showcase-content {
	max-width: 1200px;
  margin: 0 auto;
   padding     : 0 1.5rem;
  display  :       grid;
   grid-template-columns: 1.2fr 1fr;
   gap: 4rem;
   align-items :      center;
}

.text-block h2 {
  font-size: 2.5rem;
    margin-bottom: 1.5rem;
   color: #2c3e50;
}

.text-block p {
   font-size: 1.1rem;
  margin-bottom:    1.5rem;
   color: #555;
}

.expertise-stats {
      display   : flex;

    gap: 3rem;

    margin-top: 2rem;
	}

.stat-item {
	 text-align: center;
}

.stat-number {

	   display: block;
    font-size: 2.5rem;
 font-weight   :        700;
   color    :     #3498db;
     }

.stat-label {
       font-size:   0.9rem;
   color: #7f8c8d;
   text-transform: uppercase;
}

.image-block img {
   width: 100%;
   border-radius :      12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.workshop-section {
  padding: 80px 0;
   background: #f1f2f6;
	
}

.workshop-container 
 {

	max-width: 1200px; 
	   margin: 0 auto; 
	  padding: 0 1.5rem; 
	  display: grid; 
	   grid-template-columns   :  1fr 1.2fr; 
	   gap: 4rem; 
	    align-items: center;
}

.workshop-images {
   position: relative;
}

.workshop-img {
    border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.workshop-img.primary {
     width: 100%;
  margin-bottom : 1.5rem;
}

.workshop-img.secondary
{
         width   :       75%;
 position: absolute;
   bottom    :     -20px;
    right: -20px;
	z-index: 2;
}

.workshop-info h2 {

   font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
	}

.workshop-info p {

	   font-size: 1.1rem;
   margin-bottom: 2rem;
    color: #555;
     }

.benefits-list {
  list-style: none;
}

.benefits-list li

{

	       color: #555;
  padding: 0.5rem 0;
    padding-left: 2rem;
  position: relative;


}

.benefits-list li::before {
  content: '✓';
	 position  :       absolute;
          left: 0;
   color: #27ae60;
  font-weight: bold;
}

.call-to-action {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color  :       white;
}

.cta-content {
   max-width: 1200px; 
	    margin: 0 auto; 
	    padding: 0 1.5rem; 
	  display: grid; 
	  grid-template-columns: 1.3fr 1fr; 
	   gap: 4rem; 
	    align-items: center;
}

.cta-content h2    {
    font-size: 2.8rem;
     margin-bottom: 1.5rem;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
    opacity: 0.9;
}

.cta-button {
   display: inline-block;
   background: white;
  color:      #667eea;
   padding: 16px 32px;
  border-radius: 8px;
    text-decoration: none;
  font-weight: 600;
    transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.cta-image img {
    width: 100%;
      border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.contact-section {
  padding: 80px 0;
   background: #f8f9fa;
}

.contact-container {
   max-width: 1200px;
  margin: 0 auto;
   padding: 0 1.5rem;
  display: grid;
    grid-template-columns: 1fr 1.2fr;
   gap: 4rem;
}

.contact-info h2     {
   font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.contact-info p {
  font-size: 1.1rem;

	   color: #555;

	    margin-bottom: 2rem;
}

.contact-details {
   display: flex;
                    flex-direction   :     column;
  gap: 1rem;
}

.contact-item   {
  display     :       flex; 
   flex-direction: column; 
  gap: 0.25rem;
}

.contact-item strong {
                    color: #2c3e50;
  font-weight  :      600;
}

.contact-form {
  background  :      white;
   padding: 2.5rem;
         border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.form-group {
	 margin-bottom: 1.5rem;
}

.form-group label    {
   display    :   block;
  margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
   width: 100%;
	padding: 12px;
   border: 2px solid #e8e8e8;
  border-radius   :        6px;
   font-size: 1rem;
	transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
   outline: none;
   border-color: #3498db;
}

.submit-btn {
  width: 100%;
   background: #3498db;
    color: white;
   padding: 14px;
   border   : none;
  -moz-transition: background 0.3s ease;
   border-radius :  6px;
	font-size: 1.1rem;
    -webkit-transition: background 0.3s ease;
   font-weight: 600;
  cursor: pointer;
   transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #2980b9;
}

.footer-section {
	color: white;
   padding: 50px 0 20px;
   background: #2c3e50;
}

.footer-container {
                    max-width: 1200px;
    margin    :      0 auto;
   padding: 0 1.5rem;
  display: grid;
 grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;
	

}

.footer-logo {
  height: 40px;
    width: auto;
  filter: brightness(0) invert(1);
   margin-bottom   :1rem;
}

.footer-brand p {
	    color: #bdc3c7; 
    font-size: 0.95rem;
	}

.footer-nav h4,
.footer-legal h4,
.footer-contact h4 {
   margin-bottom: 1rem;
   color: white;
    font-size: 1.1rem;
}

.footer-nav ul,
.footer-legal ul {
    list-style: none;
}

.footer-nav li,
.footer-legal li {
    margin-bottom    :  0.5rem;
} 

.footer-nav a,
.footer-legal a {
  color  :       #bdc3c7;
  text-decoration: none;
	transition:   color 0.3s ease;
}

.footer-nav a:hover,
.footer-legal a:hover {
  color: #3498db;
}

.footer-contact p {
   color: #bdc3c7;
  margin-bottom  :0.5rem;
    font-size: 0.95rem;
}

.footer-bottom {
    text-align: center; 
    max-width: 1200px; 
    margin   : 2rem auto 0; 
      padding: 1.5rem 1.5rem 0; 
  border-top: 1px solid #34495e;
}

.footer-bottom p {
    color: #bdc3c7;
  font-size: 0.9rem;
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        transition: left 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .hero-banner {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .showcase-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .workshop-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .workshop-img.secondary {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }
    
    .cta-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .expertise-stats {
        justify-content: center;
    }
}.about-hero		{
    margin-top  :   70px;
  padding: 60px 0;
   max-width: 1200px;
  margin-left: auto;
   margin-right: auto;
    display   :     grid;
   grid-template-columns: 1.3fr 1fr;
  gap :        3rem;
    align-items: center;
               padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.about-hero-content h1		{
   font-size: 2.8rem;
   color: #2c3e50;
  margin-bottom: 1.5rem;
    line-height: 1.2;
		font-weight: 700;
}

.about-hero-subtitle     {
	 font-size: 1.2rem;
   color: #7f8c8d;
   line-height: 1.6;
}

.about-hero-image img {
  width     :      100%;
   border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.story-section {
    padding     :  80px 0;
   background: #f8f9fa;
	
}

.story-container {
  max-width  :1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
               display: grid;
    grid-template-columns: 1.2fr 1fr;
   gap: 4rem;
   align-items:   center;
}

.story-text h2 {
   font-size: 2.4rem;
   color: #2c3e50;
  margin-bottom: 2rem;
}

.story-text p {
	    font-size  :       1.1rem;
  color     :#555;
  margin-bottom     : 1.5rem;
  line-height: 1.7;}

.story-visual img {
    width   :      100%;
   border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	
}

.mission-vision {
    padding:    80px 0;
}

.mission-content {
   max-width: 1200px;
	  margin  :0 auto;
	  padding: 0 1.5rem;
	    display: grid;
	   grid-template-columns: 1fr 1fr;
		gap: 4rem;
}

.mission-block,
.vision-block {
                    background: white;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);


}

.mission-block h3,
.vision-block h3 {
   font-size: 1.8rem;
   color: #2c3e50;
	 margin-bottom: 1.5rem;

}

.mission-block p,
.vision-block p {
  font-size: 1.1rem; 
	    color: #555; 
	   line-height: 1.6;
}

.approach-methodology {
		 padding: 80px 0;
    background: #f1f2f6;
}

.approach-container {


  max-width: 1200px;
    margin: 0 auto;
  padding: 0 1.5rem;


}

.approach-container h2 {
    text-align :    center;
  font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;

}

.method-item {
   background: white;
    padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    position: relative;
}

.method-number{
          position: absolute;
               top   :  -15px;
  left :       2.5rem;
    background: #3498db;
  color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	display: flex;
   align-items :   center;
   justify-content:center;
   font-weight: 700;
   font-size: 1.1rem;
}

.method-item h4 {
   margin-top: 1rem;
  margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #2c3e50;
}

.method-item p {
   color: #555;
  line-height: 1.6;
}

.team-section {
  padding: 80px 0;
}

.team-container {
  max-width: 1200px;
   margin: 0 auto;
    padding     :0 1.5rem;
}

.team-container h2   {
  font-size: 2.5rem;
    color  :  #2c3e50;
   margin-bottom: 1.5rem;
  text-align: center;
}

.team-intro {
    text-align: center;
  font-size: 1.1rem;
  color :        #7f8c8d;
               margin-bottom: 3rem;
   max-width: 700px;
   margin-left: auto;
  margin-right: auto;
}



.team-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap:     2.5rem;
}

.team-member {
   background: white;
  border-radius :     12px;
	padding: 2.5rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
	transition    : transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.member-info h4 {
	font-size   :        1.4rem;
  color: #2c3e50;
	margin-bottom: 0.5rem; 

}

.member-role {
    color: #3498db;
   font-size: 0.95rem;
   display :    block;
  font-weight: 600;
    margin-bottom: 1rem;
}

.member-info p {
       color: #555;
  line-height: 1.6;
}

.values-section		{
   padding: 80px 0;
   background: #f8f9fa;
}

.values-container 
 {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 1.5rem;
}

.values-container h2 {
    text-align: center;
  font-size    :      2.5rem;
          color: #2c3e50;
     margin-bottom: 3rem;
}

.values-list {
  display  :     grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.value-card {
   background: white;
   padding: 2.5rem;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  border-left: 4px solid #3498db;}

.value-card h4  {
  font-size: 1.3rem; 
   color: #2c3e50; 
  margin-bottom: 1rem;
}

.value-card p {
    color: #555;
   line-height: 1.6;
}

.experience-showcase {
    padding: 80px 0;
}

.experience-content {
         max-width: 1200px;
   margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
   grid-template-columns :  1.2fr 1fr;
  gap: 4rem;
	align-items: center;
}

.experience-text h2 {
    font-size:       2.4rem;
  color: #2c3e50;
  margin-bottom :    1.5rem;
}

.experience-text p {
	    font-size: 1.1rem;
   color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;


}


.experience-highlights {
    margin-top  :    2.5rem;
}  

.highlight-item 
 {
    display: flex;
   flex-direction: column;
   gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
          border-bottom: 1px solid #e8e8e8;
}

.highlight-item:last-child {
  border-bottom    :     none;
   margin-bottom: 0;
}

.highlight-item strong {
   color   :  #2c3e50;
    font-weight: 600;
}

.highlight-item span {
    color: #7f8c8d;
  font-size: 0.95rem;
}

.experience-image img {
   width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	}

.thankyou-hero {
   margin-top :   70px;
  padding: 60px 0;
	min-height: 80vh;
    display: flex;
   align-items: center;
}

.thankyou-container {
    max-width: 1200px;
	margin: 0 auto;
    padding:        0 1.5rem;
               display: grid;
        grid-template-columns: 1.3fr 1fr;
   gap: 4rem;
   align-items: center;
} 

.thankyou-content {
  text-align: center;
}

.success-icon {
  margin-bottom: 2rem; 

}  

.checkmark {
        width: 80px;
    height: 80px;
  background: #27ae60;
	color: white;
  border-radius: 50%;
   display: flex;
    align-items: center;
   justify-content: center;
  font-size:        2.5rem;
    font-weight: bold;
  margin: 0 auto;
   animation: checkmarkPulse 2s ease-in-out infinite;
}@keyframes checkmarkPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}.thankyou-content h1 {
    font-size    : 2.8rem;
   color: #2c3e50;
	 margin-bottom    :       1.5rem;
  font-weight: 700;
}

.thankyou-message  
  {
   font-size  :       1.2rem;
    color: #7f8c8d;
   margin-bottom: 3rem;
      line-height  :       1.6;
}

.next-steps {
  margin-bottom: 3rem;
    text-align: left;
}

.next-steps h3 {
    font-size:1.8rem;
   text-align: center;
   margin-bottom: 2rem;
  color :   #2c3e50;
}

.steps-list {
   display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.step-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.step-number {
    background: #3498db;
  color: white;
  width: 35px;
  height: 35px;
   border-radius: 50%;
        display: flex;
   align-items: center;
   justify-content: center;
          font-weight: bold;
	flex-shrink  :     0;
}

.step-content h4 {

   font-size: 1.2rem;
  color     :#2c3e50;
    margin-bottom: 0.5rem;
     }

.step-content p {
   color: #555;
    line-height  :       1.6;
	font-size: 0.95rem;
}

.useful-info {
  background: #f8f9fa;
    padding: 2rem;
   border-radius: 8px;
               margin-bottom: 2.5rem;
  text-align: left;
}

.useful-info h3 {
  font-size: 1.5rem;
   color: #2c3e50;
    margin-bottom: 1rem;
}

.useful-info p {
               color: #555;
  margin-bottom: 1rem;
}

.preparation-list  {

    list-style: none;
   padding-left: 0;


}

.preparation-list li {

	  position: relative;
  padding-left   :      1.5rem;
    margin-bottom: 0.5rem;
  color: #555;
}

.preparation-list li::before {
     position: absolute;
    color: #3498db;
  content: '•';
   left: 0;
    font-weight: bold;
}

.thankyou-actions {
    display: flex;
   gap: 1rem;
   justify-content: center;
}

.thankyou-visual img {
     width: 100%;
    border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
     }

.additional-resources {
  padding: 80px 0;
  background: #f1f2f6;
}

.resources-container {
    max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}  

.resources-container h2 {
   text-align: center;
   font-size: 2.3rem;
   color: #2c3e50;
   margin-bottom: 1.5rem;
}

.resources-container > p {
  text-align: center;
      font-size: 1.1rem;
   color: #7f8c8d;
 margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
   margin-right: auto;
}

.resources-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.resource-item {
    background: white;
  padding  :   2.5rem;
    border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.resource-item h4 {
      font-size: 1.3rem;
	color: #2c3e50;
  margin-bottom: 1rem;

}

.resource-item p {
  line-height    :    1.6;
    color  :  #555;

}

.contact-reminder {

  padding: 60px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
	text-align: center;


}

.reminder-container		{
    max-width: 800px;
    margin: 0 auto;
  padding: 0 1.5rem;
}

.reminder-container h3 {
   font-size: 2rem;
  margin-bottom: 1rem;
}

.reminder-container p {
       margin-bottom: 1.5rem;
   opacity: 0.9;
  font-size     :   1.1rem;
	}

.emergency-contact {
  background: rgba(255,255,255,0.1);
  padding: 1rem 2rem;
               border-radius: 8px;
    margin: 1.5rem auto;
   display: inline-block;
    font-size: 1.2rem;
	
}

.availability {
  font-size: 0.95rem;
   opacity   :        0.8;
  margin-top: 1rem;
}@media (max-width: 768px) {
    .about-hero {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .about-hero-content h1 {
        font-size: 2.3rem;
    }
    
    .story-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mission-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .methodology-grid {
        grid-template-columns: 1fr;
    }
    
    .experience-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .thankyou-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .thankyou-content h1 {
        font-size: 2.3rem;
    }
    
    .thankyou-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .steps-list {
        gap: 1rem;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .reminder-container h3 {
        font-size: 1.6rem;
    }
}.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 {
  line-height: 1.7;
  font-size: 1.1rem;
    margin-bottom: 1.5rem;
   color: #7f8c8d;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}