* {
	margin: 0;
 padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
   line-height: 1.6;
   color: #333;
   overflow-x: hidden;
}

.container {

   padding: 0 20px;
	margin: 0 auto;
  max-width    : 1200px;


}


.primary-nav {

		 position: fixed;
  top    :       0;
  width     :        100%;
    background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  transition     :        all 0.3s ease;
}

.nav-wrapper {
    display: flex;
  justify-content: space-between;
	 align-items : center;
    padding:  1rem 2rem;
  max-width: 1200px;
    margin: 0 auto;


}

.brand-logo .logo-img {
     height: 45px;
	width :     auto;
	
}

.nav-links {
    display: flex;
   gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: #333;
    font-weight  :        500;
  transition: color 0.3s ease;
    position: relative;
}

.nav-links a::after {
      transition: width 0.3s ease;
  content: '';
    bottom: -5px;
  height     : 2px;
               width: 0;
    background-color: #007bff;
    left: 0;
   position: absolute;
	}

.nav-links a:hover::after {


       width: 100%;}

.nav-links a:hover {
      color: #007bff;


}

.mobile-toggle   {
    display: none;
   flex-direction: column;
  cursor: pointer;
   padding: 5px;
}

.mobile-toggle span {

    width  :  25px;
   height: 3px;
   background: #333;
   margin: 3px 0;
    transition: 0.3s;
   border-radius: 3px;
     }

.mobile-toggle.active span:nth-child(1) {


  transform: rotate(-45deg) translate(-5px, 6px);


}

.mobile-toggle.active span:nth-child(2) 
 {
  opacity:        0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hero-section


{


   padding: 120px 2rem 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-content {
	max-width :     1200px;
   margin     :  0 auto;
       display: grid;
   grid-template-columns: 1.2fr 1fr;
  gap   :   4rem;
	align-items     :    center;
}

.hero-text h1 {
       font-size: 3.2rem;
	font-weight   : 700;
	color: #2c3e50;
   margin-bottom     : 1.5rem;
   line-height: 1.2;
     }

.hero-text p {
  color:      #666;
   line-height: 1.6;
    margin-bottom: 2.5rem;
  font-size: 1.2rem;
}

.hero-buttons {
                    display: flex;
    gap: 1rem;
}

.cta-primary, .cta-secondary {
  padding: 14px 28px;
    text-decoration: none;
  border-radius: 8px;
    font-weight: 600;
     transition: all 0.3s ease;
  display: inline-block;

}

.cta-primary {
   background: #007bff;
   color: white;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.cta-primary:hover {


   background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);}

.cta-secondary {
	   background: transparent;
    color: #007bff;
                    border: 2px solid #007bff;
	
}



.cta-secondary:hover {
  background: #007bff;
   color: white;
}

.hero-image img {
    width: 100%;
    height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.features-overview {
  padding: 80px 2rem;
   background: #fff;
}

.features-overview h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom  :      3rem;
	
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2.5rem;
  margin-top: 3rem;
}

.feature-item {

   text-align: center;
  -moz-border-radius: 12px;
  padding: 2rem;
    border-radius: 12px;
  background: #f8f9fa;
   transition: transform 0.3s ease;

}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-item h3 {
    font-size: 1.5rem;
  color: #2c3e50;
	margin-bottom: 1rem;
}

.feature-item p {
   color: #666;
  line-height: 1.7;
}

.services-section {
  padding: 80px 2rem;
  background: #f8f9fa;
}

.services-section h2 {
    text-align: center;
   font-size  :  2.5rem;
   color: #2c3e50;
  margin-bottom: 3rem;
}

.services-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 3rem;
      margin-top: 3rem;
}

.service-card {
  background: white;
                    border-radius: 15px;
    overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition     :     transform 0.3s ease;
}

.service-card:hover    {
  transform: translateY(-5px);


}

.service-card img {
  width: 100%;
	height:     250px;
   object-fit: cover;
} 

.service-content
{
	               padding: 2rem;
     }

.service-content h3


{
  font-size   :    1.5rem;
  color: #2c3e50;
    margin-bottom: 1rem;


}

.service-content p {

    color: #666;
    margin-bottom: 1.5rem;
   line-height: 1.7;}

.service-content ul {
  list-style: none;
}

.service-content ul li {

	padding: 0.5rem 0;
  color: #555;
 position: relative;
	padding-left: 1.5rem;}  

.service-content ul li::before {
  content: '✓';
		 position: absolute;
	   left: 0;
	    color: #007bff;
	  font-weight: bold;
}

.methodology-section {
    padding: 80px 2rem;
  background   :   white;
}

.methodology-section h2 {
    text-align:  center;
  font-size: 2.5rem;
   color: #2c3e50;
    margin-bottom: 3rem;
}

.method-steps {


	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
	}

.step-item 
 {
    display: flex;
   align-items: flex-start;
  gap: 1.5rem;
   padding: 1.5rem;
   border-radius  :     12px;
  background: #f8f9fa;
}


.step-number   {
         font-size: 2rem;
	 font-weight: bold;
    min-width: 60px;
    color: #007bff;
}

.step-content h3  {
	font-size: 1.3rem;
   color: #2c3e50;
  margin-bottom: 0.5rem;
}

.step-content p {
   color: #666;
         line-height: 1.6;
}

.cta-section {
    padding: 80px 2rem;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
	text-align: center;
}

.cta-content h2 {
  font-size: 2.5rem;
   margin-bottom: 1.5rem;
}

.cta-content p {
		font-size     :1.2rem;
    margin-bottom: 3rem;
   opacity: 0.9;
	}

.cta-stats {
  display: flex;
    justify-content: center;
	 gap: 3rem;
   margin-bottom: 3rem;
}

.stat {
   text-align: center;
}

.stat-number {
   display: block;
   font-size: 2.5rem;
    font-weight: bold;
   margin-bottom: 0.5rem;
}

.stat-label {
   font-size: 1rem;
   opacity: 0.8;
}

.cta-button-large {
    display: inline-block;
  padding: 18px 36px;
  background: white;
    color: #007bff;
   text-decoration: none;
  border-radius: 50px;
   font-weight: 600;
  font-size: 1.1rem;
  transition  :      all 0.3s ease;
	
}

.cta-button-large:hover

{
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255,255,255,0.2);
}

