* {
  margin: 0;
                    padding:      0;
    box-sizing: border-box;
	
}

html    {
	scroll-behavior    :  smooth;
}  

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #2c3e50;
   line-height  :       1.6;
 background-color: #f8f9fa;
}

.navbar {

  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 0.75rem 0;
  position: sticky;
   top: 0;
  z-index:        1000;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.nav-container {
  display :    flex;
   align-items: center;
    margin: 0 auto;
	max-width: 1200px;
    padding: 0 2rem;
      justify-content: space-between;
}



.logo-section {


        display: flex;
  align-items: center;
}

.logo {
    height: 64px;

    width: auto;

  filter: brightness(0) invert(1);

  transition  :   transform 0.3s ease;
}

.logo:hover {
	  transform: scale(1.05);

}

.nav-links		{
       display: flex;
  list-style     :     none;
   gap: 2rem;
   margin:       0; 
	
}



.nav-links a {
  color: #ffffff;
   text-decoration : none;
    font-weight: 500;
   transition: color 0.3s ease;
   padding: 0.5rem 0.75rem;
    border-radius: 4px;
}

.nav-links a:hover
{
  color: #64b5f6;
  background: rgba(100, 181, 246, 0.1);
}

.burger-menu {

	    display   : none;
    flex-direction: column;
    background: none;
    border: none;
  cursor: pointer;
    padding: 0.5rem;
	}

.burger-menu span {
   width: 25px;
    height    :        3px;
          background: #ffffff;
    margin: 4px 0;
    border-radius: 2px;
  transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
     transform: rotate(45deg) translate(10px, 10px);

}

.burger-menu.active span:nth-child(2) {


  opacity: 0; 
	
     }

.burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}



.hero		{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items :   center;
    padding: 4rem 2rem;
  max-width: 1200px;
    margin: 0 auto;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
  border-radius: 12px;
  margin-top: 2rem;
   margin-bottom: 2rem;
	
}

.hero-content h1 {
	font-size: 3.5rem;
   color: #1a1a1a;
   margin-bottom: 1.5rem;
               line-height: 1.2;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2rem;
  color  :      #555;
   margin-bottom    : 2rem;
  line-height: 1.8;
}

.cta-button {
  display: inline-block;
   padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  text-decoration: none;
   border-radius    :      8px;
    font-weight: 600;
          transition     :    all 0.3s ease;
   border: none;
  cursor: pointer;
    font-size: 1rem;
}

.cta-button:hover {
  transform: translateY(-2px);

	  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3); 
	
}

.cta-button.large {
  padding: 1.2rem 3rem;
   font-size: 1.1rem;
}

.hero-image img {
	width: 100%;
     height: auto;
	border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.services-overview {
  padding    :4rem 2rem;
   max-width: 1200px;
    margin: 0 auto;
                    background: white;
  border-radius     :        12px;
  margin-bottom: 2rem;
}

.section-header {
    margin-bottom: 3rem;
  text-align: center;
}



.section-header h2 {

         font-size: 2.5rem;

    color: #1a1a1a;

   margin-bottom    :       0.5rem;
}

.section-header p {
    font-size: 1.1rem;
       color: #888;
}

.services-grid
{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    padding: 2rem;
  border-radius   : 12px;
  transition: all 0.3s ease;
   border: 1px solid #e8ecf1;
}

.service-card:hover {


  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
     }

.service-icon {
   width: 100%;
	height  :        200px;
  margin-bottom: 1.5rem;
    border-radius: 8px;
  overflow: hidden;}  

.service-icon img {
          width: 100%;
                    height: 100%;
   object-fit: cover;
}

.service-card h3 {
    font-size: 1.5rem;
   color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 600;
}

.service-card p {


    color: #666;
   font-size: 0.95rem;
  line-height: 1.7;
	}

.values-section {
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;
  align-items: center;
    padding: 4rem 2rem;
    max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color    :     white;
  margin-bottom: 2rem;
}

.values-content h2 {
	font-size: 2.5rem;
    margin-bottom   :      1.5rem;
  line-height: 1.3;
}

.values-content p {
    opacity: 0.95;
        font-size: 1.1rem;
    line-height    :1.8;
   margin-bottom :    2rem;
}

.values-list {

    flex-direction: column;
    display: flex;
  gap     :     1.5rem;}

.value-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}  

