*{
   margin: 0;
    padding: 0;
    box-sizing    :        border-box;
}

html {
	  scroll-behavior: smooth;
     }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   line-height: 1.6;
   color: #2c3e50;
    background-color  :   #f8f9fa;
}

.main-nav {
  background: linear-gradient(135deg, #1a1f2e 0%, #16213e 100%);
    padding: 1.2rem 0;
   position: sticky;
               top: 0;
       z-index:    1000;
  box-shadow: 0 2px 8px 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;
}

.logo-wrapper {
  flex-shrink: 0;
     }

.site-logo{
	 height  :   45px;

    width: auto; 

}

.nav-menu {
  list-style :        none;
  align-items: center;
   display: flex;
  gap: 2.5rem;
}

.nav-menu a {
    color: #ffffff;
     text-decoration: none;
    font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
   position: relative;
}

.nav-menu a:hover {
  color: #00d4ff;
}

.nav-menu a::after {
    background: #00d4ff;
  height: 2px;
   bottom: -5px;
   width: 0;
  content: '';
    position     :  absolute;
  left: 0;
		 transition: width 0.3s ease;
}

.nav-menu a:hover::after {


	width: 100%;}

.hamburger

{
    display: none;
               flex-direction: column;
    cursor: pointer;
   gap:    6px;
}

.hamburger span {
               width: 25px; 
	  height: 3px; 
	    background-color: #ffffff; 
	   transition   :   all 0.3s ease; 
	   border-radius: 2px;


}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2)    {
     opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.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: 3rem;
    font-weight: 700;
     margin-bottom:    1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-clip: text;
    line-height: 1.2;
	
}

.hero-subtitle {

    font-size: 1.1rem;
   color: #555;
	 margin-bottom     :       2rem;
  line-height: 1.8;

}

.cta-button {
                    display: inline-block;
    padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    text-decoration: none;
	border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    cursor: pointer;
   border: none;
    font-size: 1rem;
	}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.hero-image img

