* {
   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: #ffffff;
}

.main-navigation {
    background: #fff;
   padding: 1.2rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: sticky;
  top    :0;
	z-index: 1000;
}

.nav-wrapper {
  max-width: 1280px;
  align-items :        center;
    display    : flex;
   padding: 0 2rem;
 justify-content: space-between;
    margin : 0 auto;
}

.logo-container .site-logo {
    height    :   48px;
	 width: auto;
}

.nav-links {
   display: flex;
    list-style: none;
  gap: 2.5rem;
}

.nav-links a   {
    text-decoration    :      none;
   color: #34495e;
                    font-weight: 500;
  transition: color 0.3s;
   font-size: 1.05rem;
} 

.nav-links a:hover {
  color: #667eea;
}

.burger-menu {
   display: none;
   flex-direction: column;
    cursor: pointer;
  gap: 5px; 

}



.burger-menu span {
  width    : 28px;

	height: 3px;

	background: #34495e;

    transition:       all 0.3s ease;
}

.hero-section {
    display :        grid;
	grid-template-columns  :    1fr 1fr;
  gap: 3rem;
   max-width     : 1280px;
  margin  :     4rem auto;
	 padding: 0 2rem;
  align-items: center;
}

.hero-content h1 {
    font-size  :    2.8rem;
   color: #1a202c;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
   font-size: 1.25rem;
  color: #4a5568;
  margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
	 gap: 1.5rem;
}

.btn-primary, .btn-secondary {
    padding: 0.9rem 2rem;
                    border-radius   :     6px;
    text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102,126,234,0.3);
}

.btn-secondary {
    border: 2px solid #667eea;
    color: #667eea;
  background  :       transparent;
}

.btn-secondary:hover    {
		background: #667eea;
      color: white;
}

.hero-image img {

	  width     :       100%;
   height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
     }

.intro-section

{
     background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
   padding: 5rem 0;

}

.container-width {
	max-width: 1280px;
   margin: 0 auto;
    padding: 0 2rem;
} 

.intro-section h2 {
   font-size    :       2.4rem;
         color: #1a202c;
   margin-bottom: 1.5rem;
    text-align: center;
}

.section-description {
  text-align: center;
    max-width: 800px;
   margin: 0 auto 3rem;
   font-size: 1.15rem;
  color  :    #4a5568;
}

.features-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	 gap: 2.5rem;
  margin-top: 3rem;
	
}

.feature-card {

	  background: white;
    padding: 2rem;
	border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
        transition:   transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
	width   :      60px;
        height: 60px;
	 margin-bottom: 1.5rem;
}



.feature-icon svg
{
  width: 100%;
	height: 100%;
   stroke: #667eea;
   fill: none;
		 stroke-width: 2;
  stroke-linecap    :       round;
    stroke-linejoin: round;
}

.feature-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #2d3748;
}

.feature-card p    {
   line-height: 1.7;
      color   :       #4a5568;
}

.showcase-section {
   padding: 5rem 0;
}

.showcase-content {

    max-width: 1280px;
    margin: 0 auto;
               padding: 0 2rem;
         display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 4rem;
  align-items: center;


}

.showcase-text h2 {
	margin-bottom: 1.5rem;
          color: #1a202c;
    font-size: 2.2rem;
}



.showcase-text p {
  color: #4a5568;
  line-height: 1.8;
	 font-size: 1.1rem;
    margin-bottom: 2rem;


}

.benefit-list
{
  list-style: none;
}


.benefit-list li {
	 padding: 0.7rem 0;
                    padding-left: 2rem;
   position:     relative;
    color: #2d3748;
}

.benefit-list li:before {
  content: "✓";
  position: absolute;
         left: 0;
   color: #667eea;
   font-weight: bold;
		 font-size: 1.3rem;
}

.showcase-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 padding: 4rem 0;
    text-align: center;
}

.cta-container {
	   max-width  :     900px;
    margin: 0 auto;
  padding  :      0 2rem;
	}

.cta-section h2{
   font-size   :      2.5rem;
    color: white;
        margin-bottom: 1rem;
}

.cta-section p {
       font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
	 margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
  background: white;
  color: #667eea;
  text-decoration    :       none;
   font-weight: 600;
    border-radius: 6px;
	 transition: all 0.3s;
	 font-size    :   1.1rem;
}

