:root {
  --bs-gutter-x-20: 0.556rem;
  --light-color-two: #979797;
  --light-color-three: #f0f0f0;
  --m-space-1: 50px;
  --bdr-rds-1: 50px 50px 0 0;
  --bdr-rds-1-sm: 30px 30px 0 0;
  --bdr-rds-1-md: 40px 40px 0 0;
}
.zubuz-hero-content h1,
    .zubuz-hero-content p {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); /* Text shadow style */
    }
  .button_orange{
    background: #f18c05;
  }
   
  .red-bg-section {
    background-color: #000000;
}
.kandra-events {
    background-color: #000; /* optional: black background */
    color: white;
    margin-bottom: 20px;
  }

  .kandra-events .event-card {
    background: #111;
    padding: 20px;
    border-radius: 10px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .kandra-events .event-card h5,
  .kandra-events .event-card p {
    color: white;
  }

  .kandra-events .btn-danger {
    background-color: #f18c05;
    border-color: #f18c05;
    color: white;
    padding: 6px 20px;
    width: auto;
    margin: 0 auto; /* center the button */
    font-size: 14px;
  }

  .kandra-events .btn-danger:hover {
    background-color: darkred;
    border-color: darkred;
  }

  .kandra-events .btn-outline-dark,
  .kandra-events .btn-outline-success {
    margin: 0 5px;
  }

  /* new */
  kandra-events {
    background-color: #111;
    color: #fff;
    padding: 60px 0;
  }
  
  .kandra-events .event-card {
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .kandra-events h5,
  .kandra-events p {
    color: #fff;
    margin-bottom: 10px;
  }
  
  .kandra-events .btn-danger {
    background-color: #f18c05;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    width: auto;
  }
  
  .kandra-events .event-footer {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;;
  }
  
  .kandra-events .btn-outline-dark,
  .kandra-events .btn-outline-success {
    margin-top: 10px;
  }

  .kandra-events .btn-custom-orange {
    background-color: #f18c05;
    color: white;
    border: none;
  }
  
  .kandra-events .btn-custom-orange:hover {
    background-color: #d97704;
    color: white;
  }

  /* new setion  home page about*/
  .kandra-about-section {
    background-color: #000;
    padding: 60px 20px;
    border-radius: 50px;
    overflow: hidden;
  }

  .kandra-about-section .kandra-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .kandra-about-section .about-image-col,
  .kandra-about-section .about-text-col {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .kandra-about-section .about-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    margin-bottom: 30px;
  }

  .kandra-about-section .about-title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }

  .kandra-about-section .about-para {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
  }
  .abouthomekandara p{
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.6;
    
  }
  

  .kandra-about-section .about-btn-wrapper {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .kandra-about-section .about-btn {
    background-color: #f18c05;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .kandra-about-section .about-btn:hover {
    background-color: #f18c05;
    color: #fff;
  }

  /* Desktop: image left, text right */
  @media (min-width: 992px) {
    .kandra-about-section .about-image-col {
      flex: 0 0 45%;
      max-width: 45%;
      margin-bottom: 0;
    }

    .kandra-about-section .about-text-col {
      flex: 0 0 50%;
      max-width: 50%;
      text-align: left;
    }

    .kandra-about-section .about-title,
    .kandra-about-section .about-para,
    .kandra-about-section .about-btn-wrapper {
      text-align: left;
    }
  }

  /*recent events */
  .past_event_recent .past_event_recent-thumb img {
    width: 100%;
    border-radius: 12px;
  }
  
  .past_event_recent .past_event_recent-content h2 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
  }
  
  .past_event_recent .event-address {
    color: #555;
    font-size: 16px;
  }
  
  .past_event_recent .event-description {
    font-size: 16px;
    color: #444;
  }
  
  .past_event_recent .btn {
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .past_event_recent .btn.view-more {
    background-color: #f18c05;
    color: #fff;
  }
  
  .past_event_recent .btn.play-video {
    background-color: #dc3545;
    color: #fff;
  }
  
  .past_event_recent .btn.visit-office {
    background-color: #007bff;
    color: #fff;
  }
  
  /* YouTube Modal Styling */
  .youtube-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
  }
  
  .youtube-modal-content {
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
    background: #000;
    position: relative;
  }
  
  .youtube-modal-content iframe {
    width: 100%;
    height: 400px;
  }
  
  .youtube-close {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
/*past event secton */

    .pasteventsection {
      border-radius: 20px;
      padding: 30px;
    }

    .pasteventsection h2,
    .pasteventsection p,
    .pasteventsection a,
    .pasteventsection button {
      color: #fff;
    }

    .past_event_recent-thumb img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 400px;
    }

    .past_event_recent-content {
      padding: 20px;
    }

    .pasteventsection .btn {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 5px;
      padding: 8px 16px;
      transition: all 0.3s ease;
    }

    .pasteventsection .btn:hover {
      background-color: #fff;
      color: #000;
      text-decoration: none;
    }

    @media (max-width: 767.98px) {
      .past_event_recent-content {
        padding-top: 20px;
      }

      .pasteventsection {
        padding: 20px 15px;
      }

      .past_event_recent-thumb img {
        max-height: 250px;
      }
    }  

   /*testmonial */
   .testimonial-box {
    background-color: #1a1a1a;
    color: white;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  }
  .swiper {
    padding: 20px 0;
  }
.bg-oragne{
    background: #f18c05;
}  
.testmonalsectionnew{
    padding-top: 0 !important;
}

.zubuz-section-padding4new {
    padding: 5.7rem 0 3.2rem 0 !important;
}

footer.zubuz-footer-section {
    color: #ffffff;
  }
  
  footer.zubuz-footer-section a {
    color: #ffffff;
  }
  
  footer.zubuz-footer-section a:hover {
    color: #cccccc;
  }
  
  footer.zubuz-footer-section small,
  footer.zubuz-footer-section p {
    color: #ffffff;
  }
  

  .zubuz-footer-social svg {
    fill: #fff !important;
}  

.zubuz-footer-social svg {
    width: 20px!important;
    height: 20px!important;
    fill: white !important;
  }

  /*popup */
  

  /* */
  .popup-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
  }

  /* .popup-box {
    background-color: #000;
    color: #fff;
    max-width: 500px;
    width: 100%;
    padding: 25px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  } */
  .popup-box {
    background-color: #000;
    color: #fff;
    max-width: 500px;
    width: 100%;
    padding: 25px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 10px #ff0080, 0 0 15px #00ffff, 0 0 20px #ff8c00;
    animation: concertGlow 3s ease-in-out infinite alternate;
  }
  

  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1000; /* Higher than Swiper or image */
  }

  .popup-title {
    text-align: center;
    font-size: 26px;
    margin: 15px 0;
  }

  .popup-box p {
    text-align: center;
    margin: 10px 0;
  }

  .popup-image-carousel img {
    width: 100%;
    border-radius: 8px;
  }

  .countdown-timer {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #e51e09;
  }
  @keyframes concertGlow {
    0% {
      box-shadow: 0 0 10px #ff0080, 0 0 10px #00ffff, 0 0 15px #ff8c00;
    }
    50% {
      box-shadow: 0 0 12px #ff8c00, 0 0 15px #00ffff, 0 0 17px #ff0080;
    }
    100% {
      box-shadow: 0 0 10px #00ffff, 0 0 10px #ff0080, 0 0 15px #ff8c00;
    }
  }
  
  


  /* Mobile Responsive Adjustments */
