/********** Template CSS **********/
:root {
    --primary: #043862;
    --light: #EFF5FF;
    --dark: #1B2C51;
}

h1,h2,h3,h4,h5,h6,p,b,span,a,li,ul{
     font-family: "Assistant", sans-serif !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125 !important;
    background-color: transparent !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.bg-primary{
    background-color: #043862 !important;
}
.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    font-weight: 700 !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .8s !important;
        width: 59% !important;
        left: 40%;
    }
@media (min-width: 992px) {

        .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        width: 59% !important;
        left: 40%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.innhalf{
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center !important;
}




/*** Service ***/
.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}


.footer .copyright a:hover {
    color: var(--primary);
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 5px #00ffe1;
  }
  50% {
    box-shadow: 0 0 20px #00ffe1;
  }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-2px); }
  40% { transform: translateX(2px); }
  60% { transform: translateX(-2px); }
  80% { transform: translateX(2px); }
}

.glow-shake-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: glow 2s infinite ease-in-out, shake 3s infinite;
}

.glow-shake-button:hover {
  background-color: #00ffe1;
  color: #000;
  box-shadow: 0 0 25px #00ffe1;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 20px;
    border-left: 4px solid #003589;
  }

  .custom-list {
    list-style: none;
    padding-left: 0;
  }

  .custom-list li::before {
    content: "✔";
    color: #003589;
    font-weight: bold;
    margin-right: 10px;
  }

  .img-fluid.rounded {
    transition: transform 0.3s ease;
  }

  .img-fluid.rounded:hover {
    transform: scale(1.03);
  }
  body{
    color:#303030 !important;
  }
  .glow-shake-button{
      margin-top: 50px;
  }
  .bannerheading{
    font-size:40px !important;
  }
  
  @media(max-width:992px){
.social-icons,.share-box{
display:none !important;
    position: relative;

}
.ps-5 {
    padding-left: 2rem !important;
}
.ps-4{
padding-left:10px !important; }
.bannerheading{
margin-bottom:0px !important;
}
.col-md-6 h3,.col-md-6 h2,.col-lg-6 h2,.col-md-8 h3{
padding-top:30px !important;
}
  .bannerheading{
    font-size:25px !important;
  }
  .glow-shake-button{
      margin-top: 0px;
  }
}

  .team-slider .team-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
  }

  .team-slider .team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  }

  .team-slider .team-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0d6efd;
    margin-bottom: 1rem;
  }

  .team-slider .team-card h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }

  .team-slider .team-card p {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
  }

 .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.owl-nav button {
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  width: 40px;
  height: 40px;
}
.owl-stage{
    height:auto;
}
  .owl-nav i {
    font-size: 2rem;
    color: #0d6efd;
  }

  .owl-dots .owl-dot span {
    background: #ccc;
  }

  .owl-dots .owl-dot.active span {
    background: #0d6efd;
  }
  
    .eligibility-box {
      max-width: 700px;
      background: white;
      padding: 30px;
      margin: auto;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .eligibility-title {
      font-size: 28px;
      margin-bottom: 25px;
      text-align: center;
      color: #333;
    }
    .eligibility-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 20px;
      font-size: 18px;
      color: #444;
    }
    .eligibility-item i {
      color: #0b8a3f;
      font-size: 22px;
      margin-top: 4px;
    }
    .eligibility-item strong {
      color: #000;
    }
    
    .timeline-container {
  padding: 80px 0;
  position: relative;
  text-align: center;
  overflow-x: auto; /* Allow horizontal scroll if needed */
}

.timeline-line {
    position: absolute;
    top: 40px;
    left: 8%;
    right: 8%;
    width: 82%;
    height: 4px;
    background: #003589;
    z-index: 0;
}

.timeline {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-top: -44px;
  flex-wrap: nowrap; /* keep horizontal on desktop */
}

.timeline-item {
  text-align: center;
  width: 120px;
  flex-shrink: 0;
  position: relative;
}
.fa-arrow-right{

top: -11px;
    position: absolute;
    font-size: 35px;
}
.dot {
  width: 14px;
  height: 14px;
  background: #003589;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}

.timeline-item .arrow-icon {
  font-size: 20px;
  color: #003589;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.timeline-item .arrow-icon i {
  font-weight: 900;
}


.dot {
  width: 12px;
  height: 12px;
  background: #003589;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.text {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.4;
}

.year {
  font-weight: 700;
  font-size: 18px;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .timeline-line {
    position: absolute;
    
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
  }
  .timeline {
    flex-direction: column;
    margin-top: 0;
    overflow: hidden;
  }
  .timeline-item {
    left: 8.5%;
    width: auto;
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
    text-align: left;
  }
  .dot {
    position: absolute;
    left: -6px;
    top: 5px;
  }
  .text{
    width: 60%;
  }
}

 .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .owl-carousel .item img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
  }

