*

{
   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;
}

.navbar {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 0.8rem 0;
    position  : sticky;
   top: 0;
   z-index  : 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.nav-container {
    max-width: 1200px;

   margin    :     0 auto;

    padding: 0 2rem;

    display: flex;

    justify-content     :      space-between;

   align-items: center;
}

.nav-logo img {
  height : 94px;
    width: auto;
  filter: brightness(0) invert(1);
}

.nav-menu {
	    display: flex;
	 gap: 2rem;
    list-style: none;


}

.nav-link {
   color: #ecf0f1;
  text-decoration: none;
    font-weight :        500;
   padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
    font-size:  1.05rem;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
   color: #fff;
}

.hamburger {
   display: none;
    flex-direction: column;
    cursor: pointer;
          gap: 6px;
}

.hamburger span {
    width: 25px;
   height: 3px;
      -moz-border-radius: 2px;
   background-color: #ecf0f1;
   border-radius: 2px;
    -moz-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.nav-menu.active {
	          display: flex;

}

.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 120px 2rem;
  text-align: center;
     min-height    :  500px;
       display: flex;
  align-items: center;
   justify-content: center;
}

.hero-content h1 {
  font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
   line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content p {
	   font-size: 1.3rem;
   margin-bottom: 2rem;
  max-width  :     600px;
    margin-left: auto;
    margin-right: auto;
    opacity   : 0.95;
     }

.cta-button {
   display     :     inline-block;
  padding: 14px 40px;
  background-color: #fff;
   color: #667eea;
    text-decoration :   none;
    border-radius: 50px;
    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:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.cta-button-large {
    display: inline-block;
    padding: 16px 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   text-decoration: none;
  border-radius: 50px;
   font-weight: 700;
                    font-size   :     1.15rem;
          transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.features-intro {
    padding: 80px 2rem;
   background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.feature-card {

	  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 30px;
   border-radius: 15px;
   text-align: center;
    transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);

}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
   font-size  :   2.5rem;
   font-weight: 800;
   color: #667eea;
                    margin-bottom: 1rem;
}

.feature-card h3     {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.feature-card p {
   color: #555;
    font-size: 1rem;
    line-height: 1.7;
}

.methodology-section {
  padding: 80px 2rem;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
	 max-width: 1200px;
  margin: 0 auto;
}

.methodology-content h2 {
    font-size: 2.5rem;
  margin-bottom: 1.5rem;
    color: #2c3e50;
}

.methodology-content p {
    font-size: 1.1rem;
   line-height:     1.8;
   color: #555;
  margin-bottom: 2rem;
   max-width: 700px;


}

.methodology-image {
    width: 100%;
	 max-width  :        600px;
	height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
   margin-top: 2rem;
}

.courses-showcase {
	 max-width: 1200px;
  background-color: #fff;
    margin: 0 auto;
    padding: 80px 2rem;
}

.courses-showcase > h2 {
   font-size: 2.5rem;
   text-align: center;
    margin-bottom: 3rem;
   color: #2c3e50;

}

.courses-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
}

.course-card {
   background-color: #f8f9fa;
  border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
   display  :       flex;
   flex-direction: column;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.2);
}

.course-image {
   width: 100%;

	  height: 220px;

	    object-fit: cover;
}

.course-info	{
  display: flex;
   flex-direction: column;
    padding: 25px;
    flex-grow: 1;
}

.course-card h3 {
	  font-size: 1.3rem;
    margin-bottom: 1rem;
   color: #2c3e50;
	}

.course-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
   margin-bottom: 1rem;
}

.course-duration {
   display: inline-block;
  background-color: #667eea;
	 color: white;
   padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
    font-weight: 600;
}

.training-benefits {
        padding: 80px 2rem;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
         max-width: 1200px;
   margin: 0 auto;
    color: white;
}

.training-benefits h2 {
  font-size: 2.5rem;
   margin-bottom: 3rem;
    text-align: center;
}

.benefits-content {
    display: grid;
  grid-template-columns: 1fr 1fr;
          gap: 40px;
    align-items: center;
}

.benefits-image {
  width: 100%;
   height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.benefits-list {
  display:   flex;
   flex-direction: column;
  gap    : 25px;

}

.benefit-item h4  {
	    font-size: 1.2rem;
	margin-bottom: 0.7rem;
    font-weight: 700;
}

.benefit-item p {
  font-size: 0.95rem;
  line-height: 1.6;
     opacity: 0.95;
}

.conference-section {
     padding: 80px 2rem;
   background-color: #fff;
   max-width  : 1200px;
  margin: 0 auto;
}

.conference-wrapper {
    text-align: center;
}

.conference-wrapper h2 {
	 font-size: 2.5rem;
  margin-bottom: 1.5rem;
                    color: #2c3e50;
}

.conference-wrapper p {


    font-size: 1.1rem;
   color: #666;
   margin-bottom: 3rem;
   max-width: 700px;
  margin-left: auto;
  margin-right: auto;
	}

.conference-details {


     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap     :      20px;
  margin-top: 2rem;


}

.conf-item   {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.conf-label {
         font-size: 0.9rem;

	  font-weight: 600;

	    opacity: 0.9;
}

.conf-value {


   font-size: 1.3rem;
  font-weight: 700;


}

.webinar-section {
  padding: 80px 2rem;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    max-width: 1200px;
    margin  :   0 auto;
}

.webinar-section h2 {
   font-size: 2.5rem;
  text-align: center;
    margin-bottom: 1.5rem;
   color: #2c3e50;
}

.webinar-section > p {
    text-align:   center;
  font-size: 1.1rem;
  color: #666;
	 margin-bottom: 3rem;
}

.webinar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
	
}

.webinar-card {
   background-color:   #fff;
    padding: 25px;
    border-radius    :      12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
   border-left: 4px solid #667eea;
}

.webinar-card:hover {

	  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);

}

.webinar-card h4 {
      font-size     : 1.2rem;
  margin-bottom: 1rem;
    color: #2c3e50;



}

.webinar-card p {
   color: #666;
    font-size  : 0.95rem;
    line-height: 1.6;
   margin-bottom: 1rem;

}

.webinar-tag {
     display: inline-block;
   background-color: #2ecc71;
    color: white;
    padding  :     5px 10px;
    border-radius: 20px;
   font-size: 0.8rem;
  font-weight    :        600;
}

.testimonials-section {
  padding: 80px 2rem;
	background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-section h2 {
   font-size: 2.5rem;
    text-align: center;
      margin-bottom  :     3rem;
    color: #2c3e50;
}

.testimonials-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px; 

}

.testimonial-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
	padding: 30px;
    border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   border-top: 4px solid #667eea;
}