.value-item p {
    font-size:        0.95rem;
  margin: 0;
    opacity: 0.9; 

}

.values-image img {
    width: 100%;
      height: auto;
    border-radius: 12px;


}

.coaching-approach 
 {
 padding: 4rem 2rem;
	max-width: 1200px;
    margin: 0 auto;
}

.coaching-approach h2 {
	 font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
	color: #1a1a1a;
}

.approach-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.approach-card {
      background: white;
  padding: 2rem;
				 border-radius: 12px;
          border-left: 4px solid #667eea;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
} 

.approach-card:hover
	{
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.2);
  transform: translateX(5px);
}

.approach-card h3 {
    font-size: 1.3rem;
  color   :    #1a1a1a;
  margin-bottom: 1rem;
  font-weight  :600;
}



.approach-card p {
    color: #666;
	font-size: 0.95rem;
    line-height: 1.7;
   margin-bottom: 1rem;
}

.card-highlight {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
     padding: 0.75rem 1rem;
	border-radius    :       6px;
   font-weight: 500; 

}



.transformation-process {
   padding: 4rem 2rem;
       max-width: 1200px;
  margin:      0 auto;
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
   border-radius: 12px;
  margin-bottom :   2rem;

}


.process-header {
   text-align: center;
    margin-bottom: 3rem;
}