.cta-button:hover		{
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.services-preview {
  padding: 5rem 0;
   background: #f8f9fa;
}



.services-preview h2 {
                    font-size   :       2.4rem;
  text-align: center;
  margin-bottom: 3rem;
   color: #1a202c;
}

.services-grid	{
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2.5rem; 
	
}

.service-item {
    background: white;
         border-radius: 10px;
       overflow: hidden;
     box-shadow: 0 4px 15px rgba(0,0,0,0.08);
     transition    :    transform 0.3s;
	}

.service-item:hover {
	  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12); 
	
     }

.service-item img {
    width: 100%;
   height: 220px;
    object-fit: cover;
	
}

.service-item h3		{
  padding: 1.5rem 1.5rem 0.8rem;
   font-size: 1.5rem;
   color:      #2d3748;
}

.service-item p
	{

	  padding: 0 1.5rem 1.5rem;
  color: #4a5568;
    line-height: 1.7;
}



.service-link {
    display: inline-block;
               padding:  0 1.5rem 1.5rem;
    color: #667eea;
   text-decoration: none;
    font-weight   :    600;
   transition: color 0.3s;
}

.service-link:hover

{

    color: #764ba2;

}

.contact-section {
   padding: 5rem 0;
  background: white;
}

.contact-wrapper


{
    margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr 1.2fr;
	padding: 0 2rem;
  max-width: 1280px;
	gap: 4rem;
}  

.contact-info h2 {
  font-size   :   2.2rem;
    margin-bottom: 1rem;
	color: #1a202c;
}

.contact-info > p {
   color: #4a5568;
    margin-bottom: 2rem;
  font-size: 1.1rem;
}

.info-block {
	 display: flex;
                    flex-direction: column;
   gap: 2rem;
}

.info-item {
	   display: flex;
          gap: 1.2rem; 

     }

.info-item svg


{
           width: 32px;
	height: 32px;
  flex-shrink: 0;
  stroke: #667eea;
   fill: none;
    stroke-width     :    2;
   stroke-linecap: round;
  stroke-linejoin: round;

}

.info-item strong {
   display: block;
  color: #2d3748;
               margin-bottom: 0.3rem;
   font-size: 1.1rem;
}

.info-item p {
  color: #4a5568;

}

.contact-form {
	    background: #f8f9fa;
   padding: 2.5rem;
					border-radius: 10px;

}

.form-group {
   margin-bottom: 1.5rem;
}

.form-group label {
     display: block;
   margin-bottom: 0.5rem;
  color: #2d3748;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
  border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
  transition    :border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

	   border-color: #667eea;

  outline: none;

}

.submit-btn {
  width: 100%;
   padding: 1rem;
  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: all 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102,126,234,0.3);
}

.site-footer {
    background: #1a202c;
   color: white;
  padding: 3rem 0 1.5rem;
}

.footer-content     {
   max-width: 1280px; 
	    margin     :        0 auto; 
		padding: 0 2rem; 
	         display     :   grid; 
	  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
	   gap: 2.5rem; 
	    margin-bottom: 2rem;
}

.footer-logo {
   height     :      40px;

  margin-bottom: 1rem;

  filter: brightness(0) invert(1);
}

.footer-col p {
  color    :  #cbd5e0;
    line-height: 1.8;
}  

.footer-col h4 {
     margin-bottom     :    1rem;
  font-size: 1.1rem;
     }

.footer-col ul  {
   list-style: none;
}

.footer-col ul li {
   margin-bottom: 0.7rem;
}

.footer-col ul li a {
    color    :        #cbd5e0;
    text-decoration:     none;
   transition :       color 0.3s;
}

.footer-col ul li a:hover {


    color: #667eea;
}

