* {
   margin   :   0;
  padding: 0;
   box-sizing: border-box;
}

html {
    scroll-behavior: smooth; 
	
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
	    color: #2c3e50; 
	   background: #f8f9fa; 
	  line-height: 1.6;
}

.navbar {
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
  padding: 0.75rem 2rem;
	position: sticky;
    top: 0;
   z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.nav-container {

     max-width  :  1200px;
  margin: 0 auto;
  display: flex;
    justify-content: space-between;
    align-items   :   center;


}

.nav-logo a {


   text-decoration: none;}

.logo-img {
    max-height: 74px;
  width: auto;
  filter: brightness(0) invert(1);
	}

.nav-menu {
       display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link  {
    color: #ffffff;
   text-decoration: none;
   font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {

  color: #64b5f6;



}

.nav-link::after {
  content: '';
    position: absolute;
    bottom: -5px;
    left  :      0;
   width: 0;
  height: 2px;
  background: #64b5f6;
   transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.menu-toggle {
   display: none;
    flex-direction: column;
   cursor: pointer;
}

.menu-toggle span {
       height: 3px;
	background: #ffffff;
    width: 25px;
   margin: 5px 0;
   transition :     all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
   opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -7px);
}

.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   padding: 4rem 2rem;
    display:    grid;
   grid-template-columns: 1fr 1fr;
    gap: 3rem;
  align-items: center;
   max-width    :      1200px;
   margin: 0 auto;
}

.hero-content h1 {
    font-weight: 700;
               margin-bottom: 1rem;
    font-size: 3.5rem; 
	
}

.hero-content p


{
  font-size: 1.15rem;
   margin-bottom: 2rem;
  line-height: 1.8;
	
}

.cta-button {
   display: inline-block;
  padding: 1rem 2.5rem;
  background: #ff6b6b;
  color: white;
   text-decoration: none;
  border-radius: 8px;
   font-weight: 600;
  transition: all 0.3s ease;
    border: 2px solid #ff6b6b;
}

.cta-button:hover {
   background: white;
   color: #ff6b6b;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
}

.hero-image img {
    width: 100%;
 border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.why-mindshift {
   max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem; 
	
}

.why-mindshift h2 {
 font-size: 2.5rem;
   text-align: center;
    margin-bottom: 1rem;
  color: #1a237e;
}

.why-mindshift > p {
    text-align: center;
   font-size: 1.1rem;
   margin-bottom:3rem;
    color: #555;
}  

.features-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
          background: white;
	 padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
		 border-left: 4px solid #667eea;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-left-color: #ff6b6b;
}

.feature-card h3 {
  color: #1a237e;
   margin-bottom: 0.8rem;
   font-size: 1.3rem;
	
}

.feature-card p {
   color     :        #666;
  line-height: 1.7;
}

.coaching-programs {
  max-width: 1200px;
    margin    :      5rem auto;
    padding: 0 2rem;
}

.coaching-programs h2 {
	font-size: 2.5rem;
    text-align: center;
  margin-bottom: 3rem;
   color :       #1a237e;
}

.programs-container {
         display: flex;
    flex-direction: column;
               gap   :        4rem;
}

.program-item {
               display: grid;

                    grid-template-columns: 1fr 1fr;

  gap: 3rem;

   align-items: center;

   background: white;

  padding: 2rem;

  border-radius  :12px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.program-item.reverse {
  grid-template-columns: 1fr 1fr;
    direction: rtl;
}

.program-item.reverse .program-content {
    direction: ltr;
}

.program-image img {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.program-content h3 {
    color     :     #1a237e;
    font-size: 1.8rem;
   margin-bottom: 1rem;
}

.program-content p {
    color: #555; 
   margin-bottom: 1.5rem; 
  line-height: 1.8;

}

.program-features {
  list-style: none;
	gap :  1rem;
    flex-wrap: wrap;
  display     :   flex;
}

.program-features li {
  background: #f0f4ff;
    -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
  padding: 0.6rem 1.2rem;
    border-radius: 20px;
   color: #667eea;
    font-weight: 500;
  font-size: 0.9rem;
}

.webinar-section {
  background: #f0f4ff;
  padding: 4rem 2rem;
  margin: 5rem 0; 
	
}

.webinar-section h2 {
    font-size    :      2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #1a237e;
}

.webinar-section > p {
  text-align: center;
  font-size :       1.1rem;
     margin-bottom: 3rem;
  color: #555;
   max-width: 1200px;
   margin-left: auto;
    margin-right: auto;
}

.webinar-grid {
    display  : grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.webinar-card {
    background: white;
  padding: 2rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	position: relative;
       overflow: hidden;
   transition: all 0.3s ease;
}

.webinar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.2);
}

.webinar-card h3 {
  color: #1a237e;
    margin-bottom: 0.8rem;
}

.webinar-card p {
  color: #666;
       margin-bottom: 1rem;
   	font-size: 0.95rem;
}

.webinar-day

{
   display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding: 0.5rem 1rem;
  border-radius: 20px;
   font-weight: 600;
    font-size: 0.85rem;
}

.success-stories {
   max-width: 1200px;
  margin: 5rem auto;
        padding: 0 2rem;
}

.success-stories h2 {
   font-size: 2.5rem;
   margin-bottom: 1rem;
    color   :  #1a237e;
    text-align   :       center;
}

.success-stories > p {
   text-align: center;
  font-size   :    1.1rem;
   margin-bottom: 3rem;
   color: #555;
}

.stories-container {
   display  :    grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem; 
	
}

.story-card {
   background: white;
   border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;


}

.story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.story-image {
                    width    :    100%;
   height  :     220px;
   overflow: hidden;
}

.story-image img {
  width: 100%;
   object-fit: cover;
  height: 100%;
}

.story-content {
    padding: 1.8rem;
}

.story-content h3 {
  color: #1a237e;
  margin-bottom:       0.8rem;
}

.story-content p {
	color: #666;
    font-style: italic;
    line-height: 1.7;
}

.iş-konferans {

  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   color: white;
   padding: 4rem 2rem;
      margin: 5rem 0;

}

.iş-konferans h2 {
     font-size: 2.5rem;
   text-align: center;
   margin-bottom :   1rem;
}

.iş-konferans > p {
    text-align: center;
   font-size: 1.1rem;
 margin-bottom: 3rem;
}

.conference-content {
    max-width: 1200px;
	 margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
       gap: 3rem;
    align-items: center;

}

.conference-info h3 {
   font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.conference-info p {
   margin-bottom: 1.2rem;
	line-height: 1.8;
}

.conference-button


{
				 transition: all 0.3s ease;
    background: white;
  text-decoration: none;
   display: inline-block;
 font-weight: 600;
   color: #f5576c;
  border-radius: 8px;
    padding: 1rem 2.5rem;
     margin-top: 1rem;
}


.conference-button:hover {

  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);}

.conference-image img {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.testimonials {
    max-width: 1200px;
       margin: 5rem auto;
      padding: 0 2rem;


}

.testimonials h2 {
    font-size: 2.5rem;
	text-align: center;
    margin-bottom: 3rem;
    color   :    #1a237e;
}

.testimonial-grid  {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 2rem;
}

.testimonial {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
   padding: 2rem;
   border-radius: 12px;
	 border-left: 4px solid #667eea;
  font-style: italic;
  color: #555;
    line-height: 1.8;
  transition: all 0.3s ease;
}

.testimonial:hover {
       border-left-color: #ff6b6b;
  transform: translateX(10px);


}

.testimonial p {
   margin-bottom: 1.5rem;
}

.testimonial cite {
    color: #1a237e;
    font-weight: 600;
   font-style: normal;


}

.pricing-section {
   background: #f0f4ff;
       padding: 4rem 2rem;
      margin: 5rem 0;
}

.pricing-section h2 {
   font-size  :    2.5rem;
  text-align: center;
   margin-bottom: 1rem;
       color: #1a237e;
}

.pricing-section > p {
    text-align: center;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #555;
}

.pricing-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      max-width: 1200px;
     margin: 0 auto;
}

.price-card  
  {
   background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
                    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}  

.price-card.featured {
  border-color: #667eea;
  transform: scale(1.05);
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.price-card.featured:hover {
     transform: scale(1.05) translateY(-8px);

}

.price-card h3    {
  color: #1a237e;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price {
    font-size: 1.8rem;
   color: #667eea;
   font-weight: 700;
    margin-bottom: 1.5rem;
}

.price-card ul  
  {
    list-style: none;
    margin-bottom: 2rem;
}

.price-card li {
       padding: 0.8rem 0;
    color: #666;
    border-bottom: 1px solid #f0f0f0;
}

.package-button {
  display: block;
  width     :   100%;
   padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  text-decoration: none;
    border-radius: 8px;
    text-align: center;
   font-weight: 600;
    transition: all 0.3s ease;
               border: none;
  cursor     :       pointer;
}

.package-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.cta-section {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
   color:white;
    padding: 4rem 2rem;
    text-align: center;
   margin: 5rem 0;
}  

.cta-section h2 {
   margin-bottom :        1rem;
    font-size  :    2.5rem;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.cta-main-button

{


   display: inline-block;
   padding: 1.2rem 3rem;
	background :white;
    color: #11998e;
		text-decoration  :     none;
	border-radius: 8px;
   font-weight: 700;
    font-size: 1.1rem;
   transition: all 0.3s ease;


}

.cta-main-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.contact-section {
 max-width: 1200px;
   margin: 5rem auto;
          padding: 0 2rem; 
	
}

.contact-section h2 {
  font-size: 2.5rem;
   text-align: center;
    margin-bottom: 3rem;
    color :     #1a237e;
}

.contact-container
{
   display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 3rem;
}

.contact-info h3 {
    color: #1a237e;
   font-size: 1.5rem;
   margin-bottom: 1.5rem;
}

.info-item {
    margin-bottom: 1.5rem;
}



.info-item .label	{

	    display: block;
    color: #667eea;
	font-weight: 600;
    margin-bottom: 0.5rem;


}

.info-item p, .info-item a {
   color   :       #666;
         line-height: 1.7;
}

.info-item a {

	               text-decoration    : none;
  color: #667eea;


}

.info-item a:hover {
   text-decoration: underline;
}

.contact-form {
  background: white;
   padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-group     {
   margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: #1a237e;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.form-group input,
.form-group select,
.form-group textarea {
   width: 100%;
    padding: 0.8rem;
   border: 2px solid #e0e0e0;
  border-radius: 6px;
   font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease; 
	
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
     border-color :  #667eea;
     box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.submit-button {
  width: 100%;
   padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
         color: white;
         border: none;
    border-radius: 6px;
  font-weight: 600;
   font-size: 1rem;
  cursor: pointer;
   transition: all 0.3s ease;
}

.submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.footer {
	background: #1a1a2e;
   color: #e0e0e0;
  padding: 4rem 2rem 2rem;
   margin-top: 5rem;
}

.footer-container {
   max-width: 1200px;
  margin : 0 auto;
         display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
   color: white;
   margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-logo-img {
   max-height: 96px;
   width: auto;
  margin-bottom:        1rem;
  filter: brightness(0) invert(1);
}

.footer-section p {
          line-height: 1.7;
   color: #b0b0b0;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;


}

.footer-section a {


   color: #64b5f6;
  text-decoration: none;
  transition: all 0.3s ease;}

.footer-section a:hover   {
  color: #ffffff;
   text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #333;
                    padding-top: 2rem;
    text-align   :     center;
    color: #888;
}@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        gap: 0;
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-link {
        display: block;
        padding: 1rem;
    }

    .nav-link::after {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .program-item, .program-item.reverse {
        grid-template-columns: 1fr;
    }

    .program-item.reverse {
        direction: ltr;
    }

    .conference-content {
        grid-template-columns: 1fr;
    }

    .contact-container {
        grid-template-columns: 1fr;
    }

    .hero-content h1,
    .why-mindshift h2,
    .coaching-programs h2,
    .webinar-section h2,
    .success-stories h2,
    .iş-konferans h2,
    .testimonials h2,
    .pricing-section h2,
    .cta-section h2,
    .contact-section h2 {
        font-size: 1.8rem;
    }

    .cta-button,
    .package-button,
    .cta-main-button,
    .conference-button,
    .submit-button {
        font-size: 0.95rem;
        padding: 0.8rem 1.8rem;
    }

    .features-grid,
    .webinar-grid,
    .stories-container,
    .testimonial-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .price-card.featured {
        transform: scale(1);
    }

    .price-card.featured:hover {
        transform: translateY(-8px);
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-section ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
}@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .nav-menu {
        top: 65px;
    }

    .logo-img {
        max-height: 50px;
    }

    .footer-logo-img {
        max-height: 60px;
    }

    .program-features {
        flex-direction: column;
    }

    .program-features li {
        width: 100%;
    }
}.services-hero {

  background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
   color: white;
    padding: 4rem 2rem;
    text-align: center;
  max-width: 1200px;
   margin: 0 auto;

}

.services-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
    font-weight: 700;
}

.services-hero p {

	  font-size: 1.15rem;
	line-height: 1.8;
       max-width: 800px;
  margin: 0 auto;
     }

.services-grid {
  max-width  :1200px;
   margin: 4rem auto;
          padding: 0 2rem;
}

.services-grid h2 {
 font-size: 2.5rem;
   text-align: center;
    color: #1a237e;
    margin-bottom: 3rem;
}

.service-item {
  background: white;
	 margin-bottom: 3rem;
  border-radius     : 12px;
    overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
       transition:        all 0.3s ease;
   display: grid;
  grid-template-columns: 1fr 1.2fr;
   gap: 0;
}

.service-item.featured-service {
   border:   2px solid #667eea;
	 grid-template-columns: 1fr 1.5fr;
}

.service-item:hover	{
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.service-visual {
   overflow: hidden;
	    height: 100%;
	    min-height: 400px;
}

.service-img {
  width: 100%;
			height: 100%;
  object-fit: cover;
   transition: all 0.3s ease;
}

.service-item:hover .service-img {
  transform: scale(1.05);
}

.service-details {
    padding: 2.5rem;
  display: flex;
  flex-direction :  column;
	 justify-content: flex-start;
}

.service-details h3 {
    font-size: 1.8rem;
	 color: #1a237e;
    margin-bottom: 1rem;
}

.service-details > p {
   color: #666;
    line-height: 1.8;
   margin-bottom: 1.5rem;
}

.service-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
   margin-bottom: 1.5rem;
    padding: 1rem;
  background: #f8f9ff;
  border-radius: 8px;
}

.highlight-item h4 {
     color: #667eea;
   font-size: 0.9rem;
	text-transform: uppercase;
      margin-bottom: 0.5rem;
}

.highlight-item p {
   color: #555;
  font-size: 0.95rem;
   line-height: 1.6;
}

.service-content {
    margin-bottom:   1.5rem;
}

.service-content h4 {
    color: #1a237e;
   font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.service-list {
   list-style: none;
  display: flex;
	 flex-wrap: wrap;
   gap: 0.8rem;
}

.service-list li {
	 background: #f0f4ff;
   padding: 0.6rem 1rem;
    border-radius: 6px;
   color: #667eea;
   font-size: 0.9rem;
    border-left: 3px solid #667eea;
}

.service-benefits {
  margin-top: 1rem;
}

.service-benefits h4 {
  color: #1a237e;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.benefits-list {
   list-style: none;
}

.benefits-list li {
    padding     :   0.6rem 0;
   padding-left: 1.5rem;
  color: #555;
    position: relative;
}

.benefits-list li:before {
  content: "→";
    position: absolute;
    left  :      0;
   color: #11998e;
  font-weight: bold;
}

.comparison-table {
   background: #f8f9fa;
         padding: 4rem 2rem;
    margin: 5rem 0; 
	
}

.comparison-table h2	{
         font-size: 2.5rem;
    text-align :        center;
    color: #1a237e;
   margin-bottom: 3rem;


}

.table-wrapper {
   max-width: 1200px;
  margin: 0 auto;
    overflow-x: auto;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.services-comparison    {
         width: 100%;
  border-collapse: collapse;
    background     :   white;


}

.services-comparison thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.services-comparison th {
   padding     :     1.2rem;
   text-align: left;
   font-weight: 600;
}

.services-comparison tbody tr {
                    border-bottom: 1px solid #e0e0e0;
}

.services-comparison tbody tr:hover	{
    background: #f8f9ff;
}

.services-comparison td {
	 padding: 1rem 1.2rem;
   color: #555;
} 

.services-comparison td.check {
   color: #11998e;
  font-weight: 600;
    font-size     : 1.2rem;
}

.add-on-services  {
    max-width    :     1200px;
   margin: 5rem auto;
	padding: 0 2rem;
}

.add-on-services h2 {
    font-size: 2.5rem;
    text-align: center;
   color: #1a237e;
	margin-bottom: 1rem;
}

.add-on-services > p {
  text-align: center;
   font-size: 1.1rem;
   color: #666;
    margin-bottom: 3rem;
}

.addons-grid {
  display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

	  gap: 2rem;
}

.addon-card {
   background   :white; 
	    padding: 2rem; 
	  border-radius: 12px; 
	  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); 
	   border-top: 4px solid #667eea; 
	  transition: all 0.3s ease;
}

.addon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-top-color: #ff6b6b;
}

.addon-card h3 {
	    color: #1a237e;
   margin-bottom: 0.8rem;
     }

.addon-card p {
          color: #666;
  line-height     :      1.7;
   margin-bottom: 1rem;
   font-size: 0.95rem;
}

.addon-price {

	   display: block;
  color     :  #667eea;
   font-weight: 600;
    font-size: 1.1rem;
    padding: 0.8rem 0;
   border-top: 1px solid #e0e0e0;
   padding-top   :1rem;}

.guarantee-section {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
  padding: 4rem 2rem;
    margin :      5rem 0;
  border-radius: 12px;
}

.guarantee-section h2 {
   font-size: 2.5rem;
         text-align: center;
   margin-bottom: 2rem;
}

.guarantee-content {
  max-width: 1200px;
  margin: 0 auto;
}

.guarantee-content > p {
  font-size: 1.15rem;
    text-align: center;
   margin-bottom: 2rem;
  line-height: 1.8;
}

.guarantee-terms {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap :   2rem;
}

.term {
  background: rgba(255, 255, 255, 0.15);
   padding: 1.5rem;
   border-radius: 8px;
  backdrop-filter: blur(10px);
}

.term h4 
 {
   font-size   :     1.1rem;
    margin-bottom: 0.5rem;
}

.term p {
   font-size: 0.95rem;
    line-height: 1.6;
}

.faq-services {
  max-width: 1200px;
   margin: 5rem auto;
   padding  :  0 2rem;
}

.faq-services h2 {
   font-size: 2.5rem;

	   text-align: center;

	   color  :    #1a237e;

	    margin-bottom: 3rem;
}

.faq-container		{
	                    gap     :   1.5rem;
  flex-direction: column;
  display: flex;
}

.faq-item {
  background: white;
    padding: 1.8rem;
    border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
    border-left: 4px solid #667eea;
}

.faq-item:hover {
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

	  transform: translateX(5px);

}

.faq-question  
  {
   color: #1a237e;
   margin-bottom: 0.8rem;
  cursor: pointer;
   font-size: 1.1rem;
}

.faq-item p {

	   color:       #666;
  line-height :       1.8;
}

.thankyou-section {
   min-height: 70vh;
    display: flex;
  align-items: center;
  justify-content: center;
   padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
	
}

.thankyou-container {
    max-width: 700px;
    width: 100%;
   background: white;
  padding: 3rem;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.success-icon {
  animation: scaleIn 0.6s ease-out;
      margin-bottom    : 2rem;
}

.success-icon svg {
	 animation: pulse 1s ease-in-out infinite;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}.thankyou-container h1 {
   color: #1a237e;
	   font-size: 2.2rem;
	   margin-bottom: 0.5rem;

}

.main-message {
      color: #11998e;
  font-size: 1.3rem;
  font-weight: 600;
    margin-bottom: 2rem;


}  

.thankyou-content 
 {
       text-align: left;
    margin-bottom: 2rem;
}

.thankyou-content p {
  color: #666;
    line-height   :    1.8;
   margin-bottom:      1.5rem;
}

.next-steps {
    background: #f8f9ff;
    padding: 1.5rem;
  border-radius: 8px;
    margin-bottom: 2rem;
}

.next-steps h3 {
    color: #1a237e;
    text-align: center;
   margin-bottom: 1.5rem;
}

.steps-list {
  display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.step {
    display: flex;
 gap: 1rem;
   align-items: flex-start; 

}

.step-number {
    display:flex;

	         align-items: center;

	  justify-content: center;

	  width: 40px;

	  height: 40px;

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

	    color: white;

	    border-radius: 50%;

	  font-weight: 700;

	         flex-shrink: 0;
}

.step-content h4 {
         color: #1a237e;
  margin-bottom: 0.3rem;
}

.step-content p {
  color: #888;
  font-size: 0.9rem;
  margin: 0;
}

.contact-info-box {
  background: linear-gradient(135deg, #11998e15 0%, #38ef7d15 100%);
    border: 2px solid #11998e;
   padding: 1.5rem;
   border-radius: 8px;
    margin-bottom: 2rem; 

}

.contact-info-box h3 {
   color: #1a237e;
    margin-bottom: 0.5rem;
}

.contact-info-box p {
   color: #666;
    margin-bottom:        1rem;
}

.phone-button {
    display: inline-block;
  background: #11998e;
  color: white;
	padding: 0.8rem 1.8rem;
	border-radius: 6px;
    text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
}

.phone-button:hover {
   background     :  #0d6e68;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(17, 153, 142, 0.3);
}

.helpful-tips {
                    background: #fff8f0;
  border-left: 4px solid #f5576c;
    padding: 1.5rem;
   border-radius: 8px;
    margin-bottom: 2rem;
}

.helpful-tips h3 {
   color: #1a237e;
  margin-bottom: 1rem;
}

.helpful-tips ul {
  list-style: none;
    color: #666;
}

.helpful-tips li {
  margin-bottom    :     0.8rem;
    line-height: 1.6;
}

.helpful-tips strong {
   color: #f5576c;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
    justify-content: center;
  flex-wrap    :     wrap;


}

.button {
               padding    :0.9rem 1.8rem;
  border-radius: 6px;
 text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
  border: none;
  cursor: pointer;
   display: inline-block;
}

.button-primary
	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.button-primary:hover {

	  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);

	}  

.button-secondary {
   background: white;
    color: #667eea;
  border: 2px solid #667eea; 
	
}

.button-secondary:hover {
  background: #f8f9ff;
  transform: translateY(-3px);
}

.why-mindshift-ty {
   background: #f8f9fa;
   padding: 4rem 2rem;
}

.why-mindshift-ty h2 {
   font-size: 2.5rem;
		text-align: center;
  color: #1a237e;
   margin-bottom: 1rem;
}

.why-mindshift-ty > p  
  {
    text-align: center;
   font-size: 1.1rem;
	color: #666;
    margin-bottom: 3rem; 

}

.testimonials-ty 
 {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
    margin: 0 auto;
}

.testimonial-ty {
    background: white;
   padding:       2rem;
    border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	 border-top: 3px solid #667eea;
}

.testimonial-ty p {
    color: #555;
   font-style: italic;
                    line-height: 1.7;
    margin-bottom  : 1rem;
}

.testimonial-ty cite {


    color: #1a237e;
	 font-weight: 600;
  font-style: normal;


}@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 1.8rem;
    }

    .service-item {
        grid-template-columns: 1fr;
    }

    .service-item.featured-service {
        grid-template-columns: 1fr;
    }

    .service-visual {
        min-height: 250px;
    }

    .service-details {
        padding: 1.5rem;
    }

    .table-wrapper {
        font-size: 0.9rem;
    }

    .services-comparison th,
    .services-comparison td {
        padding: 0.8rem;
    }

    .guarantee-terms {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .button {
        width: 100%;
        text-align: center;
    }

    .step {
        gap: 0.8rem;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .thankyou-container {
        padding: 2rem;
    }

    .thankyou-container h1 {
        font-size: 1.6rem;
    }

    .services-grid h2,
    .add-on-services h2,
    .faq-services h2,
    .comparison-table h2,
    .why-mindshift-ty h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .service-highlights {
        grid-template-columns: 1fr;
    }

    .services-comparison {
        font-size: 0.85rem;
    }

    .services-comparison th,
    .services-comparison td {
        padding: 0.6rem;
    }

    .addons-grid {
        grid-template-columns: 1fr;
    }

    .next-steps {
        padding: 1rem;
    }

    .contact-info-box {
        padding: 1rem;
    }
}.policySection {
        padding  :  80px 2rem;
   background: #f8f9fa;
        min-height: 70vh; 
	
}

.policyContainer {
 max-width: 800px;
 margin: 0 auto;
   text-align: left;
}

.policyContainer h1 {
    font-size     :  2.8rem;
   color: #1a237e;
  margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

.policyContainer h2 {
      font-size     :    1.6rem;
   color: #1a237e;
  margin-top:     2rem;
  margin-bottom: 1rem;
    font-weight  :    600;
  border-bottom: 3px solid #667eea;
   padding-bottom: 0.5rem;
}

.policyContainer p {
    color   :     #555;
    margin-bottom: 1.2rem;
   line-height: 1.8;
   font-size: 1rem;
}

.policyContainer strong {
   color: #1a237e;
    font-weight: 600;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
    }

    .policyContainer h2 {
        font-size: 1.1rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
    }
}