* {
  margin: 0;
    padding: 0;
         box-sizing: border-box;


}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
   color: #2c3e50;
    background: #f8f9fa;
}

.page-wrapper {
    width: 100%;
  overflow-x: hidden;
}

.main-header {
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
   position    :        sticky;
  top: 0;
       z-index: 1000;
}

.primary-navigation {
   padding:      1rem 0;
}

.nav-content-box {
	 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
    justify-content: space-between;
	align-items: center;


}

.brand-link {
    display: block;
}

.brand-image {
	height: 48px;
	width: auto;
}  

.mobile-trigger {
	 display: none;
	flex-direction :       column;
  background: none;
    border: none;
    cursor: pointer;
  padding:  8px;
}

.line-bar {
   width: 28px;
      height: 3px;
    background: #2c3e50;
    margin: 4px 0;
   transition: 0.3s;
  border-radius: 2px;
}

.nav-links-container {
    display  :  flex;
    gap: 2.5rem;
}

.nav-item {
  text-decoration  :     none;
    color: #34495e;
    font-weight: 500;
    font-size: 1.05rem;
  transition: color 0.3s ease;
   position: relative;
	
}

.nav-item:hover {

	    color :       #3498db; 
	


}

.nav-item.active::after {
  content: '';
    position: absolute;
  bottom: -6px;
    left: 0;
    width: 100%;
  height: 3px;
    background: #3498db;
}

.hero-banner {

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding: 80px 20px;}

.hero-inner-wrap {
    max-width: 1200px;
  margin: 0 auto;
      display: grid;
  grid-template-columns:  1fr 1fr;
   gap   :   60px;
	 align-items: center;
} 

.text-content-area {
    padding-right     :  20px; 

}

.main-headline {
   line-height: 1.2;
 font-weight: 700;
    font-size: 3rem;
  margin-bottom: 1.5rem;
	
}

.hero-description {
  font-size  :      1.25rem;
    margin-bottom: 2rem;
  line-height: 1.7;
    opacity: 0.95;
}

.action-buttons-group {
  display: flex;
   gap: 1rem;
   flex-wrap: wrap;
}

.primary-action-btn, .secondary-action-btn {
               padding: 14px 32px;
    text-decoration: none;
    border-radius: 6px;
  font-weight: 600;
  font-size: 1.05rem;
   transition: all 0.3s;
  display: inline-block;
}

.primary-action-btn {
      background: white;
   color: #667eea;



}

.primary-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.secondary-action-btn	{
 background: transparent;
       color: white;
   border    :       2px solid white;
}

.secondary-action-btn:hover {
  background: rgba(255,255,255,0.1);
}

.hero-visual-side {

   position   :    relative;

}

