* {
	margin: 0;
  padding: 0;
    box-sizing: border-box;
}

html {
        scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
	 color: #333;
  background: #f8f9fa;
}

.navbar {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 1rem 0;
   position: sticky;
  top    :      0;
   z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.navbar-wrapper {
  align-items: center;
                    max-width: 1200px;
   margin: 0 auto;
   padding: 0 2rem;
    justify-content: space-between;
  display: flex;
}

.navbar-brand	{
    display: flex;
    align-items: center;
   gap :      0.75rem;
}

.logo {
	 height: 64px;
  width: auto;
  filter: brightness(0) invert(1);
}

.brand-name {
   color: white;
	  font-size  :      1.5rem;
	  font-weight: 700;
	  letter-spacing   :      -0.5px;
}

.burger-menu {


   display: none;
  flex-direction: column;
  background: none;
  border: none;
    cursor: pointer;
  gap: 6px;


     }

.burger-menu .line {
    background: white;
   	 height :   3px;
      width: 25px;
     transition: all 0.3s ease;
   	border-radius: 2px;
}

.burger-menu.active .line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active .line:nth-child(2) {
    opacity: 0; 

}

.burger-menu.active .line:nth-child(3){
  transform: rotate(-45deg) translate(8px, -8px);
}

.navbar-menu {
   display     : flex;
  list-style: none;
  gap: 2rem;


}

.navbar-menu a {
 text-decoration   :    none;
   font-weight: 500;
  padding   :    0.5rem 1rem;
    color: white;
    transition     :  color 0.3s ease; 
	
}

.navbar-menu a:hover {
   color     :       #1abc9c;
}

.cta-nav {
    background: #1abc9c;
  border-radius: 4px;
  color: white !important;
}

.cta-nav:hover {
   background: #16a085 !important;
}

.hero {
    max-width: 1200px;
	margin: 0 auto;
  padding: 4rem 2rem;
   display: grid;
       grid-template-columns: 1fr 1fr;
          gap: 3rem;
    align-items: center;
}

.hero-content h1 {

	  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
         color:#2c3e50;
	} 

.hero-subtitle {
               font-size     :  1.1rem;
	color: #555;
   margin-bottom: 2rem;
    line-height: 1.7;

}



.hero-button {
    display: inline-block; 
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%); 
    color: white; 
  padding: 1rem 2.5rem; 
   border-radius: 50px; 
    text-decoration: none; 
   font-weight: 600; 
   transition: all 0.3s ease; 
  box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3);
}

.hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 188, 156, 0.5);
}

.hero-image {
   	width: 100%;
    height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.section-container {
    max-width :     1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-benefits {
	background: white;
   padding: 4rem 0;
}  

.section-benefits h2,
.section-training h2,
.section-workshops h2,
.section-webinars h2,
.section-conference h2,
.section-cta h2 {
    font-size: 2.4rem;
   color: #2c3e50;
          margin-bottom: 3rem;
    text-align: center;
}

.benefits-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
               gap: 2rem;
}

.benefit-card {
  background: #f8f9fa;
  padding  :    2rem;
   border-radius: 8px;
  border-left: 4px solid #1abc9c;
    transition: all 0.3s ease;
}  

.benefit-card:hover {
	  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        background: #fff;
	}

.benefit-card h3 {

	   color: #2c3e50;
  margin-bottom    :1rem;
   font-size: 1.3rem;


}

.benefit-card p {
  color: #666;
	line-height: 1.7;
}

.section-training {
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
  padding: 4rem 0;


}

.training-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items     :    center;
  gap    :      3rem;
  display: grid;}

.training-content h2 {
       text-align: left;
    margin-bottom   :       1.5rem;
}

.training-content p {
    color: #555;
    margin-bottom     :  1.5rem;
   line-height: 1.8;
}

.training-list {
	list-style: none;
  display: flex;
    flex-direction    :       column;
   gap: 1rem;
	
}

.training-list li
	{
   padding-left: 2rem;
    position     :  relative;
  color: #333;
    font-weight  :        500;
}

.training-list li:before {
  color: #1abc9c;
       position: absolute;
    left: 0;
    font-weight: bold;
  content: "✓";
    font-size: 1.2rem;
}

