* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }
  
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #1c1e26;
    color: white;
  }
  
  
  
  

  /* Style for the section */
.about-us-section {
    padding: 40px 30px; /* Adjust vertical and horizontal padding as needed */
    background-color: #f9f9f9; /* A light background to differentiate it slightly */
    border-bottom: 1px solid #eee; /* Optional: Add a subtle bottom border */
}

.about-us-content {
    margin: 0 relative; /* Center the content within the section */
    line-height: 1.6; /* Improve text readability */
    color: #333; /* Darker text for better contrast */
}

.about-us-content h2 {
    color: #1c1e26; /* Use a color that matches your theme */
    margin-bottom: 10px;
    font-size: 24px; /* Adjust heading size */
}

.about-us-content p {
    margin-bottom: 0px; /* Space out the paragraphs */
}

.about-us-section {
    padding: 40px 30px; /* Adjust vertical and horizontal padding as needed */
    background-color: #f9f9f9; /* A light background to differentiate it slightly */
    border-bottom: 1px solid #eee; /* Optional: Add a subtle bottom border */
}

.gold-tiger-content {
    margin: 0 relative; /* Center the content within the section */
    line-height: 1.6; /* Improve text readability */
    color: #333; /* Darker text for better contrast */
}

.about-us-content h2 {
    color: #1c1e26; /* Use a color that matches your theme */
    margin-bottom: 10px;
    font-size: 24px; /* Adjust heading size */
}

.about-us-content p {
    margin-bottom: 0px; /* Space out the paragraphs */
}

/* Style for the section */
.core-values-section {
    padding: 40px 30px; /* Adjust vertical and horizontal padding as needed */
    background-color: #f9f9f9; /* A light background to differentiate it slightly */
    border-bottom: 1px solid #eee; /* Optional: Add a subtle bottom border */
}

.core-values-content {
    margin: 0 relative; /* Center the content within the section */
    line-height: 1.6; /* Improve text readability */
    color: #333; /* Darker text for better contrast */
}

.core-values-content h2 {
    color: #1c1e26; /* Use a color that matches your theme */
    margin-bottom: 10px;
    font-size: 24px; /* Adjust heading size */
}

.core-values-content p {
    margin-bottom: 0px; /* Space out the paragraphs */
}

.core-values-section {
    padding: 40px 30px; /* Adjust vertical and horizontal padding as needed */
    background-color: #f9f9f9; /* A light background to differentiate it slightly */
    border-bottom: 1px solid #eee; /* Optional: Add a subtle bottom border */
}

.core-values-content {
    margin: 0 relative; /* Center the content within the section */
    line-height: 1.6; /* Improve text readability */
    color: #333; /* Darker text for better contrast */
}

.core-values-content h2 {
    color: #1c1e26; /* Use a color that matches your theme */
    margin-bottom: 10px;
    font-size: 24px; /* Adjust heading size */
}

.core-values-content p {
    margin-bottom: 0px; /* Space out the paragraphs */
}
.highlight {
    background-color: orange;
    /* Optional:  Add other styling */
    color: #333; /* Darker text color for contrast */
    padding: 2px 5px; /* Small padding to make the highlight box a bit bigger */
    font-weight: bold; /* Optional: Make the text bold */
  }
  /*Mission Section*/
 .mission-section {
    width: 100vw; /* Take full viewport width */
    margin: 0;
    padding: 40px 30px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.mission-content {
    margin: 0;
    padding: 0;
    max-width: none; /* Remove any restriction */
    line-height: 1.6;
    color: #333;
    text-align: left;
}


.mission-content h2,
.mission-content p {
    text-align: left;
    margin: 0 0 20px 0;
}

.highlight {
    background-color: orange;
    color: #333;
    padding: 2px 5px;
    font-weight: bold;
}




  