.elementor-12 .elementor-element.elementor-element-f804291{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-6be28fa{text-align:center;}.elementor-12 .elementor-element.elementor-element-6be28fa .elementor-heading-title{font-family:"Montserrat Alternates", Sans-serif;font-size:30px;font-weight:600;text-decoration:underline;color:#222222;}.elementor-12 .elementor-element.elementor-element-2f1a3921{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-250f0e13{width:100%;max-width:100%;text-align:left;font-family:"Hind", Sans-serif;font-size:15px;font-weight:400;color:#222222;}.elementor-12 .elementor-element.elementor-element-250f0e13 p{margin-bottom:10px;}.elementor-12 .elementor-element.elementor-element-51e926e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-12 .elementor-element.elementor-element-51e926e:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-51e926e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A2342;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-51e926e{--width:100%;}}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-2f1a3921{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-2f1a3921 *//* Global Setup */
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0; padding: 0;
  color: #333;
}
section { padding: 40px 20px; }

/* Hero Section */
.about-hero {
  background: #e85a0c;
  color: #fff;
  text-align: center;
}
.about-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.about-hero p {
  font-size: 1.2rem;
}

/* Side-by-side text + image */
.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.about-text {
  flex: 1 1 300px;
}
.about-text h2 {
  font-size: 2rem;
}
.about-text p {
  font-size: 1rem;
  line-height: 1.6;
}
.about-image {
  flex: 1 1 300px;
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Team Cards Grid */
.our-team h2 {
  text-align: center;
  font-size: 2rem;
}
.team-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.team-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.team-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.team-card h3 {
  margin: 10px 0 5px;
  font-size: 1.1rem;
}
.team-card p {
  font-size: 0.9rem;
  color: #666;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
  .about-hero h1 { font-size: 2rem; }
  .about-hero p { font-size: 1rem; }
  .about-text h2 { font-size: 1.5rem; }
  .team-cards { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a28530a *//* ===== RASHTRIYA SEVA SANGH FOOTER ===== */
.rss-footer {
  background: linear-gradient(90deg, #ff7a00, #ff5200); /* Bright orange gradient */
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  margin: 0; /* remove any margin gap */
  box-sizing: border-box;
}

/* Ensure full width background always */
.rss-footer * {
  box-sizing: border-box;
}

.rss-footer-container {
  max-width: 1200px;
  margin: 0 auto; /* center content */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* Logo */
.rss-footer-logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  padding: 1px;
}

/* Organization Name */
.rss-footer-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* Links */
.rss-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.rss-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.rss-footer-links a:hover {
  text-decoration: underline;
}

/* Copyright */
.rss-footer-copy {
  font-size: 12px;
  opacity: 0.9;
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
  .rss-footer-logo img {
    width: 50px;
    height: 50px;
  }
  .rss-footer-title {
    font-size: 14px;
  }
  .rss-footer-links a {
    font-size: 12px;
  }
}/* End custom CSS */