* {
   margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
   scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #2c3e50;
  background-color: #fafbfc;
   line-height: 1.6;
}

.container-wide {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
}

.section-intro {
  font-size: 18px;
  color: #555;
    margin-bottom: 40px;
                    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #1a2332;
    font-weight: 600;
  margin-bottom: 20px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size    :       36px;
     text-align: center;
   margin-bottom: 15px;
}

h3 {
   font-size: 22px;
}

p {
    font-size: 16px;
    line-height: 1.7;
  margin-bottom: 15px;
}

a {
   color: #2980b9;
    text-decoration: none;
}

a:hover {
  color: #3498db;
}

.btn-primary, .btn-secondary, .btn-cta, .btn-submit
{
   display: inline-block;
          padding: 14px 32px;
    border: none;
    border-radius: 8px;
  font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  transition: all 0.3s ease;
   text-decoration: none;
}


.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}



.btn-primary:hover {

	  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);




}

.btn-secondary {
  background-color     :    #1abc9c;
    color: white;
}

.btn-secondary:hover {
	    background-color: #16a085;
  transform: translateY(-2px);
     }

.btn-cta    {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
     color: white;
  font-size   : 18px;
  padding: 16px 40px;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(245, 87, 108, 0.3);
}

.btn-submit {
    background-color: #2980b9;
   color: white;
	width:  100%;
    padding: 16px;
}

.btn-submit:hover {

	   background-color :  #3498db;
     }

.hero-section {
  display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
  gap: 60px;
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-content h1 {
          margin-bottom     :20px;
   font-size: 48px;
}

.hero-subtitle    {
    font-size: 20px;
    color: #555;
   margin-bottom: 30px;
}

.img-hero {
   width: 100%;
   border-radius: 12px;
  object-fit: cover;
}@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr;
        padding: 50px 0;
        gap: 30px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
}.why-section {
    padding: 80px 0;
}
/* Performance critical */

	/* Performance critical */
.features-grid {
    display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  gap: 30px;
	    margin-top: 50px;
}

.feature-card {
   background: white;
    padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
   border-left: 4px solid #667eea;
}
	/* Legacy code */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Utility classes */

.feature-number {
   font-size: 48px;
   font-weight: 700;
   color: #667eea;
  margin-bottom: 15px;
}

.feature-card h3 {

  margin-bottom: 15px;
    color: #1a2332;

}

.coaching-section {
  padding: 80px 0;
   background-color: white;
}

.coaching-content

{
    display: grid;
        grid-template-columns: 1fr 1fr;
   align-items: center;
    gap: 50px;
}

.coaching-text h2 {
  text-align: left;
  margin-bottom: 20px;
}

.coaching-text p {
   margin-bottom: 20px;
}

.section-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 768px) {
    .coaching-content {
        grid-template-columns: 1fr;
    }
}.webinar-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   color   :        white;
}

.webinar-section h2,
.webinar-section .section-intro {
  color: white;
}

.webinar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
    margin-top: 50px;
} 

.webinar-card {
  background: rgba(255, 255, 255, 0.95);
   padding: 35px;
  border-radius: 10px;
   color: #2c3e50;
	transition: all 0.3s ease;
}

.webinar-card:hover 
 {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.webinar-tag {
    display:     inline-block;
     background-color: #667eea;
   color: white;
   padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
    font-weight: 600;
	margin-bottom: 15px;
}

.webinar-card h3 {


   color: #1a2332;
   margin-bottom  :        15px;}

.webinar-duration {
   display: block;
  margin-top: 20px;
 font-size :    13px;
   color  :   #999;
    font-weight: 600;
}

.energy-section {
  padding: 80px 0;
}

.energy-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
   align-items: center;
   gap: 50px;
}

.energy-text h2 {
   text-align: left;
    margin-bottom: 20px;
}

.energy-list {
    list-style  :none;
   margin     :    30px 0;
}

.energy-list li {
	padding: 12px 0 12px 35px;
  position: relative;
	font-size    : 16px;

}

.energy-list li:before {
     content: "✓";
    position: absolute;
   left: 0;
  color: #1abc9c;
  font-weight    :   bold;
  font-size: 20px;}@media (max-width: 768px) {
    .energy-layout {
        grid-template-columns: 1fr;
    }
}.mentor-section

{
   padding: 80px 0;
       background-color: #f8f9fa;
}

.mentor-content {
       display: grid;
   grid-template-columns: 1fr 1fr;
        align-items: center;
   gap: 50px;
}

.mentor-text h2 {
	 text-align: left;
    margin-bottom: 20px;
}

