* {
    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    :     #fafbfc;
}

.section-wrapper {
     max-width: 1200px;
  margin: 0 auto;
    padding :        0 20px;
}

.navbar     {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding   :     1.2rem 0;
                    position: sticky;
    top: 0;
   z-index :  1000;
  box-shadow: 0 2px 10px rgba(102, 126, 234, 0.15);
}

.nav-container {
   max-width: 1200px;
   margin: 0 auto;
	 padding: 0 20px;
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.logo-section {
         display: flex;
   align-items    :       center;
} 

.logo-img {
   height: 45px;
	width: auto;
}

.nav-links {
  display: flex;
   list-style: none;
    gap: 2.5rem;
}


.nav-links a {
    color    :   white;
  text-decoration :none;
   font-weight: 500;
	 font-size: 1rem;
	 transition:      opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.8;
}

.burger-menu {
	display: none;

	     flex-direction   :column;

	   background: none;

	    border     :       none;

		 cursor: pointer;

	   gap     :       5px;
} 

.burger-line {

	  width: 25px;
    height    :     3px;
	 background-color: white;
    border-radius: 2px;
  transition     : all 0.3s ease;
     }

.hero-section {
	    display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 3rem;
    align-items: center;
	 padding: 4rem 20px;
  background: linear-gradient(to right, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
}

.hero-content h1 {
	font-size: 2.8rem;
    margin-bottom: 1.5rem;
   color :    #2c3e50;
   line-height: 1.2;
	}


.hero-content p {

    font-size: 1.1rem;
  color: #555;
    margin-bottom: 2rem;
  line-height: 1.8;

}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color     :white;
    padding: 0.9rem 2.2rem;
    border-radius: 8px;
  text-decoration: none;
   font-weight:     600;
    transition: all 0.3s ease;
  cursor: pointer;
    border: none;
	 font-size    :    1rem;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.cta-large {
    font-size  :        1.1rem;
  padding: 1.1rem 2.8rem;
}

.hero-image {
	display     :    flex;
	 justify-content :  center;
}

.hero-img {
	   width: 100%;
    height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);}

.intro-section     {
  padding: 4rem 20px;
    background-color: white;


}

.intro-section h2 {
	text-align: center;
  font-size: 2.2rem;
    margin-bottom: 3rem;
	 color: #2c3e50;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.benefit-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%); 
	    padding:      2rem; 
	   border-radius     :   12px; 
	   text-align: center; 
	  transition: all 0.3s ease; 
	  border: 1px solid rgba(102, 126, 234, 0.1);
}

.benefit-card:hover {


  transform: translateY(-5px);

	  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.15);
}

.benefit-icon {
    margin-bottom: 1.2rem;
  display: flex;
   justify-content: center; 
	
}

.benefit-icon img {
    width: 45px;
   height: 45px;
 stroke  :    #667eea;
   fill: none;
}

.benefit-card h3 {
   font-size: 1.3rem;
    margin-bottom    :       0.8rem;
  color: #2c3e50; 

}

.benefit-card p
{
	color   :#666;
   font-size: 0.95rem;
  line-height: 1.6;
}

.services-preview {
	 padding: 4rem 20px;
  background-color: #fafbfc;
}  

.services-preview h2 {
               text-align :center;
    color: #2c3e50;
  font-size: 2.2rem;
   margin-bottom: 3rem;
}

.services-showcase	{
                    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2.5rem;
}

.service-item {
	 background     :     white;
  border-radius: 12px;
  overflow:      hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.2);
}

.service-img {
   width: 100%;
      height: 220px;
   object-fit: cover;
}

.service-info	{
    padding: 1.8rem;
}

.service-item h3 {
   font-size :        1.3rem;
    margin-bottom: 0.8rem;
	color: #2c3e50;
}

.service-info p {
    color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.webinars-section {
  padding: 4rem 20px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);

}

.webinars-section h2     {
    text-align: center;
  font-size: 2.2rem;
	margin-bottom   :       1rem;
    color: #2c3e50;
}

.section-description {
    text-align: center;
    color: #666;
    font-size: 1.05rem;
  margin-bottom: 2.5rem;
   max-width: 600px;
   margin-left: auto;
  margin-right   :auto;
}