@media (max-width: 600px) {
    .popup-box {
      padding: 15px;
      border-radius: 10px;
    }
  
    .popup-title {
      font-size: 20px;
      text-align: center;
    }
  
    .close-btn {
      top: 5px;
      right: 10px;
      font-size: 22px;
    }
  
    .popup-image-carousel img {
      border-radius: 8px;
    }
  }
  

  /*hero slider */
  .zubuz-hero-section.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .zubuz-hero-slide {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding-top: 13rem;
  }
  
  .zubuz-hero-content {
    color: #fff;
    text-align: center;
  }
  
  .zubuz-hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .zubuz-hero-content p {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
  }
  
  /* Swiper pagination styling */
  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
  }
  
  .swiper-pagination-bullet-active {
    background: #ff3d00;
    opacity: 1;
  }
  
  /* Responsive tweaks */
  @media (max-width: 768px) {
    .zubuz-hero-content h1 {
      font-size: 2rem;
    }
  
    .zubuz-hero-content p {
      font-size: 1rem;
    }
  
    .zubuz-hero-slide {
      padding-top: 10rem;
    }
  }
  .zubuz-hero-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }  

  /*crs */
 
  
  .kandra-crs h3 {
    /* color: #FFA500; */
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .kandra-crs h5 {
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .kandra-crs p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .kandra-crs i {
    color: #FFA500 !important;
    font-size: 32px;
  }
  
  /* .kandra-crs .kandra-crs-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  } */
  
  /* .kandra-crs .col-md-3 {
    flex: 0 0 23% !important;
    padding: 10px;
    background-color: #1e1e1e;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
  }
  
  .kandra-crs .col-md-3:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.7);
  } */
  
  .kandra-crs .card-inner {
    background: #1e1e1e;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .kandra-crs .card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.7);
  }
  
  .kandra-crs .btn-custom-orange {
    background-color: #FFA500;
    color: #121212;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .kandra-crs .btn-custom-orange:hover {
    background-color: #e69500;
    color: #fff;
  }
  
  /* ✅ Responsive tweaks */
  @media (max-width: 991.98px) {
    .kandra-crs .col-md-3 {
      flex: 0 0 48% !important;
    }
  }
  
  @media (max-width: 575.98px) {
    .kandra-crs .col-md-3 {
      flex: 0 0 100% !important;
    }
  }
  

  /*social */
  .zubuz-hero-content-wrap {
    justify-content: center;
    flex-wrap: wrap;
}

.zubuz-hero-btn-wrap form {
    width: 100%;
}

.zubuz-hero-btn-wrap .form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.zubuz-hero-btn-wrap .form .form-control {
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
}

.zubuz-hero-btn-wrap__left,
.zubuz-hero-btn-wrap__right {
    flex: 1 1 200px;
    max-width: 300px;
    margin-bottom: 0;
}

.zubuz-hero-btn-wrap .form input[type="submit"] {
    background-color: #f18c05;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.zubuz-hero-btn-wrap .form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.zubuz-news-content.center {
    max-width: 100%;
    margin-bottom: 40px;
}

.zubuz-hero-btn-wrap__top {
    background: linear-gradient(135deg, #000000, #a3a3a0);
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}
  
.zubuz-hero-btn-wrap__top input[type="text"],
.zubuz-hero-btn-wrap__top input[type="submit"] {
    border: 1px solid #FFD700;
    background-color: #000;
    color: #FFD700;
    transition: 0.3s ease-in-out;
}
  
.zubuz-hero-btn-wrap__top input[type="submit"]:hover {
    background-color: #FFD700;
    color: #000;
    border-color: #000;
}

.zubuz-section-padding4news {
    padding: 2rem 0 1rem 0 !important;
}
.zubuz-hero-btn-wrap__top {
  margin-bottom: 30px; /* Adjust this value as needed */
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .zubuz-hero-btn-wrap .form {
        flex-direction: column;
        gap: 10px;
    }
    
    .zubuz-hero-btn-wrap__left,
    .zubuz-hero-btn-wrap__right {
        max-width: 100%;
        flex: 1 1 auto;
    }
    
    .zubuz-hero-btn-wrap__top {
        padding: 20px;
    }
    
    .zubuz-news-content.center {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .zubuz-hero-btn-wrap__top {
        padding: 15px;
    }
    
    .zubuz-hero-btn-wrap .form .form-control {
        padding: 10px 12px;
    }
}


/*menu */
/* ===== Desktop Styles (min-width: 992px) ===== */
@media (min-width: 992px) {
  .menu-block-wrapper {
    position: relative;
  }

  .site-menu-main {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }

  .nav-item {
    position: relative;
  }

  .nav-link-item {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
  }

  /* Dropdown menus */
  .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFF9F2;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(58, 37, 23, 0.15);
    padding: 8px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    z-index: 999;
    border-radius: 0 0 8px 8px;
    border-top: 3px solid #f18c05;
    list-style: none;
  }

  .nav-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
  }

  /* Dropdown items */
  .sub-menu--item {
    padding: 0;
    margin: 0 12px;
    border-bottom: 1px solid rgba(232, 58, 31, 0.1);
  }

  .sub-menu--item:last-child {
    border-bottom: none;
  }

  .sub-menu--item a {
    display: block;
    padding: 10px 15px;
    color: #3A2517;
    transition: all 0.3s ease;
  }

  .menu-item-text {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }

  .sub-menu--item:hover {
    background: rgba(232, 58, 31, 0.05);
  }

  .sub-menu--item:hover a {
    color: #f18c05;
    padding-left: 20px;
  }

  /* Dropdown arrow */
  .nav-item-has-children:hover .fa-angle-down {
    transform: rotate(180deg);
  }

  .fa-angle-down {
    transition: transform 0.3s ease;
  }
}

/* Sub-menu item styling */
.sub-menu--item {
  white-space: nowrap; /* Forces text to stay on one line */
}

.sub-menu--item .menu-item-text {
  font-size: 0.85rem; /* Smaller text size */
  display: inline-block; /* Ensures proper spacing */
  padding: 8px 15px; /* Adjust padding as needed */
  line-height: 1.3; /* Tighter line height */

}

@media (max-width: 1024px) {
  .sub-menu--item .menu-item-text {
    font-size: 1rem;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
  }
}



/* Hover effect */
.sub-menu--item:hover .menu-item-text {
  color: #E83A1F; /* Kandara red on hover */
  padding-left: 18px; /* Slight indent on hover */
}



.cmspagecontent{
  background-color: white;;
}

/*inner page */

.kandra-csr-inner h3 {
  /* color: #FFA500; */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.kandra-csr-inner h5 {
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}

.kandra-csr-inner p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.kandra-csr-inner i {
  color: #FFA500 !important;
  font-size: 32px;
}

.kandra-csr-inner .kandra-csr-inner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

/* .kandra-csr-inner .col-md-3 {
  flex: 0 0 23% !important;
  padding: 10px;
  background-color: #1e1e1e;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
} */

.kandra-csr-inner .col-md-3:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.7);
}

.kandra-csr-inner .card-inner {
  background: #1e1e1e;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kandra-csr-inner .card-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.7);
}

.kandra-csr-inner .btn-custom-orange {
  background-color: #FFA500;
  color: #121212;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.kandra-csr-inner .btn-custom-orange:hover {
  background-color: #e69500;
  color: #fff;
}

/* ✅ Responsive tweaks */
@media (max-width: 991.98px) {
  .kandra-csr-inner .col-md-3 {
    flex: 0 0 48% !important;
  }
}

@media (max-width: 575.98px) {
  .kandra-csr-inner .col-md-3 {
    flex: 0 0 100% !important;
  }
}


.kandra-cmspagecontent .entry-content{
  margin-top: 20px !important;

}


@media (max-width: 767px) {
  .zubuz-section-padding4-custom {
      padding: 1.556rem 0 2.2rem 0;
      margin-top: 5px;
  }

  .kandra-csr-inner .col-md-3 {
  
    margin-bottom: 5px;
}
}


/*single content */
  /* Import Google Font: Open Sans */
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

  .entry-content.kandaracmsentry {
      font-family: 'Open Sans', sans-serif;
      
      line-height: 1.6;
      color: #333;
      padding: 20px;
      background-color: #fafafa;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      
      margin: 0 auto;
      margin-bottom: 50px;
  }

  .entry-content.kandaracmsentry h3 {
      font-size: 24px;
      color: #222;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
      margin-bottom: 15px;
      font-weight: 600;
  }

  .entry-content.kandaracmsentry p {
      margin-bottom: 15px;
      text-align: justify;
  }

  .entry-content.kandaracmsentry p:last-child {
      margin-bottom: 0;
  }

  .entry-content.kandaracmsentry p strong {
      font-weight: 600;
  }


  /*hero inner*/

.kandra__innner__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay for better text contrast */
  z-index: 1;
}

