.btn-primary {


  display: inline-block;
   padding: 16px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color   :   #ffffff;
   text-decoration: none;
   border-radius:       50px;
  font-weight: 600;
   font-size: 1.05rem;
  transition: all 0.3s ease;
          border: none;
   cursor: pointer;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  text-align: center;

}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.btn-primary:active {
  transform: translateY(-1px);
}

.btn-secondary {
	display: inline-block;
    padding: 16px 40px;
 background: #ffffff;
  color: #667eea;
    text-decoration: none;
   border-radius: 50px;
    font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
	 border: 2px solid #ffffff;
   cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    text-align: center;
}

.btn-secondary:hover {
  background: transparent;
   color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4);
}

.btn-secondary:active {
  transform: translateY(-1px);
}



.btn-outline {
  display     :       inline-block;
    padding  :14px 35px;
       background: transparent;
  color: #667eea;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
   font-size: 1rem;
   transition: all 0.3s ease;
  border: 2px solid #667eea;
    cursor: pointer;
   text-align: center;
}

.btn-outline:hover


{
   background: #667eea;
   color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-small	{
    padding: 10px 25px;
  font-size: 0.95rem;


}

.btn-large {
  padding: 18px 50px;
   font-size: 1.15rem;
}

.btn-full {
    width: 100%;
  display: block;
}

.btn-primary:disabled,
.btn-secondary:disabled,
.btn-outline:disabled
{
  opacity: 0.5;
    cursor: not-allowed;
  pointer-events: none;
}

.btn-group {
    display: flex;
                    gap: 15px;
   flex-wrap:  wrap;
}

.btn-dark {
   display: inline-block;

    padding: 16px 40px;

  background: #2c3e50;

  color: #ffffff;

        text-decoration: none;

  border-radius: 50px;

   font-weight   :     600;

   font-size: 1.05rem;

  transition: all 0.3s ease;

  border   :      none;

   cursor: pointer;

  box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);

  text-align :center;
}

.btn-dark:hover {
    background     :        #34495e;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(44, 62, 80, 0.4);
}

.btn-success {
  display: inline-block;
    padding  :        16px 40px;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #ffffff;
   text-decoration: none;
   border-radius: 50px;
   font-weight: 600;
    font-size: 1.05rem;
       transition: all 0.3s ease;
   border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(17, 153, 142, 0.3);
    text-align :  center;
} 

.btn-success:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(17, 153, 142, 0.4);
  background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);
}

.btn-warning 
 {
  display: inline-block;
	 padding: 16px 40px;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color    :       #ffffff;
	text-decoration: none;
  border-radius : 50px;
   font-weight: 600;
  font-size: 1.05rem;
       transition     :     all 0.3s ease;
      border: none;
    cursor: pointer;
  box-shadow: 0 6px 20px rgba(243, 156, 18, 0.3);
   text-align: center;
}

.btn-warning:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(243, 156, 18, 0.4);
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%);
}
@media (max-width: 768px) {
    .btn-primary,
    .btn-secondary,
    .btn-outline,
    .btn-dark,
    .btn-success,
    .btn-warning {
        padding: 14px 30px;
        font-size: 1rem;
    }
    
    .btn-group {
        flex-direction: column;
    }
    
    .btn-group .btn-primary,
    .btn-group .btn-secondary,
    .btn-group .btn-outline {
        width: 100%;
    }
}.service-badge {
      display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: #fff;
   border-radius:25px;
       font-size: 0.85rem;
          font-weight: 600;
    margin-bottom: 15px;}

.service-meta


{
	display: flex; 
	   gap: 20px; 
	    margin-top:   20px; 
	   padding-top: 20px; 
	   border-top: 1px solid #dee2e6;
} 

.meta-item {
  display: flex;
   align-items: center;
    gap: 8px;
   color     : #6c757d;
   font-size: 0.95rem;
}

.meta-item img {
	 width: 20px;
               height: 20px;
   stroke: #667eea;
  fill: none;
}

.price-card .btn-outline {

	  background: #fff;
    color:#667eea;
  border: 2px solid #667eea;
     }

.price-card.featured .btn-secondary {
   background: #fff;
	color    :        #667eea;
  border: 2px solid #fff;
}

.price-card.featured .btn-secondary:hover {
   background: transparent;
   color: #fff;
}

.process-step:last-child .step-number {
     background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); 



}

.process-step:nth-child(2) .step-number {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);}

.process-step:nth-child(3) .step-number {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.thankyou-section {
    position: relative;
}

.thankyou-section:before {
  content: '';
                    position: absolute;
    top: 0;
    left: 0;
     right :      0;
    bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(17, 153, 142, 0.05) 0%, transparent 50%);
   pointer-events: none;
}

.confirmation-message {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
   padding: 20px 25px;
    border-radius: 10px;
          margin: 25px 0;
    border-left: 4px solid #11998e; 
	
}

.confirmation-message p {
	  color: #2c5f2d;
    font-weight: 500;
   margin: 0;

}

.service-highlight

{
  background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
  padding: 15px 20px;
  border-radius   :     8px;
 margin: 20px 0;
    border-left: 4px solid #f39c12;
}

.service-highlight p {
					color: #5d4037;
  font-weight: 500;
  margin: 0;
}

.price-popular  {
       position: absolute;
    top: -15px;
                    right  :20px;
   background: #f5576c;
    color: #fff;
    padding: 6px 18px;
   border-radius: 20px;
    font-size: 0.85rem;
  font-weight: 700;
	}


.price-card {
    position: relative;
}

.service-item .btn-primary

{
   width: 100%;
}

.testimonial-card {
      background: #fff;
	    padding: 35px;
	   border-radius: 12px;
	  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	   margin-bottom: 30px;
	
}

.testimonial-text {
    font-style: italic;
    color: #495057;
                    line-height: 1.8;
   margin-bottom: 20px;
}

.testimonial-author {
   display: flex;
          align-items: center;
   gap: 15px;
}

.author-info h4 {
    margin-bottom: 5px; 
		color: #2c3e50; 
	   font-weight: 600;
}

.author-info p {
    color: #6c757d;
   font-size: 0.95rem;
}

.stats-grid   {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	 gap: 30px;
    max-width     :  1000px;
  margin     :       0 auto;
}

.stat-item{
    text-align    :    center;
     padding: 30px 20px;
}

.stat-number {
   font-size: 3rem;
   font-weight: 800;
   color: #667eea;
         margin-bottom: 10px;
	}

.stat-label {
  color     :       #6c757d;
       font-size: 1.05rem;
}@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}.loading
	{
    animation: pulse 1.5s ease-in-out infinite;

}@keyframes checkmark {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}.success-icon img {
  animation: checkmark 0.6s ease-out 0.3s forwards;
}

.service-item {
    position: relative;
  overflow: hidden;
}

.service-item:before {
  content: '';
  position     :       absolute;
  top: 0;
   left: -100%;
        width: 100%;
    height: 100%;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    transition: left 0.5s;
}

.service-item:hover:before {

	  left: 100%; 
	
	}

@media (max-width: 992px) {
    .service-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stat-number {
        font-size: 2.2rem;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
}

@media print {
    .main-navigation,
    .site-footer,
    .action-buttons {
        display: none;
    }
    
    .thankyou-container {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
}.policySection
	{
    padding: 80px 2rem;
    background  :     #f8f9fa;
}

.policyContainer {
  max-width     :     800px;
  text-align: left;
    margin: 0 auto;
}

.policyContainer h2    {
  font-weight: 700;
   font-size: 2.5rem;
  color     :#2c3e50;
  margin-bottom: 1.5rem;
}

.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;
    }
}
