* {
    margin     :    0;
  padding: 0;
   box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   line-height: 1.6;
   color: #1f2937;
    background-color: #ffffff;
}

a {
    text-decoration: none;
   color: inherit;
}

img {

	   max-width: 100%;
   height: auto;
   display    :   block;
     }

h1, h2, h3, h4, h5, h6


{
                    font-weight:    600;
  line-height    :   1.3;
  margin-bottom: 0.8rem;
}

h1 {
        font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

.qk-navbar {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  padding: 1rem 0;
   position :  sticky;
	top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.qk-navbar-container {
    max-width: 1200px;
   margin: 0 auto;
  padding    :     0 1.5rem;
    display: flex;
  align-items: center;
  justify-content   :    space-between;
}

.qk-logo-section {
  flex: 0 0 auto;
}

.qk-logo {
  max-height: 50px;
  transition: transform 0.3s ease;
}

.qk-logo:hover {
  transform: scale(1.05);
}

.qk-menu-toggle {
	 display: none;
   flex-direction: column;
  cursor: pointer;
    gap:   5px;
}

.qk-menu-toggle span {
     width  :      25px;
    height: 3px;
   background: #ffffff;
    border-radius  :   2px;
    transition:       all 0.3s ease;
}

.qk-menu-toggle.qk-active span:nth-child(1)  
  {
  transform: rotate(45deg) translate(8px, 8px);
}

.qk-menu-toggle.qk-active span:nth-child(2) {

  opacity: 0;
}

.qk-menu-toggle.qk-active span:nth-child(3)    {
  transform: rotate(-45deg) translate(7px, -7px);
}

.qk-nav-menu


{
  display: flex;
         list-style: none;
   gap: 2.5rem;
	align-items: center;
}


.qk-nav-menu a {
  color     :  #e2e8f0;
   font-size: 0.95rem;
    font-weight:       500;
   transition: color 0.3s ease;
 position: relative;
}

.qk-nav-menu a::after 
 {
  content: '';
  position   :     absolute;
   bottom: -3px;
   left: 0;
  width: 0;
    height: 2px;
	background: #818cf8;
		transition: width 0.3s ease;
}

.qk-nav-menu a:hover {
  color: #818cf8;
}

.qk-nav-menu a:hover::after {
   width: 100%;
}

.qk-cta-link {
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
      color: #ffffff !important;
  padding   :        0.6rem 1.5rem;
          border-radius: 5px;
   font-weight: 600;
    transition: all 0.3s ease;
}

.qk-cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(129, 140, 248, 0.4);
}

.qk-hero-section {
   max-width: 1200px;
   margin: 0 auto;
   padding: 4rem 1.5rem;
    display    :  grid;
 grid-template-columns: 1fr 1fr;
   gap: 3rem;
   align-items   :       center;
}

.qk-hero-content h1   {
    color     :   #0f172a;

	      margin-bottom: 1.5rem;

	   font-size: 3.5rem;
}

.qk-hero-subtitle {
	 font-size: 1.1rem;
    color: #475569;
    margin-bottom: 2rem;
          line-height: 1.8;
}

.qk-btn-primary {
    display: inline-block;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
   padding: 0.9rem 2rem;
   border-radius: 6px;
    font-weight: 600;
   font-size: 1rem;
	 transition: all 0.3s ease;
  border: none;
               cursor   :    pointer;
}

.qk-btn-primary:hover {


  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
	}

.qk-hero-image {
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
}

.qk-hero-image:hover {
  transform: scale(1.02);

}

.qk-services-preview {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
 padding: 4rem 1.5rem;
}

.qk-section-header {
  max-width: 1200px;
   margin: 0 auto 3rem;
  text-align     :   center;
}

.qk-section-header h2 {
    color: #0f172a;
 margin-bottom: 1rem;
}

.qk-section-header p {
   font-size: 1.05rem;
  color     :   #64748b;
   max-width: 500px;
    margin     :    0 auto;
}

.qk-services-grid {
	max-width: 1200px;
	margin  :   0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.qk-service-card{
   background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);}

.qk-service-card:hover {
     transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

}

.qk-card-image {
  overflow  :       hidden;
    height: 200px;
	background :     #e2e8f0;
}

.qk-service-img {


    transition  :  transform 0.3s ease;
	 height: 100%;
   object-fit  :        cover;
    width: 100%;
	

}

.qk-service-card:hover .qk-service-img {
  transform: scale(1.05);
}

.qk-service-card h3 {
 font-size:      1.3rem;
   color: #0f172a;
    padding: 1.5rem 1.5rem 0.5rem;
}

.qk-service-card p {
  color: #475569;
   padding: 0 1.5rem 1.5rem;
  font-size: 0.95rem;
    line-height:        1.6;
}

.qk-workshop-section {
    max-width    :  1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;}

.qk-workshop-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
    align-items: center;
}