.webinars-grid {
     display  :grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap:       2rem;
}

.webinar-card {
  background: white;
    padding: 2rem;
  border-radius   :    10px;
   border-left: 4px solid #667eea;
	transition: all 0.3s ease;
}

.webinar-card:hover  {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.1);
}

.webinar-header {
   display :     flex;

   justify-content: space-between;

    align-items:flex-start;

   margin-bottom: 1rem;
}

.webinar-header h3 {
    font-size: 1.25rem;
   color: #2c3e50;
}

.webinar-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
   padding: 0.35rem 0.9rem;
  border-radius: 20px;
   font-size: 0.8rem;
	 font-weight: 600;
}

.webinar-card p {
   color: #666;
                    margin-bottom: 1.5rem;
    font-size: 0.95rem;
  line-height  :       1.6;
}

.webinar-features {
	list-style: none;
    color: #667eea;
   font-size: 0.9rem;
}

.webinar-features li {
    padding: 0.4rem 0;
  padding-left: 1.5rem;
   position: relative;
}

.webinar-features li:before 
 {
  content: "✓";
                    position: absolute;
	 left: 0;
  font-weight: bold;
}

.testimonials-section {
         padding :      4rem 20px;
  background-color: white;
}

.testimonials-section h2 {
   text-align: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.testimonials-container {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem; 

}

.testimonial-card     {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
	padding: 2rem;
    border-radius: 10px;
  border-top: 3px solid #667eea;
  position: relative;
}

.testimonial-card p {

   font-size: 0.95rem;
  color: #555;
    margin-bottom: 1rem;
   line-height: 1.7;
   font-style  : italic;
	}  

.testimonial-card h4 {
   color: #667eea;
    font-size    :    0.95rem;
  font-weight   :   600;
}  

.cta-section {
	    padding: 3.5rem 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
   color: white;
     }

.cta-section h2 {
                    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
   margin-bottom: 2rem;
   opacity     :  0.95;
}

.cta-section .cta-button {
          background-color: white;
  color: #667eea;
}

.contact-section {

	     padding: 4rem 20px;
   background-color    :    #fafbfc; 
	
     }

.contact-section h2 {
  text-align: center;
   font-size     :        2.2rem;
    margin-bottom: 1rem;
  color: #2c3e50;
}

.contact-form {
  max-width :   600px;
       margin: 2rem auto;
     background: white;
   padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
               display: block;
    margin-bottom: 0.6rem;
		font-weight     :  600;
  color: #2c3e50;
   font-size :     0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
         padding: 0.9rem;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
   font-family: inherit;
	font-size: 0.95rem;
   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);


}

.submit-button {
    width: 100%;
					padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    border:    none;
     border-radius: 6px;
  font-weight: 600;
    font-size: 1rem;
  cursor: pointer;
     transition     :all 0.3s ease;
}

.submit-button:hover {


  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.footer-section  
  {
  background: #2c3e50;
    color: #ecf0f1;
	 padding     :     3rem 20px 1.5rem; 

}

.footer-container {
    max-width: 1200px;
	margin:0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
         margin-bottom: 2rem;
}

.footer-logo-img {
	height  :     50px;
   width: auto;
  filter: brightness(0) invert(1);
}

.footer-column h4 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
    color    :    white;


}



.footer-column ul {
  list-style: none;
}

.footer-column ul li{
    margin-bottom: 0.6rem;
}

.footer-column a {
	color: #bdc3c7;
  text-decoration     :        none;
 transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-column a:hover {
    color: #667eea;
}

.footer-column p {
      color: #bdc3c7;
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding-top: 1.5rem;
    text-align: center;
   color: #95a5a6;
	font-size: 0.9rem;
	}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 0.7rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 20px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .benefits-grid,
    .services-showcase,
    .webinars-grid,
    .testimonials-container {
        grid-template-columns: 1fr;
    }

    .intro-section h2,
    .services-preview h2,
    .webinars-section h2,
    .testimonials-section h2,
    .contact-section h2,
    .cta-section h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 15px;
    }

    .logo-img {
        height: 35px;
    }

    .hero-content h1 {
        font-size: 1.6rem;
    }

    .cta-button {
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .section-wrapper {
        padding: 0 15px;
    }

    .benefit-card,
    .service-item,
    .webinar-card,
    .testimonial-card {
        padding: 1.5rem;
    }

    .services-preview,
    .intro-section,
    .webinars-section,
    .testimonials-section,
    .contact-section {
        padding: 2.5rem 15px;
    }
}.services-hero
{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
        padding: 3.5rem 20px;
    text-align   :        center;
}

