* {

	   margin: 0;
     padding: 0;
    box-sizing :border-box;

}

html {


    scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
   color    :   #2c3e50;
	background-color: #f8f9fa;
    line-height: 1.6;
}

.navbar-container {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 1rem 0;
   position: sticky;
   top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);

}

.navbar-wrapper {
    align-items     :  center;
   display  :      flex;
    justify-content: space-between;
    margin: 0 auto;
    padding     :        0 2rem;
                    max-width:       1200px;
}

.navbar-brand {
  flex-shrink: 0;
}

.brand-link {
   text-decoration: none;
}

.navbar-logo {
   height :       45px;
       width: auto;
  display: block;

}

.burger-btn


{
  display: none;
   padding: 0.5rem;
   border: none;
  align-items: center;
    flex-direction: column;
   background: none;
 color: white;
  justify-content: center;
    cursor: pointer;
}

.burger-icon {
   fill: none;
   stroke-linecap    :  round;
}

.nav-menu    {
    display: flex;
  list-style: none;
      gap     :2.5rem;
    align-items: center;
}

.nav-link {
    color  :     white;
    text-decoration: none;
 font-weight    :        500;
   font-size:        1rem;
   transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    position: relative;
}



.nav-link:hover {
  opacity: 0.8;
}

.nav-link::after {
  content: '';
   position: absolute;
   bottom  :  -5px;
               left: 0;
    width: 0;
         height: 2px;
					background: white;
          transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}



.hero-section {


    display: grid; 
    grid-template-columns: 1fr 1fr; 
  gap   :   3rem; 
    align-items :       center; 
  max-width:      1200px; 
   margin: 0 auto; 
    padding: 4rem 2rem;


}

.hero-content h1 {


  font-size: 3rem;
	margin-bottom: 1rem;
   color: #667eea;
                    font-weight: 700;}

.hero-content p {
	 font-size: 1.2rem;
    color   :#555;
    margin-bottom: 2rem;
}

