* {
  margin: 0;
    padding: 0;
   box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}  

body {
	  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #2c3e50;
    background-color:#fafbfc;
  line-height: 1.6;

}

.navigation-wrapper {
  background: linear-gradient(135deg, #1a3a52 0%, #2d5a7b 100%);
	padding: 1.2rem 0;
   position: sticky;
	top: 0;
   z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.nav-container {
		 max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
   display: flex;
   justify-content: space-between;
  align-items: center;
	}

.nav-brand img {
   height: 45px;
  width: auto;
  filter: brightness(0) invert(1);
}  

.burger-toggle

{
	  background: none;
    display    :     none;
	border :     none;
  flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    gap: 0.35rem;}

.burger-line {
   width: 25px;
	  height: 3px;
	   background-color   :       white;
	    border-radius: 2px;
	  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-toggle.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.burger-toggle.active .burger-line:nth-child(2) {
   opacity: 0;
}

.burger-toggle.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
     }

.nav-links-panel {
  display: flex;
  gap: 2.5rem;
	align-items   :   center;
}

.nav-item
{
  -o-transition: color 0.3s ease;
  color: white;
    text-decoration: none;
   font-size: 1.05rem;
  font-weight   :     500;
        transition     :        color 0.3s ease;
	-webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  position: relative;
}

.nav-item::after {
  content: '';
   position: absolute;
    bottom: -5px;
	 left: 0;
  width: 0;
  height: 2px;
         background-color:    #64b5f6;
  transition: width 0.3s ease;
}

.nav-item:hover {
     color: #64b5f6;
}

.nav-item:hover::after {
   width: 100%;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
                    gap: 3rem;
	max-width: 1200px;
   margin: 0 auto;
    padding   :4rem 2rem;
    align-items: center;
}

.hero-content h1    {
  font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
   color: #1a3a52;
    margin-bottom: 1.5rem;
}

.hero-subtitle 
 {
  font-size: 1.15rem;
               color: #546e7a;
   margin-bottom    :2rem;
  line-height: 1.8;
}

.cta-button {
    display: inline-block;
    padding: 0.95rem 2.2rem;
    border-radius: 6px;
   text-decoration: none;
   font-weight  :  600;
	 font-size: 1rem;
        cursor: pointer;
    border  : none;
   transition: all 0.3s ease;
}

.primary-action {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
   color: white;
}

.primary-action:hover {
  transform: translateY(-2px);

  box-shadow: 0 8px 24px rgba(33, 150, 243, 0.3);

}

.secondary-action

{
  background: linear-gradient(135deg, #00bcd4 0%, #00897b 100%);
   color    :      white;
}

.secondary-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 188, 212, 0.3);
}

.hero-image {
   width: 100%;
	height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);


}

.introduction-block  {
   background-color: #ecf0f1;
    padding: 3.5rem 2rem;
	 margin: 2rem 0;

}

.intro-wrapper {


  max-width: 1000px;
	margin: 0 auto; 

}

.introduction-block h2 {
                    font-size: 2.2rem;
    margin-bottom: 1.5rem;
       color: #1a3a52;
}

.introduction-block p {
	font-size: 1.1rem;
   color: #424242;
	line-height   :    1.8; 

}

.services-showcase {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.services-showcase h2
	{
    font-size: 2.3rem;
  color: #1a3a52;
    margin-bottom: 3rem;
  text-align: center;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
       gap: 2rem;
}

.service-card {
	    background: white;
  border-radius: 10px;
	overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	
     }

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.service-image {
   width: 100%;
					height: 220px;
   object-fit: cover;


}

.service-card h3 {
               font-size: 1.4rem;
    padding: 1.5rem 1.5rem 0.8rem;
  color :    #1a3a52;
}



.service-card p


{
	line-height: 1.7;
   padding     :0 1.5rem 1.5rem;
    color: #546e7a;
   font-size: 0.95rem;
}

.features-highlight {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 4rem 2rem;
   margin: 3rem 0;
}

.features-highlight h2 {
  font-size: 2.2rem;
   text-align: center;
   color :  #1a3a52;
   margin-bottom     :        3rem;
}

.features-container {

	  max-width     :   1200px;
    margin    :    0 auto;
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
       gap: 2.5rem;
	}

.feature-item {
 background: white; 
		padding: 2rem; 
	   border-radius: 10px; 
	   text-align: center; 
	  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); 
	 transition: transform 0.3s ease;

}

