* {
          box-sizing: border-box;
  padding: 0;
   margin: 0;


}  

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.7;
    color    : #2d3748;
    background: #fafbfc;
}

svg  {
	 width: 0;
    height: 0;
   position: absolute;
	
}

.main-navigation {
   background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
   position: sticky;
  top: 0;
   z-index :      1000;
    padding: 1.2rem 0;
}

.nav-container {
   max-width: 1280px;
	margin: 0 auto;
  padding  :   0 2.5rem;
          display: flex;
  justify-content: space-between;
      align-items: center;
}

.brand-logo img {
   height: 42px;
   display: block;


}

.nav-menu {
   display: flex;
    gap: 2.8rem;
    align-items: center;
}

.nav-menu a		{
   text-decoration: none;
   color   :#4a5568;
    font-weight: 500;
          transition: color 0.25s;
    font-size: 0.95rem;
}

.nav-menu a:hover {
    color   : #5a67d8;
}

.nav-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  padding  :  0.65rem 1.8rem;
	border-radius: 6px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.35);
}

.burger-menu {
  display: none;
    flex-direction: column;
    gap: 5px;
   background: none;
    border  :    none;
    cursor:pointer;
   padding  : 8px;
}

.burger-menu span {
  width: 26px;
   height: 2.5px;
    background: #4a5568;
                    transition: all 0.3s;
    border-radius: 2px;
}

.hero-section {
    display     :    grid;
   grid-template-columns: 1fr 1fr;
   gap   :4rem;
    max-width: 1280px;
   margin: 5rem auto;
  padding: 0 2.5rem;
  align-items: center;
}

.hero-content h1    {
   font-size: 3.2rem;
  line-height: 1.2;
    color: #1a202c;
 margin-bottom: 1.5rem;
  font-weight: 700;
}

.hero-subtitle   {
           font-size: 1.25rem;
	 color: #718096;
  margin-bottom: 2.5rem;
	line-height:       1.6;
	}

.hero-actions {
    display: flex;
  gap  :        1.5rem;
}

.primary-btn, .secondary-btn {
               display: inline-block;
  padding: 1rem 2.2rem;
        font-weight    :   600;
    font-size: 1rem;
  text-decoration: none;
    transition: all 0.3s;
  border-radius: 8px;
}

.primary-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

   color: white;
}

.primary-btn:hover {
  transform: translateY(-3px); 
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);

}

.secondary-btn{
  background: white;
    color: #5a67d8;
    border: 2px solid #e2e8f0;
}



.secondary-btn:hover {

	                    border-color: #5a67d8;
    background: #f7fafc;
     }

.hero-visual img {
	width  :        100%;
   border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.intro-section {
	    padding: 6rem 0;
	  background: white; 



}

.content-wrapper {
   max-width: 1280px;
	 margin: 0 auto;
      padding: 0 2.5rem;
   display: grid;
  grid-template-columns: 1.2fr 1fr;
   gap: 5rem;
    align-items: center;
}

.intro-text h2 {
          margin-bottom     :        1.8rem;
   line-height: 1.3;
  font-size: 2.5rem;
  color: #1a202c;
}

.intro-text p {
  font-size: 1.1rem;
  color   :        #4a5568;
  margin-bottom: 1.5rem;
}

.intro-image img {
  width: 100%;
    border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);

}

.benefits-area {
	      padding: 6rem 2.5rem;
	 max-width    :1280px;
    margin: 0 auto;


}

.benefits-area h2  
  {
  text-align: center;
   font-size:  2.8rem;
   color: #1a202c;
   margin-bottom: 4rem;
}

.benefits-grid 
 {
  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	    gap    :   2.5rem; 

}

.benefit-card		{
   background: white;
  padding: 2.5rem;
       border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
   transition: transform 0.3s, box-shadow 0.3s;
}


.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}


.icon-holder {
    width: 65px;
  height: 65px;
    margin-bottom: 1.5rem;
}