.contact-section {

   padding: 80px 2rem;
  background: #f8f9fa;
}

.contact-section h2 {
  text-align: center;
          font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom: 3rem;
}

.contact-layout

{
   display: grid;
  grid-template-columns    :       1fr 1.5fr;
  gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h3 {
   font-size  :    1.8rem;
   color: #2c3e50;
  margin-bottom: 2rem;
}

.contact-item {
  margin-bottom: 1.5rem;
}

.contact-item strong {
  color: #2c3e50;
    margin-bottom: 0.5rem;
  display: block;
}

.contact-item p {
    color: #666;
}

.office-hours
	{
    margin-top: 2.5rem;
}

.office-hours h4 {
	        color: #2c3e50; 
	    margin-bottom: 1rem;}

.office-hours ul {

  list-style: none;
	}

.office-hours ul li {
	padding: 0.3rem 0;
    color   :#555;
  position: relative;
    padding-left: 1.5rem;
     }

.office-hours ul li::before {
  content: '→';
    position  :absolute;
   left: 0;
  color: #007bff;
}

.contact-form {
       background    :   white;
  padding     :   2.5rem;
    border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	}

.form-row  {
	  display: grid;
	grid-template-columns: 1fr 1fr;
    gap:1.5rem;
	margin-bottom: 1.5rem;

}

.form-group {
	display    :  flex;
   flex-direction: column;
}



.form-group label {
   margin-bottom: 0.5rem;
  color: #333;
   font-weight: 500;

}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px;

   border: 2px solid #ddd;

    border-radius: 8px;

   font-size: 1rem;

  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
   border-color: #007bff;
}

