* {
  margin: 0;
    padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	  line-height: 1.6;

	    color: #2c3e50;

	  background-color: #f8f9fa;
}

.main-nav {
    background-color     :       #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
               position: sticky;
   top : 0;
    z-index: 1000;
	
}

.nav-container {
  max-width: 1200px;
    margin: 0 auto;
   padding    :  1rem 2rem;
          display: flex;
   justify-content: space-between;
  align-items  :       center;
}

.logo-section {
       flex: 0 0 auto;


}

.nav-logo {


  height: 45px;
  width: auto;}

.burger-menu {
    display: none;

   background: none;

               border    :      none;

    cursor: pointer;

  flex-direction: column;

  gap: 6px;

  padding: 8px;
}

.burger-menu span {
  width :     24px;
  height: 2px;
    background-color: #2c3e50;
	transition   :        all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.burger-menu.active span:nth-child(2) {
   opacity: 0;
}

.burger-menu.active span:nth-child(3) {
	  transform: rotate(-45deg) translate(7px, -7px);
}

.nav-links {
	     display: flex;
  align-items: center;
	 gap: 2rem;
                    list-style: none;
	}

.nav-links a {
	   text-decoration :        none;
     color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
  font-size: 1rem;
	}

.nav-links a:hover{
         color: #3498db;
}

.nav-links .cta-btn {
  transition :       background-color 0.3s ease;

  border-radius     :    5px;

  color: #fff;

   padding: 0.6rem 1.5rem;

	 background-color: #e74c3c;
}

.nav-links .cta-btn:hover {
   background-color: #c0392b;
    color   : #fff;
}

.hero-section {
  max-width: 1200px;
 margin: 0 auto;
   padding: 4rem 2rem;
    display: grid;
	grid-template-columns: 1fr 1fr;
  gap:     3rem;
    align-items: center;
}

.hero-content h1     {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight     :  700;
  color: #1a252f;
   font-size: 2.8rem;
}

.hero-subtitle {


    margin-bottom :    2rem;
  color: #555;
  font-size: 1.1rem;
	}

.cta-primary  {
   display: inline-block;
	 background-color: #e74c3c;
   color: #fff;
   padding:      1rem 2.5rem;
	 text-decoration: none;
    border-radius: 6px;
    font-weight:     600;
   transition: all 0.3s ease;
  border  :     2px solid #e74c3c;
}

.cta-primary:hover {
   background-color: #c0392b;
     transform: translateY(-3px);
     box-shadow: 0 8px 16px rgba(231, 76, 60, 0.3);
}

.hero-image {
       width: 100%;
   max-width: 500px;
    border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero-visual {
   display: flex;
   justify-content: center;
    align-items    :       center;
}

.why-section {
  background-color     :#fff;
  padding: 4rem 2rem;
   max-width  :      1200px;
               margin    :    0 auto;
}

.why-section h2 {
	text-align  :     center;
  font-size   :        2.2rem;
   color  :   #1a252f;
    margin-bottom: 3rem;
   font-weight: 700;
}

.benefits-grid

{

   display     :  grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem; 
	
     }

.benefit-card {
	border-radius: 8px;
   background-color: #f0f4f8;
  text-align:center;
    transition: all 0.3s ease;
  padding    :  2rem; 

}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.benefit-icon	{
                       height: 60px;
   width: 60px;
   margin :  0 auto 1.5rem;
        display: flex;
   align-items: center;
  justify-content: center;
}

.benefit-icon img {
   width: 100%;
   height: 100%;
}

.benefit-icon img {
    stroke: #3498db;
  fill: none;
   stroke-width    :2;
}

.benefit-card h3 {
    font-size: 1.4rem;

    margin-bottom: 1rem;

  color :   #2c3e50;
}

.benefit-card p {
	color: #555;
  font-size: 0.95rem;
   line-height: 1.6;
}

.offerings-section {
   background-color: #f8f9fa;
   padding: 4rem 2rem;
   max-width: 1200px;
   margin     :     0 auto;
}

.offerings-section h2 {
          font-size: 2.2rem;
   font-weight :    700;
	margin-bottom: 3rem;
    text-align: center;
  color: #1a252f;
}

.offerings-container


{
  display: flex;
   flex-direction: column;
    gap: 3rem;
}

.offering-card {
		display: grid;
   grid-template-columns    :    1fr 1fr;
     gap   :     2rem;
    align-items: center;
		background-color: #fff;
  padding: 2rem;
	 border-radius   :  8px;
	}

.offering-card.alternate {
   direction:   rtl; 
	
}

.offering-card.alternate > *  {
         direction  :        ltr;
}

.offering-image {
	display    :   flex;
   justify-content    :    center;
  align-items: center;
}

.offering-img  {
    width :   100%;

  max-width: 400px;

   border-radius: 8px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.offering-content h3		{
  margin-bottom   : 1rem;
	 font-size: 1.6rem;
               font-weight: 700;
   color: #1a252f;
}

.offering-content p {
  color:    #555;
    font-size: 1rem;
   line-height: 1.7;
}

.process-section	{
   background-color: #fff;
    padding   :        4rem 2rem;
  max-width: 1200px;
                    margin: 0 auto;
}

.process-section h2 {
   font-size: 2.2rem;
    font-weight    :   700;
   margin-bottom: 3rem;
  text-align: center;
  color: #1a252f;
}

.process-steps {
    display: flex; 
		 justify-content: center; 
	   align-items    :center; 
	         gap: 2rem; 
	   flex-wrap: wrap;
} 

.step-item {
 text-align  :center;
  flex: 0 1 280px;
         position: relative;
}

.step-number {
   display: inline-flex;
       align-items: center;
  justify-content: center;
    width: 60px;
   height: 60px;
    background-color: #e74c3c;
		 color: #fff;
  font-size: 1.8rem;
   font-weight:        700;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.step-item h4 {
   font-size: 1.3rem;
  margin-bottom: 0.8rem;
    color : #2c3e50;
               font-weight  :       600;
}

.step-item p {
       color: #666;
   font-size: 0.95rem;
}

.step-connector  {
    display:      none;
    width: 40px;
    height: 3px;
  background: linear-gradient(to right, #e74c3c, transparent);
}

.webinar-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #fff;
  padding: 3rem 2rem;
    text-align: center;
  max-width: 1200px;
  margin  :  2rem auto;
    border-radius: 10px;
}

.webinar-section h2 {
    font-size: 2rem;
         margin-bottom: 1rem;
  font-weight: 700;
}

.webinar-section p {
    font-size: 1.1rem;
                    margin-bottom: 2rem;
   max-width: 600px;
   margin-left: auto;
    margin-right: auto;
}

.cta-secondary  
  {
   display: inline-block;
    background-color: #fff;
	 color: #764ba2;
    padding: 0.8rem 2rem;
   text-decoration: none;
   border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	}

.conference-section {
      background-color: #f0f4f8;
   padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
     }

.conference-section h2 {
  font-size   :       2.2rem; 
   font-weight: 700; 
    margin-bottom: 3rem; 
    text-align: center; 
     color: #1a252f;
}

.conference-details {
   display: grid;

	grid-template-columns: 2fr 1fr;

	gap: 3rem;

  align-items: start;

        background-color: #fff;

    padding: 2rem;

    border-radius: 8px;


}

.conf-info h3 {


        font-size: 1.6rem;
    color: #2c3e50;
   margin-bottom: 1rem;
	 font-weight: 700;
	}

.conf-info p {
    color: #555;
  margin-bottom: 1.5rem;
	 line-height   :       1.7;
}

.conf-benefits {
  margin-bottom: 1rem;
   list-style:    none;
}

.conf-benefits li {
  color: #2c3e50;
  padding: 0.6rem 0;
  padding-left :   1.5rem;
    position    :     relative;
   font-size: 0.95rem;
}

.conf-benefits li:before		{
  content: "✓";
  position  :      absolute;
   left: 0;
   color: #e74c3c;
	font-weight: 700;
}

.conf-cta {
       justify-content: center;
  display: flex;
   align-items: center;




}

.testimonials-section


{
	background-color: #fff;
	padding: 4rem 2rem;
  max-width: 1200px;
  margin  :        0 auto;
}

.testimonials-section h2 {
    font-size: 2.2rem;
         font-weight:        700;
    margin-bottom: 3rem;
   text-align: center;
    color: #1a252f;
}

.testimonials-grid {
				 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap  :      2rem;
}

.testimonial-card    {

	  background-color: #f8f9fa;
      padding: 2rem;
     border-radius: 8px;
      border-left: 4px solid #e74c3c;

}

.testimonial-text {
    color: #333;
         font-size: 1rem;
   line-height: 1.7;
  font-style: italic;
   margin-bottom    :      1rem;
}

.testimonial-author {
    color     :      #2c3e50;
	 font-weight: 600;
  font-size: 0.95rem;
}

.faq-section {
  background-color: #f8f9fa;
  padding: 4rem 2rem;
 max-width: 1200px;
   margin :   0 auto;

}

.faq-section h2 {
    font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
   text-align: center;
    color: #1a252f;
}

.faq-container {
	max-width: 700px;
               margin: 0 auto;
}

.faq-item {
       background-color: #fff;
   margin-bottom    :1.5rem;
  border-radius: 6px;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-item summary {
   cursor: pointer;
    padding: 1.5rem;
  font-weight: 600;
	color: #2c3e50;
   user-select  :      none;
   transition: background-color 0.3s ease;
} 

.faq-item summary:hover {
   background-color: #f0f4f8;
}

.faq-item p {
	padding  :      1rem 1.5rem 1.5rem;
	color: #555;
    line-height: 1.7;
}


.cta-final {
  text-align: center;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
     padding: 3rem 2rem;
   max-width: 1200px;
   margin: 3rem auto;
    border-radius: 10px;
}

.cta-final h2 {
   margin-bottom: 1rem;
    font-size  : 2rem;
      font-weight: 700;
} 

.cta-final p {
    font-size: 1.1rem;
   margin-bottom: 2rem;
}

.cta-final .cta-primary  
  {

	   background-color: #fff;
    color: #e74c3c;
    border-color: #fff;
}

.cta-final .cta-primary:hover {
    background-color: #f0f0f0;
}

.contact-section {
	 background-color: #f8f9fa;

   padding: 4rem 2rem;

    max-width: 1200px;

   margin: 0 auto; 

}

.contact-wrapper {
   max-width: 600px;
  margin: 0 auto; 
	
}

.contact-section h2 {
   font-size: 2.2rem;
	font-weight: 700;
   margin-bottom: 1rem;
   text-align: center;
   color: #1a252f;


}

.contact-intro {
   text-align: center;
  color: #555;
   margin-bottom    :      2rem;
}

.contact-form {
	   background-color: #fff;
  padding: 2rem;
	 border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);


	}

.form-group{
  margin-bottom: 1.5rem;
    display:      flex;
   flex-direction: column;
}

.form-group label    {
   font-weight    :  600;
   color: #2c3e50;
    margin-bottom   :       0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
      padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius  :       5px;
   font-family: inherit;
   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 :      #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.submit-btn {
   background-color: #e74c3c;
  color: #fff;
          padding: 1rem 2rem;
   border :     none;
   border-radius:   5px;
	 font-weight :      600;
   cursor: pointer;
    font-size: 1rem;
               transition: all 0.3s ease;
  width: 100%;
	
}

.submit-btn:hover {
    background-color: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(231, 76, 60, 0.3);
}

.main-footer {


  background-color: #1a252f; 
	    color: #bbb; 
	  padding: 3rem 2rem 1rem; 
	                    margin-top: 3rem;
     }

.footer-container {
     max-width: 1200px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
   margin-bottom    :   2rem;

}

.footer-logo-section {
	         grid-column: 1;}

.footer-logo {
      height: 50px;
  width: auto;
  margin-bottom :  1rem;
}

.footer-address h4,
.footer-contact h4,
.footer-links h4,
.footer-business h4 {
	 color: #fff;
       margin-bottom: 1rem;
   font-size: 1rem;
  font-weight: 600;
}

.footer-address p,
.footer-contact p,
.footer-business p  {
    font-size: 0.9rem;
   line-height: 1.8;
    color:    #aaa;
}

.footer-links ul     {
   list-style: none;
}

.footer-links ul li {
    margin-bottom: 0.5rem;
}

.footer-links ul li a {
    color: #aaa;
   text-decoration: none;
       transition: color 0.3s ease;
	 -o-transition     : color 0.3s ease;
   font-size: 0.9rem;
}

.footer-links ul li a:hover {

  color: #e74c3c;}

.footer-business p {
	    font-size: 0.85rem;
                    line-height: 1.6;
}

.footer-bottom {

		 text-align: center;
    padding-top: 2rem;
  border-top  :     1px solid #333;
   color:#888;
    font-size: 0.85rem;}@media (max-width: 768px) {
  .burger-menu {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #fff;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    max-height: 300px;
  }

  .nav-links li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 1rem;
  }

  .nav-links .cta-btn {
    margin: 0.5rem;
    width: calc(100% - 1rem);
  }

  .hero-section {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .offerings-section,
  .why-section,
  .process-section,
  .testimonials-section,
  .faq-section,
  .contact-section {
    padding: 2rem;
  }

  .offering-card,
  .conference-details {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .offering-card.alternate {
    direction: ltr;
  }

  .process-steps {
    flex-direction: column;
    gap: 0;
  }

  .step-item {
    padding: 1.5rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-logo-section {
    grid-column: auto;
  }

  .step-connector {
    display: block;
    transform: rotate(90deg);
    width: 3px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.6rem;
  }

  .webinar-section,
  .cta-final {
    padding: 2rem;
  }

  .webinar-section h2,
  .cta-final h2 {
    font-size: 1.5rem;
  }

  .webinar-section p,
  .cta-final p {
    font-size: 1rem;
  }

  .process-section h2,
  .offerings-section h2,
  .why-section h2,
  .conference-section h2,
  .testimonials-section h2,
  .faq-section h2,
  .contact-section h2 {
    font-size: 1.6rem;
  }

  .benefit-card h3,
  .offering-content h3 {
    font-size: 1.1rem;
  }
}.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 {
     margin-bottom: 1.5rem;
  color: #7f8c8d;
  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;
  }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 4rem 2rem;
  text-align: center;
  max-width: 1200px;
    margin: 0 auto;
	
}

.hero-content-services h1 {
         font-size: 2.5rem;
    font-weight: 700;
         margin-bottom: 1rem;
}

.hero-content-services p {

   font-size: 1.2rem;
     max-width    : 700px;
		margin: 0 auto;
	opacity: 0.95;
     }

.services-main {

        max-width: 1200px;
    margin: 0 auto;
  padding: 3rem 2rem;


     }

.services-container {
	   display     :   grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;

}

.service-detailed {
    background-color: #fff;
   border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
   display: flex;
   flex-direction: column;
}

.service-detailed:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-header {
  padding: 2rem;

	    background-color: #f8f9fa;

	    display:  flex;

	  justify-content: space-between;

	  align-items: start;
}

.service-header h2		{
    font-size: 1.5rem;
    color: #1a252f;
  font-weight    : 700;
          flex: 1;
}

.service-price {
	background-color  :    #e74c3c;
   color: #fff;
  padding: 0.5rem 1rem;
   border-radius: 5px;
    font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
    margin-left: 1rem;
	
}

.service-image {
    width :       100%;
  height: 250px;
	object-fit: cover;


}

.service-description {
	padding: 2rem;
   flex    :  1;
    display: flex;
  flex-direction :      column;

}

.service-description h3 {
                    font-size: 1.1rem;
          color: #2c3e50;
    margin-bottom: 1rem;
   font-weight: 600;
}

.service-features {
   list-style: none;
  margin-bottom  :1.5rem;
}

.service-features li {
	    color: #555; 
    padding: 0.6rem 0; 
    padding-left: 1.5rem; 
   position    : relative; 
	font-size: 0.95rem;
     }

.service-features li:before {

	  content: "✓";
   position: absolute;
   left: 0;
    color: #3498db;
    font-weight: 700;
	}

.service-cta
{
	   display: block;
  text-align: center;
   background-color: #e74c3c;
    color: #fff;
    padding :  0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
   font-weight: 600;
   transition: all 0.3s ease;
  margin-top: auto;

}

.service-cta:hover {
   background-color: #c0392b;
  transform: scale(1.02);
}

.comparison-section {
	 background-color: #f8f9fa;
         padding: 4rem 2rem;
    max-width: 1200px;
    margin: 2rem auto;
}

.comparison-section h2 {
   font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
   text-align: center;
   color: #1a252f;
}

.comparison-table {
    overflow-x: auto;
}

.services-table {

   width: 100%;
    border-collapse: collapse;
    background-color: #fff;
  border-radius: 8px;
   overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}



.services-table thead		{
   background-color   :       #2c3e50;
          color    :       #fff;
}

.services-table th {
   padding    : 1.2rem;
  text-align: left;
    font-weight: 600;
   border-bottom: 2px solid #e74c3c;
}

.services-table td {
 padding: 1rem 1.2rem;
  border-bottom: 1px solid #eee;
   color: #555;
}


.services-table tbody tr:hover {
    background-color: #f0f4f8;
	
}

.services-table .check {

	                    color: #27ae60;
	font-weight: 700;
    font-size: 1.2rem; 
	


}

.services-table .cross {
    color    : #95a5a6;
	font-weight: 600;
}

.faq-services {


    background-color     :        #fff;
    padding: 4rem 2rem;
   max-width: 1200px;
   margin: 0 auto;
	}

.faq-services h2 {
  font-weight: 700;
                    margin-bottom    : 3rem;
    text-align: center;
                    font-size: 2.2rem;
   color: #1a252f;
}

.faq-services-container   {


  margin    :       0 auto;
   max-width: 700px;

}  

.faq-service-item {
       background-color    : #f8f9fa;
  margin-bottom     :    1.5rem;
   border-radius :  6px;
       overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);


}

.faq-service-item summary {
  cursor: pointer;
    padding: 1.5rem;
   font-weight: 600;
  color: #2c3e50;
  user-select: none;
   transition: background-color 0.3s ease;
}

.faq-service-item summary:hover {
  background-color: #e74c3c;
   color: #fff;
}  

.faq-service-item p {
  padding: 1rem 1.5rem 1.5rem;
    color: #555;
    line-height: 1.7;
  background-color: #fff;
}

.service-benefits {
     background-color: #f0f4f8;
         padding: 4rem 2rem;
       max-width:1200px;
   	margin   :  0 auto;
}

.service-benefits h2 {
   font-size: 2.2rem;
   font-weight: 700;
     margin-bottom  :     3rem;
  text-align: center;
  color: #1a252f;
}

.benefits-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.benefit-service-card {
   background-color: #fff;
  padding: 2rem;
	border-radius: 8px;
	 text-align:     center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.benefit-service-card:hover {


  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);



}

.benefit-service-icon {
        height: 60px;
  width: 60px;
   margin   : 0 auto 1.5rem;
  display: flex;
   align-items: center;
   justify-content: center;
}

.benefit-service-icon img {
	 width: 100%;
   height: 100%;
    stroke:      #e74c3c;
    fill: none;
    stroke-width: 2;
}

.benefit-service-card h3 {
    margin-bottom: 0.8rem;
     font-size: 1.3rem;
    color: #2c3e50;
     font-weight   :       600;
}

.benefit-service-card p {
   color: #666;
    font-size: 0.95rem;
   line-height: 1.6;
}

.thankyou-hero {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
  padding: 5rem 2rem;
  text-align   :        center;
}

.thankyou-content 
 {
	margin: 0 auto;

  max-width: 800px;
}


.thankyou-icon-wrapper {
   margin-bottom: 2rem;
}

.thankyou-check-icon {
	   width    :    80px;
  height: 80px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
	stroke  :       #fff;
    fill     :none;
	 stroke-width: 2;

}

.thankyou-hero h1 {


   font-size: 2.8rem;
  font-weight: 700;
   margin-bottom: 1rem;

}

.thankyou-subtitle {
   font-size: 1.2rem;
    max-width: 600px;
  margin: 0 auto;
   opacity:0.95;
}

.thankyou-next-steps {
   background-color: #f8f9fa;
    padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}  

.thankyou-container {
  max-width: 900px;
   margin: 0 auto;
} 

.thankyou-next-steps h2 {
    font-size: 2.2rem;
          font-weight: 700;
   margin-bottom: 3rem;
  text-align: center;
   color: #1a252f;
}

.next-steps-grid {

	    display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

	  gap: 2rem;}

.step-card {
    background-color:  #fff; 
	    padding: 2rem; 
	    border-radius: 8px; 
	  text-align :  center; 
	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
	  position:       relative;
}

.step-number-circle {
               align-items: center;
   color: #fff;
  background-color    :   #27ae60;
    font-weight: 700;
         width:  50px;
    font-size: 1.5rem;
	border-radius     :    50%;
   margin-bottom: 1.5rem;
                    display: inline-flex;
        justify-content    :        center;
   height    :       50px;
}

.step-card h3 {
    font-size: 1.3rem;
   color: #2c3e50;
   margin-bottom :        0.8rem;
  font-weight :  600;


}  

.step-card p {
	 color: #666;
      font-size: 0.95rem;
     line-height: 1.6;
}

.thankyou-info {
  background-color: #fff;
          padding: 4rem 2rem;
                    max-width: 1200px;
	margin: 0 auto;
}



.info-container {
  max-width: 900px;
    margin     :       0 auto;
}



.thankyou-info h2 {
	font-size  :    2.2rem;
  text-align: center;
  color: #1a252f;
   font-weight: 700;
   margin-bottom: 3rem;
}

.info-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap:  2rem;
}

.info-card {
	-webkit-border-radius :8px;
   background-color: #f0f4f8;
    padding: 2rem;
	border-radius   :  8px;
  text-align: center;
}

.info-card h3 {
   font-size: 1.3rem;
	 color: #2c3e50;
    margin-bottom: 1rem;
  font-weight  :    600;

}

.info-card p {
	      color: #2c3e50;
   font-weight: 600;
    font-size: 1.1rem;
}

.info-subtitle {
  font-weight: 400;
 color   :  #666;
    font-size: 0.9rem;
	 margin-top: 0.5rem;
	}

.thankyou-services {
    background-color: #f0f4f8;
   padding: 4rem 2rem;
   max-width: 1200px;
    margin   : 0 auto;
}

.thankyou-services h2
{
   font-size :2.2rem;
   font-weight: 700;
  margin-bottom: 3rem;
	 text-align: center;
    color:      #1a252f;
}

.services-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-preview-card {
  background-color   :     #fff;
    padding    :  2rem;
    border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.service-preview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	
}

.service-preview-card h3 {

	    font-size: 1.3rem;

	color: #2c3e50;

    margin-bottom: 1rem;

  font-weight: 600;
	}

.service-preview-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
  margin-bottom: 1.5rem;
}

.preview-link {
 display: inline-block;
  color    :        #e74c3c;
  text-decoration: none;
   font-weight: 600;
  transition: all 0.3s ease;}

.preview-link:hover {

    color     : #c0392b;
  transform: translateX(5px);
}

.thankyou-faq {
	    background-color: #fff;
  padding     :       4rem 2rem;
  max-width: 1200px;
    margin: 0 auto;
}

.thankyou-faq h2	{
    font-size  :     2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
   text-align    :        center;
    color   :     #1a252f;
}

.thankyou-faq-container {
  max-width: 700px;
  margin : 0 auto;
}

.thankyou-faq-item {
	   background-color: #f8f9fa;
    margin-bottom: 1.5rem;
	border-radius: 6px;
    overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	}


.thankyou-faq-item summary {
   cursor: pointer; 
	  -o-transition: background-color 0.3s ease; 
	   -moz-transition    :     background-color 0.3s ease; 
	  -webkit-transition: background-color 0.3s ease; 
	    transition: background-color 0.3s ease; 
	  padding: 1.5rem; 
	     font-weight    :600; 
	         -webkit-user-select: none; 
	    color: #2c3e50; 
	    user-select :  none; 
	   -ms-user-select: none;
}

.thankyou-faq-item summary:hover

{
    background-color: #27ae60;
   color: #fff;
}

.thankyou-faq-item p  {
   padding   :     1rem 1.5rem 1.5rem;
   color: #555;
    line-height: 1.7;
  background-color    :  #fff;
}

.thankyou-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	padding: 4rem 2rem;
    text-align: center;
    max-width     :  1200px;
 margin: 2rem auto;
    border-radius: 10px;
}

.thankyou-cta h2 {


   font-size: 2.2rem;
    font-weight: 700;
   margin-bottom: 1rem;
	
     }

.thankyou-cta p {
    font-size: 1.1rem;
	margin-bottom: 2rem;
}

.thankyou-cta-buttons
{
  display: flex;
	gap: 1rem;
   justify-content: center;
   flex-wrap: wrap;
}

.cta-secondary-alt {
    display: inline-block;
  background-color: transparent;
    color :      #fff;
   padding: 0.8rem 2rem;
	text-decoration: none;
   border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
   border: 2px solid #fff;
}

.cta-secondary-alt:hover {
   background-color: #fff;
  color: #667eea;
  transform: scale(1.05);
}@media (max-width: 768px) {
  .services-hero {
    padding: 2rem;
  }

  .hero-content-services h1 {
    font-size: 1.8rem;
  }

  .services-container {
    grid-template-columns: 1fr;
  }

  .service-header {
    flex-direction: column;
  }

  .service-price {
    margin-left: 0;
    margin-top: 1rem;
  }

  .comparison-table {
    font-size: 0.85rem;
  }

  .services-table th,
  .services-table td {
    padding: 0.8rem;
  }

  .thankyou-hero {
    padding: 3rem 2rem;
  }

  .thankyou-hero h1 {
    font-size: 2rem;
  }

  .thankyou-check-icon {
    width: 60px;
    height: 60px;
  }

  .next-steps-grid,
  .info-grid,
  .services-preview-grid {
    grid-template-columns: 1fr;
  }

  .thankyou-cta-buttons {
    flex-direction: column;
  }

  .thankyou-cta {
    margin: 2rem;
    padding: 2rem;
  }
}