.bg-color {
  background-color: blueviolet; /* Replace with your desired background color */
  padding: 20px; /* Adjust padding as needed */
  border: 1px solid #ccc; /* Optional: Add border or other styles */
}

.right-content {
  padding: 20px; /* Adjust padding for the content inside the right column */
  color: black;
  height: 100%;
  left: 0px;
  /* UI Properties */
  font: normal normal 300 23px/34px "Poppins", sans-serif;
  letter-spacing: 0.50px;
  font-size: 18px;


}
.bg-colr{
  background-color: rgba(6, 168, 226, 0.3);
}
.custom-head{
  color:  #09469C;
}
.custom-head {
  color: #09469C;
font: normal normal 300 30px/34px "Poppins", sans-serif;
}

.left-cont {
  height: 100vh !important;
  position: fixed !important;
  display: flex;
  align-items: end;
  right: 0;
  top: 0;
}

.rt-cont {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.header-cutm {
  position: relative;
}

.ctm-left-img {
  position: absolute;
  width: 500px;
  top: 1vh;
  justify-content: right;
  left: 18vw;
}

.left-head {
  top: 35vh;
  position: relative;
}
.custom .home{
  min-height: 100vh;
  overflow: scroll;
}
.img-wrap{
  display: none;
}
.about-content {
  overflow-y: auto; 
  scrollbar-width: none;
  -ms-overflow-style: none; 
}

.about-content::-webkit-scrollbar {
  display: none; 
}
@media (max-width: 768px) {
  .left-cont {
    height: auto !important;
    position: static !important;
    display: flex;
    align-items: end;
    right: 0;
    top: 0;
  }

  .ctm-left-img{
    display: none;
  }
  .img-wrap{
    width:100%;
    display:block;
  }
  .left-head{
    position: static
  }

  .right-content{
    padding: 0%;
  }
  .custom-head {
    color: #09469C;
    font: normal normal 400 20px/30px "Poppins", sans-serif;
}

.abtcontent {
margin-bottom: 1.5rem;
}

.custom .arrow-container {
   float: left;
   width:fit-content;
  word-break: keep-all !important;
  padding: 0px 10px;
  padding-left: 0%;
  display: flex;
  padding-top: 10px;
  
}
.custom .arrow-container .arrow{
  color: #09469C !important;
}
}
.custom .arrow-container {
  display: flex;
  padding: 0px 10px;
  padding-top: 10px;
 
}

.custom-container .abtcontent{
  margin-bottom: 1rem;
  min-height: fit-content;
}

.lang-section{
  z-index:9999;
}