* {
	 margin: 0; 
  padding: 0; 
   box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height   :        1.6;
  color: #2c3e50;
   background-color: #f8f9fa;
}

.navbar   {
  background: linear-gradient(135deg, #1a1a2e 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;



}

.nav-logo-section {
  flex: 1;
}

.nav-logo {
  height: 45px;
  width: auto;
  filter: brightness(0) invert(1);
}

.burger-toggle {
   display: none;
   flex-direction   :        column;
    background: none;
	border   :      none;
   cursor: pointer;
    gap: 6px;
}

.burger-line {
  width    :        25px;
   	height    :        3px;
                  background-color: #ffffff;
                       border-radius: 3px;
   	transition: all 0.3s ease;
}

.nav-menu {
  gap    :     3rem;
  list-style: none;
  display: flex;
	
}

.nav-item {

		position   :      relative;
	}

.nav-link {
    color: #ffffff;
   text-decoration: none;
    font-weight: 500;
  padding:      0.5rem 0;
    transition: color 0.3s ease;
  position: relative;

}

.nav-link::after {
     content: '';
    position: absolute;
    bottom: -2px;
   left: 0;
    width: 0;
  height   :       2px;
  background: linear-gradient(90deg, #00d4ff, #0099ff);
    transition: width 0.3s ease;}

.nav-link:hover::after {
  width: 100%;
	
}  

.hero-section {
     display: grid;
          grid-template-columns: 1fr 1fr;
    gap: 3rem;
   align-items: center;
     max-width: 1200px;
   margin    :    0 auto;
  padding: 4rem 2rem;
    min-height: 600px;
	}

.hero-content h1 {
      font-size: 3.5rem;
  margin-bottom: 1.5rem;
	color: #1a1a2e;
   line-height: 1.2;
}

.hero-content p {
	 font-size: 1.1rem;
   color: #555;
   margin-bottom: 2rem;
               line-height: 1.8; 
	
}

.hero-image {
    position: relative;
               overflow: hidden;
   border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.hero-image img {
    width: 100%;
   height: auto;
    display: block;
  object-fit: cover;
}

.cta-button
	{
    display: inline-block;
    padding:   1rem 2.5rem;
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
    transition: all 0.3s ease;
  border: none;
   cursor: pointer;
   font-size: 1rem;
}

.cta-button:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 153, 255, 0.4);


}

.features-section {
    background: white;
    padding :        4rem 2rem;
  margin: 2rem 0;
}

.section-header {
                    text-align    : center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.section-header h2
{


   font-size: 2.5rem;
   color: #1a1a2e;
  margin-bottom: 1rem;


}

.section-header p {
   font-size: 1.1rem;
 color: #666; 

}

.features-grid    {
   display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

	    gap:2rem;

	    max-width: 1200px;

		margin: 0 auto;

}

.feature-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
         padding: 2rem;
    border-radius:    12px;
                    text-align: center;
	transition     :   all 0.3s ease;
   border: 1px solid #e8ecf1;
}

.feature-card:hover  
  {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
          border-color  : #0099ff;
}

.feature-icon    {
  margin-bottom: 1.5rem;
 height: 60px;
  display: flex;
        align-items: center;
    justify-content: center; 

}

.feature-icon img {
  width: 50px;
   height: 50px;
	 stroke: #0099ff;
  filter: drop-shadow(0 2px 4px rgba(0, 153, 255, 0.3));
}


.feature-card h3
{
    color: #1a1a2e;
   font-size: 1.3rem;
  margin-bottom: 1rem;
}

.feature-card p {
  color: #666;
          font-size: 0.95rem;
    line-height: 1.6;

}

.gallery-section {
   max-width   :    1200px;
  margin: 4rem auto;
   padding: 0 2rem;
}

.gallery-section h2 {
   font-size: 2.5rem;
   text-align: center;
       color: #1a1a2e;
    margin-bottom: 3rem;
}

.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;
     aspect-ratio: 1 / 1;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.gallery-item img		{

         height: 100%;

        transition     :     transform 0.4s ease;

  width: 100%;

   object-fit: cover;

}

.gallery-item:hover img {
  transform: scale(1.05);
	}

.services-overview {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
   padding: 4rem 2rem;
  margin: 3rem 0;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
    max-width: 1200px;
    margin-left    :        auto;
   margin-right: auto;
}

.service-item {
  background: white;
	    padding: 2rem;
		border-radius: 10px;
	  border-left: 4px solid #0099ff;
	  transition     :     all 0.3s ease;
}

.service-item:hover {

	  box-shadow: 0 8px 20px rgba(0,0,0,0.1);


}

.service-item h3  
  {
  color: #1a1a2e;
	 margin-bottom: 1rem;
    font-size   :      1.2rem;
}



.service-item p {

		color: #666;
  line-height   :   1.6;}

.cta-section {
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%); 
	   color   :    white; 
	  text-align: center; 
	  padding :   4rem 2rem; 
	   margin: 3rem 0;
	
}