.testimonial-text {
	                    font-size: 1rem;
  color: #555;
    margin-bottom: 1.5rem;
   line-height: 1.8;
    font-style: italic;
     }

.testimonial-author {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
}

.cta-section {
    padding: 80px 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	text-align: center;
   max-width    :  1200px;
  margin: 0 auto;
	color: white;
}


.cta-wrapper h2{
  font-size: 2.5rem;
	margin-bottom  :1.5rem;
}

.cta-wrapper p {
    font-size  :   1.1rem;
   margin-bottom: 2rem;
  max-width: 600px;
    margin-left: auto;
	margin-right: auto;
    opacity: 0.95;
}


.contact-section {
   padding: 80px 2rem;
   background-color: #f8f9fa;
  max-width: 1200px;
   margin: 0 auto;
	}

.contact-container {
  max-width: 700px;

	 margin: 0 auto;
}

.contact-section h2 {
  font-size: 2.5rem;
   text-align    :        center;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.contact-intro  {


   text-align: center;
   font-size: 1.1rem;
    color: #666;
  margin-bottom: 2.5rem;


}

.contact-form {
    background-color: #fff;
   padding: 40px;
   border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
	margin-bottom: 25px;
  display: flex;
   flex-direction: column;
}

.form-group label {
    font-weight   :   600;
   color: #2c3e50;
	margin-bottom: 8px;
   font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
   padding: 12px 15px;
     border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
    transition: all 0.3s ease;
	color: #2c3e50;
}

.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-group textarea {
  resize: vertical;
   min-height: 120px;
}

.submit-button {
    width: 100%;
	padding     :    14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   border: none;
  border-radius: 8px;
   font-size: 1.1rem;
  font-weight: 700;
   cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.footer     {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	color: #ecf0f1;
    padding: 60px 2rem 20px;
}

.footer-container {
       max-width: 1200px;

	margin: 0 auto;
}


.footer-logo-section {
  text-align  :   center;
      margin-bottom: 40px;
}

.footer-logo {
  height: 136px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-info {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
   margin-bottom  :      40px;
}

.footer-block h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
   font-weight: 700;
}

.footer-block p {
    font-size     :0.95rem;
    line-height: 1.8;
    opacity: 0.9;
}

.footer-links {
    list-style: none;
   display: flex;
         flex-direction: column;
	 gap: 10px;
}

.footer-links a {
  color     :        #ecf0f1;
   text-decoration     :     none;
  font-size: 0.95rem;
        transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #667eea;
    padding-left :     5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
    text-align: center;
	font-size: 0.9rem;
  opacity: 0.8;
}@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #2c3e50;
        padding: 20px;
        gap: 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero {
        padding: 80px 2rem;
    }

    .benefits-content {
        grid-template-columns: 1fr;
    }

    .benefits-image {
        order: -1;
    }

    .methodology-section,
    .courses-showcase,
    .conference-section,
    .webinar-section,
    .testimonials-section,
    .cta-section,
    .contact-section,
    .features-intro {
        padding: 50px 1.5rem;
    }

    .methodology-section h2,
    .courses-showcase > h2,
    .conference-wrapper h2,
    .webinar-section h2,
    .testimonials-section h2,
    .cta-section h2,
    .contact-section h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 25px;
    }

    .footer-info {
        gap: 30px;
    }

    .footer-logo {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }

    .cta-button,
    .cta-button-large {
        font-size: 1rem;
        padding: 12px 30px;
    }

    .feature-card,
    .course-card,
    .webinar-card,
    .testimonial-card {
        padding: 20px;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .methodology-section,
    .courses-showcase,
    .conference-section,
    .webinar-section,
    .testimonials-section,
    .cta-section,
    .contact-section,
    .features-intro {
        padding: 40px 1rem;
    }

    .methodology-section h2,
    .courses-showcase > h2,
    .conference-wrapper h2,
    .webinar-section h2,
    .testimonials-section h2,
    .cta-section h2,
    .contact-section h2 {
        font-size: 1.5rem;
    }

    .contact-form {
        padding: 20px;
    }

    .footer {
        padding: 40px 1rem 15px;
    }

    .footer-logo {
        height: 80px;
    }
}.services-hero {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    color: white;
  padding: 100px 2rem;
   text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-hero-content h1 {
 font-size: 3rem;
   margin-bottom: 1rem;
   font-weight: 800;
}

.services-hero-content p  
  {
	font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
                    margin-left: auto;
       margin-right: auto;
}

.services-overview {
   padding: 60px 2rem;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
	
}

.overview-container h2 {
    font-size: 2.5rem;
	 margin-bottom: 1.5rem;
  color : #2c3e50;
  text-align: center;
}

.overview-intro {
  font-size: 1.1rem;
  color: #666;
    text-align: center;
    max-width :      700px;
    margin: 0 auto;
  line-height: 1.8;
}

.main-services {
   padding: 80px 2rem;
    background-color: #f8f9fa;
  max-width   :  1200px;
   margin: 0 auto;
}

.services-grid-container {
   display: grid;
   grid-template-columns: 1fr;
   gap: 40px;

}

.service-card-large {
 background-color: #fff;
	border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  display:    grid;
	grid-template-columns: 1fr 1fr;
    gap: 0;
}

.service-card-large:hover {

	  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);

	  transform: translateY(-5px);
	}

.service-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	    color: white;
	   padding: 25px;
	   display: flex;
	    justify-content: space-between;
	   align-items: center;
	  grid-column: 1 / -1;
}

