* {

	    margin: 0;

	    padding: 0;

	   box-sizing    :        border-box;


}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height   :      1.6;
	color: #333;
   background-color: #fafafa;
}

.main-header {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	 position: sticky;
  top: 0;
   z-index: 1000;


}

.navigation-container {
    max-width: 1200px;
    margin  :       0 auto;
    display: flex;
   justify-content     :       space-between;
        align-items: center;
    padding: 1rem 20px;
}

.brand-logo {
  height: 45px;
  width: auto;
}

.nav-menu {

  display: flex;
  list-style: none;
   gap: 2rem;
	
     }

.nav-link {
        color: white;
    text-decoration: none;
    font-weight   :      500;
   transition: all 0.3s ease;
  padding: 8px 16px;
   border-radius: 25px;
}

.nav-link:hover {
  background-color: rgba(255,255,255,0.2);

	  transform: translateY(-2px);
}

.hamburger-btn {
    display  :  none;
  flex-direction: column;
  cursor: pointer;
   padding: 10px; 

}

.hamburger-btn span {
      width   :  25px;
   height: 3px;
     background-color: white;
    margin: 3px 0;
  transition: 0.3s;
    border-radius: 2px;

}

.hero-section
	{
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   padding: 80px 20px;
  min-height: 70vh;
    display: flex;
  align-items: center;
}



.hero-content {
    max-width: 1200px;
  margin: 0 auto;
  display: grid;
    grid-template-columns  :      1fr 1fr;
    gap: 60px;
   align-items: center;
}

.hero-text h1 {
  font-size: 3.2rem;
   font-weight: 700;
    color: white;
   margin-bottom: 24px;
	line-height: 1.2;
}

.hero-text p {
   font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
  max-width: 500px;
}

.hero-actions
{
   display : flex;
                    gap: 20px;
   flex-wrap: wrap;
}

.primary-btn, .secondary-btn {
      padding: 15px 30px;
   border-radius: 50px;
   text-decoration :   none;
    font-weight: 600;
	transition: all 0.3s ease;
      display: inline-block;}

.primary-btn {
   background-color: white;
    color: #764ba2;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
	
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);

}

.secondary-btn {
   background-color: transparent;
    color: white;
  border: 2px solid white;
}

.secondary-btn:hover {
    background-color: white;
    color: #764ba2;
  transform: translateY(-2px);
     }  

