.top-header {
    background: #3d5e90;
    padding: 4px;
    text-align: center;
}
.top-header .dz-features-wrapper {
    position: relative;
    z-index: 1000;
    border-top: 1px solid #304a72;
    border-bottom: 1px solid #304a72;
    transform: rotate(0deg);
}
.top-header .text-wrapper .title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    letter-spacing: 1px;
    text-transform: capitalize;
    justify-content: center;
    line-height: 1;
    width: max-content;
    margin: 0;
}
.top-header .dz-features-wrapper .dz-features .item {
    padding: 0px 20px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.top-header .dz-features-wrapper .dz-features {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    animation: ticker 0s linear infinite 0s normal;
    animation-duration: 0s;
    animation-duration: 35.9528s;
    padding: 7px 10px;
}
.main-slider.style-1 .banner-content .content-info span {
    font-family: "Edu TAS Beginner", cursive;
    font-size: 30px;
    color: #3d5e90;
    font-weight: 600;
}
.main-slider.style-1 .banner-content .content-info p {
    font-size: 18px;
    padding: 25px 0;
}
.footer-list, .footer-social-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-list li {
    margin-right: 10px;
    border-right: 2px solid #a8a8a8;
    padding-right: 10px;
    line-height: 18px;
}
.footer-list li:last-child{
    border-right: none;
}
.footer-social-list li {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 18px;
}
.footer-social-list li{
    width: 30px;
    height: 30px;
    background: #adadad;
    color: white;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    padding: 0 6px;
}
.meta-content a{
    /* padding: 5px; */
    width: 85px;
    height: 105px;
    display: block;

}
.meta-content a img {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #cecece;
    border-radius: 5px;
    padding: 4px;
}
.meta-content .active a img{
    border: 3px solid var(--primary);

}
.size-box ul li {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
}
.size-box ul{
    display: flex;
    flex-wrap: wrap;
}
.size-box ul li.active{
    border: 2px solid #3d5e90;
}
.size-box ul li.out-of-stock {
    position: relative;
    color: #ccc; /* Lighten the text color to indicate it's unavailable */
    cursor: not-allowed; /* Change cursor to not-allowed */
    background-color: #f9f9f9; /* Change background color to indicate it's disabled */
    border: 1px solid #ddd; /* Lighten the border color */
    pointer-events: none; /* Disable click events */
}

.size-box ul li.out-of-stock{
    color: #919191;
}
.size-box ul li.out-of-stock::before,
.size-box ul li.out-of-stock::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px; /* Adjust thickness of the line */
    background-color: #919191; /* Color of the lines (red in this case) */
    transform: translate(-50%, -50%);
}

.size-box ul li.out-of-stock::before {
    transform: translate(-50%, -50%) rotate(45deg); /* First diagonal line */
}

.size-box ul li.out-of-stock::after {
    transform: translate(-50%, -50%) rotate(-45deg); /* Second diagonal line */
}
 .qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
 .qty-box .input-group {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: unset;
}
.qty-box .quantity-left-minus, .qty-box .quantity-right-plus {
    border: 1px solid gray;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 30px;
    background: #3d5e90;
    color: white;
    font-weight: 700;
}
.qty-box input {
    margin: 0 10px !important;
}
.rating-section .rating .active{
    color: orange;
}
.blog .dz-card .dz-media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.banner .project-carousel .swiper-wrapper .swiper-slide img {
    height:100% ;
    object-fit: contain;
    width: 100%;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: black;
    font-size: 24px;
}
.about-style3 ul{
    margin-left: 20px;
}
.about-style3 li {
    list-style: disc;
    padding: 6px 0;
    font-size: 18px;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
}
  .contact-card {
    flex: 1 1 300px;
    padding:40px 15px;
    margin: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
  }

  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .contact-card i {
    font-size: 36px;
    color: #3d5e90;
    margin-bottom: 10px;
  }

  .contact-card h3 {
    color: #555;
    margin: 10px 0 5px;
  }

  .contact-card p {
    color: #777;
    margin: 0;
  }

  @media (max-width: 768px) {
    .contact-info {
      flex-direction: column;
      align-items: center;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .page-content {
        top: 75px;
        position: relative;
    }
  }
  .widget_categories ul li span{
    padding-left: 10px;
  }