  body{
      background-color: #ffff;
    }
    .panel-default{
      border: none;
      box-shadow: none;
    }
    .home_mb-0{
      margin-bottom: 0;
    }
    .gap-65{
      gap: 65px;
    }
    .home_contain{
        min-height: 55vh;
        margin: 0;
        padding: 0;
    }
    .mb-15{
      margin-bottom: 15px;
    }
    .font-25{
      font-size: 25px;
    }
    .blog_card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #ddd;
        border-radius: 25px;
        overflow: hidden;
         background-color: #f5f5f5;
        padding: 0 !important;
        padding-bottom: 0 !important;
    }

    .card-body .row {
        margin: 0;
    }
    .font-16{
      font-size: 16px !important;
    }
    .learn_more_link{
       color: #97144d;
    }
    learn_more_link:hover {
        color: #23527c;
        text-decoration: none;
    }
    .mr-23{
      margin-right: 23rem;
      margin-bottom: 10px;
    }
    .title{
       font-size: 20px;
    }
    .img_contain {
    transition: transform .2s;
    }

    .img_contain:hover {
        transform: scale(1.08);
        box-shadow: 0 4px 18px #0e0e0e2e;
    }

    .img_contain:hover + .cate_name {
        transition: transform .2s;
        transform: scale(1.08);
    }

    .cate_name {
        color: #222 !important;
        letter-spacing: .08px;
        font-family: Graphik Webfont, -apple-system, Helvetica Neue, Droid Sans, Arial, "sans-serif";
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25;
        margin-bottom: 10px;
        margin-top: 1.5rem;
    }
    .p_5{
      padding: 5px;
    }
    .pr-55{
       padding-right: 55px;
    }
    .height-160{
      height: 160px !important;
    }
    .pt-20{
      padding-top: 20px !important;
    }
    .ml_9 {
       margin-left: 18px;
       margin-bottom: 9px;
    }
    .p-15{
      padding: 15px;
      padding-left: 40px;
    }
    .mr-5{
        margin-right: 5rem;
    }
    .mb_4{
      margin-bottom: 4rem;
    }
    .h_50{
      width: 100%;
      height: 50%;
    }
    .p_6{
      padding: 6px;
    }
    .w-98{
      width: 98%;
    }
    .bg-none{
      background-color: #fff !important;
    }
    .owl-controls {
        text-align: center;
        margin-top: 10px;
    }

    .owl-buttons .owl-prev,
    .owl-buttons .owl-next {
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
        font-size: 20px;
        background-color: gray;
        border: none;
        border-radius: 50%;
        color: #fff;
        padding: 5px 7px;
    }
.fa-angle-left{
      font-size: 10px;
    }
    .fa-angle-right{
      font-size: 10px;
    }
    .see-all-link{
      text-decoration: none;
    font-size: 13px;
    border: 1px solid black;
    padding: 6px 13px;
    border-radius: 17px;
    }
    .see-all-link: hover{
      text-decoration: none !important;
      color: gray !important;
    }
    .pl-50{
       padding-left: 50px;
    }
     .video-container {
        position: relative;
        display: inline-block;
    }
    .play-icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 20px; /* Adjust size as needed */
        height: 20px;
        opacity: 0.8;
    }

@media (max-width: 767px) {
    .mb_4{
      margin-bottom: 0 !important;
    }
  }
    .image-container {
        display: flex;
        justify-content: center; /* Centers image */
        align-items: center;
        width: 100%;
        max-width: 100%;
        overflow: hidden; /* Prevents unwanted overflow */
    }

    .image-container img {
        width: auto;
        max-width: 100%;
        height: auto;
        object-fit: contain; /* Ensures it maintains aspect ratio */
        }
    .mobile-carousel .item {
        width: 100% !important;
    }