.section-img   {

    width: 100%;
 height: auto;
    border-radius    :     12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.section-workshops {
  background   :white;
    padding: 4rem 0;
}

.workshops-grid {
   	display:   grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
	

}

.workshop-item {
  background: #f8f9fa;
 border-radius: 10px;
   overflow:        hidden;
    transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.workshop-item:hover
{
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.workshop-img {
         width: 100%;
       height: 200px;
            object-fit: cover;
}  

.workshop-item h3 {
  padding: 1.5rem 1.5rem 0.5rem;
               color: #2c3e50;
    font-size: 1.2rem;
}

.workshop-item p {
  padding: 0 1.5rem 1.5rem;
  color: #666;
  line-height :        1.6;
}

.section-webinars     {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  padding: 4rem 0;
	
}

.section-webinars h2
{
   color: white;
}

.section-intro {
  text-align: center;
  color: rgba(255,255,255,0.9);
   font-size: 1.1rem;
	 margin-bottom: 2rem;
}

.webinar-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
       gap: 2rem;
      align-items: center;
    background: white;
      padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.showcase-img {
   border-radius    : 8px;
  width: 100%;
               height: auto;


}

.webinar-info h3 {
                    color: #2c3e50;
    font-size: 1.5rem;
  margin-bottom: 1rem;
}


.webinar-info p {
    color: #666;
   line-height: 1.8;
	margin-bottom: 1.5rem;
}

.webinar-button {
  display: inline-block;
       background: #3498db;
   color: white;
    padding :     0.8rem 2rem;
  border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
  transition   :        all 0.3s ease;
}

.webinar-button:hover 
 {
  background: #2980b9;
  transform: translateY(-2px);
}  

.section-conference

{
   background: white;
	padding: 4rem 0;
} 

.section-conference > .section-container > p {
   text-align: center;
          font-size: 1.1rem;
    color: #555;
   margin-bottom    :    2rem;


}

.conference-details {
  display   :    grid; 
	  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
	    gap: 2rem; 
	  margin: 2rem 0;
}

.conf-detail {
   background: #f8f9fa;
   padding: 1.5rem;
  border-radius: 8px;
   text-align: center;
}

.conf-detail h4 {
	   color: #2c3e50;
   margin-bottom: 0.8rem;
  font-size: 1.1rem;
	}

.conf-detail p {
   line-height: 1.6;
   color: #666;

}

.conference-button  {
  display: block;
    width    :      fit-content;
    margin: 2rem auto 0;
    background: #e74c3c;
         color :        white;
 padding: 1rem 2.5rem;
    border-radius :    50px;
   text-decoration:      none;
	 font-weight: 600;
    transition: all 0.3s ease;
}

.conference-button:hover {
	background: #c0392b;
  transform: translateY(-2px);
}

.section-cta {


  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 3rem 0;
	}


.cta-content {
	 text-align     :     center;
}

.section-cta h2 {
   color   :        white;
}

.section-cta p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
   margin-bottom: 2rem;
}

.cta-button 
 {
   display: inline-block;
  background: #1abc9c;
    color     :        white;
  padding: 1rem 3rem;
   border-radius: 50px;
   text-decoration     :  none;
  font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 188, 156, 0.4);
}

.cta-button:hover {
   background: #16a085;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 188, 156, 0.6);
}

.contact-section {
	 background: white;
    padding  :  4rem 0;
}

.contact-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-wrapper   {
     display: grid;
	grid-template-columns: 1fr 1fr;
   gap: 3rem;
     }

.contact-info h3 {
	color :#2c3e50;
   font-size   :      1.5rem;
    margin-bottom: 1.5rem;
}

.contact-info p {
         color: #666;
	 line-height: 1.8;
	 margin-bottom: 1rem;
	}

.info-note {
               font-style: italic;
    color: #999;
  margin-top: 1.5rem;
  padding-top    :    1.5rem;
  border-top     :        1px solid #eee;
}

.contact-form


{
  display: flex;
   flex-direction: column;
    gap :    1rem;
}

.form-group
	{
    display: flex;
}

.form-group input,
.form-group select,
.form-group textarea {


  width: 100%;
  padding: 0.8rem 1rem;
   border: 2px solid #eee;
    border-radius: 6px;
	 font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.3s ease;


}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {


   outline: none;
  border-color     :      #1abc9c;
  box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.1);


}


