* {
    margin     :  0;
   padding: 0;
    box-sizing: border-box;}

html {
    scroll-behavior :     smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  line-height: 1.6;

	color: #2c3e50;

    background-color: #fafbfc;

} 

.nav-container {

	  background: linear-gradient(135deg, #1a3a3a 0%, #2c5f5f 100%);
	padding: 1rem 0;
   position: sticky;
        top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 

     }

.nav-content{
    display: flex;
   justify-content: space-between;
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 2rem;
   align-items: center;
}

.nav-logo-section {
  display: flex;
    align-items: center;
}

.nav-logo {
	height: 45px;

  max-width: 150px;

    object-fit  :   contain;
	
}

.nav-menu {
  display: flex;
   list-style: none;
    gap: 2.5rem;
	 align-items: center;
}

.nav-menu a
{

	   color: #fff;
   text-decoration: none;
   font-weight     :500;
    padding: 0.5rem 1rem;
   border-radius: 4px;
   transition: all 0.3s ease;
  position: relative;
}

.nav-menu a:hover {
  background-color: rgba(255,255,255,0.15);
    color: #a8d8d8;
}

.nav-menu .nav-cta{

  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
   color   :   #1a3a3a;
   font-weight: 600;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
	}

.nav-menu .nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,212,255,0.4);
  background: linear-gradient(135deg, #00f0ff 0%, #00b3e5 100%);
}

.burger-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
    padding: 0.5rem;
}

.burger-icon {
   width    :  28px;
   height: 28px;
  stroke  :      #fff;
  filter: brightness(0) invert(1);

}

.hero-section {
   max-width   :   1200px;
  margin: 0 auto;
  padding:  4rem 2rem;
          display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 3rem;
 align-items: center;
}

.hero-content h1 {
    font-size: 2.8rem;
	line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #1a3a3a 0%, #0099cc 100%);
  background-clip: text;
}

.hero-content p {
  font-size: 1.1rem;
    color  :        #555;
    margin-bottom     :        2rem;
   line-height: 1.8;
}

.cta-primary {
       display: inline-block;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  color :white;
    padding: 1rem 2rem;
  border-radius: 8px;
    text-decoration: none;
  font-weight: 600;
   transition     :    all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,212,255,0.3);
}

.cta-primary:hover 
 {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,212,255,0.5);
  background: linear-gradient(135deg, #00f0ff 0%, #00b3e5 100%);
}

.hero-image {
   width: 100%;
       border-radius:    12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
   object-fit: cover;
  height: 400px;
}

.intro-section {
  background: white;
   padding: 4rem 2rem;
    margin: 3rem 0;
}

.intro-section h2 {
      font-size:   2.2rem;
    text-align: center;
   margin-bottom: 1.5rem;
   color: #1a3a3a;
}

.intro-section > p {
   max-width: 800px;
  margin: 0 auto 2rem;
	text-align   :      center;
    font-size: 1.05rem;
	color: #666;
	
}

.intro-features {
  max-width: 1200px;
   margin: 0 auto;
        display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap :       2rem;
   margin-top    :       3rem;
}

.feature-block		{

	   border-left: 4px solid #00d4ff;
	 border-radius    :10px;
    background: #f0f7f8;
    transition: all 0.3s ease;
   padding: 2rem;
	}

.feature-block:hover {
  box-shadow: 0 10px 25px rgba(0,212,255,0.15);
  transform: translateY(-4px);
}

.feature-icon {


  width: 50px;
                    height :  50px;
   margin-bottom: 1rem;
   stroke: #00d4ff;
    fill: none;
  stroke-width: 2;
     }

.feature-block h3 {
  font-size: 1.3rem;
  margin-bottom  :   0.8rem;
   color :    #1a3a3a;
}

.feature-block p {
     color: #666;
		font-size     :        0.95rem;
	  line-height: 1.6;
}

.showcase-section {
	max-width:      1200px;
	margin: 0 auto;
    padding     :       4rem 2rem;
}

