* {
	   box-sizing: border-box;
          margin: 0;
    padding: 0;}

html
	{
   scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
   color :   #333;
  background-color: #fafafa;
}

.navbar {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
   position: sticky;
    top: 0;
   z-index: 1000;
	padding: 0.8rem 2rem;
}

.nav-container {
    max-width:    1200px;
          margin: 0 auto;
  display: flex;
	justify-content: space-between;
          align-items: center;
}

.nav-logo img {
    max-height: 74px;
   width     :   auto;
}  

.nav-menu {

 display: flex;

   list-style: none;

  gap: 2.5rem;

    align-items :   center;

}

.nav-link {
   -webkit-transition: all 0.3s ease;
	text-decoration: none;
        color: #333;
    font-weight: 500;
   font-size: 1rem;
    -moz-transition: all 0.3s ease;
   transition: all 0.3s ease;
	 position: relative;
}

.nav-link::after {
  content: '';
    position: absolute;
  bottom: -5px;
   left  :  0;
	 width: 0;
    height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.menu-toggle {
   display: none;
	flex-direction: column;
  cursor :     pointer;
	 gap: 0.5rem; 

}

.menu-toggle span {
  width  :       25px;
       height:    3px;
     background-color   :     #333;
     border-radius: 2px;
       transition: all 0.3s ease;
}  

.hero  
  {
    min-height: 580px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    display: flex;
  align-items: center;
   justify-content: center;
   text-align: center;
   padding: 4rem 2rem;
   position: relative;
    overflow   :    hidden;
}

.hero::before {
  content: '';
  position: absolute;
	width: 300px;
   height: 300px;
  background: rgba(255,255,255,0.1);
    border-radius: 50%;
                    top: -100px;
    right: -100px;
}

.hero::after {

  content: '';
    position: absolute;
  width: 200px;
    height: 200px;
  background: rgba(255,255,255,0.08);
               border-radius     :  50%;
  bottom: -50px;
    left: -50px;
	}

.hero-content {
    position: relative;
       z-index: 1;
   max-width: 800px;
}

.hero h1 {
   font-weight: 800;
 font-size    :  3.5rem;
  margin-bottom: 1.5rem;
	color  :    white;
   letter-spacing: -1px;
  line-height: 1.2;
}

.hero-subtitle {

    font-size: 1.5rem; 
	  color: rgba(255,255,255,0.95); 
	      margin-bottom: 2rem; 
	               font-weight   :       300;
	}

.cta-button {
               display:  inline-block;
   background: white;
  color: #667eea;
  padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
  font-weight: 700;
               font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
		 border: none;
	 cursor: pointer;
    text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cta-button:hover {
     transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.cta-button-large {
  padding     : 1.3rem 3rem;
		font-size: 1.2rem;
}

.container-wide


{
        max-width: 1200px;
    margin:   0 auto;
    padding :    0 2rem;
}

.container-medium {
  max-width: 800px;
	margin    :      0 auto;
    padding: 0 2rem;
}

.content-grid {
   display :  grid;
   grid-template-columns     :        1fr 1fr;
   gap: 4rem;
  align-items: center;
   padding: 4rem 0;
} 

.content-grid.reverse   {
                    grid-template-columns: 1fr 1fr;
}

.content-grid.reverse {
    direction: rtl;
}

.content-grid.reverse > * {
    direction    :ltr;
}

.text-block {
    padding: 2rem 0;
}

.text-block h2 {
               font-size   :   2.5rem;
   color: #333;
	margin-bottom: 1.5rem;
    font-weight    :700;
}

.text-block p {
	font-size: 1.1rem;
    color: #555;
  margin-bottom   :       1.5rem;
   line-height: 1.8;
} 

.image-block img {
  width: 100%;
    height: auto;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
   transition: transform 0.4s ease;
}

.image-block:hover img {
  transform: scale(1.02);
}

section {
    padding: 5rem 0;
}

.section-about {
                  background: white; 

	}

.section-webinars {
                    background: #f8f9fa;
}

.section-consultations     {
    background: white;
}

.section-career {
   background: #f8f9fa;
}

.section-entrepreneurship {
   background:      white;
}

.section-independence {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8eaf6 100%);
	
}

.section-coaching   {
    background: white;
}

.section-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
	               padding: 6rem 2rem; 
	  text-align: center; 
	    color: white;
}

.section-contact {
  background :     #f8f9fa;
	   padding  : 5rem 2rem;
}

section h2 {
  text-align: center;
	 color: #333;
  font-weight: 700;
   margin-bottom: 1.5rem;
  font-size: 2.5rem;
} 

.section-intro {
   font-size: 1.2rem;
   color    :       #666;
  text-align  :center;
    margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
   margin-right: auto;
}

.section-cta h2
{
	   color: white;
   font-size: 3rem;
     }

.section-cta .section-intro {
  color: rgba(255,255,255,0.95);
	font-size: 1.3rem;
}

.cta-content {
   margin: 0 auto;
   max-width   :   700px;
}

.services-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
  padding    :      3rem 0;
}