.footer-bottom 
 {
  max-width    : 1280px;
  margin: 0 auto;
  padding: 1.5rem 2rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
   text-align: center;
  color: #cbd5e0;
}@media (max-width: 968px) {
    .hero-section,
    .showcase-content,
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .nav-links {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: left 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .burger-menu {
        display: flex;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .features-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-actions {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        text-align: center;
        width: 100%;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .intro-section h2,
    .services-preview h2 {
        font-size: 1.8rem;
    }
}.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 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 5rem 0;
  text-align: center;
  color: white;
}  

.services-hero-content {
    max-width: 900px;
    margin: 0 auto;
   padding: 0 2rem;
}

.services-hero h1 {
   font-size: 3rem;
  margin-bottom     :1.2rem;
   font-weight: 700;
}

.services-hero p {
	 font-size: 1.3rem;
  opacity: 0.95; 

}

.services-intro {
   padding: 4rem 0;
  background: #f8f9fa;
}

.intro-text-block h2 {

  font-size  :      2.3rem;
  color: #1a202c;
    margin-bottom: 1.5rem;
     }

.intro-text-block p {
	font-size: 1.15rem;
       line-height: 1.8;
	color: #4a5568;
}

.detailed-services {
       padding:    5rem 0;
}

.service-detailed {
	display: grid;
   align-items: center;
    margin-bottom     :        5rem;
         grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.service-detailed.reverse {
  direction: rtl;
}

.service-detailed.reverse > * {
  direction: ltr;
}

.service-detailed-img img {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

.service-detailed-content h2 {

	  font-size: 2.2rem;
    color: #1a202c;
   margin-bottom: 1.2rem;


}

.service-detailed-content > p {
    font-size: 1.1rem;
		color: #4a5568;
   line-height: 1.8;
  margin-bottom: 2rem;


}

.service-features {
  margin-bottom   :     2rem;
}

.feature-item {
   display: flex;
	align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;


}

.feature-item svg	{
  width: 28px;
     height     :28px;
    stroke :      #667eea;
   fill: none;
	stroke-width: 2;
   stroke-linecap: round;
    stroke-linejoin     :      round;
     flex-shrink   : 0;
}

.feature-item span {
    color: #2d3748;
  font-size: 1.05rem;
}

.service-cta-btn
{
 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: all 0.3s;
}

.service-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102,126,234,0.3);
} 

.additional-services {
	    background: #f8f9fa;
    padding     :    5rem 0;
	}

.additional-services h2 {
          text-align   :      center;
  font-size: 2.4rem;
    color: #1a202c;
   margin-bottom: 3rem;
}

.additional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2.5rem;
}

.additional-item {

                    background: white;

	   padding   :  2.5rem;

	  border-radius: 10px;

	  box-shadow: 0 4px 15px rgba(0,0,0,0.08);

	  text-align: center;

	   transition: transform 0.3s;}

.additional-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.additional-icon
{
	  width: 70px;
               height: 70px;
  margin: 0 auto 1.5rem;

}

.additional-icon svg {
   width: 100%;
  height: 100%;
  stroke: #667eea;
  fill     :    none;
  stroke-width: 2;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.additional-item h3 {
  font-size: 1.4rem;
   color: #2d3748;
  margin-bottom: 0.8rem;
}

.additional-item p {
  color: #4a5568;
                    line-height: 1.7;
}

.why-spectrum {
  padding: 5rem 0;
}

.why-spectrum h2 {
        font-size: 2.4rem;
    text-align: center;
                    margin-bottom: 3rem;
	color: #1a202c;
}

.why-content {
   display: grid;
    grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
    align-items   :     center;
}

.why-text p {


    font-size: 1.15rem;
     color: #4a5568;
    line-height   :  1.8;
  margin-bottom: 2rem;
}

.why-list {
    list-style  :none;
}

.why-list li {
   padding: 0.8rem 0;
  padding-left: 2rem;
    position: relative;
  color: #2d3748;
    font-size: 1.05rem;

}

.why-list li:before {
  content: "✓";
   position: absolute;
    left: 0;
   color: #667eea;
      font-weight: bold;
    font-size: 1.4rem;
}



.why-image img {
    width: 100%; 
    border-radius: 12px; 
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}

.services-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding  : 5rem 0;
}

.cta-box {
  max-width    :    900px;
   margin    :       0 auto;
  padding: 0 2rem;
  text-align     :       center;
}


.cta-box h2 {
   font-size: 2.5rem;
  color: white;
	margin-bottom: 1rem;
}

.cta-box p {
  font-size: 1.2rem;

	  color: rgba(255,255,255,0.95);

	  margin-bottom: 2rem;
}

.main-cta-button {
   display: inline-block;
   padding: 1.1rem 2.5rem;
   -webkit-border-radius: 6px;
   background: white;
         -moz-border-radius:      6px;
  color: #667eea;
	text-decoration: none;
  font-weight: 600;
   border-radius   :    6px;
   transition: all 0.3s;
       font-size: 1.1rem;
}

.main-cta-button:hover {
	  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);


}

.thankyou-section


{
    padding: 6rem 0;
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 50%);
}

.thankyou-container {
         max-width: 900px;
  margin    :     0 auto;
   padding: 0 2rem;
   text-align: center;
}

.thankyou-icon	{
   width: 100px;
    height: 100px;
  margin: 0 auto 2rem;

}

