#mainNav .navbar-brand img {
  transform: scale(1.5);
  margin-left: 2rem;
}

.br-2r {
  border-radius: 2rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .w-50 {
    width: 100% !important;
  }
}

.bi {
  font-size: 4rem;
  /* background-color: $app-primary;
  padding: 8px 16px;
  border-radius: 12px 50px 50px 50px; */
}
.bi.bi-cloud-check {
  font-size: 4rem;
}
.bi .num {
  font-size: 2rem;
  position: relative;
  top: -16px;
  font-style: normal;
}

header.masthead.about-us {
  background-image: url(../assets/img/dexcellabs-int-pages.jpg);
}
@media (min-width: 768px) {
  header.masthead.about-us {
    padding-top: 15rem;
    padding-bottom: 3.5rem;
  }
}

.navbar-nav .dropdown-menu {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.navbar-nav .dropdown-menu h6 {
  color: #ffffff;
}
.navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 0.6rem 0.5rem;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  /* background-color: $app-primary; */
  color: #ffffff;
  font-weight: 600;
  background-color: none !important;
}

#about-us .img-fluid {
  width: 80%;
}
#about-us #services .img-fluid {
  width: 80%;
}

#partner .img-fluid {
  width: 60%;
  border-radius: 2rem;
}
@media (min-width: 320px) and (max-width: 480px) {
  #partner .img-fluid {
    width: 90%;
    margin-top: 2rem;
  }
}

#contact .bi {
  color: #262f3a;
  font-size: 1rem;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
#contact .contact-us .section-subheading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

.footer .img-fluid {
  width: 80%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer .margin-x {
    margin-top: 2rem;
    display: none;
  }
}

#growth {
  background-color: #212529;
  background-image: url("../assets/img/cloud-infra-dexcellabs-bg-3.JPG");
  background-repeat: no-repeat;
  background-position: center;
}
#growth .section-heading {
  color: #ffffff;
}
#growth .section-subheading {
  width: 100%;
  color: #ffffff;
}

.page-section#map {
  padding: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .page-section h3.section-subheading,
  .page-section .section-subheading.h3 {
    width: 100%;
  }
}

.cloud-security {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .cloud-security {
    display: block;
  }
}

.cloud-security-desk {
  display: block;
}
@media (min-width: 320px) and (max-width: 480px) {
  .cloud-security-desk {
    display: none;
  }
}

/* call to actions style */
#myBtn {
  display: none;
  position: fixed;
  bottom: 4px;
  right: 16px;
  z-index: 99;
  font-size: 44px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fe5636;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 480px) {
  #myBtn {
    bottom: 15px;
    right: 5px;
    padding: 0;
    font-size: 0;
  }
}

.form-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.form-box {
  width: 320px;
  display: block;
  position: fixed;
  bottom: 76px;
  right: 80px;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 16px;
  /* box-shadow: 3px 3px 3px #cacdcc; */
  z-index: 10000;
}

#myDIV {
  display: none;
}

.whatsapp {
  position: fixed;
  right: 31px;
  bottom: 78px;
  z-index: 10000;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 480px) {
  .whatsapp {
    right: 5px;
  }
}

.call {
  position: fixed;
  right: 31px;
  bottom: 138px;
  z-index: 10000;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 480px) {
  .call {
    right: 5px;
  }
}

/* Animations */
.animated-btn {
  display: inline-block;
  background: #5248d3;
  color: #fff;
  padding: 0.9em 2em;
  border: none;
  border-radius: 2em;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.18s cubic-bezier(0.4, 1.3, 0.6, 1), box-shadow 0.18s;
  box-shadow: 0 2px 16px rgba(82, 72, 211, 0.21);
}

.animated-btn:hover,
.animated-btn:focus {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 8px 32px rgba(82, 72, 211, 0.27);
  background: #6a5af9;
}

.fade-in-text {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeInUp 1.6s ease-out both;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  /* border-radius: 10px; */
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #eca813, #ecc24d, #f5c906);
  position: absolute;
  top: -2px;
  left: -2px;
  /* background-size: 400%; */
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 10s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #111; */
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* Mega Menu */
.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}

.left.carousel-control {
  right: 30px;
  left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

/* Make dropdown menu fill full width and adjust spacing/styling on larger screens only */
/* Make dropdown menu fill full width and adjust spacing/styling on larger screens only */
.dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .dropdown-menu {
    width: 100vw;
    /* border-radius: 0 0 12px 12px; */
  }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    border-top: 1.5px solid lightgray !important;
  }
  .navbar .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}
.dropdown-item {
  white-space: inherit;
}

.logo {
  width: 250px;
  height: 48px;
  background-image: url("../assets/img/dexcel-labs-white-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s; /* Optional, for a smoother change */
}

.page-section {
  width: 100%;
  background-image: url("../assets/img/dexcel-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s; /* Optional, for a smoother change */
}
.page-section.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  background-image: none;
}

.cust-btn {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.3rem 1rem !important;
  cursor: pointer;
  background-color: white;
  color: #000 !important;
  font-weight: 500;
  text-align: center;
}

.card {
  border: none;
  box-shadow: 0 1.5rem 2.125rem 0 rgba(0, 0, 0, 0.078);
  padding: 1.5rem;
}
.card .bi {
  color: #f8981d;
}
.card:hover {
  border-top: 4px solid #f8981d;
}

.btn-xl .bi.bi-stars {
  font-size: 1.5rem !important;
}
.btn-xl .bi.bi-person-lines-fill {
  font-size: 1.5rem !important;
}

.image-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  display: inline-block;
}
.image-hover:hover {
  transform: scale(2) rotate(90deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: none !important;
}

/* image hover effect */
.image-scale-hover {
  display: inline-block;
  overflow: hidden;
}
.image-scale-hover img {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s;
  will-change: transform;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.image-scale-hover:hover img, .image-scale-hover:focus img {
  transform: scale(1.08) rotate(-1deg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

@media (min-width: 320px) and (max-width: 480px) {
  .card.mmt-16 {
    margin-top: 16px;
  }
}/*# sourceMappingURL=main.css.map */