*


{
  margin: 0;
   padding: 0;
   box-sizing: border-box;}

html {
    scroll-behavior: smooth;
}

body     {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color  :  #2c3e50;
       background: #fafbfc;
    line-height: 1.6;
}

.main-navbar {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 1rem 0;
   position: sticky;
    top: 0;
    z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 

}


.navbar-container {

	  max-width: 1200px;
	margin: 0 auto;
    display: flex;
  justify-content: space-between;
  align-items:    center;
  padding :    0 2rem;


}

.navbar-logo-section {
    flex-shrink   :  0;
}

.navbar-logo img {
   height: 64px; 
   width: auto; 
  filter: brightness(0) invert(1); 
   display: block;
}

.navbar-links {
   display: flex;
    list-style: none;
   gap: 2.5rem;
    align-items: center;
}

.nav-link    {
   color: #ecf0f1;
  text-decoration  :none;
    font-weight: 500;
   transition: all 0.3s ease;
        padding: 0.5rem 1rem;
    border-radius: 4px;
   position     :      relative;
}

.nav-link:hover{
   color  :        #3498db;
  background: rgba(52, 152, 219, 0.1);
}

.burger-menu {
   display: none;
   background: none;
  border: none;
	cursor:    pointer;
       flex-direction: column;
    gap: 6px;
  padding: 0.5rem;
}

.burger-line 
 {
  width: 28px;
    height: 3px;
        background: #ecf0f1;
  border-radius: 2px;
   transition:        all 0.3s ease;
}

.hero-section{
    display  :       grid;
  grid-template-columns :1fr 1fr;
   gap: 4rem;
   align-items: center;
    padding: 5rem 2rem;
    max-width: 1200px;
    margin  :   0 auto;
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
   border-radius: 12px;
   margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-content {
    display: flex;
    flex-direction: column;
         gap: 1.5rem;
}

.hero-title {
   font-size: 3.5rem; 
					 color :       #2c3e50; 
	   font-weight: 700; 
	    line-height: 1.2;
     }

.hero-subtitle {
   font-size: 1.3rem;
        color: #34495e;
  line-height: 1.6;
}


.cta-button {
       display: inline-block;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
   padding: 1rem 2rem;
    text-decoration: none;
	border-radius: 8px;
   font-weight: 600;
  transition: all 0.3s ease;
    width: fit-content;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
	
     }

.cta-button:hover    {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    color: white;
}

.hero-image {
   width: 100%;
	height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-coaching     {
  padding    :     5rem 2rem;
   max-width: 1200px;
   margin: 0 auto;
			background: white;
  border-radius: 12px;
	margin-bottom: 2rem;
}

.section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
   gap    :       3rem;
    align-items: center;
}

.about-coaching h2 {

	   font-size: 2.5rem;

	   color: #2c3e50;

	    margin-bottom: 1.5rem;

	    grid-column: 1 / -1;
     }

.about-text p {
	margin-bottom: 1.5rem;
    font-size: 1.1rem;
   color: #34495e;
   line-height: 1.8;


}

.about-image {
	 width: 100%;
    height  :      auto;
    border-radius   :       12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.funnel-stages {
    padding: 5rem 2rem;
  max-width   :      1200px;
    margin: 0 auto;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   border-radius: 12px;
  margin-bottom: 2rem;
}

.funnel-stages h2 {

	  font-size: 2.5rem;
    color: white;
  text-align: center;
   margin-bottom: 3rem;

}

.stages-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;}

.stage-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
    padding: 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    transition: all 0.3s ease;
    text-align: center; 
	
}

.stage-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.stage-number {
    font-size: 3rem;
  font-weight: 700;
	margin-bottom: 1rem;
   opacity: 0.7; 

}

.stage-card h3     {
   font-size    :     1.5rem;
   margin-bottom: 1rem;
}

.stage-card p {
   font-size: 1rem;
    line-height: 1.6;
}

