.container {
  width: 100%;
    max-width: 1200px;
   margin:     0 auto;
    padding: 0 20px;
}

.container-fluid		{
   width: 100%;
    padding: 0 20px;
}

.row {
	display: flex;
   flex-wrap: wrap;
   margin: 0 -15px;
}

.col {
   flex :     1;
   padding: 0 15px;
}

.col-1 {
    flex: 0 0 8.333333%;
  max-width   :     8.333333%;
}

.col-2 {
   flex: 0 0 16.666667%;
	 max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
   max-width:        25%;
}

.col-4   {
  flex: 0 0 33.333333%;
               max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {

   flex : 0 0 50%;
   max-width   :   50%;
     }

.col-7 {
    flex: 0 0 58.333333%;
   max-width :       58.333333%;
}

.col-8 {
   flex: 0 0 66.666667%;
  max-width: 66.666667%; 

}

.col-9 {
   flex: 0 0 75%;
   max-width   :     75%;
}

.col-10 {

        flex: 0 0 83.333333%;
  max-width: 83.333333%;}

.col-11

{
   flex: 0 0 91.666667%;

	                    max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
       max-width: 100%;
}@media (max-width: 768px) {
    .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 1025px) {
    .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}.m-0 {
	 margin: 0;
}

.m-1 {
       margin: 0.25rem;

}

.m-2 {
  margin: 0.5rem;
}

.m-3 {

      margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
    margin: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
   margin-top :      0.25rem;
}

.mt-2 {
   margin-top:       0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {


  margin-top: 1.5rem;


}



.mt-5 {
               margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1  {
	margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
} 

.mb-3 
 {
     margin-bottom: 1rem;


}

.mb-4 {

    margin-bottom  :   1.5rem;
	}

.mb-5 {
      margin-bottom: 3rem;

}

.ml-0 {

    margin-left: 0;


}

.ml-1 {
	 margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-auto {
   margin-left: auto;
}

.mr-0 {
  margin-right : 0;
}

.mr-1 {

		margin-right :  0.25rem;
     }

.mr-2 {
    margin-right: 0.5rem; 

}

.mr-3 
 {
     margin-right: 1rem;

}

.mr-auto {
   margin-right: auto;
}

.p-0 {
               padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2


{
   padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {

    padding: 1.5rem;
	}

.p-5 {

  padding: 3rem;}

.pt-0 {
  padding-top: 0; 
	
}

.pt-1 {
	padding-top: 0.25rem;
}

.pt-2
	{
    padding-top :    0.5rem; 
	
}

.pt-3 {
		padding-top: 1rem;}

.pt-4 {
  padding-top: 1.5rem;


}

.pt-5 {
               padding-top: 3rem;

}

.pb-0 {
  padding-bottom: 0;


}

.pb-1 {
    padding-bottom: 0.25rem;
     }

.pb-2 {
	 padding-bottom     :     0.5rem;
}

.pb-3

{
               padding-bottom: 1rem;
}  

.pb-4
{
   padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.d-none {
   	display: none;


}

.d-block {
   display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block  {
  display    :      inline-block;
}

.d-flex {
    display: flex;
}

.d-grid {
  display: grid;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap  :     wrap;
}

.flex-nowrap {
     flex-wrap: nowrap;}

.justify-start {
	justify-content   : flex-start;
}

.justify-end {
   justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
  justify-content: space-between;
}


.justify-around {
   justify-content: space-around;
}


.align-start {
   align-items: flex-start;
}

.align-end{
   align-items: flex-end;
}


.align-center     {
   align-items: center;
}

.align-stretch


{
 align-items :      stretch;
}

.text-left     {
   text-align: left;
}

.text-center {
    text-align: center; 

}


.text-right {
	text-align: right;


}

.text-justify

{
				 text-align: justify;
}

.text-uppercase {


  text-transform: uppercase;

}

.text-lowercase {
  text-transform: lowercase;



}

.text-capitalize {
   text-transform: capitalize;
	
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold{

   font-weight: 700;
}

.w-25 {
  width: 25%;
}

.w-50 {
   width: 50%;
}

.w-75 {
   width: 75%;
}

.w-100 {
    width:        100%;
}

.w-auto {
    width: auto;
}

.h-25 {
   height: 25%;
}

.h-50 {
   height: 50%;
}

.h-75 {
   height:75%;
}

.h-100 {
   height: 100%;
}

.h-auto {
    height: auto;
}

.position-static {
	 position: static;
}

.position-relative {


   position: relative;

}

.position-absolute {
      position:   absolute;

} 

.position-fixed {
   position: fixed;
}

.position-sticky 
 {
    position: sticky;
}

.visible {
    visibility: visible;
}

.invisible {
        visibility: hidden;
}@media (max-width: 768px) {
    .d-sm-none { display: none; }
    .d-sm-block { display: block; }
    .d-sm-flex { display: flex; }
}

@media (min-width: 769px) {
    .d-md-none { display: none; }
    .d-md-block { display: block; }
    .d-md-flex { display: flex; }
}

@media (min-width: 1025px) {
    .d-lg-none { display: none; }
    .d-lg-block { display: block; }
    .d-lg-flex { display: flex; }
}.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;
    }
}html {
    scroll-behavior: smooth;
	}  @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}.service-detail {
  -moz-animation: fadeInUp 0.8s ease-out;
	   -webkit-animation: fadeInUp 0.8s ease-out;
		animation: fadeInUp 0.8s ease-out;
}

.extra-service-card {
    animation: scaleIn 0.6s ease-out;
}

.testimonial-card {
   animation: fadeInUp 0.7s ease-out;
}

.thankyou-content {
    animation: scaleIn 0.5s ease-out;
}

.success-icon svg{
   stroke-dasharray: 100;
  animation: checkmark 0.8s ease-out 0.3s forwards;
}

.service-detail:hover .service-image img {

  transform: scale(1.08);

}

.extra-service-card:hover .icon-holder svg {
  transform: scale(1.15) rotate(5deg);
}

.price-tag {
   position: relative;
    display: inline-block;
	


}

.pricing-info:hover .price-tag {
    animation: pulse 1s ease-in-out; 
	
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}.testimonial-card{
    position: relative;
   overflow: hidden;
}

.testimonial-card::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;
}

.testimonial-card:hover::before {
    left:   100%;
}

.cta-button {
   position: relative; 
   overflow   : hidden;
	
}

.cta-button::before
	{
  content: '';
    position: absolute;
   top: 50%;
  left: 50%;
   width  : 0;
   height: 0;
    border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
   transition: width 0.6s, height 0.6s;
}

.cta-button:hover::before


{
    width: 300px;
         height: 300px;
}

.info-box		{
    position: relative; 
	
}

.info-box::after {
  content: '';
    position:       absolute;
    left: 0;
    top: 0;
  height: 100%;
        width    :       4px;
  background: linear-gradient(to bottom, #667eea, #764ba2);
}@media (max-width: 1024px) {
    .service-info h2 {
        font-size: 1.9rem;
    }
    
    .extra-service-card h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .service-info h2 {
        font-size: 1.7rem;
    }
    
    .service-features li {
        font-size: 1rem;
    }
    
    .price-tag {
        font-size: 1.5rem;
    }
}.service-image img {

	  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
   background-size: 200% 100%;}

.cta-button:focus,
.btn:focus {
  outline: 3px solid rgba(102, 126, 234, 0.5);
    outline-offset: 2px;
}@media print {
    .main-header,
    .footer,
    .burger-menu,
    .cta-button,
    .btn {
        display: none;
    }
    
    .service-detail {
        page-break-inside: avoid;
    }
}

@media (prefers-color-scheme: dark) {
    
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}