.content-wrapper-experties .icon-section {
  font-size: 50px;
  margin-bottom: 10px;
  img {
    width: 50px;
  }
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background: transparent;
  color: #ffff;
}

.panel-group.bs-accordion .panel.panel-default {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(241, 93, 50, 0.3);
  border-radius: 0;
}

.panel-group.bs-accordion .panel.panel-default .card {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
}
.panel-group.bs-accordion .panel.panel-default .card .icon img {
  display: none;
}

/* New homepage design */
.bs-header .my-nav:before {
  display: none;
}
.bs-header .my-nav .hamburger {
  border: 0px;
}
.megamenu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 1rem 0;
}

.megamenu .row > .col-xl-4 {
  padding: 0 15px;
}

.workMegaMenu .global-img img {
  width: 100%;
  height: auto;
}

.bs-footer .footer-border {
  margin: 0 20px;
  border-top: 0px !important;
}
.bs-footer .page-footer:before {
  display: none !important;
}
.floating-button a {
  background-color: #efefef;
  box-shadow: 0px 3.7px 3.7px 0px #00000040;
  border: 0.93px solid #414141;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-button .icon {
  font-size: 30px;
  z-index: 9999999;
}

/* Tanmay Css */

.floating-button-top {
  position: fixed;
  bottom: 50px;
  right: 120px;
  z-index: 999;
  /* opacity: 0;
  visibility: hidden; */
  /* transform: translateY(20px); */
  transition: all 0.3s ease;
  cursor: pointer;
  display:none;
}

.floating-button-top .top-box {
  background-color: #efefef;
  box-shadow: 0px 3.7px 3.7px 0px #00000040;
  border: 0.93px solid #414141;
  /* padding: 10px; */
  padding: 15px 24px;
  border-radius: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.floating-button-top .top-box .typ-arrow {
  /* width: 10px;
  height: 10px; */
}
.floating-button-top .top-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #f04e23;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Mega menu base */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  /*height: 350px;*/
  height:auto;
  background: #000;
  display: none;
  z-index: 999;
  padding: 35px;
  overflow: hidden;
  margin-top: 0;
  /*border-top: 1px solid #fff;*/
  /*border-bottom: 1px solid #fff;*/
    border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.workMegaMenu {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* Hover effect on card */
.workMegaMenu:hover .imgBox img {
  transform: scale(1.1);
}

/* Image box */
.workMegaMenu .imgBox {
  max-width: 125px;
  max-height: 125px;
  min-width: 125px;
  min-height: 125px;
  overflow: hidden;
  border-radius: 3px;
}

.workMegaMenu .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}

/* Content */
.workMegaMenu .contnet {
  max-width: 225px;
}

.workMegaMenu .contnet h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e36;
  margin-bottom: 8px;
}

/* 3 line ellipsis (replacement of @include ellipsis(3)) */
.workMegaMenu .contnet .bs-para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Global image section */
.workMegaMenu .global-img {
  position: relative;
  max-width: 464px;
  max-height: 291px;
  width: 100%;
  overflow: hidden;
}

.workMegaMenu .global-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}

/* Centered text */
.workMegaMenu .global-img .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

/* Hover zoom */
.workMegaMenu .global-img:hover img {
  transform: scale(1.1);
}