.form-group textarea {
  resize: vertical;
	min-height     :    120px;
}

.submit-button
	{
    padding: 1rem 2rem;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  color: white;
    border: none;
  border-radius: 50px;
   font-weight  : 600;
   font-size: 1rem;
  cursor: pointer;
   transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3);
}

.submit-button:hover {
     transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 188, 156, 0.5);}

.submit-button:active 
 {
  transform: translateY(0);
}

.footer {

	background: #2c3e50;
	color: white;
  padding: 3rem 0 1rem;
   margin-top: 4rem;}



.footer-wrapper {
  max-width: 1200px;
   margin: 0 auto;
    padding: 0 2rem;
}

.footer-brand {


  display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;

}

.footer-logo {

   height: 86px;
  width: auto;
  filter: brightness(0) invert(1);
	}

.footer-columns {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
					margin-bottom: 2rem;
      padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1); 
	
}

.footer-col h4 {
    font-size: 1rem;
   margin-bottom: 1rem;
  color: #1abc9c;
}

.footer-col ul {
   list-style: none;
}

.footer-col ul li {
         margin-bottom: 0.5rem;
}

.footer-col a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
     transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #1abc9c;
}

.footer-col p {
  color: rgba(255,255,255,0.8);
  line-height :    1.6;
}

.footer-bottom {
      text-align: center;
  color: rgba(255,255,255,0.6);
    padding-top: 1rem;
     }@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .navbar-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #34495e;
        gap: 0;
        padding: 1rem 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-menu a {
        padding: 0.8rem 2rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .training-wrapper {
        grid-template-columns: 1fr;
    }

    .training-content h2 {
        text-align: center;
    }

    .webinar-showcase {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .section-benefits h2,
    .section-training h2,
    .section-workshops h2,
    .section-webinars h2,
    .section-conference h2,
    .section-cta h2 {
        font-size: 1.8rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .section-training,
    .section-workshops,
    .section-webinars,
    .section-conference {
        padding: 2rem 0;
    }

    .hero,
    .hero-content {
        padding: 2rem;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        text-align: center;
    }
}.services-hero	{
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color  :white;
   padding: 3rem 0;
    text-align   : center;
}

.services-hero h1 {
  font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
	
}

.services-hero p

{
    font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
   max-width: 600px;
  margin: 0 auto;
}

.services-grid-section {
   background: white;
   padding     :   4rem 0;
}

.services-grid {

   display   : grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;


}

.service-card {
          background: #f8f9fa;
  padding: 2rem;
   border-radius: 8px;
   border-top: 4px solid #1abc9c;
   transition: all 0.3s ease;
               display: flex;
 flex-direction     :      column; 

}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
   background     :white;
}

.service-icon {
   font-size: 2.5rem;
       font-weight: 700;
       color: #1abc9c;
             margin-bottom: 1rem;
}

.service-card h3 {
  color: #2c3e50;
    font-size    :1.3rem;
     margin-bottom: 1rem;
}

.service-card p

{
					color: #666;
  line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;


}

.service-features {
   list-style: none;
  display: flex;
	flex-direction: column;
	 gap: 0.8rem;
}

.service-features li {
    color: #555;
   padding-left: 1.5rem;
   position: relative;
   font-size: 0.95rem;
}

.service-features li:before
{

  content: "→";
	position: absolute;
  left :  0;
          color: #1abc9c;
   font-weight     :  bold;
}

.service-details  {
    background: #f8f9fa;
   padding: 4rem 0;
}

.service-details h2  
  {
  text-align: center;
          color: #2c3e50;
  margin-bottom: 3rem;
   font-size: 2.4rem;
}

.detail-item {
    background     :    white;
    padding: 2rem;
   margin-bottom  :2rem;
    border-radius: 8px;
  display: grid;
       grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.detail-training {
    grid-template-columns: 1fr 1fr;
}

.detail-image {


  overflow: hidden;
	 border-radius: 8px;

}

.detail-img  
  {
    width: 100%;
       height     :  auto;
  object-fit     :        cover;
  transition: transform 0.3s ease;
}

.detail-item:hover .detail-img {
  transform: scale(1.05);
}

.detail-content h3


{
   color: #2c3e50;
  margin-bottom: 1rem;
    font-size: 1.5rem;
}

.detail-content p {
   color: #666;
  line-height: 1.8;
    margin-bottom: 1.5rem;
}

.detail-points {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem; 

}

.point    {


	background:   #f8f9fa;
    padding: 1rem;
   border-radius: 6px;
    border-left: 3px solid #1abc9c;

}

.point strong {
   color: #2c3e50;
   display: block;
	 margin-bottom    :        0.5rem;
}

.point p {
   color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
   margin: 0;
}

.pricing-section {
    background: white;
    padding:  4rem 0;
}

.pricing-section h2 {
   text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
	font-size: 2.4rem;

}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;
}

.pricing-card {
  background: #f8f9fa;
  padding   :      2rem;
	 border-radius: 8px;
  border: 2px solid #eee;
  display: flex;
   flex-direction: column;
  transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
     transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);

}