.process-header h2 {

   font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.process-header p
{
   color: #888;
   font-size  :    1.1rem;
}

.process-steps {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.step     {
       text-align  : center;
  padding   : 2rem 1.5rem;
    background: white;
         border-radius :      8px;
               transition: all 0.3s ease;}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-number {
	display: inline-block;
   width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
   font-size: 1.5rem;
	 font-weight: bold;
          display: flex;
                    align-items: center;
  justify-content: center;
   margin-bottom: 1rem;
}

.step h3	{
   font-size: 1.2rem;
  color    :  #1a1a1a;
   margin-bottom: 0.75rem;
    font-weight: 600;
}  

.step p     {

   color: #666;
   font-size    :     0.9rem;
  line-height   :1.6;
	


}

.why-valuecore {
  padding: 4rem 2rem;
  max-width: 1200px;
    margin: 0 auto;
}

.why-valuecore h2 {
     font-size: 2.5rem; 
	   text-align: center; 
	   margin-bottom: 3rem; 
	  color: #1a1a1a;
}

.why-content {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.why-item {
    background: white;
   padding: 2rem;
   border-radius:       12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
} 

.why-item:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.why-item h3 {
  font-size: 1.3rem;
   color: #667eea;
   margin-bottom: 1rem;
   font-weight: 600;
}

.why-item p {
   color: #666;
          font-size: 0.95rem;
	 line-height    :       1.7;
}

.cta-section {
   padding: 4rem 2rem;
    margin: 2rem auto;
    max-width: 1200px;
}

.cta-box {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 3rem 2rem;
      border-radius: 12px;
   text-align: center;
               color:        white;
     }

.cta-box h2 {
    font-size :   2.2rem;
  margin-bottom: 1rem;
  line-height   :        1.3;
}

.cta-box p {
	font-size: 1.1rem;
	margin-bottom: 2rem;
   opacity: 0.95;
}

.contact {
  padding: 4rem 2rem;
   max-width    :1200px;
  margin :     0 auto;
  background: white;
    border-radius: 12px;
}

.contact-container {

   max-width: 600px;
    margin: 0 auto;
}

.contact h2 {

	  font-size: 2.5rem;
  text-align    :   center;
   margin-bottom: 1rem;
   color: #1a1a1a;
}

.contact-intro 
 {
  text-align: center;
    color: #888;
  margin-bottom:    2rem;
               font-size :     1rem;
}


.contact-form {
	display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {


    display :     flex;
    flex-direction: column;


}

.form-group label

{

  font-weight: 600; 
   color: #1a1a1a; 
  margin-bottom:     0.5rem; 
   font-size: 0.95rem;


}

.form-group input,
.form-group select,
.form-group textarea {
       padding: 1rem;
   border: 1px solid #ddd;
   border-radius :   8px;
   font-family: inherit;
    font-size: 0.95rem;
   transition: all 0.3s ease;
}

.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 {
  padding: 1rem;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
       color: white;
       border: none;
     border-radius: 8px;
                       font-weight :  600;
     font-size: 1rem;
       cursor: pointer;
       transition: all 0.3s ease;
	
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.footer  
  {
        background: #1a1a1a;
	 color: white;
   padding: 3rem 2rem;
  margin-top: 4rem;
}

.footer-container {
   max-width: 1200px;
	margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
   gap: 3rem;
    margin-bottom: 2rem;
}

.footer-logo-section {
   align-items  :       flex-start;
  display :       flex;
}

.footer-logo {
   height: 86px;
	width: auto;
  filter: brightness(0) invert(1);
}

.footer-content {
		 display: grid;
  grid-template-columns: repeat(3, 1fr);
 gap: 2rem;
}

.footer-column h3 {

	    font-size: 1.1rem;
   margin-bottom: 1rem;
  font-weight: 600;

}


.footer-column ul {
    list-style: none;
}

.footer-column ul li{
       margin-bottom: 0.75rem;
}

.footer-column a


{
    transition: color 0.3s ease;
  text-decoration :    none;
  color: #ccc;
}

.footer-column a:hover


{
  color: #64b5f6;
}

.footer-address {
   color: #ccc;

   font-size: 0.9rem;

    line-height: 1.8;

   margin-bottom   :1rem;
}

.footer-phone a {
   color: #ccc;
   text-decoration: none;
   transition: color 0.3s ease;
}

.footer-phone a:hover {

	     color: #64b5f6;
     }

.footer-bottom {
    text-align: center;
  border-top: 1px solid #333;
  padding-top: 1.5rem;
   color: #999;
    font-size: 0.9rem;
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #1a1a1a;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }

    .nav-links.active {
        max-height: 300px;
        padding: 1rem 0;
    }

    .nav-links li {
        border-bottom: 1px solid #333;
    }

    .nav-links a {
        display: block;
        padding: 1rem 2rem;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .values-section {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .cta-box {
        padding: 2rem 1rem;
    }

    .cta-box h2 {
        font-size: 1.5rem;
    }

    .contact {
        padding: 2rem 1rem;
    }

    .services-overview {
        padding: 2rem 1rem;
    }

    .coaching-approach {
        padding: 2rem 1rem;
    }

    .transformation-process {
        padding: 2rem 1rem;
    }

    .why-valuecore {
        padding: 2rem 1rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .cta-button {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .footer-logo {
        height: 70px;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem;
   text-align: center;
  color     :    white;
   margin-top: 0;
}

.services-hero-content h1 {
   font-size: 3.5rem;
   margin-bottom: 1rem;
         font-weight: 700;
  line-height: 1.2;
}

.services-hero-content p {
    font-size     :    1.2rem;
  opacity: 0.95;
	max-width: 700px;
  margin: 0 auto;
}

.services-container {
   max-width: 1200px;
	 padding: 0 2rem;
   margin: 0 auto;
}

.service-detail-block {
  padding: 4rem 0;
   	border-bottom: 1px solid #e8ecf1;
}


.service-detail-block:last-child	{
    border-bottom: none;
}

.service-detail-block.alternate {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    margin: 0 -2rem;
    padding: 4rem 2rem;
}

.service-detail-header
{
   margin-bottom: 2rem;
}

.service-detail-header h2 {
    font-size :       2.2rem;
    color: #1a1a1a;
    font-weight: 700;
}

.service-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
                    gap :     3rem;
    align-items: center;
}

.service-detail-block.alternate .service-detail-content {
      grid-template-columns: 1fr 1fr;
}

.service-detail-block.alternate .service-detail-image {
    order: 2;


}

.service-detail-block.alternate .service-detail-text {
     order: 1;
}

.service-detail-image {
    width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-detail-image img {
    width: 100%;
    height: auto;
  display: block;
}



.service-detail-text h3    {
   font-size: 1.8rem;
 color: #1a1a1a;
   margin-bottom: 1.5rem;
  font-weight: 600; 
	
}



.service-detail-text p {
	 color: #666;
  font-size:   1rem;
      line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-features {
      background: white;
    padding: 1.5rem;
    border-radius:     8px;
  margin-bottom: 1.5rem;
  border-left: 4px solid #667eea;
	}

.service-features h4 {
    font-size: 1.1rem;
	color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 600;
}

.service-features ul {
  list-style: none;
}

.service-features li {
  color: #666;
   padding: 0.5rem 0;
    padding-left: 1.5rem;
  position: relative; 
	
}

.service-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
    color: #667eea;
    font-weight: bold;
}

.service-details-info {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
		 color:  white; 
	  padding    :1.5rem; 
	 border-radius: 8px;


}

.service-details-info p {

  color: white; 
   margin-bottom: 0.75rem; 
   font-size: 0.95rem;


}

.service-details-info p:last-child {
  margin-bottom: 0;
}

.service-comparison
{
    padding: 4rem 2rem;
         max-width: 1200px;
  margin: 0 auto;
   background: white;
   border-radius: 12px;
	margin-bottom: 2rem;
}

.service-comparison h2 {
      font-size: 2.5rem;
   text-align: center;
    margin-bottom: 3rem;
 color: #1a1a1a;
}

.comparison-table {
  display: flex;
    flex-direction   :    column;
 gap: 0;
	 border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.comparison-row {
   display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
      border-bottom     :      1px solid #e8ecf1;
}

.comparison-row:last-child  {


   border-bottom     : none;
	}

.comparison-row.header-row {
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color   :white;
}

.comparison-row.header-row .comparison-cell {
  font-weight: 600;
  color: white;


}

.comparison-row:nth-child(even):not(.header-row){
  background:        #f5f7fa; 
	
}

.comparison-cell {
    text-align: left;
    color: #1a1a1a;
    padding  :       1.5rem;
}

.service-packages


{
	 padding: 4rem 2rem;
               max-width: 1200px;
   margin    :    0 auto;
	
}

.service-packages h2 {
    color: #1a1a1a;
  margin-bottom: 3rem;
 font-size: 2.5rem;
  text-align: center;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap :    2rem;
}

.package-card {
    background: white;
  border: 2px solid #e8ecf1;
   border-radius: 12px;
   padding: 2rem;
    transition: all 0.3s ease;
	position: relative;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: #667eea;
}

.package-card.featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
  transform: scale(1.05); 
	
}

.package-card.featured:hover {

	  transform: scale(1.05) translateY(-8px);
	}

.package-badge {
    position: absolute;

	   top: -12px;

	     right  :  20px;

	  background: #f39c12;

	    color: white;

	       padding     : 0.5rem 1rem;

	  border-radius: 20px;

	    font-size :   0.85rem;

	  font-weight: 600;
}

.package-card h3 {
    font-size: 1.8rem;
   margin-bottom     :    0.5rem;
  font-weight: 600;
}

.package-card.featured h3 
 {
   color: white;
}

.package-subtitle {
  color: #888;
   font-size: 0.95rem;
    margin-bottom     :      1.5rem;
}

.package-card.featured .package-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.package-features ul {
  list-style: none;
}

.package-features li	{
  padding  :      0.75rem 0;
   color: #666;
    border-bottom:    1px solid #e8ecf1;
    padding-left   :     1.5rem;
			position: relative;
}

.package-card.featured .package-features li {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.package-features li:before {
  content: "✓";
    position: absolute;
                    left: 0;
	 color: #667eea;
    font-weight: bold;
}

.package-card.featured .package-features li:before {
  color: #fff;
}

.package-features li:last-child {
   border-bottom: none;
}

.testimonials-section {
   padding :       4rem 2rem;
    max-width: 1200px;
   margin: 0 auto;
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
   border-radius: 12px;
   margin-bottom: 2rem;
}

.testimonials-section h2 {
   font-size: 2.5rem;
   text-align  :center;
  margin-bottom: 3rem;
    color :        #1a1a1a; 
	
}

.testimonials-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.testimonial-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;

}

.testimonial-card:hover 
 {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.2);
}

.testimonial-text {
          font-size: 1rem;
   color: #666;
  font-style: italic;
  margin-bottom: 1.5rem;
    line-height     :      1.8;
}

.testimonial-author {
   font-weight: 600;
  color    :   #667eea;
  font-size: 0.95rem;
}

.next-steps {
   padding: 4rem 2rem;
   max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.next-steps-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 padding    :        3rem 2rem;
    border-radius: 12px;
  text-align :        center;
    color: white;
}

.next-steps-box h2 {
  font-size: 2.2rem;
   margin-bottom: 1rem;
   line-height: 1.3;
}

.next-steps-box p {
  font-size: 1.1rem;
    margin-bottom: 2rem;
   opacity: 0.95;
}

.thank-you-section {
    padding: 4rem 2rem;
	max-width: 800px;
    margin: 0 auto;
   min-height: 60vh;
    display: flex;
   align-items: center; 
	
}

.thank-you-container {
  width: 100%;
    background: white;
   padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
               text-align: center;
}

.thank-you-icon   {
    width: 100px;
  height    :     100px;
          margin: 0 auto 2rem;
    animation: scaleIn 0.5s ease-out;}

.thank-you-icon svg {
    width     :     100%;
  height: 100%;
  filter: drop-shadow(0 2px 8px rgba(102, 126, 234, 0.3));
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thank-you-container h1 {
  font-size: 2.8rem;
  color   :     #1a1a1a;
    margin-bottom: 0.5rem;
   font-weight: 700;
}

.thank-you-subtitle {
    font-size: 1.3rem;
  color: #667eea;
    margin-bottom: 2rem;
    font-weight: 500; 

}

.thank-you-content {
  text-align: left;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  padding: 2rem;
    border-radius: 8px;
   border-left: 4px solid #667eea;
}

.thank-you-content > p:first-child {

	       font-size: 1.05rem; 
	         color: #666; 
	    line-height: 1.8; 
	  margin-bottom: 2rem;

}

.next-steps-info h2 {
    color: #1a1a1a;
  text-align: left;
   font-size    :       1.5rem;
   margin-bottom: 1.5rem;
}

.steps-list {


    display: flex;
    flex-direction: column;
    gap: 1.5rem;


}

.step-item {
    display: flex;
	gap: 1.5rem;
    text-align: left;

}

.step-num {
	 display :    flex;
    align-items: center;
   justify-content   :      center;
    width:  50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
   border-radius: 50%;
	font-weight: bold;
   font-size: 1.3rem;
  flex-shrink: 0;
}

.step-text h3 {
  font-size: 1.1rem;
   color    :     #1a1a1a;
        margin-bottom: 0.5rem;
      font-weight:  600;
}

.step-text p {
  color: #666;
    font-size: 0.95rem;
  line-height: 1.6;
	 margin: 0;
}

.contact-assistance {
   background: #fff3e0;
	padding    : 1.5rem;
               border-radius: 8px;
  margin-top :  1.5rem;
    border-left:  4px solid #f39c12;
}

.contact-assistance p {
	  color: #1a1a1a;
   font-size:        0.95rem;
	 margin-bottom: 0.5rem;
     }

.contact-assistance p:first-child {
	margin-bottom: 1rem;
   font-weight: 600;
}

.contact-assistance a {

	  color: #667eea;
  text-decoration: none;
  font-weight: 600;
   transition: color 0.3s ease;
	}

.contact-assistance a:hover {
  color: #764ba2;
}

.explore-section {
  text-align: center; 
	  padding-top: 2rem; 
	  border-top: 1px solid #e8ecf1;
}

.explore-section h2 {
    font-size: 1.5rem;
   color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.explore-section > p {
		color: #888;
	margin-bottom     :2rem;
}

.explore-buttons {
    display: flex;
		 gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.explore-btn {
  display: inline-block;
    padding: 1rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
    font-weight: 600;
   transition: all 0.3s ease;
    border: 2px solid transparent;
}

.explore-btn:hover {
	  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);

}

.explore-btn.secondary {

	    background  :  white;
	   color:        #667eea;
	   border-color    :     #667eea;



}

.explore-btn.secondary:hover {
  background:        #f5f7fa;
}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .service-detail-content {
        grid-template-columns: 1fr;
    }

    .service-detail-block.alternate .service-detail-content {
        grid-template-columns: 1fr;
    }

    .service-detail-block.alternate .service-detail-image {
        order: 1;
    }

    .service-detail-block.alternate .service-detail-text {
        order: 2;
    }

    .service-detail-text h3 {
        font-size: 1.4rem;
    }

    .comparison-row {
        grid-template-columns: 1fr;
    }

    .comparison-cell {
        padding: 1rem;
        border-bottom: 1px solid #e8ecf1;
    }

    .comparison-row.header-row .comparison-cell {
        display: none;
    }

    .comparison-row.header-row .comparison-cell:first-child {
        display: block;
    }

    .packages-grid {
        grid-template-columns: 1fr;
    }

    .package-card.featured {
        transform: scale(1);
    }

    .package-card.featured:hover {
        transform: translateY(-8px);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .thank-you-container {
        padding: 2rem;
    }

    .thank-you-container h1 {
        font-size: 2rem;
    }

    .thank-you-subtitle {
        font-size: 1.1rem;
    }

    .step-item {
        gap: 1rem;
    }

    .step-num {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .explore-buttons {
        flex-direction: column;
    }

    .explore-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 3rem 1rem;
    }

    .services-hero-content h1 {
        font-size: 1.5rem;
    }

    .service-detail-header h2 {
        font-size: 1.5rem;
    }

    .service-detail-block {
        padding: 2rem 0;
    }

    .service-detail-block.alternate {
        margin: 0 -1rem;
        padding: 2rem 1rem;
    }

    .service-detail-text h3 {
        font-size: 1.2rem;
    }

    .service-comparison {
        padding: 2rem 1rem;
    }

    .service-packages {
        padding: 2rem 1rem;
    }

    .thank-you-section {
        padding: 2rem 1rem;
        min-height: auto;
    }

    .thank-you-container {
        padding: 1.5rem;
    }

    .steps-list {
        gap: 1rem;
    }
}.policySection {
   	 padding: 80px 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  min-height: calc(100vh - 400px);

}

.policyContainer {
    max-width: 900px;
  margin: 0 auto;
   text-align: left;
}

.policyContainer h1 {


   font-size: 3rem;
    color: #1a1a1a;
   margin-bottom: 2rem;
   font-weight: 700;
  line-height: 1.2;
     }

.policyContainer h2 {
    margin-bottom: 1.5rem;
  border-bottom: 2px solid #667eea;
 margin-top: 2.5rem;
    font-weight: 600;
			color: #2c3e50;
    font-size: 1.8rem;
    padding-bottom: 0.75rem;
}  

.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;

}@media (max-width: 1024px) {
    .policySection {
        padding: 60px 2rem;
    }

    .policyContainer h1 {
        font-size: 2.5rem;
    }

    .policyContainer h2 {
        font-size: 1.6rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
    }
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1.5rem;
        min-height: calc(100vh - 350px);
    }

    .policyContainer {
        max-width: 100%;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 1.25rem;
        padding-bottom: 0.5rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 1.25rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
        min-height: auto;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1.25rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
}