.feature-item:hover


{
  transform: translateY(-5px); 
	
}

.feature-icon-wrapper  
  {

	    margin-bottom: 1.5rem;
	}

.feature-svg {
   width     :   50px;
  height    :     50px;
    stroke: #2196f3;
    fill: none;
   stroke-width: 2;
    stroke-linecap: round;
                    stroke-linejoin: round;
   transition: all 0.3s ease;
}

.feature-item:hover .feature-svg {
    stroke: #00bcd4;
  filter: drop-shadow(0 0 8px rgba(0, 188, 212, 0.4));
}

.feature-item h3 {


    font-size: 1.3rem;
  color: #1a3a52;
   margin-bottom: 0.8rem;
	
     }

.feature-item p {
      font-size: 0.95rem; 
    line-height: 1.6; 
    color  :  #546e7a;
}

.cta-consultation     {
     background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
                    padding: 3.5rem 2rem;
    margin: 3rem 0;
   text-align: center;
    color: white;
     }

.consultation-content h2 {
                    font-size: 2.2rem;
  margin-bottom: 1.2rem;
}

.consultation-content p {
    font-size: 1.1rem;
   margin-bottom: 2rem;
   line-height: 1.7;
  max-width: 600px;
   margin-left: auto;
	 margin-right  :auto;
     }

