* {
          margin: 0;
   padding: 0;
          box-sizing: border-box;
}



body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
  background-color: #f8f9fa;
}

html {
   scroll-behavior: smooth;
}

.navigation-bar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(102, 126, 234, 0.2);
}  

.nav-container {
   max-width: 1200px;
   margin: 0 auto;
    display: flex;
    justify-content: space-between;
  align-items    :   center;
}

.nav-logo {
  display: flex;
    align-items: center;
   text-decoration: none;
}

.logo-img {
  height: 94px;
   width   :      auto;
  filter: brightness(0) invert(1);
}

.burger-menu     {


	display: none;
   flex-direction   :     column;
   background: none;
    border: none;
  cursor: pointer;
                    padding: 0.5rem;
}

.burger-line {
    width: 25px;

  height: 3px;

    background-color: white;

               margin: 5px 0;

 transition: all 0.3s ease;
}

.nav-menu {
    display: flex; 
	   list-style: none; 
	 gap: 2rem;
}

.nav-link {
  color: white; 
   text-decoration: none; 
    font-weight: 500; 
    transition: all 0.3s ease; 
   padding-bottom: 0.3rem; 
      border-bottom: 2px solid transparent;
}

.nav-link:hover {
   border-bottom-color: white;
}

.hero-section{
   max-width : 1200px;
   margin: 0 auto;
    padding: 4rem 2rem;
    display :   grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;
         align-items: center;
}

.hero-content h1 {
  font-size: 2.8rem;
   margin-bottom: 1.5rem;
  color: #1a1a2e;
    line-height: 1.2;
}

.hero-content p {
   font-size     :        1.1rem;
  color:     #555;
  margin-bottom: 2rem;
    line-height: 1.8;
}

