* {
  box-sizing: border-box;
  margin: 0;
   padding:       0;
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
          line-height: 1.6;
   color: #2c3e50;
	background-color    :     #ffffff; 
	
}

.content-container {
    max-width: 1200px;
   margin: 0 auto;
  padding: 0 20px;
}

.navbar-container {

  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	position:        fixed;
    top :    0;
    width: 100%;
	z-index: 1000;
  transition: background-color 0.3s ease;
	}


.nav-wrapper {
   max-width: 1200px;
	   margin: 0 auto;
	    padding: 0 20px;
	   display: flex;
	          justify-content: space-between;
	    align-items: center;
	  height:       80px;
}

.brand-section .main-logo {
   height: 45px;
    width: auto;
}

.navigation-list {
               display: flex;
   list-style: none;
   gap:       35px;
  margin: 0;
}

.nav-item {
   text-decoration  :     none;
  color: #34495e;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 25px;
   transition: all 0.3s ease;
}

.nav-item:hover {
   background-color: #3498db;
          color: white;
  transform: translateY(-2px);
}

.burger-icon {
       flex-direction: column;
  cursor: pointer;
	display: none;
   gap: 4px;
}

.burger-line {
   background-color    :  #34495e;
   width: 25px;
  transition: 0.3s;
    height: 3px;
}

.hero-section		{
    margin-top: 80px;
     padding: 80px 0;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color   :   white;
     overflow:        hidden;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;
    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
}

.main-heading {
  font-size: 3.2em; 
		font-weight: 700; 
	   margin-bottom: 25px; 
	    line-height: 1.2;
}

.hero-description {
    font-size: 1.3em;
  margin-bottom: 35px;
    line-height: 1.7;
   opacity: 0.95;
}

