:root {
  --rotary-blue: #005daa;
  --rotary-gold: #f7b500;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.7;
}

/* Top Bar */
.top-bar {
  background: #f4f4f4;
  padding: 5px 0;
}

.top-bar .social {
  margin-left: 10px;
  color: var(--rotary-blue);
}

/* Navbar */
.main-nav {
  background: #ffffff;
}

.navbar-brand img {
  height: 60px;
  margin-right: 8px;
}

.btn-join {
  background: var(--rotary-gold);
  color: #000 !important;
  margin-left: 10px;
}

/* Hero */
.hero-section {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
              url('../img/hero.jpg') center/cover;
  color: #fff;
  padding: 100px 0;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

/* Sections */
.section {
  padding: 70px 0;
}

.section-title {
  color: var(--rotary-blue);
  font-weight: 700;
}

.section-desc {
  max-width: 700px;
  margin: auto;
}

/* Icons */
.icon-box i {
  font-size: 40px;
  color: var(--rotary-gold);
  margin-bottom: 15px;
}

/* CTA */
.cta-section {
  background: var(--rotary-blue);
  color: #fff;
  padding: 60px 0;
}

.btn-gold {
  background: var(--rotary-gold);
  color: #000;
  font-weight: 600;
}

/* Footer */
.footer {
  background: #111;
  color: #ccc;
  padding: 20px 0;
  font-size: 14px;
}

.member-placeholder {
  height: 220px;
  background: #f2f2f2;
  color: #666;
}
/* Page Header */
.page-header {
  background: #0b3b6a;
  color: #fff;
  padding: 50px 0;
}

.page-header h1 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Cards */
.info-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.service-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  height: 100%;
}

.service-card i {
  font-size: 40px;
  margin-bottom: 12px;
  color: var(--rotary-gold);
}

/* Gallery */
.gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  transition: transform .3s ease;
}

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

.gallery-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

/* Checklist */
.checklist {
  list-style: none;
  padding-left: 0;
}
.checklist li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}
.checklist li:before {
  content: "?";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rotary-gold);
  font-weight: 700;
}

:root{--rotary-blue:#005daa;--rotary-gold:#f7b500;}
body{font-family:'Segoe UI',sans-serif;line-height:1.7;}

.btn-join{background:var(--rotary-gold);color:#000!important;margin-left:10px;}
.page-header{background:#0b3b6a;color:#fff;padding:50px 0;}
.page-header h1{font-weight:700;margin-bottom:10px;}
.section{padding:70px 0;}
.section-title{color:var(--rotary-blue);font-weight:700;}
.footer{background:#111;color:#ccc;padding:20px 0;font-size:14px;}
.info-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);}
.checklist{list-style:none;padding-left:0;}
.checklist li{padding-left:28px;margin-bottom:10px;position:relative;}
.checklist li:before{content:"?";position:absolute;left:0;top:0;color:var(--rotary-gold);font-weight:700;}
.member-placeholder{height:220px;background:#f2f2f2;color:#666;}
.table-actions a{margin-right:6px;}
.badge-soft{background:#eef2ff;color:#3730a3;}

/* Footer */
.footer {
  background: #111;
  color: #ccc;
  padding: 50px 0 20px;
  font-size: 14px;
}

.footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-text {
  color: #ccc;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  color: #ccc;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--rotary-gold);
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
}

.footer-social a:hover {
  color: var(--rotary-gold);
}

.footer-divider {
  border-color: #333;
  margin: 30px 0 20px;
}

.footer-copy {
  font-size: 13px;
  color: #aaa;
}


a.nav-link {
    color: #005daa;
}

a.nav-link:hover {
    color: gold;
    border: 1px solid gold;
    padding: 2px 5px;
}

.card img {
  height: 220px;
  object-fit: cover;
}

.card-title {
  font-weight: 600;
}