* 
 {
  margin: 0;
    padding: 0;
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
   background :     #ffffff;
   color: #2d3748;
	line-height: 1.6;
    letter-spacing :  0.3px;
}

.nav-wrapper {
  position: sticky;
  top: 0;
    z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}

.navigation-bar {
     padding: 0.75rem 0;
}


.nav-container {


  max-width: 1280px;
  margin: 0 auto;
	padding: 0 1.5rem;
  display: flex;
    justify-content: space-between;
  align-items: center;

}

.logo-section {
  flex-shrink: 0;
	
}

.logo-image


{
  height: 2.8rem;
    width: auto;
  filter: brightness(0) invert(1);
}

.menu-toggle {
  display: none;
	 cursor: pointer;
   border: none;
   gap: 0.375rem;
    flex-direction: column;
	 background: none;
}

.burger-icon {
    width: 1.75rem;
   height    :        1.75rem;
    stroke  :   #2d3748;
	 stroke-width: 2;

}

.nav-menu {
	 display: flex;
    list-style: none;
   gap  :       2.5rem;
}

.nav-link {
    text-decoration: none;
	  color: #2d3748;
	   font-weight: 500;
	   -o-transition: color 0.3s ease, border-bottom 0.3s ease;
	   -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
	  font-size: 0.95rem;
	          transition: color 0.3s ease, border-bottom 0.3s ease;
	   padding-bottom:0.25rem;
	    border-bottom: 2px solid transparent;
	}

.nav-link:hover 
 {
   color: #667eea;
	 border-bottom-color  : #667eea;
}@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-bottom: 1px solid #e2e8f0;
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-menu li {
        border-top: 1px solid #e2e8f0;
    }

    .nav-link {
        display: block;
        padding: 1rem 1.5rem;
        border-bottom: none;
    }
}.hero-section {
   max-width: 1280px;
                    margin: 0 auto;
   padding: 4rem 1.5rem;
   display: grid;
    grid-template-columns     :        1fr 1fr;
  gap: 3rem;
  align-items    :     center;
}

.hero-content {
   display:flex;
	flex-direction: column;
	gap: 1.5rem;
}

.hero-title {
       font-size: 2.75rem;
   font-weight    :  700;
  line-height:1.15;
    color: #1a202c;
}

.hero-subtitle {
    font-size: 1.1rem;
	color: #4a5568;
   line-height :       1.8; 

}

