#hero{
    width:100%;
    height:550px;
    overflow: hidden;
    position:relative;
    z-index: 1;
}

#hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 102, 125, 0.5) 0%, rgba(9, 9, 121, 0.5) 35%, rgba(13, 113, 133, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

h2{
    color:#0a667d;
}
.cards{
  margin-left:20px;
}
.footer{
  margin:0;
  background-color:#001d3d;
  padding: 20px 0;
}

.footer .nav-link,
.footer p,
.footer .text-body-secondary {
  color: white !important;
}

.footer .nav {
  border-bottom: none !important;
}

#hero_content{
    color:white;
    font-family:'NotoS ans',sans-serif;
    font-size: 20px;
    font-weight: none;
    text-align: center;
    position: relative;
    z-index: 2;
}
#video_bg{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}
#nav_bar{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    width: 100%;
    margin-right:10px;
    position: relative;
    z-index: 2;
}
#nav_bar > li{
    list-style:none;
    font-family:'Noto Sans',sans-serif;
    font-size: 20px;
}
#nav_bar > li > a{
    text-decoration: none;
    color:white;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
}
#nav_bar > li > a:hover{
    background-color: #fff;
    color: #003459;
    transform: scale(1.05);
}
#church-logo{
    width:100px;
    height:100px;
    margin-right:auto;
    border-radius:50%;
}
#body_background{
   position: relative;
   height: 100%; 
}

#body_background::before {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -2;
   background-image: url("./assets/v871batch2-wan-19.jpg");
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   filter: hue-rotate(180deg) saturate(1.2) brightness(0.4);
}

#body_background::after {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -2;
   background: linear-gradient(135deg, rgba(0, 29, 61, 0.7) 0%, rgba(0, 52, 89, 0.6) 50%, rgba(10, 102, 125, 0.5) 100%);
}

#announcement_dropdown{
    position:absolute;
    width:100%;
    z-index:999;
    min-height:100%;
    border-radius:0%;
    background-color: rgba(6, 105, 198, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
    overflow-y: auto;
}
.container{
    background-color: rgba(5, 28, 50, 0.5);
    width: 100%;
    color:whitesmoke
}

/* Latest YouTube Video Section */
#latest_video_section {
    padding: 60px 20px;
    text-align: center;
}

.video_section_content {
    max-width: 900px;
    margin: 0 auto;
}

.video_section_content h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 10px;
}

.video_subtitle {
    font-family: 'Noto Sans', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

#youtube_embed_container {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.video_title {
    font-family: 'Noto Sans', sans-serif;
    color: white;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 0;
}

.video_loading {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans', sans-serif;
    padding: 60px 20px;
}

.video_error {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans', sans-serif;
    padding: 40px 20px;
}

.live_indicator {
    display: inline-block;
    background-color: #ff0000;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
    animation: live_pulse 1.5s ease-in-out infinite;
}

@keyframes live_pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.lower_container{
    background-color: #86b6d9;
}
#donate_section{
    position:relative;
    width:450px;
    height:350px;
    border-radius: 10%;
}
#custom-cards{
}
.card_color{
    background-color:#00A7E1;
}
.card_color_2{

}
.card_color_3{
    background-color: #003459;

}
.py-5 text-center{
    color:white;
}
.lead{
    color:white;
}


