* {
   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: #2c3e50;

  background-color    :        #ffffff;
}

.navigation-bar {
    position: sticky;
      top: 0;
      z-index: 1000;
     background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}


.nav-container {
   max-width: 1200px;
   		 margin: 0 auto;
       padding: 0 20px;
   			display: flex;
       justify-content: space-between;
                       align-items: center;
       height    :       70px;
}

.nav-logo img {
   height: 64px;
   width: auto;
  filter: brightness(0) invert(1);
}

.nav-links     {
	display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link {
   color    :        #ffffff;
         text-decoration: none;
                    font-weight: 500;
    font-size: 16px;
  transition   :    color 0.3s ease, border-bottom 0.3s ease;
	 padding-bottom: 5px;
	 border-bottom: 2px solid transparent;
}

.nav-link:hover {
   color: #64b5f6;

  border-bottom-color :  #64b5f6;
}

.burger-menu {
  background  :    none;
  gap   : 6px;
  display     :     none;
  border  :none;
   cursor: pointer;
  flex-direction: column;
}  

.burger-line {
   width    :  25px;
        height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.hero-section {
	 display: flex;
  align-items: center;
  justify-content  : space-between;
	max-width: 1200px;
  margin: 0 auto;
         padding: 80px 20px;
   gap     :  40px;
      min-height: 500px;
}

.hero-content 
 {
   	flex: 1;
	}

.hero-content h1 {
   font-size: 48px;
                    color: #1a1a1a;
   margin-bottom: 20px;
    line-height:   1.3;
  font-weight: 700;
} 

.hero-content p {


    font-size: 18px;
  color: #555;
    margin-bottom: 30px;
    line-height: 1.7;


}

.hero-image {
  flex: 1;
}

.hero-img {
        width: 100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-button {

					display    :   inline-block;
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	   color: white;
	   padding     :     15px 35px;
	   border-radius: 8px;
	    text-decoration: none;
	    font-weight: 600;
	                    font-size: 16px;
	  transition: all 0.3s ease, transform 0.2s ease;
	  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); 
	

}

.cta-button:hover    {
  transform: translateY(-2px);

	  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.services-overview {
    padding: 80px 20px;
   background-color: #f8f9fa;
}

.section-container {

  max-width   :  1200px;
    margin: 0 auto;
}

.services-overview h2,
.why-choose-us h2,
.training-programs h2,
.testimonials h2,
.cta-booking h2,
.contact-section h2 {
  font-size :      42px;
  color: #1a1a1a;
   margin-bottom: 50px;
	text-align :        center;
    font-weight: 700;
}

.services-grid
	{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 30px;
}


.service-card {
	background: white;
    border-radius: 12px;
  overflow: hidden;
    transition: all 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
     transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);

}

.service-image 
 {
    width    :    100%;
  height: 250px;
          object-fit: cover;
}

.service-card h3 {
   color: #1a1a1a;
  font-weight :     600;
  font-size: 22px;
          margin: 20px 20px 10px;
}

.service-card p {

	  font-size: 15px;
  color: #666;
    margin: 0 20px 20px;
   line-height: 1.6;

}

.why-choose-us {
  padding: 80px 20px;

	   background-color: white;
}

.reasons-wrapper {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.reason-item {
   position: relative;
    min-height: 120px;
  padding-left     :       80px;
}

.reason-number    {
    position: absolute;
  left: 0;
   top: 0;
   font-size: 48px;
    font-weight: 700;
   color: #667eea;
	opacity: 0.2;
}

.reason-item h3 {
    font-size  :      20px;
       color: #1a1a1a;
    margin-bottom: 10px;
   font-weight: 600;
}

.reason-item p

{


  font-size: 15px;
    color: #666;
    line-height: 1.6;


}

.training-programs {


  background: linear-gradient(135deg, #f5f7fa 0%, #f0f2f5 100%);
   padding: 80px 20px;



}

.programs-list {
  display: grid;
   gap: 25px;
}

.program-item {
  background: white;
  padding: 30px;
   border-radius: 10px;
    border-left: 5px solid #667eea;
  transition  : all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.program-item:hover   {
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);}

.program-item h3 {
    font-size: 20px;
  color: #1a1a1a;
        margin-bottom: 12px;
   font-weight: 600;
}

.program-item p  
  {
   font-size: 15px;
  color: #555;
   line-height: 1.7;
  margin-bottom: 15px;
}

.program-price {
   display :       inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                    color: white;
  padding: 8px 16px;
  border-radius: 6px;
                    font-weight:600;
    font-size: 14px;
}

.testimonials {
	     padding     :   80px 20px;
	  background-color: white;
     }

.testimonials-grid {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
	 padding: 30px;
    border-radius:     10px;
  border-top: 4px solid #667eea;
	transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-text {


    font-size: 16px;

	    color:#2c3e50;

	 font-style: italic;

	  margin-bottom :    15px;

	   line-height: 1.7;


}

.testimonial-author {
  font-size    :       14px;
   color: #764ba2;
    font-weight: 600;
}

.cta-booking	{

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding  : 80px 20px;
   text-align: center;
   color: white;
	}

.cta-booking h2 {


    color: white;
	margin-bottom: 20px;
    font-size: 40px;
	}

.cta-booking p {
     font-size  :  18px;
  margin-bottom: 30px;
	max-width: 600px;
    margin-left: auto;
 margin-right: auto;
   line-height: 1.7;
}

.cta-button-large {
    display    :   inline-block;
	background: white;
	 color : #667eea;
  padding: 16px 40px;
  border-radius: 8px;
   text-decoration: none;
  font-weight: 700;
    font-size: 16px;
	 transition: all 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button-large:hover {
  transform: scale(1.05);

	  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.contact-section {
         padding: 80px 20px;
	background-color: #f8f9fa;
}

.contact-wrapper

{
    display: grid;
  grid-template-columns: 1fr 1fr;
   gap  :  50px;
  align-items: start;}

.contact-info h3	{
               font-size: 24px;
  color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;


}

.contact-info p {
  font-size: 16px;
   color: #555;
    margin-bottom: 12px;
    line-height :        1.6;
}

.contact-info strong
	{


  color: #2c3e50;


}

.contact-form {
  background: white;
   padding: 40px;
   border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.form-group
{
 margin-bottom: 25px;
}

.form-group label {
    font-weight: 600;
	color: #1a1a1a;
  margin-bottom: 8px;
    font-size: 15px;
  display: block;
}

.form-group input,
.form-group select,
.form-group textarea 
 {
    border-radius: 6px;
	padding: 12px 15px;
   width :   100%;
  border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
  font-family: inherit;
    font-size  : 15px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
   outline: none;
  border-color: #667eea;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea	{
    resize: vertical;
    min-height: 120px;
}

.form-submit {
  width: 100%;
    padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color:    white;
       border: none;
   border-radius: 6px;
   font-weight :       700;
      font-size: 16px;
  cursor: pointer;
   transition:     all 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.form-submit:hover  
  {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.form-submit:active {
  transform: translateY(0); 

}

.footer-section {
   padding: 60px 20px 20px;
    color: #e0e0e0;
  background  :   #1a1a1a;
}

.footer-container {
                    max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
    margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.footer-logo-section img {
   height: 86px;
   width: auto;
  filter: brightness(0) invert(1);
   margin-bottom:   15px; 
	
}

.footer-contact h4,
.footer-links h4 {
  font-size: 18px;
   color :  white;
  margin-bottom: 15px;
    font-weight: 600;
}

.footer-contact p {
     font-size: 15px;
  color     :      #b0b0b0;
	 margin-bottom: 8px;
    line-height   :     1.6;
	}

.footer-links ul {
    list-style: none;
} 

.footer-links li   {
   margin-bottom: 10px;
}

.footer-links a


{
   color: #b0b0b0;
  text-decoration: none;
          font-size: 15px;
   transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #64b5f6;
}

.footer-bottom {
	 text-align  :    center;
   padding-top: 20px;
	 color: #808080;
   font-size: 14px;
}@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .burger-menu {
        display: flex;
    }

    .nav-links.active {
        display: flex;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #2d2d2d;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .nav-link {
        padding: 10px 0;
        border-bottom: none;
    }

    .hero-section {
        flex-direction: column;
        padding: 50px 20px;
        gap: 30px;
        min-height: auto;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .reasons-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .services-overview h2,
    .why-choose-us h2,
    .training-programs h2,
    .testimonials h2,
    .cta-booking h2,
    .contact-section h2 {
        font-size: 32px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .burger-menu.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .burger-menu.active .burger-line:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 24px;
    }

    .services-overview h2,
    .why-choose-us h2,
    .training-programs h2,
    .testimonials h2,
    .cta-booking h2,
    .contact-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .cta-button,
    .cta-button-large {
        width: 100%;
        text-align: center;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 16px;
    }

    .contact-form {
        padding: 25px;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px;
   text-align: center;
  color: white;
}

.services-hero h1 {

	   font-size: 48px;
    margin-bottom  : 20px;
  font-weight: 700;
   line-height: 1.3;



}

.services-hero p {
  font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    line-height :1.7;
    opacity: 0.95;
}

.services-detailed {
    padding: 80px 20px;
	background-color: #ffffff;
}

.service-detailed-card {
    display: grid;
          grid-template-columns: 1fr 1fr;
	 gap: 50px;
   align-items: center;
    margin-bottom: 100px;
}

.service-detail-reverse {
    grid-template-columns: 1fr 1fr;
}

.service-detail-reverse .service-detail-content {

	    order  :      2;


}

.service-detail-reverse .service-detail-image {
   order: 1;
} 

.service-detail-image {
  position: relative;
	
}

.detail-img {
  width: 100%;
    height   :   auto;
 border-radius:12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
   transition: transform 0.3s ease;
}

.service-detail-image:hover .detail-img {
  transform: scale(1.03);
}

.service-detail-content h2   {
    font-size: 36px;

    color: #1a1a1a;

	margin-bottom: 20px;

  font-weight: 700;
}  

.service-intro {
         font-size: 18px;
  color: #555;
   line-height: 1.7;
    margin-bottom: 25px;
   padding-bottom    :    20px;
         border-bottom: 2px solid #f0f0f0;
}

.service-detail-content h3	{
         font-size: 20px;
   color  :      #1a1a1a;
      margin-top: 25px;
  margin-bottom:15px;
   font-weight: 600;
}

.service-list {
    list-style: none;
   margin-bottom: 20px;
}

.service-list li {
    color: #555;
        position: relative;
	font-size: 15px;
   padding: 8px 0 8px 25px;
               line-height: 1.6;
}

.service-list li:before {
   font-weight: bold;
    color: #667eea;
  left   :  0;
  content: "▸";
   position: absolute;
}

.service-details {
    font-size :       15px;
    color: #666;
  line-height: 1.7;
   margin: 20px 0;
                    padding: 20px;
	background-color: #f8f9fa;
   border-left: 4px solid #667eea;
   border-radius: 6px;
}

.service-info-box {
  display :        inline-flex;
   gap: 10px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    padding: 12px 18px;
   border-radius: 6px;
   margin-right: 15px;
   margin-top: 15px;
	 border: 1px solid #e0e0e0;
}

.info-label {
	 font-weight: 600;
    color: #2c3e50;
  font-size: 14px;
}  

.info-value

{
          color: #667eea;
   font-weight: 700;
	 font-size: 14px;
}

.webinars-programs {
  padding: 80px 20px;
   background-color  :        #f8f9fa;
	
}

.webinars-programs h2 {


          font-size: 42px;
    color: #1a1a1a;
  margin-bottom: 50px;
  text-align: center;
   font-weight: 700;}

.webinar-grid 
 {

	  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;


}

.webinar-card  
  {
    background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	 transition: all 0.3s ease;
}

.webinar-card:hover {

  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);}

.webinar-card h3    {
   font-size: 22px;
    color: #1a1a1a;
  margin-bottom: 15px;
    font-weight: 600;
}

.webinar-desc		{
    font-size: 15px;
   color  :       #666;
         line-height   : 1.6;
  margin-bottom: 20px;
}

.webinar-topics {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
	padding: 15px;
    border-radius: 8px;
    margin-bottom    :     15px;
}

.webinar-topics strong {
  color: #2c3e50;
    display: block;
  margin-bottom: 8px;
      font-size: 14px;
   font-weight: 700;
}

.webinar-topics ul {
   list-style: none;
      padding: 0;
}

.webinar-topics li {

		font-size:        14px;
  color: #555;
   padding: 4px 0 4px 18px;
  position     :    relative;
     }

.webinar-topics li:before {
  content: "◆";
    position: absolute;
   left    :0;
   color: #667eea;
   font-size: 8px;
}

.webinar-info    {
  font-size: 14px;
  color: #764ba2;
  font-weight: 500;
}

.pricing-section {
   padding:        80px 20px;
   background-color: white;
}

.pricing-section h2 {
  font-size: 42px;
 color: #1a1a1a;
   margin-bottom  :        50px;
	text-align: center;
    font-weight: 700;
}

.pricing-grid
	{
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
}

.pricing-card {
   background: white;
	border: 2px solid #e0e0e0;
  border-radius: 12px;
    padding: 35px 25px;
   transition  :       all 0.3s ease;
   position: relative;
   text-align: center;
}

.pricing-card:hover {
    border-color: #667eea; 
	  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}

.pricing-featured {


  border-color: #667eea;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
	}

.featured-badge {
    position: absolute;
   top: -15px;
    left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color    :      white;
    padding: 6px 18px;
    border-radius: 20px;
     font-size : 12px;
     font-weight: 700;
     text-transform: uppercase;
}

.pricing-card h3
	{
   font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 15px;
                    font-weight: 600;
}

.price-tag {
	font-size: 48px;
    color:   #667eea;
   font-weight: 700;
   margin: 20px 0;
}

.price-desc {

   font-size: 15px;
  color:    #666;
   margin-bottom :   25px;
	 line-height: 1.5;
}

.pricing-features

{
    list-style :      none;
  margin-bottom: 30px;
   text-align: left;
}

.pricing-features li {
	font-size :      14px;
   color: #555;
  padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
     padding-left: 25px;
  position: relative;
}

.pricing-features li:before {
  content: "✓";
    position: absolute;
   left: 0;
                    color: #2ecc71;
  font-weight: bold;
}

.pricing-button 
 {
    display     :     inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 color: white;
  padding: 12px 30px;
  border-radius: 6px;
	 text-decoration   :        none;
   font-weight: 600;
				 font-size :  15px;
  transition: all 0.3s ease;
    border: 2px solid transparent; 
	
}

.pricing-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(102, 126, 234, 0.4);
}

.pricing-button-featured {
 color: #667eea;
    background: white;
  border: 2px solid #667eea;


}

.pricing-button-featured:hover {
   background: #667eea;
    color: white;
}

.process-section {
         background-color    :      #f8f9fa;
	padding: 80px 20px;
}

.process-section h2 {

	   font-size: 42px;
   color: #1a1a1a;
					margin-bottom: 50px;
                    text-align: center;
   font-weight: 700;


}

.process-steps  
  {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 30px;
}

.step {
   background: white;
   padding: 35px 25px;
  border-radius :      12px;
   text-align :    center;
    transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.step:hover {
	  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.step-number {
    display: inline-flex;
   align-items: center;
  justify-content    :   center;
   width: 60px;
   height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    border-radius: 50%;
    font-size: 28px;
   font-weight: 700;
   margin-bottom     :       20px;
}

.step h3 {
   font-size: 20px;
   color : #1a1a1a;
    margin-bottom: 12px;
    font-weight:        600;
}

.step p {


    font-size: 15px;
   color: #666;
    line-height: 1.6;}

.faq-section {
    padding: 80px 20px;
  background-color: white;
}

.faq-section h2 {
    font-size :   42px;
   color: #1a1a1a;
	 margin-bottom: 50px;
   text-align: center;
   font-weight: 700;
}

.faq-container   {
	margin     :    0 auto;
  max-width: 800px;
}

.faq-item {

  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
  padding: 25px;
               margin-bottom: 20px;
    border-radius: 10px;
   border-left: 4px solid #667eea;
   transition: all 0.3s ease;
    cursor: pointer;}

.faq-item:hover {

	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

.faq-question {
  margin-bottom: 10px;
       color   : #1a1a1a;
       font-weight: 600;
     font-size: 18px;
}

.faq-answer {
   font-size: 15px;
    color: #555;
    line-height: 1.6;

}

.cta-services
	{
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px;
	text-align: center;
    color: white;}

.cta-services h2 {
    color: white;
    font-size: 40px;
			margin-bottom: 20px;
}

.cta-services p {
  font-size: 18px;
         margin-bottom: 30px;
   max-width :  600px;
   margin-left: auto;
        margin-right: auto;
    line-height:        1.7;
}

.thankyou-section {
	padding: 100px 20px; 
   background-color: #f8f9fa; 
   min-height: 100vh;
}

.thankyou-container {
  max-width: 700px;
  margin: 0 auto;
    background:   white;
    padding: 60px 40px;
	 border-radius   : 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
   text-align: center;
}

.success-icon {
  width  :      100px;

    height: 100px;

       margin: 0 auto 30px;

     display: flex;

   align-items: center;

   justify-content: center;

    animation: scaleIn 0.6s ease;


}

.success-icon svg {
    width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.2));
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* Production ready */
.thankyou-container h1 {
  font-size: 42px;
  color     :#1a1a1a;
   margin-bottom    :        20px;
   font-weight     :   700;
}

.thankyou-message {
  margin-bottom: 40px;
}

.main-message {
  font-size: 18px;
       color: #555;
   margin-bottom: 10px;
   font-weight: 600;
}


.secondary-message {
    font-size: 16px;
    color     :#666;
    line-height: 1.7;
}

.next-steps {
    margin-bottom: 40px;
   text-align: left;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
  padding: 30px;
  border-radius: 12px;

}

.next-steps h2 {
		font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-align: center;
	font-weight: 600;
}  

.steps-list {
	display: flex; 
  flex-direction: column; 
   gap  :    20px;
}

.next-step {
     display: flex; 
	  gap: 15px;
}

.step-icon {
    display :      flex;
   align-items: center;
    justify-content  :        center;
    width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.next-step h3 {
    font-size: 16px;
  margin-bottom: 5px;
   font-weight: 600;
   color: #1a1a1a;
}

.next-step p {
	 font-size :      14px;
   color: #666;
    line-height: 1.5;
   margin: 0;
}

.expected-timing {
  margin-bottom: 40px;
}

.expected-timing h2 {
    font-size: 24px;
   color: #1a1a1a;
	margin-bottom :     20px;
    font-weight: 600;
	
}

.timing-info	{
  display: flex;
    gap: 20px;
  justify-content: center;
  flex-wrap:   wrap;
}

.timing-item {
   background: white;
      padding     :20px 30px;
  border-radius: 10px;
	border    :       2px solid #667eea;
	display: flex;
    flex-direction: column;
   align-items: center;
}

.timing-item strong {
 color:#1a1a1a;
    font-size: 16px;
   margin-bottom: 8px;
}

.timing-item span {
    color: #667eea;
  font-weight: 700;
  font-size: 18px;
}

.help-section   {
   margin-bottom  :     40px;
  text-align: left;


}

.help-section h2 {
   font-size: 24px;
	  color: #1a1a1a;
	   margin-bottom :      15px;
		font-weight: 600;
	    text-align: center;
}

.help-section p {
      font-size: 15px;
	   color:      #666;
	                    margin-bottom: 15px;
	     line-height   :1.6;
	       text-align: center;
}

.help-contact {
     background: linear-gradient(135deg, #fff5f5 0%, #fff0f5 100%);
    padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #e74c3c;
 margin-top: 15px;

}

.help-contact p {
         text-align: left;
  margin-bottom: 8px;
  color: #555;
    font-size:  14px;
}


.help-contact strong {

	   color: #1a1a1a;
	}



.cta-buttons {
   display: flex;
  gap     :     15px;
		margin-bottom: 40px;
                    flex-wrap   :      wrap;
     justify-content: center;
}

.button-primary,
.button-secondary {
   -webkit-border-radius: 8px;
    display     :      inline-block;
    -moz-border-radius: 8px;
   padding: 14px 30px;
   border-radius: 8px;
   text-decoration    :  none;
    font-weight: 600;
  font-size: 15px;
   transition: all 0.3s ease;
}

.button-primary
{

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);

}

.button-primary:hover   {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.button-secondary {
    background: white;
	color  :  #667eea;
	border :    2px solid #667eea;
}

.button-secondary:hover {
	background: #667eea;
	 color: white;
}

.additional-info {
     background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    padding: 30px;
   border-radius: 12px;
    margin-bottom: 40px;
}

.additional-info h3 {
	  font-size: 18px;
                    color: #1a1a1a;
    margin-bottom: 12px;
   font-weight: 600;
}

.additional-info p {
   font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.faq-quick  
  {
     padding: 80px 20px;
   background-color    :        #f8f9fa;
}

.faq-quick h2  {
	   font-size     :  42px;
               color: #1a1a1a;
    margin-bottom: 50px;
   text-align: center;
   font-weight     :      700;
     }

.faq-quick-grid {
   display  :  grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 25px;
}

.faq-quick-card {
    background: white;
  padding    :     25px;
    border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
   transition: all 0.3s ease;
}

.faq-quick-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.faq-quick-card h3 {
        font-size  :   18px;
      color: #1a1a1a;
   	margin-bottom  :       12px;
     font-weight: 600;
}

.faq-quick-card p {
     font-size: 14px;
   color: #666;
    line-height: 1.6; 

}

.testimonials-carousel	{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap  : 25px;
}

.testimonial-item {

	  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
       padding: 30px;
  border-radius: 12px;
   border-top: 4px solid #667eea;
  transition     :   all 0.3s ease;


}

.testimonial-item:hover{
     transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
     }

.testimonial-quote {
    font-size: 15px;
	 color     :#2c3e50;
          font-style: italic;
  margin-bottom: 15px;
   line-height: 1.7;
}
	/* NOTE: keep for legacy support */

/* Legacy code */


.testimonial-author {
    font-size   :     14px;
	   color: #764ba2;
	    font-weight: 600;
}
@media (max-width: 968px) {
    .service-detailed-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-detail-reverse {
        grid-template-columns: 1fr;
    }

    .service-detail-reverse .service-detail-content {
        order: 0;
    }

    .service-detail-reverse .service-detail-image {
        order: 0;
    }

    .pricing-featured {
        transform: scale(1);
    }

    .thankyou-container {
        padding: 40px 25px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 32px;
    }

    .service-detail-content h2 {
        font-size: 28px;
    }

    .webinars-programs h2,
    .pricing-section h2,
    .process-section h2,
    .faq-section h2 {
        font-size: 32px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .faq-container {
        padding: 0;
    }

    .thankyou-section {
        padding: 50px 20px;
        min-height: auto;
    }

    .thankyou-container {
        margin-top: 30px;
    }

    .steps-list {
        flex-direction: column;
    }

    .timing-info {
        flex-direction: column;
    }

    .timing-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero h1 {
        font-size: 24px;
    }

    .service-detail-content h2 {
        font-size: 20px;
    }

    .service-detail-image {
        margin-bottom: 20px;
    }

    .service-info-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .webinar-grid,
    .pricing-grid,
    .process-steps,
    .faq-quick-grid,
    .testimonials-carousel {
        grid-template-columns: 1fr;
    }

    .thankyou-container {
        padding: 30px 20px;
    }

    .success-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .thankyou-container h1 {
        font-size: 28px;
    }

    .next-steps {
        padding: 20px;
    }

    .next-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .step-icon {
        margin-bottom: 10px;
    }

    .next-step p {
        text-align: center;
    }
}.policy-section {
               min-height: 100vh;
           padding: 80px 20px;
      background-color: #f8f9fa;
}

.section-container {
   max-width: 1200px;
    margin :       0 auto;
}

.policy-container {
    max-width: 850px;
    margin: 0 auto;
	 background-color    :  white;
   padding: 50px 50px;
   border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
   line-height: 1.8;
}

.policy-container h1


{
	color: #1a1a1a;
    font-weight: 700;
   font-size: 42px;
                    margin-bottom: 40px;
     padding-bottom: 20px;
  text-align: center;
    border-bottom: 3px solid #667eea;
}

.policy-container h2 {
  scroll-margin-top: 80px;
    color     :#1a1a1a;
   margin-top:     35px;
    font-size: 24px;
   font-weight: 600;
     margin-bottom: 15px;
}

.policy-container p {
    font-size  :16px;
  color: #555;
  margin-bottom: 18px;
    line-height: 1.8;
	
}



.policy-container p strong    {
    color   :      #2c3e50;
    font-weight   :    600; 

}

.policy-container h2:first-of-type {
  margin-top: 25px;
}@media (max-width: 1024px) {
    .policy-container {
        padding: 40px 40px;
    }

    .policy-container h1 {
        font-size: 36px;
    }

    .policy-container h2 {
        font-size: 22px;
    }

    .policy-container p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .policy-section {
        padding: 60px 20px;
    }

    .policy-container {
        padding: 30px 25px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .policy-container h1 {
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .policy-container h2 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .policy-container p {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .policy-section {
        padding: 40px 15px;
    }

    .policy-container {
        padding: 20px 18px;
        margin-top: 20px;
        border-radius: 6px;
    }

    .policy-container h1 {
        font-size: 22px;
        margin-bottom: 25px;
        padding-bottom: 12px;
        border-bottom: 2px solid #667eea;
    }

    .policy-container h2 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .policy-container p {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .section-container {
        padding: 0;
    }
}@media print {
    .policy-section {
        background-color: white;
        padding: 0;
    }

    .policy-container {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        max-width: 100%;
    }

    .policy-container h1 {
        page-break-after: avoid;
        border-color: #333;
    }

    .policy-container h2 {
        page-break-after: avoid;
    }

    .policy-container p {
        widow: 2;
        orphans: 2;
    }
}