/*
Theme Name:Office
Theme URI:http://ThemeWagon.com/
Author:ThemeWagon
Author URI:http://ThemeWagon.com/
Description:Creative is a single page html template based on bootstrap 3
Version:1.0.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* ==========================================================================
* CSS Custom Properties (Design Tokens)
* ==========================================================================
*/
:root {
  --color-primary: #0A245E;
  --color-accent: #D4AF37;
  --color-accent-old: #D4AF37;  /* Legacy - migrating to #D4AF37 */
  --color-background: #F2F1EF;
  --color-text-muted: #7E7E82;
}

/*
* ==========================================================================
* Custom Fonts (Official Branding)
* ==========================================================================
*/
@font-face {
  font-family: 'BW Modelica';
  src: url('../fonts/BwModelica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BW Modelica';
  src: url('../fonts/BwModelica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BW Modelica';
  src: url('../fonts/BwModelica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
* ==========================================================================
* Global
* ==========================================================================
*/

.btn-primary {
  margin-left: 20px;
}

.blog-title {
  color: #385A30;
  font-family: 'Poppins', sans-serif;
  font-variant: small-caps;
}

.main-content {
  margin-top: 80px;
  padding-bottom: 50px;
  text-align: left;
}

.section-global-wrapper {
  position: relative;
}

#carousel-section {
  margin-top: 20px;
}

.section-global-wrapper:before,
.section-global-wrapper:after {
  content: " ";
  display: table;
}

.section-global-wrapper:after {
  clear: both;
}

.container-fluid-kamn {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-kamn {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (min-width: 1068px) and (max-width: 1400px) {
  .post-sidebar {
    margin-top: 15px;
    border: 1px solid #DDD;
    padding: 5px;
  }

}

@media (min-width: 750px) and (max-width: 1060px) {
  .post-sidebar {
    width: 204px;
    margin-top: 15px;
    border: 1px solid #DDD;
    padding: 5px;
    float: right;

  }
}

.tales {
  width: 100%;
}

.blog-post {
  margin-bottom: 30px;
}

.blog-image {
  margin-bottom: 20px;
}

.carousel-inner {
  width: 100%;
  max-height: 600px !important;
  height: auto;
}

.post-sidebar {
  margin-top: 15px;
  border: 1px solid #DDD;
  padding: 5px;


}

.form-group {

  padding: 20px;
}

ul li {
  list-style: none;
}

h3.col-12 {
  margin-top: -20px;
}

.content-space {
  margin-top: 40px;
}

.center {
  text-align: center;
}

.block-author {
  color: #D7002E;
}

.btn-info {
  float: right;
}


.icon-space {
  display: inline-block;
  padding: 10px;
}

.current span {
  color: white;

}


.title-text {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
  font-size: 40px;
  font-weight: 600;
}

.img-pad {
  padding-right: 23px;
}

.white-text {
  font-style: italic;
  color: white;
}

body {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #F2F1EF;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BW Modelica', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

a {
  color: #D4AF37;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}

a:hover {
  color: #0A245E;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  margin-top: 28px;
}


@media (min-width: 50px) and (max-width: 988px) {

  address {
    margin-top: 28px;
    margin-left: 21px;
  }

}

@media (min-width: 988px) and (max-width: 1200px) {

  address {
    margin-top: 28px;
    margin-left: -58px;
  }

}

/*
* ==========================================================================
* Nav Pills
* ==========================================================================
*/
.nav-pills>li.selected>a,
.nav-pills>li.selected>a:hover,
.nav-pills>li.selected>a:focus {
  color: #ffffff;
  background-color: #1bbd9b;
}

/*
* ==========================================================================
* Pills Centered
* ==========================================================================
*/
.nav-pills-centered>.nav-pills {
  text-align: center;
}

.nav-pills-centered>.nav-pills>li {
  float: none;
  display: inline;
}

.nav-pills-centered>.nav-pills>li>a,
.nav-pills-centered>.nav-pills>li>span {
  display: inline-block;
  padding: 5px 14px;
}

.nav-pills-centered>.nav-pills>li>a.active,
.nav-pills-centered>.nav-pills>li>span.active,
.nav-pills-centered>.nav-pills>li>a.selected,
.nav-pills-centered>.nav-pills>li>span.selected {
  color: #ffffff;
  background-color: #1bbd9b;
}

/*
* ==========================================================================
* Navbar
* ==========================================================================
*/
.active {
  background: #0A245E !important;
  color: white;
}

.navbar {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
}

/*
* ==========================================================================
* Navbar Nav Links
* ==========================================================================
*/
.navbar-nav .nav-link {
  padding: 12px 16px;
  margin: 4px 4px;
  border-radius: 6px;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

/*
* ==========================================================================
* Brand / Project Name
* ==========================================================================
*/
.navbar-brand {
  z-index: 9999;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-top: 0px;
}

.side-left {
  background: #0F3999;
  box-shadow: 3px grey;
  color: white;
  padding: 30px;
  letter-spacing: .9px;
}

@media (min-width: 800px) {

  .side-left {
    height: 1248px;
  }
}

.banner-text {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 48px;
  font-weight: 600;
}

#banners {

  margin-top: 30px;
  margin-bottom: 10px;
}

#banner-home {
  background-image: url('../img/slider/1.jpg');
  height: 350px;
  margin-bottom: 30px;
  padding-top: 120px;
}

@media (min-width: 100px) and (max-width: 800px) {

  #banner-home {
    background-image: url('../img/slider/1.jpg');
    height: 450px;
    margin-bottom: 30px;
  }
}

#banner {
  margin-top: 0px;
}


.header h1 {
  float: left;
  margin: 0;
  text-align: left;
}

.header a.brand {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
  width: 270px;
  height: 96px;
  padding: 30px 10px;
}

@media (min-width: 50px) and (max-width: 768px) {
  .header a.brand {
    width: 170px;
    margin-top: -41px;
    margin-top: -41px;
    position: absolute;
    font-size: 37px;
  }
}

.paragraph-text {
  text-align: justify;
  letter-spacing: 0;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
}

.left2 {
  text-align: left;
  letter-spacing: .7px;
  font-size: 13px;
  color: #71d7c2;
}

.spacing {
  margin-bottom: 80px;
}

.sidebar-right {
  font-size: 13px;
  font-weight: bold;
  color: #84d7bd;
}

.featured-img {
  padding: 0px 15px 15px 0;

}

p.blog-text {
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Inter', sans-serif;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;
}

.btn-sm {
  margin-left: 21px;
}

.office-logo {
  width: 100px;
}

@media (max-width: 768px) {
  .office-logo {
    height: 100px;
    width: 60px;
  }
}

/*
* ==========================================================================
* Feedback Section
* ==========================================================================
*/
.feedback-section {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .feedback-section {
    padding-bottom: 40px;
  }
}

.feedback-section .feedback-form .btn-captcha-refresh {
  margin: 0 0 0 25px;
}

.feedback-section .address-section {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .feedback-section .address-section {
    padding-top: 40px;
  }
}

.feedback-section .address-section .address-icon {
  color: #0A245E;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}

.feedback-section .address-section .address-title {
  margin-bottom: 15px;
}

.feedback-section .address-section .address-desc {
  margin-bottom: 30px;
}

/*
* ==========================================================================
* Intro Section
* ==========================================================================
*/
.intro-section {
  padding: 60px 0;
  background: #F2F1EF;
}

.intro-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0A245E;
  margin-bottom: 20px;
}

.intro-section p {
  color: #7E7E82;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}

/*
* ==========================================================================
* Action Cards Section
* ==========================================================================
*/
.action-cards-section {
  padding: 60px 0;
  background: #FFFFFF;
}

.action-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.action-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: #D4AF37;
}

.action-card-icon {
  font-size: 3rem;
  color: #0A245E;
  margin-bottom: 20px;
}

.action-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0A245E;
  margin-bottom: 15px;
}

.action-card p {
  color: #7E7E82;
  margin-bottom: 25px;
  line-height: 1.6;
}

.action-card .btn {
  background: #D4AF37;
  color: #0A245E;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.action-card .btn:hover {
  background: #0A245E;
  color: #FFFFFF;
}

/*
* ==========================================================================
* Events Section (Facebook Integration Ready)
* ==========================================================================
*/
.events-section {
  padding: 60px 0;
  background: #FFFFFF;
}

.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}

.events-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0A245E;
  margin: 0;
}

.events-header h2 i {
  color: #D4AF37;
  margin-right: 12px;
}

.events-view-all {
  color: #0A245E;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.events-view-all:hover {
  color: #D4AF37;
}

.events-view-all i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.events-view-all:hover i {
  transform: translateX(4px);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.event-card {
  display: flex;
  background: #F2F1EF;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: #D4AF37;
}

.event-card.is-disabled {
  cursor: default;
  opacity: 0.75;
}

.event-card.is-disabled:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.event-date {
  background: #0A245E;
  color: #FFFFFF;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}

.event-month {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.event-day {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}

.event-details {
  padding: 20px 24px;
  flex: 1;
}

.event-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0A245E;
  margin: 0 0 12px 0;
}

.event-time,
.event-location {
  font-size: 0.9rem;
  color: #7E7E82;
  margin: 0 0 6px 0;
}

.event-time i,
.event-location i {
  color: #D4AF37;
  width: 18px;
  margin-right: 8px;
}

.event-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0A245E;
  text-decoration: none;
  margin-top: 8px;
  transition: color 0.3s ease;
}

.event-link:hover {
  color: #D4AF37;
}

.event-link.is-disabled {
  color: #7E7E82;
  pointer-events: none;
}

.events-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #7E7E82;
  padding: 20px;
  border: 1px dashed #DAD6CF;
  border-radius: 10px;
  background: #FAF9F7;
}

@media (max-width: 991px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .events-section {
    padding: 40px 0;
  }

  .events-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .events-header h2 {
    font-size: 1.5rem;
  }

  .events-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .event-date {
    padding: 16px 20px;
    min-width: 70px;
  }

  .event-day {
    font-size: 1.6rem;
  }

  .event-details {
    padding: 16px 20px;
  }

  .event-title {
    font-size: 1rem;
  }
}

/*
* ==========================================================================
* CTA Section
* ==========================================================================
*/
.cta-section {
  padding: 80px 0;
  background: #0A245E;
  color: white;
}

.cta-section h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  opacity: 0.9;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.cta-section .btn {
  background: #D4AF37;
  color: #0A245E;
  border: none;
  padding: 15px 40px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-section .btn:hover {
  background: #FFFFFF;
  color: #0A245E;
}

@media (max-width: 767px) {
  .intro-section h2 {
    font-size: 1.6rem;
  }

  .intro-section p {
    font-size: 1rem;
    padding: 0 15px;
  }

  .action-card {
    margin-bottom: 20px;
  }

  .cta-section h3 {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
* Page Hero - Reusable blue gradient header for all pages
* ==========================================================================
*/
.page-hero {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 50%, #3E80F2 100%);
  color: white;
  padding: 60px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.page-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.page-hero-accent {
  display: block;
  width: 60px;
  height: 4px;
  background: #D4AF37;
  margin: 0 auto 20px;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .page-hero {
    padding: 40px 20px;
  }

  .page-hero-title {
    font-size: 1.8rem;
  }

  .page-hero-subtitle {
    font-size: 1rem;
  }
}

/* ==========================================================================
* Sabbath Hero Section - Resources page app showcases
* ==========================================================================
*/
.sabbath-hero-section {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 50%, #3E80F2 100%);
  color: white;
  padding: 4rem 1rem;
  margin-bottom: 3rem;
}

.sabbath-hero-section h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sabbath-hero-section p {
  opacity: 0.9;
  line-height: 1.6;
}

.sabbath-hero-section .btn-outline-light {
  border-width: 2px;
  padding: 10px 20px;
  min-height: 44px;
  transition: all 0.3s ease;
}

.sabbath-hero-section .btn-outline-light:hover {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #0A245E;
}

.services-section .services-row-tail {
  margin-top: 50px;
}

.services-section .services-icon {
  color: white;
  margin-bottom: 15px;
  margin-top: 15px
}

.services-section .services-title {
  margin-bottom: 15px;
}

.services-section .services-desc {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-section .services-group {
    margin-bottom: 50px;
  }

  .services-section .services-row-tail {
    margin-top: 0;
  }
}

.services-icon .fa:hover {
  padding: 0 10px 0 10px;
  color: white;
  background: #1BBD9B;
  border-radius: 3px;
  transition: .4s;
}

.services-group {
  padding: 30px 25px;
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 50%, #3E80F2 100%);
  color: #F2F1EF;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-group:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(10, 36, 94, 0.25);
}

.service-icon {
  color: white;
}


/* ----- Footer ----- */
footer {
  width: 100%;
  margin-top: 60px;
}

.footer-main {
  background: #0A245E;
  color: #FFFFFF;
  padding: 60px 0 40px;
}

.footer-main h4 {
  font-family: 'BW Modelica', 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #D4AF37;
}

.footer-main h5 {
  font-family: 'BW Modelica', 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.footer-tagline {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.6;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #D4AF37;
}

/* Footer Contact List */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact-list i {
  color: #D4AF37;
  width: 20px;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #FFFFFF;
  margin-right: 10px;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 1.2rem;
}

.social-icons a:hover {
  background: #D4AF37;
  color: #0A245E;
}

/* Footer Bottom */
.footer-bottom {
  background: #061A42;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

/*
* ==========================================================================
* Custom Sidebar Widgets
* ==========================================================================
*/

#custom-search-input {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #D9230F;
}

.search-query:focus+button {
  z-index: 3;
}


/*
* ==========================================================================
* Image Card
* ==========================================================================
*/
.panel {
  margin-top: 30px;
}

.lib-panel img {
  width: 100%;
  background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
  padding: 0;
  background-color: #FFFFFF;
}


.lib-panel .lib-row {
  padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
  background-color: #FCFFCF;
  font-size: 25px;
  padding: 15px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
  position: relative;
  height: 100%;
  display: block;
  font-size: 13px;
}

.lib-panel .lib-row.lib-desc a {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 20px;
}

.row-margin-bottom {
  margin-bottom: 20px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

.no-padding {
  padding: 0;
}

.lib-header {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
}

/*
* ==========================================================================
* Blockquote
* ==========================================================================
*/

.glyphicon-lg {
  font-size: 3em
}

.blockquote-box {
  border-right: 5px solid #E6E6E6;
  margin-bottom: 25px
}

.blockquote-box .square {
  width: 100px;
  min-height: 50px;
  margin-right: 22px;
  text-align: center !important;
  background-color: #E6E6E6;
  padding: 20px 0
}

.blockquote-box.blockquote-primary {
  border-color: #357EBD
}

.blockquote-box.blockquote-primary .square {
  background-color: #428BCA;
  color: #FFF
}

.blockquote-box.blockquote-success {
  border-color: #4CAE4C
}

.blockquote-box.blockquote-success .square {
  background-color: #5CB85C;
  color: #FFF
}

.blockquote-box.blockquote-info {
  border-color: #46B8DA
}

.blockquote-box.blockquote-info .square {
  background-color: #5BC0DE;
  color: #FFF
}

.blockquote-box.blockquote-warning {
  border-color: #EEA236
}

.blockquote-box.blockquote-warning .square {
  background-color: #F0AD4E;
  color: #FFF
}

.blockquote-box.blockquote-danger {
  border-color: #D43F3A
}

.blockquote-box.blockquote-danger .square {
  background-color: #D9534F;
  color: #FFF
}

/*
* ==========================================================================
* Portfolio
* ==========================================================================
*/
.panel-image {
  position: relative;
}

.panel-image img.panel-image-preview {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.panel-image label {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.panel-heading~.panel-image img.panel-image-preview {
  border-radius: 0px;
}

.panel-body {
  overflow: hidden;
}

.panel-image~input[type=checkbox] {
  position: absolute;
  top: - 30px;
  z-index: -1;
}

.panel-image~input[type=checkbox]~.panel-body {
  height: 0px;
  padding: 0px;
}

.panel-image~input[type=checkbox]:checked~.panel-body {
  height: auto;
  padding: 15px;
}

.panel-image~.panel-footer a {
  padding: 0px 10px;
  font-size: 1.3em;
  color: rgb(100, 100, 100);
}

/*
* ==========================================================================
* Optional Carousel
* ==========================================================================
*/

/* Carousel Indicators */
.carousel-indicators {
  bottom: -15px;
}

.carousel-indicators button {
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.45);
  border: none;
  margin: 0 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #D4AF37;
  transform: scaleX(1.1);
}

.carousel-indicators button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* Carousel Caption with gradient overlay */
.carousel-item {
  position: relative;
  overflow: hidden;
  height: 65vh;
  min-height: 360px;
}

/* Ken Burns zoom animation */
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.carousel-item img {
  animation: kenburns 8s ease-out forwards;
}

.carousel-item:not(.active) img {
  animation: none;
  transform: scale(1);
}

.carousel-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.slide-predica img {
  object-position: 30% center;
}

.slide-predica::after {
  height: 70%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

.carousel-item img,
.carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  display: block;
}

.carousel-caption {
  z-index: 10;
  bottom: 36px;
  left: 6%;
  right: auto;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0;
  max-width: 70%;
}

.carousel-event {
  color: #ffffff;
  font-size: clamp(1rem, 2.2vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}

.slide-predica .carousel-caption {
  bottom: 40px;
  left: 40px;
  right: 40px;
  max-width: 560px;
}

.slide-predica .carousel-event {
  font-size: clamp(1.1rem, 2.4vw, 1.8rem);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.carousel-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 12%;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-size: 60% 60%;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .carousel-item {
    height: 45vh;
    min-height: 240px;
  }

  .carousel-caption {
    bottom: 18px;
    left: 5%;
    max-width: 90%;
  }

  .carousel-event {
    font-size: 1rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 18%;
  }

  .slide-predica .carousel-caption {
    bottom: 18px;
    left: 24px;
    right: 24px;
    max-width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-caption {
    font-size: 12px;
    padding-bottom: 0px;
    bottom: 2px;
  }

  .carousel-caption .carousel-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .carousel-caption {
    font-size: 11px;
    padding-bottom: 0;
    bottom: 0;
  }

  .carousel-caption .carousel-title {
    font-size: 14px;
  }
}

/* 
Custom
*/
.sidebar {
  background: #0A245E;
  /* Azul oscuro */
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  position: sticky;
  top: 20px;
  border-radius: 8px;
}

.sidebar h4 {
  color: #F2F1EF;
  /* Color claro para el texto */
}

.sidebar .list-group-item {
  background: #0A245E;
  color: #F2F1EF;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.sidebar .list-group-item:hover,
.sidebar .list-group-item:focus {
  background: #D4AF37;
  color: #0A245E;
}

.sidebar .list-group-item a {
  color: inherit;
  text-decoration: none;
}

.card {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.card-body {
  background: #FFFFFF;
  color: #0A245E;
  padding: 20px;
}

.card-title {
  height: 2.5em;
  /* Limita la altura del título */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.card-title a {
  color: #0A245E;
  text-decoration: none;
}

.card-title a:hover {
  text-decoration: underline;
}

.card-img-top {
  width: 100%;
  height: 400px;
  /* Ajusta según tu preferencia */
  object-fit: cover;
}

.card-text {
  height: 3em;
  /* Limita la altura del texto */
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
* ==========================================================================
* Principles Grid
* ==========================================================================
*/
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  grid-auto-rows: 1fr;
}

.principle-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 140px;
  padding: 28px 28px 28px 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b2b66 0%, #0a245e 50%, #0a2f73 100%);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 22px rgba(7, 18, 44, 0.18);
}

.principle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(7, 18, 44, 0.28);
}

.principle-card::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: #facc15;
  opacity: 0.8;
  transition: opacity 0.25s ease, box-shadow 0.25s ease;
}

.principle-card:hover::before {
  opacity: 1;
  box-shadow: 0 0 12px rgba(250, 204, 21, 0.5);
}

.principle-card-title {
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.35;
  color: #ffffff;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.principle-card-title:hover {
  color: #facc15;
  text-shadow: 0 0 8px rgba(250, 204, 21, 0.35);
}

.principle-card:hover .principle-card-title {
  color: #facc15;
  text-shadow: 0 0 8px rgba(250, 204, 21, 0.35);
}

.principle-card:focus,
.principle-card:focus-visible {
  outline: 3px solid rgba(250, 204, 21, 0.55);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Principles Sidebar */
.principles-sidebar {
  background: #0A245E;
  border-radius: 12px;
  padding: 30px;
  position: sticky;
  top: 100px;
}

.principles-sidebar h4 {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.principles-sidebar hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

.sidebar-action {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.sidebar-action:last-child {
  border-bottom: none;
}

.sidebar-action:hover {
  color: #D4AF37;
}

.sidebar-action i {
  color: #D4AF37;
  width: 20px;
  font-size: 1.1rem;
}

.sidebar-action-secondary {
  opacity: 0.9;
}

.sidebar-action-secondary:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .principles-sidebar {
    position: static;
    margin-bottom: 30px;
  }

  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Staff photo cards - ministry page */
#ministros .card,
#pastores .card,
#workers .card {
  overflow: hidden;
}

#ministros .card-img-top,
#pastores .card-img-top,
#workers .card-img-top {
  height: 300px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

#ministros .card:hover .card-img-top,
#pastores .card:hover .card-img-top,
#workers .card:hover .card-img-top {
  transform: scale(1.05);
}

#ministros .card-body,
#pastores .card-body,
#workers .card-body {
  border-top: 3px solid #D4AF37;
}

.btn-custom-pdf {
  background-color: #0A245E;
  color: white;
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 50px;
  font-weight: 500;
  min-height: 44px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-custom-pdf:hover {
  background-color: #D4AF37;
  text-decoration: none;
  color: #0A245E;
  transform: translateY(-1px);
}

/* Services section link styling */
.services-more a {
  display: inline-block;
  background-color: #D4AF37;
  color: #0A245E;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  min-height: 44px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.services-more a:hover {
  background-color: #FFFFFF;
  color: #0A245E;
  transform: translateY(-1px);
}

/* Coming Soon placeholder for stub pages */
.coming-soon-container {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #F2F1EF 0%, #FFFFFF 100%);
  border-radius: 12px;
  margin: 20px 0;
}

.coming-soon-container i {
  color: #D4AF37;
  margin-bottom: 25px;
}

.coming-soon-container h2 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.coming-soon-container p {
  color: #7E7E82;
  font-size: 1.1rem;
  max-width: 400px;
  margin: 0 auto;
}

/*
* ==========================================================================
* Staff Cards - Ministry Page
* ==========================================================================
*/

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Staff section headers */
.staff-section {
  margin-bottom: 50px;
}

.staff-section-header {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0A245E;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D4AF37;
}

/* Staff card grid */
.staff-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.staff-grid > div {
  padding: 0 15px;
  margin-bottom: 30px;
}

/* Individual staff card */
.staff-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.staff-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.staff-card:hover .staff-photo {
  transform: scale(1.05);
}

/* Staff photo - original rectangular style */
.staff-photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top center;
  background-color: #E8E8E8;
  transition: transform 0.4s ease;
}

/* Placeholder for missing photos */
.staff-placeholder {
  width: 100%;
  height: 280px;
  background-color: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-placeholder svg {
  width: 100px;
  height: 100px;
  fill: #BDBDBD;
}

/* Staff info section */
.staff-info {
  padding: 20px;
  border-top: 3px solid #D4AF37;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
}

/* Staff name */
.staff-name {
  color: #0A245E;
  font-family: 'BW Modelica', 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Staff role */
.staff-role {
  color: #7E7E82;
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive grid */
@media (min-width: 992px) {
  .staff-grid .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .staff-grid .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .staff-photo,
  .staff-placeholder {
    height: 220px;
  }

  .staff-info {
    padding: 15px;
  }

  .staff-section-header {
    font-size: 1.5rem;
  }
}

/*
* ==========================================================================
* Committee Page
* ==========================================================================
*/

.committee-section {
  margin-bottom: 50px;
  width: 100%;
}

.committee-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 0 20px;
}

.committee-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin-top: 10px;
  width: 100%;
  padding: 0 16px;
  justify-content: center;
}

.committee-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: clamp(160px, 12vw, 220px);
  display: flex;
  flex-direction: column;
}

.committee-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.committee-photo {
  width: 100%;
  height: clamp(140px, 14vw, 200px);
  object-fit: cover;
  object-position: top center;
  background-color: #E8E8E8;
  transition: transform 0.4s ease;
}

.committee-card:hover .committee-photo {
  transform: scale(1.05);
}

.committee-placeholder {
  width: 100%;
  height: clamp(140px, 14vw, 200px);
  background-color: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.committee-placeholder svg {
  width: 90px;
  height: 90px;
  fill: #BDBDBD;
}

.committee-info {
  padding: 12px 14px;
  border-top: 3px solid #D4AF37;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
}

.committee-name {
  color: #0A245E;
  font-family: 'BW Modelica', 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.committee-role {
  color: #7E7E82;
  font-size: 0.9rem;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (max-width: 991px) {
  .committee-card {
    width: clamp(160px, 22vw, 200px);
  }
}

@media (max-width: 1023px) {
  .committee-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .committee-row {
    gap: 18px;
  }

  .committee-card {
    width: 100%;
    max-width: 320px;
  }

  .committee-photo,
  .committee-placeholder {
    height: 200px;
  }
}

/*
* ==========================================================================
* Contact Page
* ==========================================================================
*/

/* Map container */
.map-container {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.map-container iframe {
  display: block;
}

/* Contact card */
.contact-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #D4AF37;
  margin-bottom: 30px;
}

.contact-card-title {
  font-family: 'BW Modelica', 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0A245E;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
}

/* Contact items */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-item-link {
  text-decoration: none;
  color: inherit;
  padding: 12px;
  margin: -12px;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.contact-item-link:hover {
  background-color: #F5F5F5;
  color: inherit;
  text-decoration: none;
}

.contact-icon {
  width: 24px;
  height: 24px;
  color: #0A245E;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-item strong {
  display: block;
  color: #0A245E;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-item p {
  color: #7E7E82;
  margin: 0;
  font-size: 0.95rem;
}

/* Social links */
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
}

.social-links a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #0A245E;
}

.social-links a svg {
  width: 20px;
  height: 20px;
}

.social-links a:hover {
  background: #0A245E;
  color: #FFFFFF;
}

/* Contact form styling */
.contact-card .form-group {
  padding: 0;
  margin-bottom: 20px;
}

.contact-card .form-control {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-card .form-control:focus {
  border-color: #0A245E;
  box-shadow: 0 0 0 3px rgba(10, 36, 94, 0.1);
  outline: none;
}

.contact-card .control-label {
  font-weight: 500;
  color: #0A245E;
  margin-bottom: 8px;
  display: block;
}

.contact-card textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Submit button */
.btn-contact-submit {
  background: #0A245E;
  color: #FFFFFF;
  border: none;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-left: 0;
}

.btn-contact-submit:hover {
  background: #D4AF37;
  color: #0A245E;
  transform: translateY(-1px);
}

/* Responsive contact page */
@media (max-width: 767px) {
  .contact-card {
    padding: 20px;
  }

  .contact-card-title {
    font-size: 1.2rem;
  }

  .btn-contact-submit {
    width: 100%;
  }
}

/*
* ==========================================================================
* About Page
* ==========================================================================
*/

/* About section styling (similar to staff-section) */
.about-section {
  margin-bottom: 50px;
}

.about-section-header {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0A245E;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D4AF37;
}

.about-subsection-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0A245E;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* Mission list styling */
.mission-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.mission-list li i {
  color: #D4AF37;
  font-size: 1.2rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.mission-list li span {
  color: #333;
}

/* Values grid styling */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.value-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #D4AF37;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.value-icon {
  color: #0A245E;
  margin-bottom: 20px;
}

.value-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0A245E;
  margin-bottom: 15px;
}

.value-card p {
  color: #7E7E82;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .value-card {
    padding: 25px 20px;
  }
}

/* Organizational structure diagram */
.org-structure {
  margin: 40px 0;
  text-align: center;
}

.org-level {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.org-box {
  background: #FFFFFF;
  border: 2px solid #E5E5E5;
  border-radius: 10px;
  padding: 20px 30px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.org-box:hover {
  border-color: #D4AF37;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.org-box i {
  color: #0A245E;
  font-size: 1.5rem;
}

.org-box span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0A245E;
  font-size: 1rem;
}

.org-box small {
  color: #7E7E82;
  font-size: 0.85rem;
}

.org-box-highlight {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  border-color: #0A245E;
}

.org-box-highlight i,
.org-box-highlight span {
  color: #FFFFFF;
}

.org-box-highlight small {
  color: rgba(255, 255, 255, 0.8);
}

.org-box-small {
  min-width: 180px;
  padding: 15px 20px;
}

.org-box-small span {
  font-size: 0.9rem;
}

.org-connector {
  width: 3px;
  height: 30px;
  background: #D4AF37;
  margin: 0 auto;
}

.org-connector-triple {
  position: relative;
  width: 60%;
  max-width: 400px;
  height: 30px;
  background: transparent;
}

.org-connector-triple::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 15px;
  background: #D4AF37;
}

.org-connector-triple::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  background: #D4AF37;
}

@media (max-width: 767px) {
  .org-level-3 {
    flex-direction: column;
    align-items: center;
  }

  .org-box {
    min-width: 160px;
    padding: 15px 20px;
  }

  .org-box-small {
    min-width: 160px;
  }

  .org-connector-triple {
    width: 3px;
    height: 30px;
  }

  .org-connector-triple::before,
  .org-connector-triple::after {
    display: none;
  }

  .about-section-header {
    font-size: 1.5rem;
  }
}
/* ==========================================================================
   Gallery Page Styles
   ========================================================================== */

.gallery-intro {
  text-align: center;
  margin-bottom: 30px;
  color: #7E7E82;
  font-size: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-section-title {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4AF37;
}

.gallery-cta {
  text-align: center;
  padding: 40px;
  background: #F2F1EF;
  border-radius: 12px;
  margin-top: 40px;
}

.gallery-cta p {
  color: #7E7E82;
  margin-bottom: 20px;
}

.gallery-social {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-social-fb {
  background: #1877F2;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-social-fb:hover {
  background: #0d65d9;
  color: white;
}

.btn-social-yt {
  background: #FF0000;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-social-yt:hover {
  background: #cc0000;
  color: white;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-social {
    flex-direction: column;
  }
}

/* ==========================================================================
   Departments Page Styles
   ========================================================================== */

.departments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.department-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.department-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.department-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.department-card-icon {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.department-card-icon i {
  font-size: 4rem;
  color: #D4AF37;
}

.department-card-body {
  padding: 20px;
}

.department-card h4 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.department-card p {
  color: #7E7E82;
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 991px) {
  .departments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .departments-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Volunteering Page Styles
   ========================================================================== */

.volunteering-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.volunteering-intro p {
  color: #7E7E82;
  font-size: 1.1rem;
}

.opportunities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.opportunity-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #D4AF37;
}

.opportunity-card h4 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.opportunity-card p {
  color: #7E7E82;
  margin: 0;
}

.volunteering-cta {
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  border-radius: 12px;
  color: white;
}

.volunteering-cta h3 {
  margin-bottom: 15px;
}

.volunteering-cta p {
  opacity: 0.9;
  margin-bottom: 20px;
}

.btn-volunteer {
  background: #D4AF37;
  color: #0A245E;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-volunteer:hover {
  background: #e5b23c;
  color: #0A245E;
}

@media (max-width: 767px) {
  .opportunities-list {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Donations Page Styles
   ========================================================================== */

.donations-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.donations-intro p {
  color: #7E7E82;
  font-size: 1.1rem;
}

.giving-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.giving-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.giving-card-icon {
  font-size: 2.5rem;
  color: #D4AF37;
  margin-bottom: 15px;
}

.giving-card h4 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.giving-card p {
  color: #7E7E82;
  font-size: 0.95rem;
}

.bank-info {
  background: #F2F1EF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
}

.bank-info h4 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.bank-info-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bank-info-item:last-child {
  border-bottom: none;
}

.bank-info-label {
  color: #7E7E82;
  font-weight: 500;
}

.bank-info-value {
  color: #0A245E;
  font-weight: 600;
}

.donations-verse {
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  border-radius: 12px;
  color: white;
}

.donations-verse blockquote {
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.donations-verse cite {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .giving-options {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Service Times Section
   ========================================================================== */

.service-times-section {
  padding: 60px 0;
  background: #F2F1EF;
}

.service-times-section .section-title {
  text-align: center;
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.service-times-section .section-title i {
  color: #D4AF37;
  margin-right: 10px;
}

.schedule-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.schedule-card h3 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4AF37;
}

.schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E5E5E5;
}

.schedule-item:last-child {
  border-bottom: none;
}

.schedule-time {
  color: #D4AF37;
  font-weight: 600;
  font-size: 1rem;
}

.schedule-name {
  color: #7E7E82;
}

.schedule-card-location {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  color: white;
}

.schedule-card-location h3 {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.schedule-card-location h3 i {
  color: #D4AF37;
}

.schedule-card-location p {
  opacity: 0.9;
  line-height: 1.8;
}

.btn-schedule {
  background: #D4AF37;
  color: #0A245E;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
  transition: background 0.3s ease;
}

.btn-schedule:hover {
  background: #e5b23c;
  color: #0A245E;
}

/* ==========================================================================
   Individual Department Page Styles
   ========================================================================== */

/* Department Hero */
.department-hero {
  margin-top: 20px;
  margin-bottom: 40px;
}

.department-hero-gradient {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 50%, #3E80F2 100%);
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  text-align: center;
}

.department-hero-icon {
  margin-bottom: 20px;
}

.department-hero-icon i {
  font-size: 4rem;
  color: #D4AF37;
}

.department-hero-accent {
  display: block;
  width: 60px;
  height: 4px;
  background: #D4AF37;
  margin: 0 auto 20px;
  border-radius: 2px;
}

.department-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.department-hero-title i {
  margin-right: 15px;
  color: #D4AF37;
}

.department-hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .department-hero-image,
  .department-hero-overlay {
    min-height: 280px;
  }

  .department-hero-title {
    font-size: 1.8rem;
  }

  .department-hero-subtitle {
    font-size: 1rem;
  }
}

/* Department Content */
.department-content {
  padding-bottom: 60px;
}

/* Department Sidebar */
.department-sidebar {
  background: #0A245E;
  border-radius: 12px;
  padding: 25px;
  position: sticky;
  top: 20px;
  margin-bottom: 30px;
}

.department-sidebar h4 {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.department-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.department-nav li {
  margin-bottom: 5px;
}

.department-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.department-nav li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.department-nav li.active a {
  background: #D4AF37;
  color: #0A245E;
  font-weight: 600;
}

.department-nav li a i {
  width: 20px;
  text-align: center;
  font-size: 0.85rem;
}

@media (max-width: 991px) {
  .department-sidebar {
    position: static;
    margin-bottom: 30px;
  }
}

.department-section {
  margin-bottom: 50px;
}

.department-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0A245E;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D4AF37;
}

.department-section-title i {
  color: #D4AF37;
  margin-right: 12px;
}

.department-mission {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
}

.department-description {
  margin-top: 25px;
  line-height: 1.7;
  color: #555;
}

/* Leader Card with Icon */
.leader-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.leader-icon {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-icon i {
  font-size: 4rem;
  color: #D4AF37;
}

.leader-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
}

.leader-info {
  padding: 20px;
  border-top: 3px solid #D4AF37;
}

.leader-name {
  color: #0A245E;
  font-family: 'BW Modelica', 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.leader-role {
  color: #7E7E82;
  font-size: 0.9rem;
  margin: 0;
}

/* Activities Grid */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.activity-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 4px solid #D4AF37;
}

.activity-card i {
  color: #D4AF37;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.activity-card span {
  color: #333;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .activities-grid {
    grid-template-columns: 1fr;
  }
}

/* Schedule Info Card */
.schedule-info-card {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  color: white;
  border-radius: 12px;
  padding: 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.schedule-info-card i {
  font-size: 2rem;
  color: #D4AF37;
}

.schedule-info-card span {
  font-size: 1.2rem;
  font-weight: 500;
}

/* Gallery Placeholder */
.department-gallery-placeholder,
.testimonials-placeholder {
  background: #F2F1EF;
  border-radius: 12px;
  padding: 60px 30px;
  text-align: center;
}

.department-gallery-placeholder i,
.testimonials-placeholder i {
  font-size: 3rem;
  color: #BDBDBD;
  margin-bottom: 15px;
  display: block;
}

.department-gallery-placeholder p,
.testimonials-placeholder p {
  color: #7E7E82;
  margin: 0;
}

/* Department CTA */
.department-cta {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  border-radius: 12px;
  padding: 50px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.department-cta h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.department-cta p {
  opacity: 0.9;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.department-cta .btn-volunteer {
  background: #D4AF37;
  color: #0A245E;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.department-cta .btn-volunteer:hover {
  background: #FFFFFF;
  color: #0A245E;
}

.department-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.department-cta .btn-facebook {
  background: #1877F2;
  color: #FFFFFF;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.department-cta .btn-facebook:hover {
  background: #0d5cbf;
  color: #FFFFFF;
}

/* Back Button */
.department-back {
  text-align: center;
}

.btn-back {
  color: #0A245E;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.btn-back:hover {
  background: #F2F1EF;
  color: #0A245E;
}

.btn-back i {
  transition: transform 0.3s ease;
}

.btn-back:hover i {
  transform: translateX(-4px);
}

/* Clickable Department Cards (Overview Page) */
.department-card-link {
  text-decoration: none;
  display: block;
}

.department-card-link:hover {
  text-decoration: none;
}

.department-card-link .department-card {
  cursor: pointer;
}

.department-card-link:hover .department-card {
  border-color: #D4AF37;
}

.department-card-link:hover .department-card h4 {
  color: #D4AF37;
}

/* ==========================================================================
   Volunteering Page - Participation Steps
   ========================================================================== */

.participation-steps {
  margin-bottom: 50px;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: white;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.step-number {
  background: linear-gradient(135deg, #0A245E 0%, #0F3999 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h4 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.step-content h4 i {
  color: #D4AF37;
  margin-right: 10px;
}

.step-content p {
  color: #7E7E82;
  margin: 0;
}

/* Departments CTA Section */
.departments-cta-section {
  background: #F2F1EF;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  margin-bottom: 50px;
  border-left: 4px solid #D4AF37;
}

.departments-cta-section h3 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.departments-cta-section h3 i {
  color: #D4AF37;
  margin-right: 10px;
}

.departments-cta-section p {
  color: #7E7E82;
  max-width: 600px;
  margin: 0 auto 25px;
}

.btn-departments {
  background: #0A245E;
  color: white;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.btn-departments:hover {
  background: #D4AF37;
  color: #0A245E;
}

/* Other Opportunities Section */
.other-opportunities {
  margin-bottom: 25px;
}

.other-opportunities h3 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  border-bottom: 3px solid #D4AF37;
  margin-bottom: 15px;
}

.other-opportunities p {
  color: #7E7E82;
}

@media (max-width: 767px) {
  .step-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .departments-cta-section {
    padding: 30px 20px;
  }
}

/* ==========================================================================
   Contact Page - Social Section
   ========================================================================== */

.social-section {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E0E0E0;
  text-align: center;
}

.social-section h5 {
  color: #0A245E;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.social-section p {
  color: #7E7E82;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.social-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.social-btn-facebook {
  background: #1877F2;
  color: white;
}

.social-btn-facebook:hover {
  background: #0d65d9;
  color: white;
}

.social-btn-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}

.social-btn-instagram:hover {
  background: linear-gradient(45deg, #d9822b 0%, #cf5a32 25%, #c4223a 50%, #b51e5a 75%, #a8157a 100%);
  color: white;
}

.social-btn-youtube {
  background: #FF0000;
  color: white;
}

.social-btn-youtube:hover {
  background: #cc0000;
  color: white;
}