.service-card {
   background: white;
   padding: 2.5rem;
    border-radius   :      12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
   text-align: center;
  border-top: 4px solid #667eea;
}

.service-card:hover     {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
   border-top-color: #764ba2; 
	
}

.card-icon {
 width: 80px;
               height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
	 display: flex;
   align-items: center;
    justify-content: center;
          margin: 0 auto 1.5rem;
               color: white;
}

.card-icon svg {
	width: 100%;
    height: 100%;
  stroke: white;
  fill: none;
}

.service-card h3 {

          font-size: 1.3rem;
   color    :  #333;
    margin-bottom: 1rem;
     font-weight: 600;
}

.service-card p {
  color: #666;
	line-height: 1.7;
   font-size: 1rem;
}

.features-list {
  list-style: none;
   margin: 2rem 0;
}

.features-list li {
   padding: 0.8rem 0;
          padding-left: 2rem;
   position: relative;
   color: #555;
	font-size: 1.05rem;
}

.features-list li::before {
  content: '✓';
   position: absolute;
    left: 0;
   color: #667eea;
    font-weight: bold;
  font-size: 1.2rem;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.1));
    padding: 2rem;
  border-radius    :     8px;
			margin: 2rem 0;
   border-left: 4px solid #667eea;


}

.highlight-box p {
   color :     #333;

		font-size: 1.1rem;
}

.career-features {
               display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
	padding: 3rem 0;
}

.feature-item {
         background: white;
		 padding: 2.5rem;
 border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08); 

}


.feature-icon {
    font-size: 2.5rem;
	color: #667eea;
   font-weight: 800;
	margin-bottom: 1rem;
}

.feature-item h3		{
   font-size: 1.3rem;
   color: #333;
   margin-bottom: 1rem;
  font-weight: 600;
}

.feature-item p {
   color: #666;
       line-height   :  1.7;
}

.timeline {
   display  :      grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    padding   :    3rem 0;
  position: relative;
	
}

.timeline::before {
  content: '';
    position     :   absolute;
          top   :   50%;
  left: 0;
    right: 0;
   height: 2px;
  background: linear-gradient(90deg, transparent, #667eea, transparent);
	display: none; 
	
}

.timeline-item {
       background: white;
   padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	 position: relative;
    transition:        all 0.3s ease;


}

.timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102,126,234,0.2);
}

.timeline-marker {
   display: inline-block;
  background: linear-gradient(135deg, #667eea, #764ba2);
   color: white;
    padding: 0.5rem 1.2rem;
   border-radius: 20px;
	font-size: 0.85rem;
  font-weight: 700;
         margin-bottom: 1rem;
	 text-transform: uppercase;
    letter-spacing   :       0.5px;
}

.timeline-item h3 {
    color: #333;
   margin-bottom    :        0.8rem;
   font-size: 1.3rem;
    font-weight: 600;
}

.timeline-item p {
	color : #666;
    line-height: 1.7;
   font-size: 1rem;
}

.coaching-benefits {
    display: grid;
   grid-template-columns: 1fr;
   gap: 1.2rem;
    margin: 2rem 0;
}

.benefit {
   display: flex;
	 align-items: center;
    gap: 1rem;
  padding: 1.2rem;
   background: #f8f9fa;
   border-radius: 8px;
    transition: all 0.3s ease;
}

.benefit:hover {

	  background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.1));
  transform: translateX(5px);
}

.check-mark {
  font-size: 1.5rem;
     color: #667eea;
  font-weight: bold;
    min-width: 24px; 
	
}

