* {
          margin: 0; 
  padding: 0; 
	box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
   color: #2c3e50;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
}

.navbar {
    position     :     fixed;
    top: 0;
   width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
    z-index: 1000;
         padding: 15px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(52, 73, 94, 0.1);
}

.nav-content {
  display: flex;
  justify-content: space-between;
	align-items: center;
}

.logo img 
 {
  height: 45px;
   width: auto;
}


.nav-links {
  display: flex;
   list-style: none;
    gap: 35px;
}

.nav-links a {
    color :       #34495e;
  position: relative;
    text-decoration: none;
  font-weight: 500;
			transition: color 0.3s ease;
}

.nav-links a:hover {
               color: #e74c3c;
}

.nav-links a::after {
  background-color: #e74c3c;
  position: absolute;
   height: 2px;
	width: 0;
   left: 0;
  content: '';
    bottom: -5px;
   transition    : width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.burger {
    display: none;
					flex-direction: column;
	 cursor: pointer;
	gap: 4px;

}

.burger span {
   width: 25px;
 height: 3px;
    background: #34495e;
	transition: 0.3s;
    border-radius: 2px;
}

.burger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.active span:nth-child(2)
{
        opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hero-section {
    min-height:        100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
   align-items   :    center;
				 position    :relative;
   overflow: hidden;
}

.hero-content {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
   z-index: 2;
}  

.hero-text h1 {


	color: white;
         font-weight: 700;
    font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 25px;

}

.hero-text p {
 font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: #e74c3c;
   color: white;
   padding: 18px 40px;
   text-decoration     :  none;
  border-radius: 50px;
    font-weight:  600;
  font-size: 1.1rem;
       transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
}

.cta-button:hover		{
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(231, 76, 60, 0.4);
  background: #c0392b;
}



.hero-image {
   position    :relative;
}

.hero-image img {
    width: 100%;
  height: auto;
  border-radius :   20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.services-section{
  padding: 120px 0;
   background: #f8f9fa;
}

.section-header {
   text-align: center;
  margin-bottom: 80px;
	}

.section-header h2 
 {
      font-size: 2.8rem;
  font-weight    :    700;
      color: #2c3e50;
   margin-bottom: 20px;
	}

.section-header p  {
    font-size: 1.2rem;
    margin  :       0 auto;
	color: #7f8c8d;
  max-width: 600px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.service-card {
    background:    white;
    padding: 40px;
	 border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {


  content: '';
    position: absolute;
   top: 0;
                    left: 0;
      width: 100%;
   height: 4px;
  background: linear-gradient(90deg, #e74c3c, #f39c12);
	}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.service-card h3  {
	font-size  :      1.5rem;
	  font-weight: 600;
	  color: #2c3e50;
	  margin-bottom: 15px;
}

.service-card p {
  color: #7f8c8d;
  line-height    :1.6;
}

.about-section {
    padding   :      120px 0;
}

.about-content {
      display: grid;

	   grid-template-columns: 1fr 1fr;

	  gap: 60px;

		 align-items: center;
}

.about-text h2 {
  font-size: 2.5rem;
   font-weight: 700;
	color: #2c3e50;
  margin-bottom: 25px;
}

.about-text p {
     font-size    :     1.1rem;
  color: #7f8c8d;
   margin-bottom: 20px;
    line-height :       1.7;
}

.about-image img {
   width: 100%;
	height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.features-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;


} 

.features-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;}  

.feature-item {

	    text-align: center;
        padding: 30px;


}

.feature-item h3


{
   font-size: 1.4rem;
    font-weight: 600;
  margin-bottom: 15px;
}

.feature-item p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
	
}

.cta-section {
     padding: 100px 0;
  background: #2c3e50;
   text-align: center;
    color: white;
}

.cta-section h2 {
    font-size: 2.5rem;
	font-weight: 700;
   margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.2rem;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-section {
    padding: 120px 0;
   background: #f8f9fa;
}

.contact-content {
   display   : grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-form {
         background: white;
	  padding: 50px;
	    border-radius: 15px;
	  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
         display: block;
                    margin-bottom: 8px;
  font-weight: 500;
  color: #2c3e50;

}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
   padding: 15px;
    border: 2px solid #ecf0f1;
    border-radius: 8px;
    font-size: 1rem;
   transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus
	{
  outline: none;
  border-color: #e74c3c;
}

.form-group textarea {
  resize: vertical;
   min-height: 120px;
}

.submit-btn {
   background  :       #e74c3c;
  color: white;
  padding: 15px 40px;
   border     :none;
  -webkit-border-radius: 8px;
	border-radius: 8px;
   font-size: 1.1rem;
    font-weight: 600;
   cursor: pointer;
  transition: all 0.3s ease;
    width: 100%;
} 

.submit-btn:hover {
   background: #c0392b;
  transform: translateY(-2px); 

}

.contact-info h3 {
   font-size: 1.8rem;
      font-weight: 600;
      color: #2c3e50;
     margin-bottom: 30px;
}



.contact-item {
    margin-bottom: 25px;
  padding: 20px;
    background: white;
    border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-item h4{
   font-size: 1.1rem;
   font-weight: 600;
   color: #2c3e50;
    margin-bottom: 8px;
}

.contact-item p {
	color     : #7f8c8d;
  margin: 0;
}

.footer{
     background: #2c3e50;
    color: white;
	 padding: 60px 0 30px;
     }

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
    margin-bottom: 40px; 

}

.footer-section h3 {

   font-size: 1.3rem;
   font-weight  :  600;
    margin-bottom: 20px;
   color: #ecf0f1;


}

.footer-section p,
.footer-section a {
                    color: #bdc3c7;
   text-decoration: none;
   line-height: 1.8;
}



.footer-section a:hover {
  color: #e74c3c;
}

.footer-logo img
{
    height: 40px;
  filter: brightness(0) invert(1);
  margin-bottom: 15px;
}

.footer-bottom {
  text-align: center;
	 padding-top: 30px;
   border-top: 1px solid #34495e;
  color: #95a5a6;
}@media (max-width: 768px) {
    .burger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s ease;
    }

    .nav-links.active {
        left: 0;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .contact-content {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 30px;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1.1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 30px;
    }
}::-webkit-scrollbar {
   width: 8px;
}


::-webkit-scrollbar-track {
    background     :   #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #e74c3c;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
   background: #c0392b;
}

::selection {
     background: #e74c3c; 
	   color: white;
}

::-moz-selection {
  background: #e74c3c;
   color: white;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
  outline: 2px solid #3498db;
   outline-offset: 2px;
}

.loading-spinner {
    display: inline-block;

    width: 20px;

    height: 20px;

  border: 3px solid rgba(255, 255, 255, 0.3);

  border-radius: 50%;

    border-top-color: #fff;

   animation: spin 1s ease-in-out infinite;
}@keyframes spin {
    to { transform: rotate(360deg); }
}.fade-in {
    transition:      opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(30px);
  opacity: 0;
}

.fade-in.visible {
   opacity: 1;
  transform: translateY(0);
}

.pulse {
   -moz-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}.gradient-text {
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-clip  :   text;
    color: transparent;
	}

.shadow-small  {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.shadow-medium {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.shadow-large {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.backdrop-blur {
	  backdrop-filter: blur(10px);

}

.text-responsive {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.text-responsive-large {
  font-size: clamp(1.5rem, 4vw, 3rem);
	
}

.grid-auto-fit  
  {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 1rem;
}

.grid-auto-fill {
	display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
   gap: 1rem;
}

.flex-center {
	display: flex;
	justify-content: center;
  align-items: center;
}

.flex-between {
   display   :       flex;
    justify-content: space-between;
  align-items: center;
}

.flex-wrap{
	 flex-wrap: wrap;
}  

.margin-auto {
  margin: 0 auto;

}


.padding-responsive {
  padding: clamp(1rem, 5vw, 3rem);
}

.rounded-small {

	   border-radius: 8px;
	}

.rounded-medium {
  border-radius: 15px;
}

.rounded-large {
    border-radius: 25px;
}

.rounded-full {
   border-radius: 50%;
}

.font-light {
	font-weight: 300;
     }

.font-normal	{
  font-weight: 400;
}

.font-medium {
   font-weight: 500;
}

.font-semibold {
      font-weight: 600;
}

.font-bold {
	    font-weight: 700;}

.text-primary  {
     color: #e74c3c;
}

.text-secondary {
  color: #3498db;
}

.text-success {
  color: #27ae60;
}

.text-warning {
	color: #f39c12;
}

.text-danger {
    color: #e74c3c;
}

.text-dark {
  color: #2c3e50;
}

.text-muted {
    color: #7f8c8d;


}

.bg-primary {
  background-color: #e74c3c;
}  

.bg-secondary {
  background-color  :#3498db;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-dark {
   background-color    :        #2c3e50;
}


.transition-fast {
    transition: all 0.15s ease;
}

.transition-normal {
   transition :      all 0.3s ease;
}

.transition-slow {
    transition: all 0.5s ease;

}

.hover-lift  
  {
    transition: transform 0.3s ease;
	}

.hover-lift:hover {
  transform: translateY(-5px);
}

.hover-scale {
    -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;

}

.hover-scale:hover
{
  transform: scale(1.05);
}  

.form-error {


    border-color: #e74c3c !important; 
	  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);}

.form-success {
    border-color: #27ae60 !important;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}

.btn-loading {
   position: relative;
   color: transparent !important;
}

.btn-loading::after {
	  content: '';
               position: absolute;
   width: 16px;
    height: 16px;
	 top: 50%;
   left: 50%;
  margin-left    :   -8px;
   margin-top: -8px;
   border: 2px solid transparent;
  border-top-color: #ffffff;
    border-radius: 50%;
      animation     :spin 1s linear infinite;


}

.sr-only {
    position: absolute;
   width: 1px;
  height: 1px;
  padding: 0;
         margin: -1px;
   overflow: hidden;
  clip: rect(0, 0, 0, 0);
   white-space: nowrap;
    border: 0;
}@media (prefers-contrast: high) {
    .cta-button,
    .submit-btn {
        border: 2px solid;
    }

    .service-card,
    .contact-item {
        border: 1px solid;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .loading-spinner {
        animation: none;
    }
}

@media print {
    .navbar,
    .footer,
    .cta-section {
        display: none;
    }

    body {
        color: black;
        background: white;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }
}