.thumbnail {
    position: relative;
    width: 400px;
    border-radius: 6%;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.35s ease;
    /* Hover transition */
  }
  .thumbnail:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnail:hover {
    box-shadow: 0 20px 15px -8px rgba(0, 0, 0, 0.8);
  }
  
  .thumbnail__container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .thumbnail__img {
    flex: 4 0 auto;
    background-position: center;
    background-size: cover;
    transform: scale(1.2);
    transition: transform 0.35s ease;
    /* Hover transition */
  }
  .thumbnail:hover .thumbnail__img {
    transform: scale(1);
  }
  .thumbnail__img:before, .thumbnail__img:after {
    position: absolute;
  }
  .thumbnail__img:before {
    content: "Donate to our Building Fund";
    top: 50%;
    left: 50%;
    z-index: 10;
    color: #F8F8F8;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 2;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #F8F8F8 0%, #F8F8F8 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 45% 3%;
    transform: translate(-50%, -50%);
    transition: opacity 0.35s linear, transform 0.35s ease;
    /* Hover transition */
  }
  .thumbnail:hover .thumbnail__img:before {
    opacity: 0;
    transform: translate(-50%, -500%) scale(0.5);
  }
  .thumbnail__img:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    transition: opacity 0.35s linear;
    /* Hover transition */
  }
  .thumbnail:hover .thumbnail__img:after {
    opacity: 0;
  }
  
  .thumbnail__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 0;
    background-color: #F8F8F8;
    overflow: hidden;
    transition: flex-grow 0.35s ease;
    /* Hover transition */
  }
  .thumbnail:hover .thumbnail__content {
    flex-grow: 1;
  }
  
  .thumbnail__caption {
    color: #555555;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.5) translateY(100%);
    transition: opacity 0.35s linear, transform 0.35s ease;
    /* Hover transition */
  }
  .thumbnail:hover .thumbnail__caption {
    transform: scale(1);
    opacity: 1;
  }

  .donate_button {
    margin-bottom: 10px;
  }

  
  #paypal_donate_button {
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #003459;
    color:#003459;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease; }
    #paypal_donate_button:hover {
      color: white;
      background: #003459; }
    #paypal_donate_button:active {
      letter-spacing: 2px; }
    #paypal_donate_button:after {
      content: "Donate"; }
  
  #paypal_donate_button.onclic {
    width: 40px;
    border-color: #bbbbbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: #1ECD97;
    animation: rotating 2s 0.25s linear infinite; }
    #paypal_donate_button.onclic:after {
      content: ""; }
    #paypal_donate_button.onclic:hover {
      color: #1ECD97;
      background: white; }
  
  #paypal_donate_button.validate {
    font-size: 13px;
    color: white;
    background: #1ECD97; }
    #paypal_donate_button.validate:after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
  
  @keyframes rotating {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(360deg); } }
  

#x_button{
    outline: none;
    height: 50px;
    text-align: center;
    width: 160px;
    border-radius: 40px;
    background: #fff;
    border: 3px solid #003459;
    color: #003459;
    letter-spacing: 2px;
    text-shadow: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 120px;
    left: 40px; }
    #x_button:hover {
      color: #fff;
      background: #003459;
      transform: scale(1.05); }
    #x_button:active {
      letter-spacing: 2px;
      transform: scale(0.98); }
    #x_button:after {
      content: "Close"; }
  
  #x_button.onclic {
    width: 40px;
    border-color: #bbbbbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: #1ECD97;
    animation: rotating 2s 0.25s linear infinite; }
    #x_button.onclic:after {
      content: ""; }
    #x_button.onclic:hover {
      color: #1ECD97;
      background: white; }
  
  #x_button.validate {
    font-size: 13px;
    color: white;
    background: #1ECD97; }
    #x_button.validate:after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
  
  @keyframes rotating {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(360deg); } }





      img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
      }
      .btn {
        background-color: white;
        border: 1px solid #cccccc;
        color: #333333;
        padding: 0.5rem;
        text-transform: lowercase;
      }
      .btn--block {
        display: block;
        width: 100%;
      }
      .cards {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
      }
      .cards__item {
        display: flex;
        padding: 1rem;
      }
      @media (min-width: 40rem) {
        .cards__item {
          width: 50%;
        }
      }
      @media (min-width: 56rem) {
        .cards__item {
          width: 33.3333%;
        }
      }
      .card {
        background-color: white;
        border-radius: 0.25rem;
        box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }
      .card:hover .card__image {
        filter: contrast(100%);
      }
      .card__content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 1rem;
      }
      .card__image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        filter: contrast(70%);
        overflow: hidden;
        position: relative;
        transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
      }
      .card__image::before {
        content: "";
        display: block;
        padding-top: 56.25%;
      }
      @media (min-width: 40rem) {
        .card__image::before {
          padding-top: 66.6%;
        }
      }
      .card__image--flowers {
        background-image: url(/assets/pastor_preaching_img_1.jpeg);
      }
      .card__image--river {
        background-image: url(/assets/youth_minister_prayer.jpeg);
      }
      .card__image--record {
        background-image: url(/assets/choir.jpg);
      }
      .card__image--fence {
        background-image: url(./assets/pastor_preaching_img_2.jpeg);
      }
      .card__title {
        color: #003459;
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
      }
      .card__text {
        flex: 1 1 auto;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
      }
      /* Reduce space only on the third card */
      .card:nth-child(3) .card__text {
        flex: 0 0 auto; /* stops text block from expanding */
        margin-bottom: 0.5rem;
    }
    
           
