.footer-image{
    height: 101px;
    margin-left: 49px;
}


.l-dark{
    height: 87px;
}


.l-light{
    height: 87px;
}

.navigation-menu li{
    margin-top: 11px !important;
}

.leading-normal{
    color: #fa9a5e;

}

.explore-button{
    color: #00bf63;
}

.destinations-images{
    height: 150px;
    width: 100%;
    object-fit: cover;
}


.packages-images{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.group img{
    width: 100%;
    height: 250px;
}
.ifram_div iframe{
    border-radius: 50%;
    width: 100%;
    height: 330px;
    border-bottom: 4px solid #fb2c36 !important;
    border-top: 3px solid #fb2c36 !important;
}

/*  */


/*whatsapp and call css s */

.mobile_callwhat {
    position: fixed;
    bottom: 115px;
    right: 23px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width:50px;
    z-index: 9999;
  }

  .mobile_callwhat a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 15px;
  }

  .mobile_callwhat a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  }

  .btn-whatsapp-pulse {
    background-color: #25d366; /* WhatsApp green */
  }

  .btn-whatsapp-pulse1 {
    background-color: #c42121; /* Call button red */
  }

  .mobile_callwhat img {
    max-width: 43px !important;
    height: auto;
  }

  /* Pulse animation for interactivity */
  .btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
  }

  @media (max-width: 767px) {
    .mobile_callwhat {
      display: block !important;
    }
  }

  .mobile_callwhat {
      display: none;
    }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .mobile_callwhat {
        bottom: 120px;
        right: 15px;
        gap: 15px;
    }
    .fixed_enquiry_btn_web a {
    background-color: #15373f;
    padding: 15px 5px 15px 5px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    writing-mode: vertical-lr;
    color: #fff !important;
    border: 2px solid #fff;
  }

    .mobile_callwhat a {
        width: 50px;
        height: 50px;
    }

    /*.mobile_callwhat img {*/
    /*    max-width: 30px;*/
    /*}*/
  }

  @media (max-width: 480px) {
    .mobile_callwhat {
        bottom: 120px;
        right: 15px;
    }

    .mobile_callwhat a {
        width: 50px;
        height: 50px;
    }


  }


  .contact-block {
  display: inline !important;
  }

  .alt-indent {
    margin-left: 10px; /* Adjust value as needed */
  }

    .contact-icon {
      display: inline !important;
      color: #fa8e4c;
    }


    /* .adds_content{
        margin-right: 10px;
    }

    .mail_content {
        margin-left: 10px;
    }
    .mail_content1 {
        margin-left: 33px;
    } */
  /*whatsapp and call css e */