.qk-workshop-text h2 {
    color: #0f172a; 
    margin-bottom: 1.5rem; 
	 font-size: 2.2rem;
}

.qk-workshop-text > p {
  color: #475569;
          font-size: 1rem;
   margin-bottom: 2rem;
   line-height: 1.8;

}

.qk-features-list


{
	  list-style: none;
  margin :        2rem 0;
   padding-left: 0; 
	


}

.qk-features-list li {
               padding    :        0.8rem 0;
   color: #1f2937;
  padding-left  :    1.8rem;
   position :    relative;
}



.qk-features-list li::before {
   position: absolute;
	font-weight: bold;
          left: 0;
  content: '✓';
  color: #10b981;
    font-size: 1.2rem;
}

.qk-btn-secondary {
  display: inline-block;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
   padding: 0.9rem 2rem;
  border-radius: 6px;
	 font-weight: 600;
   margin-top: 1rem;
    transition: all 0.3s ease;
}

.qk-btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.4);
}

.qk-workshop-image     {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.qk-workshop-img 
 {
    width: 100%;
   height: auto;
    transition: transform 0.3s ease;
     }

.qk-workshop-image:hover .qk-workshop-img {
  transform: scale(1.03);
}  

.qk-webinar-section {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); 
	   color: #ffffff; 
	          padding: 4rem 1.5rem;
}

.qk-webinar-section h2 {
   text-align: center;
   	 color:  #ffffff;
      margin-bottom: 0.5rem;
     font-size: 2.5rem;
}

.qk-section-description   {
  text-align: center;
   color: #cbd5e1;
   max-width: 600px;
   margin :       0 auto 3rem;
	 font-size: 1.05rem;
}

.qk-webinar-grid{


    max-width: 1200px;
  margin     :        0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.qk-webinar-card {

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
   padding: 2rem;
  transition: all 0.3s ease;
    position: relative;
}

.qk-webinar-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
}

.qk-webinar-badge {
    display: inline-block;
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
   color: #ffffff;
   padding: 0.3rem 0.8rem;
  border-radius: 20px;
    font-size: 0.75rem;
   font-weight: 600;
  margin-bottom: 1rem;
   text-transform: uppercase;
  letter-spacing: 0.5px;

}


.qk-webinar-card h3 {
  color: #ffffff;
		 margin-bottom: 1rem;
  font-size: 1.3rem;
}

.qk-webinar-card p {
    color: #cbd5e1;
         margin-bottom: 1rem;
   line-height   :        1.6;
}

.qk-card-meta {
  font-size   :        0.85rem;
    color: #94a3b8;
}

.qk-webinar-cta {
    text-align: center;
   max-width: 1200px;
   margin: 0 auto;
}

.qk-webinar-cta p {
		font-size: 1.1rem;
   margin-bottom: 1.5rem;
   color: #e2e8f0;

}

.qk-cta-section {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
    padding:   3rem 1.5rem;
   text-align: center;
}

.qk-cta-section h2  {
   color: #ffffff;
   margin-bottom: 1rem;
    font-size: 2.2rem;
}

.qk-cta-section p {
  font-size: 1.05rem;
       margin-bottom: 2rem;
    color: #dbeafe;
  max-width     :        600px;
   margin-left  :        auto;
  margin-right: auto;
	}

.qk-btn-cta {
  display: inline-block;
	 background: #ffffff;
   color  :      #2563eb;
         padding: 1rem 2.5rem;
   border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
	transition: all 0.3s ease; 

}  

.qk-btn-cta:hover {

  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);

}

.qk-contact-section  
  {
   max-width: 800px;
	margin: 0 auto;
	padding: 4rem 1.5rem;
}

.qk-contact-section h2 {
  text-align: center;

	    color: #0f172a;

	    margin-bottom: 0.5rem;
} 

.qk-contact-intro {
   text-align: center;
    color   :     #475569;
   margin-bottom:  2.5rem;
   font-size: 1.05rem;
}