.pricing-card h3     {
   color: #2c3e50;
         font-size: 1.3rem;
      margin-bottom: 1rem;
}


.price {
    font-size: 2rem;
     font-weight: 700;
   color: #1abc9c;
    margin-bottom: 0.25rem;
} 

.price-period {
    color: #999;
  font-size  :0.9rem;
	margin-bottom: 1.5rem;
}

.pricing-features {
    list-style: none;
      margin-bottom: 1.5rem;
    flex-grow: 1;
}

.pricing-features li {
      color: #666;
    padding: 0.6rem 0;
   border-bottom: 1px solid #eee;
	 line-height: 1.6;
}

.pricing-features li:last-child {
        border-bottom: none;
}

.pricing-button{


	display   :        block;
  text-align: center;
   padding: 0.8rem 1.5rem;
  background: #e74c3c;
  color  :      white;
          text-decoration: none;
  border-radius: 50px;
   font-weight: 600;
   transition: all 0.3s ease;


}

.pricing-button:hover    {

   background: #c0392b;
     transform: translateY(-2px); 
}

.pricing-card.pricing-featured {
      border-color: #1abc9c;
  border-width: 3px;
  transform: scale(1.05);
}

.featured-badge {
 -webkit-border-radius    :     50px;
  position: absolute;
         top: -15px;
   right: 20px;
   background: #1abc9c;
       color: white;
	padding: 0.5rem 1rem;
  border-radius: 50px;
  -moz-border-radius: 50px;
    font-size    : 0.8rem;
  font-weight:   600;


}

.pricing-button.primary {
    background: #1abc9c;
}

.pricing-button.primary:hover {
   background: #16a085;
}

.services-cta {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%); 
	  padding: 3rem 0; 
	   text-align: center; 
	    color: white;
}

.services-cta h2 {


    color: white;

    font-size: 2rem;

   margin-bottom: 1rem;
	}

.services-cta p {
   font-size: 1.1rem;
   margin-bottom: 2rem;
  color: rgba(255,255,255,0.9);
	}

.cta-button-large{
         display: inline-block;
	   background: white;
	   color: #1abc9c;
	      padding: 1rem 2.5rem;
	    border-radius: 50px;
	  text-decoration: none;
	  font-weight: 600;
	   transition: all 0.3s ease;


}

.cta-button-large:hover {


  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);}

.thankyou-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
   color: white;
  padding: 4rem 2rem;
	text-align: center;
}

.thankyou-content {
    max-width: 700px;
	 margin: 0 auto;
}

.success-checkmark {
	 margin-bottom: 2rem;
}