.contact-section {
  max-width: 800px;
    margin: 4rem auto;
   padding: 3rem 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-section h2 {
  font-size: 2rem;
  color: #1a3a52;
    margin-bottom: 0.8rem;
  text-align: center;
}

.contact-intro {
    text-align: center;
  color   :       #546e7a;
  margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.contact-form{

		 display: flex;
  flex-direction: column;

}

.form-row {
  display: grid;
	 grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
 display: flex;
  flex-direction: column;
}



.form-group.full-width


{
         grid-column :       1 / -1;
}

.form-label {


               color: #2c3e50;
    margin-bottom  :  0.6rem;
   font-size: 0.95rem;
    font-weight: 600;


}

.form-input,
.form-textarea {
      padding: 0.9rem 1rem;
  border: 2px solid #e0e0e0;
   border-radius: 6px;
  font-family: inherit;
     font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
   outline :none; 
    border-color: #2196f3; 
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

.form-textarea {

	  resize: vertical;
	   min-height: 120px;
}

.submit-button {
   align-self:    flex-start;
        margin-top: 1.5rem;
}

.footer-section {


    background: #1a3a52;
      color: white;
       padding: 3.5rem 2rem; 

}


.footer-container 
 {
    max-width: 1200px;
	margin: 0 auto;
}

.footer-brand {
   margin-bottom: 2.5rem;
}

.footer-logo {
	 height: 45px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-grid {


	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2.5rem;
	margin-bottom: 2.5rem;


}

.footer-column h4	{
    font-size: 1.1rem;
   margin-bottom: 1.2rem;
  color: #64b5f6;
}

.footer-links {
 list-style     :   none;
}

.footer-links li {
       margin-bottom  :      0.8rem;


}

.footer-links a,
.footer-link


{
    color   :#b0bec5;
	 text-decoration :none;
   transition: color 0.3s ease;
}



.footer-links a:hover,
.footer-link:hover {
    color: #64b5f6;
}

.footer-address {
       font-style  : normal;
                    line-height: 1.8;
    color: #b0bec5;
}

.footer-bottom {
    text-align: center;
  padding-top  :        2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
     color: #90a4ae;
  font-size: 0.9rem;


}@media (max-width: 768px) {
    .burger-toggle {
        display: flex;
    }

    .nav-links-panel {
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a3a52;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-links-panel.active {
        max-height: 300px;
    }

    .nav-item {
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-item::after {
        display: none;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .features-container {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }

    .services-showcase h2,
    .introduction-block h2,
    .features-highlight h2 {
        font-size: 1.6rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .nav-container {
        padding: 0 1rem;
    }
}.policySection {
	 padding :    80px 2rem;
   background: #f8f9fa;
}

.policyContainer 
 {
      max-width: 800px;
   margin: 0 auto;
    text-align: left;
}

.policyContainer h2 {
       margin-bottom   :        1.5rem;
               font-weight: 700;
    font-size: 2.5rem;
          color: #2c3e50;
}

.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, #1a3a52 0%, #2d5a7b 100%);
   color :   white;
		 padding: 5rem 2rem;
   text-align: center;
}

.services-hero-content h1 {
    font-size: 2.8rem;
 font-weight: 700;
	margin-bottom: 1rem;
  line-height: 1.2;
}

.services-hero-content p{
	font-size: 1.15rem;
	max-width :   700px;
  margin   :      0 auto;
    line-height  :1.7;
  opacity: 0.95;



}

.services-detailed {
  max-width: 1200px;
	margin: 0 auto;
   padding: 4rem 2rem;
}

.services-container {

	   display: grid;
    grid-template-columns: 1fr;
  gap: 3rem;
	
}

.service-detail-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	 transition:    all 0.35s ease;

}

.service-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);

}

.service-detail-header {
  position: relative;
    height: 280px;
   overflow: hidden;
}

.service-detail-image {
  width: 100%;
   height: 100%;
   object-fit: cover;
    transition: transform 0.4s ease;
}

.service-detail-card:hover .service-detail-image {

  transform: scale(1.05);
}

.service-detail-header h2 {
	position     :      absolute;
	bottom: 0;
   left: 0;
   right: 0;
  background: linear-gradient(135deg, rgba(26, 58, 82, 0.95) 0%, rgba(45, 90, 123, 0.95) 100%);
   color   :       white;
   padding: 1.5rem 2rem;
        margin     :     0;
   font-size: 1.8rem;
   font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-detail-body {
  padding: 2.5rem;
}

.service-detail-body p {
  margin-bottom: 1.5rem;
      font-size: 1rem;
  color: #546e7a;
   line-height: 1.7; 

}

.service-features {
   list-style: none;
        padding: 0;
    margin: 1.5rem 0;
}

.service-features li {
       padding-left: 2rem;
   margin-bottom: 0.8rem;
      font-size     : 0.95rem;
   position: relative;
   line-height: 1.6;
  color:        #2c3e50;
	}

.service-features li::before {

  content: '✓';
    position: absolute;
  left  :       0;
   top: 0;
  color :   #2196f3;
                    font-weight: bold;
  font-size: 1.2rem;


}

.service-outcome {
  background: linear-gradient(135deg, #ecf0f1 0%, #f5f7fa 100%);
   padding:  1.2rem;
   border-left: 4px solid #2196f3;
       border-radius  :    4px;
    color: #2c3e50;
  font-style: italic;
   margin-top: 1.5rem !important;
} 

.service-process {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
   padding    :        4rem 2rem;
  margin: 3rem 0; 

}

.service-process h2 {
    font-size: 2.2rem;

	    color: #1a3a52;

	   text-align: center;

	    margin-bottom    :       3rem;
}

.process-timeline {
     max-width: 1000px;
        margin:      0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
	}

.process-step
{
     background: white;
	padding: 1.8rem;
  border-radius: 10px;
  text-align: center;
   position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.step-number {
    display: flex;
       align-items: center;
	 justify-content: center;
    width: 50px;
	height :50px;
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
   color: white;
    border-radius: 50%;
  font-size: 1.5rem;
   font-weight   :  bold;
   margin: 0 auto 1rem;
}

.process-step h3 {
    font-size: 1.2rem;
  color: #1a3a52;
  margin-bottom: 0.8rem;
}


.process-step p {
          color: #546e7a;
   font-size: 0.9rem;
	 line-height: 1.6;
}

.service-benefits {
    max-width:      1200px;
  margin: 0 auto;
   padding:4rem 2rem;
}

.service-benefits h2
{
   margin-bottom: 3rem;
         text-align: center;
  color: #1a3a52;
        font-size: 2.2rem;
}

.benefits-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap  :       2.5rem;
}

.benefit-item {
	background : white;
   padding: 2.2rem;
   border-radius: 10px;
   text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.benefit-item:hover {

	  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);


}

.benefit-icon {
      margin-bottom: 1.5rem;
   display: flex;
        justify-content     : center;
}

.benefit-svg {
   stroke-linecap: round;
   width: 55px;
  stroke-linejoin    :      round;
	transition    :   all 0.3s ease;
    stroke: #2196f3;
    fill: none;
    stroke-width: 2;
   height: 55px;
}

.benefit-item:hover .benefit-svg{
   stroke: #00bcd4;
  filter: drop-shadow(0 0 10px rgba(0, 188, 212, 0.4));
  transform: scale(1.1);
}

.benefit-item h3 {
  font-size: 1.3rem;
   color: #1a3a52;
			margin-bottom: 0.8rem;
}

.benefit-item p {
   color: #546e7a;
    font-size: 0.95rem;
  line-height: 1.6;
}

.cta-final    {
     background: linear-gradient(135deg, #00bcd4 0%, #00897b 100%);
    padding: 3.5rem 2rem;
	 margin: 3rem 0;
  text-align: center;
  color: white;
	
	}

.cta-final-content h2 {
    font-size: 2.2rem;
   margin-bottom: 1rem;
}

.cta-final-content p {
  font-size: 1.1rem;
  max-width: 600px;
     margin: 0 auto 2rem;
    line-height: 1.7;
	
}

.thankyou-section {
		max-width: 700px;
  margin: 0 auto;
   padding: 5rem 2rem 4rem;
    text-align: center;
}

.thankyou-container {
      background: white;
   padding: 3rem 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);

}

.success-icon {


   margin-bottom: 1.5rem;
   display: flex;
   justify-content:   center;
}

.success-svg		{
  width: 80px;
    height: 80px;
  stroke: #2ecc71;
    fill: none;
  stroke-width: 2;
    stroke-linecap: round;
          stroke-linejoin: round;
    animation: scaleIn 0.6s ease-out;
}@keyframes scaleIn {
    from {
        transform: scale(0.3);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-title {
  font-size: 2.5rem;
    color: #1a3a52;
   margin-bottom: 1rem;
	 font-weight: 700;
}
/* Vendor-specific */
.thankyou-message {
   line-height  :     1.7;
  margin-bottom: 2.5rem;
    color: #546e7a;
   font-size: 1.15rem;
}  

.thankyou-content 
 {
	text-align: left;
    background: #f5f7fa;
   padding:2rem;
    border-radius: 10px;
 margin-bottom: 2rem;
}

.thankyou-content h2 {
   font-size     :        1.4rem;
   color: #1a3a52;
   margin-bottom: 1.5rem;
}

.next-steps {
   		list-style:        none;
   padding: 0;
	}

.next-steps li {
   margin-bottom: 1.2rem;
    padding-left: 2.5rem;
  position: relative;
  color: #2c3e50;
  font-size: 0.95rem;
   line-height: 1.6;
}

/* Build system output */



/* TODO: optimize for mobile */


/* Typography */

.next-steps li::before {
  content: '→';
    position: absolute;
    left: 0;
  color: #2196f3;
  font-weight: bold;
  font-size: 1.2rem;

}

.thankyou-additional     {
    background: #ecf0f1;
  padding  :       1.8rem;
   border-radius: 10px;
    margin-bottom: 2rem;

}

.thankyou-additional h3 {
        color: #1a3a52;
   margin-bottom    :        0.8rem;
  font-size: 1.1rem;
}

.thankyou-additional p {
    color     :  #546e7a;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

.thankyou-link {
   color: #2196f3;
   text-decoration: none;
   font-weight: 600;
    transition: color 0.3s ease;

}

.thankyou-link:hover {
   color: #1976d2;
   text-decoration: underline;

}

.thankyou-actions {
 display: flex;
    gap: 1.5rem;
   justify-content: center;
  flex-wrap: wrap;
} 

.quick-info {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 3rem 2rem;
               margin    :    3rem 0;
}

.info-wrapper {
   max-width: 1000px;
    margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.info-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
			text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Temporary fix */
.info-icon  
  {
	height: 50px;
	stroke-width   :     2;
   width: 50px;
   fill: none;
  stroke-linecap: round;
  stroke: #2196f3;
    margin: 0 auto 1rem;
   stroke-linejoin     :   round; 

}

.info-card h4 {
   color: #1a3a52;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.info-card p {
	    color: #546e7a;
  font-size: 0.9rem;
  line-height: 1.5; 
	
	}
@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .service-detail-header h2 {
        font-size: 1.4rem;
        padding: 1.2rem 1.5rem;
    }

    .service-detail-body {
        padding: 1.8rem;
    }

    .process-timeline {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-actions .cta-button {
        width: 100%;
    }

    .service-process h2,
    .service-benefits h2,
    .cta-final-content h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 3rem 1.5rem;
    }

    .services-hero-content h1 {
        font-size: 1.6rem;
    }

    .service-detail-header {
        height: 200px;
    }

    .thankyou-container {
        padding: 1.8rem 1.5rem;
    }

    .thankyou-title {
        font-size: 1.8rem;
    }

    .thankyou-message {
        font-size: 0.95rem;
    }
}