#welcome_section {
  background-color: #001d3d;
  padding: 60px 40px;
  overflow: hidden;
}

.welcome_content {
  max-width: 800px;
  text-align: left;
}

.welcome_content h1 {
  color: white;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.welcome_content p {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}

#section_1{
  margin-top:0;
  background-color: #003459;
}

/* Events Carousel Section */
#events_section {
  padding: 60px 40px;
  text-align: center;
}

#events_section > h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 40px;
}

.events_carousel_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

#myCarousel {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

#myCarousel .carousel-inner {
  border-radius: 15px;
}

.event_slide {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.event_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 29, 61, 0.9) 0%, rgba(0, 29, 61, 0.3) 50%, transparent 100%);
}

.event_content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 30px;
}

.event_content h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.event_content p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.event_btn {
  display: inline-block;
  background-color: #00A7E1;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.event_btn:hover {
  background-color: #fff;
  color: #003459;
  text-decoration: none;
  transform: scale(1.05);
}

#myCarousel .carousel-indicators {
  bottom: 15px;
}

#myCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 5px;
}

#myCarousel .carousel-indicators li.active {
  background-color: #00A7E1;
}

#myCarousel .carousel-control {
  width: 50px;
  opacity: 1;
  background: none;
}

.carousel_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 167, 225, 0.8);
  border-radius: 50%;
  font-size: 1.2rem;
  color: white;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel_arrow:hover {
  background-color: #fff;
  color: #003459;
  transform: translateY(-50%) scale(1.1);
}

.carousel_arrow_left {
  left: 15px;
}

.carousel_arrow_right {
  right: 15px;
}

#plan_visit_section {
  background-color: #001d3d;
  padding: 60px 40px;
  text-align: center;
  overflow: hidden;
}

.plan_visit_content {
  margin-bottom: 50px;
}

#plan_visit_section h2 {
  color: white;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#plan_visit_section .plan_visit_content > p {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.plan_visit_btn {
  display: inline-block;
  background-color: white;
  color: #001d3d;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.plan_visit_btn:hover {
  background-color: #003459;
  color: #fff;
  transform: scale(1.05);
}

.plan_visit_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.visit_card_link {
  text-decoration: none;
  display: block;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
}

.visit_card_link .visit_card {
  min-width: unset;
  max-width: unset;
  height: 100%;
}

.visit_card_link:hover .visit_card {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background-color: #003459;
  border: 2px solid #fff;
}

.visit_card_link:hover .visit_card h3 {
  color: #fff;
}

.visit_card_link:hover .visit_card p {
  color: rgba(255, 255, 255, 0.9);
}

.visit_card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.visit_card h3,
.visit_card p {
  transition: color 0.3s ease;
}

.visit_card:hover {
  transform: scale(1.03);
}

