/* ========== DESKTOP HEADER ========== */
.mega-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}

.topheader {
  padding: 2px 0;
}

.minimal-top-bar .top-ic {
  border-radius: 50%;
  padding: 10px 11px 9px;
  color: #f4fafd;
  background-color: #e97e1b;
  transition: 0.4s;
  font-size: 12px;
  margin: 0;
}

.minimal-top-bar .top-ic:hover {
  color: #e97e1b;
  background-color: #f4fafd;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* copyright */
.copyright {
  background: #ec7215;
  color: #fff;
}

.copyright a {
  color: #fff;
}

/* Top Bar */
.minimal-top-bar {
  background-color: #f4fafd;
  padding: 0 0;
}

.minimal-top-bar .container .row {
  align-items: center;
}

.minimal-top-bar .container {
  padding: 0;
}

.minimal-top-bar .container .row {
  padding: 0;
}

.minimal-top-bar .container .row .col-md-4 {
  padding: 0;
}

.minimal-top-bar .container .row .col-md-8 {
  padding: 0;
}

.minimal-top-bar a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  width: 10%;
  text-align: center;
}

.social-div {
  justify-content: left;
  display: flex;
  gap: 0px;
}

.social-div a {
  font-size: 14px;
  color: #000;
}

.short-cc {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}

.short-cc a {
  width: 27%;
}

.top-btn-request {
  background-color: #e97e1b;
  color: #fff !important;
  width: 20%;
  padding: 14px 25px 15px !important;
}

/* Main Header */
.header-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  padding: 15px 75px;
}

.header-container .navbar {
  justify-content: right;
  margin: 0;
  align-items: center;
  min-height: auto !important;
}

.navbar {
  min-height: 0 !important;
}

.logo img {
  width: 100%;
  max-width: 200px;
}

/* Desktop Menu */
.navbar .menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.navbar .menu li {
  position: relative;
}

.m-nav-mnu {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 10px;
  display: inline-block;
}

.topheader {
  background-color: #eee;
}

.arrow {
  transition: 0.3s;
  margin-left: 5px;
}

.dropdown:hover .arrow {
  transform: rotate(180deg);
}

/* Mega Menu Dropdown */
.mega-menu {
  position: absolute;
  top: 100%;
  left: -25px;
  transform: translateX(-50%);
  width: 1100px;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.dropdown:hover .mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.left-p {
  width: 800px;
  left: 100px;
  padding: 20px;
}

.left-In {
  width: 800px;
  left: -50px;
  padding: 20px;
}

.left-p .container {
  padding: 0;
}

.left-p .container .col-md-8 {
  padding: 0;
}

.mega-tabs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}

.footer .top .footerlogo img {
  width: 100%;
}

.mega-tabs li {
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  padding: 20px 12px;
  box-shadow: 0 0.4rem 1.1rem #ecf7ff;
  border: 0.1rem solid #f3f3f3;
  cursor: pointer;
  transition: 0.3s;
}

.freecunsultant a {
  background: url('https://tataresearch.besthr.in/digital-marketar/assets/icon/free-consultant-o.png')no-repeat;
  background-size: cover;
  background-position: center;
  padding: 12% 0 0 24%;
  width: 200px !important;
  height: 45px;
  color: #fff;
  transition: 0.4s;
}

