.popup_landling-overlay {
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      animation: fadeIn 0.6s ease;
    }

    .popup_landling-content {
      background-color: white;
      padding: 20px;
      border-radius: 12px;
      width: 90%;
      max-width: 700px;
      text-align: center;
      position: relative;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      animation: slideUp 0.4s ease;
    }

    .close-popup_landling {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }

    .image_landlingcontainer img {
      width: 100%;
      height: auto;
      display: none;
      border-radius: 8px;
    }

    .image_landlingcontainer img.active {
      display: block;
    }

    #toggleBtn_landing {
      margin-top: 15px;
      padding: 10px 20px;
      border: none;
      background-color: #f1b434;
      color: white;
      font-size: 16px;
      border-radius: 8px;
      cursor: pointer;
    }


    #toggleBtn_landing:hover {
      margin-top: 15px;
      padding: 10px 20px;
      border: none;
      background-color: #000;
      color: #f1b434;
      font-size: 16px;
      border-radius: 8px;
      cursor: pointer;
    }


h3.banner_text img {
    width: 200px;
    margin: 0 10px;
}
h3.banner_text {
    background: #e56a5487;
    max-width: max-content;
    padding: 20px; 
    color: #fff;
}

.banner_text_outter {
       position: absolute;
    bottom: 20%;
    left: 0;
    max-width: max-content;
    text-align: center;
    right: 0;
    margin: 0 auto;
} 
a.com_banner_btn {
    padding: 10px 15px;
    background: #f1b43485;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
} 
a.com_banner_btn:hover {
       text-decoration: none;
    cursor: pointer;
   background: #5e7975a8;
}




    @media only screen and (max-width: 820px),
      only screen and (max-device-width: 1024px) and (min-device-width: 768px),
      only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {

h3.banner_text { 
       font-size: 16px;
    line-height: 30px;
}

h3.banner_text img {
    width: 100px;
    margin: 0 10px;
}
.banner_text_outter {
    position: relative; margin:10px auto;}
	
	}