.service-header h3 {
               font-size: 1.8rem;
   margin: 0;
}


.service-badge {
  background-color: rgba(255, 255, 255, 0.3);
	 color: white;
  padding: 6px 14px;
               border-radius: 20px;
    font-size: 0.85rem;
  font-weight: 600;
}

.service-image {
   width: 100%;
  height: 300px;
   object-fit: cover;
}

.service-content {
  padding: 30px;
    display: flex;
   flex-direction  :      column;
}

.service-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-features {
   list-style: none;
	   margin-bottom: 1.5rem;
	    flex-grow: 1;
}

.service-features li {
          font-size :   0.95rem;
  color: #2c3e50;
  padding-left: 20px;
    padding: 8px 0;
  position: relative;
}

.service-features li:before {
  left: 0;
    position: absolute;
    color: #667eea;
  content: "→";
   font-weight    :  bold;
}

.service-price {
   background-color: #f0f4ff;
    color: #667eea;
  padding: 15px;
   border-radius: 8px;
  font-size: 1.2rem;
                    font-weight: 700;
	text-align :        center;
}



.service-comparison {
   padding :    80px 2rem;
      background-color: #fff;
    max-width: 1200px;
  margin: 0 auto;
}

.comparison-container h2 {
   font-size: 2.5rem;
  text-align: center;
   margin-bottom: 3rem;
   color: #2c3e50;
}

