html,
body {
  font-family: noto, sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navbar {
  transition: all 0.3s ease;
  /* Smooth transition */
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown-mega {
  position: static;
}

.nav-item.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 4%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  /* transition: all 0.2s ease-in-out; */
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.mega-menu {
  display: none;
  padding: 0px;
}

/* till here  */
.mega:hover .mega-menu {
  display: block;
}

.logo {
  width: 100%;
  height: 50px;

}

.lp {
  font-size: 15px;
  font-weight: 400;
  color: black !important;
}

.lp:hover {
  color: rgb(189, 18, 84) !important;
}

.a {
  color: black !important;
}

.cli {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgb(131, 130, 130);
  border-width: 75%;
}


.cli:hover {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid rgb(155, 19, 71);
}

.cli:hover a {
  color: rgb(189, 18, 84) !important;
}

.ucli {
  list-style-type: none !important;
}

.scli {
  font-size: 14px;
  margin-left: -10px !important;
  padding-right: 5px !important;
  padding-left: 3px !important;
  list-style-type: none !important;
}

.sli {
  font-size: 14px;
  font-weight: 500;
  color: black !important;
  border-bottom: 1px solid rgb(131, 130, 130);
  background-color: white;
  border-width: 75%;
}

.sli:hover {
  font-size: 14px;
  font-weight: 500;
  background-color: white;
  border-bottom: 2px solid rgb(189, 18, 84);
}

.sli:hover a {
  color: rgb(189, 18, 84) !important;
}

.cli-head {
  color: rgb(189, 18, 84);
}

.sega {
  width: 100% !important;
}

@media(max-width:800px) {

  .cli {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgb(131, 130, 130);
    border-width: 75%;
  }


  .cli:hover {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgb(189, 18, 84);
  }

  .cli:hover a {
    color: rgb(189, 18, 84) !important;
  }

  .ucli {
    list-style-type: none !important;
  }

  .scli {
    font-size: 13px;
    margin-left: -10px !important;
    padding-right: 15px !important;
    list-style-type: none !important;
  }

  .sli {
    font-size: 13px;
    font-weight: 500;
    color: black !important;
    border-bottom: 1px solid rgb(131, 130, 130);
    border-width: 75%;
  }

  .sli:hover {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid rgb(189, 18, 84);
  }

  .sli:hover a {
    color: rgb(189, 18, 84) !important;
  }

  .cli-head {
    color: rgb(189, 18, 84);
  }

}

@media(max-width:600px) {
  .nav-item.dropdown-mega .dropdown-menu {
    width: 99% !important;
    top: auto;
    left: 1% !important;
  }

  .mega-menu {
    box-shadow: 0px 1px 2px 2px rgb(189, 18, 84) !important;
  }

  .cli {
    margin-left: -15px;
  }

}

@media (max-width: 992px) {
  .navbar {
    position: relative;
  }

  .navbar-content-mobile {
    background-color: white;
    position: absolute;
    min-width: 100%;
    z-index: 1500;
    top: 70px;
    left: 0px;
    padding: 0px 15px;

  }

}

.main-slider {
  width: 100%;
  height: 500px;
}

.btn_pay {
  font-size: 15px;
  font-weight: 600;
  background-color: rgb(189, 18, 84);
  color: white;
  margin-left: 20px;
}

.btn_pay:hover {
  background-color: white;
  color: rgb(189, 18, 84);
  border: 1px solid rgb(189, 18, 84);
}

.patti {
  background-color: #153356;
}

.gicon {
  font-size: 18px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  background-color: rgb(86, 156, 248);
}

.tlink {
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.tlink:hover {
  color: rgb(189, 18, 84) !important;
}

.ticon {
  font-size: 13px;
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  background-color: rgb(86, 156, 248);
}

.slider-content {
  text-align: left;
}

.slider-head {
  font-size: 38px;
  font-weight: 700;
  color: orange;
}

.slider-text {
  font-size: 17px;
  color: white;
  font-size: 600;
}

.ms {
  margin-top: 25px;
  margin-bottom: 130px;
}

.btn-slider {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 15px;

}

.fa-caret-down {
  font-size: 15px;
  font-weight: 600;
}

.nav-icon {
  display: none;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  float: right;
}

@media(max-width:800px) {

  .slider-head {
    font-size: 36px
  }

  .ms {
    margin-top: 25px;
    margin-bottom: 28px;
  }

}

@media(max-width:800px) {
  .nav-item.dropdown-mega .dropdown-menu {
    width: 100% !important;
    top: auto;
    /* left: 1% !important; */
  }

  .mega-menu {
    min-height: auto;
    max-height: 450px;
  }

  .fa-caret-down {
    display: none;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-icon {
    display: block !important;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    float: right;
  }

}

@media(max-width:600px) {

  .fa-caret-down {
    display: none;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-icon {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }

  .main-slider {
    width: 100%;
    height: 320px;
  }

  .slider-content {
    text-align: left;

  }

  .slider-head {
    font-size: 18px;
    font-weight: 600;
    color: orange;
  }

  .slider-text {
    font-size: 12px;
    color: white;
    font-size: 600;
  }


  .btn_pay {
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(189, 18, 84);
    color: white;
    margin-left: 0px;
    margin-top: 10px;
  }

  .btn_pay:hover {
    background-color: white;
    color: rgb(189, 18, 84);
    border: 2px solid rgb(189, 18, 84);
  }

  .patti {
    display: none;
  }
}

@media(max-width:360px) {
  .btn-slider {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 3px;

  }

  .ms {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

/* Footer */
footer {
  background-color: #153356;
}

.fli {
  font-size: 17px;
  font-weight: 500;


}

.fli:hover {
  font-size: 17px;
  font-weight: 500;

}

.fli a {
  color: rgb(236, 228, 228) !important;
}

.fli:hover a {
  color: rgb(189, 18, 84) !important;
}

.fcli {
  list-style-type: none !important;
}

.mat-icon {
  font-size: 16px;
}

.fli-head {
  font-size: 16px;
  font-weight: 600;
  padding-left: 40px;
}

.flink {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.flink:hover {
  color: #D21404 !important;
}

.ficon {
  font-size: 17px;
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
  background-color: rgb(86, 156, 248);
}

.btn-top {
  font-size: 16px;
  color: white;
  background-color: rgb(189, 18, 84);
  position: fixed;
  z-index: 2;
  top: 600px;
  left: 95%;
}

.btn-top:hover {
  color: white;
  background-color: rgb(189, 18, 84);
  box-shadow: 0 4px 8px #ec5447;
}

.btn-whatsapp {
  font-size: 28px;
  color: white;
  background-color: rgb(4, 179, 4);
  position: fixed;
  z-index: 2;
  top: 500px;
  right: 95%;
  border-radius: 50%;
}

.btn-whatsapp:hover {
  color: white;
  background-color: rgb(4, 179, 4);
  box-shadow: 0 4px 8px rgb(61, 206, 61);
}

.btn-phone {
  font-size: 24px;
  color: white;
  background-color: rgb(4, 179, 4);
  position: fixed;
  z-index: 2;
  top: 500px;
  left: 95%;
  border-radius: 50%;
}

.btn-phone:hover {
  color: white;
  background-color: rgb(4, 179, 4);
  box-shadow: 0 4px 8px rgb(61, 206, 61)
}

.getQuotesButton {
  display: none;
}

@media(max-width:600px) {

  .btn-top {
    font-size: 17px;
    color: white;
    background-color: rgb(189, 18, 84);
    position: fixed;
    z-index: 2;
    top: 85%;
    left: 82% !important;
    border: 1px solid white;
  }

  .btn-top:hover {
    color: white;
    background-color: rgb(189, 18, 84);
    box-shadow: 0 4px 8px #ec5447;
  }

  .btn-whatsapp {
    font-size: 24px !important;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 80% !important;
    right: 80% !important;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 20px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 72%;
    left: 82% !important;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

  .getQuotesButton {
    display: block;
    background-color: rgb(189, 18, 84);
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 0px 8px rgb(189, 18, 84, 0.8);
    margin: 0px;
    width: 150px;
    padding: 13px 0px;
    position: fixed;
    z-index: 99;
    bottom: 250px;
    transform: rotate(90deg);
    left: -52px;

  }

}

@media(max-width:900px) {

  .btn-top {
    font-size: 17px;
    color: white;
    background-color: rgb(189, 18, 84);
    position: fixed;
    z-index: 2;
    top: 85%;
    left: 90%;
    border: 1px solid white;
  }

  .btn-top:hover {
    color: white;
    background-color: rgb(189, 18, 84);
    box-shadow: 0 4px 8px #ec5447;
  }

  .btn-whatsapp {
    font-size: 28px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 82%;
    right: 92%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 24px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 72%;
    left: 90%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

  .getQuotesButton {
    display: block;
    background-color: rgb(189, 18, 84);
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0px 0px 8px rgb(189, 18, 84, 0.8);
    margin: 0px;
    width: 150px;
    padding: 13px 0px;
    position: fixed;
    z-index: 99;
    bottom: 250px;
    transform: rotate(90deg);
    left: -52px;

  }

}

.btn-close {
  color: white;
}

/* BODY--CSS--*/

.image {
  height: 230px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}

.ct {
  font-weight: 500;
  font-size: 20px;
  font-weight: bold;
}

.bg-proof {
  background-color: rgb(189, 18, 84);
}

.proof-head {
  font-size: 40px;
  font-weight: 600;
}

.p {
  font-size: 17px;
}

.ps {
  font-size: 16px;
}

.proof-number {
  font-size: 40px;
  font-weight: 600;
}

.btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.btn-start {
  font-size: 15px;
  background-color: rgb(189, 18, 84);
  border: 2px solid white;
  color: white;
}

.btn-read {
  font-size: 14px;
}

.btn-start:hover {
  box-shadow: none !important;
  font-size: 15px;
  background-color: white;
  color: rgb(189, 18, 84);
  border-color: rgb(189, 18, 84);
}


.sheading {
  color: rgb(189, 18, 84);
}

.form {
  background-color: white;
  border-radius: 10px;
}

.mt-6 {
  margin-top: 160px;
}

.bg-product {
  background-color: rgb(189, 18, 84);
}

.fQborder {
  border-left: 4px solid rgb(189, 18, 84);
}

.fQborder .accordion-header .accordion-button {
  color: black;
  font-weight: 500;
  font-size: 17px;
}

.stack-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.stack-content img {
  width: 60px;
  height: 60px;
  margin: 0px 15px;
  padding: 6px;
  border-radius: 3px;
  object-fit: contain;
}

.product-image {
  height: 250px;
  width: 100%;
}

.card-header {
  height: auto;
}

.bg-product-body {
  background-color: rgb(189, 18, 84);
}

.centerLine {
  background-color: rgb(189, 18, 84);
  height: 5px;
  width: 35px;
  border-radius: 20px;
}

.accordion-button {
  font-size: 20px;
  font-weight: 500;
}

.accordion-header:hover .accordion-button {
  color: rgb(189, 18, 84);
}

.video {
  width: 100%;
  height: 300px;
}

.banner-info-icon {
  width: 75px;
  height: 75px;

}

@media(max-width:600px) {

  .proof-head {
    font-size: 30px;
    font-weight: 600;
  }

  .sheading {
    font-size: 22px;
    font-weight: 500;
  }

  .p {
    font-size: 14px;
  }

  .proof-number {
    font-size: 30px;
    font-weight: 600;
  }

  .ct {
    font-weight: 500;
    font-size: 18px;
    font-weight: bold;
  }

  .mt-6 {
    margin-top: 0px;
  }

  .ms {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .stack-content h3 {
    text-align: center;
  }

  .stack-content img {
    width: 60px;
    height: 60px;
    margin: 0px 10px;
    padding: 6px;
    border-radius: 3px;
    object-fit: contain;
  }

}

@media only screen and (max-width: 400px) {
  .recaptcha-container {
    max-width: 304px;
    margin: auto;
  }

  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* marquee effect */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.marquee p {
  display: inline;
  margin: 0;
}

.marquee-image {
  width: 200px;
  height: 120px;
  border-radius: 7px;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.review-card {
  border-radius: 10px;
}

.review-img {
  width: 120px !important;
  height: 110px;
  border-radius: 50%;
  margin-top: 20px;
}

.quotes-header {
  color: white;
  background-color: rgb(189, 18, 84);
  font-size: 26px;
}

.btn-close {
  font-size: 16px;
}

.wedo-image {
  width: 80px !important;
  height: 70px !important;
}

.text-purple {
  color: rgb(189, 18, 84);
}

.card_transform {
  border-radius: 10px;
}

.card_transform h5 {
  color: rgb(189, 18, 84);
}

.card_transform:hover {
  color: rgb(189, 18, 84);
  border-color: rgb(189, 18, 84);
}

.card_transform:active {
  color: rgb(189, 18, 84) !important;
  border-color: rgb(189, 18, 84) !important;
}

.transform-image {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  object-fit: auto;
}

.recaptcha-wrapper {
  transform: scale(0.9);
  transform-origin: 0 0;
  max-width: 95%;
}

.carousel-container {
  position: relative;
}


.form-overlay {
  position: absolute;
  top: 1%;
  right: 5%;
  width: 23%;
  z-index: 10;
  background: rgba(252, 252, 252, 0.95);
  padding: 0px 20px 10px 20px;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-overlay h5 {
  background-color: rgb(189, 18, 84);
  padding: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-overlay .form-control {
  border: 1px solid rgb(33, 32, 32);
  padding: 6px;
  width: 100%;
  height: 35px;
  border-radius: 6px;
}

.form-overlay .text-danger {
  font-size: 13px;
}

.serviceOverlay {
  background: rgba(252, 252, 252, 0.95);
  padding: 0px 20px 10px 20px;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.serviceOverlay h5 {
  background-color: rgb(189, 18, 84);
  padding: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.serviceOverlay .form-control {
  border: 1px solid rgb(33, 32, 32);
  padding: 6px;
  width: 100%;
  min-height: 35px;
  border-radius: 6px;
}

.serviceOverlay .form-control:hover,
.serviceOverlay .form-control:focus,
.form-overlay .form-control:hover,
.form-overlay .form-control:focus {
  box-shadow: none;
  border-color: rgb(189, 18, 84);
}

.serviceOverlay .text-danger {
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .form-overlay {
    display: none;
  }

  .serviceOverlay {
    display: none;
  }

}

@media(max-width:600px) {

  .transform-image {
    width: 100%;
    height: 300px !important;
    border-radius: 20px;
    object-fit: auto;
  }

}
.bg-dialog{
    border-radius: 5px;
}
/* card- hover effect */
.card-contain {
  position: relative;
  width: 100%;
}

.card-contain .card {
  min-height: 280px;
  border-radius: 12px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(189, 18, 84, 0.6);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-radius: 12px;

}

.card-contain:hover .overlay {
  height: 100%;
  opacity: 0.9;
  padding-left: 20px;
}

.card-contain:hover .overlay .text {
  opacity: 1;
  font-size: 15px;
}

.bg-lightproof {
  background-color: rgba(189, 18, 84, 0.6);
}

.text {
  width: 90%;
  white-space: wrap;
  color: white;
  font-size: 17px;
  font-family: satoshi, sans-serif;
  position: absolute;
  overflow: hidden;
  color: white;
  top: 40%;
  left: 50% !important;
  /* right: 0%; */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  /* Set a specific height */
}

.serviceCard {
  border-radius: 12px;
}

/* Service tabs  */
.tabul {
  text-align: center;
  font-size: 17px;
  font-family: noto, sans-serif;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;

}

.tabli {
  border: 1px solid #d9d9d9;
  font-size: 15px;
}

.tablink {
  color: black;
  min-height: 25px;
}

.tablink:hover,
.tablink:focus,
.tablink.active {
  color: white;
  background-color: rgb(189, 18, 84) !important;
}

.tab-pane {
  background-color: white !important;
  color: black !important;
}

.tab-image {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
}

.tabp {
  font-size: 17px;
  font-weight: 400;
  padding: 10px 15px;

}

.subheading {
  font-size: 30px !important;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0px;
}

@media (max-width:600px) {
  .tab-image {
    width: 100% !important;
    height: 250px;
    border-radius: 6px;
    object-fit: cover;
  }

  .tabp {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 8px;
    margin-top: 0px;
  }

  .tabul {
    border: 2px solid #5d5c5c;
    max-height: 50px;
    flex-direction: column;
    overflow-x: auto;
    width: 100%;
  }

  .tablink {
    min-width: 200px;
    max-width: auto;
  }

  .tabli {
    border: none;
    font-size: 15px;
  }

  .subheading {
    font-size: 26px !important;
    font-weight: 500;
    padding: 0px 8px;
    margin: 0px;
  }

}

@media (max-width:800px) {
  .tabp {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 8px;
    margin-top: 0px;
  }

  .tabul {
    border: 2px solid #5d5c5c;
    max-height: 50px;
    flex-direction: column;
    overflow-x: auto;
    width: 100%;
  }

  .tablink {
    min-width: 200px;
    max-width: auto;
  }

  .tabli {
    border: none;
    font-size: 15px;
  }

  .subheading {
    font-size: 26px !important;
    font-weight: 500;
    padding: 0px 8px;
    margin: 0px;
  }
}

@media (max-width: 767.98px) {
  .mega-menu {
    max-height: calc(100vh - 70px);
    /* Adjust according to the height of your navbar */
    overflow-y: auto;
  }

  .navbar-collapse {
    max-height: calc(100vh - 70px);
    /* Adjust according to the height of your navbar */
    overflow-y: auto;
  }
}

/* Solution Section */

.banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/contactbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px);
  /* Adjust the blur intensity as needed */
  z-index: -1;
  /* Ensure it is behind other content */
}

.banner>* {
  position: relative;
  z-index: 1;
  /* Ensure content is above the blurred background */
}

@media(max-height:600px) {
  .banner {
    position: relative;
    width: 100%;
    height: 270px !important;
    overflow: hidden;
  }
}


.financial-text {
  font-size: 18px;
  font-weight: 400;
  color: #808080;
  word-spacing: 2px;
}

.financial-card {
  border-top: 4px solid rgb(189, 18, 84);

}

.financial-head {
  font-size: 18px;
  font-weight: 600;
}

.financial-card:hover .financial-head {
  color: rgb(189, 18, 84);
}

.financial-ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.financial-li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  color: #808080;
  margin-top: 6px;
  margin-bottom: 6px;
}

.financial-icon {
  font-size: 14px;
  color: rgb(189, 18, 84);
  margin-top: 7px;
  margin-right: 10px;
  min-width: 14px;
  /* Ensure the icon width is consistent */
}

.fspan {
  flex: 1;
}


/* .financial-ul {
  margin-left: 0px;
  padding-left: 0px;
}

.financial-li {
  font-size: 17px;
  font-weight: 400;
  color: #808080;
  margin-top: 6px;
  margin-bottom: 6px;

}

.financial-icon {
  font-size: 14px;
  color: #c93225;
  margin-right: 10px;
} */

.bg-fin {
  background-color: #153356;
}

/* RPA CARD */
.h-5 {
  min-height: 180px !important;
  border-bottom: 2px solid gray;
}

.rpa-card {
  border-radius: 10px;
}

.rpa-card:hover {
  border-color: rgb(189, 18, 84) !important;
}

.modal-image {
  width: 70px;
  height: 70px;
}

.healthcare-industry-card {
  background-image: url("./img/healthcare-industry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.healthcare-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.travel-industry-card {
  background-image: url("./img/travel-industry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.travel-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.banking-industry-card {
  background-image: url("./img/banking-industry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.banking-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.logistics-industry-card {
  background-image: url("./img/Logistics-industries.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.logistics-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.retail-industry-card {
  background-image: url("./img/retail-industry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.retail-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.media-industry-card {
  background-image: url("./img/media-industries.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.media-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.education-industry-card {
  background-image: url("./img/education-industry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.education-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

.isvs-industry-card {
  background-image: url("./img/isvs-industry.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  position: relative;
  /* Position for aligning child elements */
  overflow: hidden;
  /* Hide the overflow of zoomed image */
  display: flex;
  align-items: flex-end;
  /* Align content to the bottom */
  /* Optional: Add padding for spacing */
  transition: background-size 0.3s ease-in-out;
  /* Smooth transition for zoom effect */
}

.isvs-industry-card:hover {
  background-size: 120%;
  /* Zoom in effect by enlarging the background image */
}

/* Remove default focus and shadow */
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Basic style */
.accordion-button {
  background-color: #fff;
  color: rgb(189, 18, 84);
  font-weight: bold;
  position: relative;
}

/* Add custom + and - icons */
.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(189,18,84)' viewBox='0 0 16 16'%3E%3Cpath d='M8 1v14M1 8h14' stroke='rgb(189,18,84)' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  transform: none !important;
}

/* Change icon to minus when expanded */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(189,18,84)' viewBox='0 0 16 16'%3E%3Cpath d='M1 8h14' stroke='rgb(189,18,84)' stroke-width='2'/%3E%3C/svg%3E");
}

/* Hover styling */
.accordion-button:hover {
  background-color: #f9f9f9;
  color: rgb(189, 18, 84);
}

/* Optional: Add border on open */
.accordion-button:not(.collapsed) {
  background-color: #f9f9f9;
  box-shadow: 0px 0px 1px 1px rgb(189, 18, 84);
}


.industry-text {
  background: rgba(0, 0, 0, 0.5);
  /* Optional: Add a background to make text more readable */
  color: white;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  /* Ensure padding doesn't affect width */
}

.industry-head {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.p {
  margin: 0;
}

@media (max-width:600px) {

  .h-5 {
    height: auto;
    border-bottom: 2px solid gray;
  }

  .industry-head {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
  }

  .healthcare-industry-card {
    background-image: url("./img/healthcare-industry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .healthcare-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .travel-industry-card {
    background-image: url("./img/travel-industry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .travel-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .banking-industry-card {
    background-image: url("./img/banking-industry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .banking-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .logistics-industry-card {
    background-image: url("./img/Logistics-industries.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .logistics-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .retail-industry-card {
    background-image: url("./img/retail-industry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .retail-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .media-industry-card {
    background-image: url("./img/media-industries.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .media-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .education-industry-card {
    background-image: url("./img/education-industry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .education-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

  .isvs-industry-card {
    background-image: url("./img/isvs-industry.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    /* Position for aligning child elements */
    overflow: hidden;
    /* Hide the overflow of zoomed image */
    display: flex;
    align-items: flex-end;
    /* Align content to the bottom */
    /* Optional: Add padding for spacing */
    transition: background-size 0.3s ease-in-out;
    /* Smooth transition for zoom effect */
  }

  .isvs-industry-card:hover {
    background-size: 120%;
    /* Zoom in effect by enlarging the background image */
  }

}

/* Media query for laptops and larger screens */
@media (min-width: 993px) {

  .h-5 {
    height: auto;
    border-bottom: 2px solid gray;
  }

  .industry-head {
    font-size: 24px;
    /* Default font size for larger screens */
    font-weight: 600;
    margin: 0;
  }

  .healthcare-industry-card,
  .travel-industry-card,
  .banking-industry-card,
  .logistics-industry-card,
  .retail-industry-card,
  .media-industry-card,
  .education-industry-card,
  .isvs-industry-card {
    background-size: cover;
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: background-size 0.3s ease-in-out;
  }

  .healthcare-industry-card:hover,
  .travel-industry-card:hover,
  .banking-industry-card:hover,
  .logistics-industry-card:hover,
  .retail-industry-card:hover,
  .media-industry-card:hover,
  .education-industry-card:hover,
  .isvs-industry-card:hover {
    background-size: 105%;
    /* Subtle zoom effect for larger screens */
  }
}

/* about */
.about-head {
  font-size: 30px;
  font-weight: 600;
  color: rgb(189, 18, 84);
}

.about-text {
  font-size: 16px;
  font-weight: 400;
  color: #717171;

}

.mission-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.value-sub-head {
  font-size: 18px;
  font-weight: 800;
}

.value-sub-text {
  font-size: 18px;
  font-weight: 500;
  color: #9a9a9a;
}

.value-sub-img {
  width: 60px;
  height: 50px;
}

.value-image {
  width: 100%;
  height: 700px;
}

@media (max-width:800px) {
  .value-image {
    width: 100%;
    height: 400px;
  }
}

@media (max-width:600px) {
  .value-image {
    width: 100%;
    height: 500px;
  }

  .fQborder .accordion-header .accordion-button {
    color: black;
    font-weight: 500;
    font-size: 16px;
  }
}

/* blog */
.blog-card {
  border-radius: 3px;
}

.blog-text {
  font-size: 15px;
  font-weight: 500;
  color: #9a9a9a;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(63, 63, 63);
}

.blog-title:hover {
  color: rgb(189, 18, 84);
}

.blog-img {
  width: 100%;
  height: 250px;
}

.blog-link {
  text-decoration: none;
  font-size: 18px;
  /* font-weight: 600; */
  color: rgb(189, 18, 84);
}

.blog-read-image {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.blog-read-text {
  font-family: noto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  white-space: pre-line;
  color: rgb(26, 25, 25);
}

.blog-read-head {
  font-size: 28px;
  font-weight: 600;
  color: rgb(45, 44, 44);
}

.privacy-head {
  font-size: 38px;
  font-weight: 600;
}

.privacy-text {
  font-size: 19px;
  font-weight: 500;
  white-space: pre-line;
  color: rgb(45, 43, 43);
}

/* career */
.job-head {
  color: rgb(189, 18, 84);
}

.job-data {
  white-space: pre-line;
}

.btn-closed {
  font-size: 17px;
  background-color: rgb(39, 37, 37);
  color: white;
  border-radius: 25px;
}

.table-bordered {
  border: 1px solid black !important;
}

th {
  font-size: 14px !important;
}

td {
  font-size: 13px !important;
}

/* google map */
.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 400px;
}

.gmap_iframe {
  height: 400px
}

.image-notice {
  width: 100%;
  height: auto;
}

.modal-content {
  background-color: transparent !important;
  border: none;
}

.modal-footer button {
  font-size: 24px;
  color: white;
}

.packageCard {
  border: 1px solid black;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.packageCard:hover {
  box-shadow: 0 0 5px 5px rgba(189, 18, 84, 0.5);
}

.packageCard h5 {
  text-align: center;
  color: rgb(189, 18, 84);
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
}

.packageCard h6 {
  text-align: center;
  color: rgb(189, 18, 84);
  margin-top: 15px;
  font-weight: 500;
  font-family: candera, sans-serif;
  font-size: 16px;
}


.packageCard .price {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: candera, sans-serif;
  margin-bottom: 10px;
}

.packageCard .price:hover,
.packageCard .content .items:hover {
  color: white;
  color: rgb(189, 18, 84);
}

.packageCard .subtitle {
  text-align: center;
  color: white;
  padding: 15px;
  background-color: rgb(189, 18, 84);
  font-weight: 600;
  font-size: 19px;
}

.packageCard .csubtitle {
  text-align: center;
  color: white;
  padding: 15px 6px;
  background-color: rgb(189, 18, 84);
  font-weight: 600;
  font-size: 16px;

}

.packageCard .content {
  min-height: 260px;
  max-height: auto;
  margin-top: 16px;

}

.packageCard .content .items {
  margin: 6px 0px;
  font-size: 15px;
  font-weight: 400;

}

.packageCard .content .items i {
  color: rgb(189, 18, 84);
  font-size: 15px;
  font-weight: bold;
  margin-right: 6px;
}

.packageCard i {
  font-size: 20px;
}

.packageCard button {
  width: 120px;
  height: 36px;

}

@media(max-width:600px) {

  .image-notice {
    width: 100%;
    height: auto;
  }

}