/* Remove default controls */
#myVideo::-webkit-media-controls {
    display: none !important;
  }
  #myVideo::-webkit-media-controls-panel {
    width: calc(100% + 40px); /* Adjust to cover rounded border */
    margin: 0 -20px; /* Offset for rounded border */
  }

  /* Remove default controls */
#myVideo1::-webkit-media-controls {
    display: none !important;
  }
  #myVideo1::-webkit-media-controls-panel {
    width: calc(100% + 40px); /* Adjust to cover rounded border */
    margin: 0 -20px; /* Offset for rounded border */
  }
  
  /* Add custom controls */
  #customControls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px; /* Border radius */
    padding: 10px 20px;
  }
  
  /* Adjust position for custom controls */
  @media (max-width: 768px) {
    #customControls {
      bottom: 20px;
    }
  }


  .video-container {
    position: relative;
    width: 100%;
    min-height: 200px; /* Set minimum height to ensure video is visible */
  }
  
  
  
  .text-overlay {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, 0.5); Adjust opacity as needed */
    padding: 20px;
    border-radius: 10px; /* Optional: Add border radius to the overlay */
  }
  
  .text-content {
    color: #fff; /* Text color */
  }
  
  .text-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .text-content p {
    font-size: 16px;
    margin: 0;
  }
  .overlay-image {
    position: absolute;
    top: -2%;
    right: -34%;
    width: 500px;
    height: auto;
    z-index: 1;

  }
  
  .i4ewOd-pzNkMb-haAclf {
    background-color: rgb(101 186 207) !important;
}

.map-container {
    position: relative;
    width: 100%;
  }
  
  #mapFrame {
    width: 100%;
    height: 600px; /* Adjust height as needed */
  }
  
  .maphoverlay {
    
    position: absolute;
    top: 0;
    left: 11px;
    width: 98%;
    height: 15%;
    background-color: #7199ae5e;
    pointer-events: none;
    
  }

  @import url('https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


.MainDIV {
  padding: 2rem;
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background-color: #ffffff;
}
.MainDIV ul{
  width: min(100%, 60rem);
  overflow: hidden;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 4rem);
  list-style: none;
  perspective: 1000px;
  display: grid;
  row-gap: 0.5rem;
}
.MainDIV ul li.card{
  position: relative;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  background-color: var(--bg-color);
  background-image: linear-gradient(to right, rgb(0 0 0 / .15), transparent);
  transform-style: preserve-3d;
  color: var(--color);
  
  display: grid;
  grid-template: 'icon' 'title' 'content';
  row-gap: 0.5rem;
  column-gap: 2rem;
}
.MainDIV ul li.card::before, ul li.card::after {
  --side-rotate: 60deg;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform-origin: calc(50% - (50% * var(--ry))) 50%  ;
  transform: rotateY(calc(var(--side-rotate) * var(--ry)));
  background-color: inherit;
  background-image: linear-gradient(calc(90deg * var(--ry)), rgb(0 0 0 / .25), rgb(0 0 0 / .5));  
}
.MainDIV ul li.card::before {--ry: -1; right: 100% }
.MainDIV ul li.card::after {--ry: 1; left: 100% }

.MainDIV ul li.card .icon {
  grid-area: icon;
  display: grid;
  place-items: center;
}
.MainDIV ul li.card .icon i {
  font-size: 2rem;
}
.MainDIV ul li.card .title{
  grid-area: title;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.MainDIV ul li.card .content{
  grid-area: content;
}

@media (min-width: 30rem){
    .MainDIV ul li.card {
    grid-template: 'icon title' 'icon content';
    text-align: left;
  }
  .MainDIV ul li.card .title { text-align: left }
}



.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #ffffff00 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #7bb2aa none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #7bb2aa none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
    color: #7bb2aa;
}
  
  
.bg::before{

    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    height: 75px;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    background-image: conic-gradient(from 180deg at 50% 100%, transparent 0, transparent 27%, #ff3998 27%, #d764ff 36.04%, #00b5ff 58.23%, #0fd 63%, #54fa43 73%, transparent 73%, transparent 100%);
    animation: hueRotate 2.5s linear infinite;
}



.scrollToTopBtn {
    background-color: #9a9a9a;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;
  
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all 0.5s ease;
  }
  
  .showBtn {
    opacity: 1;
    transform: translateY(0);
  }