.comparison-table-wrapper {

	  overflow-x: auto;
     }

.comparison-table {
    width: 100%;
    border-collapse: collapse;
   background-color  :      #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  overflow: hidden;
}

.comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white; 

}

.comparison-table th  
  {
    padding: 18px;
   text-align: left;
  font-weight: 600;
    font-size: 0.95rem;
}

.comparison-table td {
	 padding: 15px 18px;

	   border-bottom: 1px solid #e0e0e0;

	  font-size: 0.95rem;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}

.comparison-table tbody tr:hover {
   background-color: #f0f4ff;
}

.additional-services {
	   padding     :    80px 2rem;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
					max-width    :        1200px;
    margin: 0 auto;}

.additional-services h2

{
  font-size: 2.5rem;
               text-align: center;
    margin-bottom: 3rem;
  color: #2c3e50;
}

.additional-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.additional-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
    border-left: 4px solid #667eea;


}

.additional-card:hover {


  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2); 
	
}

.card-title {
   color: #2c3e50;
   margin-bottom: 1rem;
	font-weight: 700;
   font-size: 1.2rem;
} 

.additional-card p {
    color: #666;
   font-size: 0.95rem;
                    line-height: 1.6;
}

.service-process {
 padding: 80px 2rem;
   background-color:       #fff;
  max-width: 1200px;
   margin: 0 auto;
	
}

.process-container h2 {
	color: #2c3e50;
   font-size: 2.5rem;
  text-align: center;
    margin-bottom: 3rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.process-step {
    text-align: center;
   padding: 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
    border-radius: 10px;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
}

.step-number {

     width:   50px;
      height: 50px;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
       color  :    white;
       border-radius: 50%;
       display  :  flex;
      align-items: center;
   	justify-content: center;
            font-size: 1.5rem;
       font-weight: 700;
      margin: 0 auto 15px;


} 

.process-step h4 {
        font-size: 1.1rem;
    margin-bottom :       0.8rem;
   color: #2c3e50;
}

.process-step p {
    font-size: 0.9rem;
    color: #666;
     line-height   :1.6;
}

.pricing-section {
    padding: 80px 2rem;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
   max-width: 1200px;
  margin: 0 auto;
}

.pricing-container h2 {
  font-size: 2.5rem;
  text-align: center;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.pricing-intro {
   text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
	
}

.pricing-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
} 

.pricing-card {
    background-color: #fff;
  padding   :35px;
       border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
   text-align:     center; 

}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.pricing-card.featured {
  border: 2px solid #667eea;
  transform: scale(1.05);
}

.featured-badge {
   position: absolute;
  top: -12px;
	 left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 6px 16px;
   border-radius :20px;
  font-size: 0.8rem;
  font-weight: 700;


}

.pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
   color: #2c3e50;
}