.yeart{
    position: absolute;
    background: #003589;
    color: white !important;
    margin-top: -47px;
    /* text-align: center; */
    /* justify-content: center; */
    /* display: flex
; */
    /* align-items: center; */
    /* align-self: center; */
    justify-content: center;
    -webkit-transform-origin-x: 50;
    left: 42%;
    padding: 10px;
    border: 3px solid #ffffff
}
.inner-banner{
    padding-top: 200px;
    padding-bottom: 200px;
}
.stylish-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f0f4ff, #ffffff);
    border: none;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  
  .stylish-accordion .accordion-button.collapsed {
    background: #f8f9fa;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  }
  
  .stylish-accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
  }
  
  .stylish-accordion .accordion-body {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 0 0 0.75rem 0.75rem;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  .stylish-accordion .accordion-item {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }
  
  .stylish-accordion .accordion-item:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }

  .contact-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
  }

  .glass-card {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #003589;
  }

  .contact-info i {
    font-size: 20px;
    color: #0d6efd;
    margin-right: 15px;
  }

  


  .map iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 15px;
  }

  @media (max-width: 768px) {
    .glass-card {
      padding: 25px;
    }
  }
  .form-control{
    border-radius: 0px !important;
  }
  .search-box {
    background: rgba(255, 255, 255, 0.794);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
  }

  .search-box:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  }

  .search-box input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
  }

  .search-box input::placeholder {
    color: #666;
  }

  .search-box .btn {
    background: #003589;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.3s ease;
  }

  .search-box .btn:hover {
    background: #003589;
  }

  .search-box i {
    font-size: 18px;
    color: #003589;
    margin-right: 10px;
  }
  .text-brown {
    color: #003589; /* Match the brown used in your screenshot */
  }
  
  .dropdown-mega {
    width: 100%;
    left: 0;
    right: 0;
  }
  
  .dropdown-item {
    font-size: 0.95rem;
    color: #111;
  }

  .innerhalf-banner{
    padding: 150px 50px 150px 100px;
  }

  .bg-zoom-card {
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.bg-zoom-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.bg-zoom-card:hover .bg-zoom-inner {
  transform: scale(1.1);
}
.owl-nav i{
  margin: -11px;
}
.btn-outline-brown {
  color: #003589;
  border: 2px solid  #003589;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
.btn-outline-brown:hover {
  background-color: #003589;
  color: #fff;
  text-decoration: none;
}

.help-section i {
  color: #003589;
}
.donate-section {
      background-color: #003589;
      padding: 80px 20px;
      border-radius: 10px;
      text-align: center;
      margin: 50px auto;
      max-width: 1100px;
    }

    .donate-section h2 {
      font-weight: 700;
      font-size: 40px;
      color: #ffffff;
    }

    .donate-section p {
      font-weight: 700;
      font-size: 1.8rem;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .donate-btn {
      background-color: #003589 !important;
      color: #003589;
      padding: 14px 40px;
      font-weight: 700;
      border: none;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .donate-btn:hover {
      background-color: white !important;
      color: #003589 !important;
    }

    .timelines {
  position: relative;
  margin: 40px 0; /* Reducido el margen vertical para móvil */
}

.timeline-lines {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e0e0e0;
  background: linear-gradient(45deg, transparent, black, transparent);
  transform: translateX(-50%);
}

.timeline-items {
  display: flex;
  flex-direction: column; /* Apilamos los elementos en móvil */
  margin-bottom: 60px; /* Reducido el margen inferior para móvil */
  position: relative;
}

.timeline-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 2;
  margin-right: 20px; /* Reducido el margen derecho para móvil */
  flex-shrink: 0;
  transform: unset; /* Eliminamos la transformación para móvil */
}

.timeline-contents {
  flex: 1;
  margin-left: 60px; /* Añadimos margen izquierdo para alinear con la línea */
  margin-top: -40px; /* Ajustamos el margen superior para superponerse */
  padding-top: 10px;
}

.timeline-contents h2 {
  font-size: 20px; /* Reducido el tamaño de la fuente para móvil */
  margin-bottom: 10px; /* Reducido el margen inferior para móvil */
  color: #333;
  font-weight: 600;
}

.timeline-contents p {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px; /* Reducido el margen inferior para móvil */
  max-width: 100%; /* El texto ocupa todo el ancho disponible en móvil */
}


/* Estilos para desktop (a partir de 769px de ancho) */
@media (min-width: 769px) {
 

  .timelines {
    margin: 60px 0;
  }

  .timeline-lines {
    left: 40px;
    transform: translateX(-50%);
  }

  .timeline-items {
    flex-direction: row; /* Volvemos a la disposición horizontal en desktop */
    margin-bottom: 80px;
  }

  .timeline-numbers {
    margin-right: 40px;
    width: 40px;
    height: 40px;
    transform: translateX(20px); /* Volvemos a la transformación original */
  }

  .timeline-content {
    margin-left: 0; /* Removemos el margen izquierdo */
    margin-top: 0; /* Removemos el margen superior */
    padding-top: 0;
  }

  .timeline-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .timeline-content p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 500px;
  }

  .timeline-image {
    width: 300px;
    height: 200px;
    margin-left: 40px;
    margin-top: 0; /* Removemos el margen superior */
  }

  .timeline-image img {
    max-width: 200px;
    max-height: auto;
  }
}
.membership-card {
    background: linear-gradient(135deg, #cce6ff, #ffffff);
    border: none;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .membership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

 

  .membership-title {
    font-weight: 600;
    font-size: 17px;
  }

  .membership-desc {
    font-size: 0.875rem;
    color: #383838;
    font-size: 15px;
  }
.videobanner{
  height: 500px;
}
  @media (max-width: 992px) {
    .videobanner{
  height: 100%;
}
.glow-shake-button{
  margin-top: 30px;
}
.border-start {
  border: 0px !important;
}
    .innerhalf-banner{
      padding: 30px;
    }
    .innhalf{
      height: 400px;
    }
    .col-xxl-1-5 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  @media (min-width: 1400px) {
    .col-xxl-1-5 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }

  .donation-container {
    max-width: 1350px;
    margin: 60px auto;
}
.donation-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    min-height: 500px;
}
.donation-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    
}
.donation-image::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    z-index: 1;
}
.image-overlay-text {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    z-index: 2;
    
}
.nav-tabs .nav-link.active {
    background-color: #003589 !important;
    border: 2px solid #003589 !important;
    color: white;
    font-weight: 600;
}
.amount-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}
.amount-btn.active {
    border: 2px solid #003589;
    background-color: #e6f3ff;
}
.amount-btn .checkmark {
    display: none;
    color: #003589;
}
.amount-btn.active .checkmark {
    display: inline;
}
.next-btn {
    background-color: #003589;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}
.social-icons a {
    padding: 6px 10px 7px 11px;
    FONT-WEIGHT: 500;
    background: #003589;
    color: #ffffff;
    margin-bottom: 10px;
    /* border-radius: 50%; */
    border-radius: 0px 24px 24px 0px;
}
.social-icons {
    position: fixed;
    top: 31%;
    left: 0;
    right: 100%;
    display: grid
;
}
.share-box {
  position: fixed;
  bottom: 20px;
  left: 20px; /* Change to right: 20px if you want it on right */
  background-color: #003589;
  padding: 8px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.share-box .share-label {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
}

.share-box a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.share-box a:hover {
  transform: scale(1.2);
}

.mobile-toolbar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e91e63;
  padding: 10px 0;
  z-index: 9999;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
}

.mobile-toolbar-fixed a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.mobile-toolbar-fixed i {
  font-size: 18px;
  margin-bottom: 2px;
  display: block;
}
.copyright a{

color:white !important;
}

.announcement-box {
    background: #ff3c00;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.announcement-marquee {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.announcement-marquee span {
    display: inline-block;
font-weight:500;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.announcement-marquee a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.announcement-marquee a:hover {
    text-decoration: underline;
}

.btn-donate {
    background: #003589 !important;
    padding: 12px 25px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    transition: background 0.3s;
}

.btn-donate:hover {
    background: #003589 !important;
color:white !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}
.about-section {
  background: #fdfdfd;
  padding: 60px 20px;
  text-align: center;
}

.about-text h2 {
     font-family: "Assistant", sans-serif;
  font-weight: 500 !important;
  font-size: 30px;
  color: #222;
}

.about-text .highlight {
  font-weight: bold;
  margin: 15px 0;
  font-size: 1rem;
  color: #333;
}

.about-text p {
  max-width: 750px;
  margin: 0 auto 20px;
  color: #555;
  line-height: 1.6;
}

.about-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.icon-box {
  text-align: center;
  transition: transform 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-8px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 28px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-box:hover .icon-circle {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.icon-circle.green { background-color: #00c896; }
.icon-circle.orange { background-color: #ff5e42; }
.icon-circle.yellow { background-color: #ffb400; }

.icon-box h4 {
  font-weight: 600;
  color: #00a295;
}
.hero-slider .item {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 8s ease; /* Smooth zoom speed */
}

.hero-slider .owl-item.active .item {
    transform: scale(1.1); /* Slight zoom-in */
}

.hero-slider .overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    max-width: 450px;
}

.hero-slider .overlay h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-slider .overlay p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.btn-donate {
    background: #ff4b2b;
    padding: 12px 25px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    transition: background 0.3s;
}

.btn-donate:hover {
    background: #ff1e00;
}
.team-section {
  position: relative;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('https://apcs.blogs4businesses.com/img/Picture2.jpg') center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
}


.title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0.9;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.member {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  padding: 25px 20px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.member h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.member p {
  margin: 0;
  font-size: 0.95rem;
  color: #ddd;
}

.member:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  background: rgba(255, 255, 255, 0.18);
}


.news-slider {
  padding: 60px 0;
}

.blog-slider {
    margin: auto;
}

.blog-slider__item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}

.blog-slider__img {
  width: 672px;
    height: 379px;
  border-radius: 0px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 30px;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-slider__content {
  flex: 1;
}

.blog-slider__code {
  font-size: 14px;
  color: #7b7992;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.blog-slider__title {
  font-size: 22px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 15px;
}

.blog-slider__text {
  font-size: 15px;
  color: #4e4a67;
  line-height: 1.6em;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width:768px){
  .blog-slider__item {
    flex-direction: column;
    text-align: center;
  }
  .blog-slider__img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 90%;
  }
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.owl-nav button.owl-prev {
  left: -60px; /* adjust spacing */
}

.owl-nav button.owl-next {
  right: -60px;
}

.owl-nav button:hover {
  background: #ff6b35;  /* accent color on hover */
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.owl-nav i {
  font-size: 22px;
  line-height: 1;
}

.blog-slider .owl-item{
padding: 0px 20px 0px 20px;}



.scholarship-card {
  border-left: 6px solid #0d6efd;
  transition: all 0.3s ease-in-out;
}

.scholarship-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.12);
}

.badge.bg-gradient-primary {
  background: linear-gradient(45deg, #0d6efd, #6c63ff);
  font-size: 0.95rem;
  font-weight: 500;
}

.scholarship-section h2 {
  letter-spacing: 0.5px;
}

.arrow-icon {
    width: 30px;       /* container width */
    height: 30px;      /* container height */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #003589;    /* arrow color */
    font-size: 18px;   /* arrow size */
}

.organogram {
  text-align: center;
  margin: 20px auto;
}
.organogram .box {
  border: 2px solid #003589;
  padding: 10px 20px;
  border-radius: 6px;
  background: #f8f9fa;
  font-weight: 600;
  display: inline-block;
  min-width: 160px;
}
.founder {
  border-color: #9acd32;
  background: #f0fff0;
}
.cofounder {
  border-color: #6c63ff;
  background: #f5f3ff;
}
.specialist {
  border-color: #00bcd4;
  background: #e0f7fa;
}
.officer {
  border-color: #6c63ff;
  background: #f0f0ff;
}
.line {
  width: 2px;
  height: 30px;
  background: #333;
  margin: 10px auto;
}

.gallery-container {
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }
    .gallery-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 2rem;
      font-weight: bold;
      color: #043862;
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-gap: 15px;
    }
    .gallery-item {
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }
    .gallery-item:hover {
      transform: scale(1.05);
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      cursor: pointer;
    }

    /* Make checkout form full width */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
}

.woocommerce-checkout-review-order,
#order_review,
.woocommerce-checkout-payment {
    width: 100% !important;
    max-width: 100% !important;
}
.dropdown-item{
  white-space: break-spaces;
}