.cta-button {
   display   :   inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color     :        white;
      padding: 0.875rem 2rem;
   border-radius: 8px;
    text-decoration: none;
  font-weight: 600;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.hero-image {

  overflow     :  hidden;
  border-radius: 12px;}

.hero-image img {
    width: 100%; 
	  height    :    auto; 
	  display  :     block; 
	    object-fit: cover;


}

.about-section 
 {
    background: white; 
    padding: 4rem 2rem; 
   margin  :      3rem 0;
}

.container {
   max-width: 1200px;
    margin: 0 auto;
	
}

.about-section h2 {

    font-size: 2.5rem;
    text-align: center;
  margin-bottom: 3rem;
  color: #2c3e50;
	}

.about-grid {
      display:  grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
 gap: 2rem;
}

.about-card   {
	padding:      2rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
					border-radius: 10px;
   border-left :      4px solid #667eea;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.about-card h3   {

	  font-size: 1.3rem;
	 margin-bottom  :     0.8rem;
          color: #764ba2;

}

.about-card p {
   color: #555;
	 line-height   :        1.7;
}

.offerings-section {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.offerings-section h2 {


	font-size: 2.5rem;
  text-align: center;
    margin-bottom: 3rem;
   color: #2c3e50;
	}

.offerings-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.offering-card


{
  background: white;
   border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition     :     transform 0.3s ease, box-shadow 0.3s ease;
}

.offering-card:hover {

	  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.offering-card img {
	 width: 100%;
  height: 250px;
   object-fit: cover;
  display: block;
}

.offering-card h3    {
  padding: 1.5rem 1.5rem 0.5rem; 
    font-size    :   1.2rem; 
	color: #667eea;
}

.offering-card p {
         color    :     #555;
    font-size: 0.95rem;
	padding: 0 1.5rem 1.5rem;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 4rem 2rem;
      color     : white;
}



.cta-content {
   max-width: 1200px;
    margin:       0 auto;
   text-align: center;
}

.cta-section h2 {
   font-size   :  2.2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
   margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-primary		{
        -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
                    display: inline-block;
 background: white;
       color: #667eea;
    padding: 1rem 2.5rem;
    border-radius: 8px;
  text-decoration: none;
   font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.05rem;
} 

.cta-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.contact-section {
  padding:        4rem 2rem;
  background: white;
}  

.contact-section h2


{
   color: #2c3e50;
	margin-bottom: 3rem;
   font-size: 2.5rem;
	text-align: center;
}

.contact-form {
                    max-width: 600px; 
  margin: 0 auto; 
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%); 
   padding: 2.5rem; 
	border-radius  :12px; 
  border: 1px solid rgba(102, 126, 234, 0.2);
}

.form-group {
    margin-bottom: 1.8rem;
}  

.form-group label {
  display: block;
   margin-bottom: 0.6rem;
   font-weight :    600;
   color: #2c3e50;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
	 padding: 0.875rem;
  border: 2px solid rgba(102, 126, 234, 0.3);
  border-radius: 6px;
  font-family: inherit;
   font-size   :    0.95rem;
   transition: border-color 0.3s ease, box-shadow 0.3s ease;
   background: white;
  color: #2c3e50;
	
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline:  none;
    border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
  resize   :vertical;
  min-height: 120px;
}

.submit-button {
          width: 100%;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      padding: 1rem;
           border: none;
          border-radius: 6px;
       font-size: 1rem;
      font-weight: 700;
       cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-button:hover {
     transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}


.footer-section {
    background: #2c3e50;
          color: white;
  padding: 3rem 2rem 1rem;
     margin-top: 4rem;
}

.footer-container{
	                    max-width: 1200px;
           margin:        0 auto;
	}

.footer-main {
    display: grid;
      grid-template-columns: auto 1fr;
  gap: 3rem;
    margin-bottom: 2rem;
               align-items: start;
}

.footer-brand {
  flex-shrink: 0;
}

.footer-logo {
   height: 50px;
      width: auto;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap: 2rem;
}

.footer-block h3 {
    font-size   :        1.1rem;
    margin-bottom: 0.8rem;
  color: #667eea;
}

.footer-block p


{
	line-height: 1.8;
    opacity: 0.9;
}

.footer-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
   padding-top: 2rem;
    margin-bottom:     1.5rem;
}

.footer-nav ul {

		 list-style   :       none; 
	   display: flex; 
	   flex-wrap: wrap; 
	       gap: 2rem; 
	    justify-content: center;
	}

.footer-nav a {
  color: white;
    text-decoration: none;
                    transition: color 0.3s ease;
}


.footer-nav a:hover {
  color: #667eea;
}

.footer-bottom {
   text-align   :      center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.8;
               font-size: 0.9rem;
	
}@media (max-width: 768px) {
    .burger-btn {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        flex-direction: column;
        gap: 0;
        display: none;
        width: 100%;
        padding: 1rem 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-link {
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .about-section,
    .offerings-section,
    .cta-section,
    .contact-section {
        padding: 2rem 1.5rem;
    }

    .about-section h2,
    .offerings-section h2,
    .contact-section h2 {
        font-size: 1.8rem;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-nav ul {
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
    }

    .about-grid,
    .offerings-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 5rem 2rem;
	text-align: center;
     color: white;

}

.services-hero-content h1     {
  font-size     :      2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.services-hero-content p


{

		font-size: 1.2rem;
  opacity: 0.95;
	

}

.services-main {
    padding: 4rem 2rem;
    background   :   #f8f9fa;
}

.services-list 
 {
   max-width: 1200px;
   margin   :      0 auto;
					display: flex;
  flex-direction: column;
    gap: 4rem;
}

.service-item {
  display: grid;
                    grid-template-columns: 1fr 1fr;
   gap: 3rem;
  align-items: center;
    background: white;
  padding :       2.5rem;
    border-radius:       12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
}

.service-item.reversed {
          direction: rtl;
	
}

.service-item.reversed > * {
  direction: ltr;
}

.service-image {
   overflow    :   hidden;
    border-radius: 10px;
   height: 300px;
}

.service-image img {
   object-fit: cover;
  height: 100%;
    width: 100%;
    display: block;
}

.service-content h2 {
   font-size: 1.8rem;
   color: #667eea;
		 margin-bottom: 1rem;
    font-weight: 700;

}  

.service-content p {
   color: #555;
    margin-bottom: 1.5rem;
  font-size: 0.95rem;
	line-height: 1.8;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
       gap   :   0.8rem;
   margin-bottom: 1.5rem;
}

.feature-tag {
  display: inline-block;
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.5rem 1rem;
  border-radius    :   20px;
  font-size: 0.85rem;
   font-weight: 500;
}

.service-cta  {
	  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white;
    padding: 0.75rem 1.5rem;
  border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size  :   0.95rem;}

.service-cta:hover
{
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.service-process {
  padding: 4rem 2rem;
  background: white;
}

.service-process h2 {
  font-size  :    2.5rem;
  text-align: center;
   margin-bottom: 3rem;
        color  :       #2c3e50;
}

.process-steps {
   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
				gap: 2rem; 
	    max-width: 1200px; 
	   margin: 0 auto;
}

.process-step {
     text-align: center;
	padding: 2rem;
   border-radius: 10px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-3px);
}

.step-number {
          font-size: 2.5rem;
    margin-bottom     :1rem;
   color: #667eea;
   font-weight  :        700;
}

.process-step h3 {
   font-size: 1.2rem;
	    color: #764ba2;
	   margin-bottom: 0.8rem;
}

.process-step p {
    color: #555;
   line-height: 1.6;
   font-size: 0.9rem;
}

.service-pricing {
  background: #f8f9fa;
   padding: 4rem 2rem;
}

.service-pricing h2 {
	font-size    :      2.5rem;
  text-align  :       center;
    margin-bottom: 1rem;
  color: #2c3e50;
}

.pricing-intro {
  text-align: center;
   color: #666;
    margin-bottom: 3rem;
  font-size: 1rem;


}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
               max-width: 1200px;
    margin: 0 auto;

}

.pricing-card {
   background: white;
	 padding: 2.5rem;
    border-radius: 10px;
  border: 2px solid rgba(102, 126, 234, 0.2);
  text-align: center;
   transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
	  transform: translateY(-8px);
	border-color: #667eea;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);


}

.pricing-card.featured {

	    border-color    :    #667eea;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.25);
  transform: scale(1.02);}

.pricing-card h3 {
   font-size  :      1.4rem;
	color: #2c3e50;
   margin-bottom: 1rem;
}

.price {
   font-size: 2rem;
  font-weight   :      700;
   color: #667eea;
  margin: 0.5rem 0;
}

.price-note {
   font-size  :     0.85rem;
  color :     #999;
	margin-bottom: 1.5rem;
}

.pricing-features {
      list-style: none;
   text-align: left;
    margin: 1.5rem 0;
	}

.pricing-features li {
   padding: 0.6rem 0;
    color: #555;
   font-size: 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-features li:before {
  content: "✓ ";
   color: #2ecc71;
        font-weight: bold;
  margin-right: 0.5rem;
}

.service-testimonials   {
  padding    :  4rem 2rem;
   background: white;
}

.service-testimonials h2 {


	font-size: 2.5rem;
   text-align: center;
  margin-bottom: 3rem;
   color: #2c3e50;




}

.testimonials-grid 
 {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap     :    2rem;
    max-width: 1200px;
        margin: 0 auto;
}

.testimonial-card {

	  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
   padding: 2rem;
  border-radius: 10px;
  border-left: 4px solid #667eea;
    transition: transform 0.3s ease;

}

.testimonial-card:hover {


  transform: translateY(-3px); 
	
     }

.testimonial-text  
  {
   color: #555;
  font-size: 0.95rem;
    line-height: 1.7;
   font-style: italic;
  margin-bottom    :  1rem;
}

.testimonial-author {
    color: #764ba2;
    font-weight: 600;
   font-size: 0.9rem;
}

.thankyou-section {
  min-height     :70vh;
  display: flex;
  align-items: center;
   justify-content: center;
 padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.thankyou-container {
   background: white;
	padding: 3rem;
    border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
   max-width: 700px;
    text-align: center;
}

.success-icon {
  margin-bottom: 2rem;
   display: flex;
        justify-content :     center;

}

.success-icon svg {
        animation: scaleIn 0.6s ease-out;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-container h1   {
	font-size: 2.5rem;
   color: #2ecc71;
        margin-bottom: 0.5rem;
  font-weight   :     700;
}

.thankyou-subtitle {
  font-size: 1.2rem;
	   color: #667eea;
	   margin-bottom: 2rem;
     }

.thankyou-content  
  {
 margin-bottom: 2.5rem;
}

.thankyou-content p {
  color :    #555;
   line-height: 1.8;
  margin-bottom: 1.5rem;
}

.confirmation-details {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
   padding: 2rem;
   border-radius     :      10px;
   margin-bottom: 2rem;
   text-align: left;
}

.confirmation-details h3 {
    color: #764ba2;
    margin-bottom     :     1rem;
  font-size: 1.1rem;
}

.next-steps
{
  list-style: none;
  padding: 0;
}



.next-steps li {


    padding: 0.6rem 0;
   color: #555;
    font-size: 0.95rem;
  border-bottom: 1px solid rgba(102, 126, 234, 0.2);
}

.next-steps li:before {
  content: "→ ";
    color: #667eea;
  font-weight: bold;
   margin-right: 0.8rem;
}

.next-steps li:last-child {
	border-bottom: none;
}

.thankyou-actions {
                    margin-bottom: 2rem;
	gap: 1rem;
  display: grid;
    grid-template-columns: 1fr 1fr;
}

.return-home,
.view-services {


   padding: 0.9rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight :    600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   font-size: 0.95rem;
	}

.return-home{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.return-home:hover {
	  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);

}

.view-services {

    background: white;
  color: #667eea;
    border: 2px solid #667eea;
}  

.view-services:hover {


   background: #667eea;
        color: white;
  transform: translateY(-2px);
     }

.support-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
   padding-top: 1.5rem;
   color: #666; 
	
}

.support-info p {
     margin: 0.5rem 0;
     }

.support-phone {
       font-size: 1.05rem;
	font-weight: 700;
               color: #667eea;
	}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 1.8rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .service-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .service-image {
        height: 200px;
    }

    .service-content h2 {
        font-size: 1.4rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        grid-template-columns: 1fr;
    }

    .thankyou-container {
        padding: 2rem;
    }

    .thankyou-container h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .service-item {
        padding: 1rem;
    }

    .service-content h2 {
        font-size: 1.2rem;
    }

    .service-cta {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    .thankyou-container {
        padding: 1.5rem;
    }

    .pricing-card {
        padding: 1.5rem;
    }
}.policy-section
{
   padding: 80px 2rem;
   background: #f8f9fa;
               min-height: 60vh;
}

.policy-container {
  max-width: 800px;
   margin: 0 auto;
  text-align: left;
}

.policy-container h1 {
   font-size:       2.8rem;
    color: #667eea;
                    margin-bottom: 2rem;
    font-weight: 700;
}

/* Layout styles */

.policy-container h2 {
  font-size :        1.6rem;
  color: #2c3e50;
   margin-top    : 2rem;
   margin-bottom: 1rem;
  font-weight: 700;
  border-bottom: 2px solid rgba(102, 126, 234, 0.2);
	padding-bottom     :   0.5rem;
}

.policy-container p {
  color: #555;

  margin-bottom: 1.5rem;

    line-height: 1.8;

     font-size: 0.95rem;
}

.policy-container p:first-of-type


{
  font-size: 1.05rem;
	color: #666;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
    .policy-section {
        padding: 60px 1rem;
    }

    .policy-container h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policy-container h2 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policy-container p {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 480px) {
    .policy-section {
        padding: 40px 1rem;
    }

    .policy-container h1 {
        font-size: 1.6rem;
    }

    .policy-container h2 {
        font-size: 1.1rem;
    }

    .policy-container p {
        font-size: 0.85rem;
    }
}