.thankyou-icon svg	{
    width: 100%;
    height: 100%;
  stroke     :  #667eea;
   fill: none;
	stroke-width: 2.5;
  stroke-linecap: round;
 stroke-linejoin: round;
}

.thankyou-container h1
{
	   font-size: 2.8rem;
    color: #1a202c;
    margin-bottom: 1.5rem;


}

.thankyou-message {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.next-steps {
    background: white; 
	    padding: 3rem; 
	     border-radius: 12px; 
	  box-shadow: 0 4px 20px rgba(0,0,0,0.08); 
	  margin-bottom: 3rem;
}

.next-steps h2 {
    font-size: 2rem;
    color: #1a202c;
  margin-bottom   :2.5rem;
}

.steps-grid {
    display:    grid;
	  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	   gap: 2rem;
}

.step-item	{
   text-align: center;
}


.step-number		{
  width: 60px;

	    height: 60px;

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

	               color: white;

	   border-radius: 50%;

	   display: flex;

	                    align-items: center;

	   justify-content :     center;

	  font-size: 1.8rem;

	  font-weight: 700;

	   margin: 0 auto 1rem; 

}

.step-item h3   {
   font-size   :   1.3rem;
   color: #2d3748;
    margin-bottom:  0.5rem;


}

.step-item p{
     color: #4a5568;
    line-height: 1.6;
}

.thankyou-actions {
    gap: 1.5rem;
  flex-wrap: wrap;
  display: flex;
   justify-content: center;
}

.btn-home, .btn-services {
   padding: 0.9rem 2rem;
  border-radius: 6px;
   text-decoration: none;
   font-weight: 600;
    transition :     all 0.3s;
    display: inline-block;
}

.btn-home {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   	color: white;
}

.btn-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102,126,234,0.3);
}

.btn-services {
  border   :     2px solid #667eea;
	    color: #667eea;
	  background:       transparent;
}

.btn-services:hover {
	background: #667eea;
   color  :    white;
}

.thankyou-info {
  padding: 5rem 0;
   background: white;
}

.info-boxes {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;}

.info-box {
   text-align: center;
   padding: 2rem;
}

.info-box-icon {


   width: 60px;
  height: 60px;
   margin: 0 auto 1.5rem;
	}

.info-box-icon svg {
   width: 100%;
    height :      100%;
   stroke: #667eea;
    fill  :none;
   stroke-width: 2;
   stroke-linecap   :      round;
       stroke-linejoin: round;
}

.info-box h3 {
       font-size: 1.4rem;
  color:      #2d3748;
   margin-bottom :     0.8rem;


}

.info-box p {
    color: #4a5568;
  line-height: 1.7;
}

.thankyou-explore {
  padding: 5rem 0;
	 background: #f8f9fa;
}

.thankyou-explore h2 {
   font-size: 2.4rem;
       text-align: center;
            margin-bottom   :        3rem;
       color: #1a202c;
}

.explore-grid {
     display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

	   gap: 2.5rem;}

.explore-card {
    background: white;
   border-radius: 10px;
	overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.explore-card:hover {
  transform: translateY(-8px);

	  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.explore-card img {
    width: 100%;
  height:    220px;
   object-fit :     cover;
}

.explore-card h3 {
       padding: 1.5rem 1.5rem 0.8rem;
          font-size: 1.5rem;
  color:    #2d3748;
}

.explore-card p {
         padding   :     0 1.5rem 1.5rem;
               color: #4a5568;
  line-height: 1.7;}

.explore-link {
    display   :       inline-block;
 padding  :    0 1.5rem 1.5rem;
   color: #667eea;
  text-decoration: none;
   font-weight: 600;
	 transition: color 0.3s;
	}

.explore-link:hover
	{
   color: #764ba2;
}@media (max-width: 968px) {
    .service-detailed,
    .why-content {
        grid-template-columns: 1fr;
    }
    
    .service-detailed.reverse {
        direction: ltr;
    }
    
    .services-hero h1 {
        font-size: 2.4rem;
    }
    
    .service-detailed-content h2 {
        font-size: 1.9rem;
    }
    
    .thankyou-container h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 640px) {
    .services-hero h1 {
        font-size: 2rem;
    }
    
    .services-hero p {
        font-size: 1.1rem;
    }
    
    .additional-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou-actions {
        flex-direction: column;
    }
    
    .btn-home,
    .btn-services {
        width: 100%;
        text-align: center;
    }
}