@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,200,300,800");

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,900);

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  background-color: #dddddd;
  font-weight: 500;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.side-nav ul li a {
  font-size: 20px;
  color: #000;
  padding: 5px;
}

.side-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-nav .active a {
  color: #8e8e8e;
  /* text-decoration: underline; */
}
.navbar i {
  font-size: 15px;
  margin-top: 5px;
}

.side-nav .navbar-nav {
  position: fixed;
  top: 20%;
  z-index: 11;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 10px;
  left: 110px;
  line-height: 30px;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #fffefe;
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* .dropdown:hover .dropbtn {
  color: #0b4187;
} */

.comn-main-heading {
  font-size: calc(90px + 200 * ((100vw - 480px) / 1480));
  line-height: calc(90px + 200 * ((100vw - 480px) / 1480));
  text-align: end;
  font-family: "Inter", sans-serif;
  /* font-family: TTNorms-Medium,"Helvetica Neue",Helvetica,Arial,sans-serif; */
}

.our-team-heading {
  font-size: 8rem;
  font-family: "Inter", sans-serif;
}

.side-nav .dropdown .dropdown-content a {
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
  color: #555;
  text-decoration: none;
}

.about-home-heading {
  position: relative;
  font-size: 70px;
  top: -260px;
}

.header {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .cursor {
    width: 30px;
    height: 30px;
    border: 5px solid #000;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    z-index: 1111;
    transition-timing-function: ease-out;
   
}

.cursor::after {
    content: "";
    width: 60px;
    height: 60px;
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -21px;
    
} */

.header__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: rgb(var(--green-rbg-color));
}

/* .bg__canvas {
  width: 100%;
  height: 100vh;
  background-color: var(--blue-color);
  box-sizing: border-box;
} */

/*Modificador*/

/* .cursor--expand {
    animation: cursor-animate-3 550ms forwards;
    border: 10px solid rgb(var(--green-rbg-color));
}

.cursor--expand::after {
    border: 15px solid rgba(var(--green-rbg-color), .3);
}


@keyframes cursor-animate {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5)
    }
}

@keyframes cursor-animate-2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.3);
    }
}

@keyframes cursor-animate-3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
} */

.about-heading {
  /* transform: rotate(270deg); */
  font-size: 180px;
  position: relative;
  top: 40px;
  left: 90px;
  color: #ffffff;
  font-family: TTNorms-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.service-heading {
  font-size: 180px;
  position: relative;
  top: 0px;
  float: right;
  color: #ffffff;
  font-family: TTNorms-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news-home-heading {
  font-size: 180px;
  position: relative;
  top: 50px;
  z-index: 1;
  color: #ffffff;
  font-family: TTNorms-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-service:hover .service-heading,
.home-about:hover .about-heading,
.news-heading:hover .news-home-heading {
  color: #000;
  transition: all 0.5s ease-in;
}

.about-txt {
  padding-top: 0px;
  padding-left: 150px;
}

.people-heading {
  font-size: 180px;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  top: 30px;
  color: #f9f9f985;
}

.border-radius-comn {
  border-radius: 10px;
}

.people-card img {
  border-radius: 20px 20px 0px 0px;
}

.people-card {
  padding: 20px 0px 0px;
  /* clip-path: polygon(0 0, 200% 17%, 100% 110%, 0% 100%); */
  background: white;
}

.people-card:hover {
  background-color: #3f3f41;
  transition: all 0.6s ease-in;
}

.our-team-txt {
  /* position: relative;
  top: 18%;
  left: 20%;
  text-align: right;
  border-bottom: 2px solid #ff9e00;
  border-radius: 10px;
  border-left: 2px solid #ff9e00;
  z-index: 1; */
  width: 70%;
  position: relative;
  top: 27%;
  line-height: 35px;
  font-size: 18px;
}

.comn-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-bg-img {
  height: 500px;
  object-fit: cover;
  position: relative;
  left: 20%;
}

.home-services .home-services-bg-img {
  border-radius: 20px;
  height: 350px;
}

.home-services {
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
}

.home-services h5 {
  position: absolute;
  top: 50%;
  z-index: 11;
  color: white;
  margin-top: 10px;
}

.contact-form {
  height: 610px;
}

.offcanvas.offcanvas-top {
  height: 100vh;
  z-index: 111111;
}

.offcanvas-body .nav-link {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 700;
}

.offcanvas-body .sub-navbar-nav .nav-link {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: 700;
}

.sub-navbar-nav {
  /* position: relative;
  top: 30px; */
  list-style-type: none;
}

.w-20 {
  width: 20%;
}

.navbar-main {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11111;
}

.offcanvas-body ul li a {
  color: #101010;
  text-decoration: none;
  font-size: 30px;
}

.offcanvas-body .dropdown-menu {
  line-height: 35px !important;
  transform: translate(320px, 16px) !important;
  border: none;
  font-weight: 700;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slideBg {
  overflow: visible;
  /* background: #f8f8f8; */
  /* border-radius: 20px; */
  /* border: 2px solid #fda; */
  height: auto;
}

.swiper-container .swiper-slideBg::after {
  background: radial-gradient(
      39.06% 50% at 50% 50%,
      rgba(0, 0, 0, 0.192) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  border-radius: 20px;
  top: 0;
}

.services-icons {
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 40%;
  position: absolute;
}

.form-control {
  border-bottom: 1px solid #000000 !important;
  border: none;
  border-radius: 0px;
  color: #000;
  background-color: #ffffff;
}

.form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #212529;
  outline: 0;
  box-shadow: none;
}

.form-floating > label {
  opacity: 1 !important;
  font-size: 18px;
}

.award-img {
  width: 50px;
}

.recent-news-card p {
  border: 1px solid #9b9b9b;
  border-radius: 20px;
  padding: 10px;
  color: #0b4187;
  font-size: 18px;
}

#more {
  display: none;
}

#myBtn {
  cursor: pointer;
}

.news-card-heading {
  color: #000;
}

.news-card-heading:hover,
.recent-news-card p:hover {
  color: #0c0c0c;
  transition: all 0.2s;
}

.slide__inner {
  height: 100vh;
  max-height: 100vh;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.award-year {
  border-bottom: 3px solid #ff9e00;
  border-radius: 10px;
}

.about-sec-img {
  border-right: 5px solid #453e3e;
  border-bottom: 5px solid black;
  position: relative;
  top: 100px;
}

.video-card {
  background-image: url("../images/shota-banner.jpg");
  background-size: cover;
  height: 500px;
  position: relative;
}

.video-card:after {
  background-color: #212121;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}

.video-card h4 {
  top: 50%;
  position: absolute;
  z-index: 1;
  width: 70%;
  left: 15%;
  align-items: center;
  text-align: center;
}

.video-card i {
  z-index: 1111;
  color: white;
  position: absolute;
  top: 32%;
  font-size: 70px;
  left: 48%;
}

.our-team-card h2 {
  font-size: 80px;
}
.home-about-profile img,
.home-about-people img,
.home-about-award img {
  width: 60px;
  height: 60px;
}

.home-about-profile,
.home-about-people,
.home-about-award {
  /* border-right: 2px solid black;
    border-bottom: 2px solid black; */
  /* clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); */
  background-color: white;
  color: #757373;
  border-radius: 10px;
  transition: all 1.5s ease-in;
  border-bottom: 4px solid #454545;
  border-radius: 10px;
}

/* .home-about-profile:hover,
.home-about-people:hover, .home-about-award:hover {
    background-color: #333;
    color: #fff;
    transition: all 0.5s ease-in;
} */
.home-about-profile h2,
.home-about-people h2,
.home-about-award h2 {
  font-size: 24px;
}

.home-about-profile:hover .btn-about-sec,
.home-about-people:hover .btn-about-sec,
.home-about-award:hover .btn-about-sec {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #fff;
  font-weight: 600;
}

.home-about-card {
  margin-top: 18rem;
  margin-bottom: 12rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 65% !important;
}

.port-box {
  float: right;
  position: relative;
  top: -60px;
  width: 70%;
}

.portfolio-heading h2 {
  font-size: 50px;
  position: relative;
  top: 3px;
  color: #ffffff;
}

.port-one:hover h2,
.port-two:hover h2,
.port-three:hover h2,
.getintouch-heading:hover,
.our-client-slider:hover .service-heading {
  color: #000;
  transition: all 0.5s ease-in;
}

.port-two {
  margin-top: 27rem;
}

.port-three {
  margin-top: -17rem;
}

.getintouch-heading {
  font-size: 12rem;
  position: relative;
  top: 0px;
  color: #ffffff;
  font-family: TTNorms-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news-block img {
  height: 250px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

/* client slider */

/* body {
  align-items: center;
  justify-content: center;
} */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 13);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.slide-track .slide img {
  height: 150px;
  width: 300px;
}

/* portfolio gallery  */

.snip0016 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  /* margin: 10px; */
  padding: 0px;
  /* min-width: 220px; */
  /* max-height: 400px; */
  /* max-width: 400px; */
  /* max-height: 300px; */
  /* width: 100%; */
  /* background: #000000; */
  text-align: left;
}

.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip0016 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}

.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.snip0016 h2,
.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s,
    -o-transform 0.35s, transform 0.35s;
}

.snip0016 h2 {
  /* word-spacing: -0.15em; */
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  top: 40%;
  position: relative;
}

.snip0016 h2 span {
  font-weight: 800;
}

.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  top: 40%;
  position: relative;
  font-weight: 500;
}

.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

.snip0016:hover img {
  opacity: 0.3;
}

.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  font-weight: 700;
}

.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.people-img {
  /* height: 500px; */
  object-fit: cover;
}

.dropdown-heading {
  font-size: 40px;
  color: #000000;
}

.scholar-card-img {
  position: relative;
  left: 0;
  top: 0px;
  height: 600px;
  margin-bottom: 50px;
  object-fit: cover;
}

.mySlidesss {
  display: none;
}

.scholar-card {
  display: inline-block;
}

.portfolio-sub-project img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

/* .active>a, .side-nav ul li a:hover {
  background: linear-gradient(var(--bs-green), #41bb83);
} */

.snip1386 {
  font-family: "Playfair Display", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 300px;
  max-height: 220px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}
.snip1386 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1386 .background {
  max-width: 100%;
  backface-visibility: hidden;
  opacity: 0.5;
}
.snip1386 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  padding: 70px 10px 30px 0;
  background-color: #ffffff;
  width: 40%;
}
.snip1386 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 120px 120px;
  border-color: transparent transparent transparent #ffffff;
}
.snip1386:after {
  position: absolute;
  bottom: 50%;
  left: 40%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 120px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
.snip1386 h5 {
  line-height: 1.6em;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  margin: 0;
}
.snip1386 h5 {
  font-weight: 900;
  font-size: 30px;
  color: #1a1a1a;
}

.snip1386 .profile {
  position: absolute;
  width: 100px;
  padding: 5px;
  border-radius: 50%;
  top: 50%;
  right: 25%;
  background: #dddddd;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  box-shadow: 0 0 20px rgb(80 69 69 / 30%);
  /* border: 1px solid #000; */
}

.btn-about-sec {
  color: #000000;
  border-radius: 9px;
  padding: 5px 16px;
  border: 2px solid #000;
}

.profile-sub-heading {
  font-size: 5rem;
  line-height: 90px;
}
.txt-subheading-video {
  font-size: 2rem;
  width: 70%;
  position: relative;
  top: 15px;
  z-index: 11;
  line-height: 50px;
}

.add-contct {
  text-transform: lowercase;
  font-size: 18px;
}
.btn-submit {
  border: 1px solid #000 !important;
}
.career-heading {
  font-size: 4rem;
}

/* projects  */

.nav-fill li a {
  color: #000;
  font-size: 20px;
  border-radius: 0px 0px;
  padding: 20px;
}
.card-project p {
  text-transform: uppercase;
  font-size: 14px;
}
.card-project img {
  height: -webkit-fill-available;
  border-radius: 10px 0px 0px 10px;
}
.card-project {
  border-radius: 10px;
}
.nav-tabs {
  background-color: #fff;
  border-radius: 50px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  /* border: none !important; */
  border-radius: 50px;
  border-color: white;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  /* background-color: #535353; */
  background-color: #2b282854;
  border-color: transparent;
  border-radius: 50px;
  border: none;
}
.card-project i {
  line-height: 1.5;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.project-heading {
  font-size: 13rem;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
  border-radius: 50px;
}

.pipeline-projects:hover h5 {
  color: rgb(0, 0, 0);
  transition: all 0.3s;
}
.pipeline-projects h5 {
  color: green;
  transition: all 0.3s;
}
.pipeline-container .col-md-3 {
  border: 1px solid #dddbdb;
}
.prjct-name {
  font-size: 18px;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
  border-radius: 50px;
}

/* slideshow gallery  */
/* Hide the images by default */
.mySlides {
  display: none;
}
.project-container {
  margin-top: 10rem;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.mySlides img {
  height: 600px;
  width: 100%;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.slidergallery-show img {
  height: 150px;
  width: 100%;
}
.breadcrumb li {
  font-size: 20px;
}
.table td {
  padding: 0.75rem 0.75rem;
  vertical-align: top;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.125);
}
.bordr-bottom {
  border-bottom: 1px solid #000;
}
.text-lightgray {
  color: #616161;
}
.all-team-img img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  object-position: 15px 0px;
}
.team-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  /* object-position: 0px -30px; */
}
.team-name h4 {
  font-size: 22px;
}
.our-team-bg p {
  color: cadetblue;
  font-size: 14px;
}
.our-team-bg {
  margin-top: 5rem;
  margin: 5rem 2rem 0rem 0rem;
  /* overflow: hidden; */
}

.sub-card {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  background-color: #3f3f41;
  border-radius: 10px;
  height: 250px;
}

.career-sub-card {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
  background-color: #3f3f41;
  border-radius: 10px;
}

.home-about-profile:hover .sub-card {
  background-color: #00007b;
}

.snip0016 h2 {
  font-size: 18px;
}

.comn-main-heading-font {
  font-size: 8rem !important;
}

/* General Navbar Styling */
.navbar {
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Navbar Items */
.navbar-nav .nav-item {
  position: relative;
  margin: 3px 0;
}

/* Dropdown Styling */
.navbar-nav .dropdown-menu {
  display: none;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show dropdown on hover */
.nav-item:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 100px;
  top: 0px;
}

/* Dropdown Links */
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Submenu Styling */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 1px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show Submenu on Hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Align Dropdown Icons */
.nav-link i {
  margin-left: 5px;
  font-size: 14px;
}

/* Remove Bootstrap Default Dropdown Arrow */
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
.footer-bg {
  background-color: #f0f2f4;
}
.bg__canvas {
  height: 100vh;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem 0.75rem;
    padding-left: 0;
}