.cta-button {
   display    :     inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
    padding: 0.875rem 2rem;
    border-radius: 0.375rem;
    text-decoration: none;
   font-weight:    600;
         transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: fit-content;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.hero-image-container {
 position: relative;
}

.hero-image  {
    width: 100%;
          height : auto;
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .hero-section {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem;
    }

    .hero-title {
        font-size: 2.25rem;
    }
}.intro-section {
  background  :        #f7fafc;
	padding: 3.5rem 1.5rem;
  margin: 2rem 0;
}

.intro-container {


    max-width: 1280px;
   margin: 0 auto; 


}

.intro-container h2 {
   font-size: 2rem;
   text-align: center;
	 margin-bottom: 3rem;
    color: #1a202c;
}

.intro-grid {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.intro-card {
    background  :        #ffffff;
    padding  :        2rem;
      border-radius: 0.5rem;
	border-left: 4px solid #667eea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.card-icon-wrapper {
	 margin-bottom     : 1.25rem;
}

.card-icon {
   width: 2.5rem;
  height:     2.5rem;
  stroke: #667eea;
   fill: none;
	 stroke-width: 1.5;
    stroke-linecap  :        round;
   stroke-linejoin: round;
}

.intro-card h3 {
	font-size: 1.25rem; 
    margin-bottom: 0.75rem; 
    color: #2d3748;
}

.intro-card p {
   font-size  :     0.95rem;
  color: #4a5568;
	
}

.services-preview {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem;



}

.services-container h2
{
  font-size: 2rem;
    text-align: center;
   margin-bottom: 3rem;
    color:   #1a202c;
}

.services-cards-wrapper
	{
                    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   gap: 2rem;
  margin-bottom: 2.5rem;
}

.service-item {
  background     :       #ffffff;
  padding: 2rem;
   border-radius: 0.5rem;
      border-top: 3px solid #764ba2;
    text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition     :        all 0.3s ease;


}

.service-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.service-icon-container{
    margin-bottom: 1.5rem;
}

.service-icon {
   width:    2.75rem;
   height   :       2.75rem;
  margin: 0 auto;
  stroke   :    #764ba2;
   fill: none;
   stroke-width: 1.5;
    stroke-linecap: round;


}

.service-item h3 {
	  font-size: 1.2rem;
    margin-bottom: 0.875rem;
   color: #2d3748;
     }

.service-item p {
   color: #4a5568;
	font-size: 0.95rem;
  line-height: 1.7;
}

.view-all-link  {
   display: block;
    text-align: center;
  color     :  #667eea;
   text-decoration  :   none;
  font-weight: 600;
    padding: 0.75rem 1.5rem;
  border: 2px solid #667eea;
   border-radius: 0.375rem;
   transition: all 0.3s ease;
    width: fit-content;
    margin: 0 auto;


}

.view-all-link:hover {
	background: #667eea;
  color: #ffffff;
}

.strategy-section {
  background: #f7fafc;
    padding: 4rem 1.5rem;
}

.strategy-wrapper {
  max-width: 1280px;
   margin: 0 auto;
  display  :grid;
   grid-template-columns: 1fr 1fr;
   gap: 3rem;
  align-items: center;
}

.strategy-text h2 {
   font-size: 2rem;
	margin-bottom     :   1.5rem;
   color: #1a202c;
}

.strategy-text > p  {
  font-size: 1rem;
  color   : #4a5568;
  margin-bottom: 2rem;
}

.strategy-list
{

	    display: flex;
  flex-direction: column;
       gap: 1.5rem;


}

.strategy-item {

   display: flex;
         gap: 1.5rem;
   align-items: flex-start; 

}

.strategy-number {
   display: flex;
       align-items     :      center;
   justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #ffffff;
                    border-radius: 50%;
   font-weight: 700;
  flex-shrink: 0;
}

.strategy-content h4 
 {

		 font-size: 1.1rem;
    color: #2d3748;
   margin-bottom: 0.5rem;


}

.strategy-content p     {
  color: #4a5568;
	   font-size:       0.95rem;
	   line-height: 1.6;

}

.strategy-image-wrapper {
    position: relative;
}

.strategy-image
	{
         width:      100%;
   height: auto;
   border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}@media (max-width: 1024px) {
    .strategy-wrapper {
        grid-template-columns: 1fr;
    }

    .strategy-text h2 {
        font-size: 1.75rem;
    }
}.results-section {
	max-width: 1280px;
   margin: 0 auto;
     padding: 4rem 1.5rem;
}

.results-container h2 {


  font-size: 2rem;
    text-align: center;
     margin-bottom     :     3rem;
    color   :       #1a202c;
}

.results-metrics		{
   display  :   grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}


.metric-card		{
   text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
   border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.metric-value  {


      font-size  :       2.5rem;
  font-weight: 700;
	color: #667eea;
   margin-bottom: 0.75rem;

}

.metric-description {
   color: #4a5568; 
	      font-size: 0.95rem;
}

.conference-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #ffffff;
   padding: 4rem 1.5rem;
    margin: 3rem 0;
}

.conference-content   {
   max-width     : 1280px;
       margin: 0 auto;
       text-align: center;
}

.conference-content h2{
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.conference-content > p {
   font-size: 1.05rem;
                    margin-bottom: 2.5rem;
  line-height: 1.8;
	max-width: 600px;
   margin-left: auto;
    margin-right: auto;
}

.conference-features {
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
	 margin-bottom: 2.5rem;
}

.feature-item {
  background: rgba(255, 255, 255, 0.1); 
   padding   :    1.5rem; 
               border-radius: 0.375rem; 
  backdrop-filter: blur(10px);
}

.feature-icon {
    width: 2.5rem;
    height    :   2.5rem;
  margin: 0 auto 1rem;
   stroke: #ffffff;
  fill    :        none;
   stroke-width: 1.5;
}

.feature-item h4 {
		font-size: 1.1rem;
    margin-bottom :0.5rem;
	

}

.feature-item p {
   font-size: 0.9rem;
   opacity: 0.9;
}

.conference-button {
   display: inline-block;
      background: #ffffff;
   color: #667eea;
   padding: 0.875rem 2rem;
   border-radius: 0.375rem;
         text-decoration: none;
    font-weight: 600;
   transition: all 0.3s ease;
}  

.conference-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.transformation-section {
  max-width: 1280px;
        margin: 0 auto;
	padding: 4rem 1.5rem;
}

.transformation-section h2 {
 font-size: 2rem;
  text-align: center;
	margin-bottom: 3rem;
    color: #1a202c;
}

.case-studies {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap: 2rem;
}

.case-item {
    background: #ffffff;
    border-radius  :      0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-item:hover {


  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);

}

.case-image {
    height: 220px;
   width: 100%;
          object-fit: cover;
	
}

.case-item h3 {
   font-size: 1.25rem;
    padding: 1.5rem 1.5rem 0.75rem;
    color: #2d3748;
}

.case-item p    {
	    padding: 0 1.5rem 1.5rem;
		 color: #4a5568;
   font-size: 0.95rem;
   line-height   :      1.7;
}

.cta-final {

	    background   :#1a202c;
   color:  #ffffff;
  padding: 4rem 1.5rem;
       text-align     :       center;
	}

.cta-final-content {
    max-width: 1280px;
   margin: 0 auto;
}

.cta-final h2 {


   font-size: 2rem;
   margin-bottom: 1rem;



}

.cta-final > p {
  font-size: 1.05rem;
      margin-bottom: 2rem;
      color: #cbd5e0;
}



.primary-button {
   display  :     inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
    padding: 0.875rem 2rem;
          border-radius  :    0.375rem;
     text-decoration: none;
   font-weight: 600;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.contact-section 
 {
    max-width: 1280px;
    margin   :0 auto;
          padding: 4rem 1.5rem;
}

.contact-section h2 {
  font-size: 2rem;
  text-align: center;
		margin-bottom: 3rem;
    color: #1a202c;
}

.contact-wrapper     {


   display:  grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
	}

.contact-info h3 {
    font-size: 1.25rem;
  margin-bottom: 2rem;
   color: #2d3748;
}


.info-item
{
   margin-bottom: 1.75rem;
}

.info-label {
    font-weight: 600;
   color: #2d3748;
  margin-bottom: 0.25rem;
}

.info-value     {
 color   : #4a5568;
   font-size: 0.95rem;
}


.contact-form {
    background: #f7fafc;
               padding: 2rem;
   border-radius: 0.5rem;
    border-left: 4px solid #667eea;
}

.form-group {
	 margin-bottom: 1.5rem;
}

.form-group label {
   display: block;
    font-weight    :    600;
  margin-bottom: 0.5rem;
	color: #2d3748;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: #ffffff;
   border: 1px solid #cbd5e0;
	 border-radius: 0.375rem;
  padding: 0.75rem;
    font-size: 0.95rem;
  width: 100%;
   transition     :    border-color 0.3s ease;
          font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus

{
  outline: none;
   border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
  resize: vertical;
}

.submit-button {
    width: 100%;
    padding: 0.875rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color:     #ffffff;
  border: none;
    border-radius: 0.375rem;
  font-weight: 600;
     font-size :    1rem;
  cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-button:hover    {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}@media (max-width: 1024px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}.footer-section {
  background: #1a202c;
   color: #cbd5e0;
	 padding: 3rem 1.5rem 2rem;
  margin-top: 4rem;
}

.footer-content {
	max-width: 1280px;
    margin     :0 auto;
}

.footer-top {
		display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	 gap: 2rem;
  margin-bottom: 2rem;
     }

.footer-logo-block {
    display: flex;
  align-items: center;
}

.footer-logo {

	   height   :       2.5rem;
   width: auto;
  filter: brightness(0) invert(1);} 

.footer-column h4 {
    color: #ffffff;
  font-size: 1rem;
  margin-bottom: 1rem;
    font-weight: 600;
}

.footer-links {

   list-style: none;
  display: flex;
          flex-direction    :  column;
  gap     :       0.75rem;
	}

.footer-links a {
  color: #cbd5e0;
	text-decoration: none;
   font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
                    color: #667eea;
}

.footer-contact {
    font-size: 0.95rem;
     margin-bottom: 0.5rem;
}

.footer-phone {
  font-size: 0.95rem;
  margin-top     :   0.75rem;
	color: #667eea;
   font-weight    :      500;
}

.footer-divider {
                       height: 1px;
	 background: #2d3748;
   margin: 2rem 0;
     }

.footer-bottom {

	  text-align: center;
     }  

.footer-text 
 {
	font-size: 0.9rem;

	     margin-bottom: 0.75rem;
}

.footer-disclaimer {
  font-size: 0.85rem;
        color: #718096;

}@media (max-width: 768px) {
    .hero-title {
        font-size: 1.875rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .intro-container h2,
    .services-container h2,
    .transformation-section h2,
    .contact-section h2 {
        font-size: 1.5rem;
    }

    .strategy-section {
        padding: 2.5rem 1.5rem;
    }

    .results-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        grid-template-columns: 1fr;
    }
}.policySection {
 padding: 80px 2rem; 
	  background: #f8f9fa;
}

.policyContainer  
  {
    max-width: 800px;
     margin: 0 auto;
    text-align: left;
}

/* Development only */


.policyContainer h2 {
   font-size: 2.5rem;
	color: #2c3e50;
                    margin-bottom: 1.5rem;
         font-weight: 700;
}

.policyContainer p {

 color: #7f8c8d;
   margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.1rem;
	}
@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
               padding: 4rem 1.5rem;
    text-align     :       center;


}

.services-hero-content {
    max-width: 1280px;
   margin: 0 auto;
}


.services-hero-title {
    font-size  :     2.5rem;
    font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
}

.services-hero-subtitle {
   font-size: 1.1rem;
        color: #4a5568;
   max-width: 700px;
    margin: 0 auto;
	line-height  :       1.8;
}

.services-detailed {
   margin: 0 auto;
  max-width: 1280px;
  padding: 4rem 1.5rem; 
	
}

.services-detailed-container {
    display: grid;
               grid-template-columns: 1fr;
   gap: 2rem;}

.service-detailed-card {
   background: #ffffff;
    border     :       1px solid #e2e8f0;
  border-radius:    0.5rem;
   padding     :     2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.service-detailed-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
   border-color: #667eea;
}

.service-header {
    display: flex;
		align-items: center;
               gap: 1.5rem;
       margin-bottom: 1.5rem; 

}

.service-number


{
    font-size     :      2.5rem;
   font-weight: 700;
  color: #667eea;
   min-width: 70px;
}

.service-detailed-card h2 {
   font-size: 1.75rem;
    color: #2d3748;
}

.service-description {
	 font-size: 1rem;
    color: #4a5568;
    line-height: 1.8;
  margin-bottom: 2rem;
}

.service-details-list   {
               margin-bottom: 2rem;
}

.service-details-list h3 {
   font-size: 1.1rem;
   color     :        #2d3748;
    margin-bottom: 1rem;
}

.details-list {
   list-style: none;
					display: grid;
  grid-template-columns: 1fr 1fr;
	gap   :       0.75rem;
	
}

.details-list li {
   display: flex;
  align-items: center;
   color: #4a5568;
	 font-size :   0.95rem;
   padding-left  :    1.5rem;
  position: relative;
}

.details-list li:before {
  content: "✓";
    position: absolute;
    left: 0;
	 color: #667eea;
  font-weight     :       700;
}

.service-meta {
    border-left: 3px solid #764ba2;
                    background: #f7fafc;
 padding: 1.5rem;
   gap: 0.75rem;
    border-radius    :0.375rem;
   flex-direction :     column;
   display: flex;
}

.meta-item {


  font-size: 0.9rem;
	color: #4a5568;


}@media (max-width: 768px) {
    .services-hero-title {
        font-size: 1.875rem;
    }

    .details-list {
        grid-template-columns: 1fr;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }
}.services-comparison {
	  background: #f7fafc;
    padding: 4rem 1.5rem;
       margin: 2rem 0;

}

.comparison-container {
   max-width:     1280px;
  margin: 0 auto;
}

.comparison-container h2 {
    font-size   :   2rem;
  text-align: center;
    margin-bottom  :2.5rem;
  color: #1a202c;
}

.comparison-table-wrapper {
   overflow-x: auto;
       border-radius   :       0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.comparison-table {
  width: 100%;
	border-collapse: collapse;
    background: #ffffff;

}  

.comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
       color    : #ffffff;
}

.comparison-table th {
   padding: 1.25rem;
                    text-align:       left;
   font-weight: 600;
    font-size: 0.95rem;
	
}

.comparison-table tbody tr {
     border-bottom: 1px solid #e2e8f0;


}

.comparison-table tbody tr:hover {
      background: #f7fafc;
     }

.comparison-table td {
  font-size: 0.95rem;
  padding: 1.25rem;

}

.feature-name    {
  font-weight: 600;
   color: #2d3748;
   width: 180px;
}

.check-mark {
  display: inline-block;
  background: #d1fae5;
  color: #059669;
   width: 1.75rem;
   -webkit-border-radius: 50%;
  height: 1.75rem;
    border-radius: 50%;
  display: flex;
  align-items: center;
   justify-content: center;
  font-weight   :       700;
}

.cross-mark {
	display: inline-block;
  color: #9ca3af;
   font-weight: 700;
   font-size: 1.25rem;
}

.duration-short,
.duration-medium,
.duration-long {
    display: inline-block;
	padding  :       0.375rem 0.75rem;
    border-radius: 0.25rem;
                    font-size: 0.85rem;
       font-weight: 500; 
	
}

.duration-short {
	background:   #fef3c7;
  color: #92400e;
}

.duration-medium {
     background: #bfdbfe;
               color: #1e40af;
}

.duration-long {
    background: #dbeafe;
    color: #0c4a6e;
}

.best-for {
   display: inline-block;
	padding: 0.375rem 0.75rem;
  background: #e9d5ff;
    color :   #6b21a8;
   border-radius: 0.25rem;
   font-size: 0.85rem;
   font-weight: 500;
}

.service-process {
        max-width: 1280px;
       margin: 0 auto;
   	 padding: 4rem 1.5rem;
}

.process-container h2 {
   font-size: 2rem;
    text-align     :center;
  margin-bottom: 3rem;
  color: #1a202c;
}

.process-steps {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}



.process-step {
  text-align: center;
   padding: 2rem;
    background: #ffffff;
   border-radius: 0.5rem;
    border-top: 3px solid #667eea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.step-icon {
    margin-bottom: 1.5rem;
  height: 60px;
   display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-img {
  width: 2.75rem;
	 height: 2.75rem;
  stroke: #764ba2;
   fill: none;
  stroke-width  :    1.5;
   stroke-linecap: round;

}



.process-step h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #2d3748;
}

.process-step p {

	   color: #4a5568;
  font-size: 0.95rem;
   line-height: 1.6;

}

.pricing-section {
   background:  #f7fafc;

	   padding: 4rem 1.5rem; 
	
}

.pricing-container {
     max-width: 1280px;
       margin: 0 auto;
     }

.pricing-container h2 {
      font-size: 2rem;
    text-align: center;
    margin-bottom: 0.75rem;
   color: #1a202c;
}



.pricing-subtitle {
    text-align: center;
	 color: #4a5568;
  margin-bottom    : 3rem;
   font-size: 1rem;
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;
   margin-bottom: 2rem;
}

.pricing-card {
         background: #ffffff;
  -moz-border-radius    :      0.5rem;
    -o-transition: all 0.3s ease;
   -webkit-border-radius: 0.5rem;
					border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
  -moz-transition: all 0.3s ease;
  padding: 2rem;
    position: relative;
  transition: all 0.3s ease; 
	
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: #667eea;
}

.pricing-featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #ffffff;
  transform: scale(1.05);
}

.pricing-featured:hover {


  transform: scale(1.05) translateY(-8px);}

.pricing-badge {
  position: absolute;
    top  :     -12px;
  right: 20px;
   background: #f39c12;
  color :    #ffffff;
	 padding: 0.375rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
  font-weight: 700;
}

.pricing-title 
 {
   font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: inherit;
}

.pricing-featured .pricing-title {
    color: #ffffff;
}

.pricing-duration {
  font-size     :      0.9rem;
   opacity: 0.8;
    margin-bottom: 1rem;
}

.pricing-price {
   font-size   :      2.5rem;
    font-weight: 700;
               margin-bottom: 1rem;
   color: #667eea; 
	
}

.pricing-featured .pricing-price  {
		 color: #ffffff;
}

.price-per,
.price-period {
         font-size: 0.9rem;
  font-weight: 400;
	opacity: 0.8;
}

.pricing-description 
 {
  font-size: 0.95rem;

  margin-bottom: 1.5rem;

  line-height: 1.6;

   color: inherit;
}

.pricing-features {
   list-style: none;
  margin-bottom: 2rem;
}

.pricing-features li {


  padding: 0.5rem 0;
      padding-left: 1.5rem;
   position: relative;
  font-size: 0.9rem;
  color  :    inherit; 



}

.pricing-features li:before {

	  content: "✓";
       position: absolute;
  left: 0;
	color: #667eea;
   font-weight: 700;

}

.pricing-featured .pricing-features li:before {
	color: #ffffff;
}

.pricing-button
{
  display: block;
    text-align: center;
  padding   :       0.875rem 1.5rem;
    background: #667eea;
	color: #ffffff;
	border: none;
  border-radius: 0.375rem;
 text-decoration    :      none;
   font-weight: 600;
   cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-button:hover {

  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(102, 126, 234, 0.3);
}

.pricing-button-featured {
    background: #ffffff;
	color: #667eea;
}

.pricing-button-featured:hover {
   background: #f0f0f0;
}

.pricing-note {
   text-align :   center;
    color: #4a5568;
  font-size :       0.9rem;
    font-style: italic;
}

.faq-services {

  max-width:       1280px;
    margin: 0 auto;
  padding    :  4rem 1.5rem;
	}

.faq-container h2		{
   text-align: center;
    margin-bottom: 3rem;
    color: #1a202c;
    font-size: 2rem;
}

.faq-items {
    display: flex;
  flex-direction: column;
  gap  :       1rem;
}

.faq-item {
	background: #ffffff;
  border     :      1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.faq-question {
    width: 100%;
  background: #f7fafc;
  justify-content:  space-between;
  -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
	color     :        #2d3748;
  font-size: 1rem;
   border: none;
    font-weight: 600;
  align-items: center;
   display: flex;
  padding: 1.5rem;
}  

.faq-question:hover {
         background: #edf2f7;
}

.faq-toggle-icon {
  width: 1.5rem;
 height: 1.5rem;
   stroke: #667eea;
 fill:        none;
  stroke-width  :2;
  stroke-linecap: round;
	transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
   max-height  : 500px;
}

.faq-answer p {
  padding  : 1.5rem;
         color: #4a5568;
        line-height: 1.8;
    font-size: 0.95rem;
}

.cta-services {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
   color: #ffffff;
    padding: 4rem 1.5rem;
   text-align: center; 

}

.cta-services-content {
    max-width: 1280px;
   margin   :     0 auto;
}

.cta-services h2 {
    font-size: 2rem;
  margin-bottom    :     1rem;
}

.cta-services > p {
   margin-bottom: 2rem;
  font-size  :     1.05rem;
   color: #cbd5e0;
}



.cta-services-button {
  display   :    inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color   : #ffffff;
   padding: 0.875rem 2rem;
  border-radius: 0.375rem;
   text-decoration :  none;
   font-weight: 600;
  transition: all 0.3s ease;
}

.cta-services-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.thankyou-hero
{
    min-height   :  70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
   padding: 3rem 1.5rem;


}

.thankyou-container {


    max-width: 700px;
	text-align: center;}

.thankyou-icon-wrapper {
  margin-bottom: 2rem;
}

.thankyou-icon {
   stroke-width: 1.5;
   height: 4rem;
  stroke-linejoin  :     round;
   width: 4rem;
    fill: none;
  animation     :      scaleIn 0.6s ease;
   stroke: #2ecc71;
   stroke-linecap :   round;
   margin: 0 auto;
}@keyframes scaleIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-title {
  font-size: 2.5rem;
   font-weight  :     700;
   color: #1a202c;
        margin-bottom: 1rem;
}

.thankyou-message		{
                  font-size: 1.1rem; 
    color    :   #4a5568; 
   margin-bottom: 2rem;

}

.thankyou-details {
	 background:       #ffffff;
    padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
	 text-align: left;
}

.detail-item {
       display: grid;
   grid-template-columns: 150px 1fr;
    gap: 1rem;
  padding: 0.75rem 0;
	border-bottom: 1px solid #e2e8f0;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-label {
  font-weight: 600;
   color: #2d3748;
}

.detail-value {
    color: #4a5568;
}

.thankyou-next-steps {
   background: #ffffff;
   padding: 2rem;
   border-radius:  0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	 margin-bottom: 2rem;
   text-align :     left;


}

.next-steps-title {
    font-size     :  1.35rem;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

.steps-list {
   display: flex;
	flex-direction: column;
  gap: 1rem;
}

.step-item {
  display: flex;
  gap    :    1rem;
  padding: 1rem;
  background: #f7fafc;
  border-radius   :   0.375rem;
   border-left: 3px solid #667eea;
}

.step-number {
   display: flex; 
	    align-items: center; 
	   justify-content: center; 
	    width: 2.5rem; 
	  height: 2.5rem; 
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
	      color: #ffffff; 
	   border-radius: 50%; 
	    font-weight    :       700; 
	 flex-shrink: 0;
}

.step-content h3 {
  font-size: 1rem;
    color: #2d3748;
   margin-bottom: 0.25rem;
}

.step-content p {
  font-size: 0.9rem;
    color: #4a5568;
}

.thankyou-info-block   {

    background: #e6f2ff;
  border-left: 4px solid #667eea;
   padding: 1.5rem;
  border-radius  : 0.375rem;
   margin-bottom: 2rem;
   text-align: center;
}

.thankyou-info-block h2 {
   font-size :   1.2rem;

	   color: #2d3748;

	  margin-bottom     :   0.75rem;


}



.thankyou-info-block p {
    color: #4a5568;
	font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.contact-phone {
   font-size: 1rem;
   color: #2d3748;
} 

.contact-note {


   font-size: 0.85rem;
          color: #718096;
   font-style: italic; 

	}

.thankyou-actions {
  display: flex;
  gap: 1rem;
    justify-content: center; 

}

.action-button {
  display: inline-block;
                    padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
   border-radius: 0.375rem;
                    text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
}

.action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(102, 126, 234, 0.3);
}

.action-button.secondary {
    background: #ffffff;
   color: #667eea;
	 border: 2px solid #667eea;
} 

.action-button.secondary:hover {
  background: #667eea;
		 color: #ffffff;
}

.related-services-thankyou {
  max-width: 1280px;
  margin: 0 auto;
   padding: 3rem 1.5rem;
}

.related-container h2 {
    font-size  :        1.75rem;
        text-align: center;
                    margin-bottom: 2rem;
    color: #1a202c;
}

.related-cards {

    display :     grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;}

.related-card {
   text-align: center;
    padding: 2rem;
   background: #f7fafc;
   border-radius: 0.5rem;
	 border-top: 3px solid #764ba2;
  transition: all 0.3s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.related-icon {
   width  : 2.75rem; 
	       height: 2.75rem; 
	    margin     :    0 auto 1rem; 
	        stroke: #764ba2; 
	    fill: none; 
	   stroke-width:  1.5; 
	    stroke-linecap: round; 
	
}

.related-card h3 {
   font-size: 1.15rem;
    color: #2d3748;
   margin-bottom: 0.75rem;
}

.related-card p {
  color: #4a5568;
   font-size: 0.95rem;
	line-height: 1.6;
}@media (max-width: 768px) {
    .comparison-table {
        font-size: 0.85rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.75rem;
    }

    .feature-name {
        width: 120px;
    }

    .pricing-featured {
        transform: scale(1);
    }

    .pricing-featured:hover {
        transform: translateY(-8px);
    }

    .thankyou-title {
        font-size: 1.875rem;
    }

    .detail-item {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .action-button {
        width: 100%;
    }
}