.visit_card h3 {
  color: #003459;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.visit_card p {
  color: #555;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* ==================== MOBILE RESPONSIVE STYLES ==================== */

/* Tablet and below (768px) */
@media (max-width: 768px) {
  .plan_visit_cards {
    flex-direction: column;
    align-items: center;
  }

  /* Events carousel mobile */
  #events_section {
    padding: 40px 20px;
  }

  #events_section > h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .event_slide {
    height: 300px;
  }

  .event_content h3 {
    font-size: 1.4rem;
  }

  .event_content p {
    font-size: 0.9rem;
  }

  .carousel_arrow {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  /* Hero section mobile */
  #hero {
    height: 400px;
  }

  #hero_content h1 {
    font-size: 1.8rem;
    padding: 0 20px;
  }

  #hero_content p {
    font-size: 16px;
    padding: 0 20px;
  }

  /* Navigation mobile */
  #nav_bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 10px;
  }

  #nav_bar > li {
    font-size: 14px;
  }

  #church-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
  }

  /* Popup/Announcement dropdown mobile */
  #announcement_dropdown {
    padding: 20px;
    overflow-y: auto;
  }

  #donate_section {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin-bottom: 80px;
  }

  .thumbnail {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .thumbnail__img:before {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.6;
  }

  /* Close button mobile - fixed at bottom of screen */
  #x_button {
    position: fixed !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0;
    width: 140px;
    height: 45px;
    font-size: 12px;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
  }
  
  /* Button container on mobile */
  #announcement_dropdown > div:last-child {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
  }

  /* Welcome section mobile */
  #welcome_section {
    padding: 40px 20px;
  }

  .welcome_content h1 {
    font-size: 1.8rem;
  }

  .welcome_content p {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Section 1 mobile */
  #section_1 {
    padding: 30px 20px;
  }

  #section_1 h1 {
    font-size: 1.5rem;
  }

  #section_1 p {
    font-size: 1rem;
  }

  /* Plan visit section mobile */
  #plan_visit_section {
    padding: 40px 20px;
  }

  #plan_visit_section h2 {
    font-size: 1.8rem;
  }

  .visit_card {
    min-width: 100%;
    max-width: 100%;
    padding: 25px 20px;
  }

  /* Footer mobile */
  .footer {
    padding: 30px 15px;
  }

  .footer .nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* Small mobile (480px and below) */
@media (max-width: 480px) {
  /* Hero section small mobile */
  #hero {
    height: 350px;
  }

  #hero_content h1 {
    font-size: 1.4rem;
    padding: 0 15px;
  }

  #hero_content p {
    font-size: 14px;
    padding: 0 15px;
  }

  /* Navigation small mobile */
  #nav_bar {
    gap: 3px;
    padding: 5px;
  }

  #nav_bar > li {
    font-size: 12px;
  }

  #church-logo {
    width: 50px;
    height: 50px;
  }

  /* Popup small mobile */
  .thumbnail {
    max-width: 280px;
  }

  .thumbnail__img:before {
    font-size: 14px;
    letter-spacing: 2px;
  }

  #x_button {
    position: fixed !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 120px;
    height: 40px;
    font-size: 11px;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
  }
  
  /* Button container on small mobile */
  #announcement_dropdown > div:last-child {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 9999;
  }

  #paypal_donate_button {
    width: 110px;
    height: 35px;
    font-size: 11px;
  }

  /* Welcome section small mobile */
  .welcome_content h1 {
    font-size: 1.5rem;
  }

  .welcome_content p {
    font-size: 0.95rem;
  }

  /* Plan visit section small mobile */
  #plan_visit_section h2 {
    font-size: 1.5rem;
  }

  .plan_visit_btn {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .visit_card h3 {
    font-size: 1.25rem;
  }

  .visit_card p {
    font-size: 0.9rem;
  }

  /* Cards section small mobile */
  .cards__item {
    padding: 0.5rem;
  }

  .card__title {
    font-size: 1rem;
  }

  .card__text {
    font-size: 0.8rem;
  }
}