.showcase-section h2	{
  font-size  : 2.2rem;
          text-align: center;
   margin-bottom :      3rem;
    color: #1a3a3a;
}

.showcase-grid {
                    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.showcase-item {
    background: white;
   border-radius: 12px;
  overflow:   hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
               transition: all 0.4s ease;
}

.showcase-item:hover {
	  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);

}

.showcase-image {

      width: 100%;
  height: 280px;
   object-fit:    cover;
  display: block;
	}

.showcase-item h3 {
         font-size: 1.3rem;
   padding: 1.5rem 1.5rem 0.8rem;
   color     :   #1a3a3a;
}

.showcase-item p {
   padding: 0 1.5rem 1.5rem;
	 color: #666;
  font-size: 0.95rem;
    line-height: 1.6;
}

.benefits-section {
  background: linear-gradient(135deg, #f0f7f8 0%, #e8f4f6 100%);
          padding: 4rem 2rem;
    margin: 3rem 0;
}

.benefits-section h2 {
   font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
    color: #1a3a3a;
}

.benefits-content {
   max-width: 1200px; 
	   margin: 0 auto; 
	   display: grid; 
	  grid-template-columns: 1fr 1fr; 
	  gap: 3rem; 
		align-items: center;
}

.benefits-list {
    display    :   flex;
  flex-direction: column;
   gap: 1.8rem;
}

.benefit-item {
  background: white;
    padding     :      1.5rem;
   border-radius: 10px;
	display: flex;
  gap: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.benefit-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  color: white;
  border-radius: 50%;
  font-weight: bold;
	font-size: 1.3rem;
}

.benefit-item h4 {
   font-size: 1.1rem;
    color: #1a3a3a;
    margin-bottom    :        0.5rem;
	
}

.benefit-item p {

   color: #666;

	  font-size: 0.9rem;

	  line-height: 1.5;
	}

.benefits-visual {
			width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	 object-fit: cover;
  height    :400px;
}

.cta-section     {
  background: linear-gradient(135deg, #1a3a3a 0%, #2c5f5f 100%);
   color: white;
	padding: 3.5rem 2rem;
    text-align: center;
}

.cta-section h2 {
       font-size:       2rem;
  margin-bottom: 1rem;
}

.cta-section p {
   font-size: 1.05rem;
     margin-bottom: 2rem;
         opacity: 0.9;
}

.cta-secondary {
    display: inline-block;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: #1a3a3a;
  padding   :  1rem 2.5rem;
    border-radius: 8px;
  text-decoration: none;
    font-weight: 600;
   font-size    :1.05rem;
   transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,212,255,0.4);
}

.cta-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,212,255,0.6);
}

.contact-section {
    max-width: 900px;
  margin: 0 auto;
   padding: 4rem 2rem;
}

.contact-section h2 {
	font-size: 2.2rem;
               text-align: center;
	margin-bottom: 1rem;
  color: #1a3a3a;
}