.kandra__innner__hero .container {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Title Styling */
.kandara__cms_title {
  font-size: 48px;
  font-weight: 700;
 
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.kandra__breadcrumbs {
  text-align: center;
  margin-top: 20px;
}

.kandra__breadcrumbs ul {
  list-style: none;
  
  display: inline-flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}

.kandra__breadcrumbs li {
  color: #ffffff;
}

.kandra__breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.kandra__breadcrumbs a:hover {
  color: #ffd700; /* or your primary brand color */
}

@media (max-width: 768px) {
  .kandra__breadcrumbs ul {
    font-size: 14px;
    gap: 15px;
  }
}



/* Responsive Text Sizes */
@media (max-width: 768px) {
  .kandara__cms_title {
    font-size: 32px;
  }

  .breadcrumbs ul {
    font-size: 14px;
  }
}

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

.breadcrumbs ul li {
  font-weight: 700;
  line-height: 1;
  z-index: 0;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  color: #ffa502;
}


/*team page */
/* .kandarateam.social-box.small-box.position {
  position: absolute;
  bottom: -5px !important;
  right: 25px;
} */


@media (max-width: 767px) {
  .heroslider-text {
    margin-top: 20px;
  }

  .zubuz-hero-section.hero-slider {
    position: relative;
    height: 10px;
    overflow: hidden;
}
}

/* MOBILE + TABLET responsive view */
@media (max-width: 1024px) {
  .zubuz-hero-section.hero-slider {
    position: relative;
    height: auto !important;      /* Allow height to grow naturally */
    max-height: 75vh;             /* Optional: limit to 75% of viewport height */
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }

  .zubuz-hero-slide {
    height: auto !important;
    min-height: 400px; /* or adjust to your desired look */
    background-size: cover;
    background-position: center center;
  }

  .heroslider-text {
   
    font-size: 16px;
  }

  .zubuz-hero-content h1 {
    font-size: 28px; /* Adjust based on design */
  }

  .zubuz-hero-content p {
    font-size: 16px;
  }
}


/*placeholder */
.zubuz-preloader {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  height: 60px;
}

.zubuz-preloader i {
  font-size: 24px;
  color: #ffc107; /* Yellow color */
  animation: bounceMusic 0.6s infinite ease-in-out;
}

.zubuz-preloader i:nth-child(1) { animation-delay: 0s; }
.zubuz-preloader i:nth-child(2) { animation-delay: 0.1s; }
.zubuz-preloader i:nth-child(3) { animation-delay: 0.2s; }
.zubuz-preloader i:nth-child(4) { animation-delay: 0.3s; }

@keyframes bounceMusic {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}


.testimonial-section-new{
  padding: 4.7rem 0 4.7rem 0;
}

.kandra-events-past .btn-custom-orange {
  background-color: #f18c05;
    color: white;
    border: none;
}

.breadcrumbs ul li:before {
  content: "";
  right: -5px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-size: 9px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/blog/backspece.svg);
}

.team__title {
  font-size: 20px;
  text-transform: capitalize; /* makes first letter of each word uppercase */
}

.kandaracmsentry__team_single h3{
  margin-top: 30px !important;
 
}

.wpcf7 form .form-check-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.wpcf7 form .wpcf7-list-item-label {
  margin-left: 5px;
}



/* */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 15px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  margin: 10px;
}