.mentor-benefits {
    display: grid;

  grid-template-columns: 1fr;

   gap: 20px;

  margin-top: 30px;
}

.benefit-item {
  background: white;
    padding: 25px;
    border-radius: 8px;
		border-left: 4px solid #1abc9c;
}

.benefit-item strong {
    color :  #1a2332;
   font-size: 18px;
}

.benefit-item p {
    margin-top: 8px;
  color: #666;
  font-size:    15px;
}@media (max-width: 768px) {
    .mentor-content {
        grid-template-columns: 1fr;
    }
}.workshop-section {
	padding: 80px 0;
    background-color: white;
}

.workshop-grid {
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
   margin-top: 50px;
}

.workshop-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	padding: 40px;
  border-radius: 10px;
    transition :   all 0.3s ease;
  border-top: 4px solid #667eea;
}

.workshop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);


}

.workshop-header     {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
    margin-bottom: 20px;
}

.workshop-card h3 {
          color: #1a2332;
    margin: 0;
}

.workshop-badge {
  background-color: #667eea;
    color: white;
  padding: 6px 14px;
   border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
  white-space: nowrap;
}

.workshop-meta {
  margin-top: 25px;
   padding-top   :      20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
   font-size: 14px;
		color: #666;
    font-weight: 600;
} 

.wellness-section {
	 padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.wellness-content {
	display  :       grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  gap: 50px;
	
}

.wellness-text h2 {
   color: white;
  text-align: left;
   margin-bottom: 20px;

}

.wellness-text p {
  color: rgba(255, 255, 255, 0.95);
}@media (max-width: 768px) {
    .wellness-content {
        grid-template-columns: 1fr;
    }
}.approach-section {


  padding: 80px 0;
  background-color   :  white;


}

.approach-steps {

    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 60px;

}

.step {

  text-align: center;
       padding: 30px 20px;
               position: relative;
     }

.step-circle {
  width: 70px;
    height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size    :      32px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.step h3 {

  margin-bottom: 15px;

  text-align: center;

}

.step p {
  font-size: 15px; 
	   color: #666; 
	   text-align    :   center;
	
}

.testimonial-section {


   padding: 80px 0;
       background-color: #f8f9fa;}

.testimonial-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 30px;
   margin-top: 50px;
}

.testimonial-card   {
    background: white;
   padding: 35px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

}

.testimonial-text {


          font-size: 16px;
    line-height: 1.8;
   color: #333;
   margin-bottom: 25px;
   font-style     :      italic;

}

.testimonial-author
{
	display: flex;
   flex-direction: column;
}

.testimonial-author strong {
    color: #1a2332;
  margin-bottom: 5px;
  font-size :     16px;
}

.testimonial-author span {
    color   :#999;
  font-size: 14px;
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   color: white;
   text-align: center;
}

.cta-section h2 {
     color: white;
    margin-bottom: 20px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.95);
	font-size: 18px;
    margin-bottom: 40px;
               max-width: 600px;
  margin-left: auto;
               margin-right: auto;
}

.contact-section {
                    background-color: white;
    padding: 80px 0;
}

.contact-wrapper {
    display     :  grid;
    grid-template-columns: 2fr 1fr;
 gap  :       60px;
   margin-top: 50px;
}

.contact-form {
  display: flex;
    flex-direction: column;
	gap: 25px;
}

.form-group {
	 display     :flex;
  flex-direction: column;
}

.form-group label {
    font-weight: 600;
  color: #1a2332;
	margin-bottom: 8px;
    font-size   : 14px;
}

.form-group input,
.form-group select,
.form-group textarea {

	padding: 14px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-family: inherit;
   font-size: 16px;
  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 4px rgba(102, 126, 234, 0.1);
}

.contact-info {
  display: flex;
   flex-direction: column; 
	
}

.contact-info h3 {
   margin-bottom: 30px;
    text-align: left;
}

.info-item {
  margin-bottom: 35px;
}

.info-item strong

{
  color: #1a2332;
  display: block;
    margin-bottom: 10px;
}

.info-item p {
  color :  #666;
    font-size: 15px;
  margin     : 0;


}

.info-location {
   padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
   margin-top   :       30px;
}

.info-location p {
     color: #555;
  margin: 0;
}@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}.footer		{
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
   color: white;
    padding: 60px 0 30px;
    margin-top: 80px; 

}

.footer-container
{
  max-width: 1200px;
    margin: 0 auto;
  padding :        0 20px;
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr;
    gap: 60px;
	 margin-bottom: 40px;
   align-items: flex-start;
}

.footer-logo-section {
    display: flex;
   align-items: center;
}

