body{
  overflow-x: hidden;
}

.custom-font-style1{
    font-size:18px !important;
    color: black;
    font-weight: 400;
}

.hero-image{
    object-fit: cover;
    height: 300px;
    width: 846px;
    object-position: top;
}

.veda-image-container {
    max-height: 600px;
    overflow: auto;
    margin-top: 50px;
    border: 2px solid darkblue;
    padding: 15px;
}

.full-width{
    max-width: 100% ;
}

@media only screen and (min-width: 992px) {
    .bg1 {
        background-color: #f3f4fe;
    }
}

.ud-single-pricing .ud-popular-tag2 {
    display: inline-block;
    padding: 10px 25px;
    background: #3056d3;
    border-radius: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: 600;
  }

  #features h2{
    font-size: 30px;
  }

  #features .ud-feature-list li{
    font-size: 20px;
    color: #2b2727 !important;
  }

  #features  p{
    font-size: 22px;
    color: #2b2727 !important;
  }

  /* iframe css */

  .custom-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; /* Added for positioning */
  }

  .custom-box iframe {
    width: 100%;
    min-height: 500px;
    border: none;
  }

  .box-header {
    background-color: #f0f0f0;
    padding: 8px;
    cursor: move;
  }

  .minimize-button,
  .maximize-button, 
  #toggleButton,
  .back-button{
    cursor: pointer;
    float: right;
    margin-right: 10px;
    font-size:17px;
  }

  .window-title {
    font-weight: 400;
  }


  #toggleButton {
    /* padding: 10px;
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center; */
  }

  #toggleButton span {
    margin-left: 5px;
  }

  #___gcse_0 {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px;
  }

  .custom-main-iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }


  .max-width-100{
    max-width:100% !important;
  }

  .ud-feature-list li{
    list-style-type: square;
  }

.tab-button {
    display: inline-block;
    padding: 0px 8px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #e2d9d9;
    color: black;
    font-weight:300;
}