    .bgcolorif-ok {
      background-color: #F8F8F8;
      margin-top: 1px;
    }

    .esh-container-2 {
      /* padding: 0px; */
      display: flex;
      justify-content: space-between;
    }

    .esh-navbar {
      background-color: #000;
      width: 100%;
    }

    .esh-navbar-container {
      /* max-width: 1200px; */
      margin: 0 auto;

      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .esh-navbar-left,
    .esh-navbar-right {
      display: flex;
      align-items: center;
    }

    .esh-navbar-left a {
      color: white;
      text-decoration: none;
      padding: 16px 16px;
      display: block;
      transition: background 0.3s ease;
    }

    .esh-navbar-left a:hover {
      background-color: #444;
    }

    .esh-highlight-btn {

      color: white;
      padding: 16px 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    @media (max-width: 768px) {
      .esh-navbar-container {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
      }

      .esh-navbar-left,
      .esh-navbar-right {
        flex-direction: column;
        width: 100%;
      }

      .esh-navbar-left a,
      .esh-highlight-btn {
        width: 100%;
        text-align: left;
        padding: 12px 20px;
      }
    }

    @media (max-width: 800px) {

      .esh-container,
      .esh-container-2 {
        padding: 5px !important;
        display: flex;
        flex-direction: column;
        font-size: 15px;
        align-items: center;
      }

      .esh-container-3 {
        padding: 10px !important;
        display: flex;
        flex-direction: column;
        font-size: 15px;
      }

      .esh-container-420 {
        padding-left: 33px;
      }

      .day1-city_bg-color {
        padding-left: 0px !important;
        text-align: center;
      }
    }

    /* CSS */
    .custom-container {
      background: #eee;
      padding: 40px 20px;
    }

    .city-title-box {
      background-color: #e67e00;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      padding: 0px 30px;
      display: inline-block;
      margin-bottom: 30px;
      font-family: Arial, sans-serif;
    }

    .city-title-box>h2 {
      margin-bottom: 0px;
      font-size: 20px;
    }

    .city-description {
      font-family: 'Georgia', serif;
      color: #222;
    }

    .city-description .drop-cap {
      float: left;
      font-size: 60px;
      line-height: 60px;
      font-weight: 700;
      color: #333;
      margin-right: 10px;
      font-family: 'Arial Black', sans-serif;
    }

    .city-description .main-text {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.8;
    }

    .city-image img {
      /* border-radius: 4px; */
      max-width: 100%;
    }

    .city-banner-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      /* border-radius: 4px; */
      max-height: 500px;
    }

    /* start New page design  */
    .day1-city_bg-color {
      background: linear-gradient(45deg, #e73e5d, #ff7f7f);
      background-repeat: no-repeat;
      background-position: right top;
      height: 200px;
      margin-top: 1px;
      padding-top: 72px;
      padding-left: 180px;
      color: #FFFFFF;
      font-size: 20px;
      font-weight: bolder;
      margin-bottom: 10px;
      /* border-radius: 5px; */
    }

    .day1-city_bg-color-sponsor {
      background: linear-gradient(45deg, #e73e5d, #ff7f7f);
      height: 200px;
      margin-top: 1px;
      margin-left: -20px;
      display: flex;
      color: #FFFFFF;
      font-size: 20px;
      font-weight: bolder;
      text-align: center;
      justify-content: center;
      align-items: center;
      /* border-radius: 5px; */
      margin-bottom: 4px;
    }

    .city-cap {
      color: #fff !important;
    }

    .day1-city-image-right {
      margin-left: -20px;
      background-size: cover !important;
      background-position: center !important;
      /* border-radius: 5px; */
      height: 100%;
      /* Fixed height, adjust as per need */
      overflow: hidden;
      /* Prevent overflow */
    }

    .image-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      /* Hide anything outside of container */
      /* border-radius: 5px; */
    }

    .original-img,
    .animation-img {
      position: absolute;
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
      /* Ensures image covers container completely */
      transition: all 0.8s ease;
    }

    .original-img {
      transform: scale(1);
      filter: blur(0);
      opacity: 1;
      z-index: 2;
    }

    .animation-img {
      transform: scaleX(1.5);
      filter: blur(8px);
      opacity: 0;
      transform-origin: left;
      z-index: 1;
    }

    /* Hover effect */
    .day1-city-image-right:hover .original-img {
      transform: scale(1.15);
      filter: blur(8px);
      opacity: 0;
    }

    .day1-city-image-right:hover .animation-img {
      transform: scaleX(1);
      filter: blur(0);
      opacity: 1;
    }

    .day1-city-text-box {
      background-image: url(../../images/bg.jpg);
      background-repeat: no-repeat;
      background-position: right top;
      background-color: #37003c;
      padding-top: 50px;
      padding-right: 25px;
      padding-left: 25px;
      color: #FFFFFF;
      /* border-radius: 5px; */
      font-size: 14px;
      height: 100%;
    }
    

    @media (max-width: 912px) {
      .day1-city_bg-color-sponsor {
        margin-left: 0px;
      }
    }

    .top_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;

}

.top_nav ul li {
    position: relative;
}

.top_nav ul li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

.top_nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 5px;
    transition: width 0.3s ease;
}

.top_nav ul li:nth-child(1) a::after {
    background-color: red;
}
.top_nav ul li:nth-child(2) a::after {
    background-color: blue;
}
.top_nav ul li:nth-child(3) a::after {
    background-color: green;
}
.top_nav ul li:nth-child(4) a::after {
    background-color: orange;
}

.top_nav ul li a:hover::after {
    width: 100%;
}

.top_nav ul li a.active::after {
    width: 100%; /* Make the border show fully */
}


    /* end New page design  */