@charset "utf-8";
/* CSS Document */
:root{
	--black-color: #000;
	--white-color: #fff;
}

@font-face {
  font-family: Gotham-black;
  font-weight: 900;
  src: url('../../fonts/gotham-font/Gotham-Black.otf');
}
@font-face {
  font-family: Gotham-bold;
  font-weight: 700;
  src: url('../../fonts/gotham-font/Gotham-Bold.otf');
}
@font-face {
  font-family: Gotham-book;
  font-weight: 400;
  src: url('../../fonts/gotham-font/Gotham-Book.otf');
}
@font-face {
  font-family: Gotham-light;
  font-weight: 300;
  src: url('../../fonts/gotham-font/Gotham-Light.otf');
}
@font-face {
  font-family: Avenir-book;
  /* font-weight: 300; */
  src: url('../../fonts/avenir-book/Avenir-Book.ttf');
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
}

body {margin:0; padding:0; overflow-x: hidden;background-color: #000;}

h1,h2,h3,h4{font-family: Gotham-bold; color: #ffffff; margin: 0; padding: 0;}
h5,h6,ul,li,p, a, span, del, button, label, input, textarea, select, th, td{font-family: "Poppins", sans-serif;color: #eee;}
.btn:focus, .btn-close:focus, .form-control:focus{box-shadow: none;}
/* .container-fluid {width: 90%;} */
.container, .container-fluid, .container-xxl {width: 100%;}

.row-reverse{flex-direction: row-reverse;}

.bg-color-grey{background-color: #F7F6F6;}

section{padding-left: 90px;padding-right: 90px;}

.spacer-height {clear: both;height: 180px;}

video,
iframe {
    vertical-align: middle;
}


/* .bg-btn-pink a{background-color: #F48274;color: #fff;border-radius: 100px;text-decoration: none;display: inline-block;width: 100%;padding: 0.75rem 0rem;font-weight: 300;}

.bg-btn-black a{background-color: #1F1F1F;color: #fff;border-radius: 100px;text-decoration: none;display: inline-block;width: 100%;padding: 0.75rem 0rem;font-weight: 300;} */
.common_button{background: #E91C24;border-radius: 2rem;padding: 0.75rem 2rem;display: inline-block;text-decoration: none;color: #ffffff;font-size: 1rem;}
.bg-btn-white {border-radius: 100px;}
.bg-btn-white a{background-color: #ffffff;color: #000000;border-radius: 100px;text-decoration: none;display: inline-block;width: 100%;padding: 0.75rem 0rem;border-radius: 100px;font-weight: 300;}

.section-title h2{font-size: 2.5rem;text-align: center;text-transform: uppercase;font-family: Gotham-bold;}
.section-title-black h2{font-size: 3rem;text-transform: uppercase;font-family: Gotham-bold;}

header{padding: 0 0.5rem;}

.blue-text{color: #24C4E6 !important;}

.bg-dark-red{background-color: #740000;background-color: #E91C24;}

.home_text_font{font-size: 1rem !important;}

.go_to_top_btn {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 5px;
  right: 10px;
  z-index: 99;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgb(233 28 36);
  color: white;border:1px solid #fff;
  line-height: 5px;
}
.go_to_top_btn:hover {
    background-color: #000;border:1px solid #fff;
    border-color: #fff;
}
  
/* ======================NAVIATION SECTION START======================== */

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* background: #fff; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}


/* default (static) */
.earthfit_header {
  position: absolute; /* normal flow */
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

/* sticky state */
.thebrandsaloon_header.sticky, .thebrandsaloon_header-mob.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000; /* optional: white background */
  box-shadow: 0 2px 8px rgba(219, 219, 219, 0.1); /* optional */
}
.thebrandsaloon_header.sticky .nav-link, .thebrandsaloon_header-mob.sticky .nav-link{color: #ffffff;}

.nav-img-col_padding{padding: 0 0.5rem;}

/* default (static) */
.thebrandsaloon_header-whitebg {
  position: relative; /* normal flow */
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 999;background-color: #fff;
}

/* sticky state */
.thebrandsaloon_header-whitebg.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff; /* optional: white background */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* optional */
}

.firstline, .secline, .thirdline, .fourthline {
    background-color: #000;
    border-radius: 1rem;
    display: block;
    margin-bottom: .3rem;
    width: 2rem;height: 0.1rem;
}
.firstline{height: 0.12rem;}
.secline{height: 0.12rem;}
.fourthline{height: 0.125rem;}

.nav-link {
font-weight: 400;
font-size: 0.79rem;
text-transform: uppercase;color: #fff;
}
.nav-link:hover{color: #fff;}


.navbar-nav .nav-link.active {
   /* border: 1px solid #F48274; */
    /* border-radius: 100px;color: #F48274; */
    border: 1px solid #e91c24;
    border-radius: 100px;
    color: #e91c24;
}

/* Remove Bootstrap's default arrow */
.nav-link.dropdown-toggle::after {
  content: none !important;
  display: none !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(233 28 36);
}

.nav-link.dropdown-toggle i{font-size: 0.75rem;padding-left: 0.8rem;}

.navbar-brand img{/*width: 126px;*/width: 235px;width: 120px;}

/* Add Font Awesome arrow using ::after */
.custom-dropdown::after {
  content: "\f078"; /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 0.65rem;
  display: inline-block;
  vertical-align: middle;
}

.request-proposal{background: #E91C24;
    border-radius: 4rem;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.75rem;}

.dropdown-mega, .nav-item {position: static;padding: 1.5rem 0.25rem;padding: 1.95rem 0.25rem;}

.dropdown-menu.mega-menu {
  position: absolute;
  top: 97%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-top: 3px solid #E91C24;
  border-radius: 0;
  padding: 2rem 3rem !important;
  padding: 0rem 0rem 0rem 3rem !important;
  background-color: #000000;
  z-index: 999;
  display: none;height: 75vh;height: auto;
}

/*  */
.dropdown-mega:hover > .dropdown-menu.mega-menu,
.dropdown-menu.mega-menu:hover {
  display: block;
}

/*  */
@media (max-width: 991.98px) {
  .dropdown-menu.mega-menu {
    position: static !important;
    transform: none;
    width: 100%;
  }
}

.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mega-menu a {
  display: block;
  padding: 1rem 0;
  color: #eee;position: relative;
  text-decoration: none;font-size: 0.9rem;font-weight: 600;border-bottom: 1px solid #464646;
}
.mega-menu a:before{content:"";width: 10px;height: 10px;background-color: #fff;}
.mega-menu a:hover{color: #e91c24;}

.mega-img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  width: 100%;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.mega-img:hover {
  /* transform: scale(1.03); */
}

.navigation-overflow{height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  padding: 10px;
  scrollbar-width: thin;}

  /* Hover-based Mega Menu */
.hover-mega {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 300px;
  border-top: 3px solid #23bfd4;
  background: #fff;
  display: none;
  padding: 0;
}

.desktop-tbs-nav .services-mega:hover > .hover-mega {
  display: block;
}

.desktop-tbs-nav .mega-menu-wrapper {
  display: flex;
  /* padding-top: 1rem;padding-bottom: 1rem; */
}

.desktop-tbs-nav .level-1,
.desktop-tbs-nav .level-2,
.desktop-tbs-nav .level-3 {
  list-style: none;
  padding: 0;
  margin: 0;padding-top: 1rem;
}

.desktop-tbs-nav .level-1 > li {
  position: relative;
}

.desktop-tbs-nav .level-1 > li > a {
  display: block;
  padding: 12px 20px;
  color: #eee;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-tbs-nav .level-1 > li:hover > a {
 background: #E91C24;
    color: #fff;
}

.desktop-tbs-nav .level-2,
.desktop-tbs-nav .level-3 {
  position: absolute;
  top: 0;
  left: 100%;
  background: #0f0f0f;
  border-left: 2px solid #E91C24;
  display: none;
  min-width: 300px;
  z-index: 1000;
}

.desktop-tbs-nav .level-1 > li:hover > .level-2,
.desktop-tbs-nav .level-2 > li:hover > .level-3 {
  display: block;
}

.desktop-tbs-nav .level-2 li a,
.desktop-tbs-nav .level-3 li a {
  display: block;
  padding: 10px 18px;
  color: #eee;
  font-size: 0.9rem;
  text-decoration: none;
}

.desktop-tbs-nav .level-2 li a:hover,
.desktop-tbs-nav .level-3 li a:hover {
  background: #E91C24;
  color: #fff;
}

/* Optional subtle shadow */
.desktop-tbs-nav .level-2,
.desktop-tbs-nav .level-3 {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
}

/* Align submenus properly */
.level-1 > li {
  /* border-bottom: 1px solid #eee; */
}

/* Make sure flyouts stay inside viewport */
.hover-mega {
  overflow: visible;
}
/* Generic pattern for all nested levels */
.hover-mega ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #f8f9fa;
  border-left: 2px solid #23bfd4;
  display: none;
  min-width: 240px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.hover-mega li:hover > ul {
  display: block;
}

.hover-mega ul li a {
  display: block;
  padding: 10px 18px;
  color: #000;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}

.hover-mega ul li a:hover {
  background: #E91C24;
  color: #fff;
}

/* ============================= */
/* SERVICES MEGA MENU FIX */
/* ============================= */

/* Remove transform-based centering (CRITICAL FIX) */
.desktop-tbs-nav .hover-mega {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100vw;
  transform: none !important;
  background: #000;
  display: none;
  z-index: 9999;
}

/* Show mega menu */
.desktop-tbs-nav .services-mega:hover > .hover-mega {
  display: block;
}

/* Wrapper must be relative */
.desktop-tbs-nav .mega-menu-wrapper {
  display: flex;
  position: relative;
}

/* ============================= */
/* LEVEL STRUCTURE */
/* ============================= */

.desktop-tbs-nav .level-1,
.desktop-tbs-nav .level-2,
.desktop-tbs-nav .level-3 {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

/* Level 1 */
.desktop-tbs-nav .level-1 {
  width: 300px;
}

.desktop-tbs-nav .level-1 > li {
  position: relative; /* ANCHOR POINT */
}

.desktop-tbs-nav .level-1 > li > a {
  display: block;
  padding: 12px 20px;
  color: #eee;
  font-weight: 600;
  white-space: nowrap;
}

.desktop-tbs-nav .level-1 > li:hover > a {
  background: #E91C24;
  color: #fff;
}

/* ============================= */
/* LEVEL 2 */
/* ============================= */

.desktop-tbs-nav .level-2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 300px;
  background: #0f0f0f;
  border-left: 2px solid #E91C24;
  display: none;
  z-index: 1000;
}

.desktop-tbs-nav .level-1 > li:hover > .level-2 {
  display: block;
}

/* Level 2 links */
.desktop-tbs-nav .level-2 > li {
  position: relative; /* Needed for level-3 */
}

.desktop-tbs-nav .level-2 a {
  padding: 10px 18px;
  display: block;
  color: #eee;
}

.desktop-tbs-nav .level-2 a:hover {
  background: #E91C24;
  color: #fff;
}

/* ============================= */
/* LEVEL 3 */
/* ============================= */

.desktop-tbs-nav .level-3 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 300px;
  background: #000;
  border-left: 2px solid #E91C24;
  display: none;
  z-index: 1001;
}

.desktop-tbs-nav .level-2 > li:hover > .level-3 {
  display: block;
}

.desktop-tbs-nav .level-3 a {
  padding: 10px 18px;
  display: block;
  color: #eee;
}

.desktop-tbs-nav .level-3 a:hover {
  background: #E91C24;
  color: #fff;
}

/* ============================= */
/* SAFETY */
/* ============================= */

.desktop-tbs-nav .hover-mega,
.desktop-tbs-nav .level-2,
.desktop-tbs-nav .level-3 {
  overflow: visible;
  pointer-events: auto;
}

/* ============================= */
/* FEATHER RIGHT ARROW INDICATORS */
/* ============================= */


    /* Side Nav Styles */
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 2000;
      top: 0;
      right: 0;
      background-color: #111;
      overflow-x: hidden;
      transition: 0.3s;
      padding-top: 60px;
    }

    .sidenav a {
      padding: 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #fff;
      display: block;
      transition: 0.3s;
    }

    .sidenav a:hover {
      color: #f1f1f1;
    }

    .sidenav .closebtn {
      position: absolute;
      top: 10px;
      right: 25px;
      font-size: 36px;
    }

    .firstline, .secline, .thirdline, .fourthline {
      display: block;
      width: 35px;
      height: 2px;
      margin: 5px 0;
      background-color: #000;
    }

/* side navigation bar */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff2f1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1rem;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #E97567;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 1rem;}
}


/****************** MOBILE NAVIGATION HEADER START **********************/
.sidenavmob {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #000;
  z-index: 9999;
  overflow: hidden;
  transition: width 0.4s ease-in-out;
}

.sidenavmob.open {
  width: 100%;
}

.menu, .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu > li > a, 
.submenu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background-color: #000;
  transition: background 0.3s ease;
}

.menu > li > a:hover,
.submenu > li > a:hover {
  background-color: rgba(35,191,212,0.05);
}

.has-submenu > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #000;
  height: 100%;
  transition: left 0.4s ease;z-index:9999;
}

.submenu.active {
  left: 0;z-index:9;
}

.sidenavmob .back-btn {
  display: block;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 0;
  font-weight: 600;
  cursor: pointer;
}
.submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.menu-header{padding: 15px 20px;}

.circle-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: #e91c24;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.circle-btn i {
  color: #fff;
}

.back-btn {
  padding: 8px 12px;
  background: #ccc;
  border: none;
  cursor: pointer;
}
.has-submenu > a {
  position: relative;
  padding-right: 45px; /* space for arrow tap area */
}

.has-submenu > a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* important */
}

/* 🔹 Hide all submenus by default */
.submenu {
  visibility: hidden;
  pointer-events: none;
}

/* 🔹 Show only active submenu */
.submenu.active {
  visibility: visible;
  pointer-events: auto;
}

.submenu {
  transition: left 0.4s ease, visibility 0s linear 0.4s;
}

.submenu.active {
  transition: left 0.4s ease, visibility 0s;
}



/******************* MOBILE NAVIGATION HEADER CLOSE ***********************/

/* =====================BANNER SECTION START======================= */
.banner_section{ display: flex;
  align-items: center; /* vertical center */ background-size: cover;
  justify-content: center; /* horizontal center */}
.banner_section_home .video_section:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* background: linear-gradient(1deg, #00000000 40.77%, #000000a6); */
    /* background: linear-gradient(1deg, #000000d1 40.77%, #000000d1); */
     /* background: linear-gradient(1deg, #e91c24bd 40.77%, #000000d1); */
     /* background: linear-gradient(1deg, #e91c24bd -45.23%, #000000de); */
     background: linear-gradient(1deg, #e91c24ad -45.23%, #000000c9);
}
/* .video_section video{object-fit: cover;} */
.banner_section_home h1{font-family: Gotham-black;text-transform: uppercase;font-size: 4rem;}
.banner_section h1{font-family: Gotham-black;text-transform: uppercase;}
.banner_section h2{
font-weight: 400;
font-size: 1.125rem;
line-height: 30px;
}
.masterhead_title{position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;}
.banner_section ul{margin: 0;padding: 0;}
.banner_section ul li{
font-size: 1rem;list-style: none;
line-height: 24px;margin-bottom: 1rem;color: #000;
}
.banner_content img{width: 80%;margin: 0 auto;}
.banner_content .col-lg-10{padding-left: 0;}

/* play button animation start */

.banner_play_box{position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);}
.video_play_circle .button {
  display: inline-block;
  position: relative;
}
.button.is-play {
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  width: 84px;
  height: 84px;
}
.button.is-play .button-outer-circle {
  background: rgb(0, 0, 0);

  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 767px){
.button.is-play {
  width: 80px;
  height: 80px;
}
}
/* play button animation close */
.banner_inner_page {
    position: relative;
    z-index: 1;
}

.banner_inner_page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* overlay behind everything */
    background: linear-gradient(to right, rgba(0,0,0,0.85) 40%, rgba(0,0,0,0) 80%);
}
.banner_inner_page .col-lg-6 {
    position: relative;
    z-index: 2;
}


/* ===============BANNER SECTION CLOSE=============== */

/*  */
.case-study_brand-logo{text-align: center;}
.case-study_brand-logo img{width: 80%;margin: 0 auto;text-align: center;width: 150px;margin-bottom: 1.5rem;}
.case-study_brand-logo h3{font-size: 2rem;font-family: Gotham-bold;color: #ffffff42;}
.case-study_brand-logo h5{margin-bottom: 1rem;line-height: 28px;color: #ffffff42;}
.case-study_brand-logo p{font-size: 0.75rem;font-family: Gotham-light;color: #ffffff42;}
.see-case-study-btn{font-size: 0.75rem;}
.case-study_brand-logo .see-case-study-btn{opacity: 0;}
.case-study_brand-logo:hover .see-case-study-btn{opacity: 1;transition: all 0.5s;}
.case-study_brand-logo:hover h3, .case-study_brand-logo:hover p, .case-study_brand-logo:hover h5{color: #fff;}

/* ==========================TRUSTED PARTNERS SECTION START============================ */
.partner-box{margin: 0 2rem;}
.partner_section .bg-white{border-radius: 2.3rem;padding: 2rem 0;}

/* ==================== We are Driven by Results SECTION START ====================== */
.driven_result_box{box-shadow: 0px 0px 35px 0px #E91C2421;border-radius: 0.5rem;padding: 1rem 0;box-shadow: 0px 0px 35px 0px #e91c242e;}
.driven_result_box p{font-size: 0.75rem;font-family: Gotham-light;text-align: center;margin-bottom: 0.5rem;}
.driven_result_box h3{font-weight: 700;color: #E91C24;font-size: 2rem;font-family: Gotham-bold;text-align: center;}

.driven_result_box img{filter: invert(1);}

/* 15 years + experience section start */
.years_experience_section p{font-size: 1.25rem;font-weight: 300;}
.experience_box{background: #E91C24;border-radius: 1.5rem;position: relative;padding: 0 2rem;}
.marquee-container {
    display: flex;
    gap: 40px;
  }

  .marquee {
    width: 100%;
    height: 470px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }

  .marquee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;margin: 1rem 0;
  }

  .marquee-inner {
    display: flex;
    flex-direction: column;
    animation: scroll-up 30s linear infinite;
  }

  .marquee.down .marquee-inner {
    animation: scroll-down 30s linear infinite;
  }

  @keyframes scroll-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
  }

  @keyframes scroll-down {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
  }

/* ====================Hire the Best SEO Agency in Mumbai section start=================== */
.best_seo_agency_section {
  /* background: 
    linear-gradient(213.77deg, rgba(6, 190, 223, 0.8) 0%, rgba(143, 50, 158, 0) 87.48%),
    linear-gradient(62.59deg, #3F1752 0%, #8F329E 100%); */
    /* background-color: #740000; */
}
.seo_agency-box{border: 2px solid #FFFFFF;border-radius: 10rem;margin-bottom: 2rem;padding: 2rem 0.5rem;}
.seo_agency-box h5{font-family: Gotham-bold;color: #fff;font-size: 1.25rem;text-align: center;}
.best_seo_agency_section{
  /* background-image: url(../uploads/images/integrated-digital-marketing/bg-pattern2.png); */
  background-size: cover;
  background-repeat: no-repeat;
}
.you_dream_we_deliver video{border-radius: 1rem;}

/* =======================our reviews section start========================== */
.our_reviews_section{/*background: black;*/}
.ratings i{font-size: 2rem;}
.padding-left{padding-left: 7rem;}

.testimo-box{/*box-shadow: 0px 4px 35px 0px #0000000D;*/background: #00000017;padding: 1.5rem;border-radius: 1rem;margin: 0 1rem;min-height: 360px;margin-bottom: 1rem;background: linear-gradient(128.61deg, #0E0E0E 0%, #2E2E2E 101.13%);box-shadow: 0px 4px 35px 0px #0000000D;}
.testimo-box-other-pg{background: linear-gradient(128.61deg, #0E0E0E 0%, #e91c24 101.13%);box-shadow: none;}
.testimo-box{text-align: center;}
.testimo-box img{border-radius: 5rem;width: 100px;margin: 0 auto;}
.testimo-box h4{font-family: Gotham-bold;font-size: 1.25rem;line-height: 25px;margin-bottom: 0.5rem;}
.testimo-box h5{font-family: Gotham-book;font-size: 1rem;line-height: 25px;}
.testimo-box p{font-weight: 400;font-size: 0.875rem;line-height: 24px;margin-bottom: 1.5rem;}
/* .testimo-box span{display: inline-block;font-size: 2rem;line-height: -1rem;} */
.regular-testimonials .slick-list {
  /* padding-right: 4rem !important;  */
  padding-left: 0 !important;
}
.inverted-comma {
    position: absolute;
    top: -15px;   /* Adjust */
    left: 25px;
    z-index: 10;  /* Make sure it's above */
}
.inverted-comma img{width: 60px;}
.testimo-box {
    overflow: visible !important;
}

.our_reviews_section .slick-slide {
    overflow: visible !important;
}
/* Allow content to overflow outside slick visible area */
.our_reviews_section .slick-list {
    overflow: visible !important;
}

/* Allow individual slides to show content outside */
.our_reviews_section .slick-slide {
    overflow: visible !important;
}

/* Allow the card itself to show the comma outside */
.testimo-box {
    overflow: visible !important;
}

.inverted-comma {
    position: absolute;
    top: -15px;
}

.inverted-comma img {
    position: relative;
    z-index: 99;
}


/* ============ OUR WORK SECTION START ============ */
.container-our-work {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;width: 100%; text-align: center;
  /* transform: translate(-50%, -50%); */
  /* -ms-transform: translate(-50%, -50%); */
  text-align: center;
}

.container-our-work:hover .image {
  opacity: 1;
}

.container-our-work:hover .middle {
  opacity: 1;
}

.container-our-work .text {
  background-color: #ffffff; width: 100%;
  color: white; text-align: center;
  font-size: 16px;
  padding: 5px 0px;
}
.container-our-work .text img{width: 50%;margin: 0 auto;}

.brand_white-logo{position: absolute;bottom: 0; left: 50%;margin: 0 auto;text-align: center;
transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);z-index: 9;}
.brand_white-logo img{width: 100%;}
.our-work_img::before{content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.77%, rgba(0, 0, 0, 0.932));
    z-index: 1;
}
.industries_name{position: absolute;top: 1rem;right: 1rem;}
.industries_name span{display: inline-block;background-color: #000;font-size: 0.75rem;color: #fff;border-radius: 2rem;padding: 0.3rem 0.75rem;width: 90px; text-align: center;}

/* ======== CALL US SECTION START ========= */
.call_us_section{padding: 1rem 0rem;border-top: 1px solid #747474; border-bottom: 1px solid #747474;}
.call_us_section h3{font-weight: 700;font-style: Bold;font-size: 1.5rem;line-height: 40px;}
.call_us_section .contact_details{color: #e91c24;text-decoration: none;}

/* ==========AS SEEN ON SECTION START=========== */
.as_seen_on_section img{width: 80%;margin: 0 auto;}

/* ================Unmatched Experience That Sets Us Apart! section start =============== */
.unmatched_experience_section{background: #e91c24;}

/* ===========================JAYESH KHANDOR AWARD 2019 SECTION START=========================== */
.award-pic:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, #00000000 20.77%, #000000);
}
.award-para{position: absolute;bottom: 0;width: 100%;display: block;text-align: center;}
.award-para h4{font-family: Gotham-bold;
font-size: 1.25rem;
line-height: 30px;
letter-spacing: 0%;
text-align: center;color: #E91C24;
text-transform: uppercase;
}
.award-para p{font-family: Gotham-book;
font-weight: 400;
font-size: 1rem;
line-height: 40px;color: #fff;
text-align: center;text-transform: uppercase;
}
.tbs-award-2019_section .col-lg-6{margin: 0;padding: 0;}

/* ======================why do you need seo section START======================= */
.global_reach_section img{width: 100%; margin: 0 auto;}
.use-case_para p {
    font-size: 0.875rem;
    line-height: 25px;
}
.use-case_para ul li {
    font-size: 0.875rem;
    line-height: 25px;
}
.why-do-you_need_content{width: 75%;margin: 0 auto;}
.why-do-you_need_content2{width:85%;margin: 0 auto;}

/* =================services offered SECTION START================== */
.service_offered_box{background-color: #fff;box-shadow: 0px 0px 35px 0px #0000001A;border-radius: 0.5rem;padding: 0.75rem 1rem;border: 1px solid #fff;margin-bottom: 1.25rem;}
.service_offered_box:hover{border: 1px solid #000;border-radius: 0.5rem;transition: all 0.3s ease;}
.service_offered_box h4{font-family: Gotham-bold;font-weight: 700;font-size: 1.25rem;}
.service_offered_box p{font-weight: 400;font-size: 1rem;margin: 0;}
.service_offered_box i{font-size: 1.5rem;}

.vc_column-inner{margin-bottom: 2rem;}
.vc_column_container>.vc_column-inner {
    position: relative;
}
.nectar-flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.wpb_wrapper>div {
    margin-bottom: 24px;
}
.wpb_wrapper>div:last-child {
    margin-bottom: 0;
}
.nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-front{-ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;}
.nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-back{-ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;}
.clr:after, .col:after, .group:after, .row:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.nectar-flip-box[data-v_text_align=bottom] .flip-box-front .inner {
    -ms-transform: translateZ(60px) scale(.94);
    transform: translateZ(60px) scale(.94);
    -webkit-transform: translateZ(60px) scale(.94);
    bottom: 0;
}
.nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-front .inner {
    -ms-transform: translateZ(50px) scale(.95);
    transform: translateZ(50px) scale(.95);
    -webkit-transform: translateZ(50px) scale(.95);
}
.flip-box-front h2, .flip-box-back h2 {
    /* font-family: g-medium !important; */
    line-height: 39px;color: #fff;
    font-size: 1.75rem;
}
.nectar-flip-box .flip-box-back, .nectar-flip-box .flip-box-front {
    background-size: cover;
    background-position: center;
    -ms-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
    transition: transform .7s 
cubic-bezier(.4, .2, .2, 1), opacity .55s 
ease .25s;
    -webkit-transition: transform .7s 
cubic-bezier(.4, .2, .2, 1), opacity .55s 
ease .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nectar-flip-box .flip-box-back, .nectar-flip-box .flip-box-front {
    opacity: 1;
}
.nectar-flip-box .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nectar-flip-box .flip-box-back, .nectar-flip-box .flip-box-front {
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 2% !important;
    padding-left: 2% !important;
}
.nectar-flip-box .flip-box-back[data-text-color=light]{color: #fff;}
.nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-front {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.nectar-flip-box .flip-box-back .inner, .nectar-flip-box .flip-box-front .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.nectar-flip-box[data-flip-direction=vertical-to-top] .flip-box-back .inner{transform: translateZ(50px) scale(.95); -webkit-transform: translateZ(50px) scale(.95);}
.nectar-flip-box:hover .flip-box-back, .nectar-flip-box:hover .flip-box-front {
    -ms-transition: transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s 
cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform .7s 
cubic-bezier(.4, .2, .2, 1);
}
.nectar-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back, body:not(.using-mobile-browser) .nectar-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.nectar-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-back {
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* Center content inside flip box back */
.nectar-flip-box .flip-box-back .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    top: 0;
    transform: translateZ(50px) scale(.95) !important;
}


/* =================COUNTER SECTION START================== */
.border-counter{border: 3px solid #E91C24;border-radius: 200px;padding: 1rem 0;margin: 0 0.1rem;}
.counter-wrapper{position: relative;background-color: #fff;border-radius: 20rem;border: 1px solid;padding-top: 2.5rem;padding-bottom: 2.5rem;}
.counter-wrapper::before{content: "";position: absolute;top: 0;left: 0;width: 100vw;height: 25vh;z-index: -1;  background-color: #F6F4EF;border: 1px solid #F6F4EF;margin-top: -1rem;}

.count{font-size: 40px;font-family: Gotham-bold;color: #E91C24;}
.count span{color: #E91C24;font-family: Gotham-bold;}
.counter-inner p{margin: 0;font-size: 1rem;color: #fff;}
.counter-wrapper{position: relative;text-transform: capitalize;}
.counter-inner{ position:relative; z-index:2;}

/* =================services offered SECTION START================== */
.service_offered_box{background-color: #fff;box-shadow: 0px 0px 35px 0px #0000001A;border-radius: 0.5rem;padding: 0.75rem 1rem;border: 1px solid #fff;margin-bottom: 1.25rem;}
.service_offered_box:hover{border: 1px solid #000;border-radius: 0.5rem;transition: all 0.3s ease;}
.service_offered_box h4{font-family: Gotham-bold;font-weight: 700;font-size: 1.25rem;}
.service_offered_box p{font-weight: 400;font-size: 1rem;margin: 0;}
.service_offered_box i{font-size: 1.5rem;}

/* ====================platforms we used section start================= */
.platform_optimize_box {background-color: #fff;box-shadow: 0px 0px 35px 0px #0000001A;text-align: center;padding: 1rem 0rem;border-radius: 0.5rem;margin-bottom: 2rem;}

/* ==================OUR APPROACH SECTION START=================== */
.specialty {
    position: relative;
    border: 1px solid rgb(255 255 255 / .15);
    border-radius: 4px;
    text-align: center;
    padding: 40px;
    height: 200px;
}
    .section-specialty__item {
        margin-bottom: 2.75rem;
    }
.specialty__icon {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}
.specialty__icon, .specialty__title {
    -webkit-transition: -webkit-transform 0.2s 
ease-out;
    transition: -webkit-transform 0.2s 
ease-out;
    transition: transform 0.2s 
ease-out;
    transition: transform 0.2s 
ease-out, -webkit-transform 0.2s 
ease-out;
}
.specialty__icon>img {
    margin: 0 auto;
    max-height: 52px;
    height: auto;
    width: auto;
}
.specialty__title {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;color: #fff;
}
.specialty__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s 
linear;
    transition: opacity 0.2s 
linear;
}
.specialty__content .text {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;font-size: 0.875rem;
    line-height: 24px;color: #fff;
}
html:not(.mobile):not(.tablet) .specialty:hover .specialty__icon, .specialty.on_press .specialty__icon {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
html:not(.mobile):not(.tablet) .specialty:hover .specialty__title, .specialty.on_press .specialty__title {
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px);
}
html:not(.mobile):not(.tablet) .specialty:hover .specialty__content, .specialty.on_press .specialty__content {
    opacity: 1;
}

/* =================TRANSPARENCY AND ACCOUNTABILITY SECTION START================ */
.transparency_account_section{background: linear-gradient(4.97deg, #000000 5.51%, #3F1752 68.06%, #8F329E 114.98%);}
.case_studies_section{background: linear-gradient(21.51deg, rgba(6, 190, 223, 0.648) 0%, rgba(6, 190, 223, 0) 75.66%);}
.accountability_subsection{background-image: url(../uploads/images/tbs-web-banner.jpg);background-size: cover;height: 85vh; display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  padding: 0 5%;}
/* .transparency_account_section .container{position: absolute;top: 0;left: 0;} */

/* .tab-pane{
  height: 85vh;
  background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    position: relative;z-index: 1;
  }
  .tab-pane .col-lg-6 {
    position: relative;
    z-index: 2;
}
.tab-pane:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 80%);
} */
 .tab-pane {
    position: relative;
    overflow: hidden;
}

/* RED gradient overlay */
/* .tab-pane::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to right,
        #E91C24 0%,
        #E91C24 45%,
        rgba(233, 28, 36, 0.75) 60%,
        rgba(233, 28, 36, 0.35) 72%,
        rgba(233, 28, 36, 0) 85%
    );
    background: #E91C24;
}
.tab-pane .row,
.tab-pane .col-lg-6 {
    position: relative;
    z-index: 2;
} */

/* 
.image-col::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

} */
.image-col img {
    width: 100%;
}


/* ===========case studies section start=========== */
.case_studies_section {background: #000;}
.case_studies_section .nav-pills .nav-link.active, .case_studies_section .nav-pills .show>.nav-link {
    color: #fff;background-color: transparent;border-top: 4px solid #E91C24;box-shadow: none;border-radius: 0;}
.case_studies_section .nav-pills{justify-content: space-between;}
.case_studies_section .nav-item{padding: 0rem 0rem;}
.case_studies_section .nav-link {font-family: "Poppins", sans-serif;font-size: 1rem;color: #ffffff;text-transform: capitalize;padding: 1rem 0rem;}
.case_studies_section img{width: 90%;margin: 0 auto;}
.case_studies_section ul{margin: 0;padding: 0;}
.case_studies_section ul li{margin: 0;padding: 0;list-style: none;margin-bottom: 3rem;color: #fff;}
.case_studies_section ul li i{color: #fff;}
/* ===========case studies section close=========== */

/* ==================WHY CHOOSE TBS SECTION START================= */
.why_choose_TBS_Section {
 background: #E91C24;

}
.why_choose_TBS_Section .nav-pills .nav-link.active, .case_studies_section .nav-pills .show>.nav-link {
    color: #fff;background-color: transparent;border: 1px solid #e91c24;box-shadow: none;border-radius: 0.75rem;padding: 0.75rem 1rem;}
.why_choose_TBS_Section .nav-pills{justify-content: space-between;}
.why_choose_TBS_Section .nav-item{padding: 0rem 0rem;}
.why_choose_TBS_Section .nav-link {font-family: "Poppins", sans-serif;font-size: 1rem;color: #ffffff;text-transform: capitalize;padding: 0.5rem 0rem;}

/* =================FAQs section start=================== */
.accordion-item {
  border: 0px solid #000;             /* border for each item */
  border-radius: 8px;                 /* smooth corners */
  margin-bottom: 1rem;                /* spacing between items */
  overflow: hidden;                   /* keeps content inside rounded edges */
  background-color: #000000;          /* light background for item */
}

.accordion-button {
  background-color: #0a0a0a;          /* header background */
  color: #fff;                        /* text color */
  font-weight: 500;
  box-shadow: none !important;        /* remove default blue glow */
  border: none;                       /* clean header */
}

.accordion-button:not(.collapsed) {
  background-color: #0a0a0a;
  color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  background-color: #0a0a0a;             /* body background */
  color: #ffffff;                        /* text color */
  border-top: 1px solid #363636;         /* divider between header and body */
  padding: 1rem 1.25rem;
}
.accordion-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 35px 0px #E91C2421;
}


/* ================WRITE TO US SECTION START================= */
.write_to_us_Section label, .write_to_us_Section input, .write_to_us_Section select, .write_to_us_Section textarea{width: 100%;font-size: 0.875rem;background: transparent;}
.write_to_us_Section input, .write_to_us_Section select{width: 100%;margin-bottom: 1rem;height: 45px;background: transparent;box-shadow: none;border: 1px solid #d6d6d6;}
.write_to_us_Section input, .write_to_us_Section select, .write_to_us_Section textarea{padding: 0.5rem 0.5rem;border-radius: 0.25rem;border: 1px solid;}

/* ==============EXPLORE INDUSTRIES SECTION START============== */
.explore_industries_Section p{margin: 0;border: 1px solid #E91C24;text-align: center;padding: 0.5rem;width: 100%;font-size: 1rem;border-radius: 0.5rem;margin-bottom: 1.25rem;}

/* read more read less section start */
#more {display: none;}

iframe{border-radius: 1rem;}

/* ==================FOOTER SECTION START=================== */
.footer-section{background-color: #E91C24;padding-top: 4rem;}
.footer_logo{width: 150px;}
.footer_logo_section .footer_logo{margin-top:12rem;}
.footer_logo_section p a{text-decoration: none;color: #ffffff;}
.footer_logo_section p a:hover{text-decoration: none;color: #e91c24;}
.footer_logo_section ul{margin: 0;padding: 0;display: flex;align-items: center;}
.footer_logo_section ul li{margin: 0;padding: 0;list-style: none;margin-right: 1rem;}
.footer_logo_section p{color: #535353;font-size: 0.88rem;}
.logo_tagline{color: #fff !important;font-size: 0.65rem !important;font-family: Avenir-book;}
.footer-quick_links h5{font-weight: 500;font-size: 1.125rem;line-height: 100%;color: #ffffff;text-transform: uppercase;}
.footer-quick_links ul{margin: 0;padding: 0;}
.footer-quick_links ul li{margin: 0;padding: 0;list-style: none;font-size: 0.8rem;margin-bottom: 0.8rem;}
.footer-quick_links ul li a{text-decoration: none;color: #eee;}
.footer-quick_links ul li a:hover{color: #e91c24;}
.footer_logo_section h5{font-weight: 500;font-size: 1.125rem;line-height: 100%;color: #ffffff;text-transform: uppercase;}
.social_media-footer li img{}
.copyright{border-top: 1px solid #DFDFDF;padding-top: 1.5rem;}
.copyright p{font-weight: 300;font-style: Light;font-size: 0.88rem;line-height: 1.3rem;text-align: center;}

/* ========== WHATSAPP STICKY ICON START=========== */
.make_booking_mob_btn {position: absolute;bottom: 0;right: 0;}
.mobileShow {
        display: inline-block;
        width: auto;
        position: fixed;
        bottom: 10px;right: 10px;
        margin-left: auto;
        margin-right: auto;
        /* background-color: #E7D9D3; */
        background-color: transparent;
        padding: 0px;z-index:9999;
    }
.mobileShow a {display: inline-block;
        text-decoration: none;
    }
    .mobileShow a img{width: 65px;}


/* ===================CONTACT US PAGE START==================== */
/*  */
.contact_field_box{padding: 2rem 1.5rem;background-color: #0e0e0e;border-radius: 1rem;}
.contact_Details_box ul{margin: 0;padding: 0;}
.contact_Details_box ul li{margin: 0;padding: 0;list-style: none;}
.contact_icon_text .icon{width: 40px;}.contact_icon_text .icon i{font-size: 1.75rem;  color: #e91c24;}
.contact_icon_text a{text-decoration: none;}
.contact_icon_text .details{width: calc(100% - 40px);}
.contact_footer_icon{filter: invert(1);}

.follow_us_on-social_section .social_media-footer {margin: 0 auto;text-align: center;}
.follow_us_on-social_section .social_media-footer li{list-style: none;display: inline-block;padding: 0 1rem;}
.follow_us_on-social_section .social_media-footer li img{width: 36px;}

.styled-select {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/* Dropdown list */
.styled-select option {
    background: #000 !important;
    color: #fff !important;
}

/* Fix option color (important for dark theme) */
.styled-select option {
    color: #000;
}

/* ==============ABOUT US PAGE START============ */
.our_vision_mission{border: 1px solid rgb(255 255 255 / .15);border-radius: 5px;text-align: center;
    padding: 40px;min-height: 320px;}
.vision_mission_title {margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    color: #fff;}
.vision_mission_content p{margin: 0 auto;padding-left: 0px;padding-right: 0px;font-size: 0.875rem;line-height: 24px;color: #fff;}
.team_tbs_box img{border-radius: 1.5rem;}

/* ==========blogs section start========== */
.blog-tag{position: absolute;top: 1rem;left: 1rem;}
.blog-tag span{display: inline-block;background-color: #000;font-size: 0.75rem;color: #fff;border-radius: 2rem;padding: 0.3rem 0.75rem;/*width: 90px;*/text-align: center;}
.blog-img img{border-radius: 1rem;height: 250px !important;object-fit: cover;}
.blog-date h6{color: #ccc;font-size: 0.875rem;}
.blog-title h3{font-size: 1.5rem;}
.blog-title h3 a{text-decoration:none;font-weight: 600;}
.blog-para p{font-size: 0.875rem;}
.blog-para .common_button{padding:0.5rem 1rem;font-size:0.875rem;margin-top:0.75rem;}
.blog_banner_section img{border-radius: 1rem;height: auto !important;position:relative;}
.blog-overlay{position:relative;}
.blog-overlay:before{content: "";display: block;height: 100%;left: 0;position: absolute;top: 0;width: 100%;background: linear-gradient(
  270deg,
  rgba(0, 0, 0, 0) 40%,
  rgba(0, 0, 0, 0.9) 65%,
  rgba(0, 0, 0, 1) 100%
);
/*background:linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 55%,
  rgba(0, 0, 0, 1) 90%);*/
z-index:1;}
.blog-slide-group .blog-group{z-index:999;}
.blog-group{position: absolute;left: 2rem;width: 45%;position: absolute;left: 25%;top: 50%;-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);z-index:999;}
.blog-tag-slide span{display: inline-block;background-color: #000;font-size: 0.75rem;color: #fff;border-radius: 2rem;padding: 0.3rem 0.75rem;width: 90px;text-align: center;margin-bottom: 1rem;}
.blog-slide-group .blog-title h3 a{font-size:2rem;color:#fff;}
.blog-slide-group .blog-para p{color:#fff;font-size:1rem;}

/* =======news page start====== */
.news-logo img{width: 180px !important;margin-bottom: 1rem;}
.news_box .blog-img img{height: auto !important;}
.news_box h3 a{text-decoration: none;}

/* ============case studies page start============ */
.case_study-tags {margin-bottom: 1rem;}
.case_study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.case_study-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;

  border: 1px solid #e91c24;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.case_study-tags i {
  color: #e91c24;
}

/* ===============CAREER DETAIL PAGE START=============== */
.career_detail p, .career_detail ul li{font-size: 0.875rem;line-height: 1.5rem;}
.career_detail ul li{margin-bottom: 1rem;}
.career_apply_form{background: #e91c24;border-radius: 1rem;padding: 2rem 1rem;}

/* =========OUR TEAM PAGE START========== */
.our-team_img img{border-radius: 0.5rem;}
.name-designation {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    text-align: start;
    transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
    width: 95%;background-color: #fff;
    border-radius: 0.5rem;padding: 1rem;
    /* TRANSPARENT BACKGROUND */
  background: rgba(255, 255, 255, 0.75);

  /* BLUR EFFECT */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari */

  /* Optional polish */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.name-designation h5{color: #e91c24;font-size: 1rem;}
.name-designation p{color: #000000;margin: 0;font-size: 0.8rem;}

/* ===========TESTIMONIALS SECTION START============ */
.testimonials_section .nav-pills .nav-link.active, .testimonials_section .nav-pills .show>.nav-link{background-color: #e91c24;border-radius: 2rem;}
.testimonials_section .tab-pane{padding-top: 2rem;}
.testimonials_section .testimo-box{margin: 0;}
.work-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.play-btn-icon {
    background-color: #e91c24;
    padding: 16px 22px 16px 26px;
    border-radius: 1.2rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}
.tbstestim_img_Video img{width: 100%;border-radius: 1rem;}

/* ==============CLIENTS PAGE START=============== */
.clients_page_section .box{background-color: #FFF;margin: 1rem 0;}

/* =================CASE STUDIES DETAIL PAGE ================== */
.case_studies_detail_section .nav .nav-item {width: 250px;text-align: start;padding: 1rem 0rem;}
.case_studies_detail_section .nav .nav-item button{width:100%;}
.case_studies_detail_section .nav .nav-item button.active {background-color: transparent;text-align: start;
  color: #e91c24;width: 100%;}
.case_studies_detail_section .nav .nav-item button.active::after {content: "";border-right: 4px solid #e91c24;height: 100%;position: absolute;right: -1px;top: 0;border-radius: 5px 0 0 5px;}
.case_studies_detail_section .nav-link{font-size: 1rem;text-transform: capitalize;}
.case_studies_detail_section .tab-content .tab-pane p{font-size: 1rem;line-height: 2rem;}
.case_studies_detail_section .tab-content .img-border img{border:1px solid #1a1a1a;}
/*#pills-tab .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
#pills-tab .nav-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
#pills-tab .nav-link svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  flex-shrink: 0;
  stroke-width: 2.5;
}
#pills-tab .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pills-tab .nav-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 10px;
}
#pills-tab .nav-link svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  stroke-width: 2.5;
  justify-self: end;
}*/

.case_studies_detail_section #pills-tab .nav-link {
  position: relative;
  padding-right: 32px; /* space for arrow */
  text-align: left;
}
.case_studies_detail_section #pills-tab .nav-link svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  stroke-width: 2.5;
}

.outcome_box {border:1px solid #e91c24;padding:1rem;margin-bottom:2rem;text-align:center;min-height:282px; display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  text-align: center;}
.outcome_box h2{font-size:5rem;color:#e91c24;
/*min-height:110px;*/
/*-webkit-text-stroke: 1px #fff;*/
  /*text-shadow:*/
  /*  -1px -1px 0 #fff,*/
  /*   1px -1px 0 #fff,*/
  /*  -1px  1px 0 #fff,*/
  /*   1px  1px 0 #fff;*/
    
}
.outcome_box h4{text-transform:uppercase;}
.outcome_box p{line-height:1.5rem !important;margin:0;}
.outcome_box .image-graph{width:50%;}

/* =============BLOG DETAIL PAGE START============ */
.blog_details_section .para_content p{font-size: 0.875rem;line-height: 24px;}
.blog_details_section .para_content ul li{font-size: 0.875rem;line-height: 24px;}
.blog_categories ul li{margin-bottom: 1.25rem;font-size: 0.875rem;}
.latest_blog_list_title{line-height: 1.5rem;}
.blog_details_section .table-bordered>:not(caption)>*>* {background-color: black;color: #fff;}
.blog_details_section table tbody tr td{font-size:0.875rem;}
.author_details p{margin:0;}
.author_details img{width:100%;border-radius:5rem;}


/* ============================================================================================================== */
/*  */
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

 }

/* X-Large devices (large desktops, 1200px and up) */
 @media (max-width: 1200px) { 

  }

/*  */
@media (min-width: 992px){
/* .navbar-expand-lg .navbar-nav .nav-link {padding-right: 2.5rem;padding-left: 2.5rem;} */
.nav-link{margin:0;}
}

@media (max-width: 992px){
/* .navbar-expand-lg .navbar-nav .nav-link {padding-right: 2rem;padding-left: 2rem;} */
}

@media screen and (max-width: 991px) {

section{padding-left: 0; padding-right: 0;}
.mob-nav-imperium{padding: 0.5rem 0;}
.padding-left{padding-left: 0rem;}

}

@media screen and (max-width: 767px) {
    .footer-section .col {
        flex: none;
        margin-bottom: 1.5rem;
    }
    .testimo-box{min-height: 360px;min-height: auto;padding: 1rem 1.25rem;}
    .testimo-box p {
    font-size: 0.875rem;
    line-height: 24px;
}
    .service_offered_box img{width: 25%;margin-bottom: 1rem;}
    .why_choose_TBS_Section .nav-pills {
    display: flex;
    flex-wrap: nowrap;                /* Prevent wrapping */
    overflow-x: auto;                 /* Enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* Smooth iOS scroll */
    scrollbar-width: none;            /* Hide scrollbar in Firefox */
  }

  .why_choose_TBS_Section .nav-pills::-webkit-scrollbar {
    display: none;                    /* Hide scrollbar in Chrome/Safari */
  }

  .why_choose_TBS_Section .nav-item {
    flex: 0 0 auto;                   /* Prevent shrinking */
    margin-right: 10px;               /* Add spacing between tabs */
  }

  .why_choose_TBS_Section .nav-link {
    white-space: nowrap;              /* Prevent text from wrapping */
    border-radius: 0.75rem;              /* Optional: pill-style */
  }
  .why_choose_TBS_Section .nav-link.active {
  /* background: linear-gradient(62.59deg, #3F1752 0%, #8F329E 100%); */
  color: #fff !important;
}

.why_choose_TBS_Section .nav-link {
  /* border: 1px solid #000000; */
  /* color: #3F1752; */
  transition: all 0.3s ease;padding: 0.75rem 1rem;
}

/* case studies tabs section */
.case_studies_section .nav-pills {
    display: flex;
    flex-wrap: nowrap;                  /* Prevent line breaks */
    overflow-x: auto;                   /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch;  /* Smooth scrolling on iOS */
    scrollbar-width: none;              /* Hide scrollbar (Firefox) */
  }

  .case_studies_section .nav-pills::-webkit-scrollbar {
    display: none;                      /* Hide scrollbar (Webkit) */
  }

  .case_studies_section .nav-item {
    flex: 0 0 auto;                     /* Prevent shrinking */
    margin-right: 20px;
    margin-left: 20px;                /* Space between items */
  }

  .case_studies_section .nav-link {
    white-space: nowrap;                /* Prevent text wrapping */
    border-radius: 50px;
    transition: all 0.3s ease;          /* Smooth hover */
  }
.banner_section{padding-top: 1rem !important;}
    .testimo-box img {
    border-radius: 30rem;
    width: 30%;
}
.inverted-comma img{width: 60px;}
.experience_box{padding: 1rem 2rem;}
.experience_box-years video{object-fit: cover;}
.section-title-black h2{font-size: 2rem;}
.banner_content ul li p{font-size: 0.925rem;line-height: 26px;}
.banner_section_home .video_section video {
    object-fit: cover;
    height: 100vh;
}
.banner_section_home h1 {
    font-family: Gotham-black;
    text-transform: uppercase;
    font-size: 3rem;
}
.masterhead_title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    width: 100%;padding: 0 1rem;
}
.case-study_brand-logo {
    padding: 0 0.75rem;
}
.case-study_brand-logo img{width: 100%;}
.accountability_subsection {padding: 0;}
.accountability_subsection .col-lg-6:first-child{padding: 0;}

.why-do-you_need_content { width: 90%;margin: 0 auto;padding-bottom: 3rem;}
.why-do-you_need_content2{ width: 90%;margin: 0 auto;padding-bottom: 3rem;padding-top: 2rem;}
.our_vision_mission{min-height: auto;}

.case_studies_detail_section .nav-link{font-size:0.75rem;}
#pills-tab .nav-link{text-align:start;}
.case_studies_detail_section .nav .nav-item{width:100%;}
.case_studies_detail_section h2{font-size:1.5rem;}
.outcome_box h2{font-size:2.5rem !important;}
.case_studies_detail_section .tab-content .tab-pane p{font-size:0.75rem;line-height:1.5rem;}
.case_studies_detail_section .nav-pills{margin-right:0 !important;}
/*.case_studies_detail_section .tab-content{padding:0 !important;}*/
#pills-tab .nav-link svg{right:5px;}

.blog-group{top:20px;left:20px; -webkit-transform: initial;width:60%;}
.blog-slide-group .blog-title h3{margin:0;}
.blog-slide-group .blog-title h3 a{font-size:1rem;line-height:22px !important;display:inline-block;}
.blog-slide-group .blog-para{display:none;}

.outcome_box, .outcome_box h2{min-height:auto;}

}

@media (max-width: 576px) {
   .explore_industries_Section p{font-size: 0.75rem;}
   .banner_section{background-position: left;height: auto;}
   .accountability_subsection {background-position: right;height: auto;padding-top: 0 !important;}
   .section-title h2{font-size: 2rem;}
   .call_us_section h3{font-size: 1.25rem;}
   .common_button.see-case-study-btn{width: 100%;padding: 0.75rem 0rem;}
}

@media screen and (max-width: 480px){
  
}

td, th {
    background-color: #000;
    padding: 8px;
    border: solid 1px;
}