.navigation {
  z-index: 1045;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  position: fixed;
  min-width: 100%;
}
.navigation p,
.navigation li {
  font-family: var(--bs-font-sans-serif);
}
.scroll_added {
  position: fixed;
  inset: 0 0 auto;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.offcanvas {
  top: 3rem;
  width: 450px;
  border: none;
  background-image: linear-gradient(
    180deg,
    #ffffff 12%,
    #e7bfc7 56%,
    #e7bfc7 87%,
    #e7bfc7 100%
  );
}
.offcanvas-body {
  padding: 0;
  /* overflow: unset; */
  padding-top: 0.75rem;
}
.offcanvas-body::-webkit-scrollbar,
.mega-menu::-webkit-scrollbar {
  width: 0;
}
.offcanvas-backdrop {
  top: 3rem;
  height: calc(100vh - 3rem);
  background-color: var(--bs-dark);
}
.offcanvas-backdrop.show {
  opacity: 0.85;
}
.navbr-brand {
  width: 10rem;
}
/* Anniversary GIF */
.anniversary-gif {
  aspect-ratio: 2 / 1;
}
/* Anniversary GIF Ends */
.navbar-toggler {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  display: block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  width: 28px;
  height: 3px;
  margin: 5px 0;
  display: block;
  background: #333;
  border-radius: 5rem;
  -webkit-animation: width_anim 0.5s infinite ease-in-out forwards
    alternate-reverse;
  animation: width_anim 0.5s infinite ease-in-out forwards alternate-reverse;
}
.navbar-toggler span.middle {
  animation-delay: 0.1s;
}
.navbar-toggler span.bottom {
  animation-delay: 0.2s;
}
.navbar-toggler.menu__active span {
  animation: none;
}
.navbar-toggler.menu__active span:nth-child(2) {
  display: none;
}
.navbar-toggler.menu__active span:nth-child(1) {
  transform: rotate(45deg) translate(20%);
}
.navbar-toggler.menu__active span:nth-child(3) {
  transform: rotate(-45deg) translate(20%);
}
.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  color: var(--bs-dark) ;
}
.nav_menu_main_ul .nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(247, 55, 87, 0.1);
}
.nav_menu_main_ul .nav-link {
  font-size: 17px;
  padding: 1rem 0.725rem;
  justify-content: space-between;
  color: var(--bs-dark);
  @media (max-width: 990px) {
    font-weight: 500;
  }
}

.dropdown-menu {
  font-size: 16px;
}