.hero-button {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 1rem 2.5rem;
  border-radius     :50px;
   text-decoration     : none;
    font-weight: 600;
   transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.hero-button:hover
{
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.hero-image img {
     width: 100%;
    height: auto;
    border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

}

.about-coaching-section {
    background: white;
  padding: 4rem 2rem;
  margin-bottom: 2rem;
}

.about-wrapper {


    max-width: 1200px;
  margin: 0 auto;
    display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
   align-items: center;

}

.about-text h2   {
         margin-bottom: 1.5rem;
   color: #1a1a2e;
  font-size: 2.2rem;
}

.about-text p {
   color: #555;
   margin-bottom: 1.2rem;
  line-height     :1.8;
    font-size: 1rem;
}

.about-image img {
  width: 100%;
   height: auto;
    border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.services-overview-section {
   max-width: 1200px;
    margin: 0 auto;
  padding     : 4rem 2rem;
}

.services-overview-section h2 {
   font-size: 2.2rem;
	text-align: center;
    margin-bottom: 3rem;
  color: #1a1a2e;
}

.services-grid {
  display   : grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-card {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
     padding: 2rem;
  border-radius: 12px;
  border-left: 5px solid #667eea;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
}

.service-card h3 {
   font-size: 1.4rem;
	 margin-bottom: 1rem;
     color: #667eea;
}

.service-card p {
   color: #555;
    line-height: 1.7;}

.coaching-benefits-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 4rem 2rem;
  color   :   white;
}

.benefits-layout {
    max-width: 1200px;
  margin: 0 auto;
    display     :        grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items   : center;
}

.benefits-image img {
    width     :     100%;
   height: auto;
   border-radius     :    15px;
}

.benefits-content h2 {
    font-size: 2.2rem;
	margin-bottom: 2rem;
}

.benefits-list {
   list-style: none;
}

.benefits-list li {
    font-size: 1rem;
    line-height: 1.6;
   margin-bottom   :     1.2rem;
  padding-left:  2rem;
  position: relative;
}

.benefits-list li:before   {
  content: "✓";
  position: absolute;
   left:        0;
  font-weight: bold;
   font-size: 1.3rem;
}

.success-stories-section {
	max-width: 1200px;
   margin: 0 auto;
    padding: 4rem 2rem;
}

.success-stories-section h2 {
  font-size: 2.2rem;
    text-align : center;
   margin-bottom: 3rem;
    color: #1a1a2e;
}

.stories-grid {
   display    :   grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.story-card {
    background: white;
  padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
    border-top: 4px solid #764ba2;
}



.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); 

}

.story-card h3 {
	color: #667eea;
   margin-bottom: 1rem;
       font-size: 1.3rem;
}

.story-card p {
    color: #555;
   line-height: 1.7;
} 

.conference-section {
    background: white;
  padding: 4rem 2rem;
}

.conference-wrapper {
  max-width: 1200px;
   margin  :  0 auto;
   display: grid;
	grid-template-columns: 1fr 1fr;
                    gap: 3rem;
  align-items: center;
}

.conference-text h2 {
  font-size: 2.2rem;
   margin-bottom: 1.5rem;
   color     :       #1a1a2e;


}

.conference-text p {
    color: #555;
          margin-bottom: 1.5rem;
  line-height: 1.8;
}

.cta-button {

  display:  inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.9rem 2rem;
  border-radius :       50px;
                    text-decoration: none;
  font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
     }

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.conference-image img {
  width: 100%;
  height    :       auto;
	 border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.webinar-section {
    max-width: 1200px;
	margin: 0 auto;
   padding: 4rem 2rem;
}

.webinar-section h2 {
    font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
   color: #1a1a2e;
}

.section-intro {
    text-align    :       center;
    color: #555;
  margin-bottom: 3rem;
  font-size :   1.05rem;
   max-width: 600px;
 margin-left: auto;
   margin-right: auto;
}

.webinar-cards {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.webinar-card {
  background: linear-gradient(135deg, #764ba215 0%, #667eea15 100%);
   padding: 2rem;
  border-radius :   12px;
   transition: all 0.3s ease;
	 border: 1px solid #764ba225;
}

.webinar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(118, 75, 162, 0.15);
	
}

.webinar-card h3 {
	   font-size: 1.3rem;
    margin-bottom: 1rem;
  color: #764ba2;


}

.webinar-card p {
   color: #555;
   line-height: 1.7;
}

.mentor-team-section {
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
      padding: 4rem 2rem;
}

.mentor-team-section h2 {
   font-size: 2.2rem;
  text-align: center;
    margin-bottom     :     1rem;
   color: #1a1a2e;
}

.mentor-team-section .section-intro {
    margin-bottom: 2rem;
}

.team-highlight {
  max-width: 800px;
   margin: 0 auto;
                    background: white;
   padding: 2rem;
  border-radius: 12px;
    border-left: 5px solid #667eea;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.team-highlight p {
        color     :      #555;
  line-height: 1.8;
   font-size: 1.05rem;
}

.methodology-section {
   background: white;
	   padding: 4rem 2rem;
}

.methodology-wrapper {
   max-width: 1200px;
   margin: 0 auto;
    display: grid;
   grid-template-columns: 1fr 1fr;
	gap: 3rem;
	 align-items :  center;

}

.methodology-image img {
  width: 100%;
    height: auto;
   border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.methodology-text h2 {
  font-size: 2.2rem;
   margin-bottom: 1.5rem;
  color    :   #1a1a2e;
}

.methodology-text p {
     color: #555;
	margin-bottom: 1.5rem;
    line-height: 1.8;}

.pricing-section {
   max-width: 1200px;
   margin: 0 auto;
   padding: 4rem 2rem;
}

.pricing-section h2 {
   font-size: 2.2rem;
    text-align: center;
    margin-bottom   :  3rem;
    color:    #1a1a2e;
}

.pricing-grid
{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.pricing-card{
  background: white;
	padding: 2.5rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
    border-top: 4px solid #667eea;
}

.pricing-card.featured

{
   border-top-color: #764ba2;
  transform: scale(1.05);
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.2);
}

.pricing-card:hover{
  transform: translateY(-5px);
}

.pricing-card h3 {
    font-size: 1.5rem; 
	  margin-bottom: 1rem; 
	    color  :      #1a1a2e;
}  

.price {
  font-weight: bold;
  color: #667eea;
		font-size  :       1.8rem;
     margin-bottom: 1.5rem;
}

.pricing-features {
    list-style: none;
   margin-bottom: 1.5rem; 
	
}

.pricing-features li {
   padding: 0.6rem 0;
   color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-features li:last-child {
          border-bottom: none;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 2rem;
          text-align: center;
  color: white;
}

.cta-wrapper  
  {
    margin     :      0 auto;
  max-width: 700px;
}

.cta-wrapper h2 {
  font-size: 2.2rem;
   margin-bottom: 1.5rem; 

}

.cta-wrapper p {
  font-size: 1.1rem;
    margin-bottom    :  2rem;
   line-height: 1.7;
}

.cta-button-large {
   display :    inline-block;
  background: white;
                    color: #667eea;
  padding: 1.1rem 3rem;
    border-radius: 50px;
   text-decoration: none;
  font-weight: 700;
    font-size: 1.05rem;
 transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-button-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.contact-section {
    max-width: 1000px;
  margin: 0 auto;
   padding: 4rem 2rem;
} 

.contact-container h2    {
          font-size   : 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a2e;

}

.contact-intro {
   text-align  :    center; 
	  color: #555; 
	  margin-bottom: 2.5rem; 
	    font-size     :       1.05rem;
}

.contact-form {
   background: white;
  padding: 2.5rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.form-group {
   margin-bottom: 1.8rem;
}

.form-group label {
     display: block;
  margin-bottom: 0.6rem;
    color: #2c3e50;
   font-weight: 500;

}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  transition: all 0.3s ease;
               padding: 0.9rem;
    color: #2c3e50;
   font-family: inherit;
          border: 2px solid #e0e0e0;
  font-size: 1rem;
   border-radius: 8px; 

}

.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);
     }

.submit-button {
  width: 100%;
      padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  border: none;
   border-radius: 8px;
	 font-size: 1.05rem;
   font-weight :    600;
    cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.contact-info {
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
   padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
}

.contact-info h3 {
  margin-bottom: 1.5rem;
   color: #667eea;
   font-size: 1.3rem;
}

.contact-info p {
  margin-bottom: 0.8rem;
   color: #555;
   line-height: 1.7;
}

.footer-section {
  background: #1a1a2e;
  color: white;
               padding: 3rem 2rem;
   margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
   margin: 0 auto;
}

.footer-logo {
	text-align: center;
  margin-bottom: 2rem;


}

.footer-logo-img {
   height: 136px; 
	  width: auto; 
	  filter: brightness(0) invert(1);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2.5rem;
    margin-bottom: 2rem;
}  

.footer-column h4 {
  margin-bottom: 1rem;
   font-size: 1.1rem;
   color: #667eea;
}

.footer-column p		{
    color  :       #bbb;
  line-height: 1.7;
    font-size :      0.95rem;
}

.footer-links {
     list-style :  none;
}

.footer-links li    {
  margin-bottom: 0.8rem;
} 

.footer-links a {
  color: #bbb;
   text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #667eea;
    padding-left:        0.5rem;
}

.footer-bottom {
     text-align: center;
    padding-top: 2rem;
	border-top: 1px solid #333;
   color: #999;
    font-size: 0.9rem;
     }@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-menu li {
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .benefits-layout {
        grid-template-columns: 1fr;
    }

    .conference-wrapper {
        grid-template-columns: 1fr;
    }

    .methodology-wrapper {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .services-grid,
    .stories-grid,
    .webinar-cards,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }

    .about-text h2,
    .benefits-content h2,
    .conference-text h2,
    .methodology-text h2,
    .services-overview-section h2,
    .success-stories-section h2,
    .webinar-section h2,
    .mentor-team-section h2,
    .pricing-section h2,
    .contact-container h2 {
        font-size: 1.5rem;
    }

    .hero-button,
    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .cta-button-large {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-logo-img {
        height: 80px;
    }
}.services-hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   padding: 5rem 2rem;
  text-align: center;
}

.services-hero-content {
   max-width: 900px;
  margin: 0 auto;
}

.services-hero-section h1 {
	font-size: 2.8rem;
   margin-bottom: 1.5rem;
    line-height: 1.2;
}

.services-hero-section p {
      font-size: 1.2rem;
    line-height: 1.8;
  opacity: 0.95;

}

.services-detailed-section {
    max-width: 1200px;
    margin: 0 auto;
   padding: 4rem 2rem;
}

.services-detailed-section h2 {
    font-size: 2.2rem;
  text-align: center;
	 margin-bottom: 3rem;
    color: #1a1a2e;
}



.services-detailed-container {
	display: flex;
   flex-direction: column;
	gap: 3rem;}

.service-detailed-card {
        display  :      grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items   :     center;
	background: white;
    padding: 2.5rem;
    border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	 transition: all 0.3s ease;
}

.service-detailed-card:hover {
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.15);
  transform: translateY(-5px);
}

.service-detailed-card.alternate {
 grid-template-columns: 1fr 1fr;
}

.service-detailed-card.alternate .service-detail-image {
   order: 2;
}

.service-detailed-card.alternate .service-detail-content {
    order: 1;
}

.service-detail-image img {
   width: 100%;
    height: auto;
  border-radius: 12px;
   object-fit: cover;
}

.service-detail-content h3 {
	font-size: 1.9rem;
  color: #667eea;
  margin-bottom :1rem;
}

.service-detail-content > p:first-of-type {
   color: #555;
	 line-height: 1.8;
    margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.service-detail-content h4 {
   color: #2c3e50;
    margin :   1.5rem 0 0.8rem 0;
   font-size: 1.1rem;
}

.service-features {
    list-style: none;
  margin-bottom: 1.5rem;
}

.service-features li {

	  color     :     #555;
  padding: 0.6rem 0 0.6rem 2rem;
 position: relative;
   line-height: 1.6;


}

.service-features li:before {
  content: "→";
    position: absolute;
    left: 0;
  color: #764ba2;
  font-weight: bold;
}

.service-price {
   font-size   :   1.4rem;
   color: #667eea;
  font-weight: bold;
  margin-top: 1.5rem;
	padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.comparison-section {
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
    padding  :  4rem 2rem;
}

.comparison-section h2 {
	font-size: 2.2rem;
    text-align: center;
  margin-bottom: 2.5rem;
  color: #1a1a2e;
}

.comparison-table-wrapper {
  max-width: 1100px;
    margin: 0 auto;
   overflow-x: auto;
}

.comparison-table {
    width: 100%;
  background: white;
    border-collapse: collapse;
  border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

}

.comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          color: white;
} 

.comparison-table th {
  padding: 1.2rem;
    text-align  :      left;
   font-weight: 600;
}

.comparison-table td {

  padding:    1rem 1.2rem;
   border-bottom: 1px solid #f0f0f0;
   color: #555;}

.comparison-table tbody tr:hover {
   background-color: #f8f9fa;
}

.check-mark
{
  color: #667eea;
    font-weight: bold;
  font-size: 1.2rem;
}

.specialized-services-section {
    max-width: 1200px;
       margin: 0 auto;
    padding   :        4rem 2rem;
}

.specialized-services-section h2 {
  font-size    :     2.2rem;
   text-align: center;
   margin-bottom: 3rem;
    color:  #1a1a2e;
}

.specialized-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.specialized-card {
  background: white;
    padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top  :   4px solid #667eea;
    transition: all 0.3s ease;
}

.specialized-card:nth-child(even) {
  border-top-color: #764ba2;
}

.specialized-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
}

.specialized-card h3 {
  font-size: 1.3rem;
    color    :    #1a1a2e;
    margin-bottom: 0.8rem;
}

.specialized-card p {
  color: #555;
   line-height :  1.7;
    margin-bottom: 1rem;
}

.specialized-price {
  color: #667eea;
  font-weight: bold;
	font-size  :     1.1rem;
}



.services-faq-section {
    background:   white;
   padding: 4rem 2rem;
	
}

.services-faq-section h2 {

	  font-size: 2.2rem;
   text-align: center;
    margin-bottom: 3rem;
   color: #1a1a2e;
     }

.faq-container {
  max-width: 800px;
   margin: 0 auto;
}

.faq-item {
     background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
  padding: 1.8rem;
    margin-bottom: 1.5rem;
   border-radius: 10px;
  border-left: 5px solid #667eea;
          transition: all 0.3s ease;
     }

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.1);
  transform: translateX(5px);
}

.faq-item h4 {
       color: #667eea;
    font-size: 1.1rem;
   margin-bottom: 0.8rem;}

.faq-item p
{
   color: #555;

	  line-height :1.7;
}

.services-cta-section {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding: 3.5rem 2rem;
   text-align: center;}

.services-cta-section h2 {
  font-size: 2rem;
    margin-bottom: 1rem;
}

.services-cta-section p {
   font-size:       1.1rem;
    margin-bottom: 2rem;
  max-width: 600px;
    margin-left  :     auto;
  margin-right: auto; 
	
}

.services-cta-button {
   display: inline-block;
   background:    white;
   color: #667eea;
    padding: 1rem 2.5rem;
	 border-radius: 50px;
   text-decoration: none;
    font-weight  :       700;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.services-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}



.thankyou-hero-section {
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
    padding: 3rem 2rem;
    min-height: 100vh;
  display: flex;
   align-items: center;
}

.thankyou-container {
   max-width: 1100px;
   margin: 0 auto;
   display: grid;
  grid-template-columns: 2fr 1fr;
   gap: 3rem;
}

.thankyou-content {
    background: white;

	 padding: 3rem;

   border-radius :15px;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.success-icon {
	 width: 100px;
    height: 100px;
   margin: 0 auto 2rem auto;
    animation: successScale 0.6s ease-out;

}@keyframes successScale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}.success-icon svg  
  {

   width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 10px rgba(102, 126, 234, 0.2));}

.thankyou-content h1 {

         font-size: 2.2rem;
  color: #667eea;
   text-align: center;
  margin-bottom: 0.5rem;}

.thankyou-subtitle	{
   text-align: center;
  color: #555;
   font-size: 1.1rem;
  margin-bottom   :2rem;
}

.thankyou-message {
  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
   padding: 1.8rem;
  border-radius: 10px;
    margin-bottom: 2rem;
  border-left: 5px solid #667eea;
}

.thankyou-message p {
   color: #555; 
	    line-height: 1.8; 
	   margin-bottom   :    1rem;
}

.thankyou-message p:last-child {
    margin-bottom: 0;
}

.next-steps 
 {
  margin-bottom: 2rem;
}

.next-steps h3 {

    color: #1a1a2e;
  font-size: 1.3rem;
   margin-bottom: 1rem;}

.steps-list {
       list-style: none;
    counter-reset: step-counter;
}

.steps-list li {
  counter-increment: step-counter;
  padding: 1rem 0 1rem 3rem;
   position: relative;
 color: #555;
  line-height: 1.7;
    border-bottom     :    1px solid #f0f0f0;
}

.steps-list li:before {
  content: counter(step-counter);
  position: absolute;
  left  :        0;
   width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    border-radius: 50%;
   display: flex;
                    align-items: center;
   justify-content: center;
  font-weight: bold;
}

.fyi-section {
  background: linear-gradient(135deg, #e74c3c15 0%, #e74c3c08 100%);
	 padding: 1.5rem;
  border-radius: 10px;
 border-left: 5px solid #e74c3c;
  margin-bottom: 2rem;
}

.fyi-section h4 {
  color: #e74c3c;
       margin-bottom   :0.8rem;
      font-size     :  1.1rem;
}

.fyi-list {
    list-style: none; 
	
}


.fyi-list li {
               color: #555;
  padding :   0.5rem 0;
    line-height: 1.6;
}

.action-buttons	{
  display: flex;
        gap: 1rem;
   flex-wrap: wrap;
}

.thankyou-button {
    display: inline-block;
    padding: 1rem 2rem;
  border-radius  : 50px;
  text-decoration: none;
  font-weight: 600;
   transition: all 0.3s ease;
}

.thankyou-button.primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   flex: 1;
    min-width: 200px;
    text-align     :  center;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.thankyou-button.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.thankyou-button.secondary {
   background: white;
  color: #667eea;
  border: 2px solid #667eea;
  flex: 1;
   min-width: 200px;
    text-align: center;


}

.thankyou-button.secondary:hover {
    background: #667eea;
  color: white;
}

.thankyou-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    background  :    white;
    padding: 1.5rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #667eea;
}

.sidebar-card h3 {
    color: #667eea;
  font-size: 1.1rem;
   margin-bottom: 1rem;
}

.sidebar-card p {
  font-size: 0.95rem;
    line-height: 1.7;
  color: #555;
   margin-bottom: 0.8rem;
}

.sidebar-card p:last-child {
   margin-bottom: 0;
}

.sidebar-card.featured-offer {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    border-top: none;
}

.sidebar-card.featured-offer h3,
.sidebar-card.featured-offer p {
  color: white;
}

.download-button     {
   width: 100%;
   padding: 0.8rem;
    background: white;
    color: #667eea;
   border: none;
  border-radius: 8px;
    font-weight: 600;
	cursor: pointer;
    transition: all 0.3s ease;
  margin-top: 1rem;
}

.download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}  

.testimonials-section {
    max-width: 1200px;
  margin: 0 auto;
  padding     : 4rem 2rem;
}

.testimonials-section h2 {
    font-size: 2.2rem;
   text-align: center;
                    margin-bottom: 3rem;
	color    :      #1a1a2e;
}

.testimonials-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.testimonial-card {


  background: linear-gradient(135deg, #667eea08 0%, #764ba208 100%);
         padding:    2rem;
    border-radius: 12px;
  border-left: 5px solid #667eea;
	transition: all 0.3s ease;
	}

.testimonial-card:hover{
     transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
	}

.testimonial-text {
  color: #555;
   font-size: 1rem;
	line-height: 1.8;
   margin-bottom     :        1rem;
  font-style: italic;
}

.testimonial-author {
    color: #667eea;
    font-weight: 600;
}

.resources-section {
                    background: white;
    padding: 4rem 2rem;
}

.resources-section h2 {
    font-size: 2.2rem;
   text-align: center;
  margin-bottom: 1rem;
  color: #1a1a2e;
}

.resources-intro {
  text-align: center;
    color: #555;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
   font-size: 1.05rem;
}

.resources-grid {
    max-width: 1000px; 
               margin: 0 auto; 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 2rem;
}

.resource-item {
  background: linear-gradient(135deg, #764ba215 0%, #667eea15 100%);
	padding: 1.8rem;
  border-radius: 10px;
    border: 1px solid #764ba225;
   transition: all 0.3s ease;
}

.resource-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(118, 75, 162, 0.1);
}

.resource-item h4 {
   color: #764ba2;
    font-size: 1.1rem;
	margin-bottom: 0.8rem;
}

.resource-item p {
    color: #555;
   line-height: 1.6;
  font-size: 0.95rem;
}@media (max-width: 768px) {
    .service-detailed-card {
        grid-template-columns: 1fr;
    }

    .service-detailed-card.alternate {
        grid-template-columns: 1fr;
    }

    .service-detailed-card.alternate .service-detail-image,
    .service-detailed-card.alternate .service-detail-content {
        order: auto;
    }

    .services-hero-section h1 {
        font-size: 2rem;
    }

    .thankyou-container {
        grid-template-columns: 1fr;
    }

    .action-buttons {
        flex-direction: column;
    }

    .thankyou-button {
        width: 100%;
    }

    .comparison-table-wrapper {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem;
    }
}

@media (max-width: 480px) {
    .services-hero-section {
        padding: 2rem;
    }

    .services-hero-section h1 {
        font-size: 1.5rem;
    }

    .services-hero-section p {
        font-size: 1rem;
    }

    .service-detailed-card {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .service-detail-content h3 {
        font-size: 1.4rem;
    }

    .thankyou-content {
        padding: 1.5rem;
    }

    .thankyou-content h1 {
        font-size: 1.6rem;
    }

    .success-icon {
        width: 80px;
        height: 80px;
    }

    .faq-item {
        padding: 1.2rem;
    }

    .services-cta-section h2 {
        font-size: 1.5rem;
    }

    .specialized-grid {
        grid-template-columns: 1fr;
    }
}.policy-section {
          padding: 80px 2rem;
  background   : #f8f9fa;
  min-height: calc(100vh - 200px);
}

.policy-container {
    max-width: 900px;
  margin   :  0 auto;
   text-align: left;
  background: white;
	 padding: 3rem;
   border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.policy-container h1 {
    font-size   : 2.8rem;
  color: #1a1a2e;
    margin-bottom: 2rem;
      font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.policy-container h2 {
  font-size: 1.6rem;
   color: #667eea;
    margin-bottom: 1rem;
    margin-top: 2rem;
  font-weight: 600;
}

.policy-container h2:first-of-type  {
  margin-top: 0;
}

.policy-container p {
	color: #555;
    margin-bottom: 1.2rem;
  line-height: 1.8;
  font-size: 1.05rem;
}

.policy-container strong {
    color: #667eea;
   font-weight: 600;
}

.policy-container p strong {
  display: block;
  margin-bottom: 0.5rem;
   margin-top: 0.5rem;
}
@media (max-width: 768px) {
    .policy-section {
        padding: 60px 1rem;
    }

    .policy-container {
        padding: 2rem 1.5rem;
        border-radius: 10px;
    }

    .policy-container h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policy-container h2 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
    }

    .policy-container p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .policy-section {
        padding: 40px 1rem;
    }

    .policy-container {
        padding: 1.5rem 1rem;
    }

    .policy-container h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .policy-container h2 {
        font-size: 1.15rem;
        margin-top: 1.2rem;
        margin-bottom: 0.8rem;
    }

    .policy-container p {
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
        line-height: 1.6;
    }
}