.qk-contact-form {

  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); 
	   padding: 2.5rem; 
	  border-radius: 10px; 
	  border: 1px solid #e2e8f0;
	}

.qk-form-group		{
  margin-bottom: 1.5rem;
}

.qk-form-group label {
    font-size: 0.95rem;
    font-weight   :     600;
   display: block;
   color: #0f172a;
  margin-bottom: 0.5rem;
}

.qk-form-group input,
.qk-form-group select,
.qk-form-group textarea {
  width: 100%;
	padding: 0.85rem 1rem;
    border  :    1px solid #cbd5e1;
    border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
    transition: all 0.3s ease;
  background: #ffffff;
    color: #1f2937;
	
}

.qk-form-group input:focus,
.qk-form-group select:focus,
.qk-form-group textarea:focus {
    outline   : none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.qk-btn-submit {
          width: 100%;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  padding: 1rem;
        border: none;
    border-radius: 6px;
   font-weight: 600;
    font-size: 1rem;
     cursor   :    pointer;
  transition: all 0.3s ease;


}

.qk-btn-submit:hover {
	  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);}

.qk-btn-submit:active {
  transform: translateY(0);
}

.qk-footer  {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
	 color: #cbd5e1;
  padding: 3rem 1.5rem 1.5rem;
    margin-top: 4rem;
} 

.qk-footer-container
	{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap  :      2.5rem;
   margin-bottom :     2rem;
}

.qk-footer-column h4 {
  color: #ffffff;
	margin-bottom: 1rem;
   font-size: 1rem;
}

.qk-footer-links {
  padding: 0;
    list-style  :  none;
}

.qk-footer-links li {
   margin-bottom     :       0.7rem;
}

.qk-footer-links a {
      color: #cbd5e1;
   transition: color 0.3s ease;
    font-size: 0.95rem;
}

.qk-footer-links a:hover {
    color: #818cf8;
}

.qk-footer-info {
    font-size: 0.95rem;
   line-height: 1.8;
}

.qk-footer-info strong {
    color: #ffffff;
}

.qk-footer-bottom {
	  border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
   text-align   :      center;
  font-size: 0.9rem;
   color: #94a3b8;
	}@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .qk-menu-toggle {
        display: flex;
    }

    .qk-nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .qk-nav-menu.qk-active {
        max-height: 400px;
    }

    .qk-hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
        gap: 2rem;
    }

    .qk-hero-content h1 {
        font-size: 2.2rem;
    }

    .qk-workshop-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .qk-workshop-text h2 {
        font-size: 1.8rem;
    }

    .qk-services-grid {
        grid-template-columns: 1fr;
    }

    .qk-webinar-section {
        padding: 2rem 1.5rem;
    }

    .qk-webinar-section h2 {
        font-size: 2rem;
    }

    .qk-contact-form {
        padding: 1.5rem;
    }

    .qk-footer-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .qk-footer-column {
        text-align: center;
    }

    .qk-footer-column h4 {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    .qk-hero-content h1 {
        font-size: 1.8rem;
    }

    .qk-btn-primary,
    .qk-btn-secondary,
    .qk-btn-cta {
        width: 100%;
        text-align: center;
    }

    .qk-hero-subtitle {
        font-size: 0.95rem;
    }

    .qk-nav-menu {
        top: 60px;
    }

    .qk-section-header h2 {
        font-size: 1.5rem;
    }

    .qk-contact-form {
        padding: 1rem;
    }

    .qk-webinar-grid {
        gap: 1rem;
    }
}.policySection {
        padding: 80px 2rem;
  background    :   #f8f9fa;
}

.policyContainer {
    max-width: 800px;
    margin: 0 auto;
   text-align: left;
}

.policyContainer h1 {
       font-size    :  3rem;
   color: #2c3e50;
  margin-bottom: 1.5rem;
   font-weight: 700;

}

.policyContainer h2 {
   font-size: 2rem; 
  color: #2c3e50; 
               margin: 2.5rem 0 1.5rem; 
   font-weight  : 600;
	
}

.policyContainer h3 {
    font-size: 1.5rem;
    color: #34495e;
	margin: 2rem 0 1rem;
    font-weight: 600;
}

.policyContainer p {
	line-height: 1.7;
   margin-bottom: 1.5rem;
    font-size: 1.1rem;
   color: #7f8c8d;
}

.policyContainer ul

{
    margin: 1rem 0 1.5rem 1.5rem;
}

