@import url("https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.bg-gradient {
  background-image: linear-gradient(
      112.5deg,
      rgb(214, 214, 214) 0%,
      rgb(214, 214, 214) 10%,
      rgb(195, 195, 195) 10%,
      rgb(195, 195, 195) 53%,
      rgb(176, 176, 176) 53%,
      rgb(176, 176, 176) 55%,
      rgb(157, 157, 157) 55%,
      rgb(157, 157, 157) 60%,
      rgb(137, 137, 137) 60%,
      rgb(137, 137, 137) 88%,
      rgb(118, 118, 118) 88%,
      rgb(118, 118, 118) 91%,
      rgb(99, 99, 99) 91%,
      rgb(99, 99, 99) 100%
    ),
    linear-gradient(
      157.5deg,
      rgb(214, 214, 214) 0%,
      rgb(214, 214, 214) 10%,
      rgb(195, 195, 195) 10%,
      rgb(195, 195, 195) 53%,
      rgb(176, 176, 176) 53%,
      rgb(176, 176, 176) 55%,
      rgb(157, 157, 157) 55%,
      rgb(157, 157, 157) 60%,
      rgb(137, 137, 137) 60%,
      rgb(137, 137, 137) 88%,
      rgb(118, 118, 118) 88%,
      rgb(118, 118, 118) 91%,
      rgb(99, 99, 99) 91%,
      rgb(99, 99, 99) 100%
    ),
    linear-gradient(
      135deg,
      rgb(214, 214, 214) 0%,
      rgb(214, 214, 214) 10%,
      rgb(195, 195, 195) 10%,
      rgb(195, 195, 195) 53%,
      rgb(176, 176, 176) 53%,
      rgb(176, 176, 176) 55%,
      rgb(157, 157, 157) 55%,
      rgb(157, 157, 157) 60%,
      rgb(137, 137, 137) 60%,
      rgb(137, 137, 137) 88%,
      rgb(118, 118, 118) 88%,
      rgb(118, 118, 118) 91%,
      rgb(99, 99, 99) 91%,
      rgb(99, 99, 99) 100%
    ),
    linear-gradient(90deg, rgb(195, 195, 195), rgb(228, 228, 228));
  background-blend-mode: overlay, overlay, overlay, normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

p {
  /* font-family: "Rubik", sans-serif; */
  /* font-family: "Roboto", sans-serif; */
  /* font-family: "Lato", sans-serif; */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.font-gloria {
  font-family: "Gloria Hallelujah", cursive !important;
}

.pop-font {
  font-family: "Poppins", sans-serif !important;
}
.roboto-font {
  font-family: "Roboto", sans-serif;
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.font-playfair {
  font-family: "Playfair Display", serif;
}
header {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.logo_width {
  width: 70px;
}
a.active {
  color: #005bab;
}

.goog-te-gadget {
  display: flex;
  align-items: center;
  gap: 7px;
  /* margin: 0ch; */
}

.goog-te-gadget .goog-te-combo {
  padding: 2px 25px 4px 13px;
  height: 30px;
  font-size: 12px;
  align-items: start;
  margin: 0px 0 !important;
  /* display: flex
; */
}
.goog-te-gadget span {
  display: none;
}

.skiptranslate iframe {
  height: 26px;
}

div.bhashini-disclaimer {
  display: none !important;
}
a {
  display: inline-block;
  /* color: rgba(255, 255, 255, 0.4); */
  text-decoration: none;
  font-size: 13px;
  position: relative;
  z-index: 1;
  transition: color 0.3s linear;
}
a:hover {
  color: #005aab;
}
.line {
  margin-top: 10px;
  display: block;
  position: absolute;
  background: #005aab;
  height: 1px;
  transition: all 0.3s linear;
  top: 30px;
}

.sentence {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  max-width: 90%;
  font-size: 55px;
  color: #005aab;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  text-align: center;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: scale(5) translateX(-20px);
  animation: fadeIn 0.7s ease-out forwards;
}
.letter2 {
  display: inline-block;
  opacity: 0;
  transform: scale(5) translateX(20px);
  animation: fadeIn 0.7s ease-out forwards;
}

.break {
  flex-basis: 100%;
  height: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.layout-content-container {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  background-color: #ffffff;
}
.carousel-container::-webkit-scrollbar {
  display: none;
}

.animated-size-btn {
  animation: grow-shrink 2s ease-in-out infinite;
}

@keyframes grow-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    /* Bigger size */
  }
  100% {
    transform: scale(1);
    /* Back to original size */
  }
}

.sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #005aab;
  position: absolute;
  left: 25px;
  top: -11px;
}
.scale-y-100 {
  transform: scaleY(1);
}

/* Media queries  */

@media (max-width: 376px) {
  .text-m-11 {
    font-size: 10px !important;
  }
}

@media (max-width: 700px) {
  .flex-col-mobile {
    flex-direction: column !important;
  }

  .flex-col-mobile *{
    width: 100% !important;
    /* list-style: none; */
  }
  /* .flex-col-mobile h5{
    font-size: 26px;
  }
  .flex-col-mobile a{
    font-size: 19px;
  }
  .flex-col-mobile b{
    font-size: 20px;
  } */
}

@media (min-width: 1400px) and (max-width:1900px ){

}

@media (max-width: 376px) and (max-height: 668px){
  /* Mobile landscape styles */
 #drawer-image{
  max-height: 300px !important;
  object-fit: scale-down;
 }
}

/*@media (max-width: 680px) and (orientation: landscape) {
  .sentence{
    font-size: 35px;

  }
  .hero2{
    height: 70vh !important;
  }
}

@media (max-width: 916px) and (orientation: landscape) {
   .sentence{
    font-size: 35px;

  }
  .hero2{
    height: 70vh !important;
  }
} */

/* =============================
   📱 MOBILE DEVICES
=============================*/

/* Mobile Portrait (max 480px) */
@media (max-width: 480px) and (orientation: portrait) {
  /* Mobile portrait styles */
  .sentence {
    font-size: 45px;
  }

  #drawer {
    top: 3rem;
    right: -0.5rem;
    height: 90vh;
  }

  .mobile-team-card {
    width: 100% !important;
  }
}

