::selection {
  background-color: #f41665;
  color: #fff;
}

body {
  color: #777;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  overflow-x: hidden;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  text-decoration: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins",sans-serif;
  color: #222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}

.text-center {
  text-align: center;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.relative {
  position: relative;
}

.no-padding {
  padding: 0;
}

b, i, sup, sub, u, del {
  color: #fcd2ff;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

body {
  position: relative;
}

.default-header {
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.main-menubar {
  position: relative;
}

nav {
  margin-right: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: 100% 50%;
}

@media (max-width: 767px) {
  nav {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 47px;
    text-align: right;
    padding: 20px 0;
    z-index: 5;
    background: #fff;
  }
}

@media (max-width: 767px) {
  nav a {
    color: #f41665 !important;
  }
}

@media (max-width: 767px) {
  nav a:hover {
    color: #f41665;
  }
}

nav a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  nav a {
    margin: 5px 25px;
  }
}

nav a:hover {
  color: #f41665;
}

.section-gap {
  padding: 120px 0;
}

.lnr {
  font-weight: 700;
}

.p1-gradient-bg, .primary-btn, .primary-btn:after, .banner-content .clock_sec, .head-btn:hover, .callto-wrap, .single-project .content .content-overlay, .single-vol .content .content-overlay {
  background-image: -moz-linear-gradient(0deg, #f40f68 0%, #f86e3d 55%, #fbcd11 100%);
  background-image: -webkit-linear-gradient(0deg, #f40f68 0%, #f86e3d 55%, #fbcd11 100%);
  background-image: -ms-linear-gradient(0deg, #f40f68 0%, #f86e3d 55%, #fbcd11 100%);
}

.primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.default-header {
  background-color: #fff;
  padding: 20px 0;
  width: 100% !important;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158,158,158,0.3);
}

.about-area {
  background-color: #222;
}

.about-right {
  padding-right: 20%;
  padding-left: 5%;
}

@media (max-width: 1199px) {
  .about-right {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1199px) {
  .about-right h1 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .about-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-right h1 {
  color: #fff;
  margin-bottom: 25px;
}

.volunteer-area {
  background-color: #f9f9ff;
}

.volunteer-area .header-text {
  text-align: center;
}

.single-vol .content {
  position: relative;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.single-vol .content .content-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-vol .content .content-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

@media (max-width: 767px) {
  .single-vol .content .content-overlay {
    left: 65px;
    width: 67%;
  }
}

@media (max-width: 414px) {
  .single-vol .content .content-overlay {
    left: 62px;
    width: 68%;
  }
}

@media (max-width: 413px) {
  .single-vol .content .content-overlay {
    left: 12px;
    width: 92%;
  }
}

.single-vol .content:hover .content-overlay {
  opacity: .8;
}

.single-vol .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-vol .content-details h4 {
  color: #fff;
}

.single-vol .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.single-vol .fadeIn-bottom {
  top: 80%;
}

@media (max-width: 768px) {
  .single-vol {
    margin-bottom: 30px;
  }
}

.donate-area {
  background: url(../../assets/img/header-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.donate-area .overlay-bg {
  opacity: .9;
  background-color: #000;
}

.footer-area {
  background-color: #fff;
  color: #222;
  text-align: center;
}

/* Responsive Typography for Mobile */

@media (max-width: 767px) {
  h1 {
    font-size: 28px !important;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px !important;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px !important;
    line-height: 1.4;
  }
}

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

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

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .about-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .about-right h1, .about-right h2 {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .parallax-content {
    height: 70vh !important;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .text-light {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .primary-btn {
    padding-left: 20px;
    padding-right: 40px;
    line-height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .volunteer-area .header-text {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .about-right p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .quicklinks li a {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px !important;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 576px) {
  .parallax-content h1 {
    font-size: 22px !important;
  }
}

@media (max-width: 576px) {
  .parallax-content h2 {
    font-size: 16px !important;
  }
}

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

@media (max-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }
}

@media (max-width: 576px) {
  .primary-btn {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 35px;
  }
}

@media (max-width: 576px) {
  .about-right p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .text-light, .text-primary-emphasis {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .pb-80 {
    padding-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .footer-area .col-md-4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 340px) {
  .parallax-content h1 {
    font-size: 20px !important;
  }
}

@media (max-width: 340px) {
  .parallax-content h2 {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .parallax-content {
    height: 80vh !important;
  }
}

/* Footer responsive improvements */

@media (max-width: 767px) {
  .footer-area .row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer-area .col-md-4 {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* Text overflow handling */

.text-primary-emphasis {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  line-height: 1.7;
}

/* Mejora para enlaces largos */

.text-primary-emphasis a {
  word-break: break-word;
}

/* Imágenes responsive */

img {
  max-width: 100%;
  height: auto;
}

/* Logo flag icons - force proper display size */

header .logo img, header .logo a img {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: none !important;
}

/* Prevent horizontal scroll on mobile */

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

/* Mejor espaciado para textos largos */

@media (max-width: 767px) {
  .text-primary-emphasis {
    line-height: 1.7 !important;
  }
}

/* Header móvil mejorado */

@media (max-width: 767px) {
  .default-header {
    position: relative !important;
    background-color: #fff;
  }
}

/* Botones de hotel responsive */

@media (max-width: 767px) {
  .about-area .btn {
    font-size: 13px !important;
    padding: 8px 12px !important;
    white-space: normal !important;
    height: auto !important;
  }
}

@media (max-width: 576px) {
  .about-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 576px) {
  .about-right h1, .about-right h2 {
    font-size: 20px !important;
    line-height: 1.3;
  }
}

/* Footer móvil */

@media (max-width: 576px) {
  .footer-area .row {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer-area .col-md-4 {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .about-right h1, .about-right h2 {
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  .about-area .btn {
    font-size: 12px !important;
  }
}

@media (max-width: 480px) {
  .copyright {
    font-size: 11px;
  }
}

/* ===== Color utility classes (replacing inline span styles) ===== */

.color-gold-light {
  color: rgb(239, 199, 141);
}

.color-navy {
  color: rgb(10, 8, 74);
}

.color-white-ish {
  color: rgb(248, 248, 248);
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-goldenrod {
  color: rgb(218, 165, 32);
}

.color-purple-blue {
  color: rgb(82, 54, 254);
}

.color-blue-aclam {
  color: rgb(0, 89, 185);
}

.color-dark-blue-team {
  color: rgb(5, 44, 101);
}

.color-dark-gray {
  color: rgb(23, 21, 21);
}

.color-purple-link {
  color: rgb(109, 16, 228);
}

.color-blue-link {
  color: rgb(36, 33, 204);
}

/* Badge "NEW" style */

.badge-new {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #ffd700);
  color: #000;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.9em;
  margin-right: 8px;
}

/* Fuerza que las 4 columnas ocupen exactamente el 25% en pantallas grandes */

@media (min-width: 992px) {
  .vol-wrap {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

/* Uniformiza todas las fotos del equipo: cuadrado perfecto y recorte centrado */

.single-vol .content .content-image {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

/* Evita que el contenido desborde la columna */

.vol-wrap .single-vol {
  overflow: hidden;
}