.price {
   font-size: 1.8rem;
   font-weight: 700;
                    color: #667eea;
    margin-bottom  : 1.5rem;
}

.pricing-features {
      list-style: none;
    margin-bottom: 1.5rem;
          text-align: left; 
	}


.pricing-features li {
   padding: 10px 0;
   color: #666;
   font-size: 0.95rem;
  padding-left: 20px;
  position: relative;
}

.pricing-features li:before {
  content: "✓";
         position: absolute;
         left: 0;
	color: #2ecc71;
   font-weight: bold;
  font-size: 1.1rem;}

.service-faq {
    padding: 80px 2rem;
  background-color: #fff;
  max-width: 1200px;
    margin: 0 auto;
}

.faq-container h2 {
  font-size: 2.5rem;
    text-align: center;
  margin-bottom: 3rem;
	color: #2c3e50;
}

.faq-grid {
    display  :        grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 25px;
}

.faq-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
   padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #667eea;}

.faq-item h4 {
   font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 1rem;
   font-weight: 700;
}

.faq-item p {
	    color: #666;
   font-size:    0.95rem;
  line-height: 1.7;
	}

.thankyou-section {
  padding    : 80px 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou-container


{
    background-color :       white;
  padding: 50px;
  border-radius: 15px;
  max-width: 700px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.success-icon {
  width: 80px;
               height: 80px;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    color: white;
   border-radius: 50%;
   display: flex;
   align-items:   center;
    justify-content: center;
                    font-size: 3rem;
   margin: 0 auto 25px;
    font-weight: bold;
}

.thankyou-container h1 {
    font-size: 2.5rem;
	color: #2c3e50;
  margin-bottom  : 1rem;
}

.greeting {
    font-size: 1.2rem;
  color: #667eea;
 font-weight   : 600;
    margin-bottom     :      1rem;
}

.main-message {
   font-size: 1.05rem;
   color: #666;
  line-height: 1.8;
   margin-bottom    :   2rem;


}

.details-box
	{
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);

	    padding: 25px;

	    border-radius: 10px;

	  margin-bottom     :     2rem;

	   text-align: left;
}

.details-box h3 {
	  font-size: 1.2rem;
   color: #2c3e50;
    margin-bottom    :   1rem;
   text-align: center;


}

.detail-item {
	display: flex;
  justify-content: space-between;
  padding :       12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.detail-item:last-child		{
    border-bottom: none;
}

.detail-label {
  font-weight: 600;
  color: #2c3e50;
}

.detail-value {
    color: #667eea;

}

.next-steps {
    text-align: left; 
    margin-bottom: 2rem;
}

.next-steps h3  {
   font-size: 1.2rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
   text-align: center;
}

.steps-list  
  {
     display: flex;
    flex-direction: column;
  gap    :     15px;
}

.step {
  display: flex;
    gap: 15px;
    align-items: flex-start;
}

.step-icon {
    width: 40px;
     height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color   :    white;
    border-radius: 50%;
   display: flex;
   align-items: center;
  justify-content  :  center;
    font-weight: 700;
  flex-shrink: 0;
}

.step-text p {
    margin: 0; 
          font-size: 0.95rem; 
    color: #2c3e50;
}

.step-text p:first-child {
   font-weight: 600;
}

.step-description {
	color: #666;
  font-size: 0.9rem;
    margin-top: 5px;
}



.contact-info-box {
	  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
   padding: 25px;
   border-radius: 10px;
   margin-bottom: 2rem;
    border-left: 4px solid #667eea;
     }

.contact-info-box h3 {
   font-size: 1.1rem;
  color: #2c3e50;
   margin-bottom: 0.8rem;
}

.contact-info-box p
	{
  color: #666;
    font-size: 0.95rem;
      margin-bottom: 0.8rem;
}

.contact-details {
   text-align: left;
}

.contact-details p {
      margin-bottom: 0.5rem;


}

.action-buttons  {
  display: flex;
   justify-content: center;
    gap: 15px;
               flex-wrap: wrap;
}

.button-primary,
.button-secondary{
    padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
	font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.button-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.button-secondary     {
   background-color: #ecf0f1;
  color: #667eea;
  border: 2px solid #667eea;
}

.button-secondary:hover {
    background-color: #667eea;
   color:       white;
}

.related-services {
  padding: 80px 2rem;
  background-color: #f8f9fa;
    max-width:    1200px;
       margin: 0 auto;
}

.related-container h2 {
  font-size: 2.5rem;
   text-align     :      center;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.related-grid {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.related-card {
   background-color: #fff;
    padding: 25px;
   border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.related-card h4 {
    font-size    :      1.2rem;
    color: #2c3e50;
	margin-bottom: 1rem;
    font-weight: 700;
}

.related-card p {
   color: #666;
    font-size    :        0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.related-link    {
	 color: #667eea;
    text-decoration: none;
  font-weight: 600;
  transition     :       all 0.3s ease;
}

.related-link:hover	{
    color: #764ba2;
	 padding-right: 5px;
}@media (max-width: 768px) {
    .service-card-large {
        grid-template-columns: 1fr;
    }

    .service-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .service-image {
        order: -1;
        height: 200px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px;
        font-size: 0.85rem;
    }

    .process-steps {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-container {
        padding: 30px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero-content h1 {
        font-size: 1.8rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .overview-container h2,
    .comparison-container h2,
    .additional-services h2,
    .process-container h2,
    .pricing-container h2,
    .faq-container h2,
    .related-container h2 {
        font-size: 1.8rem;
    }

    .service-header h3 {
        font-size: 1.3rem;
    }

    .service-image {
        height: 150px;
    }

    .thankyou-container {
        padding: 20px;
    }

    .success-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .thankyou-container h1 {
        font-size: 1.8rem;
    }

    .step {
        gap: 10px;
    }
}.policySection {
    padding: 80px 2rem;
    background: #f8f9fa;
  min-height: calc(100vh - 300px);
}

.policyContainer {
    max-width  :      850px;
        margin: 0 auto;
         background-color :    #fff;
  padding: 50px;
   border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.policyContainer h1	{
  margin-bottom: 2.5rem;
    color: #2c3e50;
   font-size: 2.8rem;
   font-weight: 800;
    border-bottom :3px solid #667eea;
  padding-bottom: 1.5rem;
}

.policyContainer h2 {
    font-size: 1.7rem;
  color: #2c3e50;
	margin-top: 2.5rem;
    margin-bottom: 1.2rem;
   font-weight: 700;
	padding-left: 15px;
	 border-left: 4px solid #764ba2;
}

.policyContainer h2:first-of-type {
		 margin-top: 0;


}

.policyContainer p {
   color:   #555;
   margin-bottom: 1.5rem;
  line-height: 1.8;
   font-size: 1rem;
    text-align: justify;
}



.policyContainer p:last-child {
      margin-bottom: 0;
}

.policyContainer strong {
	 color: #667eea;
   font-weight: 600;
}

.policyContainer em {
    color: #764ba2;
	font-style  :     italic;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
        min-height: auto;
    }

    .policyContainer {
        padding: 30px;
        border-radius: 8px;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
        margin-top: 1.8rem;
        margin-bottom: 1rem;
        padding-left: 12px;
    }

    .policyContainer p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        line-height: 1.7;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 0.5rem;
    }

    .policyContainer {
        padding: 20px;
        border-radius: 6px;
        margin: 0 0.5rem;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
        padding-bottom: 0.8rem;
        border-bottom: 2px solid #667eea;
    }

    .policyContainer h2 {
        font-size: 1.1rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
        padding-left: 10px;
        border-left: 3px solid #764ba2;
    }

    .policyContainer p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        line-height: 1.6;
    }
}

@media print {
    .navbar,
    .footer {
        display: none;
    }

    .policySection {
        padding: 0;
        background: white;
        min-height: auto;
    }

    .policyContainer {
        padding: 0;
        box-shadow: none;
        max-width: 100%;
    }

    .policyContainer h1,
    .policyContainer h2 {
        page-break-after: avoid;
    }

    .policyContainer p {
        orphans: 3;
        widows: 3;
    }
}