* {
  margin: 0;
     padding: 0;
  box-sizing:     border-box;
}

html {
  scroll-behavior: smooth;
}

body {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   color: #2c3e50;
  line-height: 1.6;
    background-color: #f8f9fa;

}

.navbar {
  background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);

	    padding    :  1rem 0;

	  position: sticky;

		 top: 0;

	   z-index: 1000;

	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-container {
  max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
  display: flex;
       justify-content: space-between;
    align-items: center;
}

.logo-section {
                    flex-shrink: 0;
}

.nav-logo {
  height    :    64px;
   width: auto;
  filter: brightness(0) invert(1);
}

.nav-menu {
  display: flex;
  list-style: none;
	gap     :    2rem;
}

.nav-menu a

{
  color: #ffffff;
  text-decoration:    none;
   font-weight: 500;
  transition: color 0.3s ease;
  font-size: 1rem;
}



.nav-menu a:hover {
    color: #4ecdc4;
}

.burger-menu {
  display: none;
  flex-direction: column;
   cursor: pointer;
    gap: 0.5rem;
}

.burger-line {
    width: 25px;
   height: 3px;
    background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.hero {
         max-width:       1200px;
  margin     :0 auto;
  padding: 80px 20px;
    display   :        grid;
   grid-template-columns: 1fr 1fr;
    gap: 3rem;
         align-items: center;
}

.hero-content h1 {
   font-size: 3rem;
   color: #1a3a3a;
   margin-bottom: 1rem;
   line-height  :  1.2;
     font-weight: 700;
}

.hero-subtitle {
       font-size  :      1.1rem;
	color     :   #555;
   margin-bottom: 2rem;
  line-height: 1.8;}

.cta-button     {
  display: inline-block;
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
  color   :  white;
	 padding: 14px 32px;
  text-decoration: none;
    border-radius: 6px;
	font-weight: 600;
    transition: all 0.3s ease;
    border: none;
 cursor: pointer;
  font-size: 1rem;
}

.cta-button:hover {
  transform: translateY(-2px);

	  box-shadow: 0 8px 16px rgba(78, 205, 196, 0.3);
}

.hero-image img {
  width: 100%;
       height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-intro {
  background-color: #ffffff;
   padding    :   80px 20px;
    max-width: 1200px;
	margin :    0 auto;
}

.services-intro h2 {

  font-size : 2.2rem;
	 color    :  #1a3a3a;
    margin-bottom: 3rem;
    text-align :        center;




}

.services-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;


}

.service-card {
				 background     :       #f0f7f6;
         padding: 2rem;
   border-radius: 10px;
    border-left: 4px solid #4ecdc4;
   transition  :      all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(78, 205, 196, 0.15);
}

.service-card h3 
 {
	font-size: 1.3rem;
   color: #1a3a3a;
  margin-bottom:    1rem; 

}

.service-card p {
	   color: #555;
   line-height: 1.8;
	}

.expertise-section {

  background: linear-gradient(135deg, #f0f7f6 0%, #e8f3f1 100%);
   padding: 80px 20px;
    max-width :        1200px;
    margin: 0 auto;}

.expertise-section h2 {

   font-size: 2.2rem;
  color  :      #1a3a3a;
   margin-bottom: 3rem;
      text-align: center;}

.expertise-wrapper {
   display: grid;
   grid-template-columns    :    1fr 1fr;
    gap: 3rem;
   align-items: center;
}

.expertise-image img {
    width: 100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.expertise-text h3 {
  font-size: 1.8rem;
    color: #1a3a3a;
  margin-bottom: 1rem;
}

.expertise-text p {
    line-height: 1.8;
   margin-bottom: 1.5rem;
  color: #555;
}

.expertise-list {
 list-style: none; 
	  margin-top     :   1.5rem;
}

.expertise-list li {
  color: #555;
  padding: 0.5rem 0;
    padding-left: 1.5rem;
   position     :       relative;
}

.expertise-list li:before {
  content: "✓";
    position: absolute;
    left: 0;
  color   :        #4ecdc4;
    font-weight: bold;
}

.coaching-section {
   margin: 0 auto;
   max-width : 1200px;
                    padding: 80px 20px;
  background-color: #ffffff;
}

.coaching-section h2 {
	  font-size   :        2.2rem;
   color: #1a3a3a;
    margin-bottom: 3rem;
    text-align: center; 
	

}

.coaching-grid   {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem; 

}

.coaching-card {
   	background: #f8f9fa;
 border-radius: 10px;
  overflow: hidden;
    transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

}

.coaching-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.coaching-card img {
                    width :100%;
   height: 200px;
  object-fit: cover;
}  

.coaching-card h3 {

	   font-size: 1.4rem;
    color: #1a3a3a;
    padding   :       1.5rem 1.5rem 0.5rem;
	}

.coaching-card p {
     color: #555;
    padding: 0 1.5rem 1.5rem;
    line-height: 1.8;
}

.commercial-offers {
  background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
   padding: 80px 20px;
	max-width: 1200px;
   margin: 0 auto;
}

.commercial-offers h2	{
	 font-size: 2.2rem;
  color: #ffffff;
   margin-bottom    :3rem;
   text-align: center;

}

.offers-container {
  display     :       grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;

}

.offer-item{
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(78, 205, 196, 0.3);
    padding: 2rem;
          border-radius     :10px;
    transition: all 0.3s ease;
}

.offer-item:hover {
  background: rgba(255, 255, 255, 0.15);
	border-color: #4ecdc4;
  transform: translateY(-5px);
}

.offer-item h3 {
    color: #4ecdc4;
   font-size: 1.3rem;
    margin-bottom: 1rem;
}

.offer-item p{
	    color: #e0e0e0;
   margin-bottom: 1.5rem;
	 line-height: 1.8;


}

.offer-button {
    display     :   inline-block;
   background-color: #4ecdc4;
  color: #1a3a3a;
 padding: 10px 24px;
               text-decoration: none;
   border-radius: 6px;
  font-weight: 600;
   transition: all 0.3s ease;
 border     :  none;
    cursor: pointer;
  font-size: 0.9rem;
}

.offer-button:hover 
 {
  background-color: #44b8a3;
  transform: translateX(3px);
}

.process-section {
   background-color: #f8f9fa;
   padding: 80px 20px;
    max-width: 1200px;
   margin: 0 auto;


}

.process-section h2 {
  font-size: 2.2rem;
    color: #1a3a3a;
        margin-bottom :  3rem;
  text-align: center; 
	
}

.process-steps {

	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 2rem;


}

.step {
   background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
   text-align: center;
    transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.step:hover {
  transform: translateY(-5px);
	  box-shadow: 0 10px 25px rgba(78, 205, 196, 0.15);
}

.step-number {
      width     :      50px; 
	  height: 50px; 
	  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%); 
	  color: white; 
	  border-radius: 50%; 
		 display  :    flex; 
	   align-items: center; 
	                    justify-content: center; 
	    font-size :    1.8rem; 
	  font-weight: bold; 
	  margin: 0 auto 1rem;
}  

.step h4 {
   color: #1a3a3a;
    margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.step p {

   color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cta-section {
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
               padding: 80px 20px;
  max-width: 1200px;
   margin: 0 auto;
  text-align    :        center;
   border-radius: 12px;
               margin-bottom: 3rem;
}

.cta-wrapper h2 {
    font-size  :     2.2rem;
  color: white;
   margin-bottom:       1rem;
}

.cta-wrapper p {
  color: rgba(255, 255, 255, 0.9);
      font-size: 1.1rem;
    margin-bottom: 2rem;
  max-width: 600px;
    margin-left: auto;
    margin-right     :      auto;
  line-height: 1.8;
}

.cta-button-large  
  {
	 display: inline-block;
    background-color: #1a3a3a;
	color: white;
    padding: 16px 40px;
    text-decoration: none;
   border-radius   :    6px;
     font-weight: 600;
  transition: all 0.3s ease;
    font-size: 1.1rem;
}

.cta-button-large:hover     {
    background-color: #0f2020;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contact {
    background-color:#ffffff;
   padding: 80px 20px;
   max-width    :    1200px;
   margin: 0 auto;
}

.contact h2    {
   font-size: 2.2rem;
   color: #1a3a3a;
  margin-bottom: 2rem;
    text-align   :      center;
}


.contact-form {


   max-width :        600px;
  margin: 0 auto;
    background: #f8f9fa;
	padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	
	}

.form-group {
    margin-bottom: 1.5rem; 

}

.form-group label {
   display: block;
   margin-bottom: 0.5rem;
   color: #1a3a3a;
	 font-weight: 600;
  font-size: 0.95rem;
	
}

.form-group input,
.form-group select,
.form-group textarea {
	  width: 100%;
    padding: 12px;
   border  :       2px solid #e0e0e0;
   border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
  transition: all 0.3s ease;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus

{
    outline: none;
	 border-color: #4ecdc4;
  box-shadow: 0 0 0 3px rgba(78, 205, 196, 0.1);
}



.form-group textarea {
  resize:       vertical; 
	   min-height     :120px;
}

.submit-button {
          width: 100%;
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
    color: white;
    padding  :     14px;
    border: none;
   border-radius: 6px;
   font-size: 1rem;
    font-weight: 600;
  cursor  :      pointer;
   transition: all 0.3s ease;
}

.submit-button:hover {
	  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(78, 205, 196, 0.3);
	}

.footer {
  background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
    color: #e0e0e0;
   padding: 3rem 20px;
    margin-top: 3rem;


}

.footer-container {
   max-width     :       1200px;
   margin: 0 auto;
   display   :     grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
}

.footer-logo-section {
   display: flex;
  align-items:       flex-start;
}

.footer-logo {
  height: 86px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-contact h4,
.footer-links h4 {
    color    :#4ecdc4;
    margin-bottom: 1rem;
	font-size     :  1rem;
}

.footer-contact p {
   margin-bottom: 0.5rem;
   line-height: 1.6;
      font-size: 0.95rem;
}

.phone-number {
  color: #ffffff;
   font-weight: 600;
    margin-top: 1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
  margin-bottom: 0.8rem;
}

.footer-links ul li a {
	color: #e0e0e0;
  text-decoration: none;
    transition: color 0.3s ease;
   font-size :     0.95rem;
}

.footer-links ul li a:hover	{
    color: #4ecdc4;
}

.footer-info {
      grid-column: 1 / -1;
   text-align: center;
  border-top: 1px solid rgba(78, 205, 196, 0.2);
         padding-top: 2rem;
    margin-top: 1rem;
  font-size   :      0.9rem;
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        gap: 0;
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(78, 205, 196, 0.1);
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .expertise-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-info {
        grid-column: 1;
    }

    .burger-line.active:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .burger-line.active:nth-child(2) {
        opacity: 0;
    }

    .burger-line.active:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .services-intro h2,
    .expertise-section h2,
    .coaching-section h2,
    .commercial-offers h2,
    .process-section h2,
    .contact h2 {
        font-size: 1.6rem;
    }

    .cta-section {
        margin-bottom: 2rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .nav-logo {
        height: 50px;
    }

    .footer-logo {
        height: 70px;
    }
}.services-hero {

  background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
    padding: 80px 20px;
   text-align: center;
   color: white;
	}

.services-hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.services-hero-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
  margin: 0 auto;
}

.services-detailed  
  {


  background-color: #f8f9fa;
  padding:       80px 20px;
   max-width: 1200px;
  margin: 0 auto;}

.services-container {
  display: flex;
    flex-direction: column;
   gap: 4rem;
	}

.service-detail-item    {
  display  :  grid;

                    grid-template-columns: 1fr 1fr;

   gap: 3rem;

     align-items: center;

  background: #ffffff;

  padding: 3rem;

  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-detail-item.reversed
	{
  grid-template-columns: 1fr 1fr;
	    direction: rtl;
}

.service-detail-item.reversed > * {
  direction:      ltr;
}

.service-detail-image img {
    width: 100%;
  height: auto;
	border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-detail-content h2 {
   font-size: 2rem;
  color: #1a3a3a;
    margin-bottom: 1rem;


}

.service-detail-content p {


   color: #555;
   line-height: 1.8;
   margin-bottom: 1.5rem;
	}

.service-detail-content h3 {
  font-size: 1.2rem;
  color: #1a3a3a;
  margin-bottom     :    1rem;
   margin-top: 1.5rem;
	
}

.services-list {
  list-style: none;
   margin-bottom: 1.5rem;
}

.services-list li {
    color: #555;
	padding: 0.7rem 0;
  padding-left: 1.8rem;
  position: relative;
  line-height: 1.6;
}

.services-list li:before {
  content: "→";
  position: absolute;
    left: 0;
  color: #4ecdc4;
  font-weight: bold;
}

.service-duration {
  background: #f0f7f6;
	 padding    : 1rem;
   border-left: 4px solid #4ecdc4;
     border-radius: 6px;
  color   :       #1a3a3a;
}

.pricing-section {
  background: linear-gradient(135deg, #f0f7f6 0%, #e8f3f1 100%);
   padding  :      80px 20px;
   max-width: 1200px;
    margin: 0 auto;
}

.pricing-section h2 {


    margin-bottom: 3rem;
  font-size: 2.2rem;
   color: #1a3a3a;
  text-align: center;}

.pricing-grid {

    display   :   grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;

}

.pricing-card {

	   background: #ffffff;
  border-radius: 10px;
   padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition :  all 0.3s ease;
  position: relative;
                    border   :     2px solid transparent;


}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
   border-color: #4ecdc4;
}

.pricing-card.featured {
   border    :     2px solid #4ecdc4;
  transform: scale(1.05);
}

.featured-badge {
    position: absolute;
	   top: -12px;
	    right: 20px;
		background: #4ecdc4;
	    color: white;
	   padding: 6px 16px;
		border-radius: 20px;
	  font-size: 0.8rem;
	    font-weight: 600;
}

.pricing-card h3{
          margin-bottom: 0.5rem;
      color: #1a3a3a;
          font-size: 1.4rem;
}

.pricing-tag {
  color: #4ecdc4;
    font-weight     : 600;
   font-size    :   0.85rem;
    margin-bottom: 1rem;
   text-transform:     uppercase;
}

.pricing-description {
   color: #666;
  margin-bottom: 2rem;
   font-size: 0.9rem;
  line-height: 1.6; 
	
}

.pricing-footer {
  border-top: 1px solid #e0e0e0;
	padding-top: 1.5rem;
}  

.pricing-footer p {
  color: #1a3a3a;
  font-weight: 600;
	margin-bottom: 1rem;
	font-size     :  1.1rem;

}

.pricing-btn {

   display: block;
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
    color: white;
	text-align: center;
  padding: 10px;
   text-decoration:       none;
    border-radius: 6px;
   font-weight: 600;
   transition: all 0.3s ease;
    font-size: 0.9rem;}

.pricing-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(78, 205, 196, 0.3);
}

.process-services {

  background-color: #ffffff;
	 padding: 80px 20px;
  max-width: 1200px;
   margin: 0 auto;
}

.process-services h2 {


   font-size   :   2.2rem;
    color: #1a3a3a;
    text-align: center;
    margin-bottom   :    3rem;
}

.process-timeline {


               display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	 gap: 2rem;
  position: relative;


}

.timeline-item {
    background: #f8f9fa;
  padding: 2rem;
	border-radius :      10px;
  text-align: center;
 transition: all 0.3s ease;
    position: relative;


}

.timeline-item:hover {


   background: #f0f7f6;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(78, 205, 196, 0.15);
	}

.timeline-marker {
    width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
  color  :   white;
  border-radius: 50%;
   display: flex;
  align-items: center;
  justify-content: center;
   font-size: 1.5rem;
   font-weight  :       bold;
    margin    :0 auto 1rem;
	
}

.timeline-item h3 {
	   color: #1a3a3a;
   margin-bottom: 0.8rem;
    font-size: 1.1rem;
     }

.timeline-item p {
  color: #555;
 line-height: 1.6;
  font-size  :0.9rem;
}

.faq-section		{
  background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
    padding: 80px 20px;
  max-width: 1200px;
	margin: 0 auto;
}

.faq-section h2
	{
   font-size: 2.2rem;
    color: #ffffff;
	 text-align: center;
  margin-bottom: 3rem;
}

.faq-container {
    display: flex;
    flex-direction    :column;
    gap: 1.5rem;
	max-width: 800px;
  margin: 0 auto;
}

.faq-item 
 {
     background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(78, 205, 196, 0.3);
   border-radius: 8px;
    overflow: hidden;

}

.faq-question {


  background: rgba(78, 205, 196, 0.2);
    color: #ffffff;
  padding: 1.5rem;
        cursor: pointer;
    font-weight :      600;
   transition: all 0.3s ease;
  user-select  :    none;


}

.faq-question:hover {
  background: rgba(78, 205, 196, 0.3);
}

.faq-answer {
   color: #e0e0e0;
	padding: 1.5rem;
  display: none;
   line-height: 1.8;
  background: rgba(0, 0, 0, 0.2);
}

.faq-item.active .faq-answer {
	 display:  block;
}

.cta-services {
     background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
               padding: 80px 20px;
   text-align: center;
  max-width: 1200px;
  margin     : 0 auto;
    border-radius: 12px;
     margin-bottom: 3rem;
	}

.cta-services h2 {
  font-size: 2.2rem;
   color: white;
   margin-bottom: 1rem;
}

.cta-services p 
 {
  color: rgba(255, 255, 255, 0.9);
                    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
   margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.cta-button-services
	{
    display :inline-block;
  background-color: #1a3a3a;
   color: white;
    padding: 14px 32px;
  text-decoration: none;
  border-radius: 6px;
   font-weight: 600;
   transition: all 0.3s ease;
  font-size: 1rem;
}

.cta-button-services:hover		{
  background-color: #0f2020;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.thankyou-section {
     background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
  padding: 100px 20px;
    min-height    :      600px;
   display: flex;
    align-items    : center;
    justify-content: center;}

.thankyou-container {
   			text-align     :  center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(78, 205, 196, 0.3);
  padding:      3rem;
   border-radius: 12px;
   max-width: 600px;
   margin: 0 auto;



}

.thankyou-icon   {
  width: 80px;
		 height     :   80px;
	  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
	    color: white;
		 border-radius: 50%;
	    display: flex;
	 align-items: center;
	   justify-content: center;
		 font-size: 3rem;
		 font-weight: bold;
	   margin: 0 auto 1.5rem;
	    animation: scaleIn 0.6s ease;
}@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}.thankyou-container h1 {
  font-size     :        2.5rem;
	color: white;
	margin-bottom: 0.5rem;
}

.thankyou-subtitle {
    color: #4ecdc4;
      margin-bottom: 2rem;
	 font-size  :   1.2rem;
}



.thankyou-message  
  {
  background: rgba(78, 205, 196, 0.1);
	padding: 2rem;
        border-radius: 8px;
   margin-bottom: 2rem;
    border-left: 4px solid #4ecdc4;
}

.thankyou-message p {
  color: #e0e0e0;
   	margin-bottom: 1rem;
       line-height: 1.8;
       font-size: 0.95rem;
}

.thankyou-message p:last-child {
  margin-bottom: 0;

}

.thankyou-actions {
    display: flex;
	 gap: 1rem;
    margin-bottom: 2rem;
                    flex-wrap: wrap;
	justify-content :        center;
}

.thankyou-btn {
    display: inline-block;
	 padding: 12px 24px;
    text-decoration: none;
   border-radius :     6px;
          font-weight  :      600;
    transition:      all 0.3s ease;
                    flex: 1;
  min-width: 150px;
   text-align: center;
}

.thankyou-btn.primary {
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
   color: white;
}

.thankyou-btn.primary:hover {

  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(78, 205, 196, 0.3);

}

.thankyou-btn.secondary {
  background: rgba(255, 255, 255, 0.1);
   color: #4ecdc4;
	border  :       2px solid #4ecdc4;
}

.thankyou-btn.secondary:hover {
  background: rgba(78, 205, 196, 0.2);
  transform: translateY(-2px);
}

.thankyou-contact {
  background: rgba(0, 0, 0, 0.3);
    padding     :1.5rem;
	 border-radius: 8px;
       margin-top: 2rem;
}



.thankyou-contact p {


  color: #e0e0e0;
   margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.thankyou-contact p strong {
   color: #4ecdc4;
}

.next-steps    {
  background-color: #f8f9fa;
   padding: 80px 20px;
  max-width  : 1200px;
  margin: 0 auto;}

.next-steps h2 {
  font-size: 2.2rem;
         color: #1a3a3a;
   text-align: center;
  margin-bottom: 3rem;

}

.steps-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.step-box   {
    background: #ffffff;
    padding     :        2rem;
   border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease;
}

.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(78, 205, 196, 0.15);
}

.step-number {
   width  :     50px;
    height:      50px;
  background: linear-gradient(135deg, #4ecdc4 0%, #44b8a3 100%);
  color: white;
    border-radius: 50%;
	 display: flex;
  align-items: center;
   justify-content    :   center;
   font-size: 1.8rem;
   font-weight   : bold;
  margin    :0 auto 1rem;
}

.step-box h3 {
   font-size     :     1.1rem;
  color: #1a3a3a;
    margin-bottom:     0.8rem;
}

.step-box p {
	color: #555;
  font-size :0.9rem;
  line-height: 1.6; 
	
}

.why-choose-us {
  background: linear-gradient(135deg, #1a3a3a 0%, #2d5a5a 100%);
   padding: 80px 20px;
    max-width: 1200px;
	 margin: 0 auto;
}

.why-choose-us h2 {
      font-size: 2.2rem;
    color   :       #ffffff;
    text-align: center;
	margin-bottom: 3rem;
}

.benefits-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(78, 205, 196, 0.3);
    padding  :    2rem;
  border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-item:hover {
	  background: rgba(78, 205, 196, 0.2);
  transform: translateY(-5px);
  border-color  :#4ecdc4;
	}

.benefit-icon {
   font-size: 2.5rem;
	margin-bottom: 1rem;
	
}

.benefit-item h3	{
                    color: #4ecdc4;
     margin-bottom: 0.8rem;
                    font-size: 1.2rem;
}

.benefit-item p {
   color: #e0e0e0;
     line-height: 1.6;
   font-size: 0.9rem;
}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 1.8rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .service-detail-item {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 2rem;
    }

    .service-detail-item.reversed {
        direction: ltr;
    }

    .service-detail-content h2 {
        font-size: 1.5rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-btn {
        min-width: auto;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .services-hero-content h1 {
        font-size: 1.3rem;
    }

    .service-detail-item {
        padding: 1rem;
    }

    .service-detail-content h2 {
        font-size: 1.2rem;
    }

    .services-list li {
        font-size: 0.85rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .process-timeline {
        grid-template-columns: 1fr;
    }

    .faq-question {
        padding: 1rem;
    }

    .faq-answer {
        padding: 1rem;
    }

    .thankyou-container {
        padding: 1.5rem;
    }

    .thankyou-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .thankyou-container h1 {
        font-size: 1.5rem;
    }

    .step-box,
    .benefit-item {
        padding: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }
}.policySection {
  padding: 80px 2rem; 
	    background: #f8f9fa; 
		min-height: 600px;
}  

.policyContainer {
   max-width: 900px;
	  margin: 0 auto;
	   text-align    :       left;
}

.policyContainer h1 {

          font-size: 2.8rem;
	color: #1a3a3a;
    margin-bottom: 2rem;
	font-weight: 700;
   border-bottom: 3px solid #4ecdc4;
   padding-bottom: 1rem;
     }

.policyContainer h2 {
    color: #1a3a3a;
    margin-top   :  2rem;
  margin-bottom: 1rem;
  font-weight: 600;
   font-size: 1.8rem;
}

.policyContainer h3 {
 margin-top   :        1.5rem;
   font-weight: 600;
    color: #2d5a5a;
  font-size  :      1.3rem;
  margin-bottom: 0.8rem;


}

.policyContainer p {

  color: #555;
	 margin-bottom: 1.5rem;
    line-height: 1.8;
		 font-size  :   1rem;


}

.policyContainer strong {
          color   :#1a3a3a; 
   font-weight: 600;
}

.policyContainer ul,
.policyContainer ol {
   margin-left: 1.5rem;
   margin-bottom: 1.5rem;
   color: #555;
  line-height: 1.8;
}

.policyContainer li {
    margin-bottom  :0.8rem;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1.5rem;
    }

    .policyContainer h1 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer h3 {
        font-size: 1.1rem;
        margin-top: 1rem;
        margin-bottom: 0.6rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
        min-height: auto;
    }

    .policyContainer {
        max-width: 100%;
    }

    .policyContainer h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding-bottom: 0.8rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .policyContainer h3 {
        font-size: 1rem;
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .policyContainer ul,
    .policyContainer ol {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .policyContainer li {
        margin-bottom: 0.6rem;
    }
}