*
{
   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    : #ffffff;
}

.navbar {
    background: #f8f9fa;
	padding: 1rem 0;
    position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);

}

.nav-container {
	max-width  :     1200px;
  margin: 0 auto;
   display: flex;
	 justify-content    :  space-between;
  align-items: center;
  padding: 0 2rem;
}

.nav-brand {
  display: flex;
                    align-items: center;
    gap   :1rem;
  font-weight     :700;
  font-size: 1.5rem;
   color: #2c3e50;


}

.logo {
   height: 64px;
   width: auto;
}

.brand-name {
  display: none;
} @media (min-width: 768px) {
    .brand-name {
        display: inline;
    }
}.burger-menu {

	    width: 40px;
	  background: none;
	  cursor: pointer;
	   justify-content    :       center;
	   height: 40px;
	   display: flex;
	      align-items   :       center;
	    border: none;


}

.burger-menu img {
   width: 24px; 
   height: 24px;
}@media (min-width: 768px) {
    .burger-menu {
        display: none;
    }
}.nav-links {
  display: none;
  list-style :        none;
  position: absolute;
   top    :  70px;
       left: 0;
   right: 0;
   background: #f8f9fa;
    flex-direction: column;
  padding :   1rem 2rem;
    gap: 0.5rem;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}  

.nav-links.active {
    display: flex;
}@media (min-width: 768px) {
    .nav-links {
        display: flex !important;
        position: static;
        flex-direction: row;
        gap: 2rem;
        background: none;
        box-shadow: none;
        padding: 0;
    }
}.nav-links a {
   color: #2c3e50;
    text-decoration: none;
   font-weight: 500;
  transition: color 0.3s ease;
    display: block;
}

.nav-links a:hover {


  color: #3498db;
     }

.hero {
   max-width: 1200px;
   margin  :      0 auto;
  padding: 4rem 2rem;
  display: grid;
    grid-template-columns     :      1fr 1fr;
  align-items:        center;
	 gap: 3rem;
}@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
    }
}.hero-content h1 {
   font-size:      3rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
   line-height: 1.2;
}@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}.hero-content p    {
               font-size: 1.1rem; 
	   color: #666; 
	    margin-bottom: 2rem; 
	   line-height: 1.8;
}

.cta-button {
  display    :  inline-block;
   padding     : 0.75rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
               color: white;
 text-decoration: none;
  border-radius: 8px;
	font-weight: 600;
  transition: all 0.3s ease;
       border    : none;
          cursor: pointer;
    font-size: 1rem;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.hero-image img {
    width: 100%;
	height: auto;
 border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.services-preview 
 {
   max-width: 1200px;
   margin  :  4rem auto;
	padding: 0 2rem;
}

.section-header {
  text-align: center;
          margin-bottom: 3rem; 
	
}

.section-header h2 {
   font-size:      2.5rem;
   color  : #2c3e50;
      margin-bottom   : 0.5rem;
}

.section-header p {

	  font-size :    1.1rem;
	color: #999;

}
	/* Third-party styles */

.services-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
    padding: 2rem; 
	  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); 
	    border-radius: 12px; 
	    text-align: center; 
	   transition: all 0.3s ease; 
	  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.service-icon {
	width: 60px;
	 height: 60px;
  margin: 0 auto 1rem;
	display: flex;
  align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 100%;

	   height:     100%;

	  filter: drop-shadow(0 0 8px rgba(102, 126, 234, 0.3));}

.service-card h3
{

    font-size: 1.5rem;
       color   :        #2c3e50;
    margin-bottom: 1rem;}

.service-card p {
    color  :#555;
   line-height: 1.7;
}

.interview-process {
    max-width: 1200px;
 margin: 4rem auto;
			padding: 3rem 2rem;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 16px;
}

.interview-wrapper {
  display: grid;
       grid-template-columns: 1fr 1fr;
    gap   :        3rem;
   align-items: center;
}
@media (max-width: 768px) {
    .interview-wrapper {
        grid-template-columns: 1fr;
    }
}.interview-content h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom :1rem;
}

