/* ==============================
   Header Ticker Section Start
   ============================== */
   .ticker-bar {
    position: relative;
    width: 100%;
    height: 44px;
    background: #ee3096;
    overflow: hidden;
    font-family: "LunchBox";
    line-height: 44px;
    white-space: nowrap;
  }
  
  .ticker-content {
    display: inline-block;
    animation: slide-left 30s linear infinite;
  }
  
  .ticker-bar:hover .ticker-content {
    animation-play-state: paused;
    background: #d92c89;
  }
  
  .ticker-content a {
    display: block;
    color: transparent;
  }
  
  .ticker-content span {
    display: inline-block;
    margin: 0 50px;
    font-size: 20px;
    font-weight: 500;
    color: transparent;
    background: #fff;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    animation: mercury-shine 2s linear infinite;
  }
  
  @keyframes slide-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  @keyframes mercury-shine {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }
  
  /* ==============================
     Header Section Styles
     ============================== */
  #header {
    #mobileMenu{
        ul{
          li{
            margin-top: 0.5rem;
          }
        }
    }
    @media screen and (max-width: 576px) {
      .mobile-menu.showMobileMenu {
          width: 100% !important;
          z-index: 9999;
      }
  }

    .btn-close-header{
       right:10px;
       top:3%;
       img{
          width:30px
       }
    }

    .phone-btn {
      border-radius: 25px !important;
      font-size: 14px !important;
    }
  
    .phone-btn-mob:hover,
    .phone-btn:hover {
      background: #d92c89 !important;
      transition: all 0.4s;
    }
  
    button:hover,
    .btn:hover {
      background: #d92c89 !important;
      color: white;
      transition: all 0.3s !important;
    }
  
    /* Responsive Adjustments */
    @media screen and (max-width: 767px) {
      .mainNav {
        padding-top: 14px !important;
      }
    }
  
    @media screen and (min-width: 1001px) and (max-width: 1200px) {
      #nav ul li a {
        padding: 10px 10px;
      }
    }
  
    @media (max-width: 1023px) {
      .menu-holder {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
        width: 100%;
        padding: 3.5rem 1rem 1rem 1rem;
      }
  
      .mobile-menu ul li a {
        color: #002855;
        font-weight: bold;
        text-decoration: none;
      }
  
      .mobile-menu.showMobileMenu {
        display: inherit !important;
        z-index: 9999;
      }
  
      .mobile-menu-backdrop.show {
        display: block;
        opacity: 1;
      }
  
      .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
      }
    }
  }
  
  /* ==============================
     Header End
     ============================== */
  


     /* Footer Blade In Line css */

    #button-addon2 {
      border-radius: 25px;
      height: 50px !important;
      display: flex;
      width: 35%;
      margin-left: -20px;
  }

  #button-addon2:hover {
      background: #fb3fa4;
      transition: all 0.4s;
  }

  .subscribeEmail {
      width: 65% !important;
      height: 50px !important;
      border-radius: 25px 0 0 25px !important;
  }
  
  #button-addon3{
    height: 50px!important;
    border-radius: 25px ;
    width: 100% ;
    background: #ee3094;
    border: 1px solid #ee3096;
    margin-left:0;
  }
  #button-addon3:hover {
      background: #d92c89;
      transition: all 0.4s;
  }

  .TrengoWidgetLauncher__iframe {
      bottom: 70px !important;
  }

  .TrengoOnlineStatus__iframe {
      bottom: 45px !important;
      width: 230px !important
  }

  /* footer end */

  /* Blog Page css */

  .paginator nav {
    display: flex !important;
    justify-content: center !important;
  }

  .pagination {
    gap: 12px;
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #EE3096 !important;
    border-color: #EE3096 !important;
  }

  .page-item .page-link,
  .page-item.disabled .page-link,
  .page-item.active .page-link {
    color: black;
    border-color: #e7e7e7;
    border-radius: 50% !important;
    font-size: 13px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }

  .page-link:focus {
    box-shadow: none !important;
  }
  .tag:hover{
    color:black!important;
  }
  @media screen and (max-width:767.98px){
    .blog-header-area-content p{
       text-align: left !important;
    }
  }



  /* Blog Page Css End */

  