.benefit p {
   color: #555;
  font-weight  :     500;
} 

.contact-form {
   background: white;
    padding: 3rem;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin: 2rem auto;
	max-width: 600px;
}

.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-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fafafa;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {

  outline: none;
    border-color: #667eea;
    background     :     white;
  box-shadow: 0 0 0 3px rgba(102,126,234,0.1);}

.contact-form textarea {
   min-height: 120px;
    resize     :  vertical;
}

.submit-button {
    width: 100%;
    padding: 1.2rem;
  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;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102,126,234,0.3);
}

.submit-button:active     {
  transform: translateY(0);


}

.footer    {
  background: #2c3e50;
   color: white;
    padding: 4rem 2rem 2rem;
}

.footer-container {


    max-width: 1200px;
   margin: 0 auto;

}

.footer-top    {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
         margin-bottom: 3rem;
    padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo-img {
   max-height: 96px;
   width: auto;
    margin-bottom  :        1rem;
  filter: brightness(0) invert(1);
}

.footer-info {

    display:  flex;
    flex-direction: column;
   gap: 2rem;


}

.footer-address h4,
.footer-contact h4,
.footer-links h4 {
   font-size: 1.1rem;
   margin-bottom: 1rem;
   font-weight: 600;
}

.footer-address p,
.footer-contact p {
  color: rgba(255,255,255,0.85);
  line-height    :      1.8;
}

.footer-links ul {
          list-style: none;


}

.footer-links li 
 {
    margin-bottom: 0.8rem;
}

.footer-links a {
  color: rgba(255,255,255,0.85);
     text-decoration   :     none;
     transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #667eea;
}

.footer-bottom
	{
    text-align: center;
  padding-top    :2rem;
  color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
}

.cookies-alert {
   position: fixed;
  bottom    : 0;
  left: 0;
  right: 0;
    background    : white;
   border-top: 3px solid #667eea;
  padding: 1.5rem 2rem;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
  z-index: 999;
    animation: slideUp 0.4s ease;
}

.cookies-alert.hidden {
  display    :    none;
	
}@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.cookies-content {
    max-width: 1200px;
  margin: 0 auto;
          display: flex;
  justify-content: space-between;
  align-items: center;
   gap: 2rem;
}

.cookies-content p {
  color: #555;
		 font-size: 0.95rem;
	   margin: 0;
	               flex: 1;
}

.cookies-buttons {
    display     :flex;
	gap: 1rem;
}

.cookie-btn  
  {
  padding: 0.7rem 1.5rem;
  border: none;
	border-radius: 6px;
   cursor  :   pointer;
          font-weight :600;
  font-size: 0.9rem;
   transition: all 0.3s ease;
    text-transform: uppercase;
   letter-spacing   :  0.3px; 
	
}

.cookie-btn.accept
	{
    color: white;
   background: #667eea;
}

.cookie-btn.accept:hover {
    background: #764ba2;
	  box-shadow: 0 5px 15px rgba(102,126,234,0.3);
}

.cookie-btn.reject {
    background     :       #e0e0e0;
   color    :     #333;
}

.cookie-btn.reject:hover
	{
   background: #d0d0d0;
}

.cookie-btn.settings {
   background: white;
   color: #667eea;
	 border: 2px solid #667eea;
}

.cookie-btn.settings:hover 
 {
   color: white;
    background: #667eea;
}  

.cookies-modal {
   position: fixed;
  top: 0;
  left: 0;
  right: 0;
   bottom: 0;
  background: rgba(0,0,0,0.6);
   display: flex;
  align-items:        center;
    justify-content: center;
   z-index: 10000;
   animation: fadeIn 0.3s ease;
}

.cookies-modal.hidden  {
  display: none;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.modal-content     {
   	background: white;
  padding: 2.5rem;
    border-radius: 12px;
  max-width: 500px;
    width: 90%;
  position: relative;
   animation  : slideDown 0.3s ease;
	}@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.close-modal {
  position: absolute;
    top: 1.5rem;
    right: 1.5rem;
   font-size   :     1.8rem;
   cursor: pointer;
  color: #999;
                    transition: color 0.3s ease;
}

.close-modal:hover {
  color: #333;
}

.modal-content h3 {
  color: #333;
  margin-bottom: 1.5rem;
   font-size: 1.5rem;
}



.modal-body {
    margin-bottom: 2rem;
}

.checkbox-item {

  display: flex;
 align-items: center;
    gap: 1rem;
    padding :      1rem 0;
   cursor: pointer;
   user-select: none;
}

.checkbox-item input[type="checkbox"]		{


	 width :18px;
         height: 18px;
  cursor: pointer;
   accent-color: #667eea;
     }

.checkbox-item span {
  color: #555;
  font-weight: 500;
}

.modal-save {


  width    :       100%;
    padding: 1rem;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color   :   white;
  border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
		 transition: all 0.3s ease;
  text-transform   :       uppercase;
  letter-spacing: 0.3px;
}

.modal-save:hover    {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102,126,234,0.3);
}@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    section h2 {
        font-size: 1.8rem;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0;
    }

    .content-grid.reverse {
        direction: ltr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .timeline {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        display: none;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-item {
        padding: 1rem 2rem;
        border-bottom: 1px solid #e0e0e0;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .contact-form {
        padding: 2rem;
    }

    .cookies-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .cookies-content p {
        text-align: center;
    }

    .cookies-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .cta-button {
        padding: 0.8rem 2rem;
        font-size: 0.95rem;
    }

    .section-cta h2 {
        font-size: 2rem;
    }
}@media (max-width: 480px) {
    .hero {
        min-height: 400px;
        padding: 2rem 1rem;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    section {
        padding: 3rem 1rem;
    }

    section h2 {
        font-size: 1.5rem;
    }

    .container-wide {
        padding: 0 1rem;
    }

    .feature-item,
    .service-card,
    .timeline-item {
        padding: 1.5rem;
    }

    .text-block h2 {
        font-size: 1.8rem;
    }

    .text-block p {
        font-size: 1rem;
    }

    .career-features {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .modal-content {
        padding: 2rem;
    }
}.hero-services   {
	 min-height: 500px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
	
}

.services-main {
  background: white;
  padding: 5rem 2rem;
} 

.services-detailed {
  display: flex;
  flex-direction: column;
    gap: 4rem;
  padding: 3rem 0;
}

.service-block {
    background  :white;
   border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	 transition :    all 0.4s ease;
} 

.service-block:hover {
  box-shadow: 0 15px 40px rgba(102,126,234,0.15);
  transform: translateY(-3px);
}

.service-block.reverse {
                    direction: rtl;
}

.service-block.reverse > * {
  direction: ltr; 

     }

.service-header {
   padding: 2rem 2.5rem;
  background: linear-gradient(135deg, rgba(102,126,234,0.05), rgba(118,75,162,0.05));
    border-left: 5px solid #667eea;
  display: flex;
    justify-content: space-between;
   align-items: center;
}

.service-header h3
	{
    font-size: 1.8rem;
   color: #333;
  margin: 0;
	 font-weight: 700;
}

.service-badge {

	   display: inline-block;
        background: #667eea;
   color: white;
   padding: 0.5rem 1.2rem;
	 border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
	 letter-spacing: 0.3px;
	white-space: nowrap; 

}

.service-content {
    display: grid;
	grid-template-columns: 1fr 1fr;
     gap: 3rem;
   padding: 3rem 2.5rem;
    align-items :        center;
}  

.service-image {
   position: relative;
}

.service-image img {
  width: 100%;
   height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
   transition: transform 0.4s ease;
}

.service-block:hover .service-image img {

  transform: scale(1.03);
}  

.service-text h4 {
     font-size: 1.2rem;
   color: #333;
	 margin: 1.5rem 0 1rem 0;
        font-weight: 700;

}

.service-text p    {
    color: #555;
  font-size :  1.05rem;
   line-height: 1.8;
    margin-bottom: 1rem;
}

.service-list {
  margin: 1.5rem 0;
  list-style: none;
}

.service-list li {
    color: #666;
          padding-left: 1.8rem;
   position: relative;
    padding: 0.8rem 0;
	line-height: 1.6;
      font-size: 1rem;
}

.service-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
   color: #667eea;
   font-weight: bold;
   font-size :      1.3rem;
}

.highlight-text {

	  background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.1));
	 padding: 1rem 1.5rem;
  border-radius   :    8px;
    border-left     : 3px solid #667eea;
   margin: 1.5rem 0;
	font-size: 0.95rem;
	color :     #555;}

.services-comparison {
  background  :      #f8f9fa;
  padding     :   5rem 2rem;
}

.comparison-table {
       background: white;
    border-radius:12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin: 3rem 0;
}

.table-row {
    display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.table-row:hover {
  background: #fafafa;
}

.table-row.table-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
   color: white; 
    font-weight: 700; 
    border-bottom :        2px solid #667eea;
}

.table-cell {
  padding: 1.5rem;
  font-size: 0.95rem;
   text-align: center;
   display   :       flex;
    align-items: center;
    justify-content: center;
    min-height     :        60px;
}

.table-header .table-cell {
  font-weight: 700;
  text-transform: uppercase;
                    letter-spacing: 0.3px;
   font-size :   0.85rem;
}

.table-cell.table-label {
	text-align: left;
   background: #f8f9fa;
          font-weight: 600;
          color: #333;
}

.table-row:last-child {

	    border-bottom: none;


}

.services-process		{
   background: white;
   padding: 5rem 2rem;
}

.process-steps {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 gap: 2rem;
  padding: 3rem 0;
  position: relative;
}

.step {
  background     :  white;
    padding   :      2.5rem 2rem;
	border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
  transition: all 0.3s ease;
    position:   relative;
}


.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(102,126,234,0.15); 
	
}

.step-number {
   font-size: 2.5rem;
 font-weight :    800;
  background: linear-gradient(135deg, #667eea, #764ba2);
	background-clip: text;
   margin-bottom:       1rem;
}

.step h3 {
    font-size: 1.3rem;
    color: #333;
  margin-bottom     :       1rem;
     font-weight  :  700;
}

.step p {

  color: #666;
  font-size: 1rem;
   line-height: 1.7;
}


.process-steps::before {
  content: '';
    position: absolute;
  top  :     20%;
     left    :5%;
   right: 5%;
       height: 2px;
  background: linear-gradient(90deg, transparent, #667eea, transparent);
	display    : none;
}

.services-faq {

	         background: #f8f9fa;
   padding: 5rem 2rem;
	}

.faq-grid {
   display :  grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
    padding: 3rem 0;
}

.faq-item {

	       background   :  white;
    padding: 2.5rem;
	border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	 transition: all 0.3s ease;
   border-top: 4px solid transparent;
	}

.faq-item:hover {
	 border-top-color: #667eea; 
	  transform: translateY(-3px); 
	  box-shadow: 0 10px 25px rgba(102,126,234,0.1);
}

.faq-item h3 {

	  font-size: 1.2rem;

	    color: #333;

	               margin-bottom: 1rem;

	  font-weight: 700;


} 

.faq-item p {
  color: #666;
	font-size: 1rem;
    line-height: 1.7;
}

.thankyou-section
{
  background: linear-gradient(135deg, #f8f9fa 0%, #e8eaf6 100%);
   min-height: 100vh;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
     justify-content: center; 
	
}

.thankyou-container {
	max-width: 900px;

   width: 100%;

					position: relative; 
	
}

.thankyou-content {
  background: white;
   padding: 4rem;
  border-radius :   16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    text-align: center;
   position: relative;
   z-index: 2;
}

.success-icon {
   width: 100px;
   height: 100px;
  background: linear-gradient(135deg, #667eea, #764ba2);
                    border-radius: 50%;
   display: flex;
  align-items: center;
   justify-content: center;
   margin: 0 auto 2rem;
    color: white;
  animation: scaleIn 0.6s ease;
}@keyframes scaleIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-content h1 {
    font-size     :     2.8rem;
    color     : #333;
   margin-bottom: 1.5rem;
       font-weight: 800;
}

.thankyou-message	{
   font-size: 1.2rem;
  color: #666;
   margin-bottom: 3rem;
    line-height: 1.8;
    max-width    :     700px;
    margin-left: auto;
  margin-right: auto;
}

.next-steps {
    text-align: left;
    background     :        #f8f9fa;
  padding: 2.5rem;
   border-radius     : 12px;
  margin: 2.5rem 0;
}

.next-steps h2 {
  font-size :     1.5rem;
   color: #333;
    margin-bottom: 2rem;
    text-align: center;
}

.steps-list {


	display: flex;
    flex-direction: column;
    gap: 1.5rem;


}



.step-item {
    display   : flex;
   gap: 1.5rem;
  align-items: flex-start;
}

.step-icon {
		width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea, #764ba2);
       color: white;
  border-radius: 50%;
   display: flex;
  align-items:     center;
   justify-content:center;
  font-weight     :    800;
   font-size: 1.3rem;
         flex-shrink: 0;
}

.step-content h3 {
	       font-size: 1.1rem;

   color: #333;

   margin: 0 0 0.5rem 0;

               font-weight: 700;



}

.step-content p {
    color: #666;
	 font-size:      0.95rem;
   line-height: 1.6;
  margin: 0;
}

.expectations {
  text-align  :       left;
  margin: 2.5rem 0;
}

.expectations h2 {
  font-size:     1.5rem;
	   color: #333;
		margin-bottom: 1.5rem;
	  text-align: center;
}


.expectations-list {
     list-style: none; 
		display : grid; 
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
	  gap: 1.5rem;
}

.expectations-list li {
    padding: 1.2rem;
  background: white;
  border-radius: 8px;
  border-left :    4px solid #667eea;
  color  :     #555;
          font-weight: 500;
}

.support-text {
   color: #666;
  font-size: 1.05rem;
    margin: 2rem 0;
}



.action-buttons{
  margin-top  :        3rem;
  gap    :       1.5rem;
    display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

.button-primary,
.button-secondary {
     padding: 1rem 2.5rem;
	 border-radius: 8px;
    text-decoration: none;
  font-weight: 700;
	font-size: 1rem;
   transition: all 0.3s ease;
  display: inline-block;
 text-transform : uppercase;
   letter-spacing   :       0.5px;


}

.button-primary 
 {
  background: linear-gradient(135deg, #667eea, #764ba2);
	  color: white;
	  box-shadow: 0 10px 30px rgba(102,126,234,0.3);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(102,126,234,0.4);
}

.button-secondary {
     background: white;
  color :     #667eea;
    border: 2px solid #667eea;
	}

.button-secondary:hover	{
          background  :    #667eea;
        color: white;
}

.thankyou-visual {
    position: absolute;
   top: 0;
  left: 0;
		right     :        0;
  bottom: 0;
    pointer-events: none;
}

.animated-element {
       position   :      absolute;
     background: rgba(102,126,234,0.05);
     border-radius: 50%;
           opacity: 0.5;


     }

.element-1 {
    width   :   300px;
    height   :300px;
  top: -100px;
    right: -100px;
	animation: float 8s ease-in-out infinite;
}

.element-2 {

	  width: 200px;
   height     :   200px;
    bottom: -50px;
	left: -50px;
  animation: float 6s ease-in-out infinite reverse;
}

.element-3 {
   width: 150px; 
	  height: 150px; 
	    top: 50%; 
	  right: 10%; 
	  animation: float 10s ease-in-out infinite;
}@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
}.info-section {
   background: white;
   padding: 5rem 2rem;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
               gap: 2.5rem;
    padding: 3rem 0;
}

.info-card
{
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
   padding: 2.5rem;
   border-radius: 12px;
  border: 1px solid #e0e0e0;
      transition    :  all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.info-card:hover
{

	  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(102,126,234,0.1);
  border-color: #667eea;


}

.info-card h3 {
    color: #333;
   font-weight: 700;
          font-size: 1.2rem;
    margin-bottom: 1rem;
}

.info-card p {
    color: #666;
  font-size: 1rem;
  line-height   :       1.7;
}



.services-cta {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 5rem 2rem;
    text-align: center;
    color  :    white;
	}

.services-cta h2 {
       color: white;
	font-size     :    2.5rem;
    margin-bottom: 1.5rem;


}

.services-cta p {
	font-size: 1.2rem;
  color: rgba(255,255,255,0.95);
  margin-bottom: 2rem;


}@media (max-width: 1024px) {
    .service-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-block.reverse {
        direction: ltr;
    }

    .service-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .table-row {
        grid-template-columns: 1fr;
        border-bottom: 2px solid #e0e0e0;
    }

    .table-cell {
        padding: 1rem;
        justify-content: flex-start;
    }

    .table-cell.table-label {
        font-weight: 700;
        color: #667eea;
    }

    .table-header .table-cell {
        display: none;
    }

    .table-header {
        display: none;
    }

    .table-row {
        position: relative;
        padding: 1rem 0;
    }

    .process-steps {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}@media (max-width: 768px) {
    .service-header {
        padding: 1.5rem;
    }

    .service-header h3 {
        font-size: 1.4rem;
    }

    .service-content {
        padding: 2rem 1.5rem;
    }

    .thankyou-content {
        padding: 2rem;
    }

    .thankyou-content h1 {
        font-size: 2rem;
    }

    .action-buttons {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }

    .next-steps {
        padding: 1.5rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .step {
        padding: 2rem 1.5rem;
    }

    .success-icon {
        width: 80px;
        height: 80px;
    }

    .success-icon svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .service-header h3 {
        font-size: 1.2rem;
    }

    .service-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .service-list li {
        font-size: 0.9rem;
        padding-left: 1.5rem;
    }

    .highlight-text {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .thankyou-content {
        padding: 1.5rem;
    }

    .thankyou-content h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .thankyou-message {
        font-size: 1rem;
    }

    .step-item {
        gap: 1rem;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .step-content h3 {
        font-size: 1rem;
    }

    .info-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .faq-item {
        padding: 1.5rem;
    }

    .faq-item h3 {
        font-size: 1.1rem;
    }
}.policy-section {
  padding: 80px 2rem;
 background: #f8f9fa;
	min-height: 100vh;
}

.policy-container {
	max-width: 800px;
    margin: 0 auto;
     text-align: left;
   background: white;
    padding: 3rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.policy-container h1 {
    font-size: 3rem;
   color: #2c3e50;
  margin-bottom: 1rem;
    font-weight  :    800;
}

.last-updated {
          margin-bottom: 2.5rem;
  border-bottom: 2px solid #ecf0f1;
	font-size: 0.95rem;
	padding-bottom: 2rem;
	color: #95a5a6;
}

.policy-container h2  
  {
    font-size: 1.8rem;
    color: #2c3e50;
   margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  font-weight: 700;
      position: relative;
    padding-bottom: 1rem; 

}

.policy-container h2::after {
  content: '';
    position    : absolute;
               bottom    :       0;
	left: 0;
    width:  60px;
   height : 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;


}

.policy-container p {
    color: #555;
   margin-bottom    :      1.5rem;
  line-height: 1.9;
       font-size: 1.05rem;
}

.policy-container strong {
   color: #2c3e50;
    font-weight: 600;
}

.policy-container ul   {
  list-style: none;
  margin-bottom: 1.5rem;
}

.policy-container li {
   padding: 0.8rem 0;
   padding-left: 2rem;
  position: relative;
    color: #555;
    font-size: 1.05rem;
   line-height: 1.8;}

.policy-container li::before {
  content: '▸';
    position: absolute;
    left: 0;
   color    :        #667eea;
    font-weight: bold;
    font-size: 1.3rem;
}@media (max-width: 1024px) {
    .policy-container {
        padding: 2.5rem;
    }

    .policy-container h1 {
        font-size: 2.5rem;
    }

    .policy-container h2 {
        font-size: 1.6rem;
    }

    .policy-container p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .policy-section {
        padding: 60px 1rem;
    }

    .policy-container {
        padding: 2rem;
        border-radius: 8px;
    }

    .policy-container h1 {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .policy-container h2 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .policy-container p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        line-height: 1.8;
    }

    .last-updated {
        font-size: 0.9rem;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }

    .policy-container li {
        padding-left: 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .policy-section {
        padding: 40px 1rem;
    }

    .policy-container {
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .policy-container h1 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .policy-container h2 {
        font-size: 1.2rem;
        margin-top: 1.8rem;
        margin-bottom: 0.8rem;
    }

    .policy-container h2::after {
        width: 50px;
    }

    .policy-container p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        line-height: 1.7;
    }

    .last-updated {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .policy-container li {
        padding: 0.6rem 0;
        padding-left: 1.3rem;
        font-size: 0.9rem;
    }

    .policy-container li::before {
        font-size: 1.1rem;
    }
}.policy-container {
    animation: fadeInUp 0.6s ease-out;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.policy-container h2 {
  transition    :        all 0.3s ease;}

.policy-container h2:hover {
  color: #667eea;
  padding-left: 1rem;}