.hero-buttons {
	flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.primary-button, .secondary-button {
    border-radius: 30px;
    display    :     inline-block;
		transition: all 0.3s ease;
	text-decoration   :    none;
   font-weight: 600;
	padding: 15px 30px;
}

.primary-button {
  background-color: #e74c3c;
  color: white;
   border: 2px solid #e74c3c;
}


.primary-button:hover {
    background-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(231, 76, 60, 0.3);
     } 

.secondary-button {
   background-color: transparent;
    color: white;
   border: 2px solid white;
}

.secondary-button:hover {
  background-color  :white;
  color: #667eea;
  transform: translateY(-3px);
}

.featured-image {
     width: 100%;
	height: auto;
   border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}

.services-overview {
    padding  :   100px 0;
    background-color: #f8f9fa;
	
}  

.section-title {
  text-align    :     center;
	 font-size: 2.8em;
         margin-bottom: 60px;
  color: #2c3e50;
   position    :  relative;
}

.section-title::after


{
  content: '';
   position: absolute;
   bottom: -15px;
   left: 50%;
  transform: translateX(-50%);
	width: 80px;
   height: 4px;
  background: linear-gradient(45deg, #3498db, #e74c3c);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
   margin-top: 80px;
}

.service-card {
  background: white;
    border-radius: 20px;
    padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.service-image {
  width: 100%;
	 height: 200px;
    object-fit: cover;
   border-radius: 15px;
    margin-bottom: 25px;

}

.service-title {
  font-size: 1.6em;
   color: #2c3e50;
    margin-bottom: 20px;
}

.service-description    {

   color: #7f8c8d;
   line-height: 1.7;


}

.methodology-section {
	padding: 100px 0; 
  background: white;
}

.methodology-content {
  display:      grid;
     grid-template-columns: 1fr 1fr;
      gap: 60px;
       align-items: center;
}

.methodology-description    {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #7f8c8d;
   line-height: 1.8;
}

.methodology-list {
       list-style  :none;
  margin-left: 0;
}

.methodology-list li {
   padding: 12px 0 12px 30px;
	 position: relative;
      color     :  #34495e;
	font-size: 1.1em;
}  

.methodology-list li::before {
  content: '✓';
  position: absolute;
    left: 0;
    color: #27ae60;
   font-weight: bold;
  font-size: 1.2em;
}

.methodology-image {
    width: 100%;
   height  :  auto;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.cta-section {
    padding: 100px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
  text-align: center;
}

.cta-title {
    font-size: 2.8em;
  margin-bottom: 25px;

}

.cta-description {

  font-size :   1.3em;
	 margin-bottom: 50px;
  opacity: 0.9;
   max-width: 800px;
    margin-left: auto;
  margin-right: auto;}

.cta-features {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 50px;
}

.feature-item {
       padding :   30px 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.feature-item h4 {
  font-size: 1.4em;
    margin-bottom: 15px;
    color: #ecf0f1;
}

.feature-item p{
    color: #bdc3c7;
}

.cta-button {
	  background: linear-gradient(45deg, #e74c3c, #f39c12);
   color: white;
                    padding: 18px 40px;
   text-decoration:      none;
    border-radius  :     30px;
                    font-size: 1.2em;
    font-weight:   600;
	transition: all 0.3s ease;
   display: inline-block;
	}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(231, 76, 60, 0.4); 

}

.contact-section {
	   padding :   100px 0;
    background-color: #f8f9fa;



}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
	 margin-top: 60px;
}

.contact-info h3 {
   font-size   :     2em;
    margin-bottom: 20px;
   color: #2c3e50;
}

.contact-info p {

    font-size    :    1.1em;
    color:   #7f8c8d;
  margin-bottom: 40px;

}

.contact-item {
  margin-bottom:      25px;
}

.contact-item strong {
    color: #2c3e50;
   display: block;
    margin-bottom: 8px;
}

.contact-form {
   background    :       white;
	padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1); 

}

.form-group     {
    margin-bottom: 25px;
}

.form-group label {

    display: block;
  margin-bottom: 8px;
    color  : #2c3e50;
    font-weight: 500;

}

.form-group input,
.form-group select,
.form-group textarea {

	width: 100%;
    padding: 15px;
    border: 2px solid #ecf0f1;
  border-radius: 10px;
   font-size: 16px;
   transition: border-color 0.3s ease;
     }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
   outline: none;
                    border-color: #3498db;
}

.submit-button   {
  background: linear-gradient(45deg, #3498db, #2980b9);

	   color: white;

	  padding: 15px 40px;

	      border: none;

	  border-radius: 30px;

	   font-size   :1.1em;

		font-weight    :    600;

	  cursor: pointer;

	    transition :    all 0.3s ease;

	   width: 100%;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
}

.footer-section {
    color: white;
	padding: 60px 0 20px;
  background-color: #2c3e50;
}

.footer-content   {
    display:   grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
	 margin-bottom: 40px;
}

.footer-logo {
     height: 40px;
    width: auto;
	 margin-bottom: 20px;
  filter: brightness(0) invert(1);

}

.footer-description  {
    color: #bdc3c7;
    line-height  :     1.7;
}

.footer-nav h4,
.footer-legal h4,
.footer-contact h4 {
  margin-bottom: 20px;
    color: #ecf0f1;
}

.footer-links {
   list-style: none;
}

.footer-links li
{
  margin-bottom: 10px;
}

.footer-links a {
   color: #bdc3c7;

  text-decoration: none;

  transition: color 0.3s ease;
}

.footer-links a:hover {

	    color: #3498db; 
	
	}

.footer-contact p {

   color: #bdc3c7;
   margin-bottom: 8px;

}

.footer-bottom {
  border-top: 1px solid #34495e;
   padding-top: 20px;
   text-align   :     center;
  color: #95a5a6;
}@media (max-width: 768px) {
    .navigation-list {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    .navigation-list.active {
        left: 0;
    }
    
    .burger-icon {
        display: flex;
    }
    
    .burger-icon.active .burger-line:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .burger-icon.active .burger-line:nth-child(2) {
        opacity: 0;
    }
    
    .burger-icon.active .burger-line:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .main-heading {
        font-size: 2.5em;
    }
    
    .hero-description {
        font-size: 1.1em;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .methodology-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .cta-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 2em;
    }
    
    .section-title {
        font-size: 2.2em;
    }
    
    .content-container {
        padding: 0 15px;
    }
    
    .hero-section {
        padding: 60px 0;
    }
    
    .services-overview,
    .methodology-section,
    .cta-section,
    .contact-section {
        padding: 60px 0;
    }
}.nav-item.active {
      background-color: #3498db;
    color: white !important;
}

.about-hero {
   margin-top: 80px;
   padding: 80px 0 60px;
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    color: white;
   text-align: center;
}

.about-main-title {
  font-size: 3.5em;
   font-weight: 700;
  margin-bottom     :    25px;
   line-height: 1.2;
}

.about-hero-description {

  font-size    :       1.4em;
    opacity: 0.9;
	max-width   :     800px;
   margin: 0 auto;
	line-height: 1.6;


}

.company-story {

	   padding :        100px 0;
  background-color: white;}

.story-grid {
    display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
}

.story-title {
   font-size: 2.5em;
  margin-bottom: 30px;
  color: #2c3e50; 

}

.story-text    {
  font-size: 1.1em;
   line-height: 1.8;
  color: #7f8c8d;
   margin-bottom: 25px;
}

.achievements-list {
      display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
   margin-top: 40px;
}

.achievement-item {
	 text-align :      center;
    padding: 25px 15px;
    background: #f8f9fa;
   border-radius   :15px;
    transition: transform 0.3s ease;
}

.achievement-item:hover    {
  transform: translateY(-5px);
}

.achievement-item h4 {
    margin-bottom: 10px;
               font-size: 2em;
   color: #e74c3c;
    font-weight: 700;
	
}

.achievement-item p {
   color: #7f8c8d;
  font-size :0.95em;
}

.story-image {
		width: 100%;
    height: auto;
    border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.team-expertise {
    padding: 100px 0;
    background-color  :   #f8f9fa;
}

.expertise-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 40px;
  margin-top: 60px;
}

.expertise-card {
   background :   white;
   border-radius     :      20px;
   padding: 40px 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  transition  :   all 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.expertise-image {
    width: 100%;
   height: 220px;
   object-fit: cover;
   border-radius: 15px;
    margin-bottom: 25px; 
	
}

.expertise-title {

	  color: #2c3e50;
  font-size: 1.6em;
  margin-bottom: 20px;
}

.expertise-description {
		 color: #7f8c8d;
        line-height: 1.7;
   margin-bottom: 25px;
	}

.expertise-features {
    list-style: none;
               padding: 0;


}

.expertise-features li {
	padding: 8px 0 8px 25px;
	   position :      relative;
		color  :     #34495e;
	 font-size: 0.95em;
}

.expertise-features li::before {
  content: '→';
                    position: absolute;
		left: 0;
    color: #3498db;
   font-weight: bold; 
} 

.values-mission {
   padding: 100px 0;
   background   :     white;
}

.values-content {
   display:      grid;
     grid-template-columns: 1fr 1fr;
       gap: 80px;
}

.values-title {
  font-size: 2.2em;
   margin-bottom: 25px;
  color    :        #2c3e50;
}

.mission-text {
   font-size: 1.2em;
  line-height: 1.8;
	 color: #7f8c8d;
  margin-bottom: 35px;
}

.mission-image {
    width: 100%;
    height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}  

.values-list {
  display: grid;
      gap: 25px;
}

.value-item {
	padding: 25px;
    background: #f8f9fa;
    border-radius   :15px;
      border-left: 4px solid #3498db;
}

.value-item h4 {
   font-size: 1.3em;
   margin-bottom: 12px;
    color: #2c3e50;
}

.value-item p {
    color: #7f8c8d;
  line-height: 1.6;
}



.process-approach

{
   padding: 100px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
}

.process-timeline {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 40px;
   margin-top: 60px;
}

.process-step {
    text-align: center;
  padding: 40px 25px;
  background: rgba(255,255,255,0.1);
    border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.process-step:hover {

  transform: translateY(-10px);
	}

.step-number     {
  font-size     :   3em;
  font-weight: 700;
   color:        #f39c12;
   margin-bottom: 20px;
}

.process-step h3 {
   font-size: 1.4em; 
    margin-bottom     :    15px; 
    color: #ecf0f1;
}

.process-step p {
   color: #bdc3c7;
   line-height: 1.6; 
	
}

.why-choose-us {
	padding: 100px 0;
    background-color: #f8f9fa;
}

.benefits-grid {

	    display  :   grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
       gap: 30px;
   margin-top: 60px;}

.benefit-card {
   background: white;
  padding: 35px 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
   transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.benefit-card h4 {
    color   :      #2c3e50;
     margin-bottom    :   15px;
   font-size: 1.4em;
}

.benefit-card p {
      color: #7f8c8d;
   line-height: 1.6;


}

.thankyou-main {
   margin-top: 80px;
    padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height    :        80vh;
}

.thankyou-content {
	  max-width: 900px;

    margin: 0 auto;

  text-align: center;
}

.success-icon {
   margin-bottom: 40px;
}

.checkmark-circle {
    width  :       120px;
    height: 120px;
         border-radius: 50%;
  background: linear-gradient(45deg, #27ae60, #2ecc71);
  margin: 0 auto;
  display  : flex;
	align-items: center;
  justify-content: center;
    animation: pulse 2s infinite;
	
}

.checkmark {
	width    :    40px;
   height:       20px;
   border: 4px solid white;
    border-top: none;
     border-right: none;
  transform: rotate(-45deg);
   margin-top: -10px;
}@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}.thankyou-title {
   font-size:     3.2em;
    color: #2c3e50;
   margin-bottom: 30px;
   font-weight: 700;
}

.thankyou-message {
	margin-bottom  :      60px;
}

.main-message {
    font-size :     1.4em;

	    color: #34495e;

	  margin-bottom: 15px;

	  font-weight: 500;
}

.secondary-message {
   font-size: 1.1em;
  color: #7f8c8d;
      line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.next-steps		{
    margin-bottom: 60px;
}

.steps-title {
   font-size: 2.2em;
		color: #2c3e50;
	    margin-bottom: 40px;
}

.steps-grid     {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
   margin-top: 40px;
}  

.step-item {
    background: white;
      padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
   transition: transform 0.3s ease;
	}

.step-item:hover	{
  transform: translateY(-5px);
}

.step-icon {
  width: 60px;
   height: 60px;
  background: linear-gradient(45deg, #3498db, #2980b9);
                    color: white;
   border-radius:    50%;
   display: flex;
    align-items: center;
  justify-content   : center;
  font-size: 1.5em;
   font-weight: 700;
   margin: 0 auto 20px;
}

.step-item h3 {
  font-size: 1.3em;
     color :        #2c3e50;
     margin-bottom: 15px;
}

.step-item p 
 {
   color: #7f8c8d;
  line-height: 1.6;
}


.additional-info {
   margin-bottom: 60px;
}

.info-title {
  font-size: 2.2em;
  color: #2c3e50;
          margin-bottom: 40px;
}

.info-cards {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
	
}

.info-card {
   background: white;
    border-radius: 20px;
    overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;


}

.info-card:hover {
  transform: translateY(-8px);
}

.info-image   {
  width: 100%;
  height  : 200px;
  object-fit: cover;
}

.info-card h3 {
 font-size: 1.4em;
   color: #2c3e50;
  margin    :  25px 25px 15px;
	
}

.info-card p

{
       color: #7f8c8d;
                    line-height: 1.6;
               margin: 0 25px 20px; 
	
	}

.info-link {
	display: inline-block;
  color: #3498db;
  text-decoration: none;
    font-weight: 500;
   margin: 0 25px 25px;
    transition: color 0.3s ease;
}

.info-link:hover {
   color: #2980b9;
}

.contact-reminder {
  background: #ecf0f1;
      padding: 40px;
    border-radius: 20px;
	margin-bottom: 50px;
}

.contact-reminder h3 {
    font-size: 1.6em;
  color: #2c3e50;
  margin-bottom: 15px;
	
}

.contact-reminder p {
    color: #7f8c8d; 
	    margin-bottom: 25px;
}

.urgent-contact {
    display: flex;
        justify-content: center;
    gap: 40px;
       flex-wrap: wrap;
}

.urgent-contact .contact-item {
	 text-align:  center;
}

.urgent-contact .contact-item strong {
    display: block;
   color: #2c3e50;
  margin-bottom: 5px;
}

.urgent-contact .contact-item span {
  color  :   #3498db;
  font-weight: 500;
}

.action-buttons {
  display: flex;
  justify-content: center;
       gap: 20px;
    flex-wrap: wrap;
} 

.primary-action, .secondary-action
	{
  padding: 15px 30px;
   text-decoration: none;
  border-radius: 30px;
    font-weight: 600;
  transition: all 0.3s ease;
   display: inline-block;
}

.primary-action {
  background: linear-gradient(45deg, #3498db, #2980b9);
     color: white;
}

.primary-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
}

.secondary-action {
  background: transparent;
  color: #3498db;
   border: 2px solid #3498db;
}

.secondary-action:hover {
   background: #3498db;
   color    :        white;
  transform: translateY(-3px); 

}

.thankyou-footer {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .about-main-title {
        font-size: 2.5em;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .achievements-list {
        grid-template-columns: 1fr;
    }
    
    .values-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .thankyou-title {
        font-size: 2.5em;
    }
    
    .urgent-contact {
        flex-direction: column;
        gap: 20px;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .about-main-title {
        font-size: 2em;
    }
    
    .thankyou-title {
        font-size: 2em;
    }
    
    .steps-title, .info-title {
        font-size: 1.8em;
    }
    
    .story-title, .values-title {
        font-size: 2em;
    }
}.polo {
  margin-top: 5%;
}