/* Content styling */
.mega-menu h4 {
  color: #fff;
  margin-bottom: 15px;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

.mega-menu ul li a:hover {
  color: #fff;
}

/* Navbar relative */
.mega-nav {
  /* position: relative; */
}

.mega-menu.open {
  display: block;
}
/* body::after,
::before {
  content: none !important;
} */
.typ-flex-name {
  display: flex;
  gap: 10px;
  align-items: center;
}

.clutch-section {
  display: block;
  width: 150px;
  height: 34px;
}
/* .typ-boxIdea:hover{
  background-color: #fff;
}
.typ-boxIdea:hover .bs-para{
  color: #000;
}
.typ-boxIdea:hover path {
  stroke:#fff;
} */
.bs-footer .logosection .container {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding-top: 24px;
  padding-bottom: 24px;
}
.bs-footer .logosection .align-item-center {
  align-items: center;
}
.bs-footer .logosection .clutch-section img {
  width: auto;
}
.bs-footer .logosection {
  /* padding-top: 24px;
    padding-bottom: 24px; */
}
.bs-footer .logosection img {
  width: auto;
}
.bs-footer .logosection .multiple-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.bs-footer .logosection .multiple-logos .img-section-logo {
  width: auto;
}
.video-section.typ-about {
    display: block !important;
    width: 100%;
}
.video-section.typ-about::after {
    background-color: transparent !important;
}
/* .video-section.typ-about::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
} */
.video-section.typ-about .video-section-area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.video-section.typ-about .video-section-area img {
    width: 100% !important;
}
.video-section.typ-about .play-icons {
 position: absolute;
    top: 20px;
    right: 35px;  
}
.video-section.typ-about .play-icons .pulsating-play-btn {
  width: 64px;
    height: 64px;
    background: radial-gradient(#2e3192 50%,
 color-mix(in srgb, #2e3192, transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}
.video-section.typ-about .play-icons .pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, #2e3192, transparent 30%);
  top: -20%;
  left: -20%;
  background: rgba(198, 16, 0, 0);
}

.video-section.typ-about .play-icons .pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lyt-section.typ-whiteBG, .section.section__clients.typ-whiteBG{
  background-color: #efefef;
}
.section.section__clients.typ-whiteBG .bs-heading.typ-left h2, .section.section__clients.typ-whiteBG .desc{
  color: #000;
}
.lyt-section.typ-whiteBG{
  padding-bottom: 60px;
}

.bs-grid-box {
  /* display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-gap: 14px; */
}

.bs-grid-box.logos-section .box-logo {
  /* min-height: 90px; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 0px 40px;
      flex: 0 0 auto;
    width: 16.66%;
}
.bs-grid-box.logos-section .box-logo img {
  width: auto;
  height: auto;
}
.bs-grid-box.logos-section .box-logo .height-70{
height: 70px;
}
.bs-grid-box.logos-section .box-logo .height-40{
height: 40px;
}
.selectbudgetRange.typ-black option{
color: rgba(255, 255, 255, .6);
background: transparent;
}
button:focus{
  outline: none !important;
}
@media (max-width:992px){
     .bs-grid-box.logos-section .box-logo { 
    width: 20%;
}
}
@media (max-width: 767px) {
  .dropdown-menu.typ-global-menu {
    padding-left: 0;
  }
  .bs-header .navbar-nav li:hover > ul.dropdown-menu.typ-global-menu li a {
    padding: 5px 0px;
  }
  .bs-header
    .navbar-nav
    li:hover
    > ul.dropdown-menu.typ-global-menu
    li
    a:hover {
    background-color: transparent;
  }
  .dropdown-item .global-img {
    position: relative;
    width: 150px;
    overflow: hidden;
  }
  .dropdown-item .global-img img {
    width: 100%;
    height: auto;
  }
  .dropdown-item .global-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
  }

  /* Centered text */
  .dropdown-item .global-img .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  /* Hover zoom */
  .dropdown-item .global-img:hover img {
    transform: scale(1.1);
  }
  .floating-button-top {
    bottom: 15px;
    right: 100px;
  }
  .bs-footer .logosection .clutch-section {
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
  }
  .bs-footer .logosection .multiple-logos {
    justify-content: center;
  }
  .mrgBMobile50{
    margin-bottom: 50px;
  }
.video-section.typ-about .play-icons {
    top: 10px;
    right: 25px;
}
   .bs-grid-box.logos-section .box-logo {
 
    width: 50%;
    min-height: 90px;
}
.lyt-section.typ-whiteBG{
  padding-bottom: 40px;
}
.bs-grid-box.logos-section .box-logo .height-70{
height: 40px;
}
}


@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}