.menu-header,
.menu-header a {
  color: var(--bs-dark);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.nav-menu-new h4 {
  font-weight: 600 !important;
}
.mega_menu_ul {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.mega_menu_ul::before {
  content: "";
  width: 0.2rem;
  inset: 0 auto 0 0;
  position: absolute;
  border-radius: 5rem;
  background-color: rgba(244, 101, 125, 0.25);
}
.mega_menu_list:not(:last-child) {
  margin-bottom: 0.75rem;
}
.secondary_menu {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  padding-left: 1.5rem;
}
.secondary_menu::after,
.secondary_menu::before {
  content: "";
  height: 12px;
  width: 1px;
  inset: 0 auto 0 0;
  position: absolute;
  transform: rotateZ(0deg);
  background-color: var(--bs-primary);
}
.secondary_menu::after {
  transform-origin: bottom;
  transform: rotateZ(90deg);
}
.mega_menu_list a {
  display: flex;
  color: var(--bs-dark);
}
.mega_menu_list a:hover,
.mega_menu_list a:focus,
.mega_menu_list a:active {
  color: var(--bs-primary);
}

/* .btn-top-section{
    background: #fff;
    border-radius: 10px;
} */

/*new service section */

.service-sec .mega_menu_list {
  display: flex;
}

.service-sec .mega_menu_list img {
  padding-right: 10px;
}

.service-sec .secondary_menu p {
  font-size: 14px;
}

.service-sec .secondary_menu::after,
.service-sec .secondary_menu::before {
  content: unset;
}

.service-sec::before {
  content: unset !important;
}

.service-sec .mega_menu_list a:hover::before {
  content: unset !important;
}

.service-sec .mega_menu_list a {
  display: flex;
  align-items: center;
}

.box-section {
  border-radius: 10px;
  height: 90%;
  width: 100%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box-section h4 {
  font-size: 18px;
}

.box-section h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}

.box-1 .btn {
  padding: 10px;
  border-radius: 10px;
}

.box-section .box-botton a {
  background: #32325d;
  color: #fff !important;
}

.box-section .box-botton :hover {
  background: #fff;
  color: #ff0042 !important;
  transition: ease 0.2s;
}

.box-section .box-botton a i {
  transition: ease 0.5s;
}

.service-sec-1 li {
  margin-bottom: 20px !important;
}

/*new change end*/

.btn-sec-conatent .content-sec p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.btn-sec-conatent .btn-section a {
  background: #ff0042 !important;
  color: #fff !important;
}
.btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.celebrating {
  cursor: pointer;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 1rem;
}
.celebrating img {
  filter: drop-shadow(0px 5px 5px rgba(19, 18, 18, 0.25));
}
.header-testimonial {
  display: flex;
  color: var(--bs-dark);
  flex-direction: column;
}
.header-testimonial .client-img {
  width: 4rem;
  height: 4rem;
}
.header-testimonial .quotes_symbol {
  width: 35px;
  margin-bottom: 0.5rem;
  fill: var(--bs-primary);
}
.nav-divider {
  position: relative;
  padding: 0 0.75rem;
}
.nav-divider::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  border-radius: 5rem;
  background: var(--bs-primary);
}
.cont-nav .nav-divider::before {
  background-color: var(--bs-dark);
}
.cont-nav .nav-link {
  font-size: 17px;
  line-height: 1;
}
.cont-nav .nav-link i {
  font-size: 15px;
}
.dropdown-toggle::after {
  border: 0;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav_menu_main_ul .dropdown-toggle::after {
  margin-left: 0;
  font-size: 1.25rem;
  content: "\f13a";
}
.nav_menu_main_ul .dropdown-menu {
  padding: 0;
  border: none;
  margin-top: 0;
  z-index: 1050;
  display: block;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cont-nav .dropdown-toggle::after {
  content: "\f0d7";
}
.nav_menu_main_ul .dropdown-menu.mega-menu {
  opacity: 0;
  cursor: auto;
  max-height: 0;
  overflow-y: scroll;
  visibility: hidden;
  scroll-behavior: smooth;
}
.mega-menu .mob_card {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0rem 0.5rem 1rem 0rem rgb(247 55 87 / 20%);
}
.nav_menu_main_ul.cont-info li,
.nav_menu_main_ul.cont-info-pad li {
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
.com-inquiry-block {
  top: 150%;
  opacity: 0;
  z-index: 9999;
  right: -1rem;
  width: 400px;
  visibility: hidden;
  position: absolute;
  transition: all ease 0.2s;
}

/* .nav-menu-new .list-unstyled.mega_menu_ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.25rem;
    background: #fff;
    border-radius: 10px;
    transition: all .25s ease;
} */

/* ul .list-unstyled .mega_menu_ul a:hover {
    height: 100%;
} */

/* .nav-menu-new .list-unstyled.mega_menu_ul:has(li a:hover)::after{
    height: 100%;
    transform: scale(0.01px) translateY(0px);
}  */

.nav-menu-new ul li a {
  margin-bottom: 10px;
}

.nav-menu-new .nav-divider::before {
  top: -7px;
}

.btn-sec-conatent .btn-section a {
  margin-left: 0 !important;
}

.mega-menu-suplimentry a {
  margin-bottom: 10px;
}

.mega-menu-suplimentry .nav-divider {
  top: -5px;
}

.shake-animate {
  animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.cont-nav li:hover .nav-link,
.cont-nav li:active .nav-link,
.cont-nav li:focus .nav-link {
  color: var(--bs-primary);
}
.cont-nav li.number:hover .shake-animate {
  animation: none;
}
.cont-nav li.number:hover .com-inquiry-block {
  top: 75%;
  opacity: 1;
  visibility: visible;
}
.com-inquiry {
  padding: 0;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  backdrop-filter: blur(5px);
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 0 5px rgb(247 55 87 / 30%);
}

.com-inquiry:after {
  top: -14px;
  right: 14px;
  content: "";
  z-index: -1;
  position: absolute;
  transition: all 1s ease;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid rgb(247 55 87 / 90%);
  filter: drop-shadow(0 0 5px rgb(247 55 87 / 30%));
}
.com-inquiry .con-heading {
  font-size: 16px;
  color: #212529;
  line-height: 1.2;
  font-weight: 800;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgb(247 55 87 / 10%);
}
.inquiry_cont {
  display: flex !important;
  flex-direction: column !important;
  /* gap: 10px; */
}
.hr-inquiry {
  display: flex;
  flex-direction: column;
}
.hr-inquiry-border {
  border-top: 1px solid rgb(247 55 87 / 10%);
}
.com-inquiry .inquiry-block {
  gap: 1rem;
  display: flex;
  text-align: left;
  min-height: 110px;
  padding: 15px 20px;
  align-items: center;
  border-top: 1px solid rgb(247 55 87 / 10%);
}
.com-inquiry .hr {
  border-top: none !important;
}
.dark_clr_path {
  fill: var(--bs-dark);
}
.primary_clr_path {
  fill: var(--bs-primary);
}
.svg_divider {
  fill: #ffc5d3;
}
.btn_quote {
  width: 10rem;
}
.com-inquiry .inquiry-block .inq_head {
  margin: 0;
  font-size: 16px;
  color: #212529;
  font-weight: bold;
}
.com-inquiry-scrollable {
    max-height: 330px;
    overflow-y: auto;
    padding-right: 0;
}

/* Optional nice scrollbar styling (Chrome/Edge/Safari) */
.com-inquiry-scrollable::-webkit-scrollbar {
  width: 4px;
}

.com-inquiry-scrollable::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

.com-inquiry-scrollable::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.hr-inq {
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
  margin-left: 30px;
}
.nav-menu-new h4 a {
  font-weight: 700;
}
.com-inquiry .inquiry-block ul {
  padding: 0;
  margin: 1rem 0 0;
}
.com-inquiry .inquiry-block ul li {
  display: flex;
  font-size: 16px;
  column-gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.com-inquiry .inquiry-block ul li .fa {
  margin-right: 0.725rem;
}
.com-inquiry .inquiry-block ul li a,
.inquiry_cont span a {
  color: #f73757;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.com-inquiry .inquiry-block ul li a:hover,
.inquiry_cont span a:hover {
  color: #212529;
}
.com-inquiry .inquiry-block span {
  font-size: 13px;
  color: #828282;
}
.com-info-inquiry .inquiry-block span a {
  color: #f73757;
}
.nav_menu_main_ul > li span.accordion {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
}
/* .nav_menu_main_ul > li span.accordion:after {
    content: '';
    width: 0%;
    height: 6px;
    bottom: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    transition:ease 0.2s;
    background: rgba(247, 55, 87, 0.95);
} */
.nav_menu_main_ul > li span.accordion:after {
  top: 16px;
  right: -5px;
  color: #333;
  line-height: 1;
  content: "\f13a";
  font-size: 1rem;
  position: absolute;
  font-family: "FontAwesome";
  transition: all 0.2s ease-in-out;
}
.blog_link a {
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 15px;
}
.blog_link a:hover {
  color: #f73757;
}
.float_nav__menu {
  left: 0;
  top: 81px;
  opacity: 0;
  z-index: 9;
  width: 100%;
  padding: 35px 0;
  position: absolute;
  visibility: hidden;
  transition: ease 0.2s;
  background: rgba(247, 55, 87, 0.95);
}
.fd_menu__list:hover .float_nav__menu {
  visibility: visible;
  opacity: 1;
  transition: ease 0.2s;
}
.fd_menu__list:hover span.accordion {
  color: #f73757;
}
/* .fd_menu__list:hover span.accordion:after{
    width:100%;
} */
.fd_menu__list:hover span.accordion:after {
  color: #f73757;
  transform: rotate(180deg);
}

.float_nav__menu .comp_sub__menus {
  padding-left: 20px;
  position: relative;
}
.float_nav__menu .comp_sub__menus:before,
.float_nav__menu .ser_sub_menus_inner::before {
  left: 0;
  width: 4px;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 5rem;
  background-color: #f4657d;
}
.float_nav__menu .comp_sub__menus li:not(:last-child),
.float_nav__menu .ser_sub__menus li:not(:last-child) {
  margin-bottom: 1rem;
}
.float_nav__menu .comp_sub__menus li a,
.float_nav__menu .ser_sub__menus li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding: 0;
  position: relative;
  width: fit-content;
  width: -webkit-fit-content;
  width: -mox-fit-content;
}
.float_nav__menu .comp_sub__menus li a:after,
.float_nav__menu .ser_sub__menus li a:after {
  top: 0;
  content: "";
  width: 4px;
  height: 0%;
  left: -20px;
  background: #fff;
  position: absolute;
  border-radius: 5rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.float_nav__menu .comp_sub__menus li a:hover:after,
.float_nav__menu .ser_sub__menus li a:hover:after {
  height: 100%;
}
.float_nav__menu .ser_sub_menus_inner {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.float_nav__menu .ser_sub_menus_inner li {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 1.25rem;
  justify-content: flex-start;
}
.float_nav__menu .ser_sub_menus_inner li:last-child::before,
.float_nav__menu .ser_sub_menus_inner li:last-child::after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.float_nav__menu .ser_sub_menus_inner li:last-child::before {
  width: 1px;
  height: 10px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child::after {
  top: 10px;
  width: 10px;
  height: 1px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child span {
  color: #fff;
  font-size: 16px;
  padding: 0 12px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child a {
  position: relative;
  white-space: nowrap;
}
.float_nav__menu .ser_sub_menus_inner li:last-child a:after {
  width: 0%;
  left: 0;
  top: 100%;
  bottom: 0;
  height: 1px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child a:hover:after {
  width: 100%;
}
@media (min-width: 1200px) {
  .container-lg {
    /* max-width: 1180px; */
  }
}

.celebrating span {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 24px !important;
  color: #ffffff !important;
}
.fd-test-quote {
  filter: invert(1) brightness(100);
  width: 35px;
  margin-bottom: 10px;
}
.header-card {
  top: -10px;
  padding: 1rem;
  display: flex;
  position: relative;
  border-radius: 0.5rem;
  flex-direction: column;
  transition: all 0.3s ease-in;
}
.header-card:hover {
  border-radius: 0.5rem;
  background-color: #f73757;
  box-shadow: 0 0.5rem 1rem 0 rgba(58, 57, 57, 0.1);
}
.header-card p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.fd-hd-test-con {
  padding-left: 20px;
}
.fd-hd-test-img h5 {
  font-size: 20px;
  margin: 0;
  color: #fff !important;
}
.developer__btns {
  gap: 20px;
  display: flex;
  min-height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.comp_sub__menus.others a {
  padding: 8px 5px;
}
.float_nav__menu .ser_sub_menus_inner .ser_sub_menu_exception {
  gap: 0.5rem;
  flex-wrap: wrap !important;
}
.ser_sub_menu_exception div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.developer__btns a {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  color: #f73757;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1rem 1.5rem 0 rgba(58, 57, 57, 0.1);
}
.developer__btns a:hover {
  color: #fff;
  background: #f73757;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.nav__menu__buttons a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  background: #f73757;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f73757;
  transition: all 0.3s ease-in-out;
}
.nav__menu__buttons a:hover {
  color: #f73757;
  background: #ffffff;
}
/* .sticky__Header{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.85);
} */
.nav_menu_main_ul.cont-info-pad {
  display: none;
}

.header-hire-btn.header-hire-btn {
  width: fit-content !important;
  padding: 14px 20px;
  letter-spacing: normal;
  font-size: 16px;
  background: var(--bs-primary);
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-transform: unset;
  border-radius: 10px;
}

/* .header-menu-wave {
    z-index: 1;
    background-color: #fff;
} */
/* .nav-header {
    position: fixed;
    min-width: 100%;
} */
/* .nav-item:has(.hire_btn) {
    position: relative;
}
.hire_btn {
    display: inline-block;

}
.hire_toggle_btn {
    display: inline-flex;
    position: absolute;
    top: 30px;
    right: 13px;
    transform: translate(0, -10px);    
} */
.hire_btn.mobile_menu {
  display: none;
}
.hire_toggle_btn.mobile_menu {
  display: none;
}
/* Media Query */

@media (max-width: 1400px) {
  .box-section {
    height: 80%;
  }
}

@media (max-width: 1200px) {
  .fd-hd-test-con .hd-test-text {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .float_nav__menu .ser_sub_menus_inner li.ser_sub_menu_unique {
    flex-wrap: wrap;
  }
}

/* @media(min-width:992px){
    .celebrating-mobs{
        display: none !important;
    }
} */

@media (max-width: 992px) {
  .desk_view {
    display: none !important;
  }
  .nav-item:has(.hire_btn) {
    position: relative;
  }
  .hire_btn.mobile_menu {
    display: inline-block;
  }
  .hire_toggle_btn.mobile_menu {
    display: inline-flex;
    position: absolute;
    top: 30px;
    right: 13px;
    transform: translate(0, -10px);
  }

  .nav-header {
    display: flex;
  }
  .header-menu-wave {
    min-width: 100%;
  }
  .top-rated {
    display: none;
  }
  /* header .container{
        max-width: 100%;
    } */
  .nav_menus__inner .nav_menu_main_ul.contact {
    display: none;
  }
  .nav_menus__inner .nav_menu_main_ul {
    gap: 0;
    flex-direction: column;
  }
  .nav_menus__inner .nav_menu_main_ul .fd_menu__list {
    border-bottom: 1px solid rgba(247, 55, 87, 0.1);
  }
  .nav_menus__inner .nav_menu_main_ul.cont-info {
    display: none;
  }
  .nav_menu_main_ul.cont-info-pad {
    display: flex;
  }
  .nav__menu__buttons {
    display: none;
  }
  .nav_menus__inner .nav_menu_main_ul .fd_menu__list span {
    font-size: 18px;
    padding: 16px;
    color: #333;
    display: block;
    position: relative;
  }
  .fd_menu__list span.accordion:before {
    right: 20px;
    top: 20px;
    content: "\f13a";
    color: #333;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 1.25rem;
    line-height: 1;
    transform: rotate(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .fd_menu__list span.accordion.active:before {
    color: #f73757;
    font-weight: 400;
    transform: rotate(180deg);
  }
  .nav_menus__inner .nav_menu_main_ul .blog_link a {
    font-size: 18px;
    color: #333;
    padding: 16px;
    display: block;
  }
  .float_nav__menu {
    opacity: 1;
    padding: 0;
    max-height: 0;
    position: unset;
    overflow: hidden;
    visibility: visible;
    background: transparent;
  }
  .float_nav__menu h4,
  .float_nav__menu h4 a {
    color: #333;
    margin-bottom: 15px;
  }
  .float_nav__menu .ser_sub_menus_inner li:last-child::before,
  .float_nav__menu .ser_sub_menus_inner li:last-child::after {
    background-color: #f73757;
  }
  .header-card {
    top: 0;
    padding: 0;
    align-items: flex-start;
  }
  .float_nav__menu .comp_sub__menus li a,
  .float_nav__menu .ser_sub__menus li a,
  .float_nav__menu .ser_sub_menus_inner li,
  .header-card p,
  .fd-hd-test-img h5 {
    color: #333 !important;
  }
  .float_nav__menu .ser_sub_menus_inner li:last-child {
    padding-left: 1.25rem;
  }
  .fd-hd-test-img .tetimonial-client-img {
    width: 64px;
    height: 64px;
  }
  .header-card p {
    text-align: left;
  }
  .float_nav__menu .comp_sub__menus:before,
  .float_nav__menu .ser_sub_menus_inner::before {
    width: 3px;
    background-color: rgba(244, 101, 125, 0.5);
  }
  .float_nav__menu .comp_sub__menus li a:after,
  .float_nav__menu .ser_sub__menus li a:after {
    width: 3px;
    background: #f73757;
  }
  .float_nav__menu .ser_sub_menus_inner li:last-child span {
    color: #f73757;
  }
  .float_nav__menu .container {
    max-width: 100%;
  }
  .fd_menu__list span.accordion:after {
    display: none;
  }
  .float_nav__menu .ser_sub_menus_inner li span {
    padding: 0 10px !important;
  }
  .developer__btns {
    gap: 10px;
    margin-top: 1rem;
    min-height: auto;
    flex-direction: row;
  }
  .developer__btns.single__btn {
    margin-top: 2rem;
  }
  .developer__btns a {
    color: #fff;
    font-size: 16px;
    padding: 12px 13px;
    background: #f73757;
    border: 1px solid #f73757;
  }
  .developer__btns a:hover {
    color: #f73757;
    background: #fff;
    border: 1px solid #f73757;
  }
  .single__btn a {
    width: 100%;
    padding: 12px 30px;
  }
  .fd-test-quote {
    filter: unset;
  }
  .hamburger_menu span {
    width: 28px;
    height: 3px;
    margin: 5px 0;
    display: block;
    background: #333;
    border-radius: 5rem;
    animation: width_anim 0.5s infinite ease-out forwards alternate-reverse;
  }
  .hamburger_menu span.middle {
    animation-delay: 0.1s;
  }
  .hamburger_menu span.bottom {
    animation-delay: 0.2s;
  }
  .menu__active .hamburger_menu span {
    animation: none;
  }
  .menu__active .hamburger_menu span:nth-child(2) {
    display: none;
  }
  .menu__active .hamburger_menu span:nth-child(1) {
    transform: rotate(45deg) translate(20%);
  }
  .menu__active .hamburger_menu span:nth-child(3) {
    transform: rotate(-45deg) translate(20%);
  }
  .nav_menu_main_ul > li span.accordion.active {
    color: #f73757;
    font-weight: 600;
    background: rgb(247 55 87 / 10%);
  }

  .service-sec .mega_menu_list img {
    filter: invert(30%) sepia(116%) saturate(7483%) hue-rotate(341deg)
      brightness(101%) contrast(101%);
  }

  .box-section {
    padding: 15px;
    background: #ff0042;
  }

  .box-section .text-box {
    padding-top: 15px;
  }
  .box-section .box-botton {
    padding-bottom: 10px;
  }

  .box-section {
    height: 90%;
  }

  /* .celebrating a{
        display: none;
    } */

  .mob-ce {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.99px) {
  .nav_menu_main_ul.cont-info-pad {
    display: none;
  }
}

/* CSS Animation used in Header */

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}
@-webkit-keyframes width_anim {
  0% {
    width: 0px;
  }
  100% {
    width: 28px;
  }
}
@keyframes width_anim {
  0% {
    width: 0px;
  }
  100% {
    width: 28px;
  }
}
/* CSS Animation used in Header ends here */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbr-brand {
    width: 12rem;
  }
  .com-inquiry:after {
    right: 21px;
  }
  .navbar-expand-lg {
    padding: 0;
  }
  .navbar-expand-lg .offcanvas {
    width: auto;
    background-image: none;
  }
  .nav_menu_main_ul .nav-item:not(:last-child) {
    cursor: pointer;
    border-bottom: none;
  }
  .nav_menu_main_ul .nav-link {
    padding: 0.5rem 0.75rem !important;
  }
  .nav_menu_main_ul .nav-link:not(:last-child, .hire_btn) {
    pointer-events: none;
  }
  /* .nav_menu_main_ul .dropdown-toggle {
        pointer-events: none;
        cursor: pointer !important;
    } */
  .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-toggle,
  .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-toggle,
  .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-toggle {
    font-weight: 500;
    color: var(--bs-primary);
    background-color: transparent;
  }
  .nav_menu_main_ul .dropdown-toggle::after {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
  .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-toggle::after,
  .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-toggle::after,
  .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .nav_menu_main_ul .dropdown-menu.mega-menu {
    left: 0;
    right: 0;
  }
  .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-menu.mega-menu,
  .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-menu.mega-menu,
  .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-menu.mega-menu {
    left: 0;
    right: 0;
    opacity: 1;
    padding: 2.5rem 0;
    visibility: visible;
    max-height: fit-content;
    backdrop-filter: blur(5px);
    background: rgb(255 0 66 / 90%);
  }

  .nav_menu_main_ul
    .nav-item:not(:last-child):hover
    .dropdown-menu.mega-menu.border,
  .nav_menu_main_ul
    .nav-item:not(:last-child):focus
    .dropdown-menu.mega-menu.border,
  .nav_menu_main_ul
    .nav-item:not(:last-child):active
    .dropdown-menu.mega-menu.border {
    border-bottom: 2px solid #ff0042 !important;
  }

  .mega-menu .mob_card {
    padding: 0rem;
    box-shadow: none;
    border-radius: 0rem;
    background-color: transparent;
  }
  .mega_menu_ul:last-child {
    margin-bottom: 0rem;
  }
  .mega_menu_ul::before {
    width: 0.25rem;
    background-color: rgb(255 255 255 / 20%);
  }
  .mega_menu_list a,
  .mega_menu_list a:hover,
  .mega_menu_list a:focus,
  .mega_menu_list a:active {
    display: flex;
    position: relative;
    color: var(--bs-white);
  }
  :not(.service-sec).mega_menu_ul::after {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    width: 0.25rem;
    position: absolute;
    border-radius: 5rem;
    background-color: #ffffff4f;
  }
  .mega_menu_ul::before,
  .mega_menu_list.secondary_menu a::before {
    top: 0;
    height: 0%;
    left: 0;
    content: "";
    width: 0.25rem;
    position: absolute;
    border-radius: 5rem;
    background-color: var(--bs-white);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .mega_menu_ul:has(li a:hover)::before {
    height: 100%;
  }
  .mega_menu_list a:hover::before,
  .mega_menu_list a:focus::before,
  .mega_menu_list a:active::before {
    bottom: 0;
    height: 100%;
  }
  .mega_menu_list.secondary_menu a::before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 0%;
    height: 1px;
  }
  .mega_menu_list.secondary_menu a:hover::before,
  .mega_menu_list.secondary_menu a:focus::before,
  .mega_menu_list.secondary_menu a:active::before {
    width: 100%;
  }
  .menu-header,
  .menu-header a {
    color: var(--bs-white);
  }
  .celebrating {
    margin-bottom: 0;
  }
  .celebrating img {
    filter: none;
    transform: scale(0.9);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .celebrating img:hover {
    transform: scale(1);
  }
  .header-testimonial {
    padding: 1rem;
    border-radius: 1rem;
    color: var(--bs-white);
    background-color: transparent;
  }
  .header-testimonial:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    box-shadow: 0rem 0.5rem 0.5rem rgba(247, 55, 87, 0.25);
  }
  .header-testimonial .quotes_symbol {
    width: 50px;
    fill: var(--bs-white);
  }
  .dropdown-menu.mega-menu .btn_primary {
    width: 10rem;
    margin-left: auto;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    box-shadow: 0rem 0.5rem 1rem rgba(255, 255, 255, 0.15);
  }
  .dropdown-menu.mega-menu .btn_primary:hover,
  .dropdown-menu.mega-menu .btn_primary:active,
  .dropdown-menu.mega-menu .btn_primary:focus {
    color: var(--bs-white);
    box-shadow: 0rem 0.5rem 1rem rgb(35 44 59 / 15%);
  }
  .secondary_menu::after,
  .secondary_menu::before,
  .nav-divider::before {
    background-color: var(--bs-white);
  }

  .btn-sec-conatent p {
    color: #fff;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

@media (max-width: 990px) {
  .service-section-after {
    .mobile-flex {
      flex-direction: column;
    }
  }

  .border-right-code {
    padding-bottom: 10px;
    .header-image-sec {
      display: none;
    }
  }
}

/*New Header css*/
.mob-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.new-header-menu {
  @media (min-width: 992px) {
    .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-menu.mega-menu,
    .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-menu.mega-menu,
    .nav_menu_main_ul
      .nav-item:not(:last-child):active
      .dropdown-menu.mega-menu {
      background: #fff;
    }
    .menu-header,
    .menu-header a {
      color: var(--bs-dark);
    }
    .mega_menu_list a,
    .mega_menu_list a:hover,
    .mega_menu_list a:focus,
    .mega_menu_list a:active {
      display: flex;
      position: relative;
      color: var(--bs-dark);
    }
    .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-menu.mega-menu,
    .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-menu.mega-menu,
    .nav_menu_main_ul
      .nav-item:not(:last-child):active
      .dropdown-menu.mega-menu {
      background: #fffcfd !important;
      box-shadow: 0px 0px 38px rgb(0 0 0 / 20%);
    }
    .border-right-code {
      border-right: 1px solid #dddddd;
      .menu-header {
        font-size: 22px;
      }
    }
    .nav_menu_main_ul .nav-link:not(:last-child, .hire_btn) {
      pointer-events: unset !important;
    }

    .navbar-expand-lg .navbar-nav {
      gap: 10px;
    }
  }

  @media (max-width: 990px) {
    .menu-header {
      display: none;
    }
    .nav_menu_main_ul .dropdown-toggle.show {
      font-weight: 600;
      color: var(--bs-primary);
      background-color: rgba(255, 0, 68, 0.1);
    }
    .nav_menu_main_ul .dropdown-menu.mega-menu.show {
      opacity: 1;
      padding: 1rem 0;
      max-height: 100%;
      visibility: visible;
    }
    .nav_menu_main_ul .dropdown-toggle.show::after {
      transform: rotate(180deg);
    }
  }
  .box-botton .btn {
    width: fit-content;
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 20%);
    padding: 10px 15px;
    border-radius: 10px;
    transition: 50ms ease-in-out;

    &:hover {
      background: #ff0042;
      color: #fff;
    }
  }
  .contact-card-heading {
    .contact-img-box {
      padding: 10px;
      border-radius: 8px;
    }
  }
  .header-right-content {
    span {
      font-size: 17px;
      font-weight: 600;
    }
    p {
      font-size: 15px;
    }
    .row {
      row-gap: 30px;
    }
  }
  .dropdown-menu {
    border-bottom: 2px solid #a3a3a3 !important;
  }
  .header-color-box {
    padding: 10px;
    border-radius: 8px;
    color: #333 !important;
    &.header-color-1 {
      .contact-img-box {
        background: #fff3ee;
      }
      &:hover {
        background: #fff3ee;
      }
    }
    &.mob-head-color {
      .contact-img-box {
        background: #ffeff3;
      }
      &:hover {
        background: #ffeff3;
      }
    }
    &.header-color-2 {
      .contact-img-box {
        background: #eefff4;
      }
      &:hover {
        background: #eefff4;
      }
    }
    &.header-color-3 {
      .contact-img-box {
        background: #f5edff;
      }
      &:hover {
        background: #f5edff;
      }
    }
    &.header-color-4 {
      .contact-img-box {
        background: #e9f1ff;
      }
      &:hover {
        background: #e9f1ff;
      }
    }
    &.header-color-5 {
      .contact-img-box {
        background: #fff0f0;
      }
      &:hover {
        background: #fff0f0;
      }
    }
    &.header-color-6 {
      .contact-img-box {
        background: #ebfffd;
      }
      &:hover {
        background: #ebfffd;
      }
    }
    &.header-color-7 {
      .contact-img-box {
        background: #fff9e8;
      }
      &:hover {
        background: #fff9e8;
      }
    }
    &.header-color-8 {
      .contact-img-box {
        background: #f1feff;
      }
      &:hover {
        background: #f1feff;
      }
    }
    &.header-color-9 {
      .contact-img-box {
        background: #f6ffed;
      }
      &:hover {
        background: #f6ffed;
      }
    }
    &.header-color-10 {
      .contact-img-box {
        background: #eeeeee;
      }
      &:hover {
        background: #eeeeee;
      }
    }
    &.header-color-11 {
      .contact-img-box {
        background: #e7faff;
      }
      &:hover {
        background: #e7faff;
      }
    }
    &.header-color-12 {
      .contact-img-box {
        background: #e7faff;
      }
      &:hover {
        background: #e7faff;
      }
    }
    &.header-color-13 {
      .contact-img-box {
        background: #eef4ff;
      }
      &:hover {
        background: #eef4ff;
      }
    }
    &.header-color-14 {
      .contact-img-box {
        background: #dff4ff;
      }
      &:hover {
        background: #dff4ff;
      }
    }
    &.header-color-15 {
      .contact-img-box {
        background: #fff2ef;
      }
      &:hover {
        background: #fff2ef;
      }
    }
    &.header-color-16 {
      .contact-img-box {
        background: #ffeded;
      }
      &:hover {
        background: #ffeded;
      }
    }
    &.header-color-17 {
      .contact-img-box {
        background: #effff7;
      }
      &:hover {
        background: #effff7;
      }
    }
    &.header-color-18 {
      .contact-img-box {
        background: #e7f2fe;
      }
      &:hover {
        background: #e7f2fe;
      }
    }
    &.header-color-19 {
      .contact-img-box {
        background: #e7f2fe;
      }
      &:hover {
        background: #e7f2fe;
      }
    }
    &.header-color-20 {
      .contact-img-box {
        background: #f2f4ff;
      }
      &:hover {
        background: #f2f4ff;
      }
    }
    &.header-color-21 {
      .contact-img-box {
        background: #ede9fa;
      }
      &:hover {
        background: #ede9fa;
      }
    }
  }
  .righLeft-Tap .height-sec {
    min-width: 250px;
  }

  .nav-pills .nav-link {
    font-size: 15px !important;
    font-weight: 600;
    padding: 17px 10px !important;
    border-radius: 7px;
    justify-content: start;
    width: 100%;
    &:hover {
      background-color: #ffeff3;
    }
    &.active {
      background: #ffeff3;
      color: #ff0042;
      transition: filter 0.3s ease;
      position: relative;
      width: 100%;
      &::after {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 9px;
        right: -8px;
        content: "";
        background: #ffeff3;
        transform: rotate(45deg);
        @media (max-width: 990px) {
          display: none;
        }
      }

      img {
        filter: invert(22%) sepia(98%) saturate(5000%) hue-rotate(330deg) brightness(95%) contrast(105%);
      }
    }
  }
  .right-tab-section {
    box-shadow: 0px 0px 11px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 15px;
    width: 100%;
  }
  .mobile-flex {
    .nav_menu_main_ul .nav-link {
      justify-content: unset !important;
      gap: 5px;
    }
  }
  .border-right-code {
    .box-botton {
      a {
        background: #ff0042;
        color: #fff;
        &:hover {
          background: #fff;
          color: #ff0042;
          outline: 1px solid #ff0042;
        }
      }
    }
  }
  .menu-scroll {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 0;
  }
  .menu-scroll::-webkit-scrollbar {
    width: 3px;
  }

  .offcanvas-body {
    .blog_link {
      display: none;
    }
  }
}
.web-app-contain {
  display: flex;
}
.Role-content-box p {
  font-size: 17px;
  font-weight: 600;
}
.Role-content-box p span {
  font-size: 17px;
  padding-right: 0.125rem;
  opacity: 0.5;
}
.service-sub {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft, modern shadow */
  box-sizing: border-box;
      width: 100%;
}
.header-color-box:hover span {
  color: var(--bs-primary) !important;
}