 body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 13.5px;
  color: black;
  line-height: 24px;
  margin: auto;
  

}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #222;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Links */
a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #004499;
  text-decoration: underline;
}

/* Special text elements */
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

/* Blockquote */
blockquote {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-left: 4px solid #ddd;
  padding-left: 1.5rem;
  margin: 2rem 0;
  color: #555;
}


.section-body{
margin-left: 20px; 
margin-right:20px; 
font-family: 'Open Sans', sans-serif" ;
}

.section-heading {
  font: 600 2.2rem/1.3 'Open Sans', sans-serif;
}
.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}

.section-heading p {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}  */




.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-content {
  width: 77.5%;
  float: right;
} 

.section-heading {
text-align: center;
position: relative;
margin-bottom: 30px;
margin-top: 30px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}
/* ========================
   FOOTER STRUCTURE
   ======================== */
.site-footer {
    background: #2a2a2a; /* Match sidebar color */
    color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 50;
}
.site-footer p{
    color: #fff;
}

.footer-container {
    margin-left: 380px; /* 300px sidebar + 80px margin */
    padding-right: 40px;
    max-width: 1200px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* ========================
   FOOTER TYPOGRAPHY
   ======================== */
.footer-copyright  {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
}

.footer-copyright a {
    color: #4e9cb5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.design-credit {
    margin-top: 10px;
    font-size: 13px;
}

/* ========================
   RESPONSIVE ADJUSTMENTS
   ======================== */
@media (max-width: 1199px) {
    .footer-container {
        margin-left: 360px; /* Adjusted for tablet */
    }
}

@media (max-width: 991px) {
    .footer-container {
        margin-left: 0;
        padding: 0 30px;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-copyright {
        margin-bottom: 20px;
    }
}

/* ========================
   SPECIAL EFFECTS
   ======================== */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4e9cb5, #2a2a2a);
}


/* OPS Styling */

/*  */
/* Mobile menu should push content instead of overlapping */

/* Footer Social Media Icons CSS */
/* Social Section Styling */
.social-section, 
.footer-social-section {
    margin: 20px 0;
    text-align: center;
}

.join-us-text {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Footer specific styles */
.footer-social-section .join-us-text {
    color: #fff;
    margin-right: 20px;
}

.social-icons {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    vertical-align: middle;
}

/* Rest of your existing social icon styles */



.social-icons li a {
    color: #555;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons li a:hover {
    color: #3b5998; /* Facebook blue */
}

.social-icons li a[href*="instagram.com"]:hover {
    color: #e1306c; /* Instagram pink */
}

/* Footer specific styles */
.footer-social-icons .social-icons {
    justify-content: center;
    margin-top: 20px;
}

.footer-social-icons .social-icons li a {
    color: #fff;
    background: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}