.policyContainer ul li		{

   color: #7f8c8d;
    margin-bottom: 0.8rem;
  font-size: 1.1rem;
   position    :    relative;
  padding-left  :       0.5rem;


}

.policyContainer ul li::before {
  content: "•";
    color: #3498db;
   font-weight: bold;
   position: absolute;
   left: -1rem;
}

.policyContainer table {
   width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
  background:  white;
          border-radius: 8px;
    overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.policyContainer th,
.policyContainer td
{
  padding: 1rem;
    text-align: left;
  border-bottom: 1px solid #ecf0f1;
}

.policyContainer th {
      background: #3498db;
  color: white;
  font-weight: 600;
}

.policyContainer tr:nth-child(even)


{
    background: #f8f9fa;
}@media (max-width: 768px) {
    .policyContainer h1 {
        font-size: 2.2rem;
    }

    .policyContainer h2 {
        font-size: 1.7rem;
    }

    .policyContainer h3 {
        font-size: 1.3rem;
    }

    .policyContainer p,
    .policyContainer ul li {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer table {
        font-size: 0.9rem;
    }

    .policyContainer th,
    .policyContainer td {
        padding: 0.8rem 0.5rem;
    }
}

@media (max-width: 480px) {
    .policyContainer h1 {
        font-size: 1.8rem;
    }

    .policyContainer h2 {
        font-size: 1.5rem;
    }

    .policySection {
        padding: 40px 1rem;
    }
}.srv-hero-banner {

  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff;
    padding: 3.5rem 1.5rem;
  text-align: center;
		 border-bottom: 3px solid #3b82f6;


}

.srv-hero-content h1 {
  font-size: 2.8rem;
          margin-bottom  :   1rem;
  color :        #ffffff; 
	
}

.srv-hero-content p {
  font-size   :  1.1rem;
    color     :   #cbd5e1;
  max-width: 700px;
   margin: 0 auto;
    line-height   :    1.7;
}



.srv-container {
    max-width: 1200px;
 margin: 0 auto;
               padding: 0 1.5rem;
}

.srv-main-services  {


    padding: 3rem 1.5rem;
   background: #ffffff;

}

.srv-service-detailed {
     margin: 3rem 0;
}

.srv-service-header {
     display :flex;
   align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
    flex-wrap :        wrap;
    gap: 1rem;
}

.srv-service-header h2 {
	    margin-bottom: 0;
   font-size: 2rem;
  color: #0f172a;

}

.srv-badge {
   display: inline-block;
   padding: 0.4rem 1rem;
     border-radius: 20px;
  font-size: 0.75rem;
    font-weight  : 700;
	text-transform   :uppercase;
    letter-spacing :       0.5px;
}

.srv-badge-blue {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color :       #ffffff;
}

.srv-badge-green {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color     :    #ffffff;
}



.srv-badge-purple {
  background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
   color: #ffffff;
}



.srv-badge-orange {
     background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
   color: #ffffff;


}

.srv-badge-red {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
}

.srv-service-layout {
    display: grid;
   grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
   align-items: center;
}

.srv-layout-reverse	{
   grid-template-columns: 1fr 1.2fr;
}

.srv-service-text{
   color: #1f2937;
}

.srv-intro {
   margin-bottom    : 1.5rem;
      font-weight: 500;
   line-height: 1.7;
  font-size    :  1.05rem;
   color: #475569;
}

.srv-service-text h3 {
    font-size: 1.1rem;
        color: #0f172a;
    margin-top     :        1.5rem;
     margin-bottom: 0.7rem;
   font-weight: 600;
}

.srv-service-text p 
 {
	 margin-bottom: 1rem;
  line-height: 1.6;
    color     :  #475569;
}

.srv-list {


  list-style: none;
   padding: 0;
  margin: 1rem 0;
	}

.srv-list li {
  padding: 0.6rem 0;
	 padding-left: 1.8rem;
   position: relative;
	color: #1f2937;
    line-height: 1.6;
}



.srv-list li::before    {
  content: '▸';
	 position: absolute;
   left: 0;
    color: #3b82f6;
   font-weight: bold;
    font-size: 1.2rem;
}

.srv-service-image {
   border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.srv-img {
	 width: 100%;
  height: 100%;
   object-fit: cover;
  transition :    transform 0.4s ease;
} 

.srv-service-image:hover .srv-img {

	  transform: scale(1.05);

	}

.srv-divider {
    height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
   margin: 3rem 0;
}

.srv-pricing-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
                    padding: 4rem 1.5rem;

}

.srv-pricing-section h2 {
	text-align: center;
  color: #0f172a;
	margin-bottom     :       0.5rem;
  font-size: 2.2rem;
}

.srv-pricing-intro {
               text-align: center;
  color: #475569;
 max-width: 600px;
   margin: 0 auto 2.5rem;
    font-size: 1rem;
}

.srv-pricing-grid {
  max-width: 1200px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
   gap: 2rem; 
	
}

.srv-pricing-card {

	  background: #ffffff;
	 border-radius: 8px;
   padding: 2rem;
    text-align: center;
  border: 2px solid #e2e8f0;
    transition: all 0.3s ease;}

.srv-pricing-card:hover {
   border-color: #3b82f6;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
  transform: translateY(-5px);
}

.srv-pricing-name {
  font-size: 1.3rem;
    font-weight   :       700;
    color: #0f172a;
   margin-bottom: 0.5rem;
}

.srv-pricing-duration {
  font-size: 0.95rem;
    color: #3b82f6;
  font-weight: 600;
    margin-bottom: 1rem;
}

.srv-pricing-description{
   color: #64748b;
   font-size: 0.9rem;
}

.srv-pricing-cta {
   text-align: center;
}

.srv-pricing-cta p  {
  margin-bottom: 1.5rem;
   color: #475569;
 font-size: 1.05rem;
}

.srv-faq-section {
      max-width: 1200px;
   margin: 0 auto;
   padding: 4rem 1.5rem;


}

.srv-faq-section h2 {
   margin-bottom:     3rem;
   font-size: 2.2rem;
    text-align: center;
   color: #0f172a;
}

.srv-faq-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.srv-faq-item {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); 
	   padding  :     2rem; 
	          border-radius:   8px; 
	    border-left: 4px solid #3b82f6; 
	    transition    :all 0.3s ease;
}

.srv-faq-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.srv-faq-item h3 {


	 color: #0f172a;
   font-size: 1.1rem;
    margin-bottom: 1rem;

}

.srv-faq-item p {
  color: #475569;
	line-height: 1.7;
   font-size:      0.95rem;
}

.srv-cta-final {
	  background: linear-gradient(135deg, #10b981 0%, #059669 100%);

   color: #ffffff;

    padding: 3rem 1.5rem;

         text-align: center;
     } 

.srv-cta-final h2 {
  color: #ffffff;
	   margin-bottom: 1rem;
	    font-size: 2.2rem;
}

.srv-cta-final p {
  font-size: 1.05rem;
   margin-bottom: 2rem;
   color: #d1fae5;
    max-width  :    600px;
   margin-left: auto;
	margin-right: auto;
}

.ty-success-container {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  min-height: calc(100vh - 400px);
    padding: 3rem 1.5rem;
    display: flex;
   align-items: center;
   justify-content: center;

}

.ty-success-wrapper {
    max-width    :        700px;
    width: 100%;
  background    :  #ffffff;
    border-radius: 10px;
   padding: 3rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
     }

.ty-icon-container {
    margin-bottom: 2rem;
}

.ty-checkmark {
      width:        80px;
   height: 80px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
       display: flex;
    align-items: center;
  justify-content     : center;
   font-size: 3rem;
   color: #ffffff;
  font-weight: bold;
  margin: 0 auto;
  animation: scaleIn 0.5s ease;
	}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.ty-success-wrapper h1 {

	  color: #0f172a;
  font-size: 2.2rem;
	 margin-bottom: 0.5rem; 

}

.ty-greeting {
	font-size: 1.05rem;

  color: #475569;

   margin-bottom: 1.5rem;
}

.ty-message-box {
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
               border-left: 4px solid #3b82f6;
  padding: 1.5rem;
  margin-bottom: 2rem;
        border-radius: 6px;
}

.ty-message-box p {
         color: #1e40af;
     margin-bottom: 0.8rem;
  line-height    :       1.6;
}

.ty-message-box strong   {
   font-weight: 700;
}

.ty-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap    :    1.5rem;
    margin-bottom: 2rem;
}

.ty-info-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem;
   border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.ty-info-card h3 {
 color: #0f172a;
    font-size    :   1.1rem;
   margin-bottom: 1rem;
    text-align: left;
}

.ty-checklist {
  list-style: none; 
	padding: 0; 
  text-align: left;
}

.ty-checklist li  
  {


    padding :  0.5rem 0;
    padding-left: 1.5rem;
  position: relative;
      color: #475569;
}

.ty-checklist li::before {
  content: '✓';
               position: absolute;
   left    :  0;
   color: #10b981;
  font-weight: bold;
	 font-size: 1.1rem;
}

.ty-info-card p {
    color: #475569;
	text-align: left;
    line-height: 1.6;
}

.ty-email-confirmation{
  background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%);
    border-left    :        4px solid #f59e0b;
    padding: 1.5rem;
  margin-bottom: 2rem;
   border-radius  :      6px;
}

