.blog-item-data-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

}

.custom-cat {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 5px;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.blog-item-body{
    margin-bottom: 0;
}

.custom-cat li {
    position: relative;
}

.custom-cat li:not(:first-child):not(:last-child)::after {
    content: ",";
}

.custom-detail-cat {
    display: inline-block;
}

.custom-detail-cat span {
    position: relative;
}

.custom-detail-cat span:not(:first-child):not(:last-child)::after {
    content: ", ";
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.pagination ul .prev a {
    width: 46px;
    height: 50.05px;
}

.pagination ul .next a {
    width: 46px;
    height: 50.05px;
}

.custom-dowdload-list li a:hover {
    color: #ffffff !important;
}

.custom-dowdload-list li a {
    display: flex;
}

.fz18 span {
    font-size: 18px;
}

.pl-20-custom {
    padding-left: 20px;
}

.nav-logo-wrap .logo {
    max-width: 230px;
}

.text-aling-center {
    text-align: center;
}

.img-holder-white {
    height: 120px;
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.img-holder-white:hover {
    opacity: 1;
}

.item-carousel .owl-item {
    padding: 0 5px;
}

.features-item {
    padding: 0 25px;
}

.custom-owl-carousel .owl-wrapper {
    padding-top: 30px;
}

.custom-flex-justify-center {
    display: flex;
    justify-content: center;
}

.team-carousel .owl-wrapper {
    display: flex !important;
    align-items: center;
}

.team-carousel .owl-prev {
    top: 50%;
}

.team-carousel .owl-next {
    top: 50%;
}

.team-carousel-custom {
    padding-left: 50px;
}

.custom-img-portfolio {
    height: 400px !important;
    object-fit: cover;
}




@media (max-width: 1300px) {

    .inner-nav ul li {
    margin: 0 9px;
}

}

@media (max-width: 1200px) {

    .inner-nav ul li {
        margin: 0 5px;
    }

}


@media (max-width: 1125px) {

    .nav-logo-wrap .logo {
        max-width: 180px;
    }
}

@media (max-width: 1024px) {

    .nav-logo-wrap .logo {
        max-width: 280px;
    }
}

@media (max-width: 992px) {
    .team-carousel-custom {
        padding: 30px 20px 0;
    }

}

@media (max-width: 480px) {

    .nav-logo-wrap .logo {
        max-width: 200px;
    }


    .pagination ul .prev a {
        width: 32px;
        height: 40px;
    }

    .pagination ul .next a {
        width: 32px;
        height: 40px;
    }
}

.main-nav.dark-mode {
    background-color: rgba(125, 37, 42, .7)!important;
}

.blog-item-foot {
    text-align: center;
}

/* Intro Loader Overlay */
#intro-overlay {
  position: fixed;
  inset: 0;
  background: rgba(125, 37, 42, 0.8); /* 80% burgundy overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}

#intro-overlay.fade-out {
  opacity: 0;
}

#intro-video {
  width: 200px; /* Adjust if needed */
  height: auto;
}