.icon-holder svg {
    width: 100%;
    height: 100%;
   position :  relative;
  stroke: url(#gradient1);
    fill: none;
          stroke-width     :      2;
        stroke-linecap: round;
  stroke-linejoin: round; 
	
}

.benefit-card h3 {
  font-size     :      1.5rem;
         color :    #2d3748;
   margin-bottom: 1rem;
}

.benefit-card p {
   color: #718096;
   font-size: 1.05rem;
	}

.approach-showcase {
     background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
   padding: 6rem 0;}

.showcase-content {
      max-width   :     1280px;
  margin: 0 auto;
    padding: 0 2.5rem;
   display: grid;
     grid-template-columns :        1fr 1.2fr;
   gap: 4rem;
  align-items:    center;
}

.showcase-content img {
    width: 100%;
	border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

.showcase-text h2  {
   font-size: 2.3rem;
   color :   #1a202c;
 margin-bottom: 1.8rem;
}

.showcase-text p {
  font-size: 1.1rem;
    color: #4a5568;
   margin-bottom: 1.5rem;
}

.cta-banner {

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding    :  5rem 2.5rem;
   text-align: center;
               margin: 4rem 0;
     }

.cta-content h2 {
 font-size: 2.8rem; 
	   color: white; 
		margin-bottom: 1.5rem;
}

.cta-content p  {
   font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left     :     auto;
     margin-right :     auto;
}

.cta-button {
   background: white;
                    color :      #667eea;
    padding: 1.2rem 3rem;
  border-radius: 8px;
	text-decoration: none;
  font-weight    :  700;
    font-size: 1.1rem;
		display: inline-block;
    transition  : all 0.3s;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.services-preview {

	    max-width: 1280px;
	    margin: 6rem auto;
	    padding: 0 2.5rem;


	}

.services-preview h2 {
    text-align   :   center;
         font-size   :  2.8rem;
         color: #1a202c;
   margin-bottom: 4rem;
}

.services-list  {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
}

.service-item {
       background: white;
    border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s;


}

.service-item:hover {
  transform: translateY(-10px);
}

.service-item img {
   width   :  100%;

	        height     :        240px;

	  object-fit: cover;
}

.service-item h3 {
      font-size: 1.6rem;
  color: #2d3748;
   margin: 1.8rem 2rem 1rem;

}

.service-item p {
   color   :     #718096;
    font-size    :     1.05rem;
   margin: 0 2rem 1.5rem;
}

.service-item a    {
   -o-transition: color 0.2s;
  display: inline-block;
          -moz-transition: color 0.2s;
  margin: 0 2rem 2rem;
   color: #5a67d8;
   -webkit-transition   :color 0.2s;
    text-decoration   :        none;
	font-weight: 600;
				 transition:        color 0.2s;
}

.service-item a:hover {
  color: #764ba2;
}

.contact-section
	{
     background: #f7fafc;
  padding: 6rem 2.5rem;

}

.contact-wrapper {
   max-width: 1280px;
    margin: 0 auto;
    display: grid;
  grid-template-columns: 1fr 1.3fr;
         gap: 4rem;


}

.contact-info h2 {
	font-size: 2.5rem;
   color: #1a202c;
    margin-bottom: 1.5rem; 

}

.contact-info p {
  font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2.5rem;
    line-height     :        1.7;
}

.info-block {
   display: flex;
	    flex-direction:      column;
		gap: 1.5rem;
}

.info-item {
    display: flex;
   align-items: center;
  gap     :        1rem;
}

.info-item svg {
   width: 28px;
      height: 28px;
    position: relative;
 stroke     : #667eea;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
    stroke-linejoin: round; 
	
}

.info-item span {

	  color: #4a5568;
    font-size: 1.05rem;
     }

.contact-form {
    background: white;
  padding    : 3rem;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
	}

.form-group	{


        margin-bottom: 1.8rem;

}

.form-group label {
   display: block;
  margin-bottom: 0.6rem;
   color: #2d3748;
  font-weight     :       600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding  :   0.9rem;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
  font-size: 1rem;
	 font-family: inherit;
         transition: border-color 0.2s;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus     {
   outline: none;
    border-color: #667eea; 
	
}

.submit-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
	padding: 1rem 3rem;
    border: none;
   border-radius     :        8px;
    font-size: 1.05rem;
               font-weight: 700;
   cursor     :  pointer;
  transition: all 0.3s;
  width: 100%;
}

.submit-btn:hover
{
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.site-footer {
	 background: #2d3748;
        color: #cbd5e0;
 padding: 4rem 2.5rem 2rem;
}

.footer-content {
   max-width: 1280px;
         margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
					gap: 3rem;
    margin-bottom: 3rem;
}



.footer-column img {
   height: 38px;
      margin-bottom  :      1.2rem; 
	
}


.footer-column h4 {
  color: white;
	    margin-bottom   : 1.2rem;
	      font-size: 1.1rem;
}


.footer-column a {
  display: block;
	 color: #cbd5e0;
      text-decoration:      none;
  margin-bottom: 0.8rem;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: white;
}

.footer-column p
	{
	   margin-bottom: 0.8rem;
    font-size: 0.95rem;

}

.footer-bottom {
    max-width: 1280px;
  margin: 0 auto;
          padding-top: 2rem;
                    border-top: 1px solid #4a5568;
	text-align: center;
  color:    #a0aec0;
}@media (max-width: 968px) {
    .burger-menu {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 74px;
        left: -100%;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        transition: left 0.3s;
        align-items: flex-start;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .hero-section {
        grid-template-columns: 1fr;
        gap: 3rem;
        margin: 3rem auto;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .showcase-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-actions {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .benefits-area h2,
    .services-preview h2 {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 2rem;
    }
}.policySection {
    padding: 80px 2rem;
  background: #f8f9fa;
}

.policyContainer{
       max-width :      800px;
  margin: 0 auto;
                    text-align:       left;}

.policyContainer h2 {

  font-size: 2.5rem;
	 font-weight: 700;
   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;
    }
}.page-header-services {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 7rem 2.5rem 5rem;
  text-align: center;
    color: white;
}

.header-content-wrap h1 {
   font-size: 3.5rem;
  margin-bottom :        1.2rem;
    font-weight: 700;
}

.header-content-wrap p

{
    font-size    :      1.3rem;
  max-width: 800px;
   margin: 0 auto;
    opacity   : 0.95;
}

.services-detailed {
    padding     :   6rem 2.5rem;
  background: #fafbfc;
}

.services-container {
  max-width: 1280px;
   margin: 0 auto;
}

.service-card-full {
   display: grid;
   grid-template-columns: 1fr 1.5fr;
   gap: 4rem;
    margin-bottom: 5rem;
  background: white;
    border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

.service-card-full.reverse {
    grid-template-columns :1.5fr 1fr;
}


.service-card-full.reverse .service-image-wrap {
	 order: 2;
}

.service-card-full.reverse .service-details {

	  order: 1;


}

.service-image-wrap {
    position   : relative;
}

.service-image-wrap img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.service-details {
    padding: 3rem;}

.service-details h2 {
    font-size: 2.5rem;
	color: #1a202c;
  margin-bottom    :1.5rem;
     }

.service-intro		{
  font-size: 1.15rem;
   color: #4a5568;
    margin-bottom: 2rem;
	line-height   :       1.7;
}


.service-details h3 {
   font-size: 1.4rem;
    color: #2d3748;
    margin    :  2rem 0 1rem;
}

.service-features {
               list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
         padding: 0.8rem 0;
   padding-left     :       2rem;
   position: relative;
	color: #4a5568;
          font-size   :        1.05rem;
}

.service-features li:before  {
  content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
  font-weight: 700;
  font-size: 1.2rem;
}

.service-meta		{
                    background: #f7fafc;
    padding: 1.8rem;
   border-radius:8px;
    margin-bottom: 2rem;
}

.meta-item {
   display: flex;
  padding: 0.6rem 0;
    gap: 1rem;
}

.meta-label {

	    font-weight: 700;
   color: #2d3748;
    min-width: 120px;

}

.meta-item span:last-child {
   color: #4a5568;
}


.service-cta-btn {
    display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 1rem 2.5rem;
   border-radius: 8px;
  text-decoration: none;
   font-weight: 700;
   transition: all 0.3s;
}

.service-cta-btn:hover  
  {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.why-choose-section {
  background     :     white;
    padding: 6rem 2.5rem;
}

.why-choose-wrapper {
   max-width   : 1280px;
   margin: 0 auto;
}

.why-choose-wrapper h2 {
    text-align: center;
  font-size: 2.8rem;
	 color: #1a202c;
                    margin-bottom: 4rem;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;


}

.reason-box {
        text-align: center;
  padding: 2rem;
	
}

.reason-icon {
      width: 70px;
  height: 70px;
    margin: 0 auto 1.5rem;}

.reason-icon svg     {
  width: 100%;
    height  :      100%;
   position: relative;
    stroke: #667eea;
    fill: none;
  stroke-width: 2;
         stroke-linecap: round;
   stroke-linejoin: round;
}

.reason-box h3 {
   color: #2d3748;
    margin-bottom: 1rem;
  font-size:1.6rem;
}

.reason-box p {
          color: #718096;
  font-size: 1.05rem;
    line-height: 1.7;
}

.process-timeline {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%); 
		padding: 6rem 2.5rem;
}

.timeline-wrapper


{
  max-width: 1280px;
  margin: 0 auto;
}

.timeline-wrapper h2 {
   text-align: center;
  font-size: 2.8rem;
          color: #1a202c;
  margin-bottom: 4rem;
}

.timeline-steps {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:      3rem;
}

.step-item {
   background: white;
   	padding: 2.5rem;
         border-radius: 10px;
     box-shadow: 0 4px 20px rgba(0,0,0,0.06);
   	text-align: center;
      transition: transform 0.3s;
}

.step-item:hover {
  transform: translateY(-8px);
}

.step-number {
   color: #667eea;
  font-size: 3rem;
   font-weight: 700;
   margin-bottom: 1rem;
}

.step-item h3 {
  font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 1rem;
}

.step-item p

{
	   color: #718096;
    font-size: 1.05rem;
    line-height: 1.6;
	}

.testimonials-section   {
               background: white;
   padding :6rem 2.5rem;
}

.testimonials-container {
    max-width:        1280px;
  margin: 0 auto;
}

.testimonials-container h2 {
    text-align: center;
    font-size: 2.8rem;
   color: #1a202c;
   margin-bottom     :      4rem;
}

.testimonials-grid {
               display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
               gap: 3rem;
}



.testimonial-card {
  background: #f7fafc;
    padding: 2.5rem;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

.testimonial-text  {
         font-size: 1.1rem;
   color: #4a5568;
   line-height: 1.7;
   margin-bottom: 1.5rem;
   font-style: italic;
}

.testimonial-author {

	   font-weight: 700;
	 color: #2d3748;
    font-size: 1rem;

}

.final-cta-services     {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding:   5rem 2.5rem;
  text-align: center;
}

.final-cta-content h2 {
   font-size: 2.8rem;
       color: white;
  margin-bottom: 1.5rem;

}

.final-cta-content p	{
	 font-size   :     1.2rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 2.5rem;
}

.cta-button-large {
          background   :      white;
  color: #667eea;
    padding :1.2rem 3rem;
   border-radius: 8px;
    text-decoration: none;
   font-weight: 700;
  font-size   :  1.1rem;
   display    :     inline-block;
   transition     :  all 0.3s;
}

.cta-button-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.thankyou-hero {
       min-height: 70vh;
    display: flex;
   align-items: center;
  justify-content: center;
   padding     :       5rem 2.5rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);


}

.thankyou-container {
    max-width: 900px;
    margin: 0 auto;
  text-align     :       center;
}

.success-icon-wrap {
  width: 120px;
  height: 120px;
   margin: 0 auto 2rem;
}



.success-checkmark {
      width  :100%;
    height: 100%;
  stroke  :  #48bb78;
  fill    :  none;
  stroke-width: 3;
   stroke-linecap: round;
    stroke-linejoin: round; 
	

}

.success-checkmark circle {
    stroke-dasharray: 600;
   stroke-dashoffset: 600;
  animation: draw-circle 1s ease forwards; 

}

.success-checkmark polyline {

	   stroke-dashoffset: 200;
  animation: draw-check 0.8s ease forwards 0.5s;
    stroke-dasharray: 200;


}@keyframes draw-circle {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-check {
    to {
        stroke-dashoffset: 0;
    }
}.thankyou-container h1 {
   font-size: 3rem;
   color: #1a202c;
  margin-bottom: 1.5rem;
}

.thankyou-message {
    font-size: 1.2rem;
    color: #4a5568;
  margin-bottom: 3rem;
	line-height: 1.7;
}

.next-steps-box	{
    background: white;
   padding: 3rem;
   border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
  text-align: left;
}

.next-steps-box h2 {
   color     :        #2d3748;
  font-size: 2rem;
          margin-bottom: 2.5rem;
    text-align: center;
}

.steps-list {
      display: flex;
  flex-direction: column;
  gap: 2rem;


}

.step-point {
   display: flex;
    gap     : 1.5rem;
   align-items: flex-start;

}

.step-icon
	{
 width: 50px;
         flex-shrink: 0;
   height: 50px;
}

.step-icon svg {
  width: 100%;
   height :   100%;
    position: relative;
    stroke: #667eea;
  fill: none;
    stroke-width: 2;
  stroke-linecap: round;
 stroke-linejoin: round;
}

.step-text h3    {
   font-size: 1.3rem;
   color   :       #2d3748;
    margin-bottom: 0.5rem; 

}  

.step-text p {
  color: #718096;
    font-size  :      1.05rem;
    line-height: 1.6;
}

.thankyou-actions {
   display    :    flex;
  gap: 1.5rem;
   justify-content: center;
    flex-wrap: wrap;
	
}

.btn-primary-ty,
.btn-secondary-ty {
   transition: all 0.3s;
  padding:        1rem 2.5rem;
    display: inline-block;
    border-radius     :   8px;
        font-size  : 1rem;
  font-weight: 700;
    text-decoration: none;
}

.btn-primary-ty {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color  :   white;
}

.btn-primary-ty:hover {
     transform: translateY(-3px);

  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
	}

.btn-secondary-ty {
          background: white;
   color: #5a67d8;
   border: 2px solid #e2e8f0;
} 

.btn-secondary-ty:hover {
    border-color: #5a67d8;
	background: #f7fafc;
}

.explore-more {
    padding: 6rem 2.5rem;
   background: white; 
	
}

.explore-container     {
        max-width: 1280px;
   margin: 0 auto;
}

.explore-container h2

{
  text-align: center;
    font-size: 2.5rem;
    color: #1a202c;
	margin-bottom: 4rem;
}

.explore-cards   {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
} 

.explore-card {


  background: #f7fafc;
  border-radius: 10px;
	overflow: hidden;
  transition: transform 0.3s;
	}

.explore-card:hover {

	  transform: translateY(-10px);

}

.explore-card img {
    width: 100%;
  height  : 220px;
  object-fit: cover;
}

.explore-card h3 {

  font-size: 1.5rem;
         color: #2d3748;
    margin: 1.5rem 2rem 1rem;}

.explore-card p {
	color: #718096;
	font-size: 1.05rem;
	margin: 0 2rem 1.5rem;
	 line-height: 1.6;
}

.explore-card a

{
   display: inline-block;
   margin: 0 2rem 2rem;
   color: #5a67d8;
    text-decoration: none;
    font-weight: 600;
  transition: color 0.2s;
}

.explore-card a:hover {
    color: #764ba2; 

}@media (max-width: 968px) {
    .page-header-services {
        padding: 5rem 2rem 3rem;
    }
    
    .header-content-wrap h1 {
        font-size: 2.5rem;
    }
    
    .service-card-full {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .service-card-full.reverse {
        grid-template-columns: 1fr;
    }
    
    .service-card-full.reverse .service-image-wrap,
    .service-card-full.reverse .service-details {
        order: initial;
    }
    
    .service-image-wrap img {
        height: 300px;
    }
    
    .service-details {
        padding: 2rem;
    }
    
    .thankyou-container h1 {
        font-size: 2.2rem;
    }
    
    .next-steps-box {
        padding: 2rem;
    }
    
    .step-point {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .header-content-wrap h1 {
        font-size: 2rem;
    }
    
    .service-details h2 {
        font-size: 2rem;
    }
    
    .thankyou-actions {
        flex-direction: column;
    }
    
    .btn-primary-ty,
    .btn-secondary-ty {
        width: 100%;
    }
}