/*media hub*/
.media-hub-section .media-card {
  border: 2px solid orange;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.media-hub-section .media-card:hover {
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
}

.media-hub-section .orange-icon {
  color: orange;
}
.btn-orange{
  background: #f18c05;
  color: white;
}

.zubuz-section-padding4-events{
  padding: 3rem 0 0.2rem 0;
}

.zubuz-section-padding4-events-home{
  padding: 3rem 0 5rem 0;
}

/*past event */
.youtube-modal {
  position: fixed; z-index: 9999; top: 0; left: 0;
  width: 100%; height: 100%; background: rgba(0,0,0,0.9);
  display: flex; align-items: center; justify-content: center;
}
.youtube-modal-content {
  background: #111; padding: 20px; border-radius: 10px; max-width: 90%;
  width: 800px; position: relative;
}
.youtube-close {
  position: absolute; top: 10px; right: 15px; font-size: 28px;
  color: #fff; cursor: pointer;
}
#mediaContent iframe, #mediaContent img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border: none;
}



@media (max-width: 768px) {
.youtube-modal-content {
width: 100%;
padding: 10px;
}

#mediaContent iframe, #mediaContent img {
max-height: 60vh;
}
}
/*end pas evetn*/

/* uat fixing  ------------------------------------------uat */

.footer-logo {
  width: 100%;
  max-width: 210px;
  transition: all 0.4s;
}
.mb5designtitle {
  margin-bottom: 2rem !important;
  color: #000;
  /* text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); */
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.kandra-crs h3 {
  /* color: #FFA500; */
  font-size: 22px;
 
}
/* Gradient underline with animation */
.mb5designtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 4px;
  width: 0; /* Start from 0 width */
  background: linear-gradient(to right, #ffffff, #f18d05);
  border-radius: 2px;
  animation: underline-grow 1s ease forwards; /* Animate to full width */
}

/* Animation keyframes */
@keyframes underline-grow {
  to {
    width: 100%;
  }
}

.zubuz-hero-shape .h-50 {
  height: 25% !important;
}

.zubuz-hero-shape .w-50 {
  width: 25% !important;
}
/* .past_event_recent-content {
  text-align: justify !important;
} */

/*fixing uat for mobiel    -------------------------------uat fixing */
@media (max-width: 768px) {
  .slider-text-wrap-custom{
    padding: 20px;
  }

  .kandra-about-section .about-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .abouthomekandara p {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.6;
}

.kandra-about-section .kandra-row {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.kandra-about-section {
  background-color: #000;
  padding: 20px 15px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0.8rem;
}

.mb5designtitle {
 
  font-size: 22px;
  margin-top: 15px;
  
}
.kandra-crs h3 {
  /* color: #FFA500; */
  font-size: 22px;
  margin-top: -20px;
 
}

.zubuz-section-padding4-events-home {
  padding: 0;
}
.zubuz-section-padding4new {
  padding: 2.7rem 0 3.2rem 0 !important;
}

.past_event_recent-content {
  padding-top: 15px;
  text-align: center;
  /* line-height: 30px; */
}
.past_event_recent .event-description {
  font-size: 16px;
  color: #fbf8f8;
  line-height: 1.3;
}
.past_event_recent p{
  font-size: 16px;
  color: #f6f5f5;
  line-height: 1.3;
}

.past_event_recent-content .d-flex {
  justify-content: center;
  width: 100%; /* make sure buttons take full width for flex centering */
  flex-wrap: wrap;
  gap: 1rem; /* if not already handled */
}

/* .past_event_recent-content {
  text-align: justify;
} */
.past_event_recent-content {
  padding: 20px 0 0 0;
}
.footer-logo {
  max-width: 150px;
  margin-bottom: -30px;
}
.zubuz-copywright p {
  font-size: 10px;
  /* padding: 0; */
}
.zubuz-section-padding4news{
  padding-bottom: 0 !important;
}

.kandra-about-section .container {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
}

.kandra-events{
  padding-top: 10px !important;
  margin-top: 5px;
}
.csrtitle{
  padding-top: 20px;
}
}


/*new update for new section */
.kandraligalsy{
  padding-top: 30px;
  padding-bottom: 30px;
}
.h2titleseo{
  margin-bottom: 30px;
}


.kandra-cmspagecontent{
  padding-top:20px !important;
}