* {
   margin: 0;
   padding: 0;
    box-sizing: border-box;


}



html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #2c3e50;
    line-height    :    1.6;
  background-color: #f8f9fa;
}

.navbar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 1rem 0;
 position: sticky;
    top: 0;
	z-index: 1000;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
} 

.nav-container {

  max-width: 1200px;

	  margin: 0 auto;

	   padding: 0 2rem;

	   display: flex;

	          justify-content  :space-between;

	    align-items: center;


}

.nav-logo
	{
          display: flex;
    align-items   :    center;
}

.logo-img {
    height: 45px;
	  filter: brightness(0) invert(1);
}

.nav-menu {

		display: flex;
	    list-style    :        none;
	   gap   :       2rem;}

.nav-link {
   color: white;
   text-decoration: none;
  font-weight: 500;
   transition: all 0.3s ease;
   position: relative;

}

.nav-link:hover {
			opacity: 0.8;
  transform: translateY(-2px);
}

.nav-toggle {


    display: none;
	flex-direction     :   column;
  background: none;
   border: none;
    cursor: pointer;
  gap: 6px;
	}

.toggle-line {

    width: 25px; 
   height: 3px; 
   background: white; 
   transition:       all 0.3s ease;
}

.nav-toggle.active .toggle-line:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.nav-toggle.active .toggle-line:nth-child(2) {
         opacity: 0; 

}

.nav-toggle.active .toggle-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.hero {
    display: grid;
					grid-template-columns: 1fr 1fr;
    gap: 3rem;
          align-items: center;
   max-width: 1200px;
 margin: 0 auto;
		 padding: 5rem 2rem;
}

.hero-content h1 {
   font-size: 3rem;
		 margin-bottom  :        1rem;
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	  background-clip: text;
}

.hero-content p {
  font-size: 1.2rem;
    color: #555;
     margin-bottom :     2rem;
}

.cta-button {


    display    :    inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 1rem 2rem;
  border-radius: 8px;
    text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);



}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}



