/* Social Icons */
.social-icons {
    margin: 20px 0;
}

.social-icons a {
    text-decoration: none;
    color: #00aced; /* Sky Blue Color */
    font-size: 2rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: black; /* Slightly darker blue on hover */
}

/*    CTA BUTTON*/
.cta-section {
  padding: 60px 20px;
  margin: 60px auto;
  max-width: 800px;
  text-align: center;
   border-radius: 12px;
}
.cta-section h2 {
  /*font-size: 2rem;
  margin-bottom: 15px;*/
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 20px;
}
.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #666;
}


/*HEADING CENTER*/ 

.section-header {
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f9fa; /* light gray background */
     margin-top: 40px;
     margin-bottom: 20px;
}
.section-header h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.divider-icon {
    width: 60px;
    height: 20px;
    margin: 0 auto 20px;
    position: relative;
}

.divider-icon::before,
.divider-icon::after,
.divider-icon::after {
    content: '';
    display: block;
    background-color: #333;
    height: 2px;
    margin: 4px auto;
    width: 40px;
}

.divider-icon::before {
    width: 60px;
}

.divider-icon::after {
    width: 20px;
}

.section-header p {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 18px;
    margin: 0 auto;
    max-width: 900px;
}
/*ENDED HEADING CENTER*/ 