.form-submit {
    width: 100%;
    padding: 15px;
    background  :   #007bff;
    color: white;
   border: none;
   border-radius   :8px;
    font-size: 1.1rem;
   font-weight  :        600;
    cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit:hover {
     background: #0056b3;
	}

.main-footer {
   background: #2c3e50;
  color: white;
    padding: 3rem 0 1rem;

}

.footer-container
{

		max-width: 1200px;
   margin: 0 auto;
   padding: 0 2rem;
    display     :grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;


}

.footer-brand .footer-logo   {
  height: 40px;
	width: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.footer-brand p {
     color: #bbb;
	line-height: 1.6;
	}

.footer-column h4 {
     margin-bottom: 1rem;
    color: #fff;
}

.footer-column ul
	{
    list-style: none;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
}

.footer-column ul li a {

   color    :  #bbb;
    text-decoration  :    none;
  transition   :        color 0.3s ease; 



}

.footer-column ul li a:hover {
  color: #007bff;
}

.footer-bottom {

	    border-top: 1px solid #34495e;
    padding:   1.5rem 2rem;
   text-align: center;
    color: #bbb;
    max-width: 1200px;
  margin: 2rem auto 0;}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .nav-links.nav-active {
        transform: translateX(0);
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .services-layout,
    .features-grid,
    .method-steps {
        grid-template-columns: 1fr;
    }
    
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .cta-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .hero-section,
    .services-section,
    .features-overview,
    .methodology-section,
    .cta-section,
    .contact-section {
        padding: 60px 1rem;
    }
    
    .nav-wrapper {
        padding: 1rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
}.about-hero {
    padding: 120px 2rem 60px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
   text-align: center;
}

.about-hero-content h1 {
   font-size: 3rem;
   margin-bottom :      1.5rem;
   font-weight  :      700;
}

.about-hero-content p {
  margin: 0 auto;
    font-size: 1.3rem;
	opacity: 0.9;
   max-width: 600px;
}

.our-story {


    padding: 80px 2rem; 
	   background: #fff;
	}

.story-layout {
	display: grid;
   grid-template-columns: 1.2fr 1fr;
   gap: 4rem;
	align-items: center;
}


.story-content h2 {
    font-size: 2.5rem;
  color: #2c3e50;
   margin-bottom: 2rem;
}

.story-content p {
	  font-size: 1.1rem;
  line-height: 1.7;
   color: #555;
   margin-bottom: 1.5rem;
     }

.story-highlights {
  gap: 2rem; 
       margin-top: 2.5rem; 
   display: flex;
}

.highlight-item {

  text-align: center; 



}

.highlight-item h3 {

	  font-size: 2rem;
    color: #007bff;
    font-weight: bold;
	margin-bottom :    0.5rem;}

.highlight-item p {
   color: #666;
  font-size: 0.9rem;
   margin: 0;
}

.story-image img {
   width: 100%;
   border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.our-approach {
	 padding: 80px 2rem;
   background: #f8f9fa;
}

.our-approach h2 {
   text-align: center;

    font-size: 2.5rem;

   color: #2c3e50;

    margin-bottom: 3rem;
}

.approach-grid {
    display   :   grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

.approach-card {
  background: white;
  border-radius  :  15px;
   overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease; 

}

.approach-card:hover {
  transform: translateY(-8px);
}

.approach-card img {
  width: 100%;
   height: 200px;
    object-fit: cover;
}

.approach-content {


    padding: 2rem;

}

.approach-content h3 {
   font-size: 1.4rem;
    color   :       #2c3e50;
	margin-bottom: 1rem;
}

.approach-content p {
  color: #666;
    line-height: 1.6;
}

.values-mission {
	  padding: 80px 2rem;
  background: white;
	}

.values-layout {
  display     :        grid;
	grid-template-columns: 1fr 1fr;
  gap: 4rem;
    max-width:    1200px;
   margin: 0 auto;
}

.mission-block h2,
.values-block h2 {
    font-size: 2.2rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
}

.mission-block p {
	font-size: 1.1rem;
        line-height     :       1.7;
       color: #555;
}

.values-list {
          list-style: none;
}

.values-list li  {
	  padding: 1rem 0;
   color: #555;
  border-bottom: 1px solid #eee;
}

.values-list li:last-child {
	border-bottom: none;
}

.values-list strong
{

	    color: #007bff;
  font-weight: 600;
}

.why-choose-us {
    padding: 80px 2rem;
  background    :   #f8f9fa;
}

.why-choose-us h2 {
   text-align: center;
	font-size: 2.5rem;
    color  :      #2c3e50;
    margin-bottom    :3rem;
}

.reasons-grid {
  display :     grid;
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	  gap   :     2rem;
}

.reason-item {

	   display : flex;
    gap: 1.5rem;
    background: white;
   padding: 2rem;
    border-radius :12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.reason-number		{
    font-size: 2.5rem;
    font-weight: bold;
  color: #007bff;
  min-width:    60px;

}

.reason-content h3 {
  font-size  :    1.3rem;
   color: #2c3e50;
                    margin-bottom: 0.5rem;
}

.reason-content p {
   color: #666;
  line-height    :  1.6;
	
}

.results-section {
    padding: 80px 2rem;
  background: white;
}



.results-section h2 {
	text-align: center;
    font-size  :      2.5rem;
   color: #2c3e50;
    margin-bottom: 3rem;
}

.results-stats {


    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap: 2rem;
   margin-bottom: 3rem;
}

.result-stat {
	text-align: center;
 padding: 2rem;
  background: #f8f9fa;
  border-radius :     12px;
  -moz-border-radius :       12px;
}

.result-stat .stat-number {
  display: block;
  color: #007bff;
  font-size: 3rem;
  font-weight :      bold;
    margin-bottom: 1rem;
}

.result-stat .stat-description {
                    color: #666;
	font-size   :       1rem;
   line-height: 1.5;
}

.results-description   {
	text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.results-description p {
   font-size: 1.1rem;
    color: #555;
       line-height: 1.7;


}

.cta-about {
     padding: 80px 2rem;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
   text-align: center;
}

.cta-about-content h2
	{
  font-size    :2.5rem;
  margin-bottom: 1.5rem; 
	
}


.cta-about-content p {
                       font-size: 1.2rem;
   margin-bottom: 2rem;
   opacity: 0.9;
	}

.back-home-btn {
  -o-transition: all 0.3s ease;
	display: inline-block;
   padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
  background: white;
   color :#007bff;
    text-decoration: none;
    border-radius: 8px;
   -moz-transition: all 0.3s ease;
  font-weight: 600;
   transition: all 0.3s ease;
}

.back-home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.2);
}

.thankyou-hero {
 padding: 120px 2rem 80px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  text-align: center;
  min-height: 70vh;
   display: flex;
  align-items     :     center;
    justify-content: center;
}

.thankyou-content h1 {
  font-size: 3rem;
    margin-bottom: 1.5rem;
   font-weight: 700;
}

.thankyou-subtitle {
   font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
	 margin: 0 auto;
}

.success-icon {
    margin-bottom: 2rem;
}

.checkmark {
   position :       relative;
    width: 80px;
    height: 80px;
 margin: 0 auto;
}

.checkmark-circle {
   width: 80px;
  height: 80px;
  border: 4px solid rgba(255,255,255,0.3);
  border-radius   :      50%;
	position: relative;
  background: rgba(255,255,255,0.1);
}

.checkmark-stem,
.checkmark-kick {
    position: absolute;

  background: white;

    border-radius: 2px;
}

.checkmark-stem {

    width: 4px;
	height :    20px;
  top: 32px;
    left  :    38px;
  transform: rotate(45deg);
}

.checkmark-kick {
    width: 4px; 
   height: 12px; 
       top: 42px; 
    left: 30px; 
  transform: rotate(-45deg);
}

.next-steps {


   padding:       80px 2rem;
  background: #f8f9fa;


}

.next-steps h2  {
    text-align: center;
  font-size: 2.5rem;
  color: #2c3e50;
    margin-bottom: 3rem;
}

.steps-timeline {
    max-width: 800px;
	 margin: 0 auto;
}

.timeline-step {
    display    :       flex;
    gap: 2rem;
    margin-bottom: 3rem;
          align-items: flex-start;
}

.step-icon {
    width: 50px;
	height: 50px;
    background: #007bff;
  color: white;
   border-radius: 50%;
    display: flex;
  align-items :      center;
  justify-content: center;
    font-weight     :bold;
  font-size: 1.2rem;
          flex-shrink: 0;
}

.step-details h3 {
    font-size: 1.4rem;
  color: #2c3e50;
       margin-bottom: 0.5rem;
}

.step-details p {
   color: #666;
    line-height: 1.6;
  margin-bottom: 0.5rem;
}

.step-time {
   font-size: 0.9rem;
	 color  :   #007bff;
   font-weight: 600;
}

.while-you-wait	{
   padding: 80px 2rem;
  background: white;
}

.while-you-wait h2 {

	   text-align: center;
	    font-size: 2.5rem;
	  color: #2c3e50;
	   margin-bottom: 3rem;


}

.waiting-tips {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
	
}

.tip-card  {
  background: #f8f9fa;

   padding: 2rem;

    border-radius: 12px;

    border-left: 4px solid #007bff;
}

.tip-card h3 {

  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 1rem;}

.tip-card p

{
    color: #666;
               line-height: 1.6;
}

.confidence-section {
  padding: 80px 2rem;
    background: #f8f9fa;
}

.confidence-section h2 {
  text-align: center;
   font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.reassurance-points {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
         gap: 2rem;
}

.reassurance-item {
         text-align: center;
  padding: 2rem;
      background: white;
   border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.reassurance-item h3     {

			 font-size: 1.3rem;
	 color :     #007bff;
   margin-bottom  :       1rem; 
	
}

.reassurance-item p {
    color: #666;
  line-height: 1.6;
}

.emergency-contact {


  padding: 60px 2rem;

	   background: white;

	    text-align: center;}

.emergency-info h2   {

  font-size: 2rem;
   color: #2c3e50;
   margin-bottom: 1rem;
	}

.emergency-info p {
  color: #666;
   margin-bottom: 1.5rem;
}

.emergency-phone {
  display: inline-block;
	font-size: 2rem;
    color: #007bff;
                    text-decoration : none;
  font-weight: bold;
    margin: 1rem 0;
    padding: 15px 30px;
               border: 2px solid #007bff;
    border-radius  :       8px;
   transition    :  all 0.3s ease;
	
}

.emergency-phone:hover {
    background: #007bff;
   color: white;
}

.emergency-note {
  font-size: 0.9rem; 
   color: #888;
}

.return-options {
	   padding   :     60px 2rem;
  background   :  #f8f9fa;
  text-align: center;
     }


.return-actions h2 {
  font-size: 2rem;
    color: #2c3e50;
  margin-bottom: 2rem;
}

.action-buttons {
	display     :  flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap :   wrap;
}

.action-btn 
 {
  padding   : 15px 30px;
    text-decoration: none;
    border-radius    : 8px;
    font-weight: 600;
    transition: all 0.3s ease;
  display: inline-block;
}

.action-btn.primary {
    background: #007bff;
  color: white;
}

.action-btn.primary:hover    {
    background: #0056b3;
  transform: translateY(-2px);
}

.action-btn.secondary {
  background  :transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.action-btn.secondary:hover {
     background: #007bff;
  color :   white;
	}

@media (max-width: 768px) {
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 2.5rem;
    }
    
    .story-layout,
    .values-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .story-highlights {
        flex-direction: column;
        gap: 1rem;
    }
    
    .timeline-step {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .approach-grid,
    .reasons-grid,
    .waiting-tips,
    .reassurance-points,
    .results-stats {
        grid-template-columns: 1fr;
    }
    
    .checkmark {
        width: 60px;
        height: 60px;
    }
    
    .checkmark-circle {
        width: 60px;
        height: 60px;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .about-hero,
    .thankyou-hero,
    .next-steps,
    .while-you-wait,
    .confidence-section,
    .our-story,
    .our-approach,
    .values-mission,
    .why-choose-us,
    .results-section,
    .cta-about {
        padding: 60px 1rem;
    }
    
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 2rem;
    }
    
    .thankyou-subtitle {
        font-size: 1.1rem;
    }
    
    .emergency-phone {
        font-size: 1.5rem;
        padding: 12px 24px;
    }
}.policySection {
   padding: 80px 2rem;
	background: #f8f9fa; 

}

.policyContainer {
  max-width :800px;
    margin: 0 auto;
	text-align: left;
}

.policyContainer h2 {

    font-size: 2.5rem;
   color: #2c3e50;
    margin-bottom: 1.5rem;
   font-weight: 700;
	}

.policyContainer p {
	color: #7f8c8d;
    margin-bottom: 1.5rem;
	line-height: 1.7;
    font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}