.cta-section h2 {
   font-size: 2.5rem;
   margin-bottom    : 1rem;
}

.cta-section p {
    font-size: 1.1rem;
   margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-section .cta-button.primary		{

  background: white;
  color: #0099ff;


	}

.cta-section .cta-button.primary:hover	{
  background: #f0f0f0;
}

#contact {
   padding: 0 2rem;
    margin: 3rem auto;
			max-width: 1200px;
}

.contact-section h2 {
	  font-size :        2.5rem;
  text-align: center;
    color: #1a1a2e;
   margin-bottom: 1rem;



}

.contact-section > p 
 {
    margin-bottom: 3rem;
  font-size  :   1.1rem;
    color  :      #666;
    text-align: center; 
	
}

.contact-wrapper {
  background: white; 
          padding: 3rem; 
	border-radius: 15px; 
  box-shadow: 0 5px 30px rgba(0,0,0,0.08); 
   max-width: 700px; 
  margin: 0 auto;
}  

.contact-form {
   display: flex;
   flex-direction: column;
    gap: 1.5rem;
}

.form-group
{
   display: flex;
   flex-direction: column;
}

.form-group input,
.form-group select,
.form-group textarea {
   padding   :      1rem;
        border: 2px solid #e8ecf1;
    border-radius: 8px;
   font-family: inherit;
    font-size: 1rem;
   transition: all 0.3s ease;
	color: #2c3e50;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus

{
    outline: none;
  border-color: #0099ff;
  box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
                    color: #999;
}

.submit-button {
  padding:  1rem 2rem;
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
     color: white;
   border: none;
	 border-radius: 8px;
    font-size: 1rem;
               font-weight:    600;
  cursor: pointer;
 transition: all 0.3s ease;
  margin-top  : 0.5rem;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 153, 255, 0.3);
}

.footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); 
	    color: white; 
	  padding: 3rem 2rem 1rem; 
	   margin-top: 3rem;
}

.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-section h4