.ty-email-confirmation p {
    color  : #92400e;
  margin-bottom:    0.5rem;
}

.ty-email-address


{
  font-size  :   1.05rem;
   font-weight: 600;
  color:     #78350f;
}

.ty-actions {
	   display    :   flex;
		 gap: 1rem;
   justify-content: center;
    flex-wrap: wrap;
  margin-bottom: 2rem;
     }

.ty-btn-secondary {

	  display  : inline-block;
  background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
    color    :#ffffff;
    padding: 0.8rem 1.8rem;
  border-radius: 6px;
   font-weight: 600;
  font-size: 0.95rem;
   transition: all 0.3s ease;
    text-decoration: none;

}

.ty-btn-secondary:hover 
 {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.4);
}

.ty-social-contact {
   border-top    :        1px solid #e2e8f0;
    padding-top: 2rem;
}

.ty-social-contact p
{
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 1rem;
}

.ty-contact-details {
   background: #f8fafc;
       padding: 1rem;
  border-radius: 6px;
}

.ty-contact-details p {
  color: #1f2937;
    margin: 0.5rem 0;
   font-size: 0.95rem;
}

.ty-contact-details strong {


    color: #0f172a;

}

.ty-next-step {

	  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);

	color: #ffffff;

   padding: 3rem 1.5rem;


}