.contact-section > p {
   text-align: center;
   color: #666;
    margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

.contact-form {
	background: white;
  padding     :    2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.form-group {
   margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}



.form-group label {
    font-weight: 600;
	margin-bottom: 0.6rem;
    color: #1a3a3a;
   font-size    :      0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.9rem;
  border: 2px solid #e0e0e0;
    -webkit-border-radius: 6px;
   border-radius: 6px;
	 font-family: inherit;
   font-size: 1rem;
    -webkit-transition   :    all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition    :all 0.3s ease;
    background-color     :  #f9f9f9;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
   border-color: #00d4ff;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0,212,255,0.1);}

.form-group input:required:invalid {
   border-color: #ff6b6b;
}

.form-group input:required:valid {
    border-color: #2ecc71;
}



.form-submit {
     width: 100%;
   padding: 1rem;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
	color: white;
  border: none;
	 border-radius: 6px;
	font-weight: 600;
        font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0,212,255,0.3);
     }

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,212,255,0.5);
  background: linear-gradient(135deg, #00f0ff 0%, #00b3e5 100%);
	
}

.form-submit:active   {
  transform: translateY(0);
}

.footer-section {


    background: #1a3a3a;
  color: #e0e0e0;
    padding: 3rem 2rem 1.5rem;
    margin-top  :       3rem;

}

.footer-content {
   max-width: 1200px;
   margin: 0 auto;
  display:        grid;
   grid-template-columns  :        1fr 1fr 1fr 1fr;
  gap: 2rem;
   margin-bottom: 2rem;
}

.footer-col h4 {

	  font-size: 1.1rem;
	margin-bottom :  1rem;
   color: white;




}

.footer-logo{
   height: 40px;
    max-width: 140px;
   object-fit: contain;
  margin-bottom: 0.5rem;

}

.footer-col ul {
       list-style: none;
}


.footer-col ul li {
               margin-bottom: 0.6rem;
	}

.footer-col a {
          color: #a8d8d8;
	 text-decoration: none;
    font-size :  0.95rem;
   transition: color 0.3s ease;
}

.footer-col a:hover	{
   	color     :   #00d4ff;
     }

.footer-address  
  {
   font-size :     0.95rem;
    margin-bottom   :    0.6rem;
   line-height: 1.5;
}

.footer-phone {

	  font-size     :  0.95rem;
    font-weight: 500;
  color:   #00d4ff;
}


.footer-bottom {
	text-align     :        center;
          padding-top: 2rem;
    border-top: 1px solid #2c5f5f;
  font-size: 0.9rem;
   color: #888;
}@media (max-width: 768px) {
    .burger-toggle {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #1a3a3a;
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        max-height: 500px;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        padding: 1rem 2rem;
        border-radius: 0;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .hero-image {
        height: 300px;
    }

    .intro-features {
        grid-template-columns: 1fr;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .benefits-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .benefits-visual {
        height: 300px;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .showcase-section h2,
    .intro-section h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .nav-content {
        padding: 0 1rem;
    }

    .nav-logo {
        height: 35px;
    }

    .hero-content h1 {
        font-size: 1.4rem;
    }

    .hero-image {
        height: 220px;
    }

    .cta-primary,
    .cta-secondary {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
    }

    .benefit-number {
        margin: 0 auto;
    }
}.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 {
    margin-bottom  :  1.5rem; 
	 line-height: 1.7; 
    font-size: 1.1rem; 
         color: #7f8c8d;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #1a3a3a 0%, #2c5f5f 100%);
   color: white;
      padding: 4rem 2rem;
    text-align: center;
}

.services-hero-content h1 {
    font-size: 2.5rem;
   margin-bottom: 1rem;
   line-height   :  1.2;
}

.services-hero-content p {
	 font-size: 1.15rem;
  opacity: 0.9;
	max-width: 700px;
   margin: 0 auto;


}

.services-intro {
  max-width: 1200px;
	margin: 0 auto;
  padding  :     3rem 2rem;
	text-align  :    center;
}

.services-intro h2 {
   font-size: 2.2rem;
	  margin-bottom: 1.5rem;
	    color   :#1a3a3a; 

}

.services-intro p {
   font-size: 1.05rem;
   color: #666;
   max-width     :800px;
   margin: 0 auto;
}

.services-main {
  max-width: 1200px;
     margin: 0 auto;
          padding: 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;


}

.service-card {
    background: white;
	 border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
   overflow    :   hidden;
  transition: all 0.4s ease;
	display     :      flex;
    flex-direction: column;
	border-left: 5px solid #00d4ff;
	
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,212,255,0.2);
}

.service-header {
      padding:     2rem;
     background: linear-gradient(135deg, #f0f7f8 0%, #e8f4f6 100%);
     display: flex;
       align-items: center;
     gap: 1.5rem;}

.service-icon {
    width: 60px;
   height: 60px;
    stroke: #00d4ff;
    fill: none;
		 stroke-width :   2;
  flex-shrink: 0;
}

.service-header h3 {
    font-size: 1.3rem;
  color   :       #1a3a3a;
    margin: 0;
}

.service-content {
   padding: 2rem;
   flex-grow: 1;
  display: flex;
    flex-direction: column;

}

.service-content > p:first-of-type {

	  color: #666;
  font-size    :     0.95rem;
    line-height: 1.6;
 margin-bottom: 1.5rem;


}

.service-content h4  {
  font-size: 1rem;
  color  :#1a3a3a;
    margin-bottom: 0.8rem;
  margin-top: 0; 

}

.service-list {
    list-style: none;
          margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-list li {

	         padding: 0.6rem 0;
   padding-left: 1.5rem;
  position: relative;
   color: #666;
  font-size: 0.9rem;
	}

.service-list li:before {
  content: "✓";
	position: absolute;
   left:0;
    color: #00d4ff;
    font-weight: bold;

}

.service-price  {
	 font-size: 1.2rem;
   font-weight: 600;
   color: #00d4ff;
    margin-bottom: 1.5rem; 

}

.service-cta {
  display: inline-block;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  color:   white;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
    font-weight: 600;
  text-align: center;
    transition: all 0.3s ease;
   align-self: flex-start;
}

.service-cta:hover {
	  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,212,255,0.4);
  background: linear-gradient(135deg, #00f0ff 0%, #00b3e5 100%);
	}

.services-comparison {


   background: #f0f7f8;
        padding: 3rem 2rem;
   margin     :        3rem 0;


}

.services-comparison h2 {
         font-size: 2.2rem;
  text-align: center;
  color: #1a3a3a;
   margin-bottom: 2rem;
}


.comparison-table 
 {
	 max-width: 1200px;
   margin:        0 auto;
   background: white;
	border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.comparison-row {

	  grid-template-columns   : 2fr 1.5fr 1.5fr 1.5fr 1.5fr;
    display: grid;
    border-bottom: 1px solid #e0e0e0;
	}

.comparison-row.header-row  
  {
  background: linear-gradient(135deg, #1a3a3a 0%, #2c5f5f 100%);
  color: white;
   font-weight: 600;
}

.comparison-cell {
    display: flex;
          padding: 1.2rem;
   font-size   :        0.9rem;
    align-items: center;}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-row:nth-child(even):not(.header-row) {
	 background: #f9f9f9;


}

.comparison-row:hover:not(.header-row) {
	   background: #f0f7f8;
	}

.process-section {
   	max-width: 1200px;
  margin: 0 auto;
   padding     :       4rem 2rem;

}

.process-section h2 {
   font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
	 color: #1a3a3a;
}

.process-steps {

	    display    :    grid;
  grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;}

.process-step     {
  text-align: center;
  position: relative;
}

.process-step:not(:last-child)::after
	{
  content: "";
	  position: absolute;
	   right: -0.75rem;
	    top: 50px;
	   width: 1.5rem;
	   height  :        2px;
	  background: linear-gradient(90deg, #00d4ff 0%, transparent 100%);
}

.step-number

{
	width  :   80px;
   height: 80px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
   color: white;
                    border-radius: 50%;
  display: flex;
   align-items: center;
    justify-content: center;
 font-size: 1.8rem;
   font-weight: bold;
	margin: 0 auto 1.5rem;
  box-shadow: 0 8px 20px rgba(0,212,255,0.3);


}


.process-step h4 {
   font-size: 1.05rem;
  margin-bottom: 0.8rem;
	 color: #1a3a3a;
}

.process-step p {
   font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

.faq-section {
                       background    :white;
    padding: 4rem 2rem;
}

.faq-section h2 {
  font-size     :   2.2rem;
   text-align: center;
  margin-bottom  : 3rem;
  color: #1a3a3a;
}

.faq-container {
	 max-width: 900px;
   margin: 0 auto;
    display    :grid;
  grid-template-columns: repeat(2, 1fr);
   gap: 2rem;
}

.faq-item {
  background: #f9f9f9;
  padding: 1.8rem;
  border-radius: 10px;
  border-left: 4px solid #00d4ff;
	transition: all 0.3s ease;
}

.faq-item:hover {
	  box-shadow: 0 6px 15px rgba(0,212,255,0.15);
  transform: translateX(4px);


}

.faq-question {
 font-size     :1.05rem;
  color  :    #1a3a3a;
   margin-bottom   :      1rem;
                    cursor: pointer;

}

.faq-item p {

	   font-size: 0.9rem;
  color: #666;
  line-height:       1.6;
    margin: 0;}

.cta-final  
  {
  background: linear-gradient(135deg, #1a3a3a 0%, #2c5f5f 100%);
    color:     white;
   padding: 3.5rem 2rem;
  text-align :        center;
}

.cta-final h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-final p {
  opacity:    0.9;
                    margin-bottom: 2rem;
  font-size: 1.05rem;

}

.thankyou-hero {

   min-height:   100vh;
  display: flex;
  align-items: center;
	justify-content: center;
  background: linear-gradient(135deg, #f0f7f8 0%, #e8f4f6 100%);
    padding:     2rem;
     }


.thankyou-container {
	background :     white;
       border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
  padding: 3rem;
    max-width: 800px;
	 width :     100%;
}

.success-icon-container {
   text-align: center;
		 margin-bottom: 2rem;
}

.success-icon {
  width: 100px;
  height: 100px;
  stroke: #00d4ff;
    fill: none;
    stroke-width     :      1.5;
  filter: drop-shadow(0 4px 12px rgba(0,212,255,0.3));
}

.thankyou-hero h1 {
     font-size: 2.2rem;
                    text-align:    center;
   color: #1a3a3a;
  margin-bottom: 0.5rem;
}  

.thankyou-subtitle
{
       text-align: center;
   color: #00d4ff;
    font-size:1.1rem;
    font-weight: 600;
   margin-bottom: 2.5rem;

}

.thankyou-content   {
   display  : grid;
   grid-template-columns: 2fr 1fr;
    gap: 2rem;
	margin-bottom: 2.5rem;
     } 

.thankyou-message {
    border-right: 2px solid #e0e0e0;
      padding-right: 2rem;
}

.thankyou-message p {
    color: #666;
   font-size  :        0.95rem;
        line-height: 1.7;
    margin-bottom: 1.2rem;
}

.thankyou-message strong {
   color: #1a3a3a;


} 

.thankyou-suggestions {

	    list-style   :      none;
    padding-left: 1.5rem;
	}

.thankyou-suggestions li {
    margin-bottom: 0.8rem;
   position: relative;
}

.thankyou-suggestions li:before {
  content: "→";
  position: absolute;
   left: -1.5rem;
   color  :     #00d4ff;
	font-weight: bold;


}

.thankyou-suggestions a {
  color: #00d4ff;
    text-decoration: none;
     font-weight: 500;
}

.thankyou-suggestions a:hover {
   text-decoration: underline;
}

.thankyou-info-box		{
  background: linear-gradient(135deg, #f0f7f8 0%, #e8f4f6 100%);
  padding: 1.5rem;
    border-radius: 10px;
  border: 2px solid #d0e8eb;
}

.thankyou-info-box h3 {
  font-size: 1rem;
       color   :   #1a3a3a;
	 margin-bottom: 1.2rem;
  margin-top: 0;
}

.info-row


{
    display: flex;
          justify-content: space-between;
   padding-bottom: 0.8rem;
   border-bottom    : 1px solid #d0e8eb;
   margin-bottom     :   0.8rem;
}

.info-row:last-child {
   border-bottom: none;
}

.info-label {
   font-weight: 600;
  color: #1a3a3a;
    font-size: 0.9rem;
}

.info-value {
          color: #666;
    font-size: 0.9rem;
   text-align: right;
}

.info-note{
	font-size: 0.8rem;
    color: #888;
    margin-top: 1rem;
   padding-top: 1rem;
    border-top: 1px solid #d0e8eb;
  font-style: italic;
}

.next-steps {
   background: white;
	 padding: 2rem;
   border-radius     :     10px;
  border: 2px solid #e0e0e0;
   margin-bottom: 2rem;
}

.next-steps h3 {
   font-size: 1.2rem;
   color: #1a3a3a;
  margin-bottom: 1.5rem;
   text-align: center;
        margin-top: 0;
}

.steps-grid    {
  display  :   grid;
  grid-template-columns: repeat(4, 1fr);
    gap : 1.2rem;
}

.step-box {
	    text-align: center;
   padding: 1rem;
     }

.step-icon {

		width: 50px;
   height: 50px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
   color: white;
    border-radius: 50%;
          display: flex;
   align-items     :    center;
        justify-content: center;
	 font-weight:     bold;
	font-size: 1.3rem;
    margin :     0 auto 0.8rem;



}

.step-box p {
    font-size: 0.85rem;
          color: #666;
	line-height: 1.5;
    margin: 0;
}

.step-box strong {
   color: #1a3a3a;
   display: block;
    margin-bottom: 0.3rem;
}

.thankyou-contact{
  background: linear-gradient(135deg, #1a3a3a 0%, #2c5f5f 100%);
   	color: white;
       padding: 1.5rem;
       border-radius: 10px;
   	text-align: center;
     margin-bottom: 2rem;
}

.thankyou-contact p {
     margin: 0 0 0.8rem;
  font-size: 0.95rem;
}

.contact-phone {
   font-size: 1.1rem;
        font-weight: 600;

}

.thankyou-actions {

  display: flex;
  gap :        1.5rem;
  justify-content: center;


}

.btn-primary,
.btn-secondary {
  -moz-transition: all 0.3s ease;
   -moz-border-radius: 6px;
  padding: 0.9rem 2rem;
       border-radius: 6px;
	-webkit-border-radius: 6px;
    text-decoration: none;
   font-weight     :  600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);

    color: white;

  box-shadow: 0 6px 15px rgba(0,212,255,0.3);
}

.btn-primary:hover
	{
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,212,255,0.5);
  background: linear-gradient(135deg, #00f0ff 0%, #00b3e5 100%);
}  

.btn-secondary {
	 background: white;
  color     :   #1a3a3a;
  border: 2px solid #00d4ff;
}

.btn-secondary:hover {
   background: #f0f7f8;
     border-color: #0099cc; 
	
}@media (max-width: 1024px) {
    .services-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    }

    .process-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-step:nth-child(3n)::after {
        display: none;
    }

    .faq-container {
        grid-template-columns: 1fr;
    }

    .thankyou-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .thankyou-message {
        border-right: none;
        border-bottom: 2px solid #e0e0e0;
        padding-right: 0;
        padding-bottom: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 1.8rem;
    }

    .services-main {
        grid-template-columns: 1fr;
    }

    .comparison-row {
        grid-template-columns: 1fr;
        font-size: 0.85rem;
    }

    .comparison-cell {
        padding: 0.8rem;
    }

    .process-section {
        padding: 2rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .process-step:not(:last-child)::after {
        display: none;
    }

    .faq-item {
        padding: 1.2rem;
    }

    .thankyou-container {
        padding: 2rem;
    }

    .success-icon {
        width: 80px;
        height: 80px;
    }

    .thankyou-hero h1 {
        font-size: 1.6rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .service-header {
        flex-direction: column;
        text-align: center;
    }

    .service-list li {
        padding-left: 1.5rem;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 2rem 1rem;
    }

    .services-hero-content h1 {
        font-size: 1.4rem;
    }

    .services-intro {
        padding: 2rem 1rem;
    }

    .services-main {
        padding: 2rem 1rem;
    }

    .service-card {
        border-left-width: 3px;
    }

    .service-header {
        padding: 1.5rem;
    }

    .service-content {
        padding: 1.5rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .process-section h2,
    .faq-section h2,
    .cta-final h2 {
        font-size: 1.5rem;
    }

    .thankyou-container {
        padding: 1.5rem;
    }

    .success-icon {
        width: 60px;
        height: 60px;
    }

    .thankyou-hero h1 {
        font-size: 1.3rem;
    }

    .thankyou-subtitle {
        font-size: 0.95rem;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.3rem;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .comparison-cell {
        padding: 0.6rem;
    }
}