.checkmark-svg   {
  width: 100px;
   height: 100px;
	 animation: scaleIn 0.6s ease-out;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-hero h1 {
	 font-size: 2.5rem;
   margin-bottom: 0.5rem;
}

.thankyou-subtitle {
  font-size:    1.2rem;
     color: #1abc9c;
       margin-bottom: 2rem;


}

.thankyou-message

{
  background: rgba(255,255,255,0.1);
        padding: 2rem;
   border-radius: 8px;
	 margin-bottom: 2rem;
}  

.thankyou-message p {
  color: rgba(255,255,255,0.9);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.thankyou-message p:last-child {
  margin-bottom: 0;
}

.thankyou-next-steps {
    background     :white;

	  padding: 2rem;

	    border-radius: 8px;

	   color: #2c3e50;
}

.thankyou-next-steps h3 {
    color: #2c3e50;
   margin-bottom: 1.5rem;
}

.steps-list {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
         gap: 1.5rem;
}

.step {
    display: flex;
  gap:   1rem;
}

.step-number
{
	min-width: 40px;
  height :   40px;
   background: #1abc9c;
  color: white;
  border-radius: 50%;
  display  : flex;
   align-items: center;
     justify-content: center;
 font-weight: 700;
   flex-shrink: 0;
}

.step-content h4 {
	color  :   #2c3e50;
  margin-bottom: 0.5rem;
    font-size: 1rem;
}

.step-content p		{
  line-height: 1.6;
   font-size: 0.9rem;
    margin: 0;
    color: #666;

}

.contact-while-waiting {
         background: #f8f9fa;
   padding :     4rem 0;
}

.contact-while-waiting h2 {
   text-align: center;
  color     :        #2c3e50;
   margin-bottom   :        2rem;
  font-size:  2rem;
}

.waiting-content {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;

}

.waiting-card  
  {
   background: white;
	padding: 2rem;
   border-radius: 8px;
   text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.waiting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
	
}

.waiting-card h3 {
    color: #2c3e50;
  margin-bottom    :       1rem;
}

.waiting-card p {
    line-height: 1.7;
   color: #666;
         margin-bottom: 1rem;
}

.waiting-link {
  display: inline-block;
    color: #1abc9c;
    text-decoration: none;
  font-weight: 600;
   transition: all 0.3s ease;
               padding     :  0.5rem 1rem;
    border-radius: 4px;
}

.waiting-link:hover {
   color     :      white;
   background  :  #1abc9c; 

}

.address-text	{
	 color     :#333;
   font-weight:       500;
}

.returnanim {
    background: white;
  padding: 2rem 0;
    text-align: center;
}

.return-home-button {


          display: inline-block;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 1rem 2.5rem;
   border-radius: 50px;
    text-decoration: none;
    font-weight   : 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);

}

.return-home-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.5);
}@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 1.8rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 1.5rem;
    }

    .detail-item {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .detail-training {
        grid-template-columns: 1fr;
    }

    .detail-points {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.pricing-featured {
        transform: scale(1);
    }

    .steps-list {
        grid-template-columns: 1fr;
    }

    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .waiting-content {
        grid-template-columns: 1fr;
    }

    .thankyou-hero {
        padding: 2rem;
    }

    .thankyou-hero h1 {
        font-size: 2rem;
    }

    .checkmark-svg {
        width: 80px;
        height: 80px;
    }

    .services-cta h2 {
        font-size: 1.5rem;
    }
}.policySection {
 padding: 80px 2rem;
   background: #f8f9fa;
  min-height: calc(100vh - 400px);
}

.policyContainer		{
   max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.policyContainer h1 {
	 font-size:       2.8rem;
   color: #2c3e50;
   margin-bottom: 2rem;
  font-weight: 700;
    line-height: 1.2;

}

.policyContainer h2


{
  font-size: 1.8rem;
 color: #2c3e50;
  margin-bottom:    1.2rem;
  margin-top: 2rem;
   font-weight: 600;
  border-bottom: 2px solid #1abc9c;
  padding-bottom: 0.5rem;
}



.policyContainer p   {
         color: #555;
  margin-bottom: 1.5rem;
    line-height: 1.8;
   font-size: 1rem;
   text-align: justify;
}

.policyContainer p:first-of-type {
  font-size: 1.05rem;
   color: #666;
    margin-bottom    :    2rem;


}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        text-align: left;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
    }
}