.services-hero h1 {
	font-size: 2.5rem;
    margin-bottom: 1rem;
   line-height: 1.2;
}

.services-hero p {
  font-size: 1.1rem;
	max-width: 700px;
  margin:      0 auto;
    opacity: 0.95;
    line-height: 1.7;
}

.services-detailed
{
	padding: 4rem 20px;
	background-color: white;
}

.services-detailed h2 {
  font-size: 2rem;
   margin-bottom: 2.5rem;
    color: #2c3e50;


}

.alt-bg {
   background-color     :       #fafbfc;

}



.service-detailed-grid {
  display: grid;
   grid-template-columns :   1fr 1fr;
      gap: 3rem;
   align-items: start;
}

.service-detailed-grid.reverse {
	grid-template-columns: 1fr 1fr;
   direction: rtl;
}

.service-detailed-grid.reverse > * {
         direction: ltr;
}

.detailed-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
	color: #2c3e50;
}

.detailed-content p {
   color: #666;
   font-size: 1rem;
         line-height: 1.8;
   margin-bottom: 1.8rem;
}

.detail-img {
	width: 100%;
    height: auto;
  border-radius:     12px;
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.15);
	display: block; 

}

.features-list  
  {


  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  margin-bottom: 2rem;
}

.feature-item {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
	padding: 1.5rem;
  border-radius: 8px;
   border-left: 3px solid #667eea;
}

.feature-item h4 {
  font-weight     :   600;

	   margin-bottom: 0.6rem;

	  font-size: 1rem;

	  color: #2c3e50;
}

.feature-item p {

    font-size: 0.9rem;
  color: #666;
  margin :      0;
  line-height: 1.6;
}

.pricing-box {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 1.8rem;
         border-radius: 10px;
   border-left: 4px solid #667eea;
}

.pricing-box h4 {


    font-size     :1.1rem;
  color: #2c3e50;
	 margin-bottom: 1rem;
   font-weight: 600;
     }

.pricing-list {
    list-style: none;
  color: #666;

}

.pricing-list li {
  padding: 0.6rem 0;
    font-size: 0.95rem;
  border-bottom: 1px solid rgba(102, 126, 234, 0.2);
   line-height: 1.5;
}

.pricing-list li:last-child {
   border-bottom: none;
}

.comparison-section {

		padding: 4rem 20px;
    background-color: white;
	}

.comparison-section h2 {
  text-align :      center;
  font-size: 2rem;
    margin-bottom: 2.5rem;
  color  :        #2c3e50;
}



