@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap"); */

@font-face {
  font-family: 'Kalimati';
  src: url('../fonts/Kalimati Regular/Kalimati Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body.english-font
{
    font-family: 'Open Sans', sans-serif;
}
body.nepali-font
{
    font-family: "Kalimati", sans-serif;
}

.video-card-header {
  clip-path: circle(100% at 50% 50%);
  -webkit-clip-path: circle(100% at 50% 50%);
  transition: clip-path 0.5s ease; /* Add a transition effect */
}

.service-card:hover .video-card-header {
  clip-path: circle(0.4% at 100% 0);
  -webkit-clip-path: circle(0.4% at 100% 0);
}

body {
  overflow: hidden;
}
body.modal-open {
  height: 100%;
  overflow-y: hidden;
}

.modal-open {
  overflow: hidden;
  overscroll-behavior: none;
  
}

.link {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.link:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #04AA6D;
  color: white;
}

.round {
  border-radius: 50%;
}


#servicesImage{
  width:100vw;
}

@media screen and (max-width: 900px) {
  #servicesImage{
    width: 80vw;
  }
}

#lightModeHandler{
  cursor: pointer;
}



.slider {
  position: relative;
  max-width: 768px;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
}

.slides img {
  width: 100%;
  height: auto;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

#fileViwer{
  width:100%; 
  height:1060px;
}

#footerLogo{
  height: 89px !important; width:255px; position:absolute; left:0px; top:17px; border-bottom-right-radius:20px;
}



.homeappSlider{
  height:300px !important; 
  width:auto !important;
}

@media screen and (max-width: 640px) {
  #fileViwer{
    height:auto;
  }

  .dots{
    top : 86% !important;
  }
  
  #prevHome, #nextHome, #imageReplacementContainer{
    display: none;
  }

  .dotsss{
    top: 90% !important;
    left: 50% !important;
    transform: translateY(-50%) !important;
    transform: translateX(0%) !important;
  }

  .homeappSlider{
    height:auto !important; 
    width:100% !important;
  }

  

}

#invisibleFeedback{
  display: none;
  margin: 0px;
  transition: all 0.5s;
}

#fixedFeedback{
  cursor: pointer;
  width: 40px;
  transition: width 0.5s;
}

#fixedFeedback:hover #invisibleFeedback{
  display: flex;
}

#fixedFeedback:hover{
  width : 124px;
}

.dots {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 11111;
}


#prevHome, #nextHome{
  background-color: rgba(57, 57, 58, 0.5);
  border-radius: 15px;
  font-size: 1rem;
  z-index: 99;
}

#prevHome{
  left: 15px;
}

#nextHome{
  right: 15px;
}

.aboutAppSlider{
  display: flex; flex-direction:column; width:700px; height:300px; justify-content:center; align-items:center; gap:20px;
}

.app_slier_img{
  height: 100%;
  right:20%; 
  top:0px;
}

.branchCard{
  width: 30%;
  min-width:340px;
}

.contactContainer li::before{
    content: "\2022"; 
    color: #94a3b8; 
    display: inline-block;
    width: 1em; 
    font-size: 1.4rem;
}

.contactContainer li:hover{
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .mob-slider{
    z-index: 1;
  }

  .aboutAppSlider{
    width: 100vw;
  }

  .default_crousel_child, #default-carousel{
    min-height: 600px;
  }

  .app_slier_img{
    height: 300px;
    top: 50%;
  }

  .branchCard{
    width: 100%;
  }
}

@media (min-width: 640px) {
  .web-slider{
    z-index: 1;
  }
}

.aboutussection{
  left: 11%; 
  bottom : 8%;
  color: black;
}



@media screen and (max-width: 640px) {
  .aboutussection{
    left: 11%; 
    top : 0%;
  }

  .aboutussection h1{
    font-size: 2rem;
  }

  .me-2 .text-lg{
    font-size: 1rem;
  }

  .contactOffice{
    padding-top: 0px !important;
    padding-bottom: 15px !important;
  }
}



 /* Set the color of the dots to black */
 .slider-button {
  background-color: black;
}

/* Adjust the color of the dot buttons */
.slider-button button {
  background-color: black; /* Change dot color */
}

.app_dots button{
 border: 6px solid rgba(57, 57, 58, 0.5);
 box-sizing: border-box;
}

.app_dots button.bg-white{
 border: 6px solid rgba(0, 0, 0, 0.8);
 box-sizing: border-box;
}

.newsticker {
  border: 1px solid rgba(227,227,227,0.85);
  height: 32px;
  padding: 0;
  margin: 3px 0;
  line-height: 32px;
  background: #eee !important;
}
.newsticker .carousel-inner {
  float: left;
  width: auto;
}

.carousel-indicators {
  bottom: 20px;
}


.marquee-inner span{
height:50%;
}
.marquee-wrapper .marquee-block{
width: 450px;
width: 100%;
height: 570px;
overflow: hidden;
box-sizing: border-box;
position: relative;
padding: 0;
float:left;
}
.marquee-inner{
display: block;
height: 100%;
position: absolute;

}
.marquee-item p{
font-weight: 800;
font-size: 30px;
padding:100px;
font-family: cursive;
}
.marquee-inner.to-left{
animation: marqueeTop 10s linear infinite;
}
.marquee-item{
width: 230px;
height: 270px;
display: block;
margin:10px;
transition: all .1s ease-out;
}
@keyframes marqueeTop{
0% {
top: 0;
}
100% {
top: -100%;
}
}

.activeYTVid{
  width: 90%;
  max-width: 1000px;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.top-bar{
  color: #2260b9;
}
#v-list{
  max-height:500px; 
  overflow:scroll;
}

/* Ensure intl-tel-input styling displays properly */
.iti {
  width: 100% !important;
}
.custom-input {
    padding: 0.7rem;
}
.font-14 {
  font-size: 14px !important;
  font-weight: bold;
}
.required-field {
    position: absolute;
    margin-top: 1px;
    margin-left: 2px;
    color: red;
}
.preview-wrapper {
    border: 1px solid #e3dddd;
    border-radius: 10px;
    overflow: hidden;
}

  .loader-dual-ring {
    display:inline-block;
    border:3px solid #E5E7EB;
    border-top-color:#6366F1;
    border-radius:50%;
    animation:spin .7s linear infinite;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  @keyframes barshine { 0% { background-position:200% 0; } 100% { background-position:-200% 0; } }


#pdfFsBtn {
  transition: background-color 0.15s ease-in-out, transform 0.1s ease;
}
#pdfFsBtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#pdfFsBtn:active {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0.95);
}

  #default-styled-tab [role="tab"]{
    color:#fff;                     
    border-color:transparent;       
    background:transparent;       
  }
  #default-styled-tab [role="tab"][aria-selected="true"]{
    color:#fff !important;
    border-bottom-color:#7c3aed !important; 
    background:transparent !important;
  }

  .dark #default-styled-tab [role="tab"][aria-selected="true"]{
    border-bottom-color:#a78bfa !important; 
  }