.ty-next-content {
     max-width  :   1200px;
  margin: 0 auto;
}

.ty-next-content h2 {
       color: #ffffff;
  text-align: center;
    margin-bottom    :        2.5rem;
 font-size    :     2rem;
	}

.ty-suggestions
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.ty-suggestion-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
    padding:2rem;
    transition:     all 0.3s ease;
}

.ty-suggestion-card:hover    {
     background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
}

.ty-suggestion-card h3 {
  color   :#ffffff;
    margin-bottom: 1rem;
}

.ty-suggestion-card p {
  color: #cbd5e1;
   margin-bottom: 1.5rem;
  line-height     :  1.6;
}



.ty-link {
   -webkit-transition:        all 0.3s ease;
   display: inline-block;
   -o-transition: all 0.3s ease;
    color: #3b82f6;
                    font-weight: 600;
   transition    :        all 0.3s ease;
  text-decoration: none;
   border-bottom: 2px solid transparent;
}

.ty-link:hover {
	     color: #60a5fa;
   border-bottom-color: #60a5fa;
     }  @media (max-width: 768px) {
    .srv-hero-banner {
        padding: 2rem 1.5rem;
    }

    .srv-hero-content h1 {
        font-size: 1.8rem;
    }

    .srv-service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .srv-service-layout,
    .srv-layout-reverse {
        grid-template-columns: 1fr;
    }

    .srv-pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.5rem;
    }

    .srv-faq-grid {
        grid-template-columns: 1fr;
    }

    .ty-success-wrapper {
        padding: 2rem;
    }

    .ty-checkmark {
        width: 60px;
        height: 60px;
        font-size: 2.5rem;
    }

    .ty-success-wrapper h1 {
        font-size: 1.8rem;
    }

    .ty-info-grid {
        grid-template-columns: 1fr;
    }

    .ty-actions {
        flex-direction: column;
    }

    .ty-actions a {
        width: 100%;
        text-align: center;
    }

    .ty-suggestions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .srv-hero-content h1 {
        font-size: 1.5rem;
    }

    .srv-service-header h2 {
        font-size: 1.3rem;
    }

    .srv-pricing-grid {
        grid-template-columns: 1fr;
    }

    .ty-success-wrapper {
        padding: 1.5rem;
    }

    .ty-checkmark {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }

    .ty-success-wrapper h1 {
        font-size: 1.5rem;
    }

    .ty-message-box {
        padding: 1rem;
    }
}