.hero-main-image {
   width: 100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.benefits-showcase {
    padding     :    80px 20px;
	    background: white;
}



.section-container {
  max-width: 1200px;
  margin: 0 auto;
}  

.section-title-main {
   text-align: center;
    font-size    :      2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
 font-weight: 700;
}

.benefits-grid-layout {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 40px;
}

.benefit-card-item {
    background    :   #f8f9fa;
	 padding :        2.5rem;
   border-radius  :    10px;
   transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.benefit-icon-graphic {
  width: 64px;
   height: 64px;
   margin-bottom: 1.5rem;
  stroke: #3498db;
  fill: none;
   stroke-width: 2;
  stroke-linecap: round;
      stroke-linejoin    :       round;
}

.benefit-card-title {
  color: #2c3e50;
     margin-bottom: 1rem;
   font-size: 1.5rem;}

.benefit-text-desc    {
    line-height: 1.7;
  color: #7f8c8d;
}

.approach-methodology     {
    padding: 80px 20px; 
	  background: #f8f9fa;
}

.approach-split-layout {
  display: grid;

	               grid-template-columns: 45% 55%;

	   gap: 60px;

	  align-items: center;
}

.approach-image-main {
  width: 100%;
   height: auto;
   border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.approach-heading {
               font-size: 2.25rem;
               margin-bottom: 1.5rem;
    color: #2c3e50;
}  

.approach-intro-text {
	 font-size: 1.15rem;
   color: #5a6c7d;
   margin-bottom: 2rem;
  line-height:1.7;
}

.methodology-steps-list	{
   display   :    flex;
     flex-direction: column;
     gap: 1.5rem;
}

.method-step-box     {
               padding: 1.5rem;
    background: white;
   border-left: 4px solid #3498db;
  border-radius: 6px;


}

.step-title-text {
    font-size     :      1.25rem;
    margin-bottom: 0.5rem;
   color: #2c3e50;
}

.step-description


{
    color: #7f8c8d;
        line-height: 1.6;
}

.services-preview-section {
                    padding : 80px 20px;
  background :white;
}

.services-cards-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
          gap: 35px;
}

.service-preview-card {
  background: #f8f9fa;
    border-radius: 10px;
   overflow  :   hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-preview-card:hover {

  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
	}

.service-card-image 
 {

    width: 100%;
       height: 220px;
  object-fit: cover; 

	}

.service-card-content {
  padding: 2rem;
}

.service-card-heading {
	font-size: 1.5rem;
    margin-bottom: 1rem;
         color: #2c3e50;

}

.service-card-text {
	   color: #7f8c8d; 
    line-height: 1.7;}

.cta-banner-section {
   padding: 80px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color :    white;
   text-align: center; 

}

.cta-inner-container {
    max-width   :        800px;
    margin: 0 auto;
}

.cta-main-heading {
    font-size: 2.5rem;
	 font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-supporting-text {
    font-size: 1.25rem; 
	   margin-bottom: 2rem; 
	    line-height: 1.7; 
	    opacity: 0.95;
}



.cta-action-button {
     padding: 16px 40px;
	                    background: white;
	    color: #667eea;
	    text-decoration: none;
	   border-radius: 6px;
	  font-weight: 600;
	    font-size     :       1.1rem;
	   display: inline-block;
		transition: all 0.3s;

}

.cta-action-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.contact-form-section {
   padding :    80px 20px;
    background: #f8f9fa;
}

.contact-layout-wrapper {
   display: grid;
  grid-template-columns: 40% 60%;
 gap: 60px;
}

.contact-section-title {
    font-size    : 2.25rem;
 margin-bottom: 1.5rem;
    color: #2c3e50;
}

.contact-intro-paragraph
	{
  font-size: 1.1rem;
               color: #5a6c7d;
    margin-bottom: 2rem;
  line-height   :1.7;
}

.contact-details-list {
  display   :     flex;
                    flex-direction: column;
      gap: 1.5rem;
}

.contact-detail-item {
   display: flex;
  gap: 1rem;
    align-items: flex-start;
}

.contact-icon-item {
   width: 40px;
    height: 40px;
  stroke    :        #3498db;
  fill: none;
         stroke-width: 2;
	flex-shrink: 0;
}


.contact-detail-text strong {
   display: block;
    color: #2c3e50;
   margin-bottom: 0.25rem;
	
}

.contact-detail-text p {
	    color: #7f8c8d;


}

.main-contact-form {


 background: white;
   padding :2.5rem;
   border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);

}

.form-field-group {
   margin-bottom: 1.5rem;
}

.form-label-text {
    display: block;
    margin-bottom: 0.5rem;
  color: #2c3e50;
   font-weight: 500;
}

.form-input-field, .form-select-field, .form-textarea-field {
	width: 100%;
    font-family: inherit;
    border: 2px solid #e0e6ed;
    transition: border-color 0.3s;
    border-radius     :    6px;
  padding   :  12px 16px;
  font-size: 1rem;
}

.form-input-field:focus, .form-select-field:focus, .form-textarea-field:focus {
   outline: none;
   border-color: #3498db;
}

.form-textarea-field {
   resize  :vertical;
}

.form-submit-button {
	 width     :      100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   border: none;
   border-radius: 6px;
   font-size: 1.1rem;
   font-weight: 600;
	cursor    :       pointer;
   transition: transform 0.3s, box-shadow 0.3s;
}

.form-submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.site-footer {

   background :   #1a252f;
         color: #ecf0f1;
    padding: 60px 20px 20px;
	}

.footer-content-wrapper {
       max-width: 1200px;

	 margin: 0 auto;
}

.footer-columns-grid		{
      display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
               margin-bottom: 3rem;
}

.footer-logo-image {
   height: 42px;
   margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.footer-brand-description {
  color: #bdc3c7;
    line-height    :    1.7; 

}


.footer-column-title {
   font-size: 1.25rem;
	  margin-bottom: 1rem;
	    color: white;
}

.footer-links-list   {
	list-style: none;
}

.footer-links-list li {
	margin-bottom   :      0.75rem;
	
}


.footer-link-item {
   color     :      #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;


}

.footer-link-item:hover {
  color: #3498db;
}

.footer-contact-info {
      color: #bdc3c7; 
	   margin-bottom:   0.75rem; 
	   line-height: 1.7;
}

.footer-bottom-bar {
   	padding-top: 2rem;
	   border-top: 1px solid #34495e;
	    text-align: center;
	}

.footer-copyright-text {
       color: #95a5a6;
}@media (max-width: 768px) {
    .mobile-trigger {
        display: flex;
    }

    .nav-links-container {
        position: fixed;
        top: 80px;
        right: -100%;
        width: 70%;
        height: calc(100vh - 80px);
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
    }

    .nav-links-container.nav-active {
        right: 0;
    }

    .hero-inner-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .main-headline {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .benefits-grid-layout {
        grid-template-columns: 1fr;
    }

    .approach-split-layout {
        grid-template-columns: 1fr;
    }

    .services-cards-grid {
        grid-template-columns: 1fr;
    }

    .contact-layout-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-columns-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .benefits-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-columns-grid {
        grid-template-columns: 1fr 1fr;
    }
}.policySection {
  padding: 80px 2rem;
  background: #f8f9fa;
}

.policyContainer {
   max-width: 800px;
   margin    :    0 auto;
               text-align: left;
}

.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-block {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 20px 80px;
   color  :      white;
  text-align   :    center;
}

.services-hero-content {
	max-width: 800px;
    margin: 0 auto;
}

.services-main-title {
    font-size: 3rem;
   margin-bottom: 1.5rem;
    font-weight: 700;
	}

.services-hero-text
	{
	 font-size: 1.25rem;
	line-height: 1.7;
  opacity: 0.95;
}

.detailed-services-area {
	  padding :       80px 20px;
    background: white;
}

.service-detailed-card {
   display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
   margin-bottom: 80px;
    align-items: center;
}

.service-detailed-card.reverse-layout {

    grid-template-columns: 55% 45%;


}

.service-detailed-card.reverse-layout .service-detail-visual    {
    order: 2;
}

.service-detailed-card.reverse-layout .service-detail-content {
   order: 1;
}

.service-detail-img {
    width: 100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-detail-heading {
    font-size    :      2.25rem;
    margin-bottom: 1.25rem;
   color: #2c3e50;
}

.service-detail-description {
  font-size: 1.15rem;
        color  :    #5a6c7d;
   line-height: 1.7;
   margin-bottom: 2rem;
}

.service-features-block {
  margin-bottom: 2rem;
}

.features-subheading	{
   font-size: 1.35rem;
    margin-bottom: 1rem;
    color    :      #2c3e50;
}

.features-listing {
  list-style: none;
	padding: 0;
}

.feature-item
{
   display: flex;
  align-items: flex-start;
	 gap: 12px;
   margin-bottom: 1rem;
    padding: 10px;
  background: #f8f9fa;
  border-radius: 6px; 

}

.feature-check-icon  
  {
  width: 24px;
  height: 24px;
    flex-shrink: 0;
     stroke: #27ae60;
  fill: none;
         stroke-width: 2; 

	}

.feature-item span {

   line-height: 1.6;
    color: #34495e;
}

/* FIXME: IE11 compatibility */



/* Build system output */


.service-pricing-info {
   margin-bottom: 1.5rem;
   display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-label {
  font-size  : 1rem;
  color  :        #7f8c8d;
}

.price-amount {
    font-size: 2rem;
  font-weight: 700;
	color: #2c3e50;
}


.service-action-btn {
      display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   text-decoration: none;
    border-radius: 6px;
   font-weight: 600;
      transition: all 0.3s;
}


.service-action-btn:hover {

	  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);

}

.additional-info-section  {

	  background: #f8f9fa; 
		padding: 80px 20px;
}

.info-cards-grid{
  display    :      grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 3rem;
}

.info-card-box {
      background: white;
   padding: 2.5rem;
    border-radius:    10px;
	text-align: center;
	 transition: transform 0.3s, box-shadow 0.3s;
}
/* TODO: optimize for mobile */


/* Browser compatibility */
	/* Vendor-specific */
.info-card-box:hover {

	  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
     }

.info-card-icon {
  width: 64px;
  height: 64px;
   margin     :        0 auto 1.5rem;
   stroke: #3498db;
  fill :    none;
	stroke-width: 2;
                    stroke-linecap: round;
   stroke-linejoin: round;
}

/* NOTE: keep for legacy support */

.info-card-title  
  {
   font-size: 1.5rem;
  margin-bottom: 1rem;
    color: #2c3e50;
}

.info-card-text {
   color: #7f8c8d;
  line-height: 1.7;
}

.services-cta-block {
					 padding: 80px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  text-align: center;
               color: white;
	}

.services-cta-inner {
    max-width: 800px;
  margin: 0 auto; 
	
}

/* Performance critical */

.services-cta-title {
  font-size :       2.5rem;
  margin-bottom: 1.5rem;
   font-weight: 700;
}

/* Temporary fix */
	/* NOTE: keep for legacy support */

/* Debug styles */


.services-cta-text {
   font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height:   1.7;
   opacity: 0.95;
}

.services-cta-button {
  display: inline-block;
	 padding: 16px 40px;
    background: white;
   color     :     #667eea;
  text-decoration: none;
  border-radius: 6px;
 font-weight   :        600;
   font-size: 1.1rem;
  transition: all 0.3s;
}  

.services-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.thankyou-main-section {
	padding: 100px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 70vh;
  display: flex;
  align-items: center;
   justify-content: center;
}

.thankyou-content-box {
	 max-width: 800px;
   background :        white;
          padding: 60px 50px;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
   text-align: center;
} 

.thankyou-icon-wrapper
{
    margin-bottom: 2rem;
}

.thankyou-success-icon {
   width: 80px;
      height     :        80px;
     stroke: #27ae60;
	fill: none;
	stroke-width: 2;
  animation   :      scaleIn 0.5s ease-out;
}
@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-main-heading {
   font-size: 2.75rem;
   color: #2c3e50;
  margin-bottom: 1.5rem;
          font-weight: 700;
}

.thankyou-message-text {
	font-size: 1.25rem;
  color: #5a6c7d;
   line-height: 1.7;
	 margin-bottom: 3rem;
}

.thankyou-info-block {
      background: #f8f9fa;
   padding   :        2.5rem;
		 border-radius: 10px;
  margin-bottom  :  3rem;
   text-align: left;
}

.thankyou-subheading {
	  font-size: 1.75rem;
   color: #2c3e50;
			margin-bottom: 1.5rem;
  text-align :        center;}

.thankyou-steps-list {
			list-style:   none;
   padding: 0;
}

.thankyou-step-item {


   display: flex;
  align-items: center;
    gap: 15px;
  padding: 15px;
 margin-bottom: 1rem;
  background: white;
     border-radius: 8px;
  border-left   :    4px solid #3498db;
     }

.step-small-icon {
   width: 32px;
   height: 32px;
  flex-shrink: 0;
	 stroke     :#3498db;
   fill: none;
	stroke-width    :      2;

}

.thankyou-step-item span {
     color: #34495e;
	line-height: 1.6;
    font-size: 1.05rem; 
	
}

.thankyou-actions-group {

	    display: flex;
   gap: 1rem;
  justify-content: center;
	flex-wrap: wrap;
	 margin-bottom: 2rem;

}

.thankyou-primary-btn, .thankyou-secondary-btn {
   padding: 14px 32px;
  text-decoration     :       none;
  border-radius: 6px;
   font-weight: 600;
    font-size    :1.05rem;
    transition  :   all 0.3s;
   display: inline-block;
}

.thankyou-primary-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
}  

.thankyou-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.thankyou-secondary-btn {
  background: transparent;
   color: #667eea;
    border    :    2px solid #667eea;
}



.thankyou-secondary-btn:hover {
  background: #667eea;
    color: white;

}

.thankyou-additional-info {


  padding-top: 2rem;
                    border-top: 1px solid #e0e6ed;
}

.additional-info-text {
   color: #7f8c8d;
  line-height: 1.7;
}

.thankyou-features-strip {
	padding: 60px 20px;
    background     : white;
}  

.features-strip-grid {
  grid-template-columns: repeat(3, 1fr);
   gap: 40px;
   display: grid;
}

.feature-strip-item {
   display: flex;
  align-items: center;
    gap: 20px;
  padding     :        2rem;
  background: #f8f9fa;
	border-radius :    10px;
  transition: transform 0.3s;
}

.feature-strip-item:hover		{


  transform: translateY(-5px);


}

.feature-strip-icon {
    width: 48px;
    height: 48px;
  flex-shrink: 0;
    stroke: #3498db;
  fill: none;
    stroke-width: 2;
}

.feature-strip-title {
    font-size: 1.25rem;
  color:     #2c3e50;
   margin-bottom: 0.25rem;
}

.feature-strip-desc {
   color: #7f8c8d;
       font-size: 0.95rem;
}@media (max-width: 768px) {
    .services-main-title {
        font-size: 2rem;
    }

    .services-hero-text {
        font-size: 1.1rem;
    }

    .service-detailed-card, .service-detailed-card.reverse-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-detailed-card.reverse-layout .service-detail-visual, 
    .service-detailed-card.reverse-layout .service-detail-content {
        order: 0;
    }

    .service-detail-heading {
        font-size: 1.75rem;
    }

    .info-cards-grid {
        grid-template-columns: 1fr;
    }

    .services-cta-title {
        font-size: 2rem;
    }

    .thankyou-main-heading {
        font-size: 2rem;
    }

    .thankyou-content-box {
        padding: 40px 30px;
    }

    .thankyou-subheading {
        font-size: 1.5rem;
    }

    .features-strip-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .service-detailed-card, .service-detailed-card.reverse-layout {
        grid-template-columns: 1fr;
    }

    .info-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}