.footer-logo{
  height:    136px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-content {
  display :  grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.footer-col h4 {
                    color: white;
   margin-bottom: 20px;
    font-size: 16px;

}

.footer-links {
  list-style: none;
}

.footer-links li {
   margin-bottom: 12px;
}

.footer-links a {
	  color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;


}

.footer-links a:hover {
  color: #667eea;
}

.footer-contact 
 {
  color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
   margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding-top: 30px;
 text-align: center;
  color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
}@media (max-width: 768px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-logo {
        height: 100px;
    }
}@media (max-width: 480px) {
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    p {
        font-size: 15px;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .approach-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}.services-hero {
    height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   display: flex;
  align-items: center;
   justify-content: center;
    color: white;
    text-align: center;
          position :       relative;
    overflow: hidden;
}

.hero-overlay {
  z-index: 1;
   max-width: 600px;
   padding :     20px;
}

.services-hero h1 {
    color: white;
    font-size: 52px;
    margin-bottom: 15px;
}  

.services-hero p	{
  color: rgba(255, 255, 255, 0.95);

   font-size: 20px;
}

.services-intro {
    padding: 60px 0;
  background-color: white;
}

.service-detail-section {
  padding: 80px 0;
   background-color: white;
}

.service-detail-section.alt-bg {
    background-color: #f8f9fa;
}

.service-item {
     display     :      grid;
	grid-template-columns: 1fr 1fr;
   gap: 60px;
   align-items: center;
}

.service-item.reverse  
  {
   grid-template-columns: 1fr 1fr;
  direction: rtl;
}


.service-item.reverse > * {
    direction: ltr;


}

.service-image-left,
.service-image-right {
   display: flex;
    align-items     : center;
}

.service-img {
    width     :   100%;
   border-radius: 12px;
  object-fit: cover;
}

.service-content-right,
.service-content-left {
	 padding: 20px;
}

.service-content-right h2,
.service-content-left h2 {
   text-align: left;
   margin-bottom: 20px;
}

.service-highlight {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
}

.service-highlight h3 {
   margin-bottom:    20px;
    color: #1a2332;
}

.service-list {
    list-style: none;
  padding: 0;
}

.service-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    color    :    #333;
  font-size: 15px;
}

.service-list li:before {
  content: "▸";
    position    :        absolute;
    left: 0;
     color: #667eea;
   font-weight: bold;
  font-size: 18px;
}

.service-details-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.detail-box {
   background: white;
   padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #1abc9c;
               text-align: center;


}

.detail-box strong {
      color: #1a2332;
    font-size: 16px;
   display: block;
   margin-bottom: 10px;

}

.detail-box p {
          color: #666;
    font-size  :  15px;
   margin: 0;
}

.service-description


{
       margin-top: 30px;
    padding: 20px;
  background-color: rgba(102, 126, 234, 0.05);
	border-left: 4px solid #667eea;
  font-size: 16px;
   color: #333;
}@media (max-width: 768px) {
    .service-item,
    .service-item.reverse {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-item.reverse {
        direction: ltr;
    }

    .service-details-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .services-hero h1 {
        font-size: 36px;
    }
}.pricing-section {
   padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.pricing-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 30px;
  margin-top: 50px;
}

.pricing-card {
  background: white;
   padding :  40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
  display: flex;
   flex-direction :        column;
    position: relative;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
   border: 2px solid #667eea;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.pricing-card.featured:hover  
  {
  transform: translateY(-8px) scale(1.05);
}

.featured-badge {
  position: absolute;
  top: -15px;
    right: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
	padding: 8px 20px;
   border-radius  : 20px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-card h3 {
    color: #1a2332;
    margin-bottom: 20px;
  text-align: left;
}

.price-tag {
    margin: 20px 0 30px;
   display: flex;
  align-items: baseline;
    gap: 8px;
}

.price-value {
   font-size: 42px;
    font-weight: 700;
   color: #667eea;
}

.price-unit {
    font-size: 14px;

	    color: #999;
}

.pricing-features {
   list-style: none;
	    padding: 0;
	   margin-bottom: 30px;
	    flex-grow :       1;
}

.pricing-features li {
   padding: 12px 0 12px 30px;
  position: relative;
    color: #555;
    font-size: 15px;
}

.pricing-features li:before {
  content: "✓";
     position: absolute;
      left: 0;
      color: #1abc9c;
      font-weight: bold;
       font-size     :18px;
}

.btn-pricing {
    border-radius: 8px;
   display: inline-block;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
    padding: 14px 28px;
   background-color: #667eea;
}

.btn-pricing:hover {


   background-color: #764ba2;

  transform: translateY(-2px); 
	
     }

.faq-section {
  padding: 80px 0;
  background-color: white;
}

.faq-container {
   max-width: 900px;
   margin: 0 auto;
   margin-top: 50px;
}

.faq-item {
   margin-bottom: 15px;
   border-radius :8px;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question{
    width: 100%;
   padding: 25px;
    background-color: #f8f9fa;
  border: none;
   text-align: left;
  font-size: 16px;
    font-weight: 600;
  color: #1a2332;
    cursor  :pointer;
     display: flex;
  justify-content: space-between;
   align-items: center;
  transition    :        all 0.3s ease;
}

.faq-question:hover {
   background-color: #e8eef5;
}

.faq-icon {

	   font-size: 24px;

	  color: #667eea;

	      font-weight: bold;

	   transition: all 0.3s ease; 


}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer{
  max-height: 0;
   -webkit-transition: max-height 0.3s ease;
  overflow: hidden;
  -o-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
	background: white;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer{
  max-height: 500px; 
	
}

.faq-answer p {
   padding: 25px;
    color: #555;
    font-size: 15px;
  line-height: 1.8;
}

.why-choose-us {
   padding: 80px 0;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   color: white;
     }

.why-choose-us h2 
 {
    color: white;
}

.reasons-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
   margin-top: 50px;
     }

.reason-card     {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
   border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.reason-card:hover    {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
}

.reason-icon-box {
    font-size: 42px;
   font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
 margin-bottom: 20px;
}

.reason-card h3 {
   margin-bottom: 15px;
  color: white;
} 

.reason-card p {
  color: rgba(255, 255, 255, 0.9);
   font-size: 15px;
}

.cta-final {
   padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
        text-align: center;
}

.cta-final h2 {
    color: white;
    margin-bottom: 20px;
}

.cta-final p {
  color: rgba(255, 255, 255, 0.95);
   font-size     :   18px;
	margin-bottom: 40px;
}

.thank-you-section {
       padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
   min-height: 100vh;
}

.thank-you-container {
    max-width: 800px;
   margin: 0 auto;
  background: white;
    padding: 60px 40px;
    border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
	}

.success-icon-box {
   width: 120px;
  height: 120px;
   margin:       0 auto 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
      color: white;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.thank-you-section h1 {
    font-size: 42px;
    color: #1a2332;
    margin-bottom: 15px;
} 

.thank-you-subtitle {
   font-size: 20px;
    color: #666;
   margin-bottom: 40px;
     }

.thank-you-content {
  text-align: left;
}

.thank-you-content > p {
   font-size: 16px;
   color: #555;
    margin-bottom   :       30px;
   line-height: 1.8;
}

.next-steps-box {


  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   color: white;
   padding: 40px;
   border-radius: 12px;
   margin: 40px 0;}

.next-steps-box h2 {
       color: white;
          text-align: left;
       margin-bottom: 30px;
}

.steps-list		{
     display: grid;
   grid-template-columns: 1fr;
       gap    :  25px;
}

.step-item {
   display: grid;
  grid-template-columns: 70px 1fr;
    gap: 20px;
   align-items: flex-start; 

}

.step-number {
  width: 70px;
    height: 70px;
  background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
   display: flex;
  align-items: center;
    justify-content: center;
    font-size: 28px;
  font-weight :       700;
   color    :    white;
   flex-shrink: 0;
}

.step-content h3 {
   color: white;
    text-align: left;
   margin-bottom: 8px;
}

.step-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
   text-align: left;
}

.contact-details-box {
    background   : #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
	border-left: 4px solid #667eea;


}

.contact-details-box h2 {
  text-align: left;
    margin-bottom :  25px;
  font-size: 24px;
}

.data-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.data-item {
  text-align: left;
}

.data-item strong {
       display: block;
   color:  #1a2332;
	 margin-bottom: 8px;
   font-weight: 600;


}

.data-item p {
    color: #666;
  margin: 0;
}

.faq-info-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
   padding: 40px;
   border-radius: 12px;
   margin: 40px 0;
   text-align: center;
}

.faq-info-box h2   {
	    color: white;
  text-align: center;
   margin-bottom:   15px;
     }

.faq-info-box p {
  color: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
}

.social-proof-box{
    border: 2px solid #e0e0e0;
  margin: 40px 0;
  padding: 35px;
   background: white;
  border-radius: 10px;
}

.social-proof-box h3 {
    text-align: left;
    color: #1a2332;
  margin-bottom: 20px;
}

.proof-list {

	  list-style: none;
  padding: 0;
    text-align: left;

}

.proof-list li {
   padding: 12px 0 12px 35px;
  position: relative;
    color: #555;
   font-size: 15px;
}

.proof-list li:before {
  content: "✓";
   position: absolute;
    left: 0;
    color: #1abc9c;
  font-weight: bold;
		 font-size: 18px;
}

.cta-alternative     {
    background: #f8f9fa;
  padding: 40px;
   border-radius: 10px;
  margin: 40px 0;
    text-align: center;
}

.cta-alternative h2 {

  margin-bottom: 15px;

	    text-align: center;
	}

.cta-alternative p {
  color: #666;
   margin-bottom: 25px;
}@media (max-width: 768px) {
    .service-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-details-grid {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-8px) scale(1);
    }

    .thank-you-container {
        padding: 40px 20px;
    }

    .steps-list {
        grid-template-columns: 1fr;
    }

    .data-grid {
        grid-template-columns: 1fr;
    }

    .reason-card {
        padding: 30px 20px;
    }
}.policySection {
	   padding: 80px 2rem;
   background: #f8f9fa;
    min-height: 70vh; 
	
	}

.policyContainer {
	max-width: 800px;
   margin: 0 auto;
    text-align: left;
}

.policyContainer h1 {
	font-size: 2.8rem;
    color: #1a2332;
  margin-bottom   :        2rem;
   font-weight: 700;
	 border-bottom: 3px solid #667eea;
   padding-bottom: 1rem;
}

.policyContainer h2 {
  font-size: 2rem;
    color: #2c3e50;
  margin-top: 2.5rem;
    margin-bottom: 1.5rem;
	font-weight: 600;
  color: #667eea;
}

.policyContainer p {
    color     : #555;
    margin-bottom: 1.5rem;
    line-height: 1.8;
   font-size: 1.05rem;
    text-align:        justify;
}

.policyContainer strong {
    color: #1a2332;
   font-weight: 600;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
    }

    .policyContainer h1 {
        font-size: 1.8rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
    }
}* {
    margin:      0;
  padding: 0;
  box-sizing  :    border-box;
}

body {
	  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

.navbar {
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    position: sticky;
  top: 0;
  z-index: 1000;
   transition     :all 0.3s ease; 

}

.nav-container {
	max-width: 1200px;
	margin: 0 auto;
  padding: 0 20px;
        display     :flex;
   justify-content: space-between;
  align-items: center;
  height :   80px;
}

.nav-brand {
  display: flex;
	align-items: center;
    flex-shrink: 0;
}



.nav-logo {
    height: 60px;
  -o-transition: transform 0.3s ease;
      width: auto;
   transition: transform 0.3s ease;
   -moz-transition: transform 0.3s ease; 
	
}

.nav-logo:hover {
	  transform: scale(1.05);
     }

.nav-burger {
    display: none;
  flex-direction:      column;
   background: none;
    border: none;
   cursor: pointer;
  gap: 6px;
   padding: 8px;
}

.burger-line {
   width: 25px;
  height: 3px;
   background-color: white;
  border-radius: 2px;
   transition: all 0.3s ease;
}

.nav-burger.active .burger-line:nth-child(1)    {
  transform: rotate(45deg) translate(10px, 10px);
}

.nav-burger.active .burger-line:nth-child(2) {
  opacity: 0;
}

.nav-burger.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.nav-menu {
     align-items  : center;
	gap: 40px;
    list-style: none;
  display: flex;

}

.nav-menu li {
    position: relative;
}  

.nav-link {
  color: rgba(255, 255, 255, 0.85);

    text-decoration: none;

               font-size: 16px;

  font-weight: 500;

   transition  :all 0.3s ease;

  padding: 8px 0;

  display: block;

   position   : relative;
}

.nav-link:hover {
   color: white;
}

.nav-link::after {
  content: '';
  position: absolute;
    bottom: 0;
   left: 0;
	width: 0;
    height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}@media (max-width: 768px) {
    .nav-burger {
        display: flex;
    }

    .nav-container {
        height: 70px;
    }

    .nav-logo {
        height: 50px;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #1a252f 0%, #0f1621 100%);
        flex-direction: column;
        gap: 0;
        padding: 20px 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
    }

    .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link::after {
        display: none;
    }

    .nav-link:active {
        background-color: rgba(102, 126, 234, 0.15);
        color: #667eea;
    }
}

@media (max-width: 480px) {
    .nav-container {
        height: 60px;
        padding: 0 15px;
    }

    .nav-logo {
        height: 45px;
    }

    .nav-menu {
        top: 60px;
    }

    .nav-link {
        font-size: 15px;
    }

    .burger-line {
        width: 22px;
        height: 2.5px;
    }
}html {
    overflow-x: hidden;
}