{
    width: 100%;
   height: auto;
	border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.offerings-section {
	background: white;

	                    padding     :      4rem 2rem;

		margin: 2rem 0; 

}

.offerings-grid {
	  max-width     :       1200px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.offering-card {
     background: #f8f9fa; 
	  border-radius: 12px; 
	    overflow: hidden; 
	  transition: all 0.4s ease; 
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.offering-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.offering-card img  
  {
         width: 100%;
      height: 200px;
   object-fit: cover;
    display: block;


}

.offering-card h2 {
	 font-size     :    1.5rem;
   padding     :       1.5rem 1.5rem 0.5rem;
  color: #2c3e50;
  font-weight: 600;
}

.offering-card p {
   padding  :  0 1.5rem 1.5rem;
   font-size: 0.95rem;
  color  :   #666;
    line-height: 1.6;
}

.cta-consultation {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 3rem 2rem;
	 margin: 3rem 0;
  border-radius: 15px;

}

.cta-content {
  max-width: 1200px;
   margin: 0 auto;
  text-align: center;
    color  :        white;
}

.cta-content h2 {

	    font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 700;


}


.cta-content p	{
  font-size: 1.1rem;
  margin-bottom  :     2rem;
    line-height: 1.8;
  opacity:     0.95;
}

.cta-button-secondary {
  display: inline-block;
   padding: 1rem 2.5rem;
	 background: white;
   color: #667eea;
   text-decoration: none;
  border-radius: 50px;
   font-weight: 600;
   transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          cursor     :      pointer;
   border: none;
   font-size: 1rem;
}

.cta-button-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.why-us-section	{
    max-width: 1200px;
          margin: 3rem auto;
    padding:     4rem 2rem;
}

.why-us-section h2 {
  font-size: 2.5rem;
	text-align: center;
    margin-bottom: 3rem;
   color: #2c3e50;
	font-weight: 700;
}

.why-us-grid

{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
					gap     :       2rem;
}

.why-us-item {
   background: white;
   padding: 2rem;
   border-radius: 12px;
    border-left: 4px solid #667eea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.why-us-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.why-us-item h3 {
   font-size: 1.3rem;
	    margin-bottom: 1rem;
	   color:    #2c3e50;
		font-weight :  600;
}

.why-us-item p


{

		color: #666;
  line-height: 1.7;
   font-size: 0.95rem;

}

.services-preview {
   background: #f8f9fa;
    padding: 4rem 2rem;
}

.services-preview h2 {
  font-size: 2.5rem;
  text-align: center;
       margin-bottom: 3rem;
	color: #2c3e50;
    font-weight: 700;
}

.services-list 
 {
     max-width: 1200px; 
	   margin: 0 auto; 
	  display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
	    gap: 2rem;


}

.service-item {
   background: white;
      padding: 2rem;
       border-radius    :   12px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
       transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.service-item h3 {
   font-size: 1.4rem;
  margin-bottom: 1rem;
  color     :#667eea;
    font-weight: 600;
}

.service-item p {
	margin-bottom: 1.5rem;
  line-height: 1.7;
               color  :    #666;
}

.service-price {
	display: block;
   font-size: 1.2rem;
    font-weight: 700;
    color: #764ba2;
}

.contact-section {
    max-width: 900px;
  margin: 4rem auto;
   padding: 4rem 2rem;
  background: white;
   border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-section h2 {

		 font-size: 2.2rem;
		text-align: center;
   margin-bottom: 1rem;
   color: #2c3e50;
  font-weight :   700;
}

.contact-intro {
	text-align  :  center;
      color: #666;
       margin-bottom: 2.5rem;
      font-size: 1rem;
      line-height: 1.7;
}

.contact-form {
    display: grid;

		gap: 1.5rem;
}



.form-group {
	 display    :flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
    margin-bottom: 0.5rem;
  color: #2c3e50;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.9rem;
    border: 2px solid #e0e0e0;
       border-radius: 8px;
  font-size: 0.95rem;
   font-family: inherit;
     transition  :    all 0.3s ease;}  

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); 

}

.form-group input::placeholder {
   color:   #aaa;
}

.form-submit {
   padding:      1rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
               border: none;
    border-radius: 8px;
         font-weight: 600;
   font-size: 1rem;
    cursor: pointer;
   transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}


.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.form-submit:active {
  transform: translateY(0);
     }

.main-footer {
  background: #1a1f2e;
  color: white;
  padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

.footer-container {
 max-width  :    1200px;
   margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 2rem;
    margin-bottom: 2rem;
}



.footer-logo img {
  margin-bottom: 1rem;


}

.footer-contact h4,
.footer-links h4,
.footer-legal h4
	{
   font-size :    1.1rem; 
		margin-bottom: 1rem; 
	   font-weight: 600; 
		color: #00d4ff;
}



.footer-contact p {
  font-size: 0.95rem;
    line-height:    1.8;
   color: #ccc;
          margin-bottom     :        0.5rem;
}

.footer-links ul,
.footer-legal ul	{
  list-style: none;
}

.footer-links a,
.footer-legal a {
   color: #ccc;
         text-decoration: none;
     font-size: 0.95rem;
    transition: color 0.3s ease;
        display: block;
  margin-bottom:0.7rem;
}

.footer-links a:hover,
.footer-legal a:hover {
   color :        #00d4ff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
   color: #999;
	font-size: 0.9rem;
}@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #16213e;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-menu li {
        width: 100%;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-menu a::after {
        display: none;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .offerings-grid {
        grid-template-columns: 1fr;
    }

    .why-us-grid {
        grid-template-columns: 1fr;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .contact-section {
        margin: 2rem 1rem;
        padding: 2rem 1.5rem;
    }

    .cta-content h2 {
        font-size: 1.6rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-contact p {
        margin-bottom: 1rem;
    }

    .footer-links a,
    .footer-legal a {
        display: inline-block;
        margin-right: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }

    .cta-button, .cta-button-secondary {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }

    .contact-section {
        padding: 1.5rem 1rem;
    }

    .services-preview h2,
    .why-us-section h2 {
        font-size: 1.8rem;
    }

    .offering-card h2 {
        font-size: 1.2rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #1a1f2e 0%, #16213e 100%);
   padding: 4rem 2rem;
  text-align: center;
  color: white;
  margin-top    :     70px;
}

.services-hero-content h1 {
    font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
   line-height: 1.2;
}

.services-hero-subtitle {
	font-size: 1.15rem;
   max-width: 800px;
    margin   :0 auto;
    opacity: 0.95;
   line-height: 1.8;
}

.services-detailed {
    background    :     white;
  padding: 4rem 2rem;
}

.services-detailed-container {
   max-width    :1200px;
    margin: 0 auto;
        display: grid;
  gap: 3rem;
}

.service-card-detailed {
	background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
}


.service-card-detailed:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}


.service-card-header {
    display: flex;
  justify-content: space-between;
    align-items  :       center;
    padding: 2rem 2rem 0;
}

.service-card-header h2 {
  color: #667eea;
   font-weight: 700;
    font-size: 1.8rem;
   margin  :     0;
}

.service-badge {
   display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   padding     :  0.5rem 1rem;
    border-radius: 20px;
   font-size: 0.8rem;
    font-weight: 600;
}

.service-card-detailed img {
    width  :     100%;
    height: 250px;
         object-fit     :   cover;
  margin: 1rem 0 0 0;
}

.service-card-content {
   padding: 2rem;
}

.service-description {
      font-size: 1rem;
    color: #555;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.service-card-content h3 {

   color  :        #2c3e50;
   font-size: 1.2rem;
  margin: 1.5rem 0 0.8rem;
  font-weight: 600;
    margin-top: 1.5rem;
}

.service-features{
    list-style: none;
  margin: 1rem 0 1.5rem;
	
}

.service-features li {
  padding: 0.6rem 0 0.6rem 2rem;
    color: #666;
  position: relative;
          line-height: 1.6;
}

.service-features li:before		{
  content: '→';
       position    : absolute;
	left: 0;
	color:#667eea;
		 font-weight: bold;
}

.service-price-tag	{


  font-size: 1.4rem;
   font-weight: 700;
   color     :#764ba2;
	 margin: 1rem 0;
     }

.service-card-content p {

   color: #666;
   line-height    :       1.7;
}

.comparison-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8eef7 100%);
   padding: 4rem 2rem;
}

.comparison-section h2

{
    font-size    :   2.2rem;
   text-align: center;
  margin-bottom: 2.5rem;
   color    :  #2c3e50;
         font-weight    :       700;
}

.comparison-table-wrapper {
   max-width:1200px;
       margin:       0 auto;
     overflow-x: auto;


}



.comparison-table{
    width: 100%;

   border-collapse: collapse;

   background: white;

    border-radius: 12px;

   overflow: hidden;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.comparison-table thead
{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;


}

.comparison-table th {


	 padding: 1.2rem;
    text-align: left;
   font-weight: 600;
   font-size: 0.95rem;
}

.comparison-table td	{
      padding: 1rem 1.2rem;
   border-bottom: 1px solid #e0e0e0;
   color: #666;
   font-size    :     0.9rem;
}

.comparison-table tbody tr:nth-child(even)

{
		background: #f8f9fa;
}

.comparison-table tbody tr:last-child td {

   border-bottom: none;
}

.testimonials-section {
  background   :  white;
    padding: 4rem 2rem;
}

.testimonials-section h2 {
  font-size: 2.2rem;
  text-align: center;
   margin-bottom: 3rem;
  color: #2c3e50;
               font-weight: 700;
}

.testimonials-grid {
	    max-width: 1200px;
               margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;}

.testimonial-card    {
   background: #f8f9fa;
  padding :     2rem;
   border-radius: 12px;
   border-left :  4px solid #667eea;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
}

.testimonial-card:hover  
  {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
	font-size: 0.95rem;
         color :#555;
	font-style  :   italic;
  line-height: 1.8;
    margin-bottom: 1.2rem;
}

.testimonial-author {
   font-weight: 600;
         color: #667eea;
	font-size: 0.9rem;
}

.faq-section {
   background: #f8f9fa;
         padding: 4rem 2rem;
}

.faq-section h2 {
	font-size: 2.2rem;
  text-align     : center;
  margin-bottom :      3rem;
   color: #2c3e50;
  font-weight: 700;
}

.faq-container {
  max-width: 900px;
    margin: 0 auto;
}


.faq-item {
   background: white;
   margin-bottom    : 1.5rem;
    border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
         transition: all 0.3s ease;
}

.faq-question {
   padding: 1.5rem;

	   cursor: pointer;

	   margin:    0;

	    font-size: 1.1rem;

	   color: #2c3e50;

	    font-weight: 600;

	  display: flex;

	     justify-content  :    space-between;

	  align-items: center;

	   user-select: none;

	   background: #f8f9fa;


}

.faq-question::after

{
  content: '+';
  font-size  : 1.5rem;
   color   :       #667eea;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
  color: white;
}

.faq-answer {
  padding: 1.5rem;
 color: #666;
  line-height: 1.7;
    background: white;
  max-height: 0;
                    overflow: hidden;
    transition  :max-height 0.3s ease;
}

.faq-item.active .faq-answer {
   max-height: 500px;
  padding: 1.5rem;
}

.thankyou-section


{

	  background: linear-gradient(135deg, #f8f9fa 0%, #e8eef7 100%);
    padding: 4rem 2rem;
  min-height: calc(100vh - 300px);
   display: flex;
  align-items: center;
    justify-content: center;
  margin-top: 70px;
}  

.thankyou-container {
    max-width   :     800px;
   width: 100%;
}

.thankyou-content {
 background: white;
    padding :    3rem 2rem;
   border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.thankyou-icon {
    margin: 0 auto 2rem;

	width: 100px;

    height   : 100px;

   display: flex;

       align-items: center;

  justify-content: center;
}

.thankyou-icon svg {
  width: 100%;
	height    :     100%;
   animation: scaleIn 0.6s ease-out; 

}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-content h1 {
   font-size: 2.5rem;
    color   :       #667eea;
    margin-bottom: 0.5rem;
   font-weight     :700;
}  

.thankyou-subtitle {


 font-size: 1.1rem;
        color: #666;
  margin-bottom: 2rem;

	}

.thankyou-message {
  text-align: left;
    background: #f8f9fa;
    padding: 2rem;
  border-radius: 8px;
    margin-bottom: 2rem;
}

.thankyou-message p {
  color: #666;
  line-height  :    1.8;
               margin-bottom: 1rem;
    font-size: 0.95rem;
}

.thankyou-suggestions {
               list-style: none; 
	   margin  :     1rem 0; 
	  padding-left  :     0;
}

.thankyou-suggestions li {
         padding: 0.6rem 0 0.6rem 2rem;
   position: relative;
  color: #666;
}

.thankyou-suggestions li::before {
  content: '✓';
    position :       absolute;
  left  :     0;
    color: #667eea;
   font-weight: bold;
}

.thankyou-suggestions a {
   color: #667eea; 
	text-decoration: none; 
    font-weight: 600;
}

.thankyou-suggestions a:hover


{
    text-decoration: underline;
}

.thankyou-next-steps {
    margin: 2.5rem 0;
}

.thankyou-next-steps h2 {
   font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom :     1.5rem;
  font-weight: 700;

} 

.steps-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.step-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 1.5rem;
		 border-radius: 8px;
  color: white;
    text-align: center;
}

.step-number {
  font-size: 2rem;
   font-weight: 700;
  margin-bottom:     0.5rem;
   opacity    :   0.9;
}

.step-card h3 {
	font-size: 1rem; 
	    margin-bottom  :   0.5rem; 
	  font-weight  :   600;
}

.step-card p {
   font-size: 0.85rem;
       opacity: 0.95;
         line-height: 1.5;
}

.thankyou-faq {
      margin-top: 2.5rem;
        text-align: left;
}

.thankyou-faq h2 {
	font-size: 1.5rem;
   color: #2c3e50;
    margin-bottom    :     1.5rem;
   font-weight: 700;
	 text-align: center;
}

.info-box {
   background: #f8f9fa;
 padding: 1.5rem;
    margin-bottom: 1rem;
  border-radius    :        8px;
               border-left: 4px solid #667eea;
} 

.info-box h3


{
      font-size: 1rem;
  color  :  #2c3e50;
 margin-bottom : 0.5rem;
    font-weight: 600;
}

.info-box p {
  color: #666;
  line-height: 1.6;
    font-size: 0.9rem;
  margin: 0;
}

.info-box a
	{
   color: #667eea;
	text-decoration: none;
    font-weight: 600;
	}

.info-box a:hover {
               text-decoration: underline;
}

.thankyou-actions {
  display: flex;
   gap :    1rem;
    justify-content: center;
    margin-top : 2rem;
   flex-wrap: wrap;
}



.action-button   {
   	display:       inline-block;
   padding:        1rem 2rem;
    border-radius: 8px;
	 text-decoration: none;
   font-weight: 600;
  font-size:   0.95rem;
  transition :    all 0.3s ease;
	}

.action-button.primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.action-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.action-button.secondary {

   background   :   white;
   color    :        #667eea;
                    border: 2px solid #667eea;
     }

.action-button.secondary:hover {
  background:  #667eea;
   color   :  white;
}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .service-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .service-card-detailed img {
        height: 200px;
    }

    .comparison-table-wrapper {
        font-size: 0.85rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem 0.6rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .thankyou-content {
        padding: 2rem 1.5rem;
    }

    .thankyou-content h1 {
        font-size: 2rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .action-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 2rem 1rem;
    }

    .services-hero-content h1 {
        font-size: 1.6rem;
    }

    .services-detailed {
        padding: 2rem 1rem;
    }

    .service-card-header h2 {
        font-size: 1.4rem;
    }

    .service-card-detailed img {
        height: 150px;
    }

    .comparison-table {
        font-size: 0.75rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.6rem 0.4rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-section {
        padding: 2rem 1rem;
        min-height: auto;
    }

    .thankyou-content {
        padding: 1.5rem 1rem;
    }

    .thankyou-icon {
        width: 80px;
        height: 80px;
    }

    .thankyou-content h1 {
        font-size: 1.6rem;
    }

    .faq-question {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .faq-answer {
        padding: 1rem;
    }
}.policySection {

  padding: 80px 2rem;
  background: #f8f9fa;
  margin-top: 70px;
  min-height: calc(100vh - 300px);
	}

.policyContainer {
		 max-width: 900px;
  margin: 0 auto;
   text-align: left;
	background: white;
               padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.policyContainer h1 {
    font-size: 2.8rem;
   color :   #667eea;
    margin-bottom: 2rem;
   font-weight: 700;
  text-align: center;
}

.policyContainer h2 {
    font-size: 1.6rem;
	   color: #2c3e50;
	  margin-top: 2rem;
	  margin-bottom: 1rem;
	   font-weight: 600;
	    border-bottom: 3px solid #667eea;
	  padding-bottom:        0.8rem; 

}

.policyContainer p {
    color: #555; 
	    margin-bottom: 1.5rem; 
		line-height: 1.8; 
	    font-size   :   0.95rem; 
	   text-align   :  justify;
}

.policyContainer p:first-of-type {
   font-size: 1rem;
  color: #666;
}@media (max-width: 1024px) {
    .policyContainer {
        padding: 2.5rem;
    }

    .policyContainer h2 {
        font-size: 1.5rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
        margin-top: 70px;
    }

    .policyContainer {
        padding: 2rem 1.5rem;
        border-radius: 8px;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 50px 0.5rem;
    }

    .policyContainer {
        padding: 1.5rem 1rem;
        margin: 0 0.5rem;
        border-radius: 8px;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .policyContainer h2 {
        font-size: 1.1rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .policyContainer p {
        font-size: 0.85rem;
        margin-bottom: 1rem;
        line-height: 1.6;
        text-align: left;
    }
}

@media print {
    .main-nav,
    .main-footer {
        display: none;
    }

    .policySection {
        padding: 0;
        margin: 0;
        background: white;
    }

    .policyContainer {
        padding: 0;
        box-shadow: none;
    }

    .policyContainer h2 {
        page-break-after: avoid;
    }

    .policyContainer p {
        orphans: 3;
        widows: 3;
    }
}