{
  color: #0099ff;
 margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section img {
   height: 50px;
    width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;
	
}

.footer-section ul {
   list-style: none;
}


.footer-section ul li {
	margin-bottom: 0.7rem;
}

.footer-section a {
    color  :        #ccc;
    text-decoration     :  none;
               transition: color 0.3s ease;
}

.footer-section a:hover

{
  color: #0099ff;}

.footer-section p	{
   color     :        #ccc;
   line-height: 1.7;
   font-size: 0.95rem;
}

.footer-bottom {
   color: #999;
      text-align  :     center;
   padding-top: 2rem;
   border-top: 1px solid #333;
}@media (max-width: 768px) {
    .burger-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background-color: #16213e;
        width: 100%;
        text-align: left;
        transition: left 0.3s ease;
        gap: 0;
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        padding: 0 2rem;
    }

    .nav-link {
        display: block;
        padding: 1rem 0;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        padding: 2rem 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .cta-section h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }

    .features-section {
        padding: 2rem 1rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .gallery-section h2 {
        font-size: 1.8rem;
    }

    .services-overview {
        padding: 2rem 1rem;
        gap: 1rem;
    }

    .service-item {
        padding: 1.5rem;
    }

    .cta-section {
        padding: 2rem 1rem;
    }

    .contact-wrapper {
        padding: 1.5rem;
    }

    .footer {
        padding: 2rem 1rem;
    }

    .footer-section p {
        font-size: 0.85rem;
    }
}.services-hero {
   display: grid;
   grid-template-columns   :1fr 1fr;
	 gap: 3rem;
         align-items: center;
    max-width: 1200px;
   margin   :   0 auto;
        padding: 4rem 2rem;
   min-height: 500px;
}

.services-hero-content h1 {
  font-size: 3rem;
  color: #1a1a2e;
   margin-bottom: 1rem;
	 line-height: 1.2;
}

.services-hero-content p {
  font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

.services-hero-image {
  position: relative;
  overflow: hidden;
	border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}



.services-hero-image img {

  width:       100%;
    height: auto;
	display: block;
   object-fit: cover;


}

.services-intro {
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
    color: white;
  padding: 3rem 2rem;
   margin: 2rem 0; 
	
}

.services-intro-wrapper {


   max-width     :     1200px;
   margin:0 auto; 

     }

.services-intro-wrapper h2 {
   font-size: 2.2rem;
  margin-bottom: 1rem;


}

.services-intro-wrapper p {

	  font-size: 1.05rem;
    margin-bottom: 2rem;
   opacity: 0.95;
	line-height:   1.7;
}

.intro-benefits {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top:     2rem;
	
}

.benefit-item
	{
    text-align: center;
}

.benefit-number {
    display: block;
   font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.benefit-item p {
  font-size: 0.95rem;
    margin     :       0;
}

.service-details {
                    max-width: 1200px;
  margin: 3rem auto;
    padding: 0 2rem;
  display: grid;
  gap: 3rem;
}

.service-detail-card {
               background: white;
    border-radius   :   12px;
    overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
   transition: all 0.3s ease;
    border: 1px solid #e8ecf1;
}

.service-detail-card:hover
{
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.service-detail-header {
    position: relative;
    height: 300px;
	overflow  : hidden;
}

.service-detail-header img {

	   width: 100%;
   height: 100%;
 object-fit: cover;
     }

.service-detail-header h3 {
                    position :        absolute;
   bottom: 0;
   left  :0;
    right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  color: white;
	padding:       2rem;
   font-size: 2rem;
    margin:  0;
}

.service-detail-content {
    padding: 2rem;
}

.service-detail-content p	{
    color: #555; 
	       line-height: 1.8; 
			 margin-bottom: 1.5rem; 
	          font-size: 1rem;
}

.service-features


{
    list-style: none;
	 margin: 1.5rem 0;
}

.service-features li  {
			padding: 0.7rem 0;
    padding-left: 1.5rem;
  position: relative;
     color: #666;
                    line-height:       1.6;
}

.service-features li:before {
     content: '';
                    position: absolute;
    left: 0;
    top :       0.9rem;
   width: 6px;
   height     : 6px;
  background: linear-gradient(135deg, #0099ff, #0077cc);
   border-radius: 50%;

}

.service-duration {
 background: #f5f7fa;
    font-size: 0.95rem;
   border-radius: 8px;
   line-height    : 1.7;
    margin-top: 1rem;
    color: #555;
   padding: 1rem;
}

.pricing-section
	{
   background: #f8f9fa;
	 padding: 4rem 2rem;
  margin: 3rem 0;
}

.pricing-section h2 {
   text-align: center;
    font-size: 2.5rem;
    color  :  #1a1a2e;
	margin-bottom: 3rem;
}

.pricing-grid {
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;
  max-width: 1200px;
   margin: 0 auto;


}

.pricing-card
	{
	 background: white;
      padding: 2rem;
          border-radius: 12px;
   text-align: center;
      border: 2px solid #e8ecf1;
               transition: all 0.3s ease;
    display: flex;
  flex-direction: column;
}

.pricing-card:hover {

  border-color: #0099ff;
  box-shadow: 0 10px 30px rgba(0, 153, 255, 0.15);
  transform: translateY(-5px);
	}

.pricing-card.featured {


   border-color: #0099ff;
  box-shadow: 0 10px 30px rgba(0, 153, 255, 0.2);
  transform: scale(1.05);
}

.pricing-card h3 {
       font-size: 1.5rem;
 color: #1a1a2e;
    margin-bottom: 1rem;
}


.pricing-amount {
    font-size: 2.5rem;
     font-weight: 700;
   	color: #0099ff;
     margin-bottom: 0.3rem;
}

.pricing-period {
      color: #999;
      font-size: 0.9rem;
    margin-bottom: 1.5rem;

}

.pricing-features {
     list-style: none;
    flex: 1;
  margin-bottom: 2rem;
}

.pricing-features li {
    padding: 0.6rem 0;
   color: #666;
	 border-bottom: 1px solid #f0f0f0;
   font-size: 0.95rem;
}

.pricing-features li:last-child {
         border-bottom: none;
}

.pricing-button {
    padding: 1rem 2rem;
  background    :    #f0f0f0;
   color: #333;
    text-decoration: none;
   border-radius: 8px;
   font-weight: 600;
   transition: all 0.3s ease;
   border: 2px solid #f0f0f0;
   cursor     : pointer;
}

.pricing-button:hover {
  background: #e0e0e0;
  border-color:#ccc;
}

.pricing-button.primary {
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
  color: white;
  border-color: #0099ff;
}

.pricing-button.primary:hover {
  background: linear-gradient(135deg, #0088ee 0%, #0066bb 100%);
}

.process-section {
   max-width: 1200px;
               margin: 3rem auto;
         padding:       0 2rem;
}

.process-section h2		{
      text-align    :   center;

	   font-size: 2.5rem;

	   color: #1a1a2e;

	  margin-bottom: 3rem;

}

.process-steps {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
         align-items: stretch;
}

.process-step {
     background: white;
  padding: 2rem;
   border-radius: 10px;
         border    :       1px solid #e8ecf1;
 text-align: center;
  position: relative;
     }

.step-number     {
    font-size: 2.5rem;
          font-weight: 700;
  color: #0099ff;
   margin-bottom   :     1rem;


}

.process-step h3 {
  font-size: 1.2rem;
   color: #1a1a2e;
  margin-bottom: 0.8rem;
}

.process-step p {
    color: #666;
    font-size: 0.95rem;
   line-height: 1.6;
   margin: 0;
}

.process-arrow {


  display: none;
	}

.testimonials-section{
  background: #f8f9fa;
   padding: 3rem 2rem;
  margin: 3rem 0;
}

.testimonials-section h2 {

    text-align   :       center;
  font-size: 2.5rem;
  color: #1a1a2e;
	 margin-bottom: 2rem;}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        border-left: 4px solid #0099ff;
   transition: all 0.3s ease;
}

.testimonial-card:hover


{
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.testimonial-text {
   color: #555;
   line-height    :        1.7;
  font-style: italic;
  margin-bottom: 1rem;
    font-size: 0.95rem;
}

.testimonial-author {
	color: #0099ff;
  font-weight:  600;
   font-size :    0.9rem;
  margin: 0;
}

.faq-section {
  max-width: 1000px;
		 margin: 3rem auto;
	    padding: 0 2rem;
}

.faq-section h2 {


			text-align :  center;
    font-size: 2.5rem;
  color: #1a1a2e;
    margin-bottom: 2rem;

}

.faq-items {
   display: grid;
          gap: 1rem;
} 

.faq-item  
  {
    background    : white;
    border: 1px solid #e8ecf1;
  border-radius:   8px;
	overflow: hidden;
}

.faq-question {
  width: 100%;
    padding: 1.5rem;
	background: #f8f9fa;
   border: none;
   cursor: pointer;
  display   :   flex;
  justify-content   :    space-between;
	align-items: center;
  font-size: 1rem;
	font-weight: 600;
   color: #1a1a2e;
      transition: all 0.3s ease;
}

.faq-question:hover

{
	background: #f0f5fa;
   color: #0099ff;
}

.faq-icon {
  font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon   {
  transform: rotate(45deg);
}

.faq-answer {
   padding: 1.5rem;
  background: white;
   display: none;
	
}

.faq-item.active .faq-answer


{
   display: block;
}

.faq-answer p {
   color: #666; 
	line-height: 1.7; 
  margin: 0;
}


.cta-final{
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color     :     white;
    text-align: center;
    padding:  3rem 2rem;
	margin: 3rem 0;
   border-radius: 10px;
     }

.cta-final h2 {
  font-size: 2.2rem;
    margin-bottom: 1rem;
}

.cta-final p {
    font-size   :        1.05rem;

	   margin-bottom: 2rem;

	    opacity: 0.9;
}

.cta-final .cta-button  
  {
    background     :     white;
      color: #1a1a2e;
  padding: 1rem 3rem;
   font-weight: 600;
}


.cta-final .cta-button:hover {
	    background: #f0f0f0;

}

.thankyou-section {
   min-height: 600px;
    display: flex;
   align-items: center;
    justify-content: center;
    padding:  3rem 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
	
}

.thankyou-wrapper     {
      background: white;

         padding: 3rem;

    border-radius: 15px;

  text-align: center;

  max-width: 600px;

  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.success-icon


{
  margin-bottom  :  2rem;
  height: 80px;
  display :  flex;
    align-items: center;
  justify-content: center;
}

.success-icon img {
  width: 80px;
  height: 80px;
   stroke: #2ecc71;
  filter: drop-shadow(0 2px 4px rgba(46, 204, 113, 0.3));
}

.thankyou-wrapper h1  {
    font-size: 2.5rem;
    color: #1a1a2e;
    margin: 0 0 0.5rem;
}

.thankyou-wrapper h2{
   font-size  :       1.3rem;
   color: #0099ff;
	margin: 0 0 1.5rem;
   font-weight: 500;
}

.thankyou-message {
	    color: #666;
  font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
	}

.confirmation-details 
 {
  background: #f8f9fa;
    padding :       1.5rem;
  border-radius: 8px;
  margin-bottom  :   2rem;
}

.confirmation-details p {
    color: #555;
  margin     :      0.5rem 0;
          line-height: 1.7;
}

.secondary-text {
  font-size: 0.9rem;
  color: #999;
}

.contact-info-box {
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
   color: white;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.contact-info-box h3  
  {
         margin: 0 0 1rem;
	font-size: 1.1rem;
}

.contact-info-box p {
    margin: 0.5rem 0;
  font-size: 0.95rem;

}

.action-buttons {
    gap: 1rem;
    grid-template-columns     :    1fr 1fr;
    display: grid;
}

.button-primary,
.button-secondary {
  padding: 1rem;
  border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
  display: inline-block;
   border    :2px solid transparent;
}

.button-primary {
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
         color: white;
}

.button-primary:hover {

	  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 153, 255, 0.3);
	}

.button-secondary {
   background: #f0f0f0;
   color: #333;
	border-color: #e0e0e0;
}

.button-secondary:hover {
	  background: #e0e0e0;
     }

.next-steps    {
  max-width: 1200px;
  margin : 3rem auto;
      padding: 0 2rem;
}

.next-steps h2 {
	   text-align: center;
    font-size: 2.2rem;
   color: #1a1a2e;
    margin-bottom: 2rem;}

.steps-grid {
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	 gap  :  2rem;}

.step-box  
  {
      background: white;
   padding: 2rem;
   border-radius: 10px;
	text-align: center;
    border    :1px solid #e8ecf1;
	transition: all 0.3s ease;
}

.step-box:hover     {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.step-circle {
	  width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
    color: white;
               border-radius   : 50%;
   display: flex;
  align-items: center;
   justify-content: center;
   font-size: 1.5rem;
  font-weight     :       700;
  margin: 0 auto 1rem;
     }

.step-box h3
{
  color: #1a1a2e;
    margin-bottom: 0.8rem;
		 font-size: 1.1rem;
}

.step-box p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.testimonials-preview {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    padding: 3rem 2rem;
               margin: 3rem 0;
}

.testimonials-preview h2 {
  text-align: center;
   font-size: 2.2rem;
    color: #1a1a2e;
		margin-bottom: 2rem;
}

.preview-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
	max-width :        1200px;
    margin   :  0 auto;
}

.preview-item {
  background: white;
  padding: 2rem;
  border-radius: 10px;
   text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.stat {
  font-size: 2.5rem;
    font-weight: 700;
		color: #0099ff;
   margin-bottom     :        0.5rem;
}

.stat-label {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
   margin  :        0;
}



.faq-thankyou {
    max-width: 1000px; 
	    margin: 3rem auto; 
	   padding: 0 2rem;
	}

.faq-thankyou h2 {
         text-align: center;
    font-size: 2.2rem;
  color: #1a1a2e;
    margin-bottom: 2rem;
}

.faq-simple {
	display: grid;
    gap: 1.5rem; 
	
     }

.faq-row


{
  background: white;
    padding: 1.5rem;
     border-radius: 8px;
   border-left: 4px solid #0099ff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-row h3 {
  color: #1a1a2e;
    margin: 0 0 0.8rem;
   font-size: 1.05rem;
	
}

.faq-row p {
   color: #666;
  margin: 0;
   line-height: 1.6;
  font-size: 0.95rem;
}@media (max-width: 768px) {
    .services-hero {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .services-hero-content h1 {
        font-size: 2rem;
    }

    .service-details {
        padding: 0 1rem;
    }

    .service-detail-header {
        height: 250px;
    }

    .service-detail-header h3 {
        font-size: 1.5rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .process-section {
        padding: 0 1rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .faq-section {
        padding: 0 1rem;
    }

    .cta-final {
        margin: 2rem 1rem;
        padding: 2rem 1rem;
    }

    .thankyou-wrapper {
        padding: 2rem 1rem;
    }

    .action-buttons {
        grid-template-columns: 1fr;
    }

    .next-steps {
        padding: 0 1rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .services-hero-content h1 {
        font-size: 1.5rem;
    }

    .services-intro h2 {
        font-size: 1.5rem;
    }

    .intro-benefits {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .benefit-number {
        font-size: 2rem;
    }

    .service-detail-card {
        padding: 0;
    }

    .service-detail-header {
        height: 200px;
    }

    .service-detail-header h3 {
        font-size: 1.3rem;
        padding: 1.5rem;
    }

    .service-detail-content {
        padding: 1.5rem;
    }

    .pricing-card h3 {
        font-size: 1.2rem;
    }

    .pricing-amount {
        font-size: 2rem;
    }

    .testimonials-preview h2 {
        font-size: 1.5rem;
    }

    .preview-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .stat {
        font-size: 2rem;
    }

    .faq-question span:first-child {
        font-size: 0.9rem;
    }
}.policySection {
    padding: 80px 2rem;
    background: #f8f9fa;
  min-height: calc(100vh - 300px);
}

.policyContainer {
   max-width: 900px;
    margin: 0 auto;
          text-align : left;
}

.policyContainer h1 {

	          font-size:    3rem;
   color:       #1a1a2e;
        margin-bottom: 2rem;
  font-weight  :      700;
	line-height: 1.2; 

     } 

.policyContainer h2 {
  font-size: 1.8rem;
   color: #0099ff;
   margin-bottom: 1rem;
  margin-top: 2rem;
   font-weight: 600;
   padding-bottom: 0.5rem;
     border-bottom  :    2px solid #e8ecf1;
	
}

.policyContainer p
{

	    line-height  : 1.8;
    margin-bottom: 1.2rem;
  font-size: 1rem;
    color: #555;
  text-align: justify;}

.policyContainer p:first-of-type {
   font-size: 1.05rem;
  color: #666;
  font-weight    :500;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
        min-height: auto;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 1rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 0.8rem;
    }
}