.hero-image img {
      width: 100%;
    height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.services-preview {
  max-width: 1200px;
    margin: 0 auto;
   padding: 4rem 2rem;
}

.services-preview h2 {
   color   :      #2c3e50;
  text-align:center;
   margin-bottom: 3rem;
  font-size: 2.5rem;
}

.services-grid {
	    display  :  grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;
     }

.service-card {
  background :    white;
   padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
   text-align   :    center;
}

.service-card:hover	{
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-icon {


        margin-bottom: 1rem;
  height: 60px;
  display: flex;
   align-items: center;
 justify-content: center;




}

.service-icon img {
      width: 50px;
   stroke: #667eea;
   height    :      50px;
}

.service-card h3 {
	font-size: 1.4rem;
  margin-bottom: 1rem;
    color   :  #2c3e50;
}

.service-card p
{
   color    :  #666;
  font-size: 0.95rem;
}

.benefits-section {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
       padding: 4rem 2rem;
	margin: 2rem 0;
}

.benefits-section h2 {
       text-align: center;
          font-size: 2.5rem;
    margin-bottom    :    3rem;
   color: #2c3e50; 

}

.benefits-container

{
  max-width: 1200px;
    margin: 0 auto;
					display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-item {
		background: white;
   padding: 2rem;
    border-radius   :     10px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
     }

.benefit-icon {
          margin-bottom: 1rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content   :  center;
}

.benefit-icon img {


    width: 50px;
      height: 50px;
}

.benefit-item h3 {


          color: #667eea;
   margin-bottom: 1rem;
      font-size: 1.3rem;


}

.benefit-item p {
   color     :#666;
    font-size: 0.95rem;
}

.gallery-section {
  max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.gallery-section h2 {
    text-align: center;
    font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.gallery-grid {

	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap:        1.5rem;
}

.gallery-item {

	  position:      relative;
  overflow: hidden;
	border-radius   :       10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;


}

.gallery-item:hover {
	  transform: scale(1.05);}

.gallery-item img {
   width     :        100%;
  height: 250px;
  object-fit: cover;
   display: block;
}

.gallery-item figcaption {
    position: absolute;
	 bottom: 0;
    left: 0;
 right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
   color: white;
   padding     :     2rem 1rem 1rem;
  font-weight: 600;
}

.cta-section
	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
       padding: 4rem 2rem;
    text-align: center;
   margin: 2rem 0;
	
}

.cta-content h2 {
  font-size: 2.2rem;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom  : 2rem;
    opacity: 0.9;
}

.cta-button-primary {
   display: inline-block;
	    background: white;
		color: #667eea;
	   padding: 1rem 2.5rem;
	          border-radius: 8px;
	   text-decoration   :     none;
	  font-weight: 700;
	  transition: all 0.3s ease;
	  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.cta-button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.contact-section {

  max-width    :     700px;
     margin: 4rem auto;
    padding:        0 2rem;
     }

.contact-section h2 {
	text-align: center;
        font-size: 2rem;
    margin-bottom: 2rem;
 color: #2c3e50;
}

.contact-form {
    background: white;
    padding :     2.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}  

.form-group {

	      margin-bottom: 1.5rem;
}

.form-group label	{
		 display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
   color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
   border: 2px solid #e0e0e0;
          border-radius: 6px;
    font-size: 1rem;
   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-submit {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
	 border: none;
 border-radius: 6px;
               font-weight  :    700;
                    font-size: 1rem;
    cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
}



.form-submit:active {
  transform: translateY(0);
}

.footer
{
    background: #1a1a2e;
  color: #ecf0f1;
   padding: 3rem 0 1rem;
  margin-top: 4rem;
}

.footer-container   {
  max-width: 1200px;
   margin: 0 auto;
   padding     :       0 2rem;
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:     3rem;
   margin-bottom: 2rem;
}

.footer-logo-img {
    height: 50px;
  filter: brightness(0) invert(1);
	margin-bottom: 1rem;
}

.footer-section h4 {
          color: white;
    margin-bottom: 1rem;
   font-size  :    1.1rem;

}

.footer-links {
   list-style: none;
}

.footer-links li  {


  margin-bottom: 0.7rem;
	}

.footer-links a {
    color   :    #bbb;
      text-decoration   : none;
         transition: color 0.3s ease;
	
}

.footer-links a:hover {
	color: #667eea;

}

.footer-section p{

	  line-height: 1.8;
         font-size: 0.95rem;
  color: #bbb; 
	

}

.footer-section a {
      color: #667eea;
	text-decoration: none;
}

.footer-section a:hover {
	  text-decoration: underline;

}



.footer-bottom {

	   border-top: 1px solid #333;
  padding-top: 2rem;
  text-align: center;
    color: #999;
    font-size     :       0.9rem;

}@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        gap: 0;
        padding: 1rem 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        padding: 1rem 2rem;
    }

    .nav-toggle {
        display: flex;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .services-grid,
    .benefits-container {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 300px;
    }

    .cta-content h2 {
        font-size: 1.5rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .services-preview h2,
    .benefits-section h2,
    .gallery-section h2 {
        font-size: 1.8rem;
    }

    .contact-section {
        padding: 0 1rem;
    }

    .contact-form {
        padding: 1rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
      padding: 6rem 2rem;
  text-align: center;
}

.services-hero-content h1 {
   font-size: 2.8rem;
    margin-bottom :       1rem;
}

.services-hero-content p {

    font-size: 1.2rem;
    opacity   : 0.95;
	}

.service-detail-section {
  max-width: 1200px;
   margin: 0 auto;
   padding: 4rem 2rem;
	 border-bottom: 1px solid #e0e0e0; 
	
}

.service-detail-section:last-of-type {
  border-bottom: none; 

}

.service-detail-container {
   display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.service-detail-reverse {

   background    :    #f8f9fa;


}

.service-detail-reverse .service-detail-container {

   grid-template-columns  :    1fr 1fr;


}

.service-detail-reverse .service-detail-text	{
    order: 2; 

}

.service-detail-reverse .service-detail-image {
   order:     1;


}

.service-detail-text h2 {
  font-size: 2.2rem;
	    color: #667eea;
	   margin-bottom: 1rem;
}

.service-detail-text p		{
	font-size: 1rem;
     color: #555;
   margin-bottom: 1.5rem;
    line-height: 1.8; 
	
}

.service-detail-text h3 {
    font-size: 1.3rem;
   color: #2c3e50;
  margin-top: 2rem;
      margin-bottom: 1rem;
}

.service-features {


   list-style: none;
    margin-bottom: 2rem;


}

.service-features li {
      padding: 0.7rem 0;

   padding-left: 1.5rem;

  position: relative;

   color   :  #555;


}

.service-features li:before {
  content: "✓";
   position: absolute;
   left: 0;
  color: #667eea;
   font-weight    :  bold;
	 font-size: 1.2rem;
}

.service-detail-image img {
   width: 100%;
    height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.pricing-table {
    margin: 1.5rem 0;
  background: white;
   overflow: hidden;
   -moz-border-radius   :       10px;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
}

.pricing-row {
    display: flex;
      justify-content: space-between;
    align-items: center;
        padding    :    1.2rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.pricing-row:last-child {


   border-bottom: none;}

.pricing-row span:first-child {

	  font-weight: 500;
    color: #2c3e50;

}

.price {
  color: #667eea;
   font-weight: 700;
	font-size: 1.1rem;
} 

.service-comparison {
  margin: 4rem auto;
  padding: 0 2rem;
  max-width: 1200px;
}

.service-comparison h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
 color: #2c3e50; 

}

.comparison-table {
  background: white;
   border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.comparison-row {
	    display    :       grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #e0e0e0;


}

.comparison-row.header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          color :        white;
   font-weight     :   600;
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-cell {
	   padding: 1.2rem;
	 display     :    flex;
   align-items: center;
	font-size  :       0.95rem;


}

.comparison-row.header .comparison-cell {
   font-weight: 700;
}

.consultation-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   text-align: center;
  padding     :       3rem 2rem;
    margin :     2rem 0;
}

.consultation-cta h2    {
  margin-bottom: 1rem;
    font-size: 2rem;
}

.consultation-cta p {
  font-size :       1.1rem;
         margin-bottom: 2rem;
   opacity: 0.95;
}

.cta-button-consultation {
   display: inline-block;
    background: white;
       color: #667eea;
  padding: 1rem 2.5rem;
    border-radius :    8px;
  text-decoration: none;
                    font-weight: 700;
   transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
} 

.cta-button-consultation:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	
}

.thankyou-section {
 max-width: 800px;
  padding: 2rem;
  margin: 4rem auto;
}

.thankyou-container {

	 background: white;
  padding: 3rem 2rem;
    border-radius: 15px;
  text-align  :  center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

}

.thankyou-success-icon {
  display: flex;

	          justify-content: center;

	  margin-bottom: 2rem;
}

.thankyou-success-icon svg {
  color: #2ecc71;
  filter: drop-shadow(0 2px 5px rgba(46, 204, 113, 0.3));
}

.thankyou-container h1 
 {
   font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom: 0.5rem;
}

.thankyou-subtitle {
   font-size: 1.3rem;
  color: #667eea;
    margin-bottom: 2rem;
    font-weight: 600;


}

.thankyou-content {

  text-align: left;
  margin    :  2rem 0;
   background: #f8f9fa;
   padding: 2rem;
		border-radius: 10px;
  border-left: 4px solid #667eea;
}

.thankyou-content p {
	   font-size: 1rem;
                    color  :   #555;
    margin-bottom: 1.5rem;
   line-height:  1.8;}

.thankyou-info-box {
    background: white;
    padding: 2rem;
   border-radius: 10px;
    margin: 2rem 0;
  border: 2px solid #e0e0e0;}  

.thankyou-info-box h3 {
	 font-size: 1.3rem;
   color: #667eea;
    margin-bottom : 1.5rem;
   text-align: center;


}

.thankyou-steps {


   list-style: none;
   counter-reset: step-counter;


}

.thankyou-steps li {

	    counter-increment: step-counter;
   padding  :        1rem 0;
  padding-left: 2rem;
               position: relative;
   text-align: left;
    color: #555;


}

.thankyou-steps li:before {
     content: counter(step-counter);
  position: absolute;
                    left: 0;
      width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
 border-radius: 50%;
   display: flex;
    align-items:center;
    justify-content: center;
   font-weight: bold;
   font-size: 0.9rem;


}

.thankyou-contact-info {
    text-align: center;
    background: white;
    padding: 1.5rem;
    border-radius  : 10px;
    margin: 2rem 0;
}

.thankyou-contact-info p {
	   margin-bottom: 0.5rem;


	}

.thankyou-contact-info p strong {
    color: #667eea; 

} 

.contact-details {
    list-style: none;
   margin-top: 1rem;


}

.contact-details li {
   padding: 0.5rem 0; 
	   color: #555;
	}

.contact-details a {
  color: #667eea;
   text-decoration: none;
	 font-weight  :      600;
}

.contact-details a:hover {
      text-decoration: underline;
	}

.thankyou-actions {
  display: flex;
  gap:        1.5rem;
  justify-content: center;
    margin-top: 2.5rem;
}

.button-primary {


    display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
   padding: 1rem 2rem;
    border-radius: 8px;
   text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3); 
}

.button-primary:hover {

  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);

}

.button-secondary {
   display: inline-block;
	background: white;
    color: #667eea;
  padding: 1rem 2rem;
  border: 2px solid #667eea;
    border-radius   :     8px;
   text-decoration: none;
    font-weight: 600;
   transition: all 0.3s ease;
}

.button-secondary:hover {
  background     :    #667eea;
        color: white;
  transform: translateY(-2px);
}

.additional-services-preview {


    max-width:1200px;
  margin:   4rem auto;
    padding: 0 2rem;

}

.additional-services-preview h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
	color: #2c3e50;
}

.preview-grid {

   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.preview-card {


	background: white;
  padding: 2rem;
    border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;

}

.preview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); 
}

.preview-card h3 {
    color  :   #667eea;
	margin-bottom: 1rem;
    font-size: 1.2rem;
}

.preview-card p  {
     color: #666;
    margin-bottom: 1.5rem;
                    font-size: 0.95rem;
    line-height    :        1.6;


}

.preview-card a
{

	    display: inline-block;
    color: #667eea;
					text-decoration : none;
	 font-weight: 600;
    transition: all 0.3s ease;
  padding-bottom   :  0.3rem;
    border-bottom: 2px solid transparent;

}

.preview-card a:hover {
    border-bottom-color: #667eea;
	 color: #764ba2; 
	
}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .service-detail-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-detail-reverse .service-detail-text {
        order: 1;
    }

    .service-detail-reverse .service-detail-image {
        order: 2;
    }

    .service-detail-text h2 {
        font-size: 1.8rem;
    }

    .comparison-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison-row.header {
        grid-template-columns: 1fr 1fr;
    }

    .thankyou-container {
        padding: 2rem 1rem;
    }

    .thankyou-container h1 {
        font-size: 2rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .services-hero-content h1 {
        font-size: 1.6rem;
    }

    .service-detail-text h2 {
        font-size: 1.4rem;
    }

    .comparison-cell {
        padding: 0.8rem;
        font-size: 0.85rem;
    }

    .consultation-cta h2 {
        font-size: 1.5rem;
    }

    .preview-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-success-icon svg {
        width: 60px;
        height: 60px;
    }

    .thankyou-steps li:before {
        width: 25px;
        height: 25px;
        font-size: 0.8rem;
    }
}.policySection {
    padding: 80px 2rem;
   background  :    #f8f9fa;
  min-height: calc(100vh - 200px);
}

.policyContainer
	{
	 max-width   :    800px;
				 margin: 0 auto;
	 text-align   :     left;
}

.policyContainer h1 {
  text-align: center;
  font-size: 3rem;
          font-weight  :     700;
   color: #667eea;
    margin-bottom: 2rem;
}

.policyContainer h2 {
  font-weight: 700;
    padding-bottom: 0.8rem;
        position: relative;
  font-size: 1.8rem;
  margin-bottom   :    1.2rem;
   color   : #2c3e50;
	margin-top: 2.5rem;
}

.policyContainer h2:after {

	  content: '';
  position: absolute;
    bottom: 0;
          left: 0;
   width: 50px;
  height: 3px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;

}

.policyContainer p {
      color: #555;
  margin-bottom: 1.5rem;
	line-height: 1.8;
					font-size: 1rem;
  text-align: justify;

}

.policyContainer p:first-of-type {
   font-size: 1.1rem;
    color: #666;
   font-style: italic;
  background: rgba(102, 126, 234, 0.05);
        padding: 1.5rem;
  border-left: 4px solid #667eea;
    border-radius: 4px;
  margin-bottom   :      2rem;
} 

.policyContainer a {
	color: #667eea;
   text-decoration: none;
  font-weight  :        500;
  transition: all 0.3s ease;
}

.policyContainer a:hover {
   color: #764ba2;
               text-decoration: underline; 
	
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1.5rem;
    }

    .policyContainer h1 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .policyContainer p:first-of-type {
        font-size: 1rem;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
        min-height: auto;
    }

    .policyContainer h1 {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        line-height: 1.6;
        text-align: left;
    }

    .policyContainer h2:after {
        width: 40px;
    }
}