*  
  {
    margin: 0;
   padding: 0;
				 box-sizing: border-box;}

/* Temporary fix */

body
	{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
	   line-height: 1.6; 
	    color: #2c3e50; 
	   background-color :      #f8f9fa;
}



.main-header {
  background: linear-gradient(135deg, #1a3a52 0%, #2c5aa0 100%);
	 padding  :1.2rem 0;
    position: sticky;
  top  :    0;
   z-index: 100;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.header-container {
               justify-content: space-between;
	max-width: 1200px;
    display: flex;
  padding     :      0 1.5rem;
    align-items:        center;
	margin: 0 auto;


}

/* Responsive design */

/* Build system output */


.logo-section {
   flex: 0 0 auto;
}

.company-logo {
	 height: 45px;
  width: auto;
}

.nav-bar    {
      display :        flex;
  gap: 2.5rem;
    align-items: center;}

.nav-link {
   color: #fff; 
	  text-decoration: none; 
	        font-weight    :    500; 
	    transition: color 0.3s ease; 
	    border-bottom: 2px solid transparent; 
	  padding-bottom :    4px;
	
}

.nav-link:hover {
  color: #64b5f6;
    border-bottom-color: #64b5f6;
}

.burger-btn {
	display: none;
    background    : transparent;
  border: none;
	cursor: pointer;
  padding: 0.5rem;
	
}

.burger-icon {
  width  : 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.hero-section {
   max-width: 1200px;
    margin: 0 auto;
   padding: 4rem 1.5rem;
  display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 3rem;
    align-items: center;
}

/* Colors and backgrounds */

.hero-content h1 {
   font-size: 2.8rem;
  line-height: 1.2;
   margin-bottom: 1rem;
    color    : #1a3a52;
}

.hero-subtitle {
    font-size  :   1.1rem;
  color: #555;
  margin-bottom: 2rem;
}

.cta-button {
  display: inline-block;
    padding   : 0.9rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color    :      white;
  text-decoration: none;
  border-radius: 6px;
   font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
      font-size: 1rem;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.cta-button.secondary {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.cta-button.large {
  padding: 1.2rem 3rem;
	font-size: 1.1rem;
}

/* Temporary fix */


/* Framework override */


.hero-image img {
    width: 100%;
   height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about-section {
   max-width : 1200px;
   margin: 3rem auto;
   padding: 4rem 1.5rem;
  background: #fff;
   border-radius: 8px;
    margin-left: auto;
  margin-right: auto;
}

.about-section h2 {
   text-align: center;
                    font-size     :     2rem;
   color: #1a3a52;
    margin-bottom: 3rem;
}

/* FIXME: IE11 compatibility */

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

/* TODO: optimize for mobile */
/* Custom modifications */

/* TODO: optimize for mobile */


.about-card {
   padding: 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
   border-radius: 8px;
   border-left: 4px solid #667eea;
}

.about-card h3 {
  color: #1a3a52;

   margin-bottom: 1rem;

        font-size: 1.4rem;
}
/* Custom modifications */


/* Colors and backgrounds */


.about-card p {
    color: #333;
  font-size: 0.95rem;
}

.workflow-section
	{
               max-width: 1200px;
    margin: 3rem auto;
    padding: 3rem 1.5rem;
}

.workflow-section h2 {
                    text-align: center;
  font-size: 2rem;
     margin-bottom: 2rem;
   color: #1a3a52; 
	
}

.workflow-container {
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap :        3rem;
    align-items: center;
} 

.workflow-container img {
    width: 100%;
    border-radius:   8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.workflow-text p {
   margin-bottom: 1.5rem;
   color: #444;
}

.workflow-list {
   list-style  :      none;
	padding-left: 0;
}


.workflow-list li {

	      padding: 0.8rem 0;
    padding-left :      1.5rem;
   position:  relative;
    color: #333;}

.workflow-list li:before {
  content: "✓";
    position: absolute;
        left: 0;
   color: #667eea;
    font-weight: bold;
	
}

.services-preview {
  max-width: 1200px;
	margin: 3rem auto;
   padding:      3rem 1.5rem;
	background: #fff;
  border-radius: 8px;
}

/* Temporary fix */

.services-preview h2 {
   text-align: center;
   font-size  :   2rem;
               color: #1a3a52;
   margin-bottom: 2.5rem;
}

.services-grid

{
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 1.5rem;
}

.service-item {
  padding: 1.8rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color    :        white;
  border-radius: 6px;
   transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-4px);
}

.service-item h3 {
   margin-bottom: 0.8rem;
    font-size: 1.2rem;
}


.training-section    {
   max-width: 1200px;
    margin     :        3rem auto;
  padding: 3rem 1.5rem;
}

.training-content {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2.5rem;
    border-radius: 8px;
   text-align: center;
}

.training-content h2 {
    font-size:   2rem;
         color: #1a3a52;
   margin-bottom: 1.5rem;
}  

.training-content img {
	max-width: 500px;
    width: 100%;
    margin: 1.5rem 0;
   border-radius  :      8px;
}

.training-content p {
  color    :     #444;
    font-size: 1rem;


}

.conference-section {


   max-width: 1200px;
         margin :  3rem auto;
    padding :        3rem 1.5rem;

}

.conference-section h2 {
  text-align: center;
	    font-size: 2rem;
	  color: #1a3a52;
	    margin-bottom: 2rem;
}

.conference-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
     gap: 2.5rem;
	 align-items: center;
	
}

.conference-grid img {
   	width: 100%;
  border-radius     :8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
	}

.conference-info p {

	  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.7;
	}

.efficiency-section {
    max-width: 1200px;
   margin: 3rem auto;
   padding    :3rem 1.5rem;
    background: #fff;
   border-radius: 8px;
	
} 

.efficiency-section h2 {
    text-align     :        center;
  font-size: 2rem;
  color: #1a3a52;
   margin-bottom: 2rem;
} 

.efficiency-content {
    gap: 2rem;
  align-items: center;
   grid-template-columns: 1fr 1fr;
  display: grid;
}

/* Performance critical */


/* NOTE: keep for legacy support */
.efficiency-content img {
   width: 100%;
       border-radius: 8px;
     box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.efficiency-text
	{
  color: #444;
}

/* Typography */

.efficiency-text p {
    margin-bottom: 1rem;
}

.cta-section {
        max-width: 1200px; 
    margin: 3rem auto; 
	padding  :   3rem 1.5rem; 
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
   border-radius: 8px; 
   text-align: center; 
  color: white;
}

.cta-section h2 {
	 margin-bottom: 1rem;
  font-size: 2rem;
}

/* Colors and backgrounds */


	/* Temporary fix */

.cta-section p {
    font-size: 1.1rem;
				 margin-bottom: 2rem;
}

.contact-section {
    max-width: 1200px;
    margin    :  3rem auto;
   padding: 3rem 1.5rem;
}

.contact-section h2 {
  text-align: center;
   font-size: 2rem;
	color:      #1a3a52;
   margin-bottom: 2rem;


}

.contact-form


{
   max-width: 600px;
   margin: 0 auto;
  background: #fff;
    padding: 2rem;
          border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.form-group {
   margin-bottom: 1.5rem;
}

/* Third-party styles */

.form-group label {
    display     :     block;

      margin-bottom: 0.5rem;

  color: #1a3a52;

    font-weight: 600;
}
	/* Hack for old browsers */


.form-group input,
.form-group select,
.form-group textarea {

	   width:      100%;
   padding: 0.9rem;
   border: 2px solid #e0e0e0;
  border-radius: 4px;
    font-size: 1rem;
                    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 8px rgba(102, 126, 234, 0.2);


}
	/* Legacy code */

/* Performance critical */

.submit-button {
	width: 100%;
	padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color:     white;
     border: none;
   border-radius:  4px;
   font-size   :      1rem;
       font-weight: 600;
	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.4);
}

.main-footer {
  color: #ccc;
  padding   :  3rem 1.5rem 1rem;
    margin-top: 4rem;
  background: #1a2e3f;
}

.footer-container


{
  max-width: 1200px;
  margin: 0 auto;
	display: grid;
   grid-template-columns: auto 1fr 1fr;
  gap: 2rem;
  margin-bottom   :     2rem;
     }

.footer-logo {
   flex-shrink:        0;
}

.footer-logo-image {
   height: 50px;
  width   :     auto;
  filter: brightness(0) invert(1);
}

.footer-info p {
       font-size: 0.95rem;
  margin: 0.5rem 0;}

.footer-nav {
        display: flex;
	  flex-direction: column;
	  gap: 0.8rem;
}

.footer-nav a {
   color: #ccc;

	   text-decoration: none;

	               -webkit-transition: color 0.3s ease;

	       transition    : color 0.3s ease;
}

.footer-nav a:hover {
    color: #64b5f6;
}

.footer-bottom {


  text-align: center;
  padding-top: 1.5rem;
    border-top: 1px solid #333;
    font-size: 0.9rem;
                    color: #999;
	}
@media (max-width: 768px) {
    .nav-bar {
        display: none;
    }

    .burger-btn {
        display: block;
    }

    .nav-bar.active {
        display: flex;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #1a3a52;
        padding: 1.5rem;
        gap: 1rem;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .workflow-container {
        grid-template-columns: 1fr;
    }

    .conference-grid {
        grid-template-columns: 1fr;
    }

    .efficiency-content {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .service-item {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .about-section,
    .services-preview,
    .efficiency-section,
    .contact-section {
        padding: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }
}.services-hero {
   max-width: 1200px;
  margin: 0 auto;
    padding: 4rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  text-align: center;
    color: white;
       border-radius: 8px;
    margin-top: 2rem;
     margin-bottom :        2rem;
}

.services-hero h1 {
   font-size: 2.5rem;
  margin-bottom: 1rem;
}

.services-hero p {
    font-size: 1.2rem;
  opacity: 0.95;
}
	/* Layout styles */


/* NOTE: keep for legacy support */
.services-main {
	max-width: 1200px;
 margin  :       0 auto;
    padding: 2rem 1.5rem;
}

.service-detailed
	{


    background: white;
    border-radius: 8px;
          padding: 2.5rem;
               margin-bottom: 2.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
     }

/* Framework override */

.service-detailed:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.service-detailed.alternate {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.service-header {
  display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom  :      1.5rem;
    flex-wrap  :wrap;
    gap: 1rem;
}

.service-header h2		{
    color    : #1a3a52;
    font-size: 1.8rem;
    margin: 0;}

.service-tag {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   padding: 0.5rem 1rem;
   border-radius: 20px;
	font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.service-content {
	display     :        grid;
    grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
   align-items: start;
}


.service-image img {
    width: 100%;
    height: auto;
          border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Development only */

.service-description h3 {
    color: #1a3a52;
	     font-size: 1.3rem;
	  margin-bottom: 1rem;
}

.service-description p {

    color: #444;
    margin-bottom: 1.2rem;
    line-height: 1.7;
     }

.service-features {
	list-style: none;
    padding: 0;
   margin-bottom: 1.5rem;
}

.service-features li {
  padding: 0.7rem 0;
   padding-left : 1.8rem;
   position: relative;
    color: #333;
}

.service-features li:before {
  content: "✓";
   position    :   absolute;
    left :     0;
    color: #2ecc71;
   font-weight: bold;
        font-size: 1.1rem;
}

.service-duration {
    color: #667eea;

	    font-weight: 600;

	  margin-bottom: 1.5rem;
}

.service-cta {
       display     :       inline-block;
   padding: 0.85rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color  :     white;
  text-decoration: none;
   border-radius    :6px;
   font-weight: 600;
    transition   : transform 0.3s ease, box-shadow 0.3s ease;
     }

.service-cta:hover   {

	  transform: translateY(-2px); 
	  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
	
     }

.service-comparison {
  max-width: 1200px;
    margin: 4rem auto;
    padding: 3rem 1.5rem;
      background: white;
    border-radius: 8px;

}

.service-comparison h2{
    text-align    :        center;
	color :        #1a3a52;
    font-size: 2rem;
   margin-bottom: 2.5rem;
}

.comparison-table {
                    overflow-x     :     auto;
}

.comparison-table table {
	width: 100%;
    border-collapse     :       collapse;
    background: white; 
	
}

.comparison-table th {
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
	   color: white; 
	   padding: 1rem; 
	   text-align: left; 
	   font-weight: 600; 
	  border: none;}

.comparison-table td {
          padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
                    color: #333;
}

.comparison-table tr:hover {
  background: #f8f9fa;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.services-faq {
   max-width: 1200px;
    margin:  3rem auto;
   padding: 3rem 1.5rem;
	
}

.services-faq h2 {
   margin-bottom: 2.5rem;
	   text-align: center;
	   color: #1a3a52;
	  font-size: 2rem; 

}  

.faq-container {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
               gap: 2rem;
}

.faq-item {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 1.8rem;
	border-radius   :        8px;
   border-left: 4px solid #667eea;
}

.faq-question {
   color: #1a3a52;
  font-size  :1.1rem;
   margin-bottom: 1rem;
   cursor: pointer;
    transition     :  color 0.3s ease;

}  

.faq-question:hover {
         color: #667eea;
}

.faq-answer {
    color: #444;
	font-size: 0.95rem;
    line-height: 1.6;
}

/* Minified version */

.services-cta {
	max-width: 1200px;
   margin : 4rem auto;
   padding    :   3rem 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 border-radius:      8px;
   text-align: center;
  color: white;
}

.services-cta h2 {

   font-size: 2rem;
	margin-bottom: 1rem;


}

/* Component styles */

.services-cta p {
  font-size  :    1.1rem;
  margin-bottom: 2rem;
}

.thankyou-section {

   max-width: 800px;
  margin: 4rem auto;
	padding: 3rem 1.5rem;
   min-height: 60vh;
  display: flex;
    align-items: center;
  justify-content: center;

}

.thankyou-container  
  {
   background: white;
        border-radius: 8px;
  padding  :        3rem;
   text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
   animation: slideInUp 0.6s ease-out;
}
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.thankyou-icon {
	margin-bottom: 2rem;
}

.thankyou-icon svg {
    width: 100px;
  height: 100px;
   animation: checkBounce 0.8s ease-out;
}@keyframes checkBounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-container h1 {
   color: #1a3a52;
   font-size: 2.5rem;
  margin-bottom :1rem;
}

.thankyou-greeting {
  color: #667eea;
  font-size: 1.2rem;
   font-weight: 600;
      margin-bottom: 1rem;
}


.thankyou-message {
	  color: #444;
    font-size: 1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.thankyou-details     {

  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); 
   padding: 2rem; 
  border-radius     :    8px; 
   margin: 2.5rem 0; 
   text-align: left;

}

.thankyou-details h2 {

   color: #1a3a52;
   font-size: 1.4rem;
  margin-bottom: 1.5rem;
	text-align: center;
	}

.next-steps {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
	
}

.step {
	display: flex;
  gap: 1rem;
}

.step-number {
      display: flex;
    align-items: center;
   justify-content: center;
  width: 40px;
    height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   border-radius: 50%;
    font-weight: bold;
    flex-shrink: 0;
        font-size: 1.1rem;


}

.step-content h3 {
   color: #1a3a52;
   margin: 0 0 0.5rem 0;
   font-size: 1rem;
}


.step-content p {
    color: #444;
                    margin: 0;
    font-size: 0.9rem;
   line-height: 1.5;
}

.thankyou-contact-info {
	background: white;
  padding: 1.8rem;
  border-radius: 8px;
    margin: 2rem 0;
  border: 2px solid #e0e0e0;
}

.thankyou-contact-info h2 {
    color: #1a3a52;
      font-size    :       1.3rem;
     margin-bottom: 1rem;
}

.thankyou-contact-info p {
     color: #444;
   margin: 0.5rem 0;

}

.contact-phone {


     color: #667eea;

	  font-size: 1.3rem;

	    margin-top: 1rem;
     }

.thankyou-actions {
	margin-top: 2rem;
	  gap: 1.5rem;
	  display: flex;
	   flex-wrap: wrap;
	   justify-content: center;
}

.action-button {
    display: inline-block;
  padding: 0.9rem 2rem;
  border-radius: 6px;
    text-decoration: none;
   font-weight: 600;
  transition:     transform 0.3s ease, box-shadow 0.3s ease;
}

.action-button.primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color   :       white;
}

.action-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.action-button.secondary {
   background: white;
    color: #667eea;
  border: 2px solid #667eea;
}

.action-button.secondary:hover {
  background :     #667eea;
	color: white;
  transform: translateY(-2px);


}@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 1.8rem;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-tag {
        align-self: flex-start;
    }

    .service-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .faq-container {
        grid-template-columns: 1fr;
    }

    .next-steps {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .action-button {
        width: 100%;
        text-align: center;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.7rem;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 2rem 1rem;
    }

    .services-hero h1 {
        font-size: 1.4rem;
    }

    .service-detailed {
        padding: 1.5rem;
    }

    .service-header h2 {
        font-size: 1.3rem;
    }

    .thankyou-container {
        padding: 1.5rem;
    }

    .thankyou-icon svg {
        width: 70px;
        height: 70px;
    }

    .thankyou-container h1 {
        font-size: 1.8rem;
    }

    .thankyou-details {
        padding: 1.5rem;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.95rem;
    }

    .step-content h3 {
        font-size: 0.9rem;
    }

    .step-content p {
        font-size: 0.85rem;
    }
}.policySection {
    background: #f8f9fa;
  padding: 80px 2rem;
}

.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;
    }
}