.coaching-services {
    padding   :       5rem 2rem; 
	  max-width: 1200px; 
	  margin  :   0 auto; 
	    background: white; 
	    border-radius: 12px; 
	    margin-bottom: 2rem;
}

.coaching-services h2 {


   font-size: 2.5rem;
					color  :     #2c3e50;
  text-align: center;
  margin-bottom: 3rem;




} 

.services-container {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 2.5rem;
}

.service-box{
   background    :  #fafbfc;
    border: 1px solid #ecf0f1;
  border-radius:       12px;
		 overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
   border-color: #3498db;
}

.service-image{
  width: 100%;
      height: 240px;
     object-fit: cover;
     display: block;
}

.service-box h3 {
  font-size: 1.4rem;
   color: #2c3e50;
    padding   :  1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 0.5rem;
}

.service-box p {
  color   :  #7f8c8d;
  padding: 0 1.5rem;
  font-size: 1rem;
	 line-height:   1.6;
    margin-bottom: 1rem;
}

.service-price {
 display: block;
  padding:        1.5rem;
	font-size:1.3rem;
	font-weight  :     700;
  color: #3498db;

}

.virtual-conferences {
	 padding  :   5rem 2rem;
    max-width: 1200px;
   margin: 0 auto;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  border-radius: 12px;
               margin-bottom: 2rem;
    color: white;
}

.virtual-conferences h2 {
  font-size: 2.5rem;
                  margin-bottom: 3rem;
     text-align: center;
       color: white;

}

.conference-info {
     display    :     grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
    align-items: center;
}

.conference-text h3 {
		font-size: 2rem;
  margin-bottom: 1.5rem;
     }

.conference-text p

{
   font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom    :        1.5rem;
}

.conference-benefits {
   list-style: none;
   margin: 1.5rem 0;
}

.conference-benefits li {
  padding: 0.8rem 0;
   padding-left: 2rem;
					position :  relative;
    font-size: 1rem;
}

.conference-benefits li::before {
         font-size: 1.3rem;
  content: "✓";
    left: 0;
  position: absolute;
	 font-weight: bold;
}