.comparison-table {
    overflow-x: auto;
    background: white;
    border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.table-header {
  display: grid;
  grid-template-columns: 1fr repeat(4, 1fr);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.header-cell {
	font-weight: 600;
      font-size: 0.95rem;
}

.table-row {
    display    :      grid;
  grid-template-columns: 1fr repeat(4, 1fr);
   border-bottom: 1px solid #e0e0e0;

}

.table-cell
{
               padding: 1.2rem;
   text-align    :       center;
   font-size: 0.95rem;
  color: #555;
}

.table-row:nth-child(even) {
	background-color: #fafbfc;
} 

.table-row:first-of-type .table-cell:first-child {
   color: #2c3e50;
    font-weight: 600;
  text-align: left;
}

.table-cell:first-child {

	    text-align: left;
    font-weight: 500;
  color: #2c3e50;
	}

.faq-section {
  padding:  4rem 20px;
    background-color: #fafbfc;


}

.faq-section h2 {
   text-align   :       center;
    font-size :       2rem;
   margin-bottom: 2.5rem;
   color: #2c3e50;
}

.faq-container {
   max-width   :  800px;
	margin: 0 auto;
  display: grid;
    gap: 1.5rem;
}

.faq-item {

	   background: white;
  padding: 1.8rem;
               border-radius: 8px;
  border-left     :      4px solid #667eea;
  cursor :     pointer;
   transition: all 0.3s ease;}

.faq-item:hover {
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
  transform: translateX(5px);
}

.faq-question {
   font-size: 1.1rem;
  color: #2c3e50;
    font-weight: 600;
  margin: 0;
 display: flex;
    justify-content :      space-between;
   align-items: center;
	
}

.faq-answer {
  color: #666;
    font-size     :0.95rem;
   line-height: 1.7;
  margin: 1rem 0 0 0;
}

.thankyou-container {
    padding: 3rem 20px;
    min-height: 70vh;
}

.thankyou-content {
    max-width: 700px;
   margin: 0 auto;
      text-align: center;
}

.success-icon {
     margin-bottom  :    2rem;
}

.success-icon img		{
	        width    :    80px;
  height: 80px;
    stroke :#2ecc71;
  filter: drop-shadow(0 0 10px rgba(46, 204, 113, 0.3));


}

.thankyou-container h1 {

      font-size:2.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;


}

.success-message {
   font-size: 1.1rem;
		color    :       #666;
  line-height: 1.8;
   margin-bottom: 2.5rem;
}

.next-steps {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
  padding: 2.5rem;
    border-radius: 12px;
    margin-bottom: 2.5rem;
  text-align   : left;
}

.next-steps h2 {
     font-size: 1.5rem;
  color: #2c3e50;
	margin-bottom: 1.8rem;
    text-align: center;
}

.steps-grid {


    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;


}

.step-item {
	 text-align: center;
}

.step-number

{
    display: flex;
	 align-items: center;
     justify-content: center;
    width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color :white;
   border-radius: 50%;
    font-weight: 700;
   font-size: 1.3rem;
  margin: 0 auto 1rem;
}

.step-item h3    {
    font-size: 1rem;
  color: #2c3e50;
   margin-bottom: 0.6rem;
  font-weight: 600;
}

.step-item p {
   font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.info-section {
    background  :       white;
          padding: 2rem;
   border-radius: 10px;
  border-left: 4px solid #667eea;
   margin-bottom: 2rem;
                    text-align: left;
}  

.info-section h2 {

	   font-size: 1.3rem;
  color :    #2c3e50;
    margin-bottom: 1.2rem;
  text-align  :center;
	}

.info-list {
    list-style: none;
  color: #666;
}

.info-list li {
  padding: 0.8rem 0;
	 font-size: 0.95rem;
       line-height: 1.6;
   border-bottom: 1px solid #e0e0e0;
  padding-left: 1.8rem;
    position: relative;
}

.info-list li:last-child {
       border-bottom :none;
}

.info-list li:before		{
  content: "✓";
  position: absolute;
	left    :      0;
  color    :     #2ecc71;
   font-weight: bold;

}

.cta-group  
  {
 display: flex;
  gap    :    1.5rem;
      justify-content: center;
  margin-bottom   : 2.5rem;
  flex-wrap: wrap;
}

.cta-button-secondary {
   display: inline-block;
   background: transparent;
  color: #667eea;
	padding     :0.9rem 2.2rem;
    border: 2px solid #667eea;
  border-radius: 8px;
   text-decoration: none;
  font-weight: 600;
    transition: all 0.3s ease;
  cursor: pointer;
      font-size: 1rem;
}

.cta-button-secondary:hover {
  background: #667eea; 
    color: white;
}

.contact-info-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   padding: 2rem;
    border-radius  :       12px;
         margin-bottom:    2rem;
}

.contact-info-box h3 {
	    font-size: 1.3rem;
   margin-bottom: 1rem;
}

.contact-info-box p {

   font-size     :       0.95rem;
   margin: 0.6rem 0;
}

.phone-display {
   font-size: 1.5rem;
    font-weight: 700;
  margin: 1rem 0;

}

.work-hours {
	    font-size: 0.85rem;
	opacity: 0.9;

}  

.benefits-reminder     {

	  padding: 4rem 20px;
    background-color: #fafbfc;
	}

.benefits-reminder h2 {
                    text-align :      center;
   font-size: 2rem;
  margin-bottom:  2.5rem;
  color    :     #2c3e50;
}

.benefits-cards {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.benefit-reminder-card {
   background: white;
    padding: 2rem;
  border-radius: 12px;
   text-align    :     center;
  border-top: 4px solid #667eea;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.benefit-reminder-card:hover {
  transform: translateY(-5px);
	  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.15);
}

.benefit-reminder-card h3 {
   font-size: 1.2rem;
    color: #2c3e50;
   margin-bottom   :0.8rem;
}

.benefit-reminder-card p {
   color: #666;
   font-size     :    0.95rem;
  line-height: 1.6;
  margin: 0;
}@media (max-width: 1024px) {
    .service-detailed-grid {
        grid-template-columns: 1fr;
    }

    .service-detailed-grid.reverse {
        direction: ltr;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 1.8rem;
    }

    .services-hero p {
        font-size: 1rem;
    }

    .services-detailed h2 {
        font-size: 1.6rem;
    }

    .detailed-content h3 {
        font-size: 1.3rem;
    }

    .comparison-table {
        font-size: 0.85rem;
    }

    .table-cell {
        padding: 0.8rem 0.5rem;
    }

    .table-header,
    .table-row {
        grid-template-columns: 1fr repeat(3, 0.8fr);
    }

    .cta-group {
        flex-direction: column;
    }

    .cta-button,
    .cta-button-secondary {
        width: 100%;
        text-align: center;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .thankyou-container h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .services-hero h1 {
        font-size: 1.4rem;
    }

    .services-detailed,
    .comparison-section,
    .faq-section,
    .benefits-reminder {
        padding: 2.5rem 15px;
    }

    .services-detailed h2,
    .comparison-section h2,
    .faq-section h2,
    .benefits-reminder h2 {
        font-size: 1.5rem;
    }

    .detailed-content h3 {
        font-size: 1.2rem;
    }

    .feature-item,
    .pricing-box,
    .faq-item {
        padding: 1.2rem;
    }

    .next-steps {
        padding: 1.5rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .table-header,
    .table-row {
        grid-template-columns: 1fr;
    }

    .header-cell,
    .table-cell {
        padding: 0.8rem;
        text-align: center;
    }

    .benefits-cards {
        grid-template-columns: 1fr;
    }

    .contact-info-box {
        padding: 1.5rem;
    }

    .phone-display {
        font-size: 1.2rem;
    }
}.policySection {
	 padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    min-height: 70vh;
}  

.policyContainer {
       max-width: 900px;
    margin: 0 auto;
          text-align: left;
  background: white;
  padding: 3rem;
    border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.policyContainer h1 {

  font-size: 2.8rem;
     color: #2c3e50;
   margin-bottom: 2rem;
   font-weight: 700;
    border-bottom: 3px solid #667eea;
    padding-bottom: 1rem;
}

.policyContainer h2 {
   font-size: 1.5rem;
    color: #667eea;
   margin-top: 2rem;
    margin-bottom: 1rem;
      font-weight: 600;
}

.policyContainer p  
  {
          color: #666;
  margin-bottom: 1.2rem;
	 line-height: 1.8;
  font-size   :     0.98rem;
     }

.policyContainer strong {
  color: #2c3e50;
       font-weight: 600;
}

.policyContainer ul 
 {
   list-style-position: inside;
  margin-bottom: 1.2rem;
    color  :        #666;
}

.policyContainer li	{


		 margin-bottom: 0.8rem;
   line-height: 1.7;
	}@media (max-width: 1024px) {
    .policyContainer {
        padding: 2.5rem;
    }

    .policyContainer h1 {
        font-size: 2.2rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .policySection {
        padding: 3rem 1.5rem;
        min-height: auto;
    }

    .policyContainer {
        padding: 2rem;
        border-radius: 8px;
    }

    .policyContainer h1 {
        font-size: 1.8rem;
        padding-bottom: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 2rem 1rem;
    }

    .policyContainer {
        padding: 1.5rem;
        border-radius: 6px;
    }

    .policyContainer h1 {
        font-size: 1.5rem;
        padding-bottom: 0.6rem;
        margin-bottom: 1.2rem;
    }

    .policyContainer h2 {
        font-size: 1.1rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
        line-height: 1.6;
    }
}