/* Mobile Landscape (max 750px) */
@media (max-width: 932px) and (max-height: 430px) and (orientation: landscape) {
  /* Mobile landscape styles */
  .sentence {
    font-size: 35px;
  }
  .hero2 {
    height: 70vh !important;
  }
}

/* =============================
   📲 TABLETS
=============================*/

/* Tablets Portrait (min 481px to max 1024px) */
@media (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  /* Tablet portrait styles */

  #drawer {
    top: 6rem;
    right: -0.5rem;
    height: 50vh;
  }
}

/* Tablets Landscape (min 751px to max 1366px) */
@media (min-width: 751px) and (max-width: 1366px) and (orientation: landscape) {
  /* Tablet landscape styles */
}

/* =============================
   💻 LAPTOPS
=============================*/

/* Small Laptops (1366px wide typical HD) - Landscape only */
@media (min-width: 1280px) and (max-width: 1366px) and (orientation: landscape) {
  /* Small laptops landscape styles */
}

/* Medium to Large Laptops (1367px to 1920px) - Landscape */
@media (min-width: 1367px) and (max-width: 1920px) and (orientation: landscape) {
  /* Medium-large laptops landscape styles */
}

/* =============================
   🖥️ DESKTOPS & LARGE SCREENS
=============================*/

/* Regular Desktops Portrait (rare, but in case of portrait monitors) */
@media (min-width: 1025px) and (orientation: portrait) {
  /* Large screens portrait styles */
}

/* Desktops & Large Monitors Landscape (1921px+) */
@media (min-width: 1921px) and (orientation: landscape) {
  /* Ultra-wide or large desktops landscape styles */
}
