* {
    margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {

	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #2c3e50;
  background: #ffffff;


}



.main-navigation {
   background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: sticky;
   top: 0;
      z-index: 1000;
		 padding: 1rem 0; 
	
}



.nav-container {
  max-width: 1200px;
       margin: 0 auto;
  padding   :      0 2rem;
  display: flex;
    justify-content     :        space-between;
   align-items: center;
}

.logo-wrapper .site-logo {
   height: 45px;
   width: auto;
}

.nav-links


{


   display: flex;

	  list-style: none;

		 gap: 2.5rem;

	   align-items: center;

}

.nav-links a {
   text-decoration: none;
	color: #2c3e50;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size:  16px;
}

.nav-links a:hover {

	    color    :    #3498db;
	}

.cta-nav  {

  background: #3498db;
    color   :       #ffffff !important;
    padding: 0.6rem 1.5rem;
  border-radius: 6px;
	 transition: background 0.3s ease;}

.cta-nav:hover {
    background: #2980b9;
}

.burger-menu {
  display: none;
  flex-direction: column;
    cursor   : pointer;
	 gap: 5px;
}

.burger-menu span {
    width: 28px;
  height: 3px;
   background: #2c3e50;
   transition: all 0.3s ease;
    border-radius: 3px; 

}

.hero-section


{
   max-width: 1200px;
  margin: 0 auto;
   padding: 5rem 2rem;
	display    :    grid;
  grid-template-columns: 1fr 1fr;
   gap: 4rem;
  align-items: center;

}

.hero-content h1 {
    font-size: 3rem;
   color   :     #1a252f;
    margin-bottom: 1.5rem;
          line-height: 1.2;
}

.hero-subtitle {


    font-size: 1.2rem;
  color: #5a6c7d;
   margin-bottom: 2rem;
}

.hero-actions {
  display    :flex;
   gap   :   1.5rem;
}

.btn-primary, .btn-secondary {
	border-radius: 8px;
    padding  : 1rem 2rem;
   display: inline-block;
  transition :    all 0.3s ease;
  font-weight     :600;
 text-decoration: none;
}

.btn-primary {
  background: #3498db;
  color: #ffffff;
}

.btn-primary:hover {
  background: #2980b9;
  transform: translateY(-2px);
}

.btn-secondary {


  background:   transparent;

	    color :       #3498db;

	   border    :  2px solid #3498db;}

.btn-secondary:hover	{
               background: #3498db;
    color: #ffffff;
}

.hero-image img {
  width: 100%; 
	    border-radius: 12px; 
	  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.about-section {
    background: #f8f9fa;
  padding: 5rem 0;
}

.container-width {
   max-width     :   1200px;
    margin: 0 auto;
	 padding: 0 2rem;
}

.about-grid {
    align-items: center;
  display: grid;
    gap: 4rem;
  grid-template-columns: 1fr 1fr;
	}

.about-text h2 {
     font-size: 2.5rem;
    color: #1a252f;
	margin-bottom: 1.5rem;

}

.about-text p	{


  font-size: 1.1rem;
          color: #5a6c7d;
   margin-bottom    :       1rem;
}

.about-image img {
  width: 100%; 
  border-radius: 12px; 
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.features-section {
	 padding   :     5rem 0;
}


.section-title {
  text-align: center;
   font-size   :      2.5rem;
	color: #1a252f;
   margin-bottom: 3rem;
}  

.features-grid     {
  display :     grid;
  grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

.feature-card {
    background: #ffffff;
  border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
	  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
	}

.feature-image img	{
   width: 100%;
	 height    :  240px;
  object-fit: cover;
}

.feature-card h3 {
    padding: 1.5rem 1.5rem 0.5rem;
   font-size: 1.5rem;
        color: #1a252f;
}

.feature-card p {
   padding: 0 1.5rem 1.5rem;
	color: #5a6c7d;
    line-height: 1.7;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 5rem 0;
    color: #ffffff;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
		font-size: 2.8rem;
   margin-bottom: 1.5rem;


}

.cta-content p {
    font-size: 1.2rem;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
         margin-right: auto;
	
}

.btn-primary-large {

 padding: 1.2rem 3rem;
  font-weight: 700;
   font-size: 1.1rem;
    color: #667eea;
    border-radius: 8px;
    transition: all 0.3s ease;
	text-decoration: none;
   background: #ffffff;
   display: inline-block;


}

.btn-primary-large:hover{
  transform: scale(1.05);
	  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.approach-section {
    padding: 5rem 0; 
   background: #f8f9fa;
}

.approach-grid {
    display   :    grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.approach-item    {
            background: #ffffff;
   padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
     }

.approach-item h3 {


   margin-bottom: 1rem;
		font-size: 1.6rem;
   color:      #1a252f;

}

.approach-item p {
	 color: #5a6c7d;
	line-height: 1.8;
	}

.contact-section {
   padding: 5rem 0;
}

.contact-section h2 {
    text-align: center;
  font-size:    2.5rem;
    color: #1a252f;
   margin-bottom   :     1rem;
}

.contact-intro {
  text-align  :       center;
	 font-size: 1.1rem;
   color: #5a6c7d;
   margin-bottom: 3rem;
	}

.contact-form	{
   max-width   :   800px;

    margin   :  0 auto;

   background :       #f8f9fa;

  padding: 3rem;

  border-radius: 12px;
}

.form-row {
 display: grid;
	   grid-template-columns: 1fr 1fr;
	  gap: 2rem;
	   margin-bottom: 1.5rem;
}

.form-group {
    display: flex;

	  flex-direction: column;
}

.form-group label		{
  color: #2c3e50;
  margin-bottom: 0.5rem;
    font-weight: 600;
}


.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
      border     :  2px solid #e0e0e0;
     border-radius: 6px;
        font-size: 1rem;
      font-family: inherit;
      transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #3498db;
  outline: none;
}

.btn-submit {
   background   :   #3498db;
   color    :     #ffffff;
   padding: 1rem 3rem;
    border: none;
   border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
   cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
   margin-top: 1rem;
}

.btn-submit:hover {
   background: #2980b9;
  transform: translateY(-2px);
}

.site-footer		{
   padding: 4rem 0 2rem;
		 background: #1a252f;
    color   :  #ffffff;
}

.footer-grid {
		display: grid;
  grid-template-columns: repeat(4, 1fr);
     gap: 3rem;
   margin-bottom: 3rem;


}  

.footer-logo {
  height: 40px;
  margin-bottom  :   1rem;
  filter: brightness(0) invert(1);
}

.footer-col h4 {
  margin-bottom: 1rem;

	   font-size: 1.2rem;
} 

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.7rem;
}

.footer-col a {
      color: #b0bec5;
  transition:     color 0.3s ease;
   text-decoration: none;
}

.footer-col a:hover {
    color :        #ffffff;
}

.footer-col p {
    color     : #b0bec5;
               line-height: 1.8;
}

.footer-address {
   margin-bottom: 1rem;
}

.footer-phone {
       display     :     flex;
	align-items: center;
    gap: 0.5rem;
     }

.footer-icon {
   height: 18px;
   fill :  none;
   stroke-linecap: round;
   stroke-width: 2;
   width   :       18px;
       stroke-linejoin: round;
   stroke: #3498db;
}

.footer-bottom {
    border-top: 1px solid #2c3e50;
  padding-top: 2rem;
   text-align:     center;
  color: #b0bec5;
}@media (max-width: 968px) {
    .nav-links {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: #ffffff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
    }

    .nav-links.active {
        left: 0;
    }

    .burger-menu {
        display: flex;
    }

    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 3rem 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .cta-content h2 {
        font-size: 2rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      padding: 4rem 0;
       color: #ffffff;
       text-align: center;
}

.services-hero h1 {
    font-size: 3rem; 
   margin-bottom: 1rem;
}

.services-hero-text		{
  font-size: 1.3rem;
    max-width: 700px;
   margin: 0 auto;


}

.services-main {
  padding: 5rem 0;


}

.service-block {

  display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 4rem;
   margin-bottom :  5rem;
    align-items: center;}

.service-block.reverse


{

                    direction: rtl;}

.service-block.reverse > * {
   direction: ltr;
} 

.service-content h2 {
     font-size: 2.3rem;
    color: #1a252f;
 margin-bottom: 1.2rem;
}

.service-description {
	 font-size: 1.2rem;

   color: #5a6c7d;

    margin-bottom: 2rem;

	line-height: 1.7;


}

.service-features	{
  margin-bottom  :       2rem;
}

.feature-point {
    margin-bottom: 1.5rem;
	 padding-left: 1.5rem;
  border-left: 3px solid #3498db;
}

.feature-point h4 {

	   margin-bottom: 0.5rem;
  font-size: 1.2rem;
   color: #2c3e50;
}

.feature-point p {
  color: #5a6c7d;
  line-height: 1.6;

}

.service-details{
  background: #f8f9fa;
  padding: 1.5rem;
    border-radius: 8px;
	margin-top: 1.5rem;}

.service-details p  
  {
         margin-bottom: 0.7rem;
  color: #2c3e50; 

}

.service-details p:last-child 
 {
    margin-bottom: 0;
     }

.service-image img {
    width: 100%;
      border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.process-section 
 {
  background: #f8f9fa;
  padding: 5rem 0;
}

.process-steps		{


  grid-template-columns: repeat(4, 1fr);
  gap:     2rem;
	margin-top: 3rem;
  display: grid; 
}

.step-item {
   text-align: center;
  background: #ffffff;
          padding: 2rem 1.5rem;
               border-radius     :  10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;


}

.step-item:hover {
  transform: translateY(-5px);
}

.step-number {
    font-size :       2.5rem;
    font-weight: 700;
   color: #3498db;
	 margin-bottom: 1rem; 

}

.step-item h3 {
       font-size: 1.4rem;
  color: #1a252f;
        margin-bottom: 0.8rem;

}

.step-item p {
  color: #5a6c7d;
  line-height     :    1.6;
}

.benefits-section{
	padding: 5rem 0; 
	
}

.benefits-grid {

   display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap:2rem;
	 margin-top: 3rem;


}

.benefit-card {
   background: #ffffff;
	padding:     2rem;
    border-radius  :      10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  border-top: 4px solid #3498db;
    transition   : all 0.3s ease;
}

.benefit-card:hover {

	  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  transform: translateY(-5px);


}

.benefit-card h3

{
   font-size: 1.5rem;
    color: #1a252f;
	margin-bottom    :   0.8rem;
}

.benefit-card p  
  {
   color: #5a6c7d;
	 line-height: 1.7;
}

.cta-services {

	  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  padding: 5rem 0;
         text-align: center;
	 color: #ffffff;
}

.cta-services h2 {
  margin-bottom: 1.5rem;
   font-size: 2.5rem;
}  

.cta-services p {
       font-size: 1.2rem;
   margin-bottom: 2.5rem;
  max-width: 700px;
    margin-left: auto;
  margin-right :      auto;
}



.nav-links a.active  
  {
   color: #3498db;
   font-weight     :    600;
} 

.thankyou-section {
   padding: 5rem 0;
   min-height: 70vh;
}

.thankyou-content {
   text-align: center;
    margin   :  0 auto;
  max-width: 800px;
}

.success-icon

{
   width: 100px;

               height: 100px;

   margin: 0 auto 2rem;

    background   : #e8f5e9;

  border-radius: 50%;

	display: flex;

       align-items    :      center;

   justify-content  :        center;
}

.checkmark {
     fill:        none;
  height: 60px;
   stroke-linejoin: round;
  stroke-linecap: round;
          width: 60px;
  stroke-width : 2;
   stroke: #27ae60;
}

.thankyou-content h1 {

	  font-size: 2.8rem;
    color: #1a252f;
	margin-bottom: 1.5rem;
     }

.thankyou-message


{

	   font-size: 1.2rem;
    color: #5a6c7d;
    margin-bottom: 3rem;
  line-height: 1.8;
     }

.next-steps    {
	background : #f8f9fa;
  padding: 3rem;
    border-radius: 12px;
    margin-bottom:      3rem;
   text-align   :        left;
}


.next-steps h2 {
     margin-bottom: 2rem;
   text-align: center;
      font-size   : 2rem;
  color: #1a252f;
}

.steps-list {
    display: flex;
	 flex-direction: column;
  gap: 1.5rem; 

}

.step-box {
   display   :flex;
   gap: 1.5rem;
  align-items    :    flex-start;

}

.step-icon {
    width: 50px;
     height: 50px;
    background: #3498db;
                    color: #ffffff;
   border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
    font-size: 1.5rem;
   font-weight: 700;
   flex-shrink: 0;
}

.step-text h3 {


   font-size: 1.3rem;

   color: #1a252f;

    margin-bottom  :        0.5rem;
	


}

.step-text p {
    color: #5a6c7d;
   line-height: 1.6;
}

.thankyou-actions {
   display: flex; 
   gap: 1.5rem; 
    justify-content    :  center; 
    margin-bottom: 3rem;
}

.additional-info {
   background: #ffffff;
       padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
   margin-bottom: 3rem;
}

.additional-info h3


{
    font-size: 1.5rem;
   color: #1a252f;
  margin-bottom: 1rem;


}  

.additional-info p {
    color     :      #5a6c7d;
	 line-height: 1.7;
}

.contact-info-box {
 max-width: 600px;
  margin :       0 auto;
   background: #f8f9fa;
	padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
	
}



.contact-info-box h3 {
  margin-bottom  :      1rem;
	color: #1a252f;
  font-size     :       1.8rem;
}

.contact-info-box > p  
  {
    color: #5a6c7d;
  margin-bottom: 2rem;
   line-height: 1.7;
}

.contact-details {
         display: flex;
  flex-direction: column;
   gap: 1rem;
}

.detail-item{
   display: flex;
  align-items: center;
    justify-content    : center;
   gap: 1rem;
                    font-size: 1.1rem;
    color: #2c3e50;
}

.detail-icon {
    width: 24px; 
    height    :       24px; 
    stroke: #3498db; 
  fill: none; 
    stroke-width: 2; 
   stroke-linecap: round; 
   stroke-linejoin: round;
}@media (max-width: 968px) {
    .services-hero h1 {
        font-size: 2.2rem;
    }

    .service-block, .service-block.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .step-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .services-hero h1 {
        font-size: 1.8rem;
    }

    .service-content h2 {
        font-size: 1.8rem;
    }

    .thankyou-content h1 {
        font-size: 2rem;
    }
}.policySection {
	padding: 80px 2rem;
	 background: #f8f9fa;
}

.policyContainer {
	  max-width: 800px;
 margin: 0 auto;
    text-align: left;}

.policyContainer h2
{
   font-size: 2.5rem;
  color: #2c3e50;
    margin-bottom: 1.5rem;
	 font-weight: 700;
}

.policyContainer p {
	color: #7f8c8d;
         margin-bottom:  1.5rem;
	line-height: 1.7;
   font-size: 1.1rem;


}

@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}