.hero-image img {
   width: 100%;
       height   :   auto;
   border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.services-overview {
    padding: 100px 20px;
   background-color: white;
}

.content-wrapper {
    max-width    :    1200px;
   margin: 0 auto;
}

.services-overview h2 {
    text-align: center; 
  font-size: 2.8rem; 
  color: #2d3748; 
   margin-bottom: 60px; 
   font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
}

.service-card {
	 background: white;
    border-radius: 20px;
   padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
   transition: all 0.4s ease;
    border: 1px solid #f1f1f1;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.service-card img {
    width: 100%;
         -webkit-border-radius :   15px;
   height: 220px;
    object-fit: cover;
  border-radius: 15px;
  margin-bottom: 25px;

}

.service-card h3 {
   font-size: 1.5rem;
   color: #2d3748;
   margin-bottom: 15px;
  font-weight    :        600;
}

.service-card p {
  color: #4a5568;
  line-height: 1.7;
   font-size: 1rem;
}

.expertise-section {
   padding  :     100px 20px;
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.expertise-container {
  max-width: 1200px;
		margin: 0 auto;
		display     :    grid;
	    grid-template-columns: 1fr 1fr;
	   gap: 60px;
	  align-items: center;
}

.expertise-text h2 {
  font-size: 2.5rem;
    font-weight: 700;
   margin-bottom: 40px;
  color: #2d3748;
}

.expertise-points {

   display: flex;
    flex-direction: column;
  gap: 30px;
	}



.point-item   {
  background: rgba(255,255,255,0.7);
  padding: 25px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.point-item h4 {
  font-size: 1.3rem;
   color: #2d3748;
  margin-bottom: 10px;
	font-weight: 600;
}

.point-item p {
         color: #4a5568;
   line-height: 1.6;
}

.expertise-visual img {
  width: 100%;

    height     :   auto;

  border-radius: 20px;

  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
	
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 80px 20px;
  text-align  :   center;
}

.cta-content h2 {
    color: white;
  font-size: 2.8rem;
  margin-bottom: 20px;
    font-weight: 700;


}

.cta-content p {
  color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
   margin-bottom: 40px;
    max-width: 600px;
   margin-left: auto;
   margin-right: auto;
}

.cta-button {
	background-color: white;
         color: #764ba2;
   padding: 18px 40px;
    border-radius: 50px;
  text-decoration: none;
	 font-weight: 600;
	 font-size: 1.1rem;
  display: inline-block;
	 transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.contact-section {
  padding: 100px 20px;
  background-color: #f8f9fa;
}

.contact-wrapper

{
   max-width: 1200px;
	 margin   :     0 auto;
   display: grid;
    grid-template-columns: 1fr 1fr;
   gap: 60px;
   align-items: start;
}

.contact-info h2 {
 font-size: 2.5rem;
    color: #2d3748;
  margin-bottom: 25px;
  font-weight: 700;
}

.contact-info p {
   font-size: 1.1rem;
  color     :     #4a5568;
    margin-bottom   :      30px;
               line-height: 1.7;
}

.contact-details {
  display: flex;
	flex-direction: column;
    gap: 15px;


}

.contact-item {
  color: #4a5568;
   font-size: 1rem;
}

.contact-item strong {
	 color   :     #2d3748;
   font-weight: 600;
}

.contact-form {
   background: white;
  padding: 40px;
    border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.contact-form h3 {
    font-size: 1.8rem;
    color: #2d3748;
  margin-bottom     :     30px;
	font-weight   :     600;
}

.form-group {
       margin-bottom: 25px;
	}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
   padding:  15px;
   border: 2px solid #e2e8f0;
 border-radius: 12px;
  font-size: 1rem;
    transition: all 0.3s ease;
   font-family: inherit;
}

.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);
}

.form-group select 
 {
   background-color: white;
   cursor: pointer;
}

.form-group textarea {
    resize: vertical;
  min-height: 120px;
}

.form-submit {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 15px 35px;
	border: none;
    border-radius: 50px;
    font-size: 1.1rem;
	font-weight: 600;
    cursor     :pointer;
   transition: all 0.3s ease;
    width: 100%;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.main-footer {
    background-color     :       #2d3748;
    color: white;
    padding: 50px 20px 20px;
}

.footer-content {
  max-width: 1200px;
               margin: 0 auto;
    display    :grid;
    grid-template-columns: 1fr 2fr;
  gap: 40px;
   margin-bottom: 30px;
}

.footer-logo {
       height: 50px;
	width: auto;
  filter: brightness(0) invert(1);
}

.footer-info {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.footer-section h4 
 {
   font-weight: 600;
    margin-bottom: 15px;
    font-size : 1.2rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
   margin-bottom: 8px;
}

.footer-section a {
	   color: #cbd5e0;
  text-decoration   :       none;
   -o-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;


}

.footer-section a:hover {
  color: white;
}

.footer-section p {
               color: #cbd5e0;
   line-height: 1.6;


}

.footer-bottom {
    border-top: 1px solid #4a5568;
   padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: #cbd5e0;
         font-size: 0.9rem;
}@media (max-width: 768px) {
    .hamburger-btn {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s ease;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 20px 0;
    }
    
    .hamburger-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(9px, 9px);
    }
    
    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .expertise-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .cta-content h2 {
        font-size: 2.2rem;
    }
    
    .services-overview h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
        max-width: 300px;
    }
    
    .services-overview {
        padding: 60px 20px;
    }
    
    .expertise-section {
        padding: 60px 20px;
    }
    
    .contact-section {
        padding: 60px 20px;
    }
    
    .cta-section {
        padding: 60px 20px;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
}.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 20px 80px;
   display  :    flex;
   align-items    :     center;
   min-height: 60vh;
}

.about-hero-content {
    max-width: 1200px;
  margin: 0 auto;
   display: grid;
   grid-template-columns     :     1fr 1fr;
	gap:       60px;
    align-items: center;
}

.about-hero-content h1
	{
    font-size: 3rem;
  color: white;
	font-weight: 700;
       line-height: 1.2;
   margin-bottom     :25px;
}

.about-hero-content p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
}

.about-hero-visual img 
 {
    width: 100%;
   height: auto;
  border-radius     : 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.company-story {
        padding: 100px 20px;
   background-color: white;
}

.story-container {
                       max-width: 1000px;
  margin: 0 auto;
	}

.story-content h2 {
	font-size: 2.5rem;
	color: #2d3748;
   text-align: center;
   margin-bottom: 40px;
    font-weight: 700;
}

.story-content > p {
  font-size   :   1.2rem;
   color: #4a5568;
   text-align: center;
  line-height: 1.7;
   margin-bottom: 60px;
   max-width: 800px;
    margin-left: auto;
	margin-right: auto;
}

.story-timeline {
  display: flex;
   flex-direction :       column;
	gap: 40px;
}

.timeline-item {
  display: flex;
  align-items: center;
   gap: 30px;
    padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   border-radius: 15px;
  position    :   relative;
}

.timeline-year {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
   min-width: 80px;
}

.timeline-description {


         font-size: 1.1rem;

  color: #4a5568;

  line-height: 1.6;
	}

.our-approach {
    padding: 100px 20px;
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.approach-wrapper {
	 max-width: 1200px;
    margin   :0 auto;
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
     align-items: center;
}

.approach-image img {
  width: 100%;
    height :  auto;
    border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.approach-text h2


{
  font-size: 2.5rem; 
  color    :  #2d3748; 
   margin-bottom: 25px; 
   font-weight: 700;
}

.approach-text > p {
   font-size    :      1.1rem;
    color     :#4a5568;
  line-height: 1.7;
    margin-bottom: 40px;
}

.approach-principles {
  display: flex;
       flex-direction: column;
    gap: 25px; 

}

.principle-box {
  background: rgba(255,255,255,0.8); 
	    padding: 25px; 
	  border-radius: 15px; 
	  backdrop-filter: blur(10px);
}

.principle-box h4
{
   font-size: 1.3rem;
      color: #2d3748;
    margin-bottom: 10px;
   font-weight: 600;
}

.principle-box p {
    line-height: 1.6;
    color: #4a5568;
   font-size: 1rem;

}

.expertise-areas {
  padding: 100px 20px;
                    background-color: white;
}

.expertise-content {
  max-width: 1200px;
   margin: 0 auto;
}

.expertise-content h2 {
    margin-bottom: 60px;
   font-weight: 700;
  color: #2d3748;
   text-align  :  center;
 font-size: 2.8rem;
}  

.expertise-grid {
    display  :  grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;


}

.expertise-card {
   background: white;
   border-radius: 20px;
          padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition:     all 0.4s ease;
    border: 1px solid #f1f1f1;
}

.expertise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.expertise-card img {
    width: 100%;
   height    :  220px;
  object-fit: cover;
    border-radius: 15px;
   margin-bottom: 25px;
}

.expertise-card h3 {
  font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 600;
}

.expertise-card p {
   color: #4a5568; 
	    line-height: 1.7; 
	    font-size: 1rem;


}

.company-values {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.values-container
	{

		max-width :       1000px;
    margin: 0 auto;
  text-align: center;}

.values-container h2 {
   font-size: 2.8rem;
  color: white;
  margin-bottom: 60px;
    font-weight: 700;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
         gap: 30px;
}

.value-item {
  background: rgba(255,255,255,0.2);
   padding  :   40px 30px;
    border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
}

.value-item h4 {
   font-size: 1.4rem;
      color: white;
   margin-bottom: 15px;
  font-weight: 600;
     }

.value-item p {
  color: rgba(255,255,255,0.9);
               line-height: 1.6;
   font-size   :    1rem;
}

.why-choose-us


{
    padding: 100px 20px;
   background-color: #2d3748;
   color: white;
}

.choice-wrapper   {
    max-width: 1000px;
	margin: 0 auto;
    text-align    :     center;}

.choice-wrapper h2 
 {
  font-size: 2.8rem;
  margin-bottom   :        60px;
               font-weight: 700; 
	
}  

.benefits-showcase {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
}

.benefit-point {
  padding: 40px;

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

    border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.benefit-number {

	  font-size: 4rem;

    font-weight: 700;

  color: white;

   margin-bottom: 20px;


}

.benefit-point p {
  font-size: 1.1rem;
          line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.thankyou-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 100px 20px;
	min-height: 80vh;
  display: flex;
	 align-items: center;
}

.thankyou-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
	grid-template-columns :   2fr 1fr;
    gap: 60px;
   align-items: center;
}

.thankyou-content {

   text-align: center;


}

.success-visual {
   margin-bottom: 40px;
}

.checkmark-circle {
    width: 120px;
        height: 120px;
  border-radius: 50%;
  background: white;
  margin: 0 auto 30px;
   display :   flex;
   align-items: center;
    justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.checkmark {
    width: 40px;
	  height: 20px;
	   border: 4px solid #667eea;
	  border-top: none;
	    border-right: none;
	  transform: rotate(-45deg);
}

.thankyou-content h1 {
	font-size: 3rem;
  color: white;
  margin-bottom :      20px;
  font-weight: 700;
	
}

.thankyou-subtitle {
      font-size    :   1.3rem;
  color: rgba(255,255,255,0.9);
 margin-bottom: 50px;
   line-height: 1.6;

}

.next-steps {
  background: rgba(255,255,255,0.1);
   padding: 40px;
	border-radius:20px;
   margin-bottom: 40px;
  backdrop-filter: blur(10px);
}

.next-steps h3 {
   color:    white;
  font-size: 1.8rem;
   margin-bottom: 30px;
    font-weight: 600;
}

.steps-list {
	display :       flex;
   flex-direction: column;
    gap: 25px;
  text-align: left;
}

.step-item {
  display: flex;
  align-items: center;
   gap: 20px;
}

.step-number {
  width: 40px;
   height :        40px;
  background: white;
  color: #667eea;
 border-radius: 50%;
      display: flex;
	align-items: center;
   justify-content: center;
   font-weight: 700;
    font-size: 1.2rem;
	flex-shrink: 0;
}



.step-description h4 {
   color: white;
    font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.step-description p {
  color: rgba(255,255,255,0.8);
   font-size: 1rem;
                    line-height: 1.5;
}

.contact-reminder {
  background: rgba(255,255,255,0.1);
  padding: 30px;
 border-radius: 15px;
    margin-bottom: 40px;
  backdrop-filter: blur(10px);

}

.contact-reminder h3 {
  color: white;
  font-size: 1.5rem;
 margin-bottom: 15px;
   font-weight :        600;
}

.contact-reminder p {
  color: rgba(255,255,255,0.9);
	 margin-bottom: 20px;
}

.urgent-contact {

	               display: flex;
    flex-direction: column;
    gap: 10px;


}

.contact-method {
  color: rgba(255,255,255,0.9);
    font-size    : 1rem;


}

.contact-method strong{
     color: white;
}

.return-actions {
    gap: 20px;
       display: flex;
             justify-content: center;
      flex-wrap: wrap;
}

.primary-return-btn,
.secondary-return-btn {
    padding: 15px 30px;
   border-radius: 50px;
  text-decoration: none;
    font-weight    :  600;
	 transition  :        all 0.3s ease;
   display:       inline-block;


}


.primary-return-btn  {
   background-color:  white; 
	   color   : #764ba2; 
	  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
	
}

.primary-return-btn:hover {

  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);


}

.secondary-return-btn {
    color: white;
  background-color: transparent;
  border: 2px solid white;
}

.secondary-return-btn:hover {
  background-color:    white;
    color  :       #764ba2;
  transform: translateY(-2px);
}


.thankyou-image img {
  width: 100%;
    height: auto;
   border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.additional-resources {
    padding: 100px 20px;
  background-color: white;
}

.resources-container {
  max-width: 1200px;
   margin: 0 auto;
}

.resources-container h2 {
 font-size: 2.5rem;
               color: #2d3748;
  text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.resources-grid {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.resource-card {
    background: white;
   border-radius: 20px;
         padding: 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition  :       all 0.4s ease;
    border: 1px solid #f1f1f1;
    text-align: center;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.resource-card img {


  height: 180px;
    object-fit: cover;
  width: 100%;
   margin-bottom: 20px;
    border-radius     : 15px;}

.resource-card h4 {
    font-size: 1.3rem;
  color: #2d3748;
       margin-bottom: 15px;
    font-weight: 600;

}

.resource-card p {
  color: #4a5568;
  line-height: 1.6;
    font-size: 1rem;
}@media (max-width: 768px) {
    .about-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .about-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .approach-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .thankyou-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .steps-list {
        text-align: center;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .return-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .primary-return-btn,
    .secondary-return-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .benefits-showcase {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .expertise-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .resources-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .about-hero-content h1 {
        font-size: 2rem;
    }
    
    .thankyou-content h1 {
        font-size: 2.5rem;
    }
    
    .company-story {
        padding: 60px 20px;
    }
    
    .our-approach {
        padding: 60px 20px;
    }
    
    .expertise-areas {
        padding: 60px 20px;
    }
    
    .company-values {
        padding: 60px 20px;
    }
    
    .why-choose-us {
        padding: 60px 20px;
    }
    
    .thankyou-hero {
        padding: 60px 20px;
    }
    
    .additional-resources {
        padding: 60px 20px;
    }
    
    .checkmark-circle {
        width: 80px;
        height: 80px;
    }
    
    .checkmark {
        width: 30px;
        height: 15px;
    }
}