.interview-content p {
    color: #666;
 margin-bottom: 1.5rem;
	line-height: 1.8;

}

.process-list {
    list-style: none;
	
}

.process-list li   {
    padding: 0.8rem 0;
   padding-left: 1.5rem;
   color: #555;
    position  :    relative;
    line-height: 1.6;
}

.process-list li:before {
  content: "→";
   position: absolute;
    left    : 0;
               color: #667eea;
   font-weight:        bold;
}


.interview-image img {
          width: 100%;
   height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.testing-workspace  
  {
               max-width: 1200px;
	margin: 4rem auto;
  padding  :  0 2rem;
}



.testing-header {
  text-align: center;
  margin-bottom: 2rem;
}

.testing-header h2 
 {
  font-size: 2.2rem;
   color:      #2c3e50;
  margin-bottom: 0.5rem;
}

.testing-content {
  display: grid;
	grid-template-columns: 1fr 1fr;
   gap     :        2rem;
  align-items: center;
}@media (max-width: 768px) {
    .testing-content {
        grid-template-columns: 1fr;
    }
}.testing-content img 
 {
    width: 100%;
   height: auto;
    border-radius: 12px;
         order: 2;
}@media (max-width: 768px) {
    .testing-content img {
        order: 1;
    }
}.testing-text {
  order: 1;
}@media (max-width: 768px) {
    .testing-text {
        order: 2;
    }
}.testing-text h3 {
   font-size: 1.8rem;
  color: #2c3e50;
	margin-bottom:  1rem;
}

.testing-text p {
    color     :       #666;
   margin-bottom: 1rem;
   line-height: 1.8;
}

.assessment-center {
  max-width: 1200px;
    margin: 4rem auto;
   padding: 0 2rem;
}

.assessment-header {
   text-align: center;
   margin-bottom: 2rem;
}


.assessment-header h2 {
                    font-size     : 2.2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.assessment-grid		{
      gap: 2rem;
      grid-template-columns: 1fr;
   	display:       grid;
     }

.assessment-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: grid;
   grid-template-columns: 1fr 1fr;
  align-items: center;
}@media (max-width: 768px) {
    .assessment-item {
        grid-template-columns: 1fr;
    }
}.assessment-item img {
       width: 100%;
   height: 100%;
       object-fit: cover;
}

.assessment-item h3 {
   font-size: 1.8rem;
  color: #2c3e50;
   padding: 2rem;
		padding-bottom: 1rem;


}

.assessment-item p {
    color: #666;
  padding: 0 2rem 2rem;
	 line-height: 1.8;
}

.team-building {
   max-width: 1200px;
	 margin: 4rem auto;
    padding: 0 2rem;
}

.team-header {
    text-align: center;
      margin-bottom: 2rem;
}

.team-header h2 {
                    font-size: 2.2rem;
   color: #2c3e50;
  margin-bottom: 0.5rem;
}

.team-wrapper {
  display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
  align-items: center;
}@media (max-width: 768px) {
    .team-wrapper {
        grid-template-columns: 1fr;
    }
}.team-text h3 {
         font-size: 1.8rem; 
	 color: #2c3e50; 
  margin-bottom: 1rem;
}

.team-text p {
  line-height: 1.8;
    color : #666;
    margin-bottom: 1rem; 
	
}  

.team-image img {
   width: 100%;
  height: auto;
     border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	}

.conference-section {
          max-width    :     1200px;
        margin: 4rem auto;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  border-radius     :   16px;
    color: white;
}

.conference-section h2 {
   font-size: 2.5rem;
       margin-bottom: 1rem;
       text-align: center;
}

.conference-section > p {
    text-align: center;
   font-size:    1.1rem;
   margin-bottom: 2rem;
  opacity: 0.95;
   line-height: 1.8;


}

.conference-features {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
   margin-top: 2rem;
}

.feature  
  {
  background: rgba(255,255,255,0.1);
   padding: 1.5rem;
	 border-radius: 12px;
	text-align     :    center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
}

.feature h4    {
  font-size: 1.3rem; 
	   margin-bottom  :    0.8rem;
}

.feature p {
    font-size: 0.95rem;
    opacity: 0.9;
  line-height: 1.6;
} 

.cta-section {
  max-width     :        1200px;
    margin: 4rem auto;
	padding: 3rem 2rem;
          text-align: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius     :        16px;
}  

.cta-content h2 {
   font-size: 2.5rem;
    color: #2c3e50;
   margin-bottom: 1rem;
}

.cta-content p {
	  font-size: 1.1rem;
          color: #666;
  margin-bottom: 2rem;
                    line-height: 1.8;
	}

.cta-button-large {

	   display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  text-decoration   : none;
    border-radius: 8px;
   font-weight: 600;
   font-size: 1.1rem;
    transition: all 0.3s ease;
  border: none;
    cursor: pointer;

}


.cta-button-large:hover
{
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.contact {
       max-width    :   1200px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.contact-container {

		max-width: 700px;
    margin: 0 auto;


}

.contact h2 {

   font-size: 2.2rem;
   color: #2c3e50;
   text-align: center;
    margin-bottom: 1rem;}

.contact > p {
          text-align: center;
    color: #666;
  margin-bottom: 2rem;
}

.contact-form {
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    padding :        2.5rem;
    border-radius  : 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
  color: #2c3e50;
   font-weight: 600;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
     width: 100%;
  padding: 0.8rem;
    border: 2px solid #ddd;
    border-radius: 6px;
   font-family: inherit;
	font-size: 1rem;
  transition: all 0.3s ease;
                    resize: vertical;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

	   outline: none;
    border-color:#667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);

}

.form-submit {
  width: 100%;
  padding:      1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color :       white;
	 border  :   none;
    border-radius:    6px;
   font-weight: 600;
    font-size: 1rem;
   cursor: pointer;
   transition  :     all 0.3s ease;
}

.form-submit:hover {
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.footer {
   background: #2c3e50;

   color: #ecf0f1;

  margin-top   :     4rem;


}

.footer-container {
    max-width: 1200px;
   margin:      0 auto;
   padding: 3rem 2rem;


}

.footer-brand {
  margin-bottom: 2rem;
}

.footer-logo {
    height    :86px;
	    width: auto;
	  filter: brightness(0) invert(1);
}

.footer-content {
	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap: 2rem;
  margin-bottom: 2rem;

}

.footer-section h4 {
   color: white;
   margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
	margin-bottom: 0.5rem;


}

.footer-section a {

   color: #bdc3c7;
	text-decoration: none;
    transition: color 0.3s ease;


}

.footer-section a:hover {
    color: #667eea;
}

.address {

	  line-height    :  1.6;
  margin-bottom: 0.5rem;


}

.phone {
	         margin-bottom: 0;

}

.phone a
	{
	   color: #bdc3c7;
	}

.phone a:hover {
  color: #667eea;
} 

.footer-bottom 
 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  text-align: center;
  color: #95a5a6;
     font-size: 0.9rem;
}  @media (max-width: 768px) {
    body {
        font-size: 0.95rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}.services-hero {
   max-width: 1200px;
   margin: 0 auto;
   padding   :   5rem 2rem;
   text-align  : center;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-radius: 16px;
  margin-top   : 2rem;
 margin-bottom: 3rem;
}

.services-hero-content h1 {
    font-size: 3rem;
   color: #2c3e50;
  margin-bottom: 1rem;
	line-height  :  1.2;


}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }
}.services-hero-content p {
  font-size   :  1.1rem;
	color: #666;
   line-height: 1.8;
}

.consultation-service,
.webinar-service,
.assessment-service,
.training-service,
.conference-service {


  max-width: 1200px;
   margin: 0 auto;
    padding: 3rem 2rem;
   margin-bottom: 2rem;

}

.service-wrapper {
  grid-template-columns :  1fr 1fr;
   display :   grid;
    gap    :        3rem;
    align-items: center;
}@media (max-width: 768px) {
    .service-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}.service-wrapper.reverse {
               direction: rtl;

}

.service-wrapper.reverse > * {
      direction: ltr;
}@media (max-width: 768px) {
    .service-wrapper.reverse {
        direction: ltr;
    }
}.service-image-left,
.service-image-right {

	  display: flex;
	justify-content: center;
  align-items: center;
     }

.service-image-left img,
.service-image-right img  
  {
    width     : 100%;
   height :  auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-details h2 {
   font-size: 2.2rem;
         color: #2c3e50;
    margin-bottom: 1rem;
}

.service-details p {
               color: #666;
  margin-bottom: 1.5rem;
    line-height: 1.8;
}

.service-list {
   list-style: none;
    margin-bottom   :      1.5rem;
}

.service-list li {
    padding-left: 1.5rem;
                    position: relative;
     line-height    :1.6;
   padding: 0.6rem 0;
  color: #555;
}

.service-list li:before {
  content: "✓"; 
   position: absolute; 
   left    :  0; 
   color: #667eea; 
               font-weight: bold; 
    font-size: 1.1rem;
}

.service-footer {
	 background: #f5f7fa;
   padding: 1rem;
    border-left   :        4px solid #667eea;
   border-radius: 4px;
 font-style: italic;
  color: #555;
      margin-top: 1rem;
}

.pricing-section {
  max-width:      1200px;
    margin: 4rem auto;
	padding: 0 2rem;
}

.pricing-container {
   text-align: center;
}

.pricing-container h2

{
    font-size: 2.5rem;
  color: #2c3e50;
       margin-bottom: 1rem;
}

.pricing-intro {
  font-size: 1.1rem; 
   color: #999; 
  margin-bottom: 2rem;
}

.pricing-grid {
    display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	   gap: 2rem;
}


.pricing-card {
   padding  :  2rem;
    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(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.pricing-card.starter {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.pricing-card.professional {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color:white;
  border-color: #667eea;
  transform: scale(1.05);
}@media (max-width: 768px) {
    .pricing-card.professional {
        transform: scale(1);
    }
}.pricing-card.enterprise {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.pricing-card h3 {
  font-size    :   1.8rem;
  margin-bottom  :1rem;
}

/* Legacy code */

.pricing-card.professional h3     {
  color: white;
}

.price
{
    font-size: 1.5rem;
	 font-weight: bold;
   margin-bottom: 2rem;
  color: #667eea;
}

.pricing-card.professional .price {
    color: white;
}

.pricing-features {
    list-style: none;
    text-align   :    left;
                    margin-bottom: 1rem;
}

.pricing-features li


{
   line-height: 1.6;
   padding: 0.6rem 0;
   padding-left: 1.5rem;
        position: relative;
}

.pricing-features li:before {


  content: "→";
  position: absolute;
   left    :       0;
  color:   #667eea;
  font-weight: bold;
}



.pricing-card.professional .pricing-features li:before {
   color: white;
}

.why-choose-us 
 {
    max-width: 1200px;
   margin: 4rem auto;
    padding: 3rem 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
       border-radius: 16px;
}

.why-container h2 {
    font-size: 2.5rem;
       color: #2c3e50;
   text-align: center;
     margin-bottom: 3rem;
}

.why-grid {
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.why-card {
  background   :   white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition     : all 0.3s ease;
}

.why-card:hover {
     transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);


}

.why-card h3 {
  font-size: 1.3rem;
   color: #2c3e50;
   margin-bottom     : 0.8rem;
}

.why-card p 
 {
	color: #666;
    line-height: 1.7;
}

.testimonials-section {
  max-width: 1200px;

    margin: 4rem auto;

    padding: 0 2rem;
}

.testimonials-container h2 {
   font-size: 2.5rem;
   color: #2c3e50;
       text-align    :        center;
   margin-bottom   :   3rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
	/* Auto-generated CSS */


/* Vendor-specific */

.testimonial-card {
	  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
   padding   :       2rem;
    border-radius: 12px;
   border-left: 4px solid #667eea;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
     }

.testimonial-text {
  color: #555;
	font-size: 1rem;
  line-height: 1.8;
    margin-bottom: 1rem;
               font-style: italic;
}

.testimonial-author {
     color    :     #2c3e50;
   font-weight : 600;
	font-size: 0.95rem;
}
/* Vendor-specific */
	/* Generated styles */
/* Auto-generated CSS */

.thankyou-section {
   max-width: 800px;
          margin: 4rem auto;
    padding: 3rem 2rem;
  text-align: center;


}

.thankyou-container {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);


}

.success-icon {
   width: 80px;
         height: 80px;
    margin: 0 auto 2rem;
      display: flex;
	align-items: center;
   justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
               border-radius: 50%;
}

.success-icon img {

  width: 50px;
    height: 50px;
  filter: brightness(0) invert(1);}

.thankyou-section h1 {
  font-size:  2.8rem;
 color: #2c3e50;
  margin-bottom: 1rem;
}

.main-message {
    font-size: 1.3rem;
    color: #667eea;
   margin-bottom: 2rem;
  font-weight: 600;
}

.thank-you-details {
         background :        white;
   	padding: 2rem;
   	border-radius: 12px;
      margin-bottom: 2rem;
    text-align: left;
}

.thank-you-details p {
         color: #555;
 line-height: 1.8;
                    margin-bottom: 1rem;

}

.thank-you-details p:last-child {
  margin-bottom:    0;
}

.contact-info-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding:     2rem;
    border-radius: 12px;
  margin-bottom:    2rem;
  text-align: left;
}

.contact-info-box h3 {
   margin-bottom: 1.5rem;
   font-size: 1.3rem;

}



.phone-info,
.address-info {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.phone-info a,
.address-info a {
    text-decoration: none;
   color: white;
		 font-weight: 600;
     }  

.phone-info a:hover,
.address-info a:hover {
	text-decoration: underline;
}

.next-steps		{

	   background  :      white;
    padding: 2rem;
   border-radius: 12px;
   margin-bottom: 2rem;
  text-align: left;
}

.next-steps h3 {
	 color: #2c3e50;
    margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.steps-list {
  list-style: none;
  counter-reset: step-counter;
}

.steps-list li {
  counter-increment: step-counter;
    padding: 0.8rem 0;
   padding-left: 2.5rem;
    color: #555;
   position: relative;
   line-height    :       1.6;
}

.steps-list li:before {
  content: counter(step-counter);
   position:        absolute;
    left: 0;
               width: 30px;
    height    :     30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
       border-radius: 50%;
    display: flex;
   align-items: center;
	justify-content: center;
	font-weight: bold;
   font-size: 0.9rem;

}

.action-buttons {
  display: flex;
   gap:       1rem;
    justify-content: center;
    flex-wrap: wrap; 

}

.btn-primary,
.btn-secondary {
          display: inline-block;
	 padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration:   none;
 font-weight: 600;
   transition: all 0.3s ease;
        border: none;
    cursor: pointer;
   font-size: 1rem; 
	
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	}

.btn-primary:hover {
     transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);


}

/* Third-party styles */


	/* Hack for old browsers */
/* Hack for old browsers */

.btn-secondary {
   background: white;
   color: #667eea;
    border :   2px solid #667eea;
}

/* NOTE: keep for legacy support */
.btn-secondary:hover {
	 background: #667eea;
	color: white;
}

.related-services {
    max-width: 1200px;
    margin     :     3rem auto;
          padding: 0 2rem;
}

.related-container h2 {
  font-size: 2rem;
   color: #2c3e50;
	 text-align: center;
   margin-bottom   :  2rem;
	
}



.related-grid {
       display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
       gap: 2rem; 
	
}

.related-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
	transition: all 0.3s ease;
}

.related-card:hover
{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.related-card h3 {
   font-size: 1.4rem;
    color: #2c3e50;
         margin-bottom: 1rem;
}

.related-card p {
    color    : #666;
   line-height: 1.7;
					margin-bottom: 1.5rem;
}

.related-link {
   	display: inline-block;
  padding :       0.6rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   text-decoration: none;
	border-radius: 6px;
   font-weight: 600;
   transition: all 0.3s ease;
	}

.related-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
}  
@media (max-width: 768px) {
    .services-hero {
        padding: 3rem 1.5rem;
    }

    .services-hero-content h1 {
        font-size: 2rem;
    }

    .service-details h2 {
        font-size: 1.6rem;
    }

    .pricing-card {
        padding: 1.5rem;
    }

    .thankyou-container {
        padding: 2rem;
    }

    .thankyou-section h1 {
        font-size: 2rem;
    }

    .main-message {
        font-size: 1.1rem;
    }

    .action-buttons {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}.policySection {
  padding: 80px 2rem;
   background  :#f8f9fa;
  min-height: calc(100vh - 200px);
}

.policyContainer {
   max-width: 800px;
  margin: 0 auto;
    text-align: left;
}

.policyContainer h1 {
    font-size: 3rem;
  color: #2c3e50;
    margin-bottom: 2rem;
  font-weight: 700;
    line-height: 1.2;
}

.policyContainer h2 {
	font-size: 2rem;
   color: #2c3e50;
   margin-bottom: 1.5rem;
   font-weight   :   700;
  margin-top: 2rem;
  padding-top: 1rem;
	border-top: 2px solid #ddd;
	
}

.policyContainer h2:first-of-type {
  border-top: none;
  padding-top: 0;
   margin-top: 0;
}

.policyContainer h3

{
            font-size: 1.3rem;
  color     :     #667eea;
  margin-bottom: 1rem;
               margin-top: 1.5rem;
    font-weight: 600;
	}

.policyContainer p


{
   line-height: 1.8;
   color: #555;
   font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.policyContainer p:last-child {
   margin-bottom: 0;
}

.policyContainer strong {
  color: #2c3e50;
  font-weight: 600;
}

.policyContainer ul,
.policyContainer ol {
    margin-left: 2rem;
  margin-bottom: 1.5rem;
}

.policyContainer li {
  margin-bottom: 0.8rem;
   line-height: 1.7;
   color: #555;
     }@media (max-width: 1024px) {
    .policyContainer {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .policySection {
        padding: 60px 1.5rem;
    }

    .policyContainer h1 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    .policyContainer h3 {
        font-size: 1.15rem;
        margin-bottom: 0.8rem;
        margin-top: 1.2rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        line-height: 1.7;
    }

    .policyContainer ul,
    .policyContainer ol {
        margin-left: 1.5rem;
    }

    .policyContainer li {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
    }

    .policyContainer {
        max-width: 100%;
    }

    .policyContainer h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
        margin-top: 1.2rem;
    }

    .policyContainer h3 {
        font-size: 1rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
    }
}.policyContainer {
	   background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);


}@media (max-width: 768px) {
    .policyContainer {
        padding: 1.5rem;
        border-radius: 4px;
    }
}

@media print {
    .navbar,
    .footer {
        display: none;
    }

    .policySection {
        padding: 0;
        background: white;
        min-height: auto;
    }

    .policyContainer {
        max-width: 100%;
        box-shadow: none;
        padding: 0;
    }

    .policyContainer h1,
    .policyContainer h2,
    .policyContainer h3 {
        color: #000;
        page-break-after: avoid;
    }

    .policyContainer p {
        orphans: 3;
        widows: 3;
        page-break-inside: avoid;
    }
}