* {
   margin: 0;
  padding: 0;
	 box-sizing:     border-box;
}

html
{
    scroll-behavior: smooth;
}



body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
       color: #2c3e50;
                    line-height: 1.6;
   background-color: #f8f9fa;
}

.navbar {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        padding: 1rem 0;
	position: sticky;
   top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container
	{
  max-width: 1200px;
   margin    :       0 auto;
    padding: 0 2rem;
	display: flex;
    justify-content: space-between;
  align-items: center;
}

.nav-logo img {
         height: 64px;
    width: auto;
  filter: brightness(0) invert(1); 

}

.nav-menu {
  list-style: none;
   display: flex;
  gap: 2rem;
}

.nav-item a

{
   color: #ffffff;
               text-decoration: none;
   font-weight: 500;
   transition: color 0.3s ease;
	position: relative;
}

.nav-item a:hover

{
  color: #00d4ff;

}

.nav-item a::after {
  content: '';
   position: absolute;
  bottom:      -5px;
  left: 0;
    width: 0;
   height: 2px;
    background: #00d4ff;
        transition: width 0.3s ease;
}

.nav-item a:hover::after


{
    width: 100%;
}

.burger-menu {
    display  :        none;
   background: none;
  border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.burger-line {
     width: 25px;
    height     :     3px;
  background: #ffffff;
   border-radius: 2px;
  transition: all 0.3s ease;


}

.hero {

	  display: grid;
    grid-template-columns: 1fr 1fr;
    align-items     :center;
    gap: 3rem;
         max-width: 1200px;
    margin: 0 auto;
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	}

.hero-content h1 {
    margin-bottom: 1rem;
   font-size: 3.5rem;
    color: #1a1a1a;
    font-weight: 700;
  line-height: 1.2;
}

.hero-subtitle {
           font-size: 1.3rem;
  color: #555;
    margin-bottom: 2rem;
    font-weight: 300;}

.cta-button {
	 display  :   inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 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(102, 126, 234, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.hero-image img {
  width  :  100%;
   height   :     auto;
	border-radius:   20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.section-vision {
   padding: 0 2rem;
    margin: 4rem auto;
  max-width: 1200px;
}

.section-wrapper {
  display    :   grid;
   grid-template-columns   :1fr 1fr;
  gap: 3rem;
	align-items: center;
}

.vision-text h2 {
	color: #1a1a1a;
  font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.vision-text p {
   color: #555;
    font-size: 1.1rem;
    margin-bottom  :   1rem;
   line-height: 1.8;
}

.vision-image img {
                    width:        100%;
        height: auto;
	border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); 
	
}

.section-services {
  max-width: 1200px;
   margin: 5rem auto;
    padding: 0 2rem;
}

.section-services h2 {
                    text-align: center;
  font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 3rem;
}

.services-grid {
    display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

   gap :     2rem;
}

.service-card{
    background: white;
   padding    :  2rem;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
  border-left: 4px solid #667eea;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
	
}

.service-card h3 {
   font-size: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.service-card p

{
       color :  #666;
	font-size  :        1rem;
                    line-height: 1.7;
	}

.section-methodology {
  max-width: 1200px;
    margin: 5rem auto;
    padding: 0 2rem;


}

.methodology-wrapper {


	 display :       grid;
	grid-template-columns: 1fr 1fr;
   gap: 3rem;
    align-items: center;
     }



.methodology-image img 
 {

    width: 100%;
       height:  auto;
   border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);


}

.methodology-content h2     {
    font-size: 2.5rem;
  color: #1a1a1a;
	 margin-bottom: 1.5rem;
}

.methodology-content p {
  font-size    :       1.1rem;

	   color: #555;

		margin-bottom: 1.5rem;

	    line-height: 1.8; 
	
}

.methodology-list {
  list-style: none;
	 margin-top    : 2rem;
}

.methodology-list li {
	padding: 0.8rem 0;
   padding-left: 2rem;
  position: relative;
  color: #555;
   font-size: 1.1rem;
}

.methodology-list li::before		{
  content: '✓';
  position: absolute;
   left: 0;
  color: #667eea;
    font-weight: bold;
       font-size: 1.3rem;


}

.section-impact {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 4rem 2rem;
   margin: 5rem 0;
}

.section-impact h2 {
  text-align: center; 
  font-size: 2.5rem; 
    color: white; 
  margin-bottom: 3rem;
}

.impact-stats     {
    max-width: 1200px;
   margin: 0 auto;
  display:        grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem; 
	
}

.stat-box {
  background: rgba(255, 255, 255, 0.1); 
		 padding     :   2rem; 
	   border-radius    :       12px; 
	   text-align: center; 
	  backdrop-filter: blur(10px); 
	  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
	        font-size: 2.8rem;
   font-weight   :       700;
    color: #ffffff;
   margin-bottom: 0.5rem;
     }

.stat-box p {
  color: rgba(255, 255, 255, 0.9);
   font-size: 1.1rem;
}

.section-training {

   max-width: 1200px;
  margin: 5rem auto;
   padding: 0 2rem; 


}

.training-wrapper {
    align-items: center;
  grid-template-columns: 1fr 1fr;
  display: grid;
   gap: 3rem;
}  

.training-content h2 {
	    font-size: 2.5rem;
  color: #1a1a1a;
    margin-bottom: 1.5rem;


}

.training-content p {
	    margin-bottom: 1rem;
    color: #555;
     font-size: 1.1rem;
   line-height: 1.8;


}

.training-image img {
    width: 100%;
   height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-values {
       max-width: 1200px;
	 margin: 5rem auto;
   padding   :       0 2rem;
}

.section-values h2		{
  text-align: center;
   font-size   :      2.5rem;
  color: #1a1a1a;
    margin-bottom: 3rem;
}

.values-showcase {
   gap: 3rem;
    align-items: center;
       grid-template-columns: 1fr 1fr;
   display: grid;
}

.values-showcase img {


  width: 100%;
   height  :  auto;
   border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);


}

.values-content p {
   font-size: 1.1rem;
    color: #555;
          margin-bottom: 1.5rem;
  line-height: 1.8;
}

.section-cta {
     background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
   padding: 4rem 2rem;
    margin: 5rem 0;
     }

.cta-wrapper {
   max-width: 800px;
   margin: 0 auto;
  text-align: center;
}

.cta-wrapper h2 {
    font-size: 2.5rem;
  color: white;
   margin-bottom: 1rem;
	
}

.cta-wrapper p {
		font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
   line-height: 1.8;
}

.cta-button-large {
   display: inline-block;
               background: white;
         color: #667eea;
    padding: 1.2rem 3rem;
   border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
   transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.section-contact {
  max-width: 800px;
  margin: 5rem auto;
	padding: 0 2rem;
}

.contact-wrapper h2	{
  text-align   :    center;
   font-size:    2.5rem;
  color: #1a1a1a;
    margin-bottom: 2rem; 

}

.contact-form {
  background     :     white; 
   padding: 2.5rem; 
    border-radius: 15px; 
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-group {
        margin-bottom: 1.5rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea   {
  width: 100%;
    padding :       1rem;
   border: 2px solid #e0e0e0;
	 border-radius: 8px;
  font-family: inherit;
 font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.contact-form textarea {
   min-height: 120px;
   resize    :       vertical;
}

.form-submit {
    width: 100%;
   padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
	border: none;
	border-radius: 8px;
   font-size :      1.1rem;
   font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.form-submit:hover    {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); 
	   color: white; 
	   padding: 3rem 2rem 1rem; 
	   margin-top: 5rem;
}

.footer-container {
    max-width: 1200px;
    margin     : 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
   margin-bottom: 2rem; 

}

.footer-logo img	{
  height    :     86px;
     width: auto;
  filter: brightness(0) invert(1);
    display: block;
  margin-bottom     :      1rem;
}

.footer-info p {
   margin-bottom: 0.8rem;
	 font-size :       1rem;
  color: rgba(255, 255, 255, 0.8);

}

.footer-nav ul {
   list-style: none;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.8);
	text-decoration   :none;
   font-size: 1rem;
    transition     :    color 0.3s ease;
  display: block;
    padding: 0.5rem 0;
}

.footer-nav a:hover {
    color: #00d4ff;
}

.footer-bottom     {
   	 text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #1a1a1a;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-item {
        border-bottom: 1px solid #2d2d2d;
    }

    .nav-item a {
        display: block;
        padding: 1rem 2rem;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 3rem 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .section-wrapper,
    .methodology-wrapper,
    .training-wrapper,
    .values-showcase {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .section-services h2,
    .section-values h2,
    .section-impact h2,
    .section-methodology .methodology-content h2,
    .section-training .training-content h2,
    .vision-text h2,
    .contact-wrapper h2 {
        font-size: 1.8rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .cta-button,
    .cta-button-large {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .impact-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-number {
        font-size: 2rem;
    }

    .contact-form {
        padding: 1.5rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 5rem 2rem;
               text-align: center;
  margin-top: 70px;
}

.services-hero-content h1 
 {
               font-size: 3rem;
	margin-bottom: 1rem;
   font-weight  :        700;
}

.services-hero-content p {
   font-size: 1.3rem;
   opacity: 0.95;
    max-width: 600px;
	margin: 0 auto;
}

.services-detailed {
    max-width: 1200px;
   margin: 4rem auto;
   padding:     0 2rem;
}

.service-detail-item

{
	   display: grid;
   grid-template-columns: 1fr 1fr;
  gap  :   3rem;
	align-items: center;
    margin-bottom: 5rem;
     }

.service-detail-item.reverse {
	               grid-template-columns: 1fr 1fr;

}

.service-detail-item.reverse .service-detail-image {
	   order: 2;
     }

.service-detail-item.reverse .service-detail-content		{
     order: 1;

}

.service-detail-image img {

                    width: 100%;
 height: auto;
	 border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); 

     }

.service-detail-content h2 {
    font-size    :   2.2rem;
    color: #1a1a1a;
  margin-bottom: 1rem;
}

.service-detail-content p {
   font-size: 1.05rem;
 color:      #555;
  line-height: 1.8;
  margin-bottom:      1.5rem;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
   padding: 0;
}

.service-features li {
  padding: 0.7rem 0;
   padding-left: 2rem;
   position: relative;
  color: #555;
        font-size: 1rem;
}

.service-features li::before {
  content: '→';

	    position: absolute;

	    left: 0;

	  color: #667eea;

		font-weight: bold;

		font-size: 1.2rem;
}

.service-highlight{
  background: rgba(102, 126, 234, 0.1);
  padding: 1rem;
   border-left:        4px solid #667eea;
   border-radius: 5px;
  font-style: italic;
   color: #667eea;
    margin-top: 1.5rem;} 

.services-comparison {
   margin: 4rem 0;
  padding: 4rem 2rem;
					background: #f8f9fa;
}

.services-comparison h2 {
      text-align: center;
   font-size: 2.5rem;
   color: #1a1a1a;
   margin-bottom: 3rem;
	}

.comparison-table-wrapper {


  max-width  : 1200px;
    margin    :        0 auto;
    overflow-x: auto;
     }


.comparison-table {
      width  :      100%;
    border-collapse: collapse;
	background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   border-radius:   10px;
  overflow: hidden;
}

.comparison-table thead  
  {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
}

.comparison-table th {
    padding: 1.2rem;
   text-align:  left;
  font-weight: 600;
        font-size: 1rem;
}

.comparison-table td {
    padding: 1rem 1.2rem;
               border-bottom: 1px solid #e0e0e0;
   color: #555;
}  

.comparison-table tbody tr:hover {
    background-color: #f8f9fa;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.services-pricing {
	    max-width: 1200px; 
	    margin: 4rem auto; 
	  padding     :       0 2rem;

}

.services-pricing h2 {
	 text-align   :       center;
  font-size   :        2.5rem;
        color: #1a1a1a;
   margin-bottom    :        3rem;
}

.pricing-cards {
	   display     : grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
	}

.pricing-card {
  background: white;
 padding: 2.5rem;
        border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
   border: 2px solid transparent;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    border: 2px solid #667eea;
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
} 

.pricing-card h3 {
	font-size: 1.8rem;
  color  :        #1a1a1a;
    margin-bottom: 0.5rem;
}

.pricing-desc {
  color: #999;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.pricing-list {
  list-style:        none;
   margin: 1.5rem 0;
}

.pricing-list li {
  padding: 0.8rem 0;
  color: #555;
  font-size: 1rem;
   border-bottom: 1px solid #f0f0f0;
}

.pricing-list li:last-child {
	  border-bottom: none;

}

.pricing-contact {
  margin-top: 1.5rem;
   padding-top: 1.5rem;
  border-top   :   2px solid #f0f0f0;
	color: #667eea;
  font-weight: 600;
    text-align: center;
  font-size   :1.1rem;
}



.services-faq {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 4rem 2rem;
    margin: 4rem 0;
}

.services-faq h2 {
   text-align: center;
    font-size: 2.5rem;
  color: #1a1a1a;
   margin-bottom    :      3rem;


}

.faq-container {
  max-width: 900px;
    margin: 0 auto;
}

.faq-item {
	    background:   white;
  padding   :    1.5rem;
  margin-bottom: 1.5rem;
                    border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);}

.faq-question    {

			font-size: 1.3rem;
                  color:#1a1a1a;
   	 margin-bottom: 1rem;
      cursor    : pointer;
     user-select: none;

}

.faq-question::before{
  content: '+';
       margin-right:     0.8rem;
   	color: #667eea;
     font-weight: bold;
       font-size: 1.5rem;
}

.faq-answer {
   color    :    #555;
   font-size: 1rem;
   line-height: 1.7;
   margin: 0;


}

.services-cta
	{
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	color: white;
               padding: 4rem 2rem;
    text-align     :        center;
  margin: 4rem 0 0 0;
}

.services-cta h2 {
   font-size: 2.5rem;
    margin-bottom: 1rem;
}

.services-cta p {
   font-size: 1.2rem;
  margin-bottom: 2rem;
	opacity: 0.95;
}

.thankyou-section {
  min-height: calc(100vh - 200px);
    display: flex;
   align-items: center;
    justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	padding: 3rem 2rem;
    margin-top: 70px;
}

.thankyou-container {
	   width: 100%;
    max-width: 700px;
     }

.thankyou-success {
     background: white;
  padding: 3rem;
   border-radius    :   15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
   text-align: center;

}

.success-icon {
    width    :       80px;
    height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  font-size: 3rem;
   font-weight: bold;
    border-radius: 50%;
   display: flex;
   align-items: center;
  justify-content: center;
    margin :      0 auto 2rem;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.thankyou-success h1 {
  font-size: 2.5rem;
     color: #1a1a1a;
  margin-bottom: 1rem;
}


.thankyou-main-text
	{
    font-size: 1.2rem;
               color: #555;
   margin-bottom: 2rem;
    line-height: 1.8;
}

.thankyou-info {


  background: rgba(102, 126, 234, 0.05);
         padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
                    text-align: left;
   border-left: 4px solid #667eea;


} 

.thankyou-info h2 {
    font-size   :       1.4rem;

  color: #1a1a1a;

    margin-bottom: 1rem;

                    text-align: center;
}

.thankyou-steps
{
    list-style    :none;
     counter-reset: step-counter;
     margin: 0;
       padding   :        0;
}

.thankyou-steps li {
  counter-increment:step-counter;
   padding: 0.8rem 0;
  padding-left: 2rem;
   position  :     relative;
  color: #555;
  font-size: 1rem;
}

.thankyou-steps li::before {
  content: counter(step-counter);
    position: absolute;
    left: 0;
  width: 30px;
	height: 30px;
    background: #667eea;
   color: white;
  border-radius: 50%;
    display: flex;
	align-items: center;
  justify-content: center;
   font-weight  :     bold;
   font-size: 0.9rem;
}  

.thankyou-expectations

{
  background: rgba(118, 75, 162, 0.05);
    padding: 2rem;
    border-radius  :       10px;
    margin: 2rem 0;
  text-align: left;
   border-left: 4px solid #764ba2;
}

.thankyou-expectations h2  {
  font-size    :1.4rem;
    color: #1a1a1a;
    margin-bottom     :     1rem;
   text-align: center;
}

.thankyou-expectations p {
	 color: #555;
   font-size:   1rem;
    margin-bottom: 1rem;
}  

.expectations-list {
    list-style: none;
   margin: 0;
       padding:    0;
}  

.expectations-list li	{
  padding: 0.6rem 0; 
	    padding-left: 1.5rem; 
	    position    :      relative; 
	   color: #555; 
		font-size: 1rem;
}

.expectations-list li::before {
  content: '✓';
   		 position: absolute;
       left   :0;
       color: #764ba2;
      font-weight: bold;
     font-size: 1.1rem;
}

.thankyou-actions {
  margin: 2rem 0;
}

.thankyou-actions p
{

	  color  :        #555; 
	   font-size: 1rem; 
	   margin-bottom: 1.5rem;
	}

.action-links {
    display: flex;
   gap: 1rem;
    justify-content: center;
   flex-wrap: wrap;
}

.action-button {

		padding: 1rem 2rem;
	border-radius: 8px;
    text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
    display   :inline-block;
	}

.action-button.primary {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	          color: white;
	  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);}

.action-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
} 

.action-button.secondary {

	    background: white;
  color    :   #667eea;
  border: 2px solid #667eea;


}

.action-button.secondary:hover {
   background: #667eea;
    color: white;
	
}

.thankyou-contact-help


{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

	   color: white;

	  padding   : 2rem;

	   border-radius: 10px;

	  margin-top: 2rem;
	
}

.thankyou-contact-help h2 {
   margin-bottom: 0.5rem;
   font-size: 1.4rem;
   color    :      white;
}

.thankyou-contact-help p {
  color: rgba(255, 255, 255, 0.95);
          font-size :   1rem;
    margin: 0.5rem 0;

}  

.contact-phone-large {

	   font-size: 1.8rem;
    font-weight   :     700;
   color: white;
   margin-top  :  1rem;

}

.thankyou-benefits {
   background: white;
    padding: 4rem 2rem;
}

.thankyou-benefits h2 {
	    text-align: center;
    font-size: 2.5rem;
  color: #1a1a1a;
   margin-bottom: 3rem;
}

.benefits-grid   {
    max-width :    1200px;
  margin :    0 auto;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
}

.benefit-item {
          text-align: center;
   padding: 2rem;
    border-radius: 10px;
   transition :        all 0.3s ease;
  background: #f8f9fa;
}

.benefit-item:hover
	{
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.benefit-number
{

	   width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   font-size: 1.8rem;
    font-weight: bold;
    border-radius: 50%;
   display: flex;
  align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.benefit-item h3 {
    font-size  :   1.4rem;
    color: #1a1a1a;
  margin-bottom :0.8rem;
	
}

.benefit-item p {
    font-size: 1rem;
   line-height: 1.6;
    color  :       #555;
} @media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .service-detail-item,
    .service-detail-item.reverse {
        grid-template-columns: 1fr;
    }

    .service-detail-item.reverse .service-detail-image,
    .service-detail-item.reverse .service-detail-content {
        order: unset;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem 0.6rem;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .thankyou-success {
        padding: 2rem;
    }

    .thankyou-success h1 {
        font-size: 2rem;
    }

    .action-links {
        flex-direction: column;
    }

    .action-button {
        width: 100%;
        text-align: center;
    }

    .services-cta h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .services-hero-content h1 {
        font-size: 1.5rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .service-detail-content h2 {
        font-size: 1.6rem;
    }

    .services-faq h2,
    .services-pricing h2,
    .services-comparison h2,
    .thankyou-benefits h2 {
        font-size: 1.8rem;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .thankyou-success {
        padding: 1.5rem;
    }

    .thankyou-success h1 {
        font-size: 1.5rem;
    }

    .success-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .thankyou-info,
    .thankyou-expectations {
        padding: 1.5rem;
    }
}.policy-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
   padding: 5rem 2rem;
   text-align :    center;
    margin-top: 70px;
}

.policy-hero-content h1 {
  font-size    :     3rem;
  margin-bottom: 1rem;
    font-weight: 700;
}

.policy-hero-content p     {
    font-size: 1.3rem;
    opacity: 0.95;
    max-width: 600px;
	 margin: 0 auto;
}

.policySection {


   padding: 4rem 2rem;
   background: #f8f9fa;
     }

.policyContainer {
    max-width: 900px;
       margin: 0 auto;
   text-align     :     left;
}

.policyContainer h2 {
   font-size: 2rem;
   color: #1a1a1a;
 margin-bottom: 1.5rem;
  margin-top: 2rem;
	font-weight :    700;
   border-bottom: 3px solid #667eea;
  padding-bottom: 0.8rem;
}

.policyContainer h2:first-child

{
	 margin-top: 0;
}

.policyContainer p {
   color: #555;
    margin-bottom:  1.5rem;
    line-height: 1.8;
  font-size: 1.05rem;
    text-align: justify;


}@media (max-width: 768px) {
    .policy-hero-content h1 {
        font-size: 2rem;
    }

    .policy-hero-content p {
        font-size: 1rem;
    }

    .policyContainer h2 {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }

    .policyContainer p {
        font-size: 1rem;
        text-align: left;
    }

    .policySection {
        padding: 3rem 1rem;
    }
}

@media (max-width: 480px) {
    .policy-hero {
        padding: 3rem 1rem;
    }

    .policy-hero-content h1 {
        font-size: 1.5rem;
    }

    .policy-hero-content p {
        font-size: 0.95rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
    }

    .policySection {
        padding: 2rem 1rem;
    }
}