.conference-price {
  font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.conference-image


{
   width: 100%;
   height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.webinar-section {

	   padding: 5rem 2rem;
    max-width: 1200px;
  margin: 0 auto;
   background: white;
  border-radius   :   12px;
   margin-bottom: 2rem;

	}

.webinar-section h2 {
  font-size: 2.5rem;
    color     :#2c3e50;
  text-align: center;
  margin-bottom :  3rem;
}

.webinar-grid   {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.webinar-card {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 12px;
   padding: 2rem;
	 color: white;
    transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.webinar-card:hover {


  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);


}



.webinar-day


{


         display    :     inline-block;
    background: #3498db;
  color: white;
	padding: 0.5rem 1rem;
	 border-radius  :     6px;
  font-size: 0.9rem;
  font-weight: 600;
    margin-bottom: 1rem;
	}

.webinar-card h4 {
	font-size  :  1.3rem;
  margin-bottom: 0.8rem;
}

.webinar-time {
      font-size: 0.95rem;
   color: #bdc3c7;
    margin-bottom: 0.8rem;

}

.webinar-desc {
   font-size: 1rem;
	line-height: 1.6;
  color  :     #ecf0f1;
}



.case-studies {
  padding: 5rem 2rem;
       max-width: 1200px;
      margin: 0 auto;
       background: white;
     border-radius: 12px;
         margin-bottom :      2rem;
}

.case-studies h2	{

   font-size: 2.5rem;
  color :    #2c3e50;
  text-align: center;
    margin-bottom: 3rem;


}

.cases-container {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
                    gap: 2rem;}

.case-item {
   background:        #fafbfc;
 border-left: 4px solid #3498db;
   padding   :       2rem;
 border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.case-item:hover     {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateX(8px);
}

.case-item h3	{


   font-size   : 1.4rem;
  color: #2c3e50;
   margin-bottom: 1rem;
     }

.case-item p {
    color: #7f8c8d;
   line-height: 1.8;
   margin-bottom: 1.5rem;
}

.case-metrics {
    display :     flex;
  flex-wrap: wrap;
	 gap: 1rem;
}

.metric {
	    background:  white;
   color: #3498db;
    padding: 0.6rem 1.2rem;
  border-radius: 6px;
   font-size: 0.95rem;
    font-weight: 600;
     border: 1px solid #3498db;

}

.cta-section {
    padding: 4rem 2rem;
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
   border-radius: 12px;
	max-width: 1200px;
   margin: 0 auto 2rem;
   text-align: center;
  color    :white;
}

.cta-content h2     {
   	 font-size: 2.3rem;
    margin-bottom     :      1rem;


} 

.cta-content p {
    font-size: 1.2rem;
  margin-bottom: 2rem;
	line-height: 1.6;
}

.cta-large {
    font-size: 1.1rem;
 padding: 1.2rem 2.5rem;
    background: white;
  color: #9b59b6;
}

.cta-large:hover {
  color: #9b59b6;
    background: #ecf0f1;
}

.contact-section {
   padding:       5rem 2rem;
  max-width: 1200px;
    margin :      0 auto;
    background:      white;
  border-radius: 12px;
               margin-bottom   :2rem;
}

.contact-wrapper {
   max-width: 700px;
   margin: 0 auto;
}

.contact-section h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
   font-size: 2.5rem;
  text-align: center;
}

.contact-intro {
   margin-bottom: 2.5rem;
    color: #7f8c8d;
   line-height: 1.6;
   font-size: 1.1rem;
    text-align   :  center;
}

.contact-form {
    display :     flex;
    flex-direction: column;
  gap: 1.5rem;
}

.form-group {
   gap :   0.5rem;
    display    :        flex;
    flex-direction: column;
}

.form-group label {
	   font-weight: 600;
    color: #2c3e50;
   font-size: 1rem;

}

.form-group input,
.form-group select,
.form-group textarea {

	    padding: 0.8rem;
  border: 1px solid #bdc3c7;
   border-radius: 6px;
    font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none; 
  border-color: #3498db; 
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1); 

}

.submit-button {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
   padding   :  1rem;
   border: none;
		 border-radius: 6px;
   font-size: 1.1rem;
  font-weight: 600;
       cursor: pointer;
    transition: all 0.3s ease;
  margin-top: 1rem;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.main-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color   :     #ecf0f1;
                    padding: 3rem 2rem 1rem;
	margin-top: 3rem;
}

.footer-container {

	   max-width: 1200px;
    margin: 0 auto;
	


}

.footer-content {


    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
   margin-bottom: 2rem;
     }

.footer-section h4 
 {
   font-size: 1.2rem;
  margin-bottom: 1rem;
    color: white;
}

.footer-logo-wrapper {
	   display: flex;
   align-items: center;

}

.footer-logo 
 {
   height: 86px;
	width: auto;
  filter: brightness(0) invert(1);
	
}

.footer-links {
    list-style: none;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
    color: #bdc3c7;
  text-decoration: none;
	 transition: all 0.3s ease;
}

.footer-links a:hover {
	    color: #3498db;


}


.footer-address {
   line-height    :        1.8;
  font-size: 0.95rem;
}

.footer-phone {
    margin-top: 0.8rem;
   font-size     :0.95rem;
}

.footer-bottom {
  text-align: center;
       padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #95a5a6;
	
}@media (max-width: 768px) {
    .navbar-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #2c3e50;
        flex-direction: column;
        padding: 1rem;
        gap: 0.5rem;
    }

    .navbar-links.active {
        display: flex;
    }

    .burger-menu {
        display: flex;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-content {
        grid-template-columns: 1fr;
    }

    .about-coaching h2,
    .funnel-stages h2,
    .coaching-services h2,
    .virtual-conferences h2,
    .webinar-section h2,
    .case-studies h2,
    .contact-section h2 {
        font-size: 1.8rem;
    }

    .stages-grid,
    .services-container,
    .webinar-grid,
    .cases-container {
        grid-template-columns: 1fr;
    }

    .conference-info {
        grid-template-columns: 1fr;
    }

    .cta-section {
        padding: 2.5rem 1rem;
    }

    .cta-content h2 {
        font-size: 1.6rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo-wrapper {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .navbar-container {
        padding: 0 1rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .stage-card {
        padding: 1.5rem;
    }

    .stage-number {
        font-size: 2rem;
    }

    .service-box {
        margin: 0;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
    }
}.services-hero {
    display   :       grid; 
	  grid-template-columns: 1fr 1fr; 
	    gap: 4rem; 
	    align-items: center; 
	  padding   :        5rem 2rem; 
	    max-width     :       1200px; 
		margin: 0 auto 2rem; 
	  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); 
	  border-radius: 12px; 
	   color: white;
}

.services-hero-content h1

{
  font-size: 3rem;
  color    : white;
    margin-bottom    :    1rem;
   line-height: 1.2;
}

.services-hero-content p {
  font-size: 1.2rem;
   line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

.services-hero-image  
  {
  width:   100%;
 height: auto;
    border-radius     :    12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.main-services {
       padding: 5rem 2rem;
   max-width: 1200px;
    margin: 0 auto 2rem;
  background: white;
    border-radius    :  12px;
}

.main-services h2 {
    font-size: 2.5rem;
    color :     #2c3e50;
  text-align  :        center;
  margin-bottom: 3rem;
}

.services-full-grid {
       display :    grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap  :     2rem;
}

.service-full-card {
   background: #fafbfc;
	border    :     1px solid #ecf0f1;
   border-radius: 12px;
                    overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition    : all 0.3s ease;
  display: flex;
   flex-direction: column;
}

.service-full-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: #3498db;
}

.service-full-header    {
        width   :  100%; 
	  height: 280px; 
	    overflow: hidden;
}

.service-full-img {
    width: 100%;
               height: 100%;
  object-fit: cover;
  display: block;
}

.service-full-content {
	  padding: 2rem;
  display:    flex;
    flex-direction: column;
    flex: 1;


}

.service-full-content h3 {
   font-size: 1.6rem;
   color: #2c3e50;
  margin-bottom: 0.5rem;
}

.service-duration   {
    font-size: 0.9rem;
	color: #3498db;
 font-weight: 600;
  margin-bottom: 1rem;
}

.service-description {
	font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.7;
   margin-bottom: 1.5rem;
}

.service-includes h4 {
  margin-bottom  :0.8rem;
	 font-weight: 600;
          color: #2c3e50;
   font-size: 1rem;
}

.service-includes ul {
   list-style: none;
  margin-bottom:      1.5rem;
    flex: 1;
	
}

.service-includes li {
    font-size: 0.95rem;
  padding: 0.6rem 0;
    padding-left:       1.8rem;
    color: #34495e;
  position: relative;
}

.service-includes li::before {
  content: "•";
     position: absolute;
     left: 0;
      color: #3498db;
     font-weight: bold;
   	font-size: 1.2rem;
}

.service-price-large {
  font-size: 1.8rem;
        font-weight: 700;
    color: #3498db;
  margin-bottom: 1.5rem;

}

.service-cta-btn {
   display: inline-block;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
      color: white;
  padding: 0.9rem 1.8rem;
         text-decoration: none;
  border-radius: 6px;
   font-weight     :       600;
   transition: all 0.3s ease;
	text-align  :      center;
  width: fit-content;
}

.service-cta-btn:hover {
     transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(52, 152, 219, 0.3);
   color: white;}

.packages-section {
   padding: 5rem 2rem;
    max-width: 1200px;
   margin: 0 auto 2rem;
  background  :      white;
   border-radius: 12px;
}

.packages-section h2 {
    font-size   :  2.5rem;
    color: #2c3e50;
   text-align: center;
   margin-bottom  :  3rem;
}

.packages-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.package-card {

	  background: #fafbfc;
  border: 2px solid #ecf0f1;
    border-radius  :12px;
   padding: 2rem;
    position: relative;
	transition: all 0.3s ease;
	display: flex;
  flex-direction: column;


}

.package-card:hover {
	  transform: translateY(-8px); 
    border-color  :   #3498db; 
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); 
	
     }

.package-featured {
  transform: scale(1.05);
    border-color: #3498db;
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.2);
}

.package-featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.package-badge {
	 position     :   absolute;
 top     :       -12px;
  left: 20px;
  background    :       #e74c3c;
 color: white;
   padding: 0.4rem 1rem;
   border-radius: 20px;
    font-size: 0.8rem;
   font-weight: 700;
}

.badge-popular {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.package-card h3 {
  font-size: 1.4rem;
    color: #2c3e50;
   margin: 1rem 0 0.5rem;
}

.package-desc {
   color: #7f8c8d;
  font-size: 0.95rem;
   margin-bottom: 1rem; 
	
}

.package-price
{
	font-size: 2rem;
   font-weight: 700;
   color: #3498db;
   margin: 1rem 0;
}

.package-list     {
   list-style: none;
   margin     :     1.5rem 0;
    flex: 1;
}

.package-list li {
    padding: 0.7rem 0;
	 padding-left     :       1.8rem;
   position: relative;
  color: #34495e;
  font-size: 0.95rem;
}

.package-list li::before {
  content: "✓";
  position: absolute;
  left   :       0;
        color :    #27ae60;
  font-weight: bold;
   font-size: 1.1rem;

}

.package-btn {

	    display:     block;

  background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);

  color: white;

  padding: 0.9rem;

   text-decoration: none;

  border-radius: 6px;

          font-weight: 600;

 text-align: center;

    transition  : all 0.3s ease;

   margin-top: 1.5rem;}

.package-btn:hover {
  transform: translateY(-2px); 
  background: linear-gradient(135deg, #7f8c8d 0%, #95a5a6 100%); 
   color: white;
} 

.package-btn-active {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}



.package-btn-active:hover {
  background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
}

.faq-section {
   padding    :        5rem 2rem;
  max-width: 900px;
  margin: 0 auto 2rem;
  background: white;
    border-radius: 12px;
}

.faq-section h2 {
  font-size: 2.5rem;
  color: #2c3e50;
    text-align: center;
	margin-bottom: 3rem;
}

.faq-container {
  display: flex;
     flex-direction: column;
  gap: 1rem;
}

.faq-item		{
 border: 1px solid #ecf0f1;
   border-radius: 8px;
  overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover
{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color   :  #3498db;
	
}

.faq-question {
  width: 100%;
   background: #fafbfc;
    border: none;
  padding: 1.5rem;
    cursor: pointer;
         display: flex;
  justify-content: space-between;
   align-items: center;
  font-size: 1.1rem;
   font-weight:      600;
    color: #2c3e50;
  transition :       all 0.3s ease;
}

.faq-question:hover {
	 background: #f5f7fa;
}

.faq-icon {


  font-size: 1.5rem;
   transition: transform 0.3s ease;}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
   max-height: 0;
  overflow:hidden;
   transition: max-height 0.3s ease;
	background  :   white;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p

{
   padding: 1.5rem;
    color: #34495e;
        line-height: 1.8;
  font-size: 1rem;
}

.testimonials-section    {
	   padding:     5rem 2rem;
   max-width :    1200px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
  border-radius :   12px;
    color :     white;
	}

.testimonials-section h2 {
    font-size: 2.5rem;
  color: white;
        text-align: center;
   margin-bottom: 3rem;

}

.testimonials-grid
{
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 2rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
  padding: 2rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);

}

.testimonial-text {
   font-size: 1rem;
      font-style: italic;
   line-height: 1.8;
   margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}

.testimonial-author {
  display: flex;
   flex-direction: column;
    gap: 0.3rem;
}

.testimonial-author strong {
    font-size: 1.1rem;
   	 color: white;
}

.testimonial-author span {
   font-size: 0.9rem;

	  color: rgba(255, 255, 255, 0.8);
}

.thank-you-container {
     padding: 5rem 2rem;
   max-width: 900px;
    margin: 0 auto 2rem;
    background  :    white;
   border-radius: 12px;
}

.thank-you-content {
  text-align     :        center; 

}

.thank-you-icon {


	margin-bottom: 2rem;
}

.success-icon {
      width: 120px;
  height: 120px;
   color: #27ae60;
  filter: drop-shadow(0 4px 8px rgba(39, 174, 96, 0.3));

	}

.thank-you-container h1 {
    font-size: 2.8rem;
	color: #2c3e50;
	 margin-bottom: 1rem;
}

.thank-you-subtitle {
          font-size    :      1.2rem;
  color: #7f8c8d;
    margin-bottom:3rem;
	 line-height: 1.6; 

}

.thank-you-info {
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
   border-radius: 12px;
   padding   :  2.5rem;
   margin-bottom  :2.5rem;
    text-align: left;
}

.thank-you-info h2 {
    font-size: 1.8rem;
  color: #2c3e50;
    text-align: center;
  margin-bottom: 2rem;
}

.info-steps {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap   : 2rem; 
	
}  

.info-step {
 display: flex;
  gap: 1.5rem;
}

.step-number {
   flex-shrink: 0;
	  width: 50px;
		height: 50px;
	  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
		color: white;
	    border-radius: 50%;
	  display: flex;
	    align-items: center;
	  justify-content :    center;
	 font-weight: 700;
	    font-size: 1.3rem;
}

.step-content h3 {
  font-size: 1.2rem;
	color: #2c3e50;
  margin-bottom:        0.5rem;
}

.step-content p
	{
  line-height: 1.6;
    color: #34495e;
  font-size: 0.95rem;
}

.thank-you-box {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   color: white;
   border-radius: 12px;
	 padding: 2rem;
   margin-bottom: 2.5rem;
  text-align: center;
}

.thank-you-box h3 {
    font-size  :        1.4rem;
                    margin-bottom: 1rem;
}

.thank-you-box p {
      margin-bottom: 0.8rem;
}

.consultation-phone   {
    font-size :1.5rem;
    font-weight: 700;
}

.consultation-hours {
    font-size: 0.95rem;
   opacity: 0.9;


}

.thank-you-actions {
   display  :     grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap    :    1.5rem;


}

.action-button {
   -webkit-transition   :     all 0.3s ease;
   transition: all 0.3s ease;
   display: inline-block;
  text-decoration: none;
   border-radius: 8px;
  font-weight: 600;
  padding: 1rem 2rem;
}

.action-primary	{
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
}

.action-primary:hover {

  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(52, 152, 219, 0.3);
    color: white;


}

.action-secondary {
  background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
  color :   white;
}

.action-secondary:hover {
	  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(149, 165, 166, 0.3);
  color: white;}

.next-steps-section {
    padding :5rem 2rem;
    max-width: 1200px;
	 margin: 0 auto 2rem;
    background: white;
  border-radius: 12px;
}

.next-steps-section h2
	{
    font-size: 2.5rem;
    color: #2c3e50;
   text-align: center;
  margin-bottom: 3rem; 

}

.next-steps-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;
}

.next-step-card {
    background: #fafbfc;
   border: 2px solid #ecf0f1;
               border-radius :       12px;
   padding: 2rem;
         text-align: center;
		transition  :        all 0.3s ease;
}

.next-step-card:hover {
	 border-color: #3498db;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}

.next-step-card h3 {
	 font-size: 1.3rem;
    color     :#2c3e50;
	margin-bottom: 1rem;
}

.next-step-card p {

		color: #7f8c8d;
   font-size: 0.95rem;
    line-height: 1.6;
   margin-bottom: 1.5rem;
     }

.step-price {
  display: block;
	font-size: 1.4rem;
   font-weight: 700;
    color: #3498db;
}

.cta-final-section  
  {
  padding: 4rem 2rem; 
	  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%); 
		 border-radius: 12px; 
	                    max-width: 1200px; 
		margin: 0 auto 2rem; 
	  text-align: center; 
	  color: white;
}

.cta-final-section h2 {
   font-size: 2.3rem;
    margin-bottom: 1rem;
}

.cta-final-section p {
   font-size: 1.1rem; 
	          margin-bottom: 2rem; 
		line-height : 1.6;
}@media (max-width: 768px) {
    .services-hero {
        grid-template-columns: 1fr;
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .services-hero-content h1 {
        font-size: 2rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .main-services h2,
    .packages-section h2,
    .faq-section h2,
    .testimonials-section h2,
    .next-steps-section h2 {
        font-size: 2rem;
    }

    .services-full-grid,
    .packages-grid,
    .testimonials-grid,
    .next-steps-grid {
        grid-template-columns: 1fr;
    }

    .package-featured {
        transform: scale(1);
    }

    .package-featured:hover {
        transform: scale(1) translateY(-8px);
    }

    .info-steps {
        grid-template-columns: 1fr;
    }

    .thank-you-container h1 {
        font-size: 2rem;
    }

    .thank-you-actions {
        grid-template-columns: 1fr;
    }

    .cta-final-section h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .services-hero-content h1 {
        font-size: 1.6rem;
    }

    .service-full-content {
        padding: 1.5rem;
    }

    .faq-question {
        padding: 1rem;
        font-size: 1rem;
    }

    .thank-you-box {
        padding: 1.5rem;
    }

    .thank-you-icon {
        margin-bottom: 1rem;
    }

    .success-icon {
        width: 80px;
        height: 80px;
    }
}.policySection {
  padding: 80px 2rem;
   background: #f8f9fa;
  min-height: calc(100vh - 200px);
	
}

.policyContainer {
    max-width: 900px;
    margin: 0 auto;
  text-align: left;
   background: white;
    padding   :       3rem;
  border-radius    :      12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 

}

.policyContainer h1{

	font-size: 2.8rem;
				 color: #2c3e50;
   margin-bottom: 2rem;
  font-weight: 700;
   padding-bottom: 1rem;
   border-bottom: 3px solid #3498db;
}

.policyContainer h2 {
    font-size: 1.8rem;
    color: #2c3e50;
  margin-top  :    2.5rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
          position: relative;
	padding-left: 1rem; 

}

.policyContainer h2::before {
  content: "";

   position: absolute;

  left   :      0;

  top: 0;

    bottom: 0;

   width: 4px;

  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);

   border-radius: 2px;
}

.policyContainer p	{

		line-height: 1.8; 
	   margin-bottom: 1.5rem; 
	   color: #34495e; 
	  font-size: 1.05rem;


}

.policyContainer p:first-child {
   font-size: 1.1rem;
 color: #2c3e50;
  font-weight: 500;
}

strong {
    color: #2c3e50;
   font-weight: 600;
}

em  
  {
  font-style: italic;
   color :      #555;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.policyContainer {
	animation: fadeInUp 0.6s ease forwards;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer {
        padding: 2rem 1.5rem;
        max-width: 100%;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .policyContainer p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 0.75rem;
    }

    .policyContainer {
        padding: 1.5rem 1rem;
        border-radius: 8px;
        box-shadow: none;
        background: #ffffff;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
}html {
    scroll-behavior: smooth;
}@media print {
    .main-navbar,
    .main-footer {
        display: none;
    }

    .policySection {
        padding: 0;
        background: white;
    }

    .policyContainer {
        box-shadow: none;
        padding: 0;
        max-width: 100%;
    }

    .policyContainer h1 {
        page-break-after: avoid;
    }

    .policyContainer h2 {
        page-break-after: avoid;
    }

    .policyContainer p {
        orphans: 3;
        widows: 3;
    }
}