/**
* Template Name: Presento
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

/* Style the scrollbar */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
  height: 12px;
  /* Height of the scrollbar (for horizontal scrollbar) */
}

/* Style the thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: #180e72;
  /* Color of the thumb */
  border-radius: 6px;
  /* Rounded corners for the thumb */
  border: 3px solid #ffffff;
  /* Adds a border around the thumb */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Background color of the scrollbar */
  border-radius: 6px;
  /* Rounded corners for the track */
}

/* Hover effect on the scrollbar thumb */
::-webkit-scrollbar-thumb:hover {
  background-color: #180e72;
  /* Darker thumb color on hover */
}

.navlink>li>a:hover {
  background-color: rgba(64, 102, 242, 0.1);
}

.navlink>li>a {
  padding: 5px 8px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #000000;
}

.navlink>li>a:hover {
  color: #180e72;
}

/* .submenu {
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 580px;
} */

.menu-item {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  
}

.menu-item h3 {
  cursor: pointer;
  margin-bottom: 0px;
  /* Default state */
  transition: margin-bottom 0.3s ease;
  /* Smooth transition when submenu appears */
}

.submenu {
  display: none;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), 
              visibility 0.7s, 
              margin-top 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  color: rgb(0, 0, 0);
  margin-top: 0px;
}


.menu-item:hover h3 {
  margin-bottom: 10px;
  /* Push h3 down smoothly */
}

.menu-item:hover .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 10px;
  /* Add smooth margin animation */
}



:target {
  scroll-margin-top: 150px;
}

.VisionMisionImg {
  width: 740px;
  height: 405px;
  border-radius: 5px;

}

.CoreValueImg {
  width: 735px;
  height: 300px;
  border-radius: 5px;
}

.zoom-image {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.259);
  opacity: 1;

}

/* #eb4f4f */
.zoom-image h3 {
  color: #eb4f4f;

}

.zoom-image:hover {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.259);
  box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.888);
}



.menu-item {
  list-style: none;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  width: fit-content;
}

#AboutUs {
  /* background-image: url("../img/about_us_bkg.png"); */
  background-repeat: no-repeat;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(10px);
}

.fade-in-late {
  opacity: 0;
  transform: translateY(20px);
  /* Adds a slight upward transition effect */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-in-late.active {
  opacity: 1;
  transform: translateY(10px);
}


.input-group input:focus~label,
.input-group textarea:focus~label,
.input-group input:valid~label,
.input-group textarea:valid~label {
  top: -10px;
  font-size: 12px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 10px;
}

.input-group label {
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}


.hover-effect {
  position: relative;
  background: white;
  overflow: hidden;
  transition: color 0.8s ease-in-out;
}

.hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0a0c5c;
  transition: width 0.8s ease-in-out;
  z-index: 0;
}

.hover-effect:hover::before {
  width: 100%;
}

.hover-effect h3,
.hover-effect p {
  position: relative;
  z-index: 1;
  transition: color 0.8s ease-in-out;
}

.hover-effect i {
  position: relative;
  z-index: 1;
  transition: color 0.1s ease-in-out;
}

.hover-effect:hover h3,
.hover-effect:hover p,
.hover-effect:hover i {
  color: white;
}

/* #0a0c5c */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f3f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loaderImg {
  width: 1000px;
  height: 1000px;
  border-radius: 5px;

}

.spinner {
  width: 100px;
  height: 100px;
  /* border: 6px solid rgb(62, 162, 223);
  border-top: 6px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite; */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Hide content until loaded */
.content {
  display: none;
}
/* 
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 13px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  background: #11095e;
  border-radius: 50%;
  border: 3px solid var(--theme-color, #eb4f4f);
  box-shadow: 2px 2px 20px 6px rgba(0, 0, 0, 0.1);
  z-index: 9000;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top svg {
  width: 100%;
  height: 100%;
  color: var(--theme-color, white);
}

.scroll-top path {
  stroke-width: 7;
  fill: none;
  stroke: var(--theme-color, white);
  stroke-dasharray: 307.919, 307.919;
  stroke-dashoffset: 307.919;
  transition: stroke-dashoffset 0.1s linear;
}

.arrow-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-color, #007bff);
} */

.hr-line {
  border: none;
  height: 2px; 
  background: #0a0c5c;
  border-radius: 2px;
  /* margin-top: 16px;  */
  box-shadow: 0px 1px 2px rgba(10, 12, 92, 0.5); 
}
/* .active {
  color: #ce1e21; 
  font-weight: bold;
  border-bottom: 2px solid #ce1e21;
} */
 
.txt {

  font-weight: normal;

  text-decoration-line: none;

}

.filter-actives {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #f53c0c;
  text-underline-offset: 6px;
  color: #fff;
  border-color: #f53c0c;
  font-weight: bold;
}

.txt:hover {

  text-decoration-line: underline;

  text-decoration-thickness: 3px;

  text-decoration-color: #f53c0c;

  text-underline-offset: 6px;

  color: #fff;

  border-color: #f53c0c;

  font-weight: bold;

}
section {
    padding-bottom: 0px;
}
/* remove number up and down arrow */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.pointer {
  cursor: pointer;
}