.freecunsultant a:hover {
  color: #000;
  transition: 0.4s;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.mega-tabs li.active,
.mega-tabs li:hover {
  background: #f4fafd;
  border-color: #cbe5ff;
  color: #e97e1b;
  box-shadow: 2px 3px 4px rgb(233 126 27);
}

.list-menu-t {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: column;
}

.list-menu-t li {
  padding: 14px 20px;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
  margin-bottom: 5px;
  transition: 0.3s;
  font-weight: 600;
}

.list-menu-t li:hover {
  background-color: #f4fafd;
  color: #e97e1b;
  padding: 14px 20px 14px 25px;
}

.mega-content {
  border-radius: 10px;
  padding: 15px;
  background-color: #f4fafd;
  box-shadow: 1px 2px 10px rgb(233 126 27);
}

.mega-content h4 {
  color: #e97e1b;
  font-size: 25px;
  margin-bottom: 15px;
}

.main-nw-body .row {
  display: block;
}

.mega-content .tab-content {
  display: none;
  padding: 25px;
  text-align: left;
}

.mega-content .tab-content.active {
  display: block;
}

.mega-content li {
  line-height: 35px;
}

.mega-content li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.mega-content li a:hover {
  color: #e97e1b;
  padding-left: 10px;
}

.menu-pos-b img {
  width: 100%;
  border-radius: 15px;
}

.btn-request {
  border-radius: 20px;
  background-color: #e97e1b;
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
}

/* ========== MOBILE HEADER ========== */
.mega-n-mobile {
  display: none;
}

.mobile-head-n {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo {
  font-size: 20px;
  font-weight: bold;
}

.logo-tech {
  color: #0d9488;
}

.logo-magnate {
  color: #2563eb;
}

/* Hamburger Menu */
.menu-toggle {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.hamburger {
  position: relative;
  width: 24px;
  height: 18px;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1f2937;
  transition: all 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.menu-toggle.active .hamburger span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.menu-toggle.active .hamburger span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .hamburger span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

/* Mobile Menu */
.mega-mobile-menu {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 40;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  padding: 24px;
}

.mega-mobile-menu.active {
  transform: translateX(0);
}

.menu-section {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 8px;
}

.menu-header {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-header.active {
  color: #2563eb;
}

.chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.menu-header.active .chevron {
  transform: rotate(180deg);
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.dropdown-content.active {
  max-height: 600px;
}

.dropdown-inner {
  padding: 16px;
  background-color: #eff6ff;
  border-radius: 8px;
  margin-bottom: 16px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #374151;
  text-decoration: none;
}

.dropdown-item:hover {
  color: #2563eb;
}

.simple-item {
  display: block;
  padding: 12px 0;
  color: #374151;
  text-decoration: none;
}

.simple-item:hover {
  color: #2563eb;
}

.submenu-header {
  width: 100%;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  /* font-weight: 500; */
  color: #374151;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.slick-slide {
  margin: 0 10px;
  /* change 10px to any gap you want */
}

.slick-list {
  margin: 0 -10px;
  /* same negative value as slide margin */
}

.submenu-header.active {
  color: #2563eb;
}

.submenu-chevron {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.submenu-header.active .submenu-chevron {
  transform: rotate(90deg);
}

.submenu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 16px;
}

.submenu-content.active {
  max-height: 300px;
}

.submenu-item {
  display: block;
  padding: 10px 0;
  color: #6b7280;
  text-decoration: none;
  font-size: 15px;
}

.submenu-item:hover {
  color: #2563eb;
}


/* Demo Content */
.demo-content {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.demo-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 20px;
}

/* ========== New Home Paage Design Start ========== */

/* Banner css */
.banner-cu {
  margin: 117px 0 0 0;
 background: url(../images/hero_bg.jpg) repeat-y left top;
 background-size: 100%;
}

/* Common css */
.divider-s {
  width: 25%;
  height: 3px;
  background-color: #ec7215;
  border-radius: 10px;
}

.new-main-head {
  font-size: 40px;
  font-weight: 500;
  padding: 0 10% 2.5%;
  text-transform: uppercase;
}

.new-para- {
  font-size: 16px;
  line-height: 28px;
  display: block;
  color: #3d3d3d;
  margin-bottom: 5px;
  padding: 0;
}
.content-h .new-para-{color:#fff;}
.new-submain-head {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 2.5%;
  text-transform: uppercase;
}

/* Leading digital sec start */
.leadin-digital {
  padding: 5% 0 0;
}

.leadin-digital .divider-s {
  margin: 5% 0 0 0;
}

.leadin-digital .top-divi {
  margin: 0 auto 1% !important;
  width: 5%;
  height: 4px;
}

.leadin-digital .container .row {
  align-items: center;
}

.leadin-digital .left-leading-content {
  margin: 0% 0 0 0;
}

.leadin-digital .left-leading-content .new-para- {
  padding: 2% 0 0 0;
}

.leadin-digital .img {
  margin: 10% 0 0 0;
}

.leadin-digital .col-md-12 .new-para- {
  text-align: center;
  padding: 0 0 4% 0;
}

.leadin-digital .img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

/* Counter Container CSSS */
.counter-container {
  padding: 1% 1% 0;
}

.counter-container .count-row {
  display: grid;
  grid-template-columns: 28% 72%;
  align-items: center;
  padding: 8% 5% 0% 0;
}

.counter-container .count-row h5 {
  font-size: 70px;
  font-weight: 600;
}

.counter-container .count-row h5 span {
  font-size: 70px;
}


/* .video container */
.big-video-con .player-container {
  margin: 5% auto;
}


/* Track Analyze sec start */
.track-analyze {
  padding: 5% 0;
}

.track-analyze .container-fluid {
  padding: 0;
  margin: 0;
}

.track-analyze .box-track {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 15px;
}

.track-analyze .big-img {
  background-color: #f1781d;
  position: relative;
  align-items: center;
}

.track-analyze .big-img h1 {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  width: 50%;
  text-align: left;
  position: absolute;
  right: 20px;
  top: 5%;
  text-transform: uppercase;
  line-height: 80px;
}

/* You will loese secc start */
.lose-search {
  padding: 0 5% 5%;
}

.lose-search .container .row .col-md-12 {
  padding: 0 15px 0;
}

.lose-search h4 {
  font-size: 50px;
  font-weight: 500;
}

.lose-search h2 {
  font-size: 60px;
  font-weight: 700;
  padding: 0 15% 3%;
  text-transform: uppercase;
  color: #f1781d;
}

/* Grow Faster section start */
.grow-faster-sec {
  padding: 5% 0;
}

.grow-faster-sec .container .row .col-md-12 {
  padding: 0 11%;
}

.grow-faster-sec .moreservice a:hover {
  background-color: #e97e1b;
}

.sehead {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 15px 0;
  font-weight: 500;
}

.grow-faster-sec .divider-s {
  margin: 0 auto 1%;
  width: 3%;
  height: 5px;
}

.grow-faster-sec .oursrvc::after {
  top: 60%;
  background: url("../assets/icon/plus-o.png") no-repeat;
  display:none;
}

.grow-faster-sec .oursrvc::before {
  top: 60%;
  background: url("../assets/icon/plus-o.png") no-repeat;
  display:none;
}

/* Why Choose Sec */
.why-choose-sec {
  background: url("../assets/banner/bg-icon.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4% 5%;
  text-align: center;
}

.why-choose-sec .light-btn {
  background-color: #fff;
  color: #e97e1b;
  padding: 12px 20px;
  margin: 5px 5px 0;
  border-radius: 15px;
  font-size: 14px;
}

.why-choose-sec a img {
  width: 2%;
}

.why-choose-sec h1 {
  font-size: 30px;
  margin: 0 3% 3%;
  color: #fff;
}

.why-choose-sec h1 span {
  font-weight: 700;
}

.why-choose-sec p {
  color: #eee;
}

/* impact sec */
.impact-sec {
  padding: 5% 0;
}

.timeline-section {
  padding: 20% 0 0% 5%;
}

.timeline {
  position: relative;
  max-width: 700px;
  margin: auto;
  /* padding-left: 40px; */
  border-left: 2px solid #e5e5e5;
}

.timeline-item {
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 5%;
}
.pt5{padding-top: 5%;}
.pb5{padding-bottom: 5%;}
.timeline-pill {
  width: 16px;
  height: 30px;
  background: #fff;
  border: 2px solid #c8c8c8;
  border-radius: 15px;
  /* pill / spherical */
  position: absolute;
  left: -9px;
  top: 0;
  /* moves above the line */
  transition: 0.3s ease;
}

.timeline-item.active .timeline-pill {
  background: #444;
  border-color: #444;
}

.timeline-item:hover .timeline-pill {
  background: #444;
  /* same as active hover */
  border-color: #444;
}

.timeline-item h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #000;
}

.timeline-item p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

@media (max-width: 600px) {
  .timeline {
    padding-left: 30px;
  }
}

/* Industry sec */
.industry-we {
  position: relative;
}

.industry-we .orange-bx {
  /* margin: 0 2%; */
  background-color: #e97e1b;
  border-radius: 50px;
  padding: 15% 10%;
}

.industry-we .orange-bx .icon-bx img {
  width: 15%;
}

.industry-we .orange-bx .content h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 5% 0 3%;
}

.industry-we .orange-bx .content .new-para- {
  color: #eee;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 22% 0;
}

.industry-we .orange-bx .content .light-btn {
  margin: 3% 0 0 0;
  color: #e97e1b;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
}

.industry-we .orange-bx .content .light-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.commone-new-head .light-txt {
  color: #f6f6f6;
  font-weight: 900;
  font-size: 85px;
  text-transform: uppercase;
}

.commone-new-head .above-txt {
  font-size: 35px;
  margin: -70px -10px 0 -10px;
  text-transform: uppercase;
}

.commone-new-head .divider-s {
  margin: 0 auto;
  width: 5%;
  height: 6px;
}

.commone-new-head {
  position: relative;
  z-index: 15;
  padding: 0 0 5% 0;
}

.industry-we .box-container {
  padding: 7% 0 5%;
  position: relative;
  z-index: 15;
}

.industry-slide-right {
  direction: rtl !important;
}

.industry-we .box-container .row {
  align-items: center;
}

.industry-we .box-container .img-e {
  margin: 0 0 5% 0;
}

.industry-we .box-container .img-e img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.industry-we .box-container .con-bx {
  margin: 0 0 5% 0;
}

.industry-we .box-container .con-bx h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  padding: 0 0 2% 0;
}

.industry-we .box-container .con-bx p {
  color: #eee;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 5% 0;
}

.industry-we .box-container .content-l {
  text-align: left;
  padding: 5% 10% 5% 5%;
}

.industry-we .box-container .content-r {
  text-align: right;
  padding: 5% 5% 5% 10%;
}

.industry-we .box-container .con-bx .read-more-l {
  margin: 0 0 0 0;
  transition: 0.4s;
  background-color: #fff;
  color: #f1781d;
  padding: 10px 30px;
  border-radius: 20px;
  border: 1.5px solid #fff;
}

.industry-we .box-container .con-bx .read-more-l:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  text-decoration: underline;
}

/* .opacity-orange {
  position: absolute;
  top: 18%;
  left: 0.5%;
  right: 0.5%;
  bottom: 5%;
  z-index: 0;
  background-color: #f1781d;
  border-radius: 200px;
} */

.industry-slid-bx .industry-slid-row {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 5px;
}

/* Case studies sec start */
.case-study {
  padding: 5% 0 2%;
  position: relative;
}

.case-study .dhi-bg {
  background: url("../assets/banner/case-study-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0 18%;
  position: relative;
  z-index: 0;
}

.case-study .dhi-bg h1 {
  font-size: 60px;
  color: #fff;
  padding: 0 0 1.5% 0;
}

.case-study .dhi-bg .btn-light {
  color: #000;
  background-color: #eee;
  border-radius: 15px;
  padding: 0.5% 3%;
}

/* .case-slider css start */
.case-slider img {
  width: 100%;
}

.case-slider .row {
  align-items: center;
}

.case-slider .orange-btn {
  background-color: #e97e1b;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 10px 15px 0 0;
  color: #fff;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 600;
}

.case-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
}

/* hide the default round dot */
.case-slider .slick-dots li button:before {
  display: none;
}


.case-slider .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}

.case-slider .slick-dots li button {
  width: 40px;
  /* dot width */
  height: 10px;
  /* dot height */
  border-radius: 20px;
  /* oval shape */
  border: 2px solid #f58634;
  /* border color */
  background: transparent;
  /* default */
  padding: 0;
  cursor: pointer;
}

.case-slider .slick-dots li.slick-active button {
  background: #f58634;
  /* active fill color */
  border-color: #f58634;
}

.case-slider .orange-btn:hover {
  border: 2px solid #e97e1b;
  color: #e97e1b;
  background-color: transparent;
  transition: 0.4s;
}

.case-slider .new-para- {
  padding: 4% 0 4%;
}

.case-study .url-box {
  position: absolute;
  /* top: 15%; */
  left: 10%;
  right: 10%;
  bottom: 0;
  padding: 2% 5%;
  z-index: 15;
  background-color: #f1781d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.case-study .btn-div {
  position: absolute;
  /* top: 15%; */
  left: 10%;
  right: 10%;
  bottom: -30px;
  padding: 0;
  z-index: 20;
}

/* DHI SEC */
.dhi-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 5% 0;
}

.dhi-row .dhi-icon {
  background-color: #fff;
  color: #f1781d;
  border-radius: 50%;
  padding: 6px 7px;
}

.dhi-row a {
  font-size: 16px;
  color: #eee;
  text-decoration: none;
}

.dhi-row a:hover {
  font-size: 16px;
  color: #000;
}

.btn-div .view-case-btn {
  margin: 0 auto 0;
  background-color: #aaa;
  color: #fff;
  border-radius: 0;
  padding: 10px 30px;
}

/* How We Works sec */
.how-can-we-sec {
  padding: 5% 0 8%;
}

.how-can-we-sec img {
  border-radius: 15px;
}

.dm-section .commone-new-head {
  padding: 5% 0 3%;
}

.how-can-we-sec .commone-new-head .new-para- {
  padding: 4% 10% 2%;
}

.dm-section .dm-icon-box {
  border: 1px solid #ddd;
  padding: 25px 15px;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s ease;
}

.ab-con {
  padding: 5% 15%;
}

.how-can-we-sec .dm-section .dm-icon-box .dm-circle p {
  font-size: 12px;
}

.how-can-we-sec .dm-list {
  line-height: 25px;
}

.dm-section .dm-icon-box.active,
.dm-section .dm-icon-box:hover {
  background: #ff8c2c;
  color: #fff;
  border-color: #ff8c2c;
}

.dm-section .dm-circle img {
  filter: invert(65%);
}

.dm-section .dm-icon-box.active img,
.dm-section .dm-icon-box:hover img {
  filter: invert(100%);
}

.dm-section .dm-list {
  list-style: none;
  padding-left: 0;
}

.dm-section .dm-list li {
  margin-bottom: 10px;
  position: relative;
  /* padding-left: 25px; */
}

/* 
.dm-section .dm-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff8c2c;
  font-weight: bold;
} */
.dm-section .dm-list li img {
  width: 4%;
}







/*Video Player css*/
.player-container {
  max-width: 900px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
  overflow: hidden;
}

.player-container .video-wrapper {
  position: relative;
  background: #000;
  cursor: pointer;
}

.player-container video {
  width: 100%;
  display: block;
}

.player-container .thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  /* Change your thumbnail image here */
  background-image: url('https://tataresearch.besthr.in/digital-marketar/images/trac-bg.jpg');
}

.player-container .thumbnail-overlay.hide {
  opacity: 0;
  pointer-events: none;
}

.player-container .play-button {
  width: 80px;
  height: 80px;
  background: #e97e1b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.player-container .play-button:hover {
  transform: scale(1.1);
  background: rgba(102, 126, 234, 1);
}

.player-container .play-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

.player-container .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-wrapper:hover .controls,
.controls.show {
  opacity: 1;
}

.player-container .progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.player-container .progress-filled {
  height: 100%;
  background: #667eea;
  width: 0;
  transition: width 0.1s linear;
  border-radius: 3px;
}

.player-container .thumbnail-preview {
  position: absolute;
  bottom: 120%;
  background: rgba(0, 0, 0, 0.9);
  padding: 8px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.player-container .thumbnail-preview.show {
  opacity: 1;
}

.player-container .thumbnail-preview canvas {
  width: 160px;
  height: 90px;
  border-radius: 4px;
  display: block;
}

.player-container .thumbnail-time {
  color: white;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}

.player-container .control-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 0 -10px;
}

.player-container button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 18px;
}

.player-container button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.player-container .time-display {
  color: white;
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}

.player-container .video-info {
  padding: 30px;
}

.player-container .video-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.player-container .video-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}









@media (max-width: 768px) {
  .dm-section .dm-icon-box {
    width: 140px;
    height: 140px;
    padding: 15px;
  }

  .why-choose-sec .light-btn {
    margin: 0 auto 5%;
    background-color: #fff;
    color: #e97e1b;
    padding: 18px 20px;
    /* margin: 15px 5px 0; */
    border-radius: 15px; 
    width: 75%;
    display: block;
  }

  .case-slider .img {
    padding: 10% 0 0 0;
  }

  .case-slider .orange-btn {
    padding: 8px 15px;
    font-size: 11px;
  }

  .simple-item {
    display: block;
    padding: 12px 0 20px;
    font-size: 14px;
  }

  .submenu-item {
    font-size: 13px;
    padding: 10px 0 15px;
  }
}

/* Review-section start */
.review-sec .slider-container {
  background: url("../assets/banner/og-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3% 0 4%;
}


.review-sec .slider-container .slick-dots {
  bottom: 0;
}

.review-sec .testimonial-slide {
  padding: 1% 0;
  outline: none;
}

.review-sec .testimonial-card {
  background: #3a3a3a;
  border-radius: 60px;
  padding: 75px 40px 80px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 700px;
}

.main-nw-body .slick-prev {
  left: -7%;
  z-index: 100;
}

.main-nw-body .review-sec .slick-prev {
  left: 15%;
  z-index: 100;
  top: 50%;
}

.main-nw-body .slick-prev::before {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 13px 13px;
  font-weight: 900;
  font-size: 20px;
  border: 2.5px solid #000;
}

.main-nw-body .slick-next {
  right: -7%;
}

.main-nw-body .review-sec .slick-next {
  right: 15%;
  top: 50%;
}

.main-nw-body .slick-next::before {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 13px 13px;
  font-weight: 900;
  font-size: 20px;
  border: 2.5px solid #000;
}

.review-sec .testimonial-card::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 65px solid #3a3a3a;
}

.review-sec .profile-image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 6px solid white;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  background: #fff;
}

.review-sec .client-name {
  color: #ff8c42;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.review-sec .client-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.review-sec .testimonial-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 40px 25px 0;
}

.review-sec .review-slider .slick-list {
  padding: 40px 10px 60px;
}

.review-sec .stars {
  font-size: 24px;
  color: #ff8c42;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 50px 30px 30px;
  }

  .client-name {
    font-size: 22px;
  }

  .testimonial-text {
    font-size: 16px;
  }
}

/* Brand Slider */
.brands-we-work {
  padding: 8% 0 5% 0;
}

.vlcc-logo-slider img {
  /* width: 20% !important; */
  padding: 0;
  margin: 0;
}

.vlcc-logo-slider {
  padding: 15px 0;
  background-color: #efefef;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
}

.tools-we {
  padding: 3% 0 5% 0;
  margin: 0;
}

.tools-we img {
  padding: 0 50px;
}




/* Latest blog -section start */
.latest-blogs {
  padding: 90px 0;
}

.latest-blogs h6 {
  font-size: 22px;
  font-weight: 600;
  padding: 1% 25% 2% 2%;
}

.latest-blogs .commone-new-head {
  /* margin: 0 0 0 -32%; */
  
}
.text-center{text-align:center;}
.latest-blogs .slick-track {
  padding: 0 0;
}
 
.latest-blogs .commone-new-head .btn-outline-dark{
	    margin: 20px auto 0;
}
.latest-blogs .commone-new-head h6{
	margin: 50px 0 0;
    padding: 0;
    text-align: center;}
.btn-outline-dark {
  color: #000;
  border: 1.5px solid #000;
  border-radius: 20px;
  padding: 5px 15px;
  transition: 0.4s;
  margin: 0 0 0 3%;
}

.blog-slider {
  margin: 15px 0 0 0;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border: 1.5px solid #000;
  border-radius: 20px;
  padding: 5px 15px;
  transition: 0.4s;
}

.latest-blogs .commone-new-head .divider-s {
  text-align: center;
  margin: 0 auto;
  width: 5%;
  height: 6px;
}

.latest-blogs .commone-new-head .light-txt {
  font-size: 90px;
  text-align: center;
  margin: 0 auto;
}

.latest-blogs .commone-new-head .above-txt {
  font-size: 35px;
  margin: -65px 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

.latest-blogs .blue-bx-s {
  background-color: #1c1865;
  padding: 3%;
}

.latest-blogs .blue-bx-s .img-border {
  border: 1px solid goldenrod;
  margin: 15px;
}

.latest-blogs .blue-bx-s .content-h {
  width: 70%;
  text-align: center;
  color: #fff;
  background-color: #1c1865;
  margin: -40px auto 0;
}

.latest-blogs .slick-slide {
  margin: 0 15px;
  /* left and right gap */
}

.latest-blogs .slick-list {
  margin: 0 0;
}

.paragra-content {
  border: 1.5px solid #000;
  padding: 3%;
}

.paragra-content h5 {
  font-size: 20px;
  font-weight: 600;
}

.paragra-content p {
  font-size: 14px;
}

.paragra-content .navy-btn {
  background-color: #1c1865;
  border-color: #1c1865;
  margin: 3% 0 0 0;
  border-radius: 25px;
  padding: 2% 5%;
}

/* FAQ Section start */
.faq-sec {
  margin: 50px 0 80px;
}

.faq-sec .accordion {
  /* background: white; */
  border-radius: 0;
  overflow: hidden;
  /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);*/
}

.faq-sec .accordion-item {
  /*border-bottom: 1px solid #e5e7eb;*/
  margin: 0 0 15px 0;
}

.faq-sec .accordion-item:last-child {
  border-bottom: none;
}

.faq-sec .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  /* background: white; */
  transition: all 0.3s ease;
  user-select: none;
  border: 1.5px solid #1c1865;
}

.faq-sec .accordion-header:hover {
  background: #f9fafb;
}

.faq-sec .accordion-header.active {
  background: #f3f4f6;
}

.faq-sec .accordion-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
  padding-right: 20px;
}

.faq-sec .accordion-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #111827;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.accordion-icon::after {
  transform: rotate(90deg);
}

.faq-sec .accordion-header.active .accordion-icon::after {
  transform: rotate(0deg);
  opacity: 0;
}

.faq-sec .accordion-content {
  display: none;
  padding: 15px 28px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer Start */
.footer {
  background-color: #000;
}
.case-slider .slick-slide { 
    min-height: 360px;
}

/*Media Query*/
@media (max-width: 1450px) {
  .commone-new-head .light-txt {
    font-size: 110px;
  }

  .commone-new-head .above-txt {
    font-size: 55px;
    margin: -95px -10px 0 -30px;
  }

  p {
    font-size: 14px;
  }

  /*header start*/
  .mega-header {
    padding: 0 5%;
  }

  .new-main-head {
    font-size: 35px;
    padding: 0 15% 2.5%;
  }

  .new-para- {
    font-size: 14px;
  }

  .leadin-digital {
    padding: 5% 5% 0;
  }

  .track-analyze .big-img h1 {
    font-size: 45px;
    top: 15%;
    line-height: 60px;
  }

  .lose-search .row .col-md-12 {
    padding: 0 10%;
  }

  .lose-search h4 {
    font-size: 40px;
  }

  .lose-search h2 {
    font-size: 38px;
    padding: 0 0% 3%;
  }

  /*Counter section start*/
  .counter-container .count-row h5 span {
    font-size: 55px;
  }

  .counter-container .count-row h5 {
    font-size: 50px;
  }

  .industry-we .box-container .con-bx h1 {
    font-size: 35px;
  }

  .case-study .dhi-bg h1 {
    font-size: 45px;
  }

  .how-can-we-sec .row .col-md-12 {
    padding: 0 10%;
  }
}

@media (max-width: 1400px) {
  .mega-header {
    padding: 0;
  }

  .mega-menu {
    left: -115px;
  }

  .topheader .toplink ul li a {
    font-size: 12px;
  }

  .topheader .container {
    padding: 0 45px;
  }

  .navbar .menu li {
    font-size: 14px;
  }

  .navbar .menu li .m-nav-mnu {
    padding: 15px 5px;
  }

  .main-nw-body .container {
    padding: 0 4% 0 3%;
  }

  .commone-new-head .light-txt {
    font-size: 90px;
  }

  .commone-new-head .above-txt {
    font-size: 35px;
    margin: 15px -10px 0 -15px;
  }

  .latest-blogs .commone-new-head .above-txt {
    font-size: 35px;
    margin: -70px 0 0 0;
  }

  .header-container {
    padding: 15px 100px;
  }

  .main-nw-body .slick-next {
    right: 5%;
    top: -8%;
    z-index: 999;
  }

  .main-nw-body .slick-prev {
    left: auto;
    right: 10%;
    top: -8%;
  }

  .main-nw-body .slick-next::before {
    font-size: 16px;
  }

  .main-nw-body .slick-prev::before {
    font-size: 16px;
  }
}


/*Small Laptop*/

@media (max-width: 1340px) {
	.why-choose-sec h1 { 
    margin: 0 auto 3%;
    color: #fff;
    max-width: 600px;
}
  .m-nav-mnu {
    padding: 15px 8px;
  }

  .leadin-digital .container .row .col-md-12 {
    padding: 0 2%;
  }

  .new-main-head {
    padding: 0 10% 2.5%;
  }

  .how-can-we-sec .commone-new-head .new-para- {
    padding: 4% 0% 2%;
  }

  .list-menu-t li {
    padding: 12px 20px;
    font-size: 15px;
  }

  .navbar .menu li {
    font-size: 14px;
  }

  .mega-menu {
    width: 1100px;
    left: -110px;
  }

  .left-p {
    width: 700px;
    left: 30px;
  }

  .left-In {
    width: 700px;
    left: -40px;
  }

  .mega-tabs li {
    padding: 15px 0;
  }

  .mega-content h4 {
    font-size: 18px;
  }

  .mega-content li a {
    font-size: 14px;
  }
}


/* Responsive Design */
@media (max-width: 1029px) {
  .topheader .topsocial ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  .topheader .toplink ul li a span {
    font-size: 16px;
  }

  .topheader .topsocial {
    margin-top: 4px;
  }

  .navbar .menu li {
    font-size: 13px;
  }

  .header-container {
    padding: 15px 70px;
  }

  .carousel-inner {
    margin: 10% 0 0 0;
  }

  .track-analyze .big-img h1 {
    font-size: 35px;
    top: 10%;
    line-height: 50px;
  }

  .new-main-head {
    padding: 0 6% 2.5%;
  }

  .timeline-item h3 {
    font-size: 18px;
  }

  .timeline-item {
    margin-bottom: 30px;
  }

  .impact-sec .img-imp img {
    padding: 22% 0 0 0;
  }

  .main-nw-body .slick-next {
    right: 3%;
  }

  .main-nw-body .slick-next::before {
    padding: 7px 10px 10px;
  }

  .main-nw-body .slick-prev::before {
    padding: 7px 10px 10px;
  }

  .industry-we .orange-bx .content h3 {
    font-size: 20px;
    padding: 7% 0 3%;
  }

  .industry-we .orange-bx .content .light-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .commone-new-head .light-txt {
    font-size: 70px;
  }

  .commone-new-head .above-txt { 
    font-size: 30px;
  }

  .case-slider .orange-btn {
    font-size: 12px;
  }

  .hcwhelp .helpbx {
    width: 200px;
    height: 200px;
  }


}

/* ========== RESPONSIVE ========== */
@media (max-width: 999px) {
	.leadin-digital .divider-s {
    
}
	.tools-we {
    padding: 60px 0; 
}
.dm-section .dm-list{margin-bottom:40px}
    .slideImg { 
        top: 0;
        transform: translate(0, 0);
    }
.banner-cu {
    margin: 117px 0 0 0;
    background: url(../images/hero_bgm.jpg) repeat-y left top;
    background-size: 100%;
}
  .commone-new-head {
    padding: 0 0 10% 0;
  }

  .banner-cu {
    margin: 10% 0 0 0;
  }

  .carousel-inner {
    margin: 0;
  }

  .counter-container .count-row {
    padding: 3% 5% 1% 0;
  }

  .main-nw-body .slick-next {
    right: 0;
  }

  .track-analyze .big-img h1 {
    font-size: 30px;
    top: 14%;
    line-height: 40px;
  }

  .mega-n-mobile .mobile-logo img {
    width: 45%;
  }

  .lose-search h2 {
    font-size: 45px;
    padding: 0 12% 3%;
  }

  .lose-search h4 {
    font-size: 35px;
  }

  .new-main-head {
    font-size: 25px;
  }

  .grow-faster-sec .oursrvc::before {
    display: none;
  }
.topheader .toplink{
  position: absolute;
}
  .grow-faster-sec .oursrvc::after {
    display: none;
  }

  .case-slider img {
    padding: 10% 0 0 0;
    width: 100%;
  }
  .hcwhelp .helpbx{
    margin: 0 auto 3%;
  }
  .review-sec{
    padding: 5% 0;
  }
  .latest-blogs .commone-new-head{
    padding: 0;
    
  }
  .blog-slider{
    margin: 50px 0 0 0;
  }
   
 
.latest-blogs h6{
  padding: 1% 25% 2% 7%;
  font-size: 20px;
}
.main-nw-body .review-sec .slick-prev{
  top: 65%;
}
.main-nw-body .review-sec .slick-next{
  top: 65%;
}
.latest-blogs .btn-outline-dark{
  margin: 1% 0 0 8%;
}
.header-container{
  padding: 15px 110px;
}
}

@media (max-width: 900px) {
  body {
    padding-top: 72px;
  }
  .topheader .toplink{
    position: static;
  }
  .banner-cu{
    margin: 3% 0 0 0;
  }
.header-container{
  padding: 15px 70px;
}
      .track-analyze .big-img h1 {
        font-size: 25px;
        top: 10%;
        line-height: 40px;
    }

  .mega-header {
    display: none;
  }

  .mega-n-mobile {
    display: block;
  }

  .mobile-head-n {
    display: flex;
  }
}

@media (max-width: 767px) {
	.lose-search .container .row .col-md-12 {
    padding: 0 20px 0;
}
  .main-nw-body {
    overflow-x: hidden;
  }

  .menu-header {
    padding: 20px 0 20px;
    font-size: 15px;
  }

  .menu-section {
    margin: 0;
  }

  .menu-section .normal-m {
    padding: 30px 0;
  }

  .submenu-header {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
  }

  .submenu-content.active {
    padding: 0 0 15px 15px;
  }

  .industry-we .box-container {
    padding: 15% 0 3%;
  }

  /* .opacity-orange {
    border-radius: 200px 5px 30px 30px;
  } */

  /* Mobile logo */
  .mega-n-mobile .mobile-logo img {
    width: 45%;
  }

  /* Banner css */
  .banner-cu {
    margin: 0 0 0 0;
  }

  /* Leading digital */
  .leadin-digital .left-leading-content {
    text-align: center;
  }

  .leadin-digital .divider-s {
    margin: 5% auto;
  }

  .leadin-digital .left-leading-content .new-para {
    line-height: 25px;
    font-size: 14px;
  }


  /* common simple heading */
  .new-main-head {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 2.5%;
  }

  /* common light shade heading */
  .commone-new-head .light-txt {
    font-size: 45px;
	
  }

  .commone-new-head .above-txt { 
    font-size: 25px;
        margin: 20px 0 0;

  }
  .commone-new-head .divider-s, .latest-blogs .commone-new-head .divider-s { 
    width: 35px; 
}

  .new-para- {
    font-size: 14px;
  }

  /* counter section start */
  .counter-container .count-row {
    grid-template-columns: 35% 65%;
    padding: 0 5% 3%;
  }

  .counter-container .count-row h5 {
    font-size: 40px;
  }

  .counter-container .count-row h5 span {
    font-size: 45px;
  }

  .player-container {
    margin: 5% 0;
  }

  .counter-container .count-row .new-para- {
    line-height: 20px;
  }

  /* Track analyze section start */
  .track-analyze {
    margin: 5% 0 8%;
  }

  .track-analyze .box-track {
    grid-template-columns: 100%;
    gap: 0;
  }

  .track-analyze .big-img {
    height: 140px;
  }

  .track-analyze .big-img h1 {
   font-size: 26px;
        color: #fff;
        width: 100%;
        right: 0;
        top: 15%;
        line-height: 44px;
        padding: 0 20px;
  }

  /* Case study */
  .case-study .dhi-bg {
    padding: 15% 0 30%;
  }

  .case-study .dhi-bg h1 {
    font-size: 22px;
  }

  .case-study {
    padding: 0 0 5%;
    margin: 10% 0 5%;
  }

  /* testimonial */
  .review-sec .testimonial-card {
    padding: 55px 40px;
  }

  .case-study .url-box {
    position: absolute;
    top: 40%;
    bottom: 5%;
    padding: 1%;
  }

  .dhi-row a {
    font-size: 13px;
  }

  .brands-we-work {
    padding: 10% 0 10% 0;
  }

  /* If your lose ur brand sec start */
  .lose-search h4 {
    font-size: 18px;
  }

  .lose-search h2 {
    font-size: 25px;
    padding: 0 0 3%;
  }

  .grow-faster-sec .divider-s {
    width: 8%;
    height: 3px;
  }


  /*Why choose*/
  .why-choose-sec {
    padding: 10% 20px;
    text-align: center;
  }

  /* industry we section start */
  .industry-we {
    padding: 20% 0;
  }

  .industry-we .box-container .img-e {
    margin: 0;
  }

  .industry-we .box-container .con-bx h1 {
    font-size: 20px;
  }

  .industry-we .box-container .con-bx p {
    line-height: 15px;
    height: 15px;
    font-size: 10px;
    margin: 0 0 15px 0;
  }

  .industry-we .commone-new-head {
    z-index: 15;
    padding: 0% 0 0% 0;
    margin: -20% 0 10%;
  }

  .industry-slide-right {
    margin: 5% 0 0 0;
  }

  /* Why Choose us section start */
  .why-choose-sec h1 {
    font-size: 22px;
    padding: 0 0 5%;
  }

  .why-choose-sec a img {
    margin: -4px 12px 0px 0;
    width: 10%;
  }

  .timeline-item h3 {
    font-size: 18px;
  }

  .main-nw-body .slick-prev {
    left: auto;
    right: 25%;
    top: auto;
    bottom: -20%;
  }

  .main-nw-body .slick-next {
    right: 5%;
    top: auto;
    bottom: -20%;
  }

  .how-can-we-sec {
    padding: 5% 3% 8%;
  }

  .how-can-we-sec .row .col-md-12 {
    padding: 0;
  }

  .dm-section .dm-list li {
    font-size: 14px;
  }

  .case-slider .row .col-md-8 {
    text-align: center;
    justify-content: center;
  }

  .dm-section .dm-list li img {
    width: 6%;
  }

  .review-sec .profile-image {
    width: 70px;
    height: 70px;
  }

  .review-sec .slider-container {
    padding: 15% 0 8%;
  }

  .main-nw-body .review-sec .slick-prev {
    top: 70%;
  }

  .main-nw-body .review-sec .slick-next {
    top: 70%;
  }

  .latest-blogs h6 {
    text-align: center;
    padding: 4% 0;
    font-size: 16px;
  }

  .timeline-item {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .timeline-pill {
    left: -36px;
    height: 20px;
    width: 10px;
  }

  .timeline-item p {
    font-size: 14px;
  }

  /* review section start */
  .review-sec {
    padding: 10% 0 2.5%;
  }

  .review-sec .commone-new-head {
    padding: 0 0 10% 0;
  }

  .ab-con {
    padding: 5% 5%;
  }

  .review-sec .client-name {
    font-size: 22px;
  }

  .review-sec .testimonial-text {
    font-size: 14px;
    margin: 10px 0 25px;
  }

  /* Blogs CSS */
  .latest-blogs {
    padding: 10% 0;
  }

  .latest-blogs .commone-new-head .light-txt {
    font-size: 45px;
  }

  .latest-blogs .slick-track {
    padding: 0;
  }

  .latest-blogs .commone-new-head {
    margin: 0 auto;
  }

  .latest-blogs .commone-new-head .above-txt {
    font-size: 25px;
    margin: -40px 0 0 0;
  }

  .latest-blogs .row {
    text-align: center;
  }

  /* Faq sec start */
  .faq-sec .accordion-header {
    padding: 20px 20px;
  }

  .faq-sec .accordion-title {
    font-size: 16px;
    padding-right: 15px;
  }

  .faq-sec .accordion-content {
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .faq-sec .accordion-icon {
    width: 28px;
    height: 28px;
  }

  .accordion-icon::before,
  .accordion-icon::after {
    width: 18px;
  }
}

@media (max-width: 480px) {
  .faq-sec .accordion-header {
    padding: 18px 16px;
  }

  .faq-sec .accordion-title {
    font-size: 15px;
  }

  .faq-sec .accordion